interface CfnCertificateAuthorityMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EKS.CfnCertificateAuthorityMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awseks#CfnCertificateAuthorityMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.eks.CfnCertificateAuthorityMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_eks.CfnCertificateAuthorityMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_eks » CfnCertificateAuthorityMixinProps |
Properties for CfnCertificateAuthorityPropsMixin.
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/cfn-property-mixins';
const cfnCertificateAuthorityMixinProps: eks.CfnCertificateAuthorityMixinProps = {
clusterName: 'clusterName',
};
Properties
| Name | Type | Description |
|---|---|---|
| cluster | string | The name of the EKS cluster that the certificate authority belongs to. |
clusterName?
Type:
string
(optional)
The name of the EKS cluster that the certificate authority belongs to.

.NET
Go
Java
Python
TypeScript