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 |
Documentation
data CanaryCodeOutput Source #
This structure contains information about the canary's Lambda handler and where its code is stored by CloudWatch Synthetics.
See: newCanaryCodeOutput
smart constructor.
Instances
newCanaryCodeOutput :: CanaryCodeOutput Source #
Create a value of CanaryCodeOutput
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:handler:CanaryCodeOutput'
, canaryCodeOutput_handler
- The entry point to use for the source code when running the canary.
$sel:sourceLocationArn:CanaryCodeOutput'
, canaryCodeOutput_sourceLocationArn
- The ARN of the Lambda layer where Synthetics stores the canary script
code.
canaryCodeOutput_handler :: Lens' CanaryCodeOutput (Maybe Text) Source #
The entry point to use for the source code when running the canary.
canaryCodeOutput_sourceLocationArn :: Lens' CanaryCodeOutput (Maybe Text) Source #
The ARN of the Lambda layer where Synthetics stores the canary script code.