AWS::CertificateManager::Account - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CertificateManager::Account

The AWS::CertificateManager::Account resource defines the expiry event configuration that determines the number of days prior to expiry when ACM starts generating EventBridge events.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::CertificateManager::Account", "Properties" : { "ExpiryEventsConfiguration" : ExpiryEventsConfiguration } }

YAML

Type: AWS::CertificateManager::Account Properties: ExpiryEventsConfiguration: ExpiryEventsConfiguration

Properties

ExpiryEventsConfiguration

Object containing expiration events options associated with an Amazon Web Services account. For more information, see ExpiryEventsConfiguration in the API reference.

Required: Yes

Type: ExpiryEventsConfiguration

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the ID of the Amazon Web Services account that owns the certificate.

For more information about using the Ref function, see Ref.

Fn::GetAtt

AccountId

ID of the Amazon Web Services account that owns the certificate.