class Aws::AppIntegrationsService::Types::CreateEventIntegrationRequest
@note When making an API call, you may pass CreateEventIntegrationRequest
data as a hash: { name: "Name", # required description: "Description", event_filter: { # required source: "Source", # required }, event_bridge_bus: "EventBridgeBus", # required client_token: "IdempotencyToken", tags: { "TagKey" => "TagValue", }, }
@!attribute [rw] name
The name of the event integration. @return [String]
@!attribute [rw] description
The description of the event integration. @return [String]
@!attribute [rw] event_filter
The event filter. @return [Types::EventFilter]
@!attribute [rw] event_bridge_bus
The EventBridge bus. @return [String]
@!attribute [rw] client_token
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] tags
One or more tags. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/appintegrations-2020-07-29/CreateEventIntegrationRequest AWS API Documentation
Constants
- SENSITIVE