AWSEC2TransitGatewayRouteTableAssociation
Objective-C
@interface AWSEC2TransitGatewayRouteTableAssociation
Swift
class AWSEC2TransitGatewayRouteTableAssociation
Describes an association between a route table and a resource attachment.
-
The ID of the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;
Swift
var resourceId: String? { get set }
-
The resource type. Note that the
tgw-peering
resource type has been deprecated.Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayAttachmentResourceType resourceType;
Swift
var resourceType: AWSEC2TransitGatewayAttachmentResourceType { get set }
-
The state of the association.
Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayAssociationState state;
Swift
var state: AWSEC2TransitGatewayAssociationState { get set }
-
The ID of the attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayAttachmentId;
Swift
var transitGatewayAttachmentId: String? { get set }