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_at ⇒ Time

The date and time that the logging configuration was created.

Returns:

  • (Time)


1880
1881
1882
1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1880

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

#log_group_arn ⇒ String

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

Returns:

  • (String)


1880
1881
1882
1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1880

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

#modified_at ⇒ Time

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

Returns:

  • (Time)


1880
1881
1882
1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1880

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

#status ⇒ Types::LoggingConfigurationStatus

The current status of the logging configuration.



1880
1881
1882
1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1880

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

#workspace ⇒ String

The ID of the workspace the logging configuration is for.

Returns:

  • (String)


1880
1881
1882
1883
1884
1885
1886
1887
1888
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1880

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