java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.certificatemanager.CfnAcmeEndpoint
All Implemented Interfaces:
IInspectable, IAcmeEndpointRef, IEnvironmentAware, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-07-22T17:37:21.678Z") @Stability(Stable) public class CfnAcmeEndpoint extends CfnResource implements IInspectable, IAcmeEndpointRef, ITaggableV2
Resource Type definition for AWS::CertificateManager::AcmeEndpoint.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.certificatemanager.*;
 CfnAcmeEndpoint cfnAcmeEndpoint = CfnAcmeEndpoint.Builder.create(this, "MyCfnAcmeEndpoint")
         .authorizationBehavior("authorizationBehavior")
         .certificateAuthority(CertificateAuthorityProperty.builder()
                 .publicCertificateAuthority(PublicCertificateAuthorityProperty.builder()
                         .allowedKeyAlgorithms(List.of("allowedKeyAlgorithms"))
                         .build())
                 .build())
         // the properties below are optional
         .certificateTags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .contact("contact")
         .tags(List.of(TagsItemsProperty.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnAcmeEndpoint

      protected CfnAcmeEndpoint(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnAcmeEndpoint

      protected CfnAcmeEndpoint(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnAcmeEndpoint

      @Stability(Stable) public CfnAcmeEndpoint(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnAcmeEndpointProps props)
      Create a new AWS::CertificateManager::AcmeEndpoint.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties. This parameter is required.
  • Method Details

    • arnForAcmeEndpoint

      @Stability(Stable) @NotNull public static String arnForAcmeEndpoint(@NotNull IAcmeEndpointRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnAcmeEndpoint

      @Stability(Stable) @NotNull public static Boolean isCfnAcmeEndpoint(@NotNull Object x)
      Checks whether the given object is a CfnAcmeEndpoint.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAcmeEndpointRef

      @Stability(Stable) @NotNull public AcmeEndpointReference getAcmeEndpointRef()
      A reference to a AcmeEndpoint resource.
      Specified by:
      getAcmeEndpointRef in interface IAcmeEndpointRef
    • getAttrAcmeEndpointArn

      @Stability(Stable) @NotNull public String getAttrAcmeEndpointArn()
      The Amazon Resource Name (ARN) of the ACME endpoint.
    • getAttrEndpointUrl

      @Stability(Stable) @NotNull public String getAttrEndpointUrl()
      The ACME directory URL for the endpoint.
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getAuthorizationBehavior

      @Stability(Stable) @NotNull public String getAuthorizationBehavior()
      The authorization behavior for the ACME endpoint.
    • setAuthorizationBehavior

      @Stability(Stable) public void setAuthorizationBehavior(@NotNull String value)
      The authorization behavior for the ACME endpoint.
    • getCertificateAuthority

      @Stability(Stable) @NotNull public Object getCertificateAuthority()
      The certificate authority configuration for the ACME endpoint.

      Returns union: either IResolvable or CfnAcmeEndpoint.CertificateAuthorityProperty

    • setCertificateAuthority

      @Stability(Stable) public void setCertificateAuthority(@NotNull IResolvable value)
      The certificate authority configuration for the ACME endpoint.
    • setCertificateAuthority

      @Stability(Stable) public void setCertificateAuthority(@NotNull CfnAcmeEndpoint.CertificateAuthorityProperty value)
      The certificate authority configuration for the ACME endpoint.
    • getCertificateTags

      @Stability(Stable) @Nullable public Object getCertificateTags()
      Tags applied to certificates issued via this endpoint.

      Returns union: either IResolvable or Listinvalid input: '<'either IResolvable or CfnTag>

    • setCertificateTags

      @Stability(Stable) public void setCertificateTags(@Nullable IResolvable value)
      Tags applied to certificates issued via this endpoint.
    • setCertificateTags

      @Stability(Stable) public void setCertificateTags(@Nullable List<Object> value)
      Tags applied to certificates issued via this endpoint.
    • getContact

      @Stability(Stable) @Nullable public String getContact()
      Whether contact information is required for the ACME endpoint.
    • setContact

      @Stability(Stable) public void setContact(@Nullable String value)
      Whether contact information is required for the ACME endpoint.
    • getTags

      @Stability(Stable) @Nullable public List<CfnAcmeEndpoint.TagsItemsProperty> getTags()
      Tags associated with the ACME endpoint.
    • setTags

      @Stability(Stable) public void setTags(@Nullable List<CfnAcmeEndpoint.TagsItemsProperty> value)
      Tags associated with the ACME endpoint.