| Modifier and Type | Method and Description |
|---|---|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.autoPublishAlias(String autoPublishAlias)
Sets the value of AutoPublishAlias
|
static CfnFunctionProps.Builder |
CfnFunctionProps.builder() |
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.codeUri(CfnFunction.S3LocationProperty codeUri)
Sets the value of CodeUri
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.codeUri(software.amazon.awscdk.core.IResolvable codeUri)
Sets the value of CodeUri
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.codeUri(String codeUri)
Sets the value of CodeUri
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.deadLetterQueue(CfnFunction.DeadLetterQueueProperty deadLetterQueue)
Sets the value of DeadLetterQueue
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.deadLetterQueue(software.amazon.awscdk.core.IResolvable deadLetterQueue)
Sets the value of DeadLetterQueue
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.deploymentPreference(CfnFunction.DeploymentPreferenceProperty deploymentPreference)
Sets the value of DeploymentPreference
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.deploymentPreference(software.amazon.awscdk.core.IResolvable deploymentPreference)
Sets the value of DeploymentPreference
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.description(String description)
Sets the value of Description
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.environment(CfnFunction.FunctionEnvironmentProperty environment)
Sets the value of Environment
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.environment(software.amazon.awscdk.core.IResolvable environment)
Sets the value of Environment
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.events(software.amazon.awscdk.core.IResolvable events)
Sets the value of Events
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.events(Map<String,Object> events)
Sets the value of Events
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.functionName(String functionName)
Sets the value of FunctionName
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.handler(String handler)
Sets the value of Handler
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.kmsKeyArn(String kmsKeyArn)
Sets the value of KmsKeyArn
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.layers(List<String> layers)
Sets the value of Layers
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.memorySize(Number memorySize)
Sets the value of MemorySize
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.permissionsBoundary(String permissionsBoundary)
Sets the value of PermissionsBoundary
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.policies(CfnFunction.IAMPolicyDocumentProperty policies)
Sets the value of Policies
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.policies(software.amazon.awscdk.core.IResolvable policies)
Sets the value of Policies
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.policies(List<Object> policies)
Sets the value of Policies
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.policies(String policies)
Sets the value of Policies
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.reservedConcurrentExecutions(Number reservedConcurrentExecutions)
Sets the value of ReservedConcurrentExecutions
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.role(String role)
Sets the value of Role
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.runtime(String runtime)
Sets the value of Runtime
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.tags(Map<String,String> tags)
Sets the value of Tags
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.timeout(Number timeout)
Sets the value of Timeout
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.tracing(String tracing)
Sets the value of Tracing
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.vpcConfig(CfnFunction.VpcConfigProperty vpcConfig)
Sets the value of VpcConfig
|
CfnFunctionProps.Builder |
CfnFunctionProps.Builder.vpcConfig(software.amazon.awscdk.core.IResolvable vpcConfig)
Sets the value of VpcConfig
|
Copyright © 2019. All rights reserved.