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 ProvisioningHook Source #
Structure that contains payloadVersion
and targetArn
.
See: newProvisioningHook
smart constructor.
ProvisioningHook' | |
|
Instances
Create a value of ProvisioningHook
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:payloadVersion:ProvisioningHook'
, provisioningHook_payloadVersion
- The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
$sel:targetArn:ProvisioningHook'
, provisioningHook_targetArn
- The ARN of the target function.
Note: Only Lambda functions are currently supported.
provisioningHook_payloadVersion :: Lens' ProvisioningHook (Maybe Text) Source #
The payload that was sent to the target function.
Note: Only Lambda functions are currently supported.
provisioningHook_targetArn :: Lens' ProvisioningHook Text Source #
The ARN of the target function.
Note: Only Lambda functions are currently supported.