Class LambdaToEventbridgeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.lambdaeventbridge.LambdaToEventbridgeProps.Jsii$Proxy
- All Implemented Interfaces:
LambdaToEventbridgeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
LambdaToEventbridgeProps
@Internal
public static final class LambdaToEventbridgeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements LambdaToEventbridgeProps
An implementation for
LambdaToEventbridgeProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awsconstructs.services.lambdaeventbridge.LambdaToEventbridgeProps
LambdaToEventbridgeProps.Builder, LambdaToEventbridgeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLambdaToEventbridgeProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanWhether to deploy a new VPC.final StringOptional Name for the Lambda function environment variable set to the name of the Event bus.final software.amazon.awscdk.services.events.EventBusPropsA new custom EventBus is created with provided props.final software.amazon.awscdk.services.events.IEventBusExisting instance of a custom EventBus.final software.amazon.awscdk.services.lambda.FunctionExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.final software.amazon.awscdk.services.ec2.IVpcAn existing VPC for the construct to use (construct will NOT create a new VPC in this case).final software.amazon.awscdk.services.lambda.FunctionPropsUser provided props to override the default props for the Lambda function.final software.amazon.awscdk.services.ec2.VpcPropsProperties to override default properties if deployVpc is true.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLambdaToEventbridgeProps.Builder.
-
-
Method Details
-
getDeployVpc
Description copied from interface:LambdaToEventbridgePropsWhether to deploy a new VPC.Default: - false
- Specified by:
getDeployVpcin interfaceLambdaToEventbridgeProps
-
getEventBusEnvironmentVariableName
Description copied from interface:LambdaToEventbridgePropsOptional Name for the Lambda function environment variable set to the name of the Event bus.Default: - EVENTBUS_NAME
- Specified by:
getEventBusEnvironmentVariableNamein interfaceLambdaToEventbridgeProps
-
getEventBusProps
public final software.amazon.awscdk.services.events.EventBusProps getEventBusProps()Description copied from interface:LambdaToEventbridgePropsA new custom EventBus is created with provided props.Default: - None
- Specified by:
getEventBusPropsin interfaceLambdaToEventbridgeProps
-
getExistingEventBusInterface
public final software.amazon.awscdk.services.events.IEventBus getExistingEventBusInterface()Description copied from interface:LambdaToEventbridgePropsExisting instance of a custom EventBus.Default: - None
- Specified by:
getExistingEventBusInterfacein interfaceLambdaToEventbridgeProps
-
getExistingLambdaObj
public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()Description copied from interface:LambdaToEventbridgePropsExisting instance of Lambda Function object, providing both this andlambdaFunctionPropswill cause an error.Default: - None
- Specified by:
getExistingLambdaObjin interfaceLambdaToEventbridgeProps
-
getExistingVpc
public final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()Description copied from interface:LambdaToEventbridgePropsAn existing VPC for the construct to use (construct will NOT create a new VPC in this case).- Specified by:
getExistingVpcin interfaceLambdaToEventbridgeProps
-
getLambdaFunctionProps
public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()Description copied from interface:LambdaToEventbridgePropsUser provided props to override the default props for the Lambda function.Default: - Default properties are used.
- Specified by:
getLambdaFunctionPropsin interfaceLambdaToEventbridgeProps
-
getVpcProps
public final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()Description copied from interface:LambdaToEventbridgePropsProperties to override default properties if deployVpc is true.- Specified by:
getVpcPropsin interfaceLambdaToEventbridgeProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-