Class: DatadogAPIClient::V1::AWSEventBridgeCreateRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::AWSEventBridgeCreateRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/aws_event_bridge_create_request.rb
Overview
An object used to create an EventBridge source.
Instance Attribute Summary collapse
-
#account_id ⇒ Object
Your AWS Account ID without dashes.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#create_event_bus ⇒ Object
True if Datadog should create the event bus in addition to the event source.
-
#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.
-
#region ⇒ Object
The event source’s [AWS region](docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
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_create_request.rb', line 25 def account_id @account_id end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
38 39 40 |
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_create_request.rb', line 38 def additional_properties @additional_properties end |
#create_event_bus ⇒ Object
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/v1/models/aws_event_bridge_create_request.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/v1/models/aws_event_bridge_create_request.rb', line 33 def event_generator_name @event_generator_name end |
#region ⇒ Object
The event source’s [AWS region](docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
36 37 38 |
# File 'lib/datadog_api_client/v1/models/aws_event_bridge_create_request.rb', line 36 def region @region end |