Class: Aws::ConfigService::Types::ConfigurationRecorderStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

The current status of the configuration recorder.

For a detailed status of recording events over time, add your Config events to CloudWatch metrics and use CloudWatch metrics.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the configuration recorder.

Returns:

  • (String)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#last_error_codeString

The latest error code from when the recorder last failed.

Returns:

  • (String)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#last_error_messageString

The latest error message from when the recorder last failed.

Returns:

  • (String)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#last_start_timeTime

The time the recorder was last started.

Returns:

  • (Time)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#last_statusString

The status of the latest recording event processed by the recorder.

Returns:

  • (String)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#last_status_change_timeTime

The time of the latest change in status of an recording event processed by the recorder.

Returns:

  • (Time)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#last_stop_timeTime

The time the recorder was last stopped.

Returns:

  • (Time)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configuration recorder.

Returns:

  • (String)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#recordingBoolean

Specifies whether or not the recorder is currently recording.

Returns:

  • (Boolean)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end

#service_principalString

For service-linked configuration recorders, the service principal of the linked Amazon Web Services service.

Returns:

  • (String)


1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'lib/aws-sdk-configservice/types.rb', line 1801

class ConfigurationRecorderStatus < Struct.new(
  :arn,
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time,
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end