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

Provides the information necessary for a user to access the logs.

Syntax

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

JSON

{ "AllowedAccountIds" : [ String, ... ], "FilterPattern" : String, "LogRedactionConfiguration" : LogRedactionConfiguration, "LogType" : String }

Properties

AllowedAccountIds

A list of account IDs that are allowed to access the logs.

Required: Yes

Type: Array of String

Minimum: 1

Maximum: 5

Update requires: Replacement

FilterPattern

A regular expression pattern that is used to parse the logs and return information that matches the pattern.

Required: No

Type: String

Minimum: 0

Maximum: 1024

Update requires: Replacement

LogRedactionConfiguration

Specifies the log redaction configuration for this policy.

Required: No

Type: LogRedactionConfiguration

Update requires: Replacement

LogType

Specifies the type of log this policy applies to. The currently supported policies are ALL or ERROR_SUMMARY.

Required: No

Type: String

Allowed values: ALL | ERROR_SUMMARY

Update requires: Replacement