@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:01.893Z") @Stability(value=Deprecated) @Deprecated public class CustomResourceProvider extends software.amazon.jsii.JsiiObject implements ICustomResourceProvider
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cloudformation.*; import software.amazon.awscdk.services.lambda.*; Function function_; CustomResourceProvider customResourceProvider = CustomResourceProvider.fromLambda(function_);
software.amazon.jsii.JsiiObject.InitializationModeICustomResourceProvider.Jsii$Default, ICustomResourceProvider.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
CustomResourceProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CustomResourceProvider(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CustomResourceProviderConfig |
bind(Construct _)
Deprecated.
|
static CustomResourceProvider |
fromLambda(IFunction handler)
Deprecated.
|
static CustomResourceProvider |
fromTopic(ITopic topic)
Deprecated.
|
String |
getServiceToken()
Deprecated.
|
static CustomResourceProvider |
lambda(IFunction handler)
Deprecated.
use `fromLambda`
|
static CustomResourceProvider |
topic(ITopic topic)
Deprecated.
use `fromTopic`
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CustomResourceProvider(software.amazon.jsii.JsiiObjectRef objRef)
protected CustomResourceProvider(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated @NotNull public static CustomResourceProvider fromLambda(@NotNull IFunction handler)
We recommend using a lambda.SingletonFunction for this.
handler - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static CustomResourceProvider fromTopic(@NotNull ITopic topic)
topic - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static CustomResourceProvider lambda(@NotNull IFunction handler)
handler - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public static CustomResourceProvider topic(@NotNull ITopic topic)
topic - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public CustomResourceProviderConfig bind(@NotNull Construct _)
bind in interface ICustomResourceProvider_ - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull public String getServiceToken()
Copyright © 2022. All rights reserved.