| Modifier and Type | Interface and Description |
|---|---|
static interface |
IEventSource.Jsii$Default
Internal default implementation for
IEventSource. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IEventSource.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<IEventSource> |
FunctionProps.Jsii$Proxy.getEvents() |
default List<IEventSource> |
FunctionOptions.getEvents()
Event sources for this function.
|
List<IEventSource> |
FunctionOptions.Jsii$Proxy.getEvents() |
List<IEventSource> |
SingletonFunctionProps.Jsii$Proxy.getEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionBase.addEventSource(IEventSource source)
Adds an event source to this function.
|
void |
IVersion.Jsii$Proxy.addEventSource(IEventSource source) |
default void |
IVersion.Jsii$Default.addEventSource(IEventSource source) |
void |
IAlias.Jsii$Proxy.addEventSource(IEventSource source) |
default void |
IAlias.Jsii$Default.addEventSource(IEventSource source) |
void |
IFunction.addEventSource(IEventSource source) |
void |
IFunction.Jsii$Proxy.addEventSource(IEventSource source) |
default void |
IFunction.Jsii$Default.addEventSource(IEventSource source) |
| Modifier and Type | Method and Description |
|---|---|
FunctionProps.Builder |
FunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
Function.Builder |
Function.Builder.events(List<? extends IEventSource> events)
Event sources for this function.
|
SingletonFunction.Builder |
SingletonFunction.Builder.events(List<? extends IEventSource> events)
Event sources for this function.
|
FunctionOptions.Builder |
FunctionOptions.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.events(List<? extends IEventSource> events)
Sets the value of
FunctionOptions.getEvents() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionOptions.Builder. |
Jsii$Proxy(Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
FunctionProps.Builder. |
Jsii$Proxy(String uuid,
String lambdaPurpose,
Code code,
String handler,
Runtime runtime,
Boolean allowAllOutbound,
Boolean allowPublicSubnet,
VersionOptions currentVersionOptions,
IQueue deadLetterQueue,
Boolean deadLetterQueueEnabled,
String description,
Map<String,String> environment,
List<? extends IEventSource> events,
FileSystem filesystem,
String functionName,
List<? extends PolicyStatement> initialPolicy,
List<? extends ILayerVersion> layers,
RetentionDays logRetention,
LogRetentionRetryOptions logRetentionRetryOptions,
IRole logRetentionRole,
Number memorySize,
Boolean profiling,
IProfilingGroup profilingGroup,
Number reservedConcurrentExecutions,
IRole role,
ISecurityGroup securityGroup,
List<? extends ISecurityGroup> securityGroups,
Duration timeout,
Tracing tracing,
IVpc vpc,
SubnetSelection vpcSubnets,
Duration maxEventAge,
IDestination onFailure,
IDestination onSuccess,
Number retryAttempts)
Constructor that initializes the object based on literal property values passed by the
SingletonFunctionProps.Builder. |
Copyright © 2020. All rights reserved.