View a markdown version of this page

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