AWS::WorkSpacesWeb::DataProtectionSettings InlineRedactionConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::WorkSpacesWeb::DataProtectionSettings InlineRedactionConfiguration

The configuration for in-session inline redaction.

Syntax

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

JSON

{ "GlobalConfidenceLevel" : Number, "GlobalEnforcedUrls" : [ String, ... ], "GlobalExemptUrls" : [ String, ... ], "InlineRedactionPatterns" : [ InlineRedactionPattern, ... ] }

Properties

GlobalConfidenceLevel

The global confidence level for the inline redaction configuration. This indicates the certainty of data type matches in the redaction process. Confidence level 3 means high confidence, and requires a formatted text pattern match in order for content to be redacted. Confidence level 2 means medium confidence, and redaction considers both formatted and unformatted text, and adds keyword associate to the logic. Confidence level 1 means low confidence, and redaction is enforced for both formatted pattern + unformatted pattern without keyword. This is applied to patterns that do not have a pattern-level confidence level. Defaults to confidence level 2.

Required: No

Type: Number

Minimum: 1

Maximum: 3

Update requires: No interruption

GlobalEnforcedUrls

The global enforced URL configuration for the inline redaction configuration. This is applied to patterns that do not have a pattern-level enforced URL list.

Required: No

Type: Array of String

Minimum: 1

Maximum: 100

Update requires: No interruption

GlobalExemptUrls

The global exempt URL configuration for the inline redaction configuration. This is applied to patterns that do not have a pattern-level exempt URL list.

Required: No

Type: Array of String

Minimum: 1

Maximum: 100

Update requires: No interruption

InlineRedactionPatterns

The inline redaction patterns to be enabled for the inline redaction configuration.

Required: Yes

Type: Array of InlineRedactionPattern

Minimum: 0

Maximum: 150

Update requires: No interruption