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

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

Syntax

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