Class: Aws::CloudWatchOmni::Types::NodeFilters

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

Overview

Criteria for selecting nodes in a context graph query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#category ⇒ Array<String>

Match nodes of any of these categories.

Returns:

  • (Array<String>)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_provider ⇒ Array<String>

Match nodes on any of these cloud providers.

Returns:

  • (Array<String>)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

Match only nodes with this name.

Returns:

  • (String)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#namespace ⇒ Array<String>

Match nodes in any of these logical service groupings.

Returns:

  • (Array<String>)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#node_id ⇒ String

Match only the node with this identifier.

Returns:

  • (String)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#node_type ⇒ String

Match only nodes of this type.

Returns:

  • (String)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#region ⇒ Array<String>

Match nodes in any of these regions.

Returns:

  • (Array<String>)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#source_account_id ⇒ Array<String>

Match nodes discovered from telemetry produced by any of these accounts.

Returns:

  • (Array<String>)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#sources ⇒ Array<String>

Match nodes contributed by any of these discovery sources.

Returns:

  • (Array<String>)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#stage ⇒ Array<String>

Match nodes observed in any of these deployment environments.

Returns:

  • (Array<String>)


3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::KeyFilter>

Match nodes by the tags on the underlying resource.

Returns:



3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#telemetry_attributes ⇒ Array<Types::KeyFilter>

Match nodes by their OpenTelemetry (OTel) telemetry attributes.

Returns:



3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3561

class NodeFilters < Struct.new(
  :node_id,
  :node_type,
  :name,
  :tags,
  :telemetry_attributes,
  :region,
  :cloud_provider,
  :source_account_id,
  :namespace,
  :category,
  :stage,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end