Amazon Certificate Manager Certificate

Represents an ACM SSL/TLS certificate with its associated metadata, domain validation, and lifecycle information.

AWSCertificatesEncryptionSecuritySSLTLS

Properties

Name Type Description
certificateArn string The Amazon Resource Name (ARN) of the certificate.
domainName string The fully qualified domain name for the certificate.
subjectAlternativeNames array One or more domain names (subject alternative names) included in the certificate.
status string The status of the certificate.
type string The source of the certificate.
issuer string The name of the certificate authority that issued the certificate.
serial string The serial number of the certificate.
keyAlgorithm string The algorithm used to generate the key pair.
createdAt string The time at which the certificate was requested.
issuedAt string The time at which the certificate was issued.
notBefore string The time before which the certificate is not valid.
notAfter string The time after which the certificate is not valid.
renewalEligibility string Whether the certificate is eligible for renewal.
View JSON Schema on GitHub