AWS Fundamentals Logo
AWS Fundamentals
AWS::CertificateManager::AcmeEndpoint

CertificateManager AcmeEndpoint

Resource Type definition for AWS::CertificateManager::AcmeEndpoint

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
AuthorizationBehavior
string
Required
CertificateAuthority
CertificateAuthority
Required
CertificateTags
Array<Tag>
Create-only
Contact
string
Tags
Array<object>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AcmeEndpointArnstringThe Amazon Resource Name (ARN) of the ACME endpoint.
EndpointUrlstringThe ACME directory URL for the endpoint.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CertificateManager::AcmeEndpoint

Resources:
  MyResource:
    Type: AWS::CertificateManager::AcmeEndpoint
    Properties:
      AuthorizationBehavior: "value"
      CertificateAuthority: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

acm:CreateAcmeEndpointacm:DescribeAcmeEndpointacm:TagResourceacm:ListTagsForResource

read

acm:DescribeAcmeEndpointacm:ListTagsForResource

update

acm:UpdateAcmeEndpointacm:DescribeAcmeEndpointacm:TagResourceacm:UntagResourceacm:ListTagsForResource

delete

acm:DeleteAcmeEndpointacm:DescribeAcmeEndpoint

list

acm:ListAcmeEndpoints

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceCertificateManager
Properties7
Required2
TaggingSupported
Primary IDAcmeEndpointArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

CertificateTags

External Links