AWSEC2TransitGatewayPrefixListReference
Objective-C
@interface AWSEC2TransitGatewayPrefixListReference
Swift
class AWSEC2TransitGatewayPrefixListReference
Describes a prefix list reference.
-
Indicates whether traffic that matches this route is dropped.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable blackhole;
Swift
var blackhole: NSNumber? { get set }
-
The ID of the prefix list.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable prefixListId;
Swift
var prefixListId: String? { get set }
-
The ID of the prefix list owner.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable prefixListOwnerId;
Swift
var prefixListOwnerId: String? { get set }
-
The state of the prefix list reference.
Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayPrefixListReferenceState state;
Swift
var state: AWSEC2TransitGatewayPrefixListReferenceState { get set }
-
Information about the transit gateway attachment.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2TransitGatewayPrefixListAttachment *_Nullable transitGatewayAttachment;
Swift
var transitGatewayAttachment: AWSEC2TransitGatewayPrefixListAttachment? { get set }
-
The ID of the transit gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayRouteTableId;
Swift
var transitGatewayRouteTableId: String? { get set }