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)


1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1426

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)


1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1426

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)


1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1426

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.



1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1426

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)


1426
1427
1428
1429
1430
1431
1432
1433
1434
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1426

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