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

The availability zones used by the domain.

Link copied to clipboard

The security groups used by the domain.

Link copied to clipboard

The subnets used by the domain.

Link copied to clipboard

The VPC used by the domain.