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, ..., Type => $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

Contains detailed metadata about an ACM Certificate. This structure is returned in the response to a DescribeCertificate request.

ATTRIBUTES

CertificateArn => Str

  The Amazon Resource Name (ARN) of the certificate. For more information
about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces
in the I<AWS General Reference>.

CreatedAt => Str

  The time at which the certificate was requested. This value exists only
when the certificate type is C<AMAZON_ISSUED>.

DomainName => Str

  The fully qualified domain name for the certificate, such as
www.example.com or example.com.

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

  Contains information about the email address or addresses used for
domain validation. This field exists only when the certificate type is
C<AMAZON_ISSUED>.

FailureReason => Str

  The reason the certificate request failed. This value exists only when
the certificate status is C<FAILED>. For more information, see
Certificate Request Failed in the I<AWS Certificate Manager User
Guide>.

ImportedAt => Str

  The date and time at which the certificate was imported. This value
exists only when the certificate type is C<IMPORTED>.

InUseBy => ArrayRef[Str|Undef]

  A list of ARNs for the AWS resources that are using the certificate. A
certificate can be used by multiple AWS resources.

IssuedAt => Str

  The time at which the certificate was issued. This value exists only
when the certificate type is C<AMAZON_ISSUED>.

Issuer => Str

  The name of the certificate authority that issued and signed the
certificate.

KeyAlgorithm => Str

  The algorithm that was used to generate the key pair (the public and
private key).

NotAfter => Str

  The time after which the certificate is not valid.

NotBefore => Str

  The time before which the certificate is not valid.

RevocationReason => Str

  The reason the certificate was revoked. This value exists only when the
certificate status is C<REVOKED>.

RevokedAt => Str

  The time at which the certificate was revoked. This value exists only
when the certificate status is C<REVOKED>.

Serial => Str

  The serial number of the certificate.

SignatureAlgorithm => Str

  The algorithm that was used to sign the certificate.

Status => Str

  The status of the certificate.

Subject => Str

  The name of the entity that is associated with the public key contained
in the certificate.

SubjectAlternativeNames => ArrayRef[Str|Undef]

  One or more domain names (subject alternative names) included in the
certificate. This list contains the domain names that are bound to the
public key that is 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.

Type => Str

  The source of the certificate. For certificates provided by ACM, this
value is C<AMAZON_ISSUED>. For certificates that you imported with
ImportCertificate, this value is C<IMPORTED>. ACM does not provide
managed renewal for imported certificates. For more information about
the differences between certificates that you import and those that ACM
provides, see Importing Certificates in the I<AWS Certificate Manager
User Guide>.

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