AWSEC2TransitGatewayAssociation
Objective-C
@interface AWSEC2TransitGatewayAssociation
Swift
class AWSEC2TransitGatewayAssociation
Describes an association between a resource attachment and a transit gateway route table.
-
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 }
-
The ID of the transit gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayRouteTableId;
Swift
var transitGatewayRouteTableId: String? { get set }