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 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.workspacesweb.CfnDataProtectionSettingsProps
CfnDataProtectionSettingsProps.Builder, CfnDataProtectionSettingsProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 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 theCfnDataProtectionSettingsProps.Builder.
-
-
Method Details
-
getAdditionalEncryptionContext
Description copied from interface:CfnDataProtectionSettingsPropsThe additional encryption context of the data protection settings.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getAdditionalEncryptionContextin interfaceCfnDataProtectionSettingsProps- See Also:
-
getCustomerManagedKey
Description copied from interface:CfnDataProtectionSettingsPropsThe customer managed key used to encrypt sensitive information in the data protection settings.- Specified by:
getCustomerManagedKeyin interfaceCfnDataProtectionSettingsProps- See Also:
-
getDescription
Description copied from interface:CfnDataProtectionSettingsPropsThe description of the data protection settings.- Specified by:
getDescriptionin interfaceCfnDataProtectionSettingsProps- See Also:
-
getDisplayName
Description copied from interface:CfnDataProtectionSettingsPropsThe display name of the data protection settings.- Specified by:
getDisplayNamein interfaceCfnDataProtectionSettingsProps- See Also:
-
getInlineRedactionConfiguration
Description copied from interface:CfnDataProtectionSettingsPropsThe inline redaction configuration for the data protection settings.Returns union: either
IResolvableorCfnDataProtectionSettings.InlineRedactionConfigurationProperty- Specified by:
getInlineRedactionConfigurationin interfaceCfnDataProtectionSettingsProps- See Also:
-
getTags
Description copied from interface:CfnDataProtectionSettingsPropsThe tags of the data protection settings.- Specified by:
getTagsin interfaceCfnDataProtectionSettingsProps- 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()
-