Class: DatadogAPIClient::V2::AWSEventBridgeCreateRequestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSEventBridgeCreateRequestAttributes
- 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
-
#account_id ⇒ Object
readonly
AWS Account ID.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#create_event_bus ⇒ Object
Set to true if Datadog should create the event bus in addition to the event source.
-
#event_generator_name ⇒ Object
readonly
The given part of the event source name, which is then combined with an assigned suffix to form the full name.
-
#region ⇒ Object
readonly
The event source's AWS region.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_id ⇒ Object
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 @account_id end |
#additional_properties ⇒ Object
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_bus ⇒ Object
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_name ⇒ Object
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 |
#region ⇒ Object
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 |