| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeDeploy.Types.TriggerConfig
Description
Documentation
data TriggerConfig Source #
Information about notification triggers for the deployment group.
See: newTriggerConfig smart constructor.
Constructors
| TriggerConfig' | |
Fields
| |
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:triggerEvents:TriggerConfig', triggerConfig_triggerEvents - The event type or types for which notifications are triggered.
$sel:triggerName:TriggerConfig', triggerConfig_triggerName - The name of the notification trigger.
$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_triggerEvents :: Lens' TriggerConfig (Maybe [TriggerEventType]) Source #
The event type or types for which notifications are triggered.
triggerConfig_triggerName :: Lens' TriggerConfig (Maybe Text) Source #
The name of the notification trigger.
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.