View a markdown version of this page

AWS::CertificateManager::AcmeExternalAccountBinding - 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).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::CertificateManager::AcmeExternalAccountBinding

Creates an external account binding (EAB) for an ACME endpoint. An EAB provides credentials that authorize an ACME client to register an account with the endpoint. Each EAB is associated with an IAM role that controls what certificate operations the ACME client can perform.

Syntax

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

JSON

{ "Type" : "AWS::CertificateManager::AcmeExternalAccountBinding", "Properties" : { "AcmeEndpointArn" : String, "Expiration" : Expiration, "RoleArn" : String, "Tags" : [ TagsItems, ... ] } }

YAML

Type: AWS::CertificateManager::AcmeExternalAccountBinding Properties: AcmeEndpointArn: String Expiration: Expiration RoleArn: String Tags: - TagsItems

Properties

AcmeEndpointArn

Property description not available.

Required: Yes

Type: String

Update requires: Replacement

Expiration

Specifies an expiration configuration.

Required: No

Type: Expiration

Update requires: Replacement

RoleArn

Property description not available.

Required: Yes

Type: String

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of TagsItems

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

AcmeExternalAccountBindingArn

Property description not available.