AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::WorkSpacesWeb::DataProtectionSettings

CfnDataProtectionSettings

The data protection settings resource that can be associated with a web portal.

Import

import { CfnDataProtectionSettings } from 'aws-cdk-lib/aws-workspacesweb';

Or use the module namespace:

import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnDataProtectionSettings

Properties

Configuration passed to the constructor as CfnDataProtectionSettingsProps.

additionalEncryptionContextOptional
{ [key: string]: string } | IResolvable

The additional encryption context of the data protection settings.

customerManagedKeyOptional
string

The customer managed key used to encrypt sensitive information in the data protection settings.

descriptionOptional
string

The description of the data protection settings.

displayNameOptional
string

The display name of the data protection settings.

inlineRedactionConfigurationOptional
IResolvable | InlineRedactionConfigurationProperty

The inline redaction configuration for the data protection settings.

tagsOptional
CfnTag[]

The tags of the data protection settings.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-workspacesweb
CFN TypeAWS::WorkSpacesWeb::DataProtectionSettings
Properties6

External Links