WorkforceWorkforceVpcConfigArgs

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

Constructors

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

Properties

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

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: Output<List<String>>? = null

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

Link copied to clipboard
val vpcEndpointId: Output<String>? = null
Link copied to clipboard
val vpcId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): WorkforceWorkforceVpcConfigArgs