Class LambdaToEventbridge
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.lambdaeventbridge.LambdaToEventbridge
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-06T01:58:42.196Z")
public class LambdaToEventbridge
extends software.constructs.Construct
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLambdaToEventbridge(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedLambdaToEventbridge(software.amazon.jsii.JsiiObjectRef objRef) LambdaToEventbridge(software.constructs.Construct scope, String id, LambdaToEventbridgeProps props) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awscdk.services.events.IEventBussoftware.amazon.awscdk.services.lambda.Functionsoftware.amazon.awscdk.services.ec2.IVpcgetVpc()Methods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
LambdaToEventbridge
protected LambdaToEventbridge(software.amazon.jsii.JsiiObjectRef objRef) -
LambdaToEventbridge
protected LambdaToEventbridge(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
LambdaToEventbridge
public LambdaToEventbridge(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull LambdaToEventbridgeProps props) - Parameters:
scope-- represents the scope for all the resources.
id-- this is a a scope-unique id.
props-- user provided props for the construct.
-
-
Method Details
-
getLambdaFunction
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction() -
getEventBus
@Nullable public software.amazon.awscdk.services.events.IEventBus getEventBus() -
getVpc
@Nullable public software.amazon.awscdk.services.ec2.IVpc getVpc()
-