interface CfnCertificateAuthorityProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EKSv2.CfnCertificateAuthorityProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awseksv2#CfnCertificateAuthorityProps |
Java | software.amazon.awscdk.services.eks_v2.CfnCertificateAuthorityProps |
Python | aws_cdk.aws_eks_v2.CfnCertificateAuthorityProps |
TypeScript | aws-cdk-lib » aws_eks_v2 » CfnCertificateAuthorityProps |
Properties for defining a CfnCertificateAuthority.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eks_v2 as eks_v2 } from 'aws-cdk-lib';
const cfnCertificateAuthorityProps: eks_v2.CfnCertificateAuthorityProps = {
clusterName: 'clusterName',
};
Properties
| Name | Type | Description |
|---|---|---|
| cluster | string | The name of the EKS cluster that the certificate authority belongs to. |
clusterName
Type:
string
The name of the EKS cluster that the certificate authority belongs to.

.NET
Go
Java
Python
TypeScript