AWSEC2CreateVpnConnectionRouteRequest
Objective-C
@interface AWSEC2CreateVpnConnectionRouteRequest
Swift
class AWSEC2CreateVpnConnectionRouteRequest
Contains the parameters for CreateVpnConnectionRoute.
Required parameters: [DestinationCidrBlock, VpnConnectionId]
-
The CIDR block associated with the local subnet of the customer network.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable destinationCidrBlock;Swift
var destinationCidrBlock: String? { get set } -
The ID of the VPN connection.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpnConnectionId;Swift
var vpnConnectionId: String? { get set }
View on GitHub
Install in Dash
AWSEC2CreateVpnConnectionRouteRequest Class Reference