Interface ICustomResourceProvider
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ICustomResourceProvider.Jsii$Default
- All Known Implementing Classes:
CustomResourceProvider
,ICustomResourceProvider.Jsii$Proxy
,Provider
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:41.610Z")
@Stability(Deprecated)
@Deprecated
public interface ICustomResourceProvider
extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) Represents a provider for an AWS CloudFormation custom resources.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Deprecated.Internal default implementation forICustomResourceProvider
.static final class
Deprecated.A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Deprecated) @Deprecated @NotNull CustomResourceProviderConfig bind(@NotNull Construct scope) Deprecated.(deprecated) Called when this provider is used by aCustomResource
.- Parameters:
scope
- The resource that uses this provider. This parameter is required.- Returns:
- provider configuration
-
core.ICustomResourceProvider