Class: Aws::CleanRoomsML::Types::LogsConfigurationPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::LogsConfigurationPolicy
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Provides the information necessary for a user to access the logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_account_ids ⇒ Array<String>
A list of account IDs that are allowed to access the logs.
-
#filter_pattern ⇒ String
A regular expression pattern that is used to parse the logs and return information that matches the pattern.
-
#log_redaction_configuration ⇒ Types::LogRedactionConfiguration
Specifies the log redaction configuration for this policy.
-
#log_type ⇒ String
Specifies the type of log this policy applies to.
Instance Attribute Details
#allowed_account_ids ⇒ Array<String>
A list of account IDs that are allowed to access the logs.
4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4468 class LogsConfigurationPolicy < Struct.new( :allowed_account_ids, :filter_pattern, :log_type, :log_redaction_configuration) SENSITIVE = [] include Aws::Structure end |
#filter_pattern ⇒ String
A regular expression pattern that is used to parse the logs and return information that matches the pattern.
4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4468 class LogsConfigurationPolicy < Struct.new( :allowed_account_ids, :filter_pattern, :log_type, :log_redaction_configuration) SENSITIVE = [] include Aws::Structure end |
#log_redaction_configuration ⇒ Types::LogRedactionConfiguration
Specifies the log redaction configuration for this policy.
4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4468 class LogsConfigurationPolicy < Struct.new( :allowed_account_ids, :filter_pattern, :log_type, :log_redaction_configuration) SENSITIVE = [] include Aws::Structure end |
#log_type ⇒ String
Specifies the type of log this policy applies to. The currently supported policies are ALL or ERROR_SUMMARY.
4468 4469 4470 4471 4472 4473 4474 4475 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4468 class LogsConfigurationPolicy < Struct.new( :allowed_account_ids, :filter_pattern, :log_type, :log_redaction_configuration) SENSITIVE = [] include Aws::Structure end |