| Modifier and Type | Method and Description |
|---|---|
static LambdaToEventbridge.Builder |
LambdaToEventbridge.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
LambdaToEventbridge.Builder |
LambdaToEventbridge.Builder.deployVpc(Boolean deployVpc)
Whether to deploy a new VPC.
|
LambdaToEventbridge.Builder |
LambdaToEventbridge.Builder.eventBusEnvironmentVariableName(String eventBusEnvironmentVariableName)
Optional Name for the EventBus's name environment variable set for the Lambda function.
|
LambdaToEventbridge.Builder |
LambdaToEventbridge.Builder.eventBusProps(software.amazon.awscdk.services.events.EventBusProps eventBusProps)
A new custom EventBus is created with provided props.
|
LambdaToEventbridge.Builder |
LambdaToEventbridge.Builder.existingEventBusInterface(software.amazon.awscdk.services.events.IEventBus existingEventBusInterface)
Existing instance of a custom EventBus.
|
LambdaToEventbridge.Builder |
LambdaToEventbridge.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
LambdaToEventbridge.Builder |
LambdaToEventbridge.Builder.existingVpc(software.amazon.awscdk.services.ec2.IVpc existingVpc)
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
LambdaToEventbridge.Builder |
LambdaToEventbridge.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
LambdaToEventbridge.Builder |
LambdaToEventbridge.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Properties to override default properties if deployVpc is true.
|
Copyright © 2021. All rights reserved.