AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation LogRedactionConfiguration - AWS CloudFormation

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

AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation LogRedactionConfiguration

The configuration for log redaction.

Syntax

To declare this entity in your 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