VPCDerivedInfoResponse

data class VPCDerivedInfoResponse(val availabilityZones: List<String>? = null, val securityGroupIds: List<String>? = null, val subnetIds: List<String>? = null, val vpcId: String? = null)

Definition of VPCDerivedInfo

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Availability Zones associated with the VPC subnets.

Link copied to clipboard

The list of security group IDs associated with the VPC endpoints for the domain.

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

A list of subnet IDs associated with the VPC endpoints for the domain.

Link copied to clipboard
val vpcId: String? = null

The ID for your VPC. Amazon VPC generates this value when you create a VPC.