@Internal public static final class LambdaToEventbridgeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToEventbridgeProps
LambdaToEventbridgePropssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaToEventbridgeProps.Builder, LambdaToEventbridgeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(LambdaToEventbridgeProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LambdaToEventbridgeProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
String |
getEventBusEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the name of the Event bus.
|
software.amazon.awscdk.services.events.EventBusProps |
getEventBusProps()
A new custom EventBus is created with provided props.
|
software.amazon.awscdk.services.events.IEventBus |
getExistingEventBusInterface()
Existing instance of a custom EventBus.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
software.amazon.awscdk.services.ec2.IVpc |
getExistingVpc()
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(LambdaToEventbridgeProps.Builder builder)
LambdaToEventbridgeProps.Builder.public final Boolean getDeployVpc()
LambdaToEventbridgePropsDefault: - false
getDeployVpc in interface LambdaToEventbridgePropspublic final String getEventBusEnvironmentVariableName()
LambdaToEventbridgePropsDefault: - EVENTBUS_NAME
getEventBusEnvironmentVariableName in interface LambdaToEventbridgePropspublic final software.amazon.awscdk.services.events.EventBusProps getEventBusProps()
LambdaToEventbridgePropsDefault: - None
getEventBusProps in interface LambdaToEventbridgePropspublic final software.amazon.awscdk.services.events.IEventBus getExistingEventBusInterface()
LambdaToEventbridgePropsDefault: - None
getExistingEventBusInterface in interface LambdaToEventbridgePropspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
LambdaToEventbridgePropsDefault: - None
getExistingLambdaObj in interface LambdaToEventbridgePropspublic final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
LambdaToEventbridgePropsgetExistingVpc in interface LambdaToEventbridgePropspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
LambdaToEventbridgePropsDefault: - Default properties are used.
getLambdaFunctionProps in interface LambdaToEventbridgePropspublic final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
LambdaToEventbridgePropsgetVpcProps in interface LambdaToEventbridgeProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.