| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.WorkforceVpcConfigResponse
Description
Synopsis
- data WorkforceVpcConfigResponse = WorkforceVpcConfigResponse' {}
 - newWorkforceVpcConfigResponse :: Text -> NonEmpty Text -> NonEmpty Text -> WorkforceVpcConfigResponse
 - workforceVpcConfigResponse_vpcEndpointId :: Lens' WorkforceVpcConfigResponse (Maybe Text)
 - workforceVpcConfigResponse_vpcId :: Lens' WorkforceVpcConfigResponse Text
 - workforceVpcConfigResponse_securityGroupIds :: Lens' WorkforceVpcConfigResponse (NonEmpty Text)
 - workforceVpcConfigResponse_subnets :: Lens' WorkforceVpcConfigResponse (NonEmpty Text)
 
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 
  | |
Instances
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.