Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExpiryEventsConfiguration

import type { ExpiryEventsConfiguration } from "https://aws-api.deno.dev/v0.3/services/acm.ts?docs=full";

Object containing expiration events options associated with an Amazon Web Services account.

interface ExpiryEventsConfiguration {
DaysBeforeExpiry?: number | null;
}

§Properties

§
DaysBeforeExpiry?: number | null
[src]

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.