Class CfnCertificateAuthority

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, ICertificateAuthorityRef, IEnvironmentAware, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-02T11:03:09.652Z") @Stability(Stable) public class CfnCertificateAuthority extends CfnResource implements IInspectable, ICertificateAuthorityRef
Resource Type definition for EKS CertificateAuthority.

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.eks.*;
 CfnCertificateAuthority cfnCertificateAuthority = CfnCertificateAuthority.Builder.create(this, "MyCfnCertificateAuthority")
         .clusterName("clusterName")
         .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

    • CfnCertificateAuthority

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

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

      @Stability(Stable) public CfnCertificateAuthority(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnCertificateAuthorityProps props)
      Create a new AWS::EKS::CertificateAuthority.

      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

    • isCfnCertificateAuthority

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

      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.
    • getAttrActivatedAt

      @Stability(Stable) @NotNull public String getAttrActivatedAt()
      The timestamp when the certificate authority was activated.
    • getAttrActivatedBy

      @Stability(Stable) @NotNull public String getAttrActivatedBy()
      The entity that activated the certificate authority.
    • getAttrCreatedAt

      @Stability(Stable) @NotNull public String getAttrCreatedAt()
      The timestamp when the certificate authority was created.
    • getAttrCreatedBy

      @Stability(Stable) @NotNull public String getAttrCreatedBy()
      The entity that created the certificate authority.
    • getAttrData

      @Stability(Stable) @NotNull public String getAttrData()
      The Base64 encoded certificate authority data.
    • getAttrDistributionStatus

      @Stability(Stable) @NotNull public String getAttrDistributionStatus()
      The distribution status of the certificate authority.
    • getAttrId

      @Stability(Stable) @NotNull public String getAttrId()
      The unique identifier of the certificate authority.
    • getAttrRollbackAvailable

      @Stability(Stable) @NotNull public IResolvable getAttrRollbackAvailable()
      Whether activation of this certificate authority can still be rolled back.
    • getAttrScheduledEvents

      @Stability(Stable) @NotNull public IResolvable getAttrScheduledEvents()
      The scheduled auto-activation events for the certificate authority, computed from its validity window.
    • getAttrScheduledEventsFinalAutoActivation

      @Stability(Stable) @NotNull public String getAttrScheduledEventsFinalAutoActivation()
      The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).
    • getAttrScheduledEventsFirstAutoActivation

      @Stability(Stable) @NotNull public String getAttrScheduledEventsFirstAutoActivation()
      The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).
    • getAttrSigningStatus

      @Stability(Stable) @NotNull public String getAttrSigningStatus()
      The signing status of the certificate authority.
    • getAttrValidity

      @Stability(Stable) @NotNull public IResolvable getAttrValidity()
      The validity period of the certificate authority.
    • getAttrValidityNotAfter

      @Stability(Stable) @NotNull public String getAttrValidityNotAfter()
      The end of the validity period for the certificate authority.
    • getAttrValidityNotBefore

      @Stability(Stable) @NotNull public String getAttrValidityNotBefore()
      The start of the validity period for the certificate authority.
    • getCertificateAuthorityRef

      @Stability(Stable) @NotNull public CertificateAuthorityReference getCertificateAuthorityRef()
      A reference to a CertificateAuthority resource.
      Specified by:
      getCertificateAuthorityRef in interface ICertificateAuthorityRef
    • 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
    • getClusterName

      @Stability(Stable) @NotNull public String getClusterName()
      The name of the EKS cluster that the certificate authority belongs to.
    • setClusterName

      @Stability(Stable) public void setClusterName(@NotNull String value)
      The name of the EKS cluster that the certificate authority belongs to.