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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRedactionPlaceHolderText
The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.- See Also:
-
getRedactionPlaceHolderType
The redaction placeholder type that will replace the redacted text in session.- See Also:
-
builder
@Stability(Stable) static CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty.Builder builder()
-