interface IKubectlProvider
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.EKS.IKubectlProvider | 
  Java | software.amazon.awscdk.services.eks.IKubectlProvider | 
  Python | aws_cdk.aws_eks.IKubectlProvider | 
  TypeScript (source) | @aws-cdk/aws-eks » IKubectlProvider | 
Implemented by
Kubectl
Obtainable from
Kubectl.fromKubectlProviderAttributes(), Kubectl.getOrCreate()
Imported KubectlProvider that can be used in place of the default one created by CDK.
Properties
| Name | Type | Description | 
|---|---|---|
| handler | IRole | The IAM execution role of the handler. | 
| node | Construct | The construct tree node for this construct. | 
| role | string | The IAM role to assume in order to perform kubectl operations against this cluster. | 
| service | string | The custom resource provider's service token. | 
handlerRole
Type:
IRole
The IAM execution role of the handler.
node
Type:
Construct
The construct tree node for this construct.
roleArn
Type:
string
The IAM role to assume in order to perform kubectl operations against this cluster.
serviceToken
Type:
string
The custom resource provider's service token.

 .NET
 Java
 Python
 TypeScript (