Class: Aws::Types::AwsEc2ClientVpnEndpointDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_options::Array[Types::AwsEc2ClientVpnEndpointAuthenticationOptionsDetails]

Returns the value of attribute authentication_options.



1384
1385
1386
# File 'sig/types.rbs', line 1384

def authentication_options
  @authentication_options
end

#client_cidr_block::String

Returns the value of attribute client_cidr_block.

Returns:

  • (::String)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def client_cidr_block
  @client_cidr_block
end

#client_connect_optionsTypes::AwsEc2ClientVpnEndpointClientConnectOptionsDetails

Returns the value of attribute client_connect_options.



1389
1390
1391
# File 'sig/types.rbs', line 1389

def client_connect_options
  @client_connect_options
end

#client_login_banner_optionsTypes::AwsEc2ClientVpnEndpointClientLoginBannerOptionsDetails

Returns the value of attribute client_login_banner_options.



1391
1392
1393
# File 'sig/types.rbs', line 1391

def 
  @client_login_banner_options
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


1376
1377
1378
# File 'sig/types.rbs', line 1376

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#connection_log_optionsTypes::AwsEc2ClientVpnEndpointConnectionLogOptionsDetails

Returns the value of attribute connection_log_options.



1385
1386
1387
# File 'sig/types.rbs', line 1385

def connection_log_options
  @connection_log_options
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1377
1378
1379
# File 'sig/types.rbs', line 1377

def description
  @description
end

#dns_server::Array[::String]

Returns the value of attribute dns_server.

Returns:

  • (::Array[::String])


1379
1380
1381
# File 'sig/types.rbs', line 1379

def dns_server
  @dns_server
end

#security_group_id_set::Array[::String]

Returns the value of attribute security_group_id_set.

Returns:

  • (::Array[::String])


1386
1387
1388
# File 'sig/types.rbs', line 1386

def security_group_id_set
  @security_group_id_set
end

#self_service_portal_url::String

Returns the value of attribute self_service_portal_url.

Returns:

  • (::String)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def self_service_portal_url
  @self_service_portal_url
end

#server_certificate_arn::String

Returns the value of attribute server_certificate_arn.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def server_certificate_arn
  @server_certificate_arn
end

#session_timeout_hours::Integer

Returns the value of attribute session_timeout_hours.

Returns:

  • (::Integer)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def session_timeout_hours
  @session_timeout_hours
end

#split_tunnelBoolean

Returns the value of attribute split_tunnel.

Returns:

  • (Boolean)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def split_tunnel
  @split_tunnel
end

#transport_protocol::String

Returns the value of attribute transport_protocol.

Returns:

  • (::String)


1381
1382
1383
# File 'sig/types.rbs', line 1381

def transport_protocol
  @transport_protocol
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1387
1388
1389
# File 'sig/types.rbs', line 1387

def vpc_id
  @vpc_id
end

#vpn_port::Integer

Returns the value of attribute vpn_port.

Returns:

  • (::Integer)


1382
1383
1384
# File 'sig/types.rbs', line 1382

def vpn_port
  @vpn_port
end