Class: Aws::PrometheusService::Types::UpdateQueryLoggingConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.

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

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2367

class UpdateQueryLoggingConfigurationRequest < Struct.new(
  :workspace_id,
  :destinations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#destinationsArray<Types::LoggingDestination>

The destinations where query logs will be sent. Only CloudWatch Logs destination is supported. The list must contain exactly one element.

Returns:



2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2367

class UpdateQueryLoggingConfigurationRequest < Struct.new(
  :workspace_id,
  :destinations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace for which to update the query logging configuration.

Returns:

  • (String)


2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2367

class UpdateQueryLoggingConfigurationRequest < Struct.new(
  :workspace_id,
  :destinations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end