Class: Aws::PrometheusService::Types::LoggingConfigurationMetadata

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

Overview

Contains information about the current rules and alerting logging configuration for the workspace.

These logging configurations are only for rules and alerting logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time that the logging configuration was created.

Returns:

  • (Time)


1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1347

class LoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :log_group_arn,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_arnString

The ARN of the CloudWatch log group to which the vended log data will be published.

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1347

class LoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :log_group_arn,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#modified_atTime

The date and time that the logging configuration was most recently changed.

Returns:

  • (Time)


1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1347

class LoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :log_group_arn,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::LoggingConfigurationStatus

The current status of the logging configuration.



1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1347

class LoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :log_group_arn,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end

#workspaceString

The ID of the workspace the logging configuration is for.

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
1355
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1347

class LoggingConfigurationMetadata < Struct.new(
  :status,
  :workspace,
  :log_group_arn,
  :created_at,
  :modified_at)
  SENSITIVE = []
  include Aws::Structure
end