TransitGatewayVpcAttachment
public struct TransitGatewayVpcAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The creation time.
Declaration
Swift
public let creationTime: TimeStamp? -
The VPC attachment options.
Declaration
Swift
public let options: TransitGatewayVpcAttachmentOptions? -
The state of the VPC attachment. Note that the initiating state has been deprecated.
Declaration
Swift
public let state: TransitGatewayAttachmentState? -
The IDs of the subnets.
Declaration
Swift
public let subnetIds: [String]? -
The tags for the VPC attachment.
Declaration
Swift
public let tags: [Tag]? -
The ID of the attachment.
Declaration
Swift
public let transitGatewayAttachmentId: String? -
The ID of the transit gateway.
Declaration
Swift
public let transitGatewayId: String? -
The ID of the VPC.
Declaration
Swift
public let vpcId: String? -
The ID of the AWS account that owns the VPC.
Declaration
Swift
public let vpcOwnerId: String? -
init(creationTime:options:state:subnetIds:tags:transitGatewayAttachmentId:transitGatewayId:vpcId:vpcOwnerId:)Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, options: TransitGatewayVpcAttachmentOptions? = nil, state: TransitGatewayAttachmentState? = nil, subnetIds: [String]? = nil, tags: [Tag]? = nil, transitGatewayAttachmentId: String? = nil, transitGatewayId: String? = nil, vpcId: String? = nil, vpcOwnerId: String? = nil)
View on GitHub
TransitGatewayVpcAttachment Structure Reference