@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:08.183Z") @Stability(value=Experimental) public class KubernetesObjectValue extends software.constructs.Construct
Use this to fetch any information available by the kubectl get command.
| Modifier and Type | Class and Description |
|---|---|
static class |
KubernetesObjectValue.Builder
(experimental) A fluent builder for
KubernetesObjectValue. |
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_TYPE
(experimental) The CloudFormation reosurce type.
|
| Modifier | Constructor and Description |
|---|---|
|
KubernetesObjectValue(software.constructs.Construct scope,
String id,
KubernetesObjectValueProps props) |
protected |
KubernetesObjectValue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
KubernetesObjectValue(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
(experimental) The value as a string token.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) public static final String RESOURCE_TYPE
protected KubernetesObjectValue(software.amazon.jsii.JsiiObjectRef objRef)
protected KubernetesObjectValue(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public KubernetesObjectValue(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
KubernetesObjectValueProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public String getValue()
Copyright © 2021. All rights reserved.