![]() |
![]()
| ![]() |
![]()
NAMEPaws::DMS::Certificate 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::DMS::Certificate object: $service_obj->Method(Att1 => { CertificateArn => $value, ..., ValidToDate => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DMS::Certificate object: $result = $service_obj->Method(...); $result->Att1->CertificateArn DESCRIPTIONThe SSL certificate that can be used to encrypt connections between the endpoints and the replication instance. ATTRIBUTESCertificateArn => StrThe Amazon Resource Name (ARN) for the certificate. CertificateCreationDate => StrThe date that the certificate was created. CertificateIdentifier => StrA customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens. CertificateOwner => StrThe owner of the certificate. CertificatePem => StrThe contents of a ".pem" file, which contains an X.509 certificate. CertificateWallet => StrThe location of an imported Oracle Wallet certificate for use with SSL. KeyLength => IntThe key length of the cryptographic algorithm being used. SigningAlgorithm => StrThe signing algorithm for the certificate. ValidFromDate => StrThe beginning date that the certificate is valid. ValidToDate => StrThe final date that the certificate is valid. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DMS 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>
|