The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ACM::CertificateDetail

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::ACM::CertificateDetail object:

  $service_obj->Method(Att1 => { CertificateArn => $value, ..., SubjectAlternativeNames => $value  });

Results returned from an API call

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

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

DESCRIPTION

This structure is returned in the response object of the DescribeCertificate action.

ATTRIBUTES

CertificateArn => Str

  Amazon Resource Name (ARN) of the certificate. This is of the form:

arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012

For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces.

CreatedAt => Str

  Time at which the certificate was requested.

DomainName => Str

  Fully qualified domain name (FQDN), such as www.example.com or
example.com, for the certificate.

DomainValidationOptions => ArrayRef[Paws::ACM::DomainValidation]

  References a DomainValidation structure that contains the domain name
in the certificate and the email address that can be used for
validation.

InUseBy => ArrayRef[Str]

  List that identifies ARNs that are using the certificate. A single ACM
Certificate can be used by multiple AWS resources.

IssuedAt => Str

  Time at which the certificate was issued.

Issuer => Str

  The X.500 distinguished name of the CA that issued and signed the
certificate.

KeyAlgorithm => Str

  Asymmetric algorithm used to generate the public and private key pair.
Currently the only supported value is C<RSA_2048>.

NotAfter => Str

  Time after which the certificate is not valid.

NotBefore => Str

  Time before which the certificate is not valid.

RevocationReason => Str

  A C<RevocationReason> enumeration value that indicates why the
certificate was revoked. This value exists only if the certificate has
been revoked. This can be one of the following vales:
  • UNSPECIFIED

  • KEY_COMPROMISE

  • CA_COMPROMISE

  • AFFILIATION_CHANGED

  • SUPERCEDED

  • CESSATION_OF_OPERATION

  • CERTIFICATE_HOLD

  • REMOVE_FROM_CRL

  • PRIVILEGE_WITHDRAWN

  • A_A_COMPROMISE

RevokedAt => Str

  The time, if any, at which the certificate was revoked. This value
exists only if the certificate has been revoked.

Serial => Str

  String that contains the serial number of the certificate.

SignatureAlgorithm => Str

  Algorithm used to generate a signature. Currently the only supported
value is C<SHA256WITHRSA>.

Status => Str

  A C<CertificateStatus> enumeration value that can contain one of the
following:
  • PENDING_VALIDATION

  • ISSUED

  • INACTIVE

  • EXPIRED

  • REVOKED

  • FAILED

  • VALIDATION_TIMED_OUT

Subject => Str

  The X.500 distinguished name of the entity associated with the public
key contained in the certificate.

SubjectAlternativeNames => ArrayRef[Str]

  One or more domain names (subject alternative names) included in the
certificate request. After the certificate is issued, this list
includes the domain names bound to the public key contained in the
certificate. The subject alternative names include the canonical domain
name (CN) of the certificate and additional domain names that can be
used to connect to the website.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::ACM

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