libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.VpcConfig

Description

 
Synopsis

Documentation

data VpcConfig Source #

Specifies a VPC that your training jobs and hosted models have access to. Control access to and from your training and model containers by configuring the VPC. For more information, see Protect Endpoints by Using an Amazon Virtual Private Cloud and Protect Training Jobs by Using an Amazon Virtual Private Cloud.

See: newVpcConfig smart constructor.

Constructors

VpcConfig' 

Fields

Instances

Instances details
Eq VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Read VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Show VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Generic VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Associated Types

type Rep VpcConfig :: Type -> Type #

NFData VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

Methods

rnf :: VpcConfig -> () #

Hashable VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

ToJSON VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

FromJSON VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

type Rep VpcConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.VpcConfig

type Rep VpcConfig = D1 ('MetaData "VpcConfig" "Amazonka.SageMaker.Types.VpcConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "VpcConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newVpcConfig Source #

Create a value of VpcConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:securityGroupIds:VpcConfig', vpcConfig_securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

$sel:subnets:VpcConfig', vpcConfig_subnets - The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones.

vpcConfig_securityGroupIds :: Lens' VpcConfig (NonEmpty Text) Source #

The VPC security group IDs, in the form sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

vpcConfig_subnets :: Lens' VpcConfig (NonEmpty Text) Source #

The ID of the subnets in the VPC to which you want to connect your training job or model. For information about the availability of specific instance types, see Supported Instance Types and Availability Zones.