NAME

Paws::Glue::ConnectionProperties

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::ConnectionProperties object:

$service_obj->Method(Att1 => { CONFIG_FILES => $value, ..., USERNAME => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Glue::ConnectionProperties object:

$result = $service_obj->Method(...);
$result->Att1->CONFIG_FILES

DESCRIPTION

This class has no description

ATTRIBUTES

CONFIG_FILES => Str

CONNECTION_URL => Str

CONNECTOR_CLASS_NAME => Str

CONNECTOR_TYPE => Str

CONNECTOR_URL => Str

CUSTOM_JDBC_CERT => Str

CUSTOM_JDBC_CERT_STRING => Str

ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD => Str

ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD => Str

ENCRYPTED_PASSWORD => Str

HOST => Str

INSTANCE_ID => Str

JDBC_CONNECTION_URL => Str

JDBC_DRIVER_CLASS_NAME => Str

JDBC_DRIVER_JAR_URI => Str

JDBC_ENFORCE_SSL => Str

JDBC_ENGINE => Str

JDBC_ENGINE_VERSION => Str

KAFKA_BOOTSTRAP_SERVERS => Str

KAFKA_CLIENT_KEY_PASSWORD => Str

KAFKA_CLIENT_KEYSTORE => Str

KAFKA_CLIENT_KEYSTORE_PASSWORD => Str

KAFKA_CUSTOM_CERT => Str

KAFKA_SKIP_CUSTOM_CERT_VALIDATION => Str

KAFKA_SSL_ENABLED => Str

PASSWORD => Str

PORT => Str

SECRET_ID => Str

SKIP_CUSTOM_JDBC_CERT_VALIDATION => Str

USERNAME => Str

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