Skip to main content

🔌 AWS ACM Certificate - object.extracts.yaml

  • Contextual name: 🔌 object.extracts.yaml
  • ID: /types/CA10__CaAwsAcmCertificate__c/object.extracts.yaml

Used In

LogicPolicyFlags
🧠 prod.logic.yaml🟢🛡️ AWS ACM Certificate expires in the next 7 days🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS ACM Certificate is expired🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS ACM Certificate validation has failed🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS ACM Certificate with Wildcard Domain Name🟢🟢 x3
🧠 prod.logic.yaml🟢🛡️ AWS ACM RSA Certificate key length is less than 2048 bits🟢🟢 x3

Content

Open File

---
extracts:
# Values: PENDING_VALIDATION | ISSUED | INACTIVE | EXPIRED | REVOKED | FAILED | VALIDATION_TIMED_OUT
# Not Nullable can't have no access
- name: CA10__status__c
value:
FIELD:
path: CA10__status__c
undeterminedIf:
noAccessDelegate:
path: CA10__status__c
currentStateMessage: Unable to determine certificate status. Possible permission issue with acm:DescribeCertificate
isEmpty: Status is not populated yet
# Nullable
- name: CA10__notAfter__c
value:
FIELD:
path: CA10__notAfter__c
undeterminedIf:
noAccessDelegate:
path: CA10__notAfter__c
currentStateMessage: Unable to determine certificate 'NotAfter'. Possible permission issue with acm:DescribeCertificate
# Not Nullable
- name: CA10__domainName__c
value:
FIELD:
path: CA10__domainName__c
undeterminedIf:
noAccessDelegate:
path: CA10__domainName__c
currentStateMessage: Unable to determine certificate domain name. Possible permission issue with acm:DescribeCertificate
isEmpty: Domain name is not populated yet
# Values: ELIGIBLE | INELIGIBLE, Not Nullable
- name: CA10__renewalEligibility__c
value:
FIELD:
path: CA10__renewalEligibility__c
undeterminedIf:
noAccessDelegate:
path: CA10__renewalEligibility__c
currentStateMessage: Unable to determine certificate renewal eligibility. Possible permission issue with acm:DescribeCertificate
isEmpty: Renewal eligibility is not populated yet
# Values: RSA-1024 | RSA-2048 | RSA-3072 | RSA-4096 | EC-prime256v1 | EC-secp384r1 | EC-secp521r1
# Not Nullable
- name: CA10__keyAlgorithm__c
value:
FIELD:
path: CA10__keyAlgorithm__c
undeterminedIf:
noAccessDelegate:
path: CA10__keyAlgorithm__c
currentStateMessage: Unable to determine certificate status. Possible permission issue with acm:DescribeCertificate
isEmpty: Key Algorithm is not populated yet