AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation LogRedactionConfiguration - 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::CleanRoomsML::ConfiguredModelAlgorithmAssociation LogRedactionConfiguration

The configuration for log redaction.

Syntax

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

JSON

{ "CustomEntityConfig" : CustomEntityConfig, "EntitiesToRedact" : [ String, ... ] }

Properties

CustomEntityConfig

Specifies the configuration for custom entities in the context of log redaction.

Required: No

Type: CustomEntityConfig

Update requires: Replacement

EntitiesToRedact

Specifies the entities to be redacted from logs. Entities to redact are "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION", "NUMBERS","CUSTOM". If CUSTOM is supplied or configured, custom patterns (customDataIdentifiers) should be provided, and the patterns will be redacted in logs or error messages.

Required: Yes

Type: Array of String

Minimum: 1

Update requires: Replacement