@Stability(value=Stable) public static final class SecretsManagerSecretOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecretsManagerSecretOptions
SecretsManagerSecretOptionssoftware.amazon.jsii.JsiiObject.InitializationModeSecretsManagerSecretOptions.Builder, SecretsManagerSecretOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getJsonField()
The key of a JSON field to retrieve.
|
String |
getVersionId()
Specifies the unique identifier of the version of the secret you want to use.
|
String |
getVersionStage()
Specified the secret version that you want to retrieve by the staging label attached to the version.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getJsonField()
SecretsManagerSecretOptionsThis can only be used if the secret stores a JSON object.
Default: - returns all the content stored in the Secrets Manager secret.getJsonField in interface SecretsManagerSecretOptionspublic String getVersionId()
SecretsManagerSecretOptionsCan specify at most one of versionId and versionStage.
getVersionId in interface SecretsManagerSecretOptionspublic String getVersionStage()
SecretsManagerSecretOptionsCan specify at most one of versionId and versionStage.
getVersionStage in interface SecretsManagerSecretOptionspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.