TransitGatewayRouteTablePropagation
public struct TransitGatewayRouteTablePropagation : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the resource.
Declaration
Swift
public let resourceId: String? -
The type of resource. Note that the tgw-peering resource type has been deprecated.
Declaration
Swift
public let resourceType: TransitGatewayAttachmentResourceType? -
The state of the resource.
Declaration
Swift
public let state: TransitGatewayPropagationState? -
The ID of the attachment.
Declaration
Swift
public let transitGatewayAttachmentId: String? -
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: TransitGatewayAttachmentResourceType? = nil, state: TransitGatewayPropagationState? = nil, transitGatewayAttachmentId: String? = nil)
View on GitHub
TransitGatewayRouteTablePropagation Structure Reference