Package org.cdk8s.plus22
Interface SecretValue
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SecretValue.Jsii$Proxy
@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-02-08T00:13:45.292Z") @Stability(Stable) public interface SecretValue extends software.amazon.jsii.JsiiSerializable
Represents a specific value in JSON secret.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSecretValue.BuilderA builder forSecretValuestatic classSecretValue.Jsii$ProxyAn implementation forSecretValue
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SecretValue.Builderbuilder()StringgetKey()The JSON key.ISecretgetSecret()The secret.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull String getKey()
The JSON key.
-
getSecret
@Stability(Stable) @NotNull ISecret getSecret()
The secret.
-
builder
@Stability(Stable) static SecretValue.Builder builder()
- Returns:
- a
SecretValue.BuilderofSecretValue
-
-