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.



6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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.



6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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.



6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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.



6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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>)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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>)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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)


6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6630

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