@Generated(value="jsii-pacmak/1.34.0 (build 9b72778)", date="2021-09-21T00:27:37.501Z") @Stability(value=Stable) public interface SecretValue extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecretValue.Builder
A builder for
SecretValue |
static class |
SecretValue.Jsii$Proxy
An implementation for
SecretValue |
| Modifier and Type | Method and Description |
|---|---|
static SecretValue.Builder |
builder() |
String |
getKey()
The JSON key.
|
ISecret |
getSecret()
The secret.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull ISecret getSecret()
@Stability(value=Stable) static SecretValue.Builder builder()
SecretValue.Builder of SecretValueCopyright © 2021. All rights reserved.