CfnCertificateAuthorityProps
- class aws_cdk.aws_eks.CfnCertificateAuthorityProps(*, cluster_name)
Bases:
objectProperties for defining a
CfnCertificateAuthority.- Parameters:
cluster_name (
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 import aws_eks as eks cfn_certificate_authority_props = eks.CfnCertificateAuthorityProps( cluster_name="clusterName" )
Attributes
- cluster_name
The name of the EKS cluster that the certificate authority belongs to.