| Package | Description |
|---|---|
| software.amazon.awscdk.customresources |
| Modifier and Type | Method and Description |
|---|---|
static Provider.Builder |
Provider.Builder.create(software.constructs.Construct scope,
String id) |
Provider.Builder |
Provider.Builder.isCompleteHandler(IFunction isCompleteHandler)
(experimental) The AWS Lambda function to invoke in order to determine if the operation is complete.
|
Provider.Builder |
Provider.Builder.logRetention(RetentionDays logRetention)
(experimental) The number of days framework log events are kept in CloudWatch Logs.
|
Provider.Builder |
Provider.Builder.onEventHandler(IFunction onEventHandler)
(experimental) The AWS Lambda function to invoke for all resource lifecycle operations (CREATE/UPDATE/DELETE).
|
Provider.Builder |
Provider.Builder.queryInterval(Duration queryInterval)
(experimental) Time between calls to the `isComplete` handler which determines if the resource has been stabilized.
|
Provider.Builder |
Provider.Builder.totalTimeout(Duration totalTimeout)
(experimental) Total timeout for the entire operation.
|
Copyright © 2020. All rights reserved.