AWS::CertificateManager::AcmeEndpointResource Type definition for AWS::CertificateManager::AcmeEndpoint
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AuthorizationBehavior | string | Required |
CertificateAuthority | CertificateAuthority | Required |
CertificateTags | Array<Tag> | Create-only |
Contact | string | |
Tags | Array<object> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AcmeEndpointArn | string | The Amazon Resource Name (ARN) of the ACME endpoint. |
EndpointUrl | string | The ACME directory URL for the endpoint. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
acm:CreateAcmeEndpointacm:DescribeAcmeEndpointacm:TagResourceacm:ListTagsForResourceacm:DescribeAcmeEndpointacm:ListTagsForResourceacm:UpdateAcmeEndpointacm:DescribeAcmeEndpointacm:TagResourceacm:UntagResourceacm:ListTagsForResourceacm:DeleteAcmeEndpointacm:DescribeAcmeEndpointacm:ListAcmeEndpointsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAcmeEndpointArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CertificateTags