TransitGatewayPeeringAttachment
public struct TransitGatewayPeeringAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the accepter transit gateway.
Declaration
Swift
public let accepterTgwInfo: PeeringTgwInfo?
-
The time the transit gateway peering attachment was created.
Declaration
Swift
public let creationTime: TimeStamp?
-
Information about the requester transit gateway.
Declaration
Swift
public let requesterTgwInfo: PeeringTgwInfo?
-
The state of the transit gateway peering attachment. Note that the initiating state has been deprecated.
Declaration
Swift
public let state: TransitGatewayAttachmentState?
-
The status of the transit gateway peering attachment.
Declaration
Swift
public let status: PeeringAttachmentStatus?
-
The tags for the transit gateway peering attachment.
Declaration
Swift
public let tags: [Tag]?
-
The ID of the transit gateway peering attachment.
Declaration
Swift
public let transitGatewayAttachmentId: String?
-
Undocumented
Declaration
Swift
public init(accepterTgwInfo: PeeringTgwInfo? = nil, creationTime: TimeStamp? = nil, requesterTgwInfo: PeeringTgwInfo? = nil, state: TransitGatewayAttachmentState? = nil, status: PeeringAttachmentStatus? = nil, tags: [Tag]? = nil, transitGatewayAttachmentId: String? = nil)