Class: Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Describes an Client VPN endpoint. A Client VPN endpoint is the resource that you create and configure to enable and manage client VPN sessions. It's the termination point for all client VPN sessions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_optionsArray<Types::AwsEc2ClientVpnEndpointAuthenticationOptionsDetails>

Information about the authentication method used by the Client VPN endpoint.



6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#client_cidr_blockString

The IPv4 address range, in CIDR notation, from which client IP addresses are assigned.

Returns:

  • (String)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#client_connect_optionsTypes::AwsEc2ClientVpnEndpointClientConnectOptionsDetails

The options for managing connection authorization for new client connections.



6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#client_login_banner_optionsTypes::AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails

Options for enabling a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.



6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#client_vpn_endpoint_idString

The ID of the Client VPN endpoint.

Returns:

  • (String)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#connection_log_optionsTypes::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails

Information about the client connection logging options for the Client VPN endpoint.



6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A brief description of the endpoint.

Returns:

  • (String)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#dns_serverArray<String>

Information about the DNS servers to be used for DNS resolution.

Returns:

  • (Array<String>)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_id_setArray<String>

The IDs of the security groups for the target network.

Returns:

  • (Array<String>)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#self_service_portal_urlString

The URL of the self-service portal.

Returns:

  • (String)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#server_certificate_arnString

The Amazon Resource Name (ARN) of the server certificate.

Returns:

  • (String)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#session_timeout_hoursInteger

The maximum VPN session duration time in hours.

Returns:

  • (Integer)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#split_tunnelBoolean

Indicates whether split-tunnel is enabled in the Client VPN endpoint.

Returns:

  • (Boolean)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#transport_protocolString

The transport protocol used by the Client VPN endpoint.

Returns:

  • (String)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The ID of the VPC.

Returns:

  • (String)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end

#vpn_portInteger

The port number for the Client VPN endpoint.

Returns:

  • (Integer)


6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6764

class AwsEc2ClientVpnEndpointDetails < Struct.new(
  :client_vpn_endpoint_id,
  :description,
  :client_cidr_block,
  :dns_server,
  :split_tunnel,
  :transport_protocol,
  :vpn_port,
  :server_certificate_arn,
  :authentication_options,
  :connection_log_options,
  :security_group_id_set,
  :vpc_id,
  :self_service_portal_url,
  :client_connect_options,
  :session_timeout_hours,
  :client_login_banner_options)
  SENSITIVE = []
  include Aws::Structure
end