GetDomainVpcOption

data class GetDomainVpcOption(val availabilityZones: List<String>, val securityGroupIds: List<String>, val subnetIds: List<String>, val vpcId: String)

Constructors

Link copied to clipboard
constructor(availabilityZones: List<String>, securityGroupIds: List<String>, subnetIds: List<String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Availability zones used by the domain.

Link copied to clipboard

Security groups used by the domain.

Link copied to clipboard

Subnets used by the domain.

Link copied to clipboard

VPC used by the domain.