public static final class CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder, CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.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(java.lang.Object o) |
java.util.List<java.lang.String> |
getAdditionalStagingLabelsToDownload()
The staging labels whose values you want to make available on the core, in addition to `AWSCURRENT` .
|
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the Secrets Manager secret to make available on the core.
|
int |
hashCode() |
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.public final java.lang.String getArn()
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
The value of the secret's latest version (represented by the AWSCURRENT
staging label) is included by default.
getArn
in interface CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
public final java.util.List<java.lang.String> getAdditionalStagingLabelsToDownload()
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
getAdditionalStagingLabelsToDownload
in interface CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()