AWS::WorkSpacesWeb::DataProtectionSettingsThe data protection settings resource that can be associated with a web portal.
import { CfnDataProtectionSettings } from 'aws-cdk-lib/aws-workspacesweb';Or use the module namespace:
import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnDataProtectionSettingsConfiguration passed to the constructor as CfnDataProtectionSettingsProps.
additionalEncryptionContextOptional{ [key: string]: string } | IResolvableThe additional encryption context of the data protection settings.
customerManagedKeyOptionalstringThe customer managed key used to encrypt sensitive information in the data protection settings.
descriptionOptionalstringThe description of the data protection settings.
displayNameOptionalstringThe display name of the data protection settings.
inlineRedactionConfigurationOptionalIResolvable | InlineRedactionConfigurationPropertyThe inline redaction configuration for the data protection settings.
tagsOptionalCfnTag[]The tags of the data protection settings.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-workspaceswebAWS::WorkSpacesWeb::DataProtectionSettings