@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:30:34.321Z") @Stability(value=Stable) public interface CfnFunctionProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunctionProps.Builder
A builder for
CfnFunctionProps |
static class |
CfnFunctionProps.Jsii$Proxy
An implementation for
CfnFunctionProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunctionProps.Builder |
builder() |
default String |
getAutoPublishAlias()
`AWS::Serverless::Function.AutoPublishAlias`.
|
Object |
getCodeUri()
`AWS::Serverless::Function.CodeUri`.
|
default Object |
getDeadLetterQueue()
`AWS::Serverless::Function.DeadLetterQueue`.
|
default Object |
getDeploymentPreference()
`AWS::Serverless::Function.DeploymentPreference`.
|
default String |
getDescription()
`AWS::Serverless::Function.Description`.
|
default Object |
getEnvironment()
`AWS::Serverless::Function.Environment`.
|
default Object |
getEvents()
`AWS::Serverless::Function.Events`.
|
default Object |
getFileSystemConfigs()
`AWS::Serverless::Function.FileSystemConfigs`.
|
default String |
getFunctionName()
`AWS::Serverless::Function.FunctionName`.
|
String |
getHandler()
`AWS::Serverless::Function.Handler`.
|
default String |
getKmsKeyArn()
`AWS::Serverless::Function.KmsKeyArn`.
|
default List<String> |
getLayers()
`AWS::Serverless::Function.Layers`.
|
default Number |
getMemorySize()
`AWS::Serverless::Function.MemorySize`.
|
default String |
getPermissionsBoundary()
`AWS::Serverless::Function.PermissionsBoundary`.
|
default Object |
getPolicies()
`AWS::Serverless::Function.Policies`.
|
default Object |
getProvisionedConcurrencyConfig()
`AWS::Serverless::Function.ProvisionedConcurrencyConfig`.
|
default Number |
getReservedConcurrentExecutions()
`AWS::Serverless::Function.ReservedConcurrentExecutions`.
|
default String |
getRole()
`AWS::Serverless::Function.Role`.
|
String |
getRuntime()
`AWS::Serverless::Function.Runtime`.
|
default Map<String,String> |
getTags()
`AWS::Serverless::Function.Tags`.
|
default Number |
getTimeout()
`AWS::Serverless::Function.Timeout`.
|
default String |
getTracing()
`AWS::Serverless::Function.Tracing`.
|
default Object |
getVpcConfig()
`AWS::Serverless::Function.VpcConfig`.
|
@Stability(value=Stable) @NotNull Object getCodeUri()
@Stability(value=Stable) @NotNull String getHandler()
@Stability(value=Stable) @NotNull String getRuntime()
@Stability(value=Stable) @Nullable default String getAutoPublishAlias()
@Stability(value=Stable) @Nullable default Object getDeadLetterQueue()
@Stability(value=Stable) @Nullable default Object getDeploymentPreference()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getEnvironment()
@Stability(value=Stable) @Nullable default Object getEvents()
@Stability(value=Stable) @Nullable default Object getFileSystemConfigs()
@Stability(value=Stable) @Nullable default String getFunctionName()
@Stability(value=Stable) @Nullable default String getKmsKeyArn()
@Stability(value=Stable) @Nullable default List<String> getLayers()
@Stability(value=Stable) @Nullable default Number getMemorySize()
@Stability(value=Stable) @Nullable default String getPermissionsBoundary()
@Stability(value=Stable) @Nullable default Object getPolicies()
@Stability(value=Stable) @Nullable default Object getProvisionedConcurrencyConfig()
@Stability(value=Stable) @Nullable default Number getReservedConcurrentExecutions()
@Stability(value=Stable) @Nullable default String getRole()
@Stability(value=Stable) @Nullable default Map<String,String> getTags()
@Stability(value=Stable) @Nullable default Number getTimeout()
@Stability(value=Stable) @Nullable default String getTracing()
@Stability(value=Stable) @Nullable default Object getVpcConfig()
@Stability(value=Stable) static CfnFunctionProps.Builder builder()
CfnFunctionProps.Builder of CfnFunctionPropsCopyright © 2021. All rights reserved.