AWSEC2ModifyVpnConnectionRequest

Objective-C

@interface AWSEC2ModifyVpnConnectionRequest

Swift

class AWSEC2ModifyVpnConnectionRequest
  • The ID of the customer gateway at your end of the VPN connection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable customerGatewayId;

    Swift

    var customerGatewayId: String? { get set }
  • 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 is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The ID of the transit gateway.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable transitGatewayId;

    Swift

    var transitGatewayId: String? { get set }
  • The ID of the VPN connection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vpnConnectionId;

    Swift

    var vpnConnectionId: String? { get set }
  • The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable vpnGatewayId;

    Swift

    var vpnGatewayId: String? { get set }