Skip to content

aws.acm.get_account_configuration

Example SQL Queries

SELECT * FROM
aws.acm.get_account_configuration;

Description

Returns the account configuration options associated with an Amazon Web Services account.

Table Definition

Column NameColumn Data Type
expiry_events

Expiration events configuration options associated with the Amazon Web Services account.

STRUCT(
"days_before_expiry" BIGINT
)
Show child fields
expiry_events.days_before_expiry

Specifies the number of days prior to certificate expiration when ACM starts generating EventBridge events. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.