@Generated(value="jsii-pacmak/1.64.0 (build 4c1eae8)", date="2022-08-17T16:44:28.840Z") public class EventsRuleToLambda extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
EventsRuleToLambda.Builder
A fluent builder for
EventsRuleToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
EventsRuleToLambda(software.amazon.awscdk.core.Construct scope,
String id,
EventsRuleToLambdaProps props) |
protected |
EventsRuleToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EventsRuleToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.events.IEventBus |
getEventBus() |
software.amazon.awscdk.services.events.Rule |
getEventsRule() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EventsRuleToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected EventsRuleToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public EventsRuleToLambda(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
EventsRuleToLambdaProps props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.Copyright © 2022. All rights reserved.