Class: Aws::Types::ModifyClientVpnEndpointRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_connect_optionsTypes::ClientConnectOptions

Returns the value of attribute client_connect_options.



13577
13578
13579
# File 'sig/types.rbs', line 13577

def client_connect_options
  @client_connect_options
end

#client_login_banner_optionsTypes::ClientLoginBannerOptions

Returns the value of attribute client_login_banner_options.



13579
13580
13581
# File 'sig/types.rbs', line 13579

def 
  @client_login_banner_options
end

#client_route_enforcement_optionsTypes::ClientRouteEnforcementOptions

Returns the value of attribute client_route_enforcement_options.



13580
13581
13582
# File 'sig/types.rbs', line 13580

def client_route_enforcement_options
  @client_route_enforcement_options
end

#client_vpn_endpoint_id::String

Returns the value of attribute client_vpn_endpoint_id.

Returns:

  • (::String)


13566
13567
13568
# File 'sig/types.rbs', line 13566

def client_vpn_endpoint_id
  @client_vpn_endpoint_id
end

#connection_log_optionsTypes::ConnectionLogOptions

Returns the value of attribute connection_log_options.



13568
13569
13570
# File 'sig/types.rbs', line 13568

def connection_log_options
  @connection_log_options
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


13571
13572
13573
# File 'sig/types.rbs', line 13571

def description
  @description
end

#disconnect_on_session_timeoutBoolean

Returns the value of attribute disconnect_on_session_timeout.

Returns:

  • (Boolean)


13581
13582
13583
# File 'sig/types.rbs', line 13581

def disconnect_on_session_timeout
  @disconnect_on_session_timeout
end

#dns_serversTypes::DnsServersOptionsModifyStructure

Returns the value of attribute dns_servers.



13569
13570
13571
# File 'sig/types.rbs', line 13569

def dns_servers
  @dns_servers
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13573
13574
13575
# File 'sig/types.rbs', line 13573

def dry_run
  @dry_run
end

#security_group_ids::Array[::String]

Returns the value of attribute security_group_ids.

Returns:

  • (::Array[::String])


13574
13575
13576
# File 'sig/types.rbs', line 13574

def security_group_ids
  @security_group_ids
end

#self_service_portal"enabled", "disabled"

Returns the value of attribute self_service_portal.

Returns:

  • ("enabled", "disabled")


13576
13577
13578
# File 'sig/types.rbs', line 13576

def self_service_portal
  @self_service_portal
end

#server_certificate_arn::String

Returns the value of attribute server_certificate_arn.

Returns:

  • (::String)


13567
13568
13569
# File 'sig/types.rbs', line 13567

def server_certificate_arn
  @server_certificate_arn
end

#session_timeout_hours::Integer

Returns the value of attribute session_timeout_hours.

Returns:

  • (::Integer)


13578
13579
13580
# File 'sig/types.rbs', line 13578

def session_timeout_hours
  @session_timeout_hours
end

#split_tunnelBoolean

Returns the value of attribute split_tunnel.

Returns:

  • (Boolean)


13572
13573
13574
# File 'sig/types.rbs', line 13572

def split_tunnel
  @split_tunnel
end

#transit_gateway_configurationTypes::TransitGatewayConfigurationInputStructure

Returns the value of attribute transit_gateway_configuration.



13582
13583
13584
# File 'sig/types.rbs', line 13582

def transit_gateway_configuration
  @transit_gateway_configuration
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


13575
13576
13577
# File 'sig/types.rbs', line 13575

def vpc_id
  @vpc_id
end

#vpn_port::Integer

Returns the value of attribute vpn_port.

Returns:

  • (::Integer)


13570
13571
13572
# File 'sig/types.rbs', line 13570

def vpn_port
  @vpn_port
end