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::AcmeEndpoint
Contains detailed information about an ACME endpoint.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::CertificateManager::AcmeEndpoint", "Properties" : { "AuthorizationBehavior" :String, "CertificateAuthority" :CertificateAuthority, "CertificateTags" :[ Tag, ... ], "Contact" :String, "Tags" :[ TagsItems, ... ]} }
YAML
Type: AWS::CertificateManager::AcmeEndpoint Properties: AuthorizationBehavior:StringCertificateAuthority:CertificateAuthorityCertificateTags:- TagContact:StringTags:- TagsItems
Properties
Property description not available.
Required: Yes
Type: String
Update requires: No interruption
-
Defines the certificate authority to use for an ACME endpoint.
Required: Yes
Type: CertificateAuthority
Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: Replacement
ContactProperty description not available.
Required: No
Type: String
Update requires: No interruption
Property description not available.
Required: No
Type: Array of TagsItems
Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
AcmeEndpointArnProperty description not available.
EndpointUrlProperty description not available.