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 |
Documentation
data TriggerConfig Source #
Information about notification triggers for the deployment group.
See: newTriggerConfig
smart constructor.
TriggerConfig' | |
|
Instances
newTriggerConfig :: TriggerConfig Source #
Create a value of TriggerConfig
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:triggerName:TriggerConfig'
, triggerConfig_triggerName
- The name of the notification trigger.
$sel:triggerEvents:TriggerConfig'
, triggerConfig_triggerEvents
- The event type or types for which notifications are triggered.
$sel:triggerTargetArn:TriggerConfig'
, triggerConfig_triggerTargetArn
- The Amazon Resource Name (ARN) of the Amazon Simple Notification Service
topic through which notifications about deployment or instance events
are sent.
triggerConfig_triggerName :: Lens' TriggerConfig (Maybe Text) Source #
The name of the notification trigger.
triggerConfig_triggerEvents :: Lens' TriggerConfig (Maybe [TriggerEventType]) Source #
The event type or types for which notifications are triggered.
triggerConfig_triggerTargetArn :: Lens' TriggerConfig (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.