@Stability(value=Stable) @Internal public static final class SecretsManagerSecretOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecretsManagerSecretOptions
SecretsManagerSecretOptions
software.amazon.jsii.JsiiObject.InitializationMode
SecretsManagerSecretOptions.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()
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()
Specifies 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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
SecretsManagerSecretOptions
This 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 SecretsManagerSecretOptions
public final String getVersionId()
SecretsManagerSecretOptions
Can specify at most one of versionId
and versionStage
.
Default: AWSCURRENT
getVersionId
in interface SecretsManagerSecretOptions
public 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.JsiiSerializable
Copyright © 2021. All rights reserved.