AWS::CertificateManager::AcmeEndpoint - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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: String CertificateAuthority: CertificateAuthority CertificateTags: - Tag Contact: String Tags: - TagsItems

Properties

AuthorizationBehavior

Property description not available.

Required: Yes

Type: String

Update requires: No interruption

CertificateAuthority

Defines the certificate authority to use for an ACME endpoint.

Required: Yes

Type: CertificateAuthority

Update requires: No interruption

CertificateTags

Property description not available.

Required: No

Type: Array of Tag

Maximum: 50

Update requires: Replacement

Contact

Property description not available.

Required: No

Type: String

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of TagsItems

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

AcmeEndpointArn

Property description not available.

EndpointUrl

Property description not available.