Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::WorkSpacesWeb::DataProtectionSettings

Focus mode
AWS::WorkSpacesWeb::DataProtectionSettings - AWS CloudFormation
Filter View

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

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::WorkSpacesWeb::DataProtectionSettings", "Properties" : { "AdditionalEncryptionContext" : {Key: Value, ...}, "CustomerManagedKey" : String, "Description" : String, "DisplayName" : String, "InlineRedactionConfiguration" : InlineRedactionConfiguration, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::WorkSpacesWeb::DataProtectionSettings Properties: AdditionalEncryptionContext: Key: Value CustomerManagedKey: String Description: String DisplayName: String InlineRedactionConfiguration: InlineRedactionConfiguration Tags: - Tag

Properties

AdditionalEncryptionContext

The additional encryption context of the data protection settings.

Required: No

Type: Object of String

Pattern: ^[\s\S]*$

Minimum: 0

Maximum: 131072

Update requires: Replacement

CustomerManagedKey

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

Required: No

Type: String

Pattern: ^arn:[\w+=\/,.@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$

Minimum: 20

Maximum: 2048

Update requires: Replacement

Description

The description of the data protection settings.

Required: No

Type: String

Pattern: ^[ _\-\d\w]+$

Minimum: 1

Maximum: 256

Update requires: No interruption

DisplayName

The display name of the data protection settings.

Required: No

Type: String

Pattern: ^[ _\-\d\w]+$

Minimum: 1

Maximum: 64

Update requires: No interruption

InlineRedactionConfiguration

The inline redaction configuration for the data protection settings.

Required: No

Type: InlineRedactionConfiguration

Update requires: No interruption

Tags

The tags of the data protection settings.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Return values

Ref

Fn::GetAtt

AssociatedPortalArns

A list of web portal ARNs that this data protection settings resource is associated with.

CreationDate

The creation date timestamp of the data protection settings.

DataProtectionSettingsArn

The ARN of the data protection settings resource.

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.