Uses of Interface
software.amazon.awscdk.services.eks.CfnCluster.CertificateAuthorityProperty
Packages that use CfnCluster.CertificateAuthorityProperty
-
Uses of CfnCluster.CertificateAuthorityProperty in software.amazon.awscdk.services.eks
Classes in software.amazon.awscdk.services.eks that implement CfnCluster.CertificateAuthorityPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnCluster.CertificateAuthorityPropertyMethods in software.amazon.awscdk.services.eks that return CfnCluster.CertificateAuthorityPropertyModifier and TypeMethodDescriptionCfnCluster.CertificateAuthorityProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.eks with parameters of type CfnCluster.CertificateAuthorityPropertyModifier and TypeMethodDescriptionCfnCluster.Builder.certificateAuthority(CfnCluster.CertificateAuthorityProperty certificateAuthority) The certificate authority information for the cluster, including the trust bundle and the currently active signing certificate authority.CfnClusterProps.Builder.certificateAuthority(CfnCluster.CertificateAuthorityProperty certificateAuthority) Sets the value ofCfnClusterProps.getCertificateAuthority()voidCfnCluster.setCertificateAuthority(CfnCluster.CertificateAuthorityProperty value) The certificate authority information for the cluster, including the trust bundle and the currently active signing certificate authority.