CfnCertificateAuthorityMixinProps
- class aws_cdk.cfn_property_mixins.aws_eks.CfnCertificateAuthorityMixinProps(*, cluster_name=None)
Bases:
objectProperties for CfnCertificateAuthorityPropsMixin.
- Parameters:
cluster_name (
Optional[str]) – The name of the EKS cluster that the certificate authority belongs to.- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.cfn_property_mixins import aws_eks as eks cfn_certificate_authority_mixin_props = eks.CfnCertificateAuthorityMixinProps( cluster_name="clusterName" )
Attributes
- cluster_name
The name of the EKS cluster that the certificate authority belongs to.