@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:29.965Z") @Stability(value=Experimental) 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()
(experimental) The IAM execution role of the handler.
|
String |
getRoleArn()
(experimental) The IAM role to assume in order to perform kubectl operations against this cluster.
|
String |
getServiceToken()
(experimental) The custom resource provider's service token.
|
getNode@Stability(value=Experimental) @NotNull IRole getHandlerRole()
@Stability(value=Experimental) @NotNull String getRoleArn()
@Stability(value=Experimental) @NotNull String getServiceToken()
Copyright © 2022. All rights reserved.