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, ... ]}
YAML
CustomEntityConfig:CustomEntityConfigEntitiesToRedact:- 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:
1Update requires: Replacement