Class: Aws::PrometheusService::Types::CreateLoggingConfigurationRequest

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

Overview

Represents the input of a CreateLoggingConfiguration operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

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

Returns:

  • (String)


196
197
198
199
200
201
202
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 196

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

#log_group_arnString

The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist prior to calling this API.

Returns:

  • (String)


196
197
198
199
200
201
202
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 196

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

#workspace_idString

The ID of the workspace to create the logging configuration for.

Returns:

  • (String)


196
197
198
199
200
201
202
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 196

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