public static class CustomResourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomResourceProps
software.amazon.jsii.JsiiObject.InitializationModeCustomResourceProps.Builder, CustomResourceProps.Jsii$Pojo, CustomResourceProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.lambda.LambdaRef |
getLambdaProvider()
The Lambda provider that implements this custom resource.
|
Map<String,Object> |
getProperties()
Properties to pass to the Lambda
|
software.amazon.awscdk.services.sns.TopicRef |
getTopicProvider()
The SNS Topic for the provider that implements this custom resource.
|
void |
setLambdaProvider(software.amazon.awscdk.services.lambda.LambdaRef value)
The Lambda provider that implements this custom resource.
|
void |
setProperties(Map<String,Object> value)
Properties to pass to the Lambda
|
void |
setTopicProvider(software.amazon.awscdk.services.sns.TopicRef value)
The SNS Topic for the provider that implements this custom resource.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public software.amazon.awscdk.services.lambda.LambdaRef getLambdaProvider()
getLambdaProvider in interface CustomResourcePropspublic void setLambdaProvider(@Nullable software.amazon.awscdk.services.lambda.LambdaRef value)
setLambdaProvider in interface CustomResourceProps@Nullable public software.amazon.awscdk.services.sns.TopicRef getTopicProvider()
getTopicProvider in interface CustomResourcePropspublic void setTopicProvider(@Nullable software.amazon.awscdk.services.sns.TopicRef value)
setTopicProvider in interface CustomResourceProps@Nullable public Map<String,Object> getProperties()
getProperties in interface CustomResourcePropspublic void setProperties(@Nullable Map<String,Object> value)
setProperties in interface CustomResourcePropsCopyright © 2018. All rights reserved.