MQL ResourcesAWSAWS Certificate Manager resource (for assessing the configuration of AWS Certificate Manager)
AWS Certificate Manager Certificate resource (provides an object representing an individual ACM certificate)
aws.acm.certificate MQL resource for querying AWS infrastructure with cnquery and cnspec.
AWSPrivate Resource
AWS Certificate Manager Certificate resource (provides an object representing an individual ACM certificate)
Min version: 5.15.0Defaults:
domainName issuer createdAt notAfterRelationships
2 resources · 2 relationships·Click to select, expand fields to see properties.
Fields (15)
| Field | Type | Description |
|---|---|---|
arnrequired | string | ARN for the certificate |
certificate | certificate | Retrieves an Amazon-issued certificate and its certificate chain |
createdAtrequired | time | Time when the cert was requested |
domainNamerequired | string | FQDN for the certificate |
importedAtrequired | time | Date and time when the certificate was imported (exists only when the certificate source is IMPORTED) |
issuedAtrequired | time | Time at which the certificate was issued (exists only when the certificate source is AMAZON_ISSUED) |
issuerrequired | string | Name of the certificate authority that issued and signed the certificate |
keyAlgorithmrequired | string | Algorithm used to generate the public-private key pair |
notAfterrequired | time | Time after which the certificate is not valid |
notBeforerequired | time | Time before which the certificate is not valid |
serialrequired | string | Serial number of the certificate |
sourcerequired | string | Source of the certificate: AMAZON_ISSUED or IMPORTED |
statusrequired | string | Status of the certificate: issued, expired, revoked, and so on |
subjectrequired | string | Name of the entity associated with the public key in the certificate |
tagsrequired | map[string]string | Tags associated with the certificate |