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 AWS 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 AWS 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 AWS account that owns the
certificate.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
AccountId
-
ID of the AWS account that owns the certificate.