Class: Aws::EC2::Types::ImportClientVpnClientCertificateRevocationListRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_revocation_listString

The client certificate revocation list file. For more information, see [Generate a Client Certificate Revocation List] in the *Client VPN Administrator Guide*.

[1]: docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-certificates.html#cvpn-working-certificates-generate

Returns:

  • (String)


37678
37679
37680
37681
37682
37683
37684
# File 'lib/aws-sdk-ec2/types.rb', line 37678

class ImportClientVpnClientCertificateRevocationListRequest < Struct.new(
  :client_vpn_endpoint_id,
  :certificate_revocation_list,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#client_vpn_endpoint_idString

The ID of the Client VPN endpoint to which the client certificate revocation list applies.

Returns:

  • (String)


37678
37679
37680
37681
37682
37683
37684
# File 'lib/aws-sdk-ec2/types.rb', line 37678

class ImportClientVpnClientCertificateRevocationListRequest < Struct.new(
  :client_vpn_endpoint_id,
  :certificate_revocation_list,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

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`.

Returns:

  • (Boolean)


37678
37679
37680
37681
37682
37683
37684
# File 'lib/aws-sdk-ec2/types.rb', line 37678

class ImportClientVpnClientCertificateRevocationListRequest < Struct.new(
  :client_vpn_endpoint_id,
  :certificate_revocation_list,
  :dry_run)
  SENSITIVE = []
  include Aws::Structure
end