Interface CfnClusterPropsMixin.ActiveCertificateAuthorityProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.ActiveCertificateAuthorityProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.ActiveCertificateAuthorityProperty
extends software.amazon.jsii.JsiiSerializable
Identifies the certificate authority currently signing certificates for the cluster.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.eks.*;
ActiveCertificateAuthorityProperty activeCertificateAuthorityProperty = ActiveCertificateAuthorityProperty.builder()
.activatedBy("activatedBy")
.id("id")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.ActiveCertificateAuthorityPropertystatic final classAn implementation forCfnClusterPropsMixin.ActiveCertificateAuthorityProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActivatedBy
Indicates whether the active certificate authority was activated by EKS or by the customer.- See Also:
-
getId
The ID of the active (signing) certificate authority.- See Also:
-
builder
-