Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data EventIntegration = EventIntegration' {
- eventBridgeBus :: Maybe Text
- eventFilter :: Maybe EventFilter
- eventIntegrationArn :: Maybe Text
- name :: Maybe Text
- description :: Maybe Text
- tags :: Maybe (HashMap Text Text)
- newEventIntegration :: EventIntegration
- eventIntegration_eventBridgeBus :: Lens' EventIntegration (Maybe Text)
- eventIntegration_eventFilter :: Lens' EventIntegration (Maybe EventFilter)
- eventIntegration_eventIntegrationArn :: Lens' EventIntegration (Maybe Text)
- eventIntegration_name :: Lens' EventIntegration (Maybe Text)
- eventIntegration_description :: Lens' EventIntegration (Maybe Text)
- eventIntegration_tags :: Lens' EventIntegration (Maybe (HashMap Text Text))
Documentation
data EventIntegration Source #
The event integration.
See: newEventIntegration
smart constructor.
EventIntegration' | |
|
Instances
newEventIntegration :: EventIntegration Source #
Create a value of EventIntegration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:eventBridgeBus:EventIntegration'
, eventIntegration_eventBridgeBus
- The Amazon EventBridge bus for the event integration.
$sel:eventFilter:EventIntegration'
, eventIntegration_eventFilter
- The event integration filter.
$sel:eventIntegrationArn:EventIntegration'
, eventIntegration_eventIntegrationArn
- The Amazon Resource Name (ARN) of the event integration.
$sel:name:EventIntegration'
, eventIntegration_name
- The name of the event integration.
$sel:description:EventIntegration'
, eventIntegration_description
- The event integration description.
$sel:tags:EventIntegration'
, eventIntegration_tags
- The tags.
eventIntegration_eventBridgeBus :: Lens' EventIntegration (Maybe Text) Source #
The Amazon EventBridge bus for the event integration.
eventIntegration_eventFilter :: Lens' EventIntegration (Maybe EventFilter) Source #
The event integration filter.
eventIntegration_eventIntegrationArn :: Lens' EventIntegration (Maybe Text) Source #
The Amazon Resource Name (ARN) of the event integration.
eventIntegration_name :: Lens' EventIntegration (Maybe Text) Source #
The name of the event integration.
eventIntegration_description :: Lens' EventIntegration (Maybe Text) Source #
The event integration description.
eventIntegration_tags :: Lens' EventIntegration (Maybe (HashMap Text Text)) Source #
The tags.