Class CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.greengrass.CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty
@Stability(Stable)
@Internal
public static final class CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty
An implementation for
CfnResourceDefinitionPropsMixin.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.cfnpropertymixins.services.greengrass.CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty
CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty.Builder, CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionPropsMixin.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(CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty.Builder.
-
-
Method Details
-
getAdditionalStagingLabelsToDownload
Description copied from interface:CfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataPropertyThe staging labels whose values you want to make available on the core, in addition toAWSCURRENT.- Specified by:
getAdditionalStagingLabelsToDownloadin interfaceCfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty- See Also:
-
getArn
Description copied from interface:CfnResourceDefinitionPropsMixin.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 interfaceCfnResourceDefinitionPropsMixin.SecretsManagerSecretResourceDataProperty- See Also:
-
$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()
-