@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.949Z") @Stability(value=Stable) public interface IKubectlProvider extends software.amazon.jsii.JsiiSerializable, software.constructs.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.
|
@Stability(value=Stable) @NotNull IRole getHandlerRole()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getServiceToken()
Copyright © 2022. All rights reserved.