NAME
Paws::Glue::Connection
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Glue::Connection object:
$service_obj->Method(Att1 => { ConnectionProperties => $value, ..., PhysicalConnectionRequirements => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Glue::Connection object:
$result = $service_obj->Method(...);
$result->Att1->ConnectionProperties
DESCRIPTION
Defines a connection to a data source.
ATTRIBUTES
ConnectionProperties => Paws::Glue::ConnectionProperties
These key-value pairs define parameters for the connection:
HOST- The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host.PORT- The port number, between 1024 and 65535, of the port on which the database host is listening for database connections.USER_NAME- The name under which to log in to the database. The value string forUSER_NAMEis "USERNAME".PASSWORD- A password, if one is used, for the user name.ENCRYPTED_PASSWORD- When you enable connection password protection by settingConnectionPasswordEncryptionin the Data Catalog encryption settings, this field stores the encrypted password.JDBC_DRIVER_JAR_URI- The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use.JDBC_DRIVER_CLASS_NAME- The class name of the JDBC driver to use.JDBC_ENGINE- The name of the JDBC engine to use.JDBC_ENGINE_VERSION- The version of the JDBC engine to use.CONFIG_FILES- (Reserved for future use.)INSTANCE_ID- The instance ID to use.JDBC_CONNECTION_URL- The URL for the JDBC connection.JDBC_ENFORCE_SSL- A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false.CUSTOM_JDBC_CERT- An Amazon S3 location specifying the customer's root certificate. AWS Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. AWS Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format.SKIP_CUSTOM_JDBC_CERT_VALIDATION- By default, this isfalse. AWS Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property totrueto skip AWS Glue’s validation of the customer certificate.CUSTOM_JDBC_CERT_STRING- A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as theSSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as thehostNameInCertificate.
ConnectionType => Str
The type of the connection. Currently, only JDBC is supported; SFTP is not supported.
CreationTime => Str
The time that this connection definition was created.
Description => Str
The description of the connection.
LastUpdatedBy => Str
The user, group, or role that last updated this connection definition.
LastUpdatedTime => Str
The last time that this connection definition was updated.
MatchCriteria => ArrayRef[Str|Undef]
A list of criteria that can be used in selecting this connection.
Name => Str
The name of the connection definition.
PhysicalConnectionRequirements => Paws::Glue::PhysicalConnectionRequirements
A map of physical connection requirements, such as virtual private cloud (VPC) and SecurityGroup, that are needed to make this connection successfully.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Glue
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues