interface RedactionPlaceHolderProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_workspacesweb.CfnDataProtectionSettings.RedactionPlaceHolderProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspacesweb#CfnDataProtectionSettings_RedactionPlaceHolderProperty |
![]() | software.amazon.awscdk.services.workspacesweb.CfnDataProtectionSettings.RedactionPlaceHolderProperty |
![]() | aws_cdk.aws_workspacesweb.CfnDataProtectionSettings.RedactionPlaceHolderProperty |
![]() | aws-cdk-lib » aws_workspacesweb » CfnDataProtectionSettings » 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-lib';
const redactionPlaceHolderProperty: workspacesweb.CfnDataProtectionSettings.RedactionPlaceHolderProperty = {
redactionPlaceHolderType: 'redactionPlaceHolderType',
// the properties below are optional
redactionPlaceHolderText: 'redactionPlaceHolderText',
};
Properties
Name | Type | Description |
---|---|---|
redaction | string | The redaction placeholder type that will replace the redacted text in session. |
redaction | string | The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type. |
redactionPlaceHolderType
Type:
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.