Class KubernetesObjectValueProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.KubernetesObjectValueProps.Jsii$Proxy
- All Implemented Interfaces:
KubernetesObjectValueProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
KubernetesObjectValueProps
@Stability(Stable)
@Internal
public static final class KubernetesObjectValueProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements KubernetesObjectValueProps
An implementation for
KubernetesObjectValueProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.KubernetesObjectValueProps
KubernetesObjectValueProps.Builder, KubernetesObjectValueProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theKubernetesObjectValueProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal IClusterThe EKS cluster to fetch attributes from.final StringJSONPath to the specific value.final StringThe name of the object to query.final StringThe namespace the object belongs to.final StringThe object type to query.final DurationTimeout for waiting on a value.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theKubernetesObjectValueProps.Builder.
-
-
Method Details
-
getCluster
Description copied from interface:KubernetesObjectValuePropsThe EKS cluster to fetch attributes from.[disable-awslint:ref-via-interface]
- Specified by:
getClusterin interfaceKubernetesObjectValueProps
-
getJsonPath
Description copied from interface:KubernetesObjectValuePropsJSONPath to the specific value.- Specified by:
getJsonPathin interfaceKubernetesObjectValueProps- See Also:
-
getObjectName
Description copied from interface:KubernetesObjectValuePropsThe name of the object to query.- Specified by:
getObjectNamein interfaceKubernetesObjectValueProps
-
getObjectType
Description copied from interface:KubernetesObjectValuePropsThe object type to query.(e.g 'service', 'pod'...)
- Specified by:
getObjectTypein interfaceKubernetesObjectValueProps
-
getObjectNamespace
Description copied from interface:KubernetesObjectValuePropsThe namespace the object belongs to.Default: 'default'
- Specified by:
getObjectNamespacein interfaceKubernetesObjectValueProps
-
getTimeout
Description copied from interface:KubernetesObjectValuePropsTimeout for waiting on a value.Default: Duration.minutes(5)
- Specified by:
getTimeoutin interfaceKubernetesObjectValueProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-