AWSEC2GetVpnConnectionDeviceSampleConfigurationRequest
Objective-C
@interface AWSEC2GetVpnConnectionDeviceSampleConfigurationRequest
Swift
class AWSEC2GetVpnConnectionDeviceSampleConfigurationRequest
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The IKE version to be used in the sample configuration file for your customer gateway device. You can specify one of the following versions:
ikev1
orikev2
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable internetKeyExchangeVersion;
Swift
var internetKeyExchangeVersion: String? { get set }
-
Device identifier provided by the
GetVpnConnectionDeviceTypes
API.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpnConnectionDeviceTypeId;
Swift
var vpnConnectionDeviceTypeId: String? { get set }
-
The
VpnConnectionId
specifies the Site-to-Site VPN connection used for the sample configuration.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable vpnConnectionId;
Swift
var vpnConnectionId: String? { get set }