AWSEC2TransitGatewayPolicyTableAssociation
Objective-C
@interface AWSEC2TransitGatewayPolicyTableAssociation
Swift
class AWSEC2TransitGatewayPolicyTableAssociation
Describes a transit gateway policy table association.
-
The resource ID of the transit gateway attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;
Swift
var resourceId: String? { get set }
-
The resource type for the transit gateway policy table association.
Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayAttachmentResourceType resourceType;
Swift
var resourceType: AWSEC2TransitGatewayAttachmentResourceType { get set }
-
The state of the transit gateway policy table association.
Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayAssociationState state;
Swift
var state: AWSEC2TransitGatewayAssociationState { get set }
-
The ID of the transit gateway attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayAttachmentId;
Swift
var transitGatewayAttachmentId: String? { get set }
-
The ID of the transit gateway policy table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayPolicyTableId;
Swift
var transitGatewayPolicyTableId: String? { get set }