Class CfnDataProtectionSettingsMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnDataProtectionSettingsMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataProtectionSettingsMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataProtectionSettingsMixinProps
@Stability(Stable)
@Internal
public static final class CfnDataProtectionSettingsMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataProtectionSettingsMixinProps
An implementation for
CfnDataProtectionSettingsMixinProps-
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.workspacesweb.CfnDataProtectionSettingsMixinProps
CfnDataProtectionSettingsMixinProps.Builder, CfnDataProtectionSettingsMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataProtectionSettingsMixinProps.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 booleanfinal ObjectThe additional encryption context of the data protection settings.final StringThe customer managed key used to encrypt sensitive information in the data protection settings.final StringThe description of the data protection settings.final StringThe display name of the data protection settings.final ObjectThe inline redaction configuration for the data protection settings.getTags()The tags of the data protection settings.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
Constructor that initializes the object based on literal property values passed by theCfnDataProtectionSettingsMixinProps.Builder.
-
-
Method Details
-
getAdditionalEncryptionContext
Description copied from interface:CfnDataProtectionSettingsMixinPropsThe additional encryption context of the data protection settings.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getAdditionalEncryptionContextin interfaceCfnDataProtectionSettingsMixinProps- See Also:
-
getCustomerManagedKey
Description copied from interface:CfnDataProtectionSettingsMixinPropsThe customer managed key used to encrypt sensitive information in the data protection settings.- Specified by:
getCustomerManagedKeyin interfaceCfnDataProtectionSettingsMixinProps- See Also:
-
getDescription
Description copied from interface:CfnDataProtectionSettingsMixinPropsThe description of the data protection settings.- Specified by:
getDescriptionin interfaceCfnDataProtectionSettingsMixinProps- See Also:
-
getDisplayName
Description copied from interface:CfnDataProtectionSettingsMixinPropsThe display name of the data protection settings.- Specified by:
getDisplayNamein interfaceCfnDataProtectionSettingsMixinProps- See Also:
-
getInlineRedactionConfiguration
Description copied from interface:CfnDataProtectionSettingsMixinPropsThe inline redaction configuration for the data protection settings.Returns union: either
IResolvableorCfnDataProtectionSettingsPropsMixin.InlineRedactionConfigurationProperty- Specified by:
getInlineRedactionConfigurationin interfaceCfnDataProtectionSettingsMixinProps- See Also:
-
getTags
Description copied from interface:CfnDataProtectionSettingsMixinPropsThe tags of the data protection settings.- Specified by:
getTagsin interfaceCfnDataProtectionSettingsMixinProps- 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()
-