interface CfnCertificateAuthorityProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EKS.CfnCertificateAuthorityProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awseks#CfnCertificateAuthorityProps |
Java | software.amazon.awscdk.services.eks.CfnCertificateAuthorityProps |
Python | aws_cdk.aws_eks.CfnCertificateAuthorityProps |
TypeScript | aws-cdk-lib » aws_eks » 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 as eks } from 'aws-cdk-lib';
const cfnCertificateAuthorityProps: eks.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