interface RedactionPlaceHolderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.WorkSpacesWeb.CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsworkspacesweb#CfnDataProtectionSettingsPropsMixin_RedactionPlaceHolderProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.workspacesweb.CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty |
Python | aws_cdk.cfn_property_mixins.aws_workspacesweb.CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_workspacesweb » CfnDataProtectionSettingsPropsMixin » RedactionPlaceHolderProperty |
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 { aws_workspacesweb as workspacesweb } from '@aws-cdk/cfn-property-mixins';
const redactionPlaceHolderProperty: workspacesweb.CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty = {
redactionPlaceHolderText: 'redactionPlaceHolderText',
redactionPlaceHolderType: 'redactionPlaceHolderType',
};
Properties
| Name | Type | Description |
|---|---|---|
| redaction | string | The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type. |
| redaction | string | The redaction placeholder type that will replace the redacted text in session. |
redactionPlaceHolderText?
Type:
string
(optional)
The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
redactionPlaceHolderType?
Type:
string
(optional)
The redaction placeholder type that will replace the redacted text in session.

.NET
Go
Java
Python
TypeScript