IKubectlProvider

class aws_cdk.aws_eks.IKubectlProvider(*args, **kwds)

Bases: IConstruct, Protocol

Imported KubectlProvider that can be used in place of the default one created by CDK.

Attributes

handler_role

The IAM execution role of the handler.

node

The construct tree node for this construct.

role_arn

The IAM role to assume in order to perform kubectl operations against this cluster.

service_token

The custom resource provider’s service token.