ACM Certificate
This page provides an overview of the basics of AWS Certificate Manager (ACM) Certificate.
Resource Type
AWS.ACM.Certificate
Resource ID Format
For ACM Certificates, the resource ID is the ARN as shown here:
arn:aws:acm:us-east-1:123456789012:certificate/12345678-12ab-34cd-56ef-12345678
Background
The ACM Certificate resource represents public SSL/TLS certificates on your AWS based websites and applications.
Fields
The following table describes the Fields you can use:
Field
Type
Description
DomainName
String
Fully qualified domain name (FQDN), such as www.example.com, that you want to secure with an ACM certificate.
DomainValidationOptions
List
Validation information of each domain name that occurs as a result of the RequestCertificate
request
ExtendedKeyUsages
List
The Extended Key Usage X.509 v3 extension defines one or more purposes for which the public key can be used. This is in addition to or in place of the basic purposes specified by the Key Usage extension
FailureReason
String
The reason the certificate request failed
InUseBy
List
A list of ARNs for the Amazon Web Services resources that are using the certificate
IssuedAt
Timestamp
The time at which the certificate was issued. This value exists only when the certificate type is AMAZON_ISSUED
Issuer
String
The name of the certificate authority that issued and signed the certificate
KeyAlgorithm
String
The algorithm that was used to generate the public-private key pair.
KeyUsages
List
The Key Usage X.509 v3 extension defines the purpose of the public key contained in the certificate
NotAfter
Timestamp
The time after which the certificate is not valid
NotBefore
Timestamp
The time before which the certificate is not valid
Options
Map
Value that specifies whether to add the certificate to a transparency log
RenewalEligibility
String
Specifies whether the certificate is eligible for renewal
RenewalSummary
String
Contains information about the status of ACM's managed renewal for the certificate
RevocationReason
String
The reason the certificate was revoked
RevokedAt
Timestamp
The time at which the certificate was revoked
Serial
String
The serial number of the certificate
SignatureAlgorithm
String
The algorithm that was used to sign the certificate
Status
String
The status of the certificate
Subject
String
The name of the entity that is associated with the public key contained in the certificate
SubjectAlternativeNames
List
One or more domain names (subject alternative names) included in the certificate
Type
String
The source of the certificate
Example
References
Last updated