class Aws::Glue::Types::CreateConnectionRequest
@note When making an API call, you may pass CreateConnectionRequest
data as a hash: { catalog_id: "CatalogIdString", connection_input: { # required name: "NameString", # required description: "DescriptionString", connection_type: "JDBC", # required, accepts JDBC, SFTP, MONGODB, KAFKA, NETWORK, MARKETPLACE, CUSTOM match_criteria: ["NameString"], connection_properties: { # required "HOST" => "ValueString", }, physical_connection_requirements: { subnet_id: "NameString", security_group_id_list: ["NameString"], availability_zone: "NameString", }, }, }
@!attribute [rw] catalog_id
The ID of the Data Catalog in which to create the connection. If none is provided, the Amazon Web Services account ID is used by default. @return [String]
@!attribute [rw] connection_input
A `ConnectionInput` object defining the connection to create. @return [Types::ConnectionInput]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CreateConnectionRequest AWS API Documentation
Constants
- SENSITIVE