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 CustomStepDetails Source #
Each step type has its own StepDetails
structure.
See: newCustomStepDetails
smart constructor.
Instances
newCustomStepDetails :: CustomStepDetails Source #
Create a value of CustomStepDetails
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:name:CustomStepDetails'
, customStepDetails_name
- The name of the step, used as an identifier.
$sel:timeoutSeconds:CustomStepDetails'
, customStepDetails_timeoutSeconds
- Timeout, in seconds, for the step.
$sel:target:CustomStepDetails'
, customStepDetails_target
- The ARN for the lambda function that is being called.
customStepDetails_name :: Lens' CustomStepDetails (Maybe Text) Source #
The name of the step, used as an identifier.
customStepDetails_timeoutSeconds :: Lens' CustomStepDetails (Maybe Natural) Source #
Timeout, in seconds, for the step.
customStepDetails_target :: Lens' CustomStepDetails (Maybe Text) Source #
The ARN for the lambda function that is being called.