Get Workgroup Result
data class GetWorkgroupResult(val arn: String, val endpoints: List<GetWorkgroupEndpoint>, val enhancedVpcRouting: Boolean, val id: String, val namespaceName: String, val publiclyAccessible: Boolean, val securityGroupIds: List<String>, val subnetIds: List<String>, val workgroupId: String, val workgroupName: String)
A collection of values returned by getWorkgroup.
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
An array of VPC subnet IDs to associate with the workgroup. When set, must contain at least three subnets spanning three Availability Zones. A minimum number of IP addresses is required and scales with the Base Capacity. For more information, see the following AWS document.
Link copied to clipboard