@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:46.715Z") @Stability(value=Stable) public interface IKubectlProvider extends software.amazon.jsii.JsiiSerializable, IConstruct
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IKubectlProvider.Jsii$Default
Internal default implementation for
IKubectlProvider. |
static class |
IKubectlProvider.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IRole |
getHandlerRole()
The IAM execution role of the handler.
|
String |
getRoleArn()
The IAM role to assume in order to perform kubectl operations against this cluster.
|
String |
getServiceToken()
The custom resource provider's service token.
|
getNode@Stability(value=Stable) @NotNull IRole getHandlerRole()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getServiceToken()
Copyright © 2022. All rights reserved.