Class CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrass.CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
@Stability(Stable)
@Internal
public static final class CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
An implementation for
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder, CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
The staging labels whose values you want to make available on the core, in addition toAWSCURRENT
.final String
getArn()
The Amazon Resource Name (ARN) of the Secrets Manager secret to make available on the core.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder
.
-
-
Method Details
-
getArn
Description copied from interface:CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
The Amazon Resource Name (ARN) of the Secrets Manager secret to make available on the core.The value of the secret's latest version (represented by the
AWSCURRENT
staging label) is included by default.- Specified by:
getArn
in interfaceCfnResourceDefinition.SecretsManagerSecretResourceDataProperty
-
getAdditionalStagingLabelsToDownload
Description copied from interface:CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
The staging labels whose values you want to make available on the core, in addition toAWSCURRENT
.- Specified by:
getAdditionalStagingLabelsToDownload
in interfaceCfnResourceDefinition.SecretsManagerSecretResourceDataProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-