@Stability(value=Experimental) @Internal 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.
|
protected |
Jsii$Proxy(String jsonField,
String versionId,
String versionStage)
Constructor that initializes the object based on literal property values passed by the
SecretsManagerSecretOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getJsonField()
(experimental) The key of a JSON field to retrieve.
|
String |
getVersionId()
(experimental) Specifies the unique identifier of the version of the secret you want to use.
|
String |
getVersionStage()
(experimental) Specified the secret version that you want to retrieve by the staging label attached to the version.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String jsonField, String versionId, String versionStage)
SecretsManagerSecretOptions.Builder.public final 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 final String getVersionId()
SecretsManagerSecretOptions
Can specify at most one of versionId and versionStage.
Default: AWSCURRENT
getVersionId in interface SecretsManagerSecretOptionspublic final String getVersionStage()
SecretsManagerSecretOptions
Can specify at most one of versionId and versionStage.
Default: AWSCURRENT
getVersionStage in interface SecretsManagerSecretOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.