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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrass.CfnResourceDefinition.SecretsManagerSecretResourceDataProperty
CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder, CfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnResourceDefinition.SecretsManagerSecretResourceDataProperty.Builder.protectedJsii$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.JsonNodefinal booleanThe staging labels whose values you want to make available on the core, in addition toAWSCURRENT.final StringgetArn()The Amazon Resource Name (ARN) of the Secrets Manager secret to make available on the core.final inthashCode()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.SecretsManagerSecretResourceDataPropertyThe 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
AWSCURRENTstaging label) is included by default.- Specified by:
getArnin interfaceCfnResourceDefinition.SecretsManagerSecretResourceDataProperty
-
getAdditionalStagingLabelsToDownload
Description copied from interface:CfnResourceDefinition.SecretsManagerSecretResourceDataPropertyThe staging labels whose values you want to make available on the core, in addition toAWSCURRENT.- Specified by:
getAdditionalStagingLabelsToDownloadin interfaceCfnResourceDefinition.SecretsManagerSecretResourceDataProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-