TransitGatewayRouteTable
public struct TransitGatewayRouteTable : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The creation time.
Declaration
Swift
public let creationTime: TimeStamp? -
Indicates whether this is the default association route table for the transit gateway.
Declaration
Swift
public let defaultAssociationRouteTable: Bool? -
Indicates whether this is the default propagation route table for the transit gateway.
Declaration
Swift
public let defaultPropagationRouteTable: Bool? -
The state of the transit gateway route table.
Declaration
Swift
public let state: TransitGatewayRouteTableState? -
Any tags assigned to the route table.
Declaration
Swift
public let tags: [Tag]? -
The ID of the transit gateway.
Declaration
Swift
public let transitGatewayId: String? -
The ID of the transit gateway route table.
Declaration
Swift
public let transitGatewayRouteTableId: String? -
init(creationTime:defaultAssociationRouteTable:defaultPropagationRouteTable:state:tags:transitGatewayId:transitGatewayRouteTableId:)Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, defaultAssociationRouteTable: Bool? = nil, defaultPropagationRouteTable: Bool? = nil, state: TransitGatewayRouteTableState? = nil, tags: [Tag]? = nil, transitGatewayId: String? = nil, transitGatewayRouteTableId: String? = nil)
View on GitHub
TransitGatewayRouteTable Structure Reference