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 ExecutionTrigger Source #
The interaction or event that started a pipeline execution.
See: newExecutionTrigger
smart constructor.
ExecutionTrigger' | |
|
Instances
newExecutionTrigger :: ExecutionTrigger Source #
Create a value of ExecutionTrigger
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:triggerType:ExecutionTrigger'
, executionTrigger_triggerType
- The type of change-detection method, command, or user interaction that
started a pipeline execution.
$sel:triggerDetail:ExecutionTrigger'
, executionTrigger_triggerDetail
- Detail related to the event that started a pipeline execution, such as
the webhook ARN of the webhook that triggered the pipeline execution or
the user ARN for a user-initiated start-pipeline-execution
CLI
command.
executionTrigger_triggerType :: Lens' ExecutionTrigger (Maybe TriggerType) Source #
The type of change-detection method, command, or user interaction that started a pipeline execution.
executionTrigger_triggerDetail :: Lens' ExecutionTrigger (Maybe Text) Source #
Detail related to the event that started a pipeline execution, such as
the webhook ARN of the webhook that triggered the pipeline execution or
the user ARN for a user-initiated start-pipeline-execution
CLI
command.