AWSEC2LocalGatewayRouteTableVpcAssociation
Objective-C
@interface AWSEC2LocalGatewayRouteTableVpcAssociation
Swift
class AWSEC2LocalGatewayRouteTableVpcAssociation
Describes an association between a local gateway route table and a VPC.
-
The ID of the local gateway.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayId;
Swift
var localGatewayId: String? { get set }
-
The Amazon Resource Name (ARN) of the local gateway route table for the association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayRouteTableArn;
Swift
var localGatewayRouteTableArn: String? { get set }
-
The ID of the local gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayRouteTableId;
Swift
var localGatewayRouteTableId: String? { get set }
-
The ID of the association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayRouteTableVpcAssociationId;
Swift
var localGatewayRouteTableVpcAssociationId: String? { get set }
-
The ID of the Amazon Web Services account that owns the local gateway route table for the association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ownerId;
Swift
var ownerId: String? { get set }
-
The state of the association.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable state;
Swift
var state: String? { get set }
-
The ID of the VPC.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpcId;
Swift
var vpcId: String? { get set }