ACM Certificates¶
Provider: AWS
Service ID: acm_certificates
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'acm_certificates',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'certificate_arn', 'domain', 'status', 'type', 'not_after']
});
</script>
<div data-sd-service="acm_certificates" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Domain Name | text |
Resource display name (from tags or identifier) |
certificate_arn |
ARN | arn_name |
From API field: CertificateArn |
domain |
Domain | text |
From API field: DomainName |
status |
Status | status_badge |
From API field: Status |
type |
Type | text |
From API field: Type |
key_algorithm |
Key Algorithm | text |
From API field: KeyAlgorithm |
in_use |
In Use | boolean |
From API field: InUse |
renewal_eligibility |
Renewal Eligibility | text |
From API field: RenewalEligibility |
not_after |
Expires | datetime |
From API field: NotAfter |
not_before |
Valid From | datetime |
From API field: NotBefore |
= included in default view
Sort Order¶
Results are sorted by: name