| 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.WorkforceVpcConfigRequest
Description
Synopsis
- data WorkforceVpcConfigRequest = WorkforceVpcConfigRequest' {}
 - newWorkforceVpcConfigRequest :: WorkforceVpcConfigRequest
 - workforceVpcConfigRequest_securityGroupIds :: Lens' WorkforceVpcConfigRequest (Maybe (NonEmpty Text))
 - workforceVpcConfigRequest_subnets :: Lens' WorkforceVpcConfigRequest (Maybe (NonEmpty Text))
 - workforceVpcConfigRequest_vpcId :: Lens' WorkforceVpcConfigRequest (Maybe Text)
 
Documentation
data WorkforceVpcConfigRequest Source #
The VPC object you use to create or update a workforce.
See: newWorkforceVpcConfigRequest smart constructor.
Constructors
| WorkforceVpcConfigRequest' | |
Fields 
  | |
Instances
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.