Class: Aws::CleanRoomsML::Types::LogsConfigurationPolicy

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allowed_account_idsArray<String>

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

Returns:

  • (Array<String>)


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_patternString

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

Returns:

  • (String)


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_configurationTypes::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_typeString

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

Returns:

  • (String)


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