Class CfnDataProtectionSettingsProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspacesweb.CfnDataProtectionSettingsProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataProtectionSettingsProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataProtectionSettingsProps
@Stability(Stable)
@Internal
public static final class CfnDataProtectionSettingsProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataProtectionSettingsProps
An implementation for 
CfnDataProtectionSettingsProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.workspacesweb.CfnDataProtectionSettingsPropsCfnDataProtectionSettingsProps.Builder, CfnDataProtectionSettingsProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataProtectionSettingsProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataProtectionSettingsProps.Builder.
 
- 
- 
Method Details- 
getAdditionalEncryptionContextDescription copied from interface:CfnDataProtectionSettingsPropsThe additional encryption context of the data protection settings.Returns union: either Mapinvalid input: '<'String, String> orIResolvable- Specified by:
- getAdditionalEncryptionContextin interface- CfnDataProtectionSettingsProps
- See Also:
 
- 
getCustomerManagedKeyDescription copied from interface:CfnDataProtectionSettingsPropsThe customer managed key used to encrypt sensitive information in the data protection settings.- Specified by:
- getCustomerManagedKeyin interface- CfnDataProtectionSettingsProps
- See Also:
 
- 
getDescriptionDescription copied from interface:CfnDataProtectionSettingsPropsThe description of the data protection settings.- Specified by:
- getDescriptionin interface- CfnDataProtectionSettingsProps
- See Also:
 
- 
getDisplayNameDescription copied from interface:CfnDataProtectionSettingsPropsThe display name of the data protection settings.- Specified by:
- getDisplayNamein interface- CfnDataProtectionSettingsProps
- See Also:
 
- 
getInlineRedactionConfigurationDescription copied from interface:CfnDataProtectionSettingsPropsThe inline redaction configuration for the data protection settings.Returns union: either IResolvableorCfnDataProtectionSettings.InlineRedactionConfigurationProperty- Specified by:
- getInlineRedactionConfigurationin interface- CfnDataProtectionSettingsProps
- See Also:
 
- 
getTagsDescription copied from interface:CfnDataProtectionSettingsPropsThe tags of the data protection settings.- Specified by:
- getTagsin interface- CfnDataProtectionSettingsProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-