Class: Aws::ObservabilityAdmin::Types::TelemetryConfiguration

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

Overview

A model representing the state of a resource within an account according to telemetry config.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_identifierString

The account ID which contains the resource managed in telemetry configuration. An example of a valid account ID is 012345678901.

Returns:

  • (String)


1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1960

class TelemetryConfiguration < Struct.new(
  :account_identifier,
  :telemetry_configuration_state,
  :resource_type,
  :resource_identifier,
  :resource_tags,
  :last_update_time_stamp,
  :telemetry_source_type)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_time_stampInteger

The timestamp of the last change to the telemetry configuration for the resource. For example, 1728679196318.

Returns:

  • (Integer)


1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1960

class TelemetryConfiguration < Struct.new(
  :account_identifier,
  :telemetry_configuration_state,
  :resource_type,
  :resource_identifier,
  :resource_tags,
  :last_update_time_stamp,
  :telemetry_source_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The identifier of the resource, for example for Amazon VPC, it would be vpc-1a2b3c4d5e6f1a2b3.

Returns:

  • (String)


1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1960

class TelemetryConfiguration < Struct.new(
  :account_identifier,
  :telemetry_configuration_state,
  :resource_type,
  :resource_identifier,
  :resource_tags,
  :last_update_time_stamp,
  :telemetry_source_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_tagsHash<String,String>

Tags associated with the resource, for example { Name: "ExampleInstance", Environment: "Development" }.

Returns:

  • (Hash<String,String>)


1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1960

class TelemetryConfiguration < Struct.new(
  :account_identifier,
  :telemetry_configuration_state,
  :resource_type,
  :resource_identifier,
  :resource_tags,
  :last_update_time_stamp,
  :telemetry_source_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource, for example Amazon Web Services::EC2::Instance, or Amazon Web Services::EKS::Cluster, etc.

Returns:

  • (String)


1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1960

class TelemetryConfiguration < Struct.new(
  :account_identifier,
  :telemetry_configuration_state,
  :resource_type,
  :resource_identifier,
  :resource_tags,
  :last_update_time_stamp,
  :telemetry_source_type)
  SENSITIVE = []
  include Aws::Structure
end

#telemetry_configuration_stateHash<String,String>

The configuration state for the resource, for example { Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; }.

Returns:

  • (Hash<String,String>)


1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1960

class TelemetryConfiguration < Struct.new(
  :account_identifier,
  :telemetry_configuration_state,
  :resource_type,
  :resource_identifier,
  :resource_tags,
  :last_update_time_stamp,
  :telemetry_source_type)
  SENSITIVE = []
  include Aws::Structure
end

#telemetry_source_typeString

Specifies the type of telemetry source for a resource, such as EKS cluster logs.

Returns:

  • (String)


1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1960

class TelemetryConfiguration < Struct.new(
  :account_identifier,
  :telemetry_configuration_state,
  :resource_type,
  :resource_identifier,
  :resource_tags,
  :last_update_time_stamp,
  :telemetry_source_type)
  SENSITIVE = []
  include Aws::Structure
end