View a markdown version of this page

AWS::CertificateManager::AcmeExternalAccountBinding - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 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.