WorkforceWorkforceVpcConfig class

Constructors

WorkforceWorkforceVpcConfig({Input<List<String>?>? securityGroupIds, Input<List<String>?>? subnets, Input<String?>? vpcEndpointId, Input<String?>? vpcId})
Creates a new WorkforceWorkforceVpcConfig. securityGroupIds The VPC security group IDs. The security groups must be for the same VPC as specified in the subnet. subnets The ID of the subnets in the VPC that you want to connect. vpcEndpointId The IDs for the VPC service endpoints of your VPC workforce. vpcId The ID of the VPC that the workforce uses for communication.
const
WorkforceWorkforceVpcConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityGroupIds → Input<List<String>?>?
The VPC security group IDs. The security groups must be for the same VPC as specified in the subnet.
final
subnets → Input<List<String>?>?
The ID of the subnets in the VPC that you want to connect.
final
vpcEndpointId → Input<String?>?
The IDs for the VPC service endpoints of your VPC workforce.
final
vpcId → Input<String?>?
The ID of the VPC that the workforce uses for communication.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited