Class: Aws::IoTManagedIntegrations::Types::CreateEventLogConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

**A suitable default value is auto-generated.** You should normally not need to pass this option.



733
734
735
736
737
738
739
740
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 733

class CreateEventLogConfigurationRequest < Struct.new(
  :resource_type,
  :resource_id,
  :event_log_level,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#event_log_levelString

The logging level for the event log configuration.



733
734
735
736
737
738
739
740
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 733

class CreateEventLogConfigurationRequest < Struct.new(
  :resource_type,
  :resource_id,
  :event_log_level,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the resource for the event log configuration.



733
734
735
736
737
738
739
740
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 733

class CreateEventLogConfigurationRequest < Struct.new(
  :resource_type,
  :resource_id,
  :event_log_level,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource for the event log configuration.



733
734
735
736
737
738
739
740
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 733

class CreateEventLogConfigurationRequest < Struct.new(
  :resource_type,
  :resource_id,
  :event_log_level,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end