@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-08T19:06:31.564Z") public interface LambdaToEventbridgeProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaToEventbridgeProps.Builder
A builder for
LambdaToEventbridgeProps |
static class |
LambdaToEventbridgeProps.Jsii$Proxy
An implementation for
LambdaToEventbridgeProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaToEventbridgeProps.Builder |
builder() |
default Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
default String |
getEventBusEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the name of the Event bus.
|
default software.amazon.awscdk.services.events.EventBusProps |
getEventBusProps()
A new custom EventBus is created with provided props.
|
default software.amazon.awscdk.services.events.IEventBus |
getExistingEventBusInterface()
Existing instance of a custom EventBus.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
default 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).
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
@Nullable default Boolean getDeployVpc()
Default: - false
@Nullable default String getEventBusEnvironmentVariableName()
Default: - EVENTBUS_NAME
@Nullable default software.amazon.awscdk.services.events.EventBusProps getEventBusProps()
Default: - None
@Nullable default software.amazon.awscdk.services.events.IEventBus getExistingEventBusInterface()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default properties are used.
@Nullable default software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
static LambdaToEventbridgeProps.Builder builder()
LambdaToEventbridgeProps.Builder of LambdaToEventbridgePropsCopyright © 2022. All rights reserved.