PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::Glue::ConnectionProperties; use Moose; with 'Paws::API::MapParser'; use MooseX::ClassAttribute; class_has xml_keys =>(is => 'ro', default => 'key'); class_has xml_values =>(is => 'ro', default => 'value'); has CONFIG_FILES => (is => 'ro', isa => 'Str'); has CONNECTION_URL => (is => 'ro', isa => 'Str'); has CONNECTOR_CLASS_NAME => (is => 'ro', isa => 'Str'); has CONNECTOR_TYPE => (is => 'ro', isa => 'Str'); has CONNECTOR_URL => (is => 'ro', isa => 'Str'); has CUSTOM_JDBC_CERT => (is => 'ro', isa => 'Str'); has CUSTOM_JDBC_CERT_STRING => (is => 'ro', isa => 'Str'); has ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD => (is => 'ro', isa => 'Str'); has ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD => (is => 'ro', isa => 'Str'); has ENCRYPTED_PASSWORD => (is => 'ro', isa => 'Str'); has HOST => (is => 'ro', isa => 'Str'); has INSTANCE_ID => (is => 'ro', isa => 'Str'); has JDBC_CONNECTION_URL => (is => 'ro', isa => 'Str'); has JDBC_DRIVER_CLASS_NAME => (is => 'ro', isa => 'Str'); has JDBC_DRIVER_JAR_URI => (is => 'ro', isa => 'Str'); has JDBC_ENFORCE_SSL => (is => 'ro', isa => 'Str'); has JDBC_ENGINE => (is => 'ro', isa => 'Str'); has JDBC_ENGINE_VERSION => (is => 'ro', isa => 'Str'); has KAFKA_BOOTSTRAP_SERVERS => (is => 'ro', isa => 'Str'); has KAFKA_CLIENT_KEY_PASSWORD => (is => 'ro', isa => 'Str'); has KAFKA_CLIENT_KEYSTORE => (is => 'ro', isa => 'Str'); has KAFKA_CLIENT_KEYSTORE_PASSWORD => (is => 'ro', isa => 'Str'); has KAFKA_CUSTOM_CERT => (is => 'ro', isa => 'Str'); has KAFKA_SKIP_CUSTOM_CERT_VALIDATION => (is => 'ro', isa => 'Str'); has KAFKA_SSL_ENABLED => (is => 'ro', isa => 'Str'); has PASSWORD => (is => 'ro', isa => 'Str'); has PORT => (is => 'ro', isa => 'Str'); has SECRET_ID => (is => 'ro', isa => 'Str'); has SKIP_CUSTOM_JDBC_CERT_VALIDATION => (is => 'ro', isa => 'Str'); has USERNAME => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Glue::ConnectionProperties =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION This class has no description =head1 ATTRIBUTES =head2 CONFIG_FILES => Str =head2 CONNECTION_URL => Str =head2 CONNECTOR_CLASS_NAME => Str =head2 CONNECTOR_TYPE => Str =head2 CONNECTOR_URL => Str =head2 CUSTOM_JDBC_CERT => Str =head2 CUSTOM_JDBC_CERT_STRING => Str =head2 ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD => Str =head2 ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD => Str =head2 ENCRYPTED_PASSWORD => Str =head2 HOST => Str =head2 INSTANCE_ID => Str =head2 JDBC_CONNECTION_URL => Str =head2 JDBC_DRIVER_CLASS_NAME => Str =head2 JDBC_DRIVER_JAR_URI => Str =head2 JDBC_ENFORCE_SSL => Str =head2 JDBC_ENGINE => Str =head2 JDBC_ENGINE_VERSION => Str =head2 KAFKA_BOOTSTRAP_SERVERS => Str =head2 KAFKA_CLIENT_KEY_PASSWORD => Str =head2 KAFKA_CLIENT_KEYSTORE => Str =head2 KAFKA_CLIENT_KEYSTORE_PASSWORD => Str =head2 KAFKA_CUSTOM_CERT => Str =head2 KAFKA_SKIP_CUSTOM_CERT_VALIDATION => Str =head2 KAFKA_SSL_ENABLED => Str =head2 PASSWORD => Str =head2 PORT => Str =head2 SECRET_ID => Str =head2 SKIP_CUSTOM_JDBC_CERT_VALIDATION => Str =head2 USERNAME => Str =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut