AWSEC2DeleteVpnConnectionRouteRequest

Objective-C

@interface AWSEC2DeleteVpnConnectionRouteRequest

Swift

class AWSEC2DeleteVpnConnectionRouteRequest

Contains the parameters for DeleteVpnConnectionRoute.

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 }