WorkforceWorkforceVpcConfig

data class WorkforceWorkforceVpcConfig(val securityGroupIds: List<String>? = null, val subnets: List<String>? = null, val vpcEndpointId: String? = null, val vpcId: String? = null)

Constructors

Link copied to clipboard
constructor(securityGroupIds: List<String>? = null, subnets: List<String>? = null, vpcEndpointId: String? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The VPC security group IDs. The security groups must be for the same VPC as specified in the subnet.

Link copied to clipboard
val subnets: List<String>? = null

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

Link copied to clipboard
val vpcEndpointId: String? = null

The IDs for the VPC service endpoints of your VPC workforce.

Link copied to clipboard
val vpcId: String? = null

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