Class: Aws::AppFabric::Types::AuditLogProcessingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

Contains information about an audit log processing configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatString

The format in which the audit logs need to be formatted.

Returns:

  • (String)


240
241
242
243
244
245
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 240

class AuditLogProcessingConfiguration < Struct.new(
  :schema,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#schemaString

The event schema in which the audit logs need to be formatted.

Returns:

  • (String)


240
241
242
243
244
245
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 240

class AuditLogProcessingConfiguration < Struct.new(
  :schema,
  :format)
  SENSITIVE = []
  include Aws::Structure
end