AWS Fundamentals Logo
AWS Fundamentals
AWS::CertificateManager::Account

CertificateManager Account

Resource schema for AWS::CertificateManager::Account.

Properties

1 configurable property. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ExpiryEventsConfiguration
ExpiryEventsConfiguration
Required

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AccountIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CertificateManager::Account

Resources:
  MyResource:
    Type: AWS::CertificateManager::Account
    Properties:
      ExpiryEventsConfiguration: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

acm:GetAccountConfigurationacm:PutAccountConfiguration

read

acm:GetAccountConfiguration

update

acm:GetAccountConfigurationacm:PutAccountConfiguration

delete

acm:GetAccountConfigurationacm:PutAccountConfiguration

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceCertificateManager
Properties2
Required1
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateReadUpdateDelete

Related Resources

External Links