TransitGatewayPrefixListReference
public struct TransitGatewayPrefixListReference : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Indicates whether traffic that matches this route is dropped.
Declaration
Swift
public let blackhole: Bool?
-
The ID of the prefix list.
Declaration
Swift
public let prefixListId: String?
-
The ID of the prefix list owner.
Declaration
Swift
public let prefixListOwnerId: String?
-
The state of the prefix list reference.
Declaration
Swift
public let state: TransitGatewayPrefixListReferenceState?
-
Information about the transit gateway attachment.
Declaration
Swift
public let transitGatewayAttachment: TransitGatewayPrefixListAttachment?
-
The ID of the transit gateway route table.
Declaration
Swift
public let transitGatewayRouteTableId: String?
-
init(blackhole:prefixListId:prefixListOwnerId:state:transitGatewayAttachment:transitGatewayRouteTableId:)
Undocumented
Declaration
Swift
public init(blackhole: Bool? = nil, prefixListId: String? = nil, prefixListOwnerId: String? = nil, state: TransitGatewayPrefixListReferenceState? = nil, transitGatewayAttachment: TransitGatewayPrefixListAttachment? = nil, transitGatewayRouteTableId: String? = nil)