AWSEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation
Objective-C
@interface AWSEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation
Swift
class AWSEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation
Describes an association between a local gateway route table and a virtual interface group.
-
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 virtual interface group.
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 localGatewayRouteTableVirtualInterfaceGroupAssociationId;Swift
var localGatewayRouteTableVirtualInterfaceGroupAssociationId: String? { get set } -
The ID of the virtual interface group.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable localGatewayVirtualInterfaceGroupId;Swift
var localGatewayVirtualInterfaceGroupId: String? { get set } -
The ID of the Amazon Web Services account that owns the local gateway virtual interface group 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 }
View on GitHub
Install in Dash
AWSEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation Class Reference