Class: Aws::DevOpsAgent::Types::NewRelicApiKeyConfig

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

Overview

API key authentication configuration for New Relic service.

Constant Summary collapse

SENSITIVE =
[:api_key]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

New Relic Account ID

Returns:

  • (String)


2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
# File 'lib/aws-sdk-devopsagent/types.rb', line 2964

class NewRelicApiKeyConfig < Struct.new(
  :api_key,
  :account_id,
  :region,
  :application_ids,
  :entity_guids,
  :alert_policy_ids)
  SENSITIVE = [:api_key]
  include Aws::Structure
end

#alert_policy_idsArray<String>

List of alert policy IDs grouping related conditions

Returns:

  • (Array<String>)


2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
# File 'lib/aws-sdk-devopsagent/types.rb', line 2964

class NewRelicApiKeyConfig < Struct.new(
  :api_key,
  :account_id,
  :region,
  :application_ids,
  :entity_guids,
  :alert_policy_ids)
  SENSITIVE = [:api_key]
  include Aws::Structure
end

#api_keyString

New Relic User API Key

Returns:

  • (String)


2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
# File 'lib/aws-sdk-devopsagent/types.rb', line 2964

class NewRelicApiKeyConfig < Struct.new(
  :api_key,
  :account_id,
  :region,
  :application_ids,
  :entity_guids,
  :alert_policy_ids)
  SENSITIVE = [:api_key]
  include Aws::Structure
end

#application_idsArray<String>

List of monitored APM application IDs in New Relic

Returns:

  • (Array<String>)


2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
# File 'lib/aws-sdk-devopsagent/types.rb', line 2964

class NewRelicApiKeyConfig < Struct.new(
  :api_key,
  :account_id,
  :region,
  :application_ids,
  :entity_guids,
  :alert_policy_ids)
  SENSITIVE = [:api_key]
  include Aws::Structure
end

#entity_guidsArray<String>

List of globally unique IDs for New Relic resources (apps, hosts, services)

Returns:

  • (Array<String>)


2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
# File 'lib/aws-sdk-devopsagent/types.rb', line 2964

class NewRelicApiKeyConfig < Struct.new(
  :api_key,
  :account_id,
  :region,
  :application_ids,
  :entity_guids,
  :alert_policy_ids)
  SENSITIVE = [:api_key]
  include Aws::Structure
end

#regionString

New Relic region (US or EU)

Returns:

  • (String)


2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
# File 'lib/aws-sdk-devopsagent/types.rb', line 2964

class NewRelicApiKeyConfig < Struct.new(
  :api_key,
  :account_id,
  :region,
  :application_ids,
  :entity_guids,
  :alert_policy_ids)
  SENSITIVE = [:api_key]
  include Aws::Structure
end