Class: DatadogAPIClient::V1::AWSEventBridgeAccountConfiguration
- Inherits:
 - 
      Object
      
        
- Object
 - DatadogAPIClient::V1::AWSEventBridgeAccountConfiguration
 
 
- 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
- 
  
    
      #account_id  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Your AWS Account ID without dashes.
 - 
  
    
      #additional_properties  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute additional_properties.
 - 
  
    
      #event_hubs  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Array of AWS event sources associated with this account.
 - 
  
    
      #tags  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Array of tags (in the form ‘key:value`) which are added to all hosts and metrics reporting through the main AWS integration.
 
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
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 @account_id end  | 
  
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
      34 35 36  | 
    
      # File 'lib/datadog_api_client/v1/models/aws_event_bridge_account_configuration.rb', line 34 def additional_properties @additional_properties end  | 
  
#event_hubs ⇒ Object
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  | 
  
#tags ⇒ Object
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 end  |