| Package | Description |
|---|---|
| software.amazon.awscdk.services.synthetics |
Amazon CloudWatch Synthetics Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CodeConfig |
AssetCode.bind(Construct scope,
String handler)
(experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.
|
abstract CodeConfig |
Code.bind(Construct scope,
String handler)
(experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.
|
CodeConfig |
InlineCode.bind(Construct _scope,
String handler)
(experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.
|
CodeConfig |
S3Code.bind(Construct _scope,
String _handler)
(experimental) Called when the canary is initialized to allow this object to bind to the stack, add resources and have fun.
|
CodeConfig |
CodeConfig.Builder.build()
Builds the configured instance.
|
Copyright © 2021. All rights reserved.