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:StringExpiration:ExpirationRoleArn:StringTags:- TagsItems
Properties
AcmeEndpointArnProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
Expiration-
Specifies an expiration configuration.
Required: No
Type: Expiration
Update requires: Replacement
RoleArnProperty description not available.
Required: Yes
Type: String
Update requires: Replacement
Property description not available.
Required: No
Type: Array of TagsItems
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
AcmeExternalAccountBindingArnProperty description not available.