@Stability(value=Stable)
public static interface CfnComponentVersion.LambdaExecutionParametersProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnComponentVersion.LambdaExecutionParametersProperty.Builder
A builder for
CfnComponentVersion.LambdaExecutionParametersProperty |
static class |
CfnComponentVersion.LambdaExecutionParametersProperty.Jsii$Proxy
An implementation for
CfnComponentVersion.LambdaExecutionParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnComponentVersion.LambdaExecutionParametersProperty.Builder |
builder() |
default Object |
getEnvironmentVariables()
`CfnComponentVersion.LambdaExecutionParametersProperty.EnvironmentVariables`.
|
default Object |
getEventSources()
`CfnComponentVersion.LambdaExecutionParametersProperty.EventSources`.
|
default List<String> |
getExecArgs()
`CfnComponentVersion.LambdaExecutionParametersProperty.ExecArgs`.
|
default String |
getInputPayloadEncodingType()
`CfnComponentVersion.LambdaExecutionParametersProperty.InputPayloadEncodingType`.
|
default Object |
getLinuxProcessParams()
`CfnComponentVersion.LambdaExecutionParametersProperty.LinuxProcessParams`.
|
default Number |
getMaxIdleTimeInSeconds()
`CfnComponentVersion.LambdaExecutionParametersProperty.MaxIdleTimeInSeconds`.
|
default Number |
getMaxInstancesCount()
`CfnComponentVersion.LambdaExecutionParametersProperty.MaxInstancesCount`.
|
default Number |
getMaxQueueSize()
`CfnComponentVersion.LambdaExecutionParametersProperty.MaxQueueSize`.
|
default Object |
getPinned()
`CfnComponentVersion.LambdaExecutionParametersProperty.Pinned`.
|
default Number |
getStatusTimeoutInSeconds()
`CfnComponentVersion.LambdaExecutionParametersProperty.StatusTimeoutInSeconds`.
|
default Number |
getTimeoutInSeconds()
`CfnComponentVersion.LambdaExecutionParametersProperty.TimeoutInSeconds`.
|
@Stability(value=Stable) @Nullable default Object getEnvironmentVariables()
@Stability(value=Stable) @Nullable default Object getEventSources()
@Stability(value=Stable) @Nullable default List<String> getExecArgs()
@Stability(value=Stable) @Nullable default String getInputPayloadEncodingType()
@Stability(value=Stable) @Nullable default Object getLinuxProcessParams()
@Stability(value=Stable) @Nullable default Number getMaxIdleTimeInSeconds()
@Stability(value=Stable) @Nullable default Number getMaxInstancesCount()
@Stability(value=Stable) @Nullable default Number getMaxQueueSize()
@Stability(value=Stable) @Nullable default Object getPinned()
@Stability(value=Stable) @Nullable default Number getStatusTimeoutInSeconds()
@Stability(value=Stable) @Nullable default Number getTimeoutInSeconds()
@Stability(value=Stable) static CfnComponentVersion.LambdaExecutionParametersProperty.Builder builder()
Copyright © 2021. All rights reserved.