Class: DatadogAPIClient::V2::AWSEventBridgeCreateRequestAttributes

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

Overview

The EventBridge source to be created.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_idObject

AWS Account ID.



25
26
27
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_create_request_attributes.rb', line 25

def 
  @account_id
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_create_request_attributes.rb', line 39

def additional_properties
  @additional_properties
end

#create_event_busObject

Set to true if Datadog should create the event bus in addition to the event source. Requires the events:CreateEventBus permission.



29
30
31
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_create_request_attributes.rb', line 29

def create_event_bus
  @create_event_bus
end

#event_generator_nameObject

The given part of the event source name, which is then combined with an assigned suffix to form the full name.



33
34
35
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_create_request_attributes.rb', line 33

def event_generator_name
  @event_generator_name
end

#regionObject

The event source's AWS region.



37
38
39
# File 'lib/datadog_api_client/v2/models/aws_event_bridge_create_request_attributes.rb', line 37

def region
  @region
end