Package org.cdk8s.plus25.k8s
Class SecretReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.SecretReference.Jsii$Proxy
-
- All Implemented Interfaces:
SecretReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SecretReference
@Stability(Stable) @Internal public static final class SecretReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecretReference
An implementation forSecretReference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.k8s.SecretReference
SecretReference.Builder, SecretReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SecretReference.Builder builder)Constructor that initializes the object based on literal property values passed by theSecretReference.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetName()name is unique within a namespace to reference a secret resource.StringgetNamespace()namespace defines the space within which the secret name must be unique.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(SecretReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theSecretReference.Builder.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:SecretReferencename is unique within a namespace to reference a secret resource.- Specified by:
getNamein interfaceSecretReference
-
getNamespace
public final String getNamespace()
Description copied from interface:SecretReferencenamespace defines the space within which the secret name must be unique.- Specified by:
getNamespacein interfaceSecretReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-