| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomResourceProviderProps.Jsii$Proxy
An implementation for
CustomResourceProviderProps |
| Modifier and Type | Method and Description |
|---|---|
CustomResourceProviderProps |
CustomResourceProviderProps.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CustomResourceProvider.getOrCreate(software.constructs.Construct scope,
String uniqueid,
CustomResourceProviderProps props)
(experimental) Returns a stack-level singleton ARN (service token) for the custom resource provider.
|
static CustomResourceProvider |
CustomResourceProvider.getOrCreateProvider(software.constructs.Construct scope,
String uniqueid,
CustomResourceProviderProps props)
(experimental) Returns a stack-level singleton for the custom resource provider.
|
| Constructor and Description |
|---|
CustomResourceProvider(software.constructs.Construct scope,
String id,
CustomResourceProviderProps props) |
Copyright © 2021. All rights reserved.