| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudformation |
| Modifier and Type | Method and Description |
|---|---|
static CustomResourceProvider |
CustomResourceProvider.fromLambda(IFunction handler)
(experimental) The Lambda provider that implements this custom resource.
|
static CustomResourceProvider |
CustomResourceProvider.fromTopic(ITopic topic)
(experimental) The SNS Topic for the provider that implements this custom resource.
|
static CustomResourceProvider |
CustomResourceProvider.lambda(IFunction handler)
Deprecated.
use `fromLambda`
|
static CustomResourceProvider |
CustomResourceProvider.topic(ITopic topic)
Deprecated.
use `fromTopic`
|
Copyright © 2020. All rights reserved.