Interface CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty.Jsii$Proxy
Enclosing class:
CfnDataProtectionSettingsPropsMixin

@Stability(Stable) public static interface CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty extends software.amazon.jsii.JsiiSerializable
The redaction placeholder that will replace the redacted text in session.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.*;
 RedactionPlaceHolderProperty redactionPlaceHolderProperty = RedactionPlaceHolderProperty.builder()
         .redactionPlaceHolderText("redactionPlaceHolderText")
         .redactionPlaceHolderType("redactionPlaceHolderType")
         .build();
 

See Also: