| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudformation |
AWS CloudFormation Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CustomResourceProvider |
CustomResourceProvider.fromLambda(IFunction handler)
Deprecated.
|
static CustomResourceProvider |
CustomResourceProvider.fromTopic(ITopic topic)
Deprecated.
|
static CustomResourceProvider |
CustomResourceProvider.lambda(IFunction handler)
Deprecated.
use `fromLambda`
|
static CustomResourceProvider |
CustomResourceProvider.topic(ITopic topic)
Deprecated.
use `fromTopic`
|
Copyright © 2021. All rights reserved.