VPCDerivedInfoArgs

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

Definition of VPCDerivedInfo

Constructors

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

Properties

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

The list of Availability Zones associated with the VPC subnets.

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

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

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

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

Link copied to clipboard
val vpcId: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): VPCDerivedInfoArgs