Vpc
public struct Vpc : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The primary IPv4 CIDR block for the VPC.
Declaration
Swift
public let cidrBlock: String?
-
Information about the IPv4 CIDR blocks associated with the VPC.
Declaration
Swift
public let cidrBlockAssociationSet: [VpcCidrBlockAssociation]?
-
The ID of the set of DHCP options you’ve associated with the VPC.
Declaration
Swift
public let dhcpOptionsId: String?
-
The allowed tenancy of instances launched into the VPC.
Declaration
Swift
public let instanceTenancy: Tenancy?
-
Information about the IPv6 CIDR blocks associated with the VPC.
Declaration
Swift
public let ipv6CidrBlockAssociationSet: [VpcIpv6CidrBlockAssociation]?
-
Indicates whether the VPC is the default VPC.
Declaration
Swift
public let isDefault: Bool?
-
The ID of the AWS account that owns the VPC.
Declaration
Swift
public let ownerId: String?
-
The current state of the VPC.
Declaration
Swift
public let state: VpcState?
-
Any tags assigned to the VPC.
Declaration
Swift
public let tags: [Tag]?
-
The ID of the VPC.
Declaration
Swift
public let vpcId: String?
-
init(cidrBlock:cidrBlockAssociationSet:dhcpOptionsId:instanceTenancy:ipv6CidrBlockAssociationSet:isDefault:ownerId:state:tags:vpcId:)
Undocumented
Declaration
Swift
public init(cidrBlock: String? = nil, cidrBlockAssociationSet: [VpcCidrBlockAssociation]? = nil, dhcpOptionsId: String? = nil, instanceTenancy: Tenancy? = nil, ipv6CidrBlockAssociationSet: [VpcIpv6CidrBlockAssociation]? = nil, isDefault: Bool? = nil, ownerId: String? = nil, state: VpcState? = nil, tags: [Tag]? = nil, vpcId: String? = nil)