@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T19:06:31.559Z") public class LambdaToEventbridge extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaToEventbridge.Builder
A fluent builder for
LambdaToEventbridge. |
| Modifier | Constructor and Description |
|---|---|
|
LambdaToEventbridge(software.amazon.awscdk.core.Construct scope,
String id,
LambdaToEventbridgeProps props) |
protected |
LambdaToEventbridge(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaToEventbridge(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.events.IEventBus |
getEventBus() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
software.amazon.awscdk.services.ec2.IVpc |
getVpc() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LambdaToEventbridge(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaToEventbridge(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public LambdaToEventbridge(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
LambdaToEventbridgeProps 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.