Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data NeoVpcConfig Source #
The VpcConfig configuration object that specifies the VPC that you want the compilation jobs to connect to. For more information on controlling access to your Amazon S3 buckets used for compilation job, see Give Amazon SageMaker Compilation Jobs Access to Resources in Your Amazon VPC.
See: newNeoVpcConfig
smart constructor.
NeoVpcConfig' | |
|
Instances
:: NonEmpty Text | |
-> NonEmpty Text | |
-> NeoVpcConfig |
Create a value of NeoVpcConfig
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:NeoVpcConfig'
, neoVpcConfig_securityGroupIds
- The VPC security group IDs. IDs have the form of sg-xxxxxxxx
. Specify
the security groups for the VPC that is specified in the Subnets
field.
$sel:subnets:NeoVpcConfig'
, neoVpcConfig_subnets
- The ID of the subnets in the VPC that you want to connect the
compilation job to for accessing the model in Amazon S3.
neoVpcConfig_securityGroupIds :: Lens' NeoVpcConfig (NonEmpty Text) Source #
The VPC security group IDs. IDs have the form of sg-xxxxxxxx
. Specify
the security groups for the VPC that is specified in the Subnets
field.
neoVpcConfig_subnets :: Lens' NeoVpcConfig (NonEmpty Text) Source #
The ID of the subnets in the VPC that you want to connect the compilation job to for accessing the model in Amazon S3.