aws.acm.certificate
Supported Platform
- aws
Description
AWS Certificate Manager Certificate resource provides an object representing an individual ACM certificate
The aws.acm.certificate
resource provides fields for assessing the configuration of AWS ACM certificates. For usage see the aws.acm
resource documentation.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
arn | string | ARN for the certificate |
notBefore | time | time before which the certificate is not valid |
notAfter | time | time after which the certificate is not valid |
createdAt | time | time at which the cert was requested |
domainName | string | fqdn for the certificate |
status | string | status of the certificate (issued, expired, revoked, etc.) |
subject | string | name of entity associated with pubkey in cert |
certificate | certificate | retrieves an Amazon-issued certificate and its certificate chain |
tags | map[string]string | tags associated with the certificate |