@Stability(value=Stable) public static final class CfnEventInvokeConfig.Builder extends Object implements software.amazon.jsii.Builder<CfnEventInvokeConfig>
CfnEventInvokeConfig.| Modifier and Type | Method and Description |
|---|---|
CfnEventInvokeConfig |
build() |
static CfnEventInvokeConfig.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEventInvokeConfig.Builder |
destinationConfig(CfnEventInvokeConfig.DestinationConfigProperty destinationConfig)
A destination for events after they have been sent to a function for processing.
|
CfnEventInvokeConfig.Builder |
destinationConfig(IResolvable destinationConfig)
A destination for events after they have been sent to a function for processing.
|
CfnEventInvokeConfig.Builder |
functionName(String functionName)
The name of the Lambda function.
|
CfnEventInvokeConfig.Builder |
maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)
The maximum age of a request that Lambda sends to a function for processing.
|
CfnEventInvokeConfig.Builder |
maximumRetryAttempts(Number maximumRetryAttempts)
The maximum number of times to retry when the function returns an error.
|
CfnEventInvokeConfig.Builder |
qualifier(String qualifier)
The identifier of a version or alias.
|
@Stability(value=Stable) public static CfnEventInvokeConfig.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEventInvokeConfig.DestinationConfigProperty.Builder.@Stability(value=Stable) public CfnEventInvokeConfig.Builder functionName(String functionName)
Minimum : 1
Maximum : 64
Pattern : ([a-zA-Z0-9-_]+)
functionName - The name of the Lambda function. This parameter is required.this@Stability(value=Stable) public CfnEventInvokeConfig.Builder qualifier(String qualifier)
$LATEST .qualifier - The identifier of a version or alias. This parameter is required.this@Stability(value=Stable) public CfnEventInvokeConfig.Builder destinationConfig(CfnEventInvokeConfig.DestinationConfigProperty destinationConfig)
Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.
destinationConfig - A destination for events after they have been sent to a function for processing. This parameter is required.this@Stability(value=Stable) public CfnEventInvokeConfig.Builder destinationConfig(IResolvable destinationConfig)
Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.
destinationConfig - A destination for events after they have been sent to a function for processing. This parameter is required.this@Stability(value=Stable) public CfnEventInvokeConfig.Builder maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)
maximumEventAgeInSeconds - The maximum age of a request that Lambda sends to a function for processing. This parameter is required.this@Stability(value=Stable) public CfnEventInvokeConfig.Builder maximumRetryAttempts(Number maximumRetryAttempts)
maximumRetryAttempts - The maximum number of times to retry when the function returns an error. This parameter is required.this@Stability(value=Stable) public CfnEventInvokeConfig build()
build in interface software.amazon.jsii.Builder<CfnEventInvokeConfig>Copyright © 2022. All rights reserved.