interface CfnDataProtectionSettingsProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_workspacesweb.CfnDataProtectionSettingsProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsworkspacesweb#CfnDataProtectionSettingsProps |
![]() | software.amazon.awscdk.services.workspacesweb.CfnDataProtectionSettingsProps |
![]() | aws_cdk.aws_workspacesweb.CfnDataProtectionSettingsProps |
![]() | aws-cdk-lib » aws_workspacesweb » CfnDataProtectionSettingsProps |
Properties for defining a CfnDataProtectionSettings
.
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 cfnDataProtectionSettingsProps: workspacesweb.CfnDataProtectionSettingsProps = {
additionalEncryptionContext: {
additionalEncryptionContextKey: 'additionalEncryptionContext',
},
customerManagedKey: 'customerManagedKey',
description: 'description',
displayName: 'displayName',
inlineRedactionConfiguration: {
inlineRedactionPatterns: [{
redactionPlaceHolder: {
redactionPlaceHolderType: 'redactionPlaceHolderType',
// the properties below are optional
redactionPlaceHolderText: 'redactionPlaceHolderText',
},
// the properties below are optional
builtInPatternId: 'builtInPatternId',
confidenceLevel: 123,
customPattern: {
patternName: 'patternName',
patternRegex: 'patternRegex',
// the properties below are optional
keywordRegex: 'keywordRegex',
patternDescription: 'patternDescription',
},
enforcedUrls: ['enforcedUrls'],
exemptUrls: ['exemptUrls'],
}],
// the properties below are optional
globalConfidenceLevel: 123,
globalEnforcedUrls: ['globalEnforcedUrls'],
globalExemptUrls: ['globalExemptUrls'],
},
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
additional | { [string]: string } | IResolvable | The additional encryption context of the data protection settings. |
customer | string | The customer managed key used to encrypt sensitive information in the data protection settings. |
description? | string | The description of the data protection settings. |
display | string | The display name of the data protection settings. |
inline | IResolvable | Inline | The inline redaction configuration for the data protection settings. |
tags? | Cfn [] | The tags of the data protection settings. |
additionalEncryptionContext?
Type:
{ [string]: string } |
IResolvable
(optional)
The additional encryption context of the data protection settings.
customerManagedKey?
Type:
string
(optional)
The customer managed key used to encrypt sensitive information in the data protection settings.
description?
Type:
string
(optional)
The description of the data protection settings.
displayName?
Type:
string
(optional)
The display name of the data protection settings.
inlineRedactionConfiguration?
Type:
IResolvable
|
Inline
(optional)
The inline redaction configuration for the data protection settings.
tags?
Type:
Cfn
[]
(optional)
The tags of the data protection settings.