LogsConfigurationPolicy
Provides the information necessary for a user to access the logs.
Contents
- allowedAccountIds
-
A list of account IDs that are allowed to access the logs.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 5 items.
Required: Yes
- filterPattern
-
A regular expression pattern that is used to parse the logs and return information that matches the pattern.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
- logRedactionConfiguration
-
Specifies the log redaction configuration for this policy.
Type: LogRedactionConfiguration object
Required: No
- logType
-
Specifies the type of log this policy applies to. The currently supported policies are ALL or ERROR_SUMMARY.
Type: String
Valid Values:
ALL | ERROR_SUMMARY
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: