Class: DatadogAPIClient::V1::AWSEventBridgeAccountConfiguration

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/aws_event_bridge_account_configuration.rb

Overview

The EventBridge configuration for one AWS account.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

Your AWS Account ID without dashes.



25
26
27
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_account_configuration.rb', line 25

def 
  @account_id
end

#event_hubsObject

Array of AWS event sources associated with this account.



28
29
30
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_account_configuration.rb', line 28

def event_hubs
  @event_hubs
end

#tagsObject

Array of tags (in the form key:value) which are added to all hosts and metrics reporting through the main AWS integration.



32
33
34
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_account_configuration.rb', line 32

def tags
  @tags
end