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}
YAML
AllowedAccountIds:- StringFilterPattern:StringLogRedactionConfiguration:LogRedactionConfigurationLogType:String
Properties
AllowedAccountIds-
A list of account IDs that are allowed to access the logs.
Required: Yes
Type: Array of String
Minimum:
1Maximum:
5Update 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:
0Maximum:
1024Update 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_SUMMARYUpdate requires: Replacement