Interface ICustomResourceProvider.Jsii$Default
- All Superinterfaces:
ICustomResourceProvider
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ICustomResourceProvider.Jsii$Proxy
- Enclosing interface:
- ICustomResourceProvider
@Internal
public static interface ICustomResourceProvider.Jsii$Default
extends ICustomResourceProvider
Internal default implementation for
ICustomResourceProvider
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudformation.ICustomResourceProvider
ICustomResourceProvider.Jsii$Default, ICustomResourceProvider.Jsii$Proxy
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
@Stability(Deprecated) @Deprecated @NotNull default CustomResourceProviderConfig bind(@NotNull Construct scope) Deprecated.(deprecated) Called when this provider is used by aCustomResource
.- Specified by:
bind
in interfaceICustomResourceProvider
- Parameters:
scope
- The resource that uses this provider. This parameter is required.- Returns:
- provider configuration
-