Class: Aws::Glue::Types::ConnectionPropertiesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ConnectionPropertiesConfiguration
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Configuration that defines the base URL and additional request parameters needed during connection creation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_request_parameters ⇒ Array<Types::ConnectorProperty>
Key-value pairs of additional request parameters that may be needed during connection creation, such as API versions or service-specific configuration options.
-
#url ⇒ Types::ConnectorProperty
The base instance URL for the endpoint that this connection type will connect to.
Instance Attribute Details
#additional_request_parameters ⇒ Array<Types::ConnectorProperty>
Key-value pairs of additional request parameters that may be needed during connection creation, such as API versions or service-specific configuration options.
4417 4418 4419 4420 4421 4422 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4417 class ConnectionPropertiesConfiguration < Struct.new( :url, :additional_request_parameters) SENSITIVE = [] include Aws::Structure end |
#url ⇒ Types::ConnectorProperty
The base instance URL for the endpoint that this connection type will connect to.
4417 4418 4419 4420 4421 4422 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4417 class ConnectionPropertiesConfiguration < Struct.new( :url, :additional_request_parameters) SENSITIVE = [] include Aws::Structure end |