Class: Aws::Types::CreateClientVpnEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClientVpnEndpointRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_options ⇒ ::Array[Types::ClientVpnAuthenticationRequest]
Returns the value of attribute authentication_options.
-
#client_cidr_block ⇒ ::String
Returns the value of attribute client_cidr_block.
-
#client_connect_options ⇒ Types::ClientConnectOptions
Returns the value of attribute client_connect_options.
-
#client_login_banner_options ⇒ Types::ClientLoginBannerOptions
Returns the value of attribute client_login_banner_options.
-
#client_route_enforcement_options ⇒ Types::ClientRouteEnforcementOptions
Returns the value of attribute client_route_enforcement_options.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_log_options ⇒ Types::ConnectionLogOptions
Returns the value of attribute connection_log_options.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disconnect_on_session_timeout ⇒ Boolean
Returns the value of attribute disconnect_on_session_timeout.
-
#dns_servers ⇒ ::Array[::String]
Returns the value of attribute dns_servers.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#endpoint_ip_address_type ⇒ "ipv4", ...
Returns the value of attribute endpoint_ip_address_type.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#self_service_portal ⇒ "enabled", "disabled"
Returns the value of attribute self_service_portal.
-
#server_certificate_arn ⇒ ::String
Returns the value of attribute server_certificate_arn.
-
#session_timeout_hours ⇒ ::Integer
Returns the value of attribute session_timeout_hours.
-
#split_tunnel ⇒ Boolean
Returns the value of attribute split_tunnel.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#traffic_ip_address_type ⇒ "ipv4", ...
Returns the value of attribute traffic_ip_address_type.
-
#transit_gateway_configuration ⇒ Types::TransitGatewayConfigurationInputStructure
Returns the value of attribute transit_gateway_configuration.
-
#transport_protocol ⇒ "tcp", "udp"
Returns the value of attribute transport_protocol.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpn_port ⇒ ::Integer
Returns the value of attribute vpn_port.
Instance Attribute Details
#authentication_options ⇒ ::Array[Types::ClientVpnAuthenticationRequest]
Returns the value of attribute authentication_options.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def @authentication_options end |
#client_cidr_block ⇒ ::String
Returns the value of attribute client_cidr_block.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def client_cidr_block @client_cidr_block end |
#client_connect_options ⇒ Types::ClientConnectOptions
Returns the value of attribute client_connect_options.
2173 2174 2175 |
# File 'sig/types.rbs', line 2173 def @client_connect_options end |
#client_login_banner_options ⇒ Types::ClientLoginBannerOptions
Returns the value of attribute client_login_banner_options.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def @client_login_banner_options end |
#client_route_enforcement_options ⇒ Types::ClientRouteEnforcementOptions
Returns the value of attribute client_route_enforcement_options.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def @client_route_enforcement_options end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def client_token @client_token end |
#connection_log_options ⇒ Types::ConnectionLogOptions
Returns the value of attribute connection_log_options.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def @connection_log_options end |
#description ⇒ ::String
Returns the value of attribute description.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def description @description end |
#disconnect_on_session_timeout ⇒ Boolean
Returns the value of attribute disconnect_on_session_timeout.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def disconnect_on_session_timeout @disconnect_on_session_timeout end |
#dns_servers ⇒ ::Array[::String]
Returns the value of attribute dns_servers.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def dns_servers @dns_servers end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def dry_run @dry_run end |
#endpoint_ip_address_type ⇒ "ipv4", ...
Returns the value of attribute endpoint_ip_address_type.
2178 2179 2180 |
# File 'sig/types.rbs', line 2178 def endpoint_ip_address_type @endpoint_ip_address_type end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
2170 2171 2172 |
# File 'sig/types.rbs', line 2170 def security_group_ids @security_group_ids end |
#self_service_portal ⇒ "enabled", "disabled"
Returns the value of attribute self_service_portal.
2172 2173 2174 |
# File 'sig/types.rbs', line 2172 def self_service_portal @self_service_portal end |
#server_certificate_arn ⇒ ::String
Returns the value of attribute server_certificate_arn.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def server_certificate_arn @server_certificate_arn end |
#session_timeout_hours ⇒ ::Integer
Returns the value of attribute session_timeout_hours.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def session_timeout_hours @session_timeout_hours end |
#split_tunnel ⇒ Boolean
Returns the value of attribute split_tunnel.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def split_tunnel @split_tunnel end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2169 2170 2171 |
# File 'sig/types.rbs', line 2169 def tag_specifications @tag_specifications end |
#traffic_ip_address_type ⇒ "ipv4", ...
Returns the value of attribute traffic_ip_address_type.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def traffic_ip_address_type @traffic_ip_address_type end |
#transit_gateway_configuration ⇒ Types::TransitGatewayConfigurationInputStructure
Returns the value of attribute transit_gateway_configuration.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def transit_gateway_configuration @transit_gateway_configuration end |
#transport_protocol ⇒ "tcp", "udp"
Returns the value of attribute transport_protocol.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def transport_protocol @transport_protocol end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
2171 2172 2173 |
# File 'sig/types.rbs', line 2171 def vpc_id @vpc_id end |
#vpn_port ⇒ ::Integer
Returns the value of attribute vpn_port.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def vpn_port @vpn_port end |