Class CfnCertificateAuthority
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.eks.CfnCertificateAuthority
- 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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnCertificateAuthority.static interfaceThe scheduled auto-activation events for the certificate authority, computed from its validity window.static interfaceThe validity period of the certificate authority.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.eks.ICertificateAuthorityRef
ICertificateAuthorityRef.Jsii$Default, ICertificateAuthorityRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnCertificateAuthority(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnCertificateAuthority(software.amazon.jsii.JsiiObjectRef objRef) CfnCertificateAuthority(software.constructs.Construct scope, String id, CfnCertificateAuthorityProps props) Create a newAWS::EKS::CertificateAuthority. -
Method Summary
Modifier and TypeMethodDescriptionThe timestamp when the certificate authority was activated.The entity that activated the certificate authority.The timestamp when the certificate authority was created.The entity that created the certificate authority.The Base64 encoded certificate authority data.The distribution status of the certificate authority.The unique identifier of the certificate authority.Whether activation of this certificate authority can still be rolled back.The scheduled auto-activation events for the certificate authority, computed from its validity window.The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days).The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months).The signing status of the certificate authority.The validity period of the certificate authority.The end of the validity period for the certificate authority.The start of the validity period for the certificate authority.A reference to a CertificateAuthority resource.The name of the EKS cluster that the certificate authority belongs to.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnCertificateAuthority.renderProperties(Map<String, Object> props) voidsetClusterName(String value) The name of the EKS cluster that the certificate authority belongs to.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, addResourceDependency, addResourceDependency, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, removeDependency, removeResourceDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
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 newAWS::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
Checks whether the given object is a CfnCertificateAuthority.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- 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:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrActivatedAt
The timestamp when the certificate authority was activated. -
getAttrActivatedBy
The entity that activated the certificate authority. -
getAttrCreatedAt
The timestamp when the certificate authority was created. -
getAttrCreatedBy
The entity that created the certificate authority. -
getAttrData
The Base64 encoded certificate authority data. -
getAttrDistributionStatus
The distribution status of the certificate authority. -
getAttrId
The unique identifier of the certificate authority. -
getAttrRollbackAvailable
Whether activation of this certificate authority can still be rolled back. -
getAttrScheduledEvents
The scheduled auto-activation events for the certificate authority, computed from its validity window. -
getAttrScheduledEventsFinalAutoActivation
The deadline by which EKS will auto-activate this certificate authority (notAfter minus 45 days). -
getAttrScheduledEventsFirstAutoActivation
The earliest date EKS may auto-activate this certificate authority (notAfter minus 6 months). -
getAttrSigningStatus
The signing status of the certificate authority. -
getAttrValidity
The validity period of the certificate authority. -
getAttrValidityNotAfter
The end of the validity period for the certificate authority. -
getAttrValidityNotBefore
The start of the validity period for the certificate authority. -
getCertificateAuthorityRef
A reference to a CertificateAuthority resource.- Specified by:
getCertificateAuthorityRefin interfaceICertificateAuthorityRef
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getClusterName
The name of the EKS cluster that the certificate authority belongs to. -
setClusterName
The name of the EKS cluster that the certificate authority belongs to.
-