CfnCertificateAuthorityProps

class aws_cdk.aws_eks_v2.CfnCertificateAuthorityProps(*, cluster_name)

Bases: object

Properties for defining a CfnCertificateAuthority.

Parameters:

cluster_name (str) – The name of the EKS cluster that the certificate authority belongs to.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-certificateauthority.html

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_v2 as eks_v2

cfn_certificate_authority_props = eks_v2.CfnCertificateAuthorityProps(
    cluster_name="clusterName"
)

Attributes

cluster_name

The name of the EKS cluster that the certificate authority belongs to.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-certificateauthority.html#cfn-eks-certificateauthority-clustername