Skip navigation links
$ A B C D E F G H I J L M O P R S T V 

$

$jsii$toJson() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
$jsii$toJson() - Method in class software.amazon.awscdk.triggers.TriggerOptions.Jsii$Proxy
 
$jsii$toJson() - Method in class software.amazon.awscdk.triggers.TriggerProps.Jsii$Proxy
 

A

allowAllOutbound(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Whether to allow the Lambda to send all network traffic.
allowAllOutbound(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
allowPublicSubnet(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Lambda Functions in a public subnet can NOT access the internet.
allowPublicSubnet(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
architecture(Architecture) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The system architectures compatible with this lambda function.
architecture(Architecture) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
architectures(List<? extends Architecture>) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Deprecated.
use `architecture`
architectures(List<? extends Architecture>) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Deprecated.
use `architecture`

B

build() - Method in class software.amazon.awscdk.triggers.Trigger.Builder
 
build() - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
 
build() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Builds the configured instance.
build() - Method in class software.amazon.awscdk.triggers.TriggerOptions.Builder
Builds the configured instance.
build() - Method in class software.amazon.awscdk.triggers.TriggerProps.Builder
Builds the configured instance.
builder() - Static method in interface software.amazon.awscdk.triggers.TriggerFunctionProps
 
Builder() - Constructor for class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
 
builder() - Static method in interface software.amazon.awscdk.triggers.TriggerOptions
 
Builder() - Constructor for class software.amazon.awscdk.triggers.TriggerOptions.Builder
 
builder() - Static method in interface software.amazon.awscdk.triggers.TriggerProps
 
Builder() - Constructor for class software.amazon.awscdk.triggers.TriggerProps.Builder
 

C

code(Code) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The source code of your Lambda function.
code(Code) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Sets the value of FunctionProps.getCode()
codeSigningConfig(ICodeSigningConfig) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Code signing config associated with this function.
codeSigningConfig(ICodeSigningConfig) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
create(Construct, String) - Static method in class software.amazon.awscdk.triggers.Trigger.Builder
 
create(Construct, String) - Static method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
 
currentVersionOptions(VersionOptions) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Options for the `lambda.Version` resource automatically created by the `fn.currentVersion` method.
currentVersionOptions(VersionOptions) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder

D

deadLetterQueue(IQueue) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The SQS queue to use if DLQ is enabled.
deadLetterQueue(IQueue) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
deadLetterQueueEnabled(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Enabled DLQ.
deadLetterQueueEnabled(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
deadLetterTopic(ITopic) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The SNS topic to use as a DLQ.
deadLetterTopic(ITopic) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
description(String) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
A description of the function.
description(String) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder

E

environment(Map<String, String>) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Key-value pairs that Lambda caches and makes available for your Lambda functions.
environment(Map<String, String>) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
environmentEncryption(IKey) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The AWS KMS key that's used to encrypt your function's environment variables.
environmentEncryption(IKey) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
ephemeralStorageSize(Size) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The size of the function’s /tmp directory in MiB.
ephemeralStorageSize(Size) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
equals(Object) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
equals(Object) - Method in class software.amazon.awscdk.triggers.TriggerOptions.Jsii$Proxy
 
equals(Object) - Method in class software.amazon.awscdk.triggers.TriggerProps.Jsii$Proxy
 
events(List<? extends IEventSource>) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Event sources for this function.
events(List<? extends IEventSource>) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Sets the value of FunctionOptions.getEvents()
executeAfter(Construct...) - Method in interface software.amazon.awscdk.triggers.ITrigger
Adds trigger dependencies.
executeAfter(Construct...) - Method in interface software.amazon.awscdk.triggers.ITrigger.Jsii$Default
Adds trigger dependencies.
executeAfter(Construct...) - Method in class software.amazon.awscdk.triggers.ITrigger.Jsii$Proxy
Adds trigger dependencies.
executeAfter(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.Trigger.Builder
Adds trigger dependencies.
executeAfter(Construct...) - Method in class software.amazon.awscdk.triggers.Trigger
Adds trigger dependencies.
executeAfter(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Adds trigger dependencies.
executeAfter(Construct...) - Method in class software.amazon.awscdk.triggers.TriggerFunction
Adds trigger dependencies.
executeAfter(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
executeAfter(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.TriggerOptions.Builder
executeAfter(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.TriggerProps.Builder
executeBefore(Construct...) - Method in interface software.amazon.awscdk.triggers.ITrigger
Adds this trigger as a dependency on other constructs.
executeBefore(Construct...) - Method in interface software.amazon.awscdk.triggers.ITrigger.Jsii$Default
Adds this trigger as a dependency on other constructs.
executeBefore(Construct...) - Method in class software.amazon.awscdk.triggers.ITrigger.Jsii$Proxy
Adds this trigger as a dependency on other constructs.
executeBefore(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.Trigger.Builder
Adds this trigger as a dependency on other constructs.
executeBefore(Construct...) - Method in class software.amazon.awscdk.triggers.Trigger
Adds this trigger as a dependency on other constructs.
executeBefore(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Adds this trigger as a dependency on other constructs.
executeBefore(Construct...) - Method in class software.amazon.awscdk.triggers.TriggerFunction
Adds this trigger as a dependency on other constructs.
executeBefore(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
executeBefore(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.TriggerOptions.Builder
executeBefore(List<? extends Construct>) - Method in class software.amazon.awscdk.triggers.TriggerProps.Builder
executeOnHandlerChange(Boolean) - Method in class software.amazon.awscdk.triggers.Trigger.Builder
Re-executes the trigger every time the handler changes.
executeOnHandlerChange(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Re-executes the trigger every time the handler changes.
executeOnHandlerChange(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
executeOnHandlerChange(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerOptions.Builder
executeOnHandlerChange(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerProps.Builder

F

filesystem(FileSystem) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The filesystem configuration for the lambda function.
filesystem(FileSystem) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
functionName(String) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
A name for the function.
functionName(String) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder

G

getAllowAllOutbound() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getAllowPublicSubnet() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getArchitecture() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getArchitectures() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getCode() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getCodeSigningConfig() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getCurrentVersionOptions() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getDeadLetterQueue() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getDeadLetterQueueEnabled() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getDeadLetterTopic() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getDescription() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getEnvironment() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getEnvironmentEncryption() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getEphemeralStorageSize() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getEvents() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getExecuteAfter() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getExecuteAfter() - Method in interface software.amazon.awscdk.triggers.TriggerOptions
Adds trigger dependencies.
getExecuteAfter() - Method in class software.amazon.awscdk.triggers.TriggerOptions.Jsii$Proxy
 
getExecuteAfter() - Method in class software.amazon.awscdk.triggers.TriggerProps.Jsii$Proxy
 
getExecuteBefore() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getExecuteBefore() - Method in interface software.amazon.awscdk.triggers.TriggerOptions
Adds this trigger as a dependency on other constructs.
getExecuteBefore() - Method in class software.amazon.awscdk.triggers.TriggerOptions.Jsii$Proxy
 
getExecuteBefore() - Method in class software.amazon.awscdk.triggers.TriggerProps.Jsii$Proxy
 
getExecuteOnHandlerChange() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getExecuteOnHandlerChange() - Method in interface software.amazon.awscdk.triggers.TriggerOptions
Re-executes the trigger every time the handler changes.
getExecuteOnHandlerChange() - Method in class software.amazon.awscdk.triggers.TriggerOptions.Jsii$Proxy
 
getExecuteOnHandlerChange() - Method in class software.amazon.awscdk.triggers.TriggerProps.Jsii$Proxy
 
getFilesystem() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getFunctionName() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getHandler() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getHandler() - Method in interface software.amazon.awscdk.triggers.TriggerProps
The AWS Lambda function of the handler to execute.
getHandler() - Method in class software.amazon.awscdk.triggers.TriggerProps.Jsii$Proxy
 
getInitialPolicy() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getInsightsVersion() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getLayers() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getLogRetention() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getLogRetentionRetryOptions() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getLogRetentionRole() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getMaxEventAge() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getMemorySize() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getNode() - Method in interface software.amazon.awscdk.triggers.ITrigger.Jsii$Default
The construct tree node for this construct.
getNode() - Method in class software.amazon.awscdk.triggers.ITrigger.Jsii$Proxy
The construct tree node for this construct.
getOnFailure() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getOnSuccess() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getProfiling() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getProfilingGroup() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getReservedConcurrentExecutions() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getRetryAttempts() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getRole() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getRuntime() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getSecurityGroup() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getSecurityGroups() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getTimeout() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getTracing() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getTrigger() - Method in class software.amazon.awscdk.triggers.TriggerFunction
The underlying trigger resource.
getVpc() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
getVpcSubnets() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 

H

handler(Function) - Method in class software.amazon.awscdk.triggers.Trigger.Builder
The AWS Lambda function of the handler to execute.
handler(String) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The name of the method within your code that Lambda calls to execute your function.
handler(String) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Sets the value of FunctionProps.getHandler()
handler(Function) - Method in class software.amazon.awscdk.triggers.TriggerProps.Builder
Sets the value of TriggerProps.getHandler()
hashCode() - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
 
hashCode() - Method in class software.amazon.awscdk.triggers.TriggerOptions.Jsii$Proxy
 
hashCode() - Method in class software.amazon.awscdk.triggers.TriggerProps.Jsii$Proxy
 

I

initialPolicy(List<? extends PolicyStatement>) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Initial policy statements to add to the created Lambda Role.
initialPolicy(List<? extends PolicyStatement>) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
insightsVersion(LambdaInsightsVersion) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Specify the version of CloudWatch Lambda insights to use for monitoring.
insightsVersion(LambdaInsightsVersion) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
ITrigger - Interface in software.amazon.awscdk.triggers
Interface for triggers.
ITrigger.Jsii$Default - Interface in software.amazon.awscdk.triggers
Internal default implementation for ITrigger.
ITrigger.Jsii$Proxy - Class in software.amazon.awscdk.triggers
A proxy class which represents a concrete javascript instance of this type.

J

Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.triggers.ITrigger.Jsii$Proxy
 
Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(TriggerFunctionProps.Builder) - Constructor for class software.amazon.awscdk.triggers.TriggerFunctionProps.Jsii$Proxy
Constructor that initializes the object based on literal property values passed by the TriggerFunctionProps.Builder.
Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.triggers.TriggerOptions.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(TriggerOptions.Builder) - Constructor for class software.amazon.awscdk.triggers.TriggerOptions.Jsii$Proxy
Constructor that initializes the object based on literal property values passed by the TriggerOptions.Builder.
Jsii$Proxy(JsiiObjectRef) - Constructor for class software.amazon.awscdk.triggers.TriggerProps.Jsii$Proxy
Constructor that initializes the object based on values retrieved from the JsiiObject.
Jsii$Proxy(TriggerProps.Builder) - Constructor for class software.amazon.awscdk.triggers.TriggerProps.Jsii$Proxy
Constructor that initializes the object based on literal property values passed by the TriggerProps.Builder.

L

layers(List<? extends ILayerVersion>) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
A list of layers to add to the function's execution environment.
layers(List<? extends ILayerVersion>) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Sets the value of FunctionOptions.getLayers()
logRetention(RetentionDays) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The number of days log events are kept in CloudWatch Logs.
logRetention(RetentionDays) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
logRetentionRetryOptions(LogRetentionRetryOptions) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
When log retention is specified, a custom resource attempts to create the CloudWatch log group.
logRetentionRetryOptions(LogRetentionRetryOptions) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
logRetentionRole(IRole) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The IAM role for the Lambda function associated with the custom resource that sets the retention policy.
logRetentionRole(IRole) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder

M

maxEventAge(Duration) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The maximum age of a request that Lambda sends to a function for processing.
maxEventAge(Duration) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
memorySize(Number) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The amount of memory, in MB, that is allocated to your Lambda function.
memorySize(Number) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder

O

onFailure(IDestination) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The destination for failed invocations.
onFailure(IDestination) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
onSuccess(IDestination) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The destination for successful invocations.
onSuccess(IDestination) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder

P

profiling(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Enable profiling.
profiling(Boolean) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
profilingGroup(IProfilingGroup) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Profiling Group.
profilingGroup(IProfilingGroup) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder

R

reservedConcurrentExecutions(Number) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The maximum of concurrent executions you want to reserve for the function.
reservedConcurrentExecutions(Number) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
retryAttempts(Number) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The maximum number of times to retry when the function returns an error.
retryAttempts(Number) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
role(IRole) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Lambda execution role.
role(IRole) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Sets the value of FunctionOptions.getRole()
runtime(Runtime) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The runtime environment for the Lambda function that you are uploading.
runtime(Runtime) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Sets the value of FunctionProps.getRuntime()

S

securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Deprecated.
- This property is deprecated, use securityGroups instead
securityGroup(ISecurityGroup) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Deprecated.
- This property is deprecated, use securityGroups instead
securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The list of security groups to associate with the Lambda's network interfaces.
securityGroups(List<? extends ISecurityGroup>) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
software.amazon.awscdk.triggers - package software.amazon.awscdk.triggers
Triggers

T

timeout(Duration) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
The function execution time (in seconds) after which Lambda terminates the function.
timeout(Duration) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
tracing(Tracing) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Enable AWS X-Ray Tracing for Lambda Function.
tracing(Tracing) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Trigger - Class in software.amazon.awscdk.triggers
Triggers an AWS Lambda function during deployment.
Trigger(JsiiObjectRef) - Constructor for class software.amazon.awscdk.triggers.Trigger
 
Trigger(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.triggers.Trigger
 
Trigger(Construct, String, TriggerProps) - Constructor for class software.amazon.awscdk.triggers.Trigger
 
Trigger.Builder - Class in software.amazon.awscdk.triggers
A fluent builder for Trigger.
TriggerFunction - Class in software.amazon.awscdk.triggers
Invokes an AWS Lambda function during deployment.
TriggerFunction(JsiiObjectRef) - Constructor for class software.amazon.awscdk.triggers.TriggerFunction
 
TriggerFunction(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.triggers.TriggerFunction
 
TriggerFunction(Construct, String, TriggerFunctionProps) - Constructor for class software.amazon.awscdk.triggers.TriggerFunction
 
TriggerFunction.Builder - Class in software.amazon.awscdk.triggers
A fluent builder for TriggerFunction.
TriggerFunctionProps - Interface in software.amazon.awscdk.triggers
Props for `InvokeFunction`.
TriggerFunctionProps.Builder - Class in software.amazon.awscdk.triggers
A builder for TriggerFunctionProps
TriggerFunctionProps.Jsii$Proxy - Class in software.amazon.awscdk.triggers
An implementation for TriggerFunctionProps
TriggerInvalidation - Enum in software.amazon.awscdk.triggers
Determines.
TriggerOptions - Interface in software.amazon.awscdk.triggers
Options for `Trigger`.
TriggerOptions.Builder - Class in software.amazon.awscdk.triggers
A builder for TriggerOptions
TriggerOptions.Jsii$Proxy - Class in software.amazon.awscdk.triggers
An implementation for TriggerOptions
TriggerProps - Interface in software.amazon.awscdk.triggers
Props for `Trigger`.
TriggerProps.Builder - Class in software.amazon.awscdk.triggers
A builder for TriggerProps
TriggerProps.Jsii$Proxy - Class in software.amazon.awscdk.triggers
An implementation for TriggerProps

V

valueOf(String) - Static method in enum software.amazon.awscdk.triggers.TriggerInvalidation
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awscdk.triggers.TriggerInvalidation
Returns an array containing the constants of this enum type, in the order they are declared.
vpc(IVpc) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
VPC network to place Lambda network interfaces.
vpc(IVpc) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
Sets the value of FunctionOptions.getVpc()
vpcSubnets(SubnetSelection) - Method in class software.amazon.awscdk.triggers.TriggerFunction.Builder
Where to place the network interfaces within the VPC.
vpcSubnets(SubnetSelection) - Method in class software.amazon.awscdk.triggers.TriggerFunctionProps.Builder
$ A B C D E F G H I J L M O P R S T V 
Skip navigation links

Copyright © 2023. All rights reserved.