@Generated(value="jsii-pacmak/1.64.0 (build 4c1eae8)", date="2022-08-17T16:44:28.843Z") public interface EventsRuleToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventsRuleToLambdaProps.Builder
A builder for
EventsRuleToLambdaProps |
static class |
EventsRuleToLambdaProps.Jsii$Proxy
An implementation for
EventsRuleToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static EventsRuleToLambdaProps.Builder |
builder() |
default software.amazon.awscdk.services.events.EventBusProps |
getEventBusProps()
A new custom EventBus is created with provided props.
|
software.amazon.awscdk.services.events.RuleProps |
getEventRuleProps()
User provided eventRuleProps to override the defaults.
|
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.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
@NotNull software.amazon.awscdk.services.events.RuleProps getEventRuleProps()
Default: - None
@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.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used
static EventsRuleToLambdaProps.Builder builder()
EventsRuleToLambdaProps.Builder of EventsRuleToLambdaPropsCopyright © 2022. All rights reserved.