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.WorkforceVpcConfigResponse

Description

 
Synopsis

Documentation

data WorkforceVpcConfigResponse Source #

A VpcConfig object that specifies the VPC that you want your workforce to connect to.

See: newWorkforceVpcConfigResponse smart constructor.

Constructors

WorkforceVpcConfigResponse' 

Fields

  • vpcEndpointId :: Maybe Text

    The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.

  • vpcId :: Text

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

  • securityGroupIds :: NonEmpty Text

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

  • subnets :: NonEmpty Text

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

Instances

Instances details
FromJSON WorkforceVpcConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigResponse

Generic WorkforceVpcConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigResponse

Associated Types

type Rep WorkforceVpcConfigResponse :: Type -> Type #

Read WorkforceVpcConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigResponse

Show WorkforceVpcConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigResponse

NFData WorkforceVpcConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigResponse

Eq WorkforceVpcConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigResponse

Hashable WorkforceVpcConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigResponse

type Rep WorkforceVpcConfigResponse Source # 
Instance details

Defined in Amazonka.SageMaker.Types.WorkforceVpcConfigResponse

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

newWorkforceVpcConfigResponse Source #

Create a value of WorkforceVpcConfigResponse 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:vpcEndpointId:WorkforceVpcConfigResponse', workforceVpcConfigResponse_vpcEndpointId - The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.

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

$sel:securityGroupIds:WorkforceVpcConfigResponse', workforceVpcConfigResponse_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:WorkforceVpcConfigResponse', workforceVpcConfigResponse_subnets - The ID of the subnets in the VPC that you want to connect.

workforceVpcConfigResponse_vpcEndpointId :: Lens' WorkforceVpcConfigResponse (Maybe Text) Source #

The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.

workforceVpcConfigResponse_vpcId :: Lens' WorkforceVpcConfigResponse Text Source #

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

workforceVpcConfigResponse_securityGroupIds :: Lens' WorkforceVpcConfigResponse (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.

workforceVpcConfigResponse_subnets :: Lens' WorkforceVpcConfigResponse (NonEmpty Text) Source #

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