amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.WorkforceVpcConfigRequest

Description

 
Synopsis

Documentation

data WorkforceVpcConfigRequest Source #

The VPC object you use to create or update a workforce.

See: newWorkforceVpcConfigRequest smart constructor.

Constructors

WorkforceVpcConfigRequest' 

Fields

Instances

Instances details
ToJSON WorkforceVpcConfigRequest Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigRequest

Generic WorkforceVpcConfigRequest Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigRequest

Associated Types

type Rep WorkforceVpcConfigRequest :: Type -> Type #

Read WorkforceVpcConfigRequest Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigRequest

Show WorkforceVpcConfigRequest Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigRequest

NFData WorkforceVpcConfigRequest Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigRequest

Eq WorkforceVpcConfigRequest Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigRequest

Hashable WorkforceVpcConfigRequest Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigRequest

type Rep WorkforceVpcConfigRequest Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigRequest

type Rep WorkforceVpcConfigRequest = D1 ('MetaData "WorkforceVpcConfigRequest" "Amazonka.SageMaker.Types.WorkforceVpcConfigRequest" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "WorkforceVpcConfigRequest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "securityGroupIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "subnets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newWorkforceVpcConfigRequest :: WorkforceVpcConfigRequest Source #

Create a value of WorkforceVpcConfigRequest 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:WorkforceVpcConfigRequest', workforceVpcConfigRequest_securityGroupIds - The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

$sel:subnets:WorkforceVpcConfigRequest', workforceVpcConfigRequest_subnets - The ID of the subnets in the VPC that you want to connect.

$sel:vpcId:WorkforceVpcConfigRequest', workforceVpcConfigRequest_vpcId - The ID of the VPC that the workforce uses for communication.

workforceVpcConfigRequest_securityGroupIds :: Lens' WorkforceVpcConfigRequest (Maybe (NonEmpty Text)) Source #

The VPC security group IDs, in the form sg-xxxxxxxx. The security groups must be for the same VPC as specified in the subnet.

workforceVpcConfigRequest_subnets :: Lens' WorkforceVpcConfigRequest (Maybe (NonEmpty Text)) Source #

The ID of the subnets in the VPC that you want to connect.

workforceVpcConfigRequest_vpcId :: Lens' WorkforceVpcConfigRequest (Maybe Text) Source #

The ID of the VPC that the workforce uses for communication.