interface IKubectlProvider
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EKS.IKubectlProvider |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awseks#IKubectlProvider |
![]() | software.amazon.awscdk.services.eks.IKubectlProvider |
![]() | aws_cdk.aws_eks.IKubectlProvider |
![]() | aws-cdk-lib » 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 | Node | The tree node. |
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:
Node
The tree node.
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.