![]() |
![]()
| ![]() |
![]()
NAMEPaws::Glue::ConnectionProperties USAGEThis 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 DESCRIPTIONThis class has no description ATTRIBUTESCONFIG_FILES => StrCONNECTION_URL => StrCONNECTOR_CLASS_NAME => StrCONNECTOR_TYPE => StrCONNECTOR_URL => StrCUSTOM_JDBC_CERT => StrCUSTOM_JDBC_CERT_STRING => StrENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD => StrENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD => StrENCRYPTED_PASSWORD => StrHOST => StrINSTANCE_ID => StrJDBC_CONNECTION_URL => StrJDBC_DRIVER_CLASS_NAME => StrJDBC_DRIVER_JAR_URI => StrJDBC_ENFORCE_SSL => StrJDBC_ENGINE => StrJDBC_ENGINE_VERSION => StrKAFKA_BOOTSTRAP_SERVERS => StrKAFKA_CLIENT_KEY_PASSWORD => StrKAFKA_CLIENT_KEYSTORE => StrKAFKA_CLIENT_KEYSTORE_PASSWORD => StrKAFKA_CUSTOM_CERT => StrKAFKA_SKIP_CUSTOM_CERT_VALIDATION => StrKAFKA_SSL_ENABLED => StrPASSWORD => StrPORT => StrSECRET_ID => StrSKIP_CUSTOM_JDBC_CERT_VALIDATION => StrUSERNAME => StrSEE ALSOThis class forms part of Paws, describing an object used in Paws::Glue BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|