Class: Aws::Types::LoggingConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_destination_configs::Array[::String]

Returns the value of attribute log_destination_configs.

Returns:

  • (::Array[::String])


1102
1103
1104
# File 'sig/types.rbs', line 1102

def log_destination_configs
  @log_destination_configs
end

#log_scope"CUSTOMER", ...

Returns the value of attribute log_scope.

Returns:

  • ("CUSTOMER", "SECURITY_LAKE", "CLOUDWATCH_TELEMETRY_RULE_MANAGED")


1107
1108
1109
# File 'sig/types.rbs', line 1107

def log_scope
  @log_scope
end

#log_type"WAF_LOGS"

Returns the value of attribute log_type.

Returns:

  • ("WAF_LOGS")


1106
1107
1108
# File 'sig/types.rbs', line 1106

def log_type
  @log_type
end

#logging_filterTypes::LoggingFilter

Returns the value of attribute logging_filter.



1105
1106
1107
# File 'sig/types.rbs', line 1105

def logging_filter
  @logging_filter
end

#managed_by_firewall_managerBoolean

Returns the value of attribute managed_by_firewall_manager.

Returns:

  • (Boolean)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def managed_by_firewall_manager
  @managed_by_firewall_manager
end

#redacted_fields::Array[Types::FieldToMatch]

Returns the value of attribute redacted_fields.

Returns:



1103
1104
1105
# File 'sig/types.rbs', line 1103

def redacted_fields
  @redacted_fields
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def resource_arn
  @resource_arn
end