interface RedactionPlaceHolderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.WorkSpacesWeb.Mixins.CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsworkspacesweb/mixins#CfnDataProtectionSettingsPropsMixin_RedactionPlaceHolderProperty |
Java | software.amazon.awscdk.mixins.preview.services.workspacesweb.mixins.CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty |
Python | aws_cdk.mixins_preview.aws_workspacesweb.mixins.CfnDataProtectionSettingsPropsMixin.RedactionPlaceHolderProperty |
TypeScript | @aws-cdk/mixins-preview » aws_workspacesweb » mixins » 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 { mixins as workspacesweb_mixins } from '@aws-cdk/mixins-preview/aws-workspacesweb';
const redactionPlaceHolderProperty: workspacesweb_mixins.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