- getAction() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.Action``
- getAction() - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.Action``
- getAction() - Method in interface software.amazon.awscdk.services.lambda.Permission
-
The Lambda actions that you want to allow in this statement.
- getAction() - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
The Lambda actions that you want to allow in this statement.
- getAdditionalVersions() - Method in interface software.amazon.awscdk.services.lambda.AliasProps
-
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
- getAdditionalVersions() - Method in class software.amazon.awscdk.services.lambda.AliasProps.Jsii$Proxy
-
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
- getAdditionalVersionWeights() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResource.AliasRoutingConfigurationProperty
-
``AliasResource.AliasRoutingConfigurationProperty.AdditionalVersionWeights``
- getAdditionalVersionWeights() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.AliasRoutingConfigurationProperty.Jsii$Proxy
-
``AliasResource.AliasRoutingConfigurationProperty.AdditionalVersionWeights``
- getAddPutJobResultPolicy() - Method in interface software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps
-
Adds the "codepipeline:PutJobSuccessResult" and
"codepipeline:PutJobFailureResult" for '*' resource to the Lambda
execution role policy.
- getAddPutJobResultPolicy() - Method in class software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps.Jsii$Proxy
-
Adds the "codepipeline:PutJobSuccessResult" and
"codepipeline:PutJobFailureResult" for '*' resource to the Lambda
execution role policy.
- getAddPutJobResultPolicy() - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
Adds the "codepipeline:PutJobSuccessResult" and
"codepipeline:PutJobFailureResult" for '*' resource to the Lambda
execution role policy.
- getAliasArn() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource
-
- getAliasName() - Method in interface software.amazon.awscdk.services.lambda.AliasProps
-
Name of this alias
- getAliasName() - Method in class software.amazon.awscdk.services.lambda.AliasProps.Jsii$Proxy
-
Name of this alias
- getAllowAllOutbound() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Whether to allow the Lambda to send all network traffic
If set to false, you must individually add traffic rules to allow the
Lambda to connect to network targets.
- getAllowAllOutbound() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Whether to allow the Lambda to send all network traffic
If set to false, you must individually add traffic rules to allow the
Lambda to connect to network targets.
- getAllowAllOutbound() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Whether to allow the Lambda to send all network traffic
If set to false, you must individually add traffic rules to allow the
Lambda to connect to network targets.
- getBatchSize() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.BatchSize``
- getBatchSize() - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.BatchSize``
- getCanCreatePermissions() - Method in class software.amazon.awscdk.services.lambda.Alias
-
Whether the addPermission() call adds any permissions
True for new Lambdas, false for imported Lambdas (they might live in different accounts).
- getCanCreatePermissions() - Method in class software.amazon.awscdk.services.lambda.Function
-
Whether the addPermission() call adds any permissions
True for new Lambdas, false for imported Lambdas (they might live in different accounts).
- getCanCreatePermissions() - Method in class software.amazon.awscdk.services.lambda.FunctionRef
-
Whether the addPermission() call adds any permissions
True for new Lambdas, false for imported Lambdas (they might live in different accounts).
- getCanCreatePermissions() - Method in class software.amazon.awscdk.services.lambda.SingletonFunction
-
Whether the addPermission() call adds any permissions
True for new Lambdas, false for imported Lambdas (they might live in different accounts).
- getCode() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Code``
- getCode() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Code``
- getCode() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The source code of your Lambda function.
- getCode() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The source code of your Lambda function.
- getCode() - Method in class software.amazon.awscdk.services.lambda.InlineCode
-
- getCode() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The source code of your Lambda function.
- getCodeSha256() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps
-
``AWS::Lambda::Version.CodeSha256``
- getCodeSha256() - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Version.CodeSha256``
- getCodeSha256() - Method in interface software.amazon.awscdk.services.lambda.FunctionVersionProps
-
SHA256 of the version of the Lambda source code
Specify to validate that you're deploying the right version.
- getCodeSha256() - Method in class software.amazon.awscdk.services.lambda.FunctionVersionProps.Jsii$Proxy
-
SHA256 of the version of the Lambda source code
Specify to validate that you're deploying the right version.
- getConnections() - Method in class software.amazon.awscdk.services.lambda.FunctionRef
-
Access the Connections object
Will fail if not a VPC-enabled Lambda Function
- getDeadLetterConfig() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.DeadLetterConfig``
- getDeadLetterConfig() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.DeadLetterConfig``
- getDeadLetterQueue() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The SQS queue to use if DLQ is enabled.
- getDeadLetterQueue() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The SQS queue to use if DLQ is enabled.
- getDeadLetterQueue() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The SQS queue to use if DLQ is enabled.
- getDeadLetterQueueEnabled() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Enabled DLQ.
- getDeadLetterQueueEnabled() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Enabled DLQ.
- getDeadLetterQueueEnabled() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Enabled DLQ.
- getDependencies() - Method in class software.amazon.awscdk.services.lambda.$Module
-
- getDescription() - Method in interface software.amazon.awscdk.services.lambda.AliasProps
-
Description for the alias
- getDescription() - Method in class software.amazon.awscdk.services.lambda.AliasProps.Jsii$Proxy
-
Description for the alias
- getDescription() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.Description``
- getDescription() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.Description``
- getDescription() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Description``
- getDescription() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Description``
- getDescription() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps
-
``AWS::Lambda::Version.Description``
- getDescription() - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Version.Description``
- getDescription() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
A description of the function.
- getDescription() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
A description of the function.
- getDescription() - Method in interface software.amazon.awscdk.services.lambda.FunctionVersionProps
-
Description of the version
- getDescription() - Method in class software.amazon.awscdk.services.lambda.FunctionVersionProps.Jsii$Proxy
-
Description of the version
- getDescription() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
A description of the function.
- getEnabled() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.Enabled``
- getEnabled() - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.Enabled``
- getEnvironment() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Environment``
- getEnvironment() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Environment``
- getEnvironment() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Key-value pairs that Lambda caches and makes available for your Lambda
functions.
- getEnvironment() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Key-value pairs that Lambda caches and makes available for your Lambda
functions.
- getEnvironment() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Key-value pairs that Lambda caches and makes available for your Lambda
functions.
- getEventSourceArn() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.EventSourceArn``
- getEventSourceArn() - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.EventSourceArn``
- getEventSourceMappingName() - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResource
-
- getEventSourceToken() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.EventSourceToken``
- getEventSourceToken() - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.EventSourceToken``
- getEventSourceToken() - Method in interface software.amazon.awscdk.services.lambda.Permission
-
A unique token that must be supplied by the principal invoking the
function.
- getEventSourceToken() - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
A unique token that must be supplied by the principal invoking the
function.
- getFamily() - Method in class software.amazon.awscdk.services.lambda.Runtime
-
The runtime family.
- getFunctionArn() - Method in class software.amazon.awscdk.services.lambda.Alias
-
ARN of this alias
Used to be able to use Alias in place of a regular Lambda.
- getFunctionArn() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource
-
- getFunctionArn() - Method in class software.amazon.awscdk.services.lambda.Function
-
ARN of this function
- getFunctionArn() - Method in class software.amazon.awscdk.services.lambda.FunctionRef
-
The ARN fo the function.
- getFunctionArn() - Method in interface software.amazon.awscdk.services.lambda.FunctionRefProps
-
The ARN of the Lambda function.
- getFunctionArn() - Method in class software.amazon.awscdk.services.lambda.FunctionRefProps.Jsii$Proxy
-
The ARN of the Lambda function.
- getFunctionArn() - Method in class software.amazon.awscdk.services.lambda.SingletonFunction
-
The ARN fo the function.
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.Alias
-
ARN of this alias
Used to be able to use Alias in place of a regular Lambda.
- getFunctionName() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.FunctionName``
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.FunctionName``
- getFunctionName() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.FunctionName``
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.FunctionName``
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource
-
- getFunctionName() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.FunctionName``
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.FunctionName``
- getFunctionName() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.FunctionName``
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.FunctionName``
- getFunctionName() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps
-
``AWS::Lambda::Version.FunctionName``
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Version.FunctionName``
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.Function
-
Name of this function
- getFunctionName() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
A name for the function.
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
A name for the function.
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.FunctionRef
-
The name of the function.
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.SingletonFunction
-
The name of the function.
- getFunctionName() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
A name for the function.
- getFunctionVersion() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty
-
``AliasResource.VersionWeightProperty.FunctionVersion``
- getFunctionVersion() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Jsii$Proxy
-
``AliasResource.VersionWeightProperty.FunctionVersion``
- getFunctionVersion() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.FunctionVersion``
- getFunctionVersion() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.FunctionVersion``
- getFunctionVersion() - Method in class software.amazon.awscdk.services.lambda.FunctionVersion
-
The most recently deployed version of this function.
- getFunctionWeight() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty
-
``AliasResource.VersionWeightProperty.FunctionWeight``
- getFunctionWeight() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Jsii$Proxy
-
``AliasResource.VersionWeightProperty.FunctionWeight``
- getHandler() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Handler``
- getHandler() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Handler``
- getHandler() - Method in class software.amazon.awscdk.services.lambda.Function
-
The name of the handler configured for this lambda.
- getHandler() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The name of the function (within your source code) that Lambda calls to
start running your code.
- getHandler() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The name of the function (within your source code) that Lambda calls to
start running your code.
- getHandler() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The name of the function (within your source code) that Lambda calls to
start running your code.
- getInitialPolicy() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Initial policy statements to add to the created Lambda Role.
- getInitialPolicy() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Initial policy statements to add to the created Lambda Role.
- getInitialPolicy() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Initial policy statements to add to the created Lambda Role.
- getIsBoundToVpc() - Method in class software.amazon.awscdk.services.lambda.FunctionRef
-
Whether or not this Lambda function was bound to a VPC
If this is is `false`, trying to access the `connections` object will fail.
- getKey() - Method in class software.amazon.awscdk.services.lambda.S3Code
-
- getKmsKeyArn() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.KmsKeyArn``
- getKmsKeyArn() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.KmsKeyArn``
- getLambda() - Method in class software.amazon.awscdk.services.lambda.FunctionVersion
-
Lambda object this version is associated with
- getLambda() - Method in interface software.amazon.awscdk.services.lambda.FunctionVersionProps
-
Function to get the value of
- getLambda() - Method in class software.amazon.awscdk.services.lambda.FunctionVersionProps.Jsii$Proxy
-
Function to get the value of
- getLambda() - Method in interface software.amazon.awscdk.services.lambda.PipelineInvokeActionProps
-
The lambda function to invoke.
- getLambda() - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
The lambda function to invoke.
- getLambdaPurpose() - Method in interface software.amazon.awscdk.services.lambda.SingletonFunctionProps
-
A descriptive name for the purpose of this Lambda.
- getLambdaPurpose() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
A descriptive name for the purpose of this Lambda.
- getMemorySize() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.MemorySize``
- getMemorySize() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.MemorySize``
- getMemorySize() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The amount of memory, in MB, that is allocated to your Lambda function.
- getMemorySize() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The amount of memory, in MB, that is allocated to your Lambda function.
- getMemorySize() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The amount of memory, in MB, that is allocated to your Lambda function.
- getMode() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.TracingConfigProperty
-
``FunctionResource.TracingConfigProperty.Mode``
- getMode() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.TracingConfigProperty.Jsii$Proxy
-
``FunctionResource.TracingConfigProperty.Mode``
- getName() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.Name``
- getName() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.Name``
- getName() - Method in class software.amazon.awscdk.services.lambda.Runtime
-
The name of this runtime, as expected by the Lambda resource.
- getObjectVersion() - Method in class software.amazon.awscdk.services.lambda.S3Code
-
- getPackaging() - Method in class software.amazon.awscdk.services.lambda.AssetCode
-
The asset packaging.
- getPath() - Method in class software.amazon.awscdk.services.lambda.AssetCode
-
The path to the asset file or directory.
- getPrincipal() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.Principal``
- getPrincipal() - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.Principal``
- getPrincipal() - Method in interface software.amazon.awscdk.services.lambda.Permission
-
The entity for which you are granting permission to invoke the Lambda
function.
- getPrincipal() - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
The entity for which you are granting permission to invoke the Lambda
function.
- getPropertyOverrides() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource
-
- getPropertyOverrides() - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResource
-
- getPropertyOverrides() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource
-
- getPropertyOverrides() - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResource
-
- getPropertyOverrides() - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResource
-
- getReservedConcurrentExecutions() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.ReservedConcurrentExecutions``
- getReservedConcurrentExecutions() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.ReservedConcurrentExecutions``
- getRole() - Method in class software.amazon.awscdk.services.lambda.Alias
-
Role associated with this alias
- getRole() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Role``
- getRole() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Role``
- getRole() - Method in class software.amazon.awscdk.services.lambda.Function
-
Execution role associated with this function
- getRole() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Lambda execution role.
- getRole() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Lambda execution role.
- getRole() - Method in class software.amazon.awscdk.services.lambda.FunctionRef
-
The IAM role associated with this function.
- getRole() - Method in interface software.amazon.awscdk.services.lambda.FunctionRefProps
-
The IAM execution role associated with this function.
- getRole() - Method in class software.amazon.awscdk.services.lambda.FunctionRefProps.Jsii$Proxy
-
The IAM execution role associated with this function.
- getRole() - Method in class software.amazon.awscdk.services.lambda.SingletonFunction
-
The IAM role associated with this function.
- getRole() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Lambda execution role.
- getRoutingConfig() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.RoutingConfig``
- getRoutingConfig() - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.RoutingConfig``
- getRunOrder() - Method in class software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps.Jsii$Proxy
-
The runOrder property for this Action.
- getRunOrder() - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
The runOrder property for this Action.
- getRuntime() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Runtime``
- getRuntime() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Runtime``
- getRuntime() - Method in class software.amazon.awscdk.services.lambda.Function
-
The runtime configured for this lambda.
- getRuntime() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The runtime environment for the Lambda function that you are uploading.
- getRuntime() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The runtime environment for the Lambda function that you are uploading.
- getRuntime() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The runtime environment for the Lambda function that you are uploading.
- getS3Bucket() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.S3Bucket``
- getS3Bucket() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.S3Bucket``
- getS3Key() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.S3Key``
- getS3Key() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.S3Key``
- getS3ObjectVersion() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.S3ObjectVersion``
- getS3ObjectVersion() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.S3ObjectVersion``
- getSecurityGroup() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
What security group to associate with the Lambda's network interfaces.
- getSecurityGroup() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
What security group to associate with the Lambda's network interfaces.
- getSecurityGroup() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
What security group to associate with the Lambda's network interfaces.
- getSecurityGroupId() - Method in interface software.amazon.awscdk.services.lambda.FunctionRefProps
-
Id of the securityGroup for this Lambda, if in a VPC.
- getSecurityGroupId() - Method in class software.amazon.awscdk.services.lambda.FunctionRefProps.Jsii$Proxy
-
Id of the securityGroup for this Lambda, if in a VPC.
- getSecurityGroupIds() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty
-
``FunctionResource.VpcConfigProperty.SecurityGroupIds``
- getSecurityGroupIds() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Jsii$Proxy
-
``FunctionResource.VpcConfigProperty.SecurityGroupIds``
- getSourceAccount() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.SourceAccount``
- getSourceAccount() - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.SourceAccount``
- getSourceAccount() - Method in interface software.amazon.awscdk.services.lambda.Permission
-
The AWS account ID (without hyphens) of the source owner.
- getSourceAccount() - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
The AWS account ID (without hyphens) of the source owner.
- getSourceArn() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.SourceArn``
- getSourceArn() - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.SourceArn``
- getSourceArn() - Method in interface software.amazon.awscdk.services.lambda.Permission
-
The ARN of a resource that is invoking your function.
- getSourceArn() - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
The ARN of a resource that is invoking your function.
- getStage() - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
The Pipeline Stage to add this Action to.
- getStartingPosition() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.StartingPosition``
- getStartingPosition() - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.StartingPosition``
- getSubnetIds() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty
-
``FunctionResource.VpcConfigProperty.SubnetIds``
- getSubnetIds() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Jsii$Proxy
-
``FunctionResource.VpcConfigProperty.SubnetIds``
- getSupportsInlineCode() - Method in interface software.amazon.awscdk.services.lambda.LambdaRuntimeProps
-
Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
- getSupportsInlineCode() - Method in class software.amazon.awscdk.services.lambda.LambdaRuntimeProps.Jsii$Proxy
-
Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
- getSupportsInlineCode() - Method in class software.amazon.awscdk.services.lambda.Runtime
-
Whether the ``ZipFile`` (aka inline code) property can be used with this
runtime.
- getTags() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Tags``
- getTags() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Tags``
- getTargetArn() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.DeadLetterConfigProperty
-
``FunctionResource.DeadLetterConfigProperty.TargetArn``
- getTargetArn() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.DeadLetterConfigProperty.Jsii$Proxy
-
``FunctionResource.DeadLetterConfigProperty.TargetArn``
- getTimeout() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Timeout``
- getTimeout() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Timeout``
- getTimeout() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The function execution time (in seconds) after which Lambda terminates
the function.
- getTimeout() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The function execution time (in seconds) after which Lambda terminates
the function.
- getTimeout() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The function execution time (in seconds) after which Lambda terminates
the function.
- getTracing() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Enable AWS X-Ray Tracing for Lambda Function.
- getTracing() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Enable AWS X-Ray Tracing for Lambda Function.
- getTracing() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Enable AWS X-Ray Tracing for Lambda Function.
- getTracingConfig() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.TracingConfig``
- getTracingConfig() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.TracingConfig``
- getUserParameters() - Method in interface software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps
-
String to be used in the event data parameter passed to the Lambda
function
See an example JSON event in the CodePipeline documentation.
- getUserParameters() - Method in class software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps.Jsii$Proxy
-
String to be used in the event data parameter passed to the Lambda
function
See an example JSON event in the CodePipeline documentation.
- getUserParameters() - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
String to be used in the event data parameter passed to the Lambda
function
See an example JSON event in the CodePipeline documentation.
- getUuid() - Method in interface software.amazon.awscdk.services.lambda.SingletonFunctionProps
-
A unique identifier to identify this lambda
The identifier should be unique across all custom resource providers.
- getUuid() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
A unique identifier to identify this lambda
The identifier should be unique across all custom resource providers.
- getVariables() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.EnvironmentProperty
-
``FunctionResource.EnvironmentProperty.Variables``
- getVariables() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.EnvironmentProperty.Jsii$Proxy
-
``FunctionResource.EnvironmentProperty.Variables``
- getVersion() - Method in interface software.amazon.awscdk.services.lambda.AliasProps
-
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
- getVersion() - Method in class software.amazon.awscdk.services.lambda.AliasProps.Jsii$Proxy
-
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
- getVersion() - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResource
-
- getVersion() - Method in interface software.amazon.awscdk.services.lambda.VersionWeight
-
The version to route traffic to
- getVersion() - Method in class software.amazon.awscdk.services.lambda.VersionWeight.Jsii$Proxy
-
The version to route traffic to
- getVersionArn() - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResource
-
- getVpc() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
VPC network to place Lambda network interfaces
Specify this if the Lambda function needs to access resources in a VPC.
- getVpc() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
VPC network to place Lambda network interfaces
Specify this if the Lambda function needs to access resources in a VPC.
- getVpc() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
VPC network to place Lambda network interfaces
Specify this if the Lambda function needs to access resources in a VPC.
- getVpcConfig() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.VpcConfig``
- getVpcConfig() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.VpcConfig``
- getVpcPlacement() - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Where to place the network interfaces within the VPC.
- getVpcPlacement() - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Where to place the network interfaces within the VPC.
- getVpcPlacement() - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Where to place the network interfaces within the VPC.
- getWeight() - Method in interface software.amazon.awscdk.services.lambda.VersionWeight
-
How much weight to assign to this version (0..1)
- getWeight() - Method in class software.amazon.awscdk.services.lambda.VersionWeight.Jsii$Proxy
-
How much weight to assign to this version (0..1)
- getZipFile() - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.ZipFile``
- getZipFile() - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.ZipFile``
- GO1X - Static variable in class software.amazon.awscdk.services.lambda.Runtime
-
- grantInvoke(IPrincipal) - Method in class software.amazon.awscdk.services.lambda.FunctionRef
-
Grant the given identity permissions to invoke this Lambda
- grantInvoke() - Method in class software.amazon.awscdk.services.lambda.FunctionRef
-
Grant the given identity permissions to invoke this Lambda
- S3Code - Class in software.amazon.awscdk.services.lambda
-
Lambda code from an S3 archive.
- S3Code(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.lambda.S3Code
-
- S3Code(BucketRef, String, String) - Constructor for class software.amazon.awscdk.services.lambda.S3Code
-
- S3Code(BucketRef, String) - Constructor for class software.amazon.awscdk.services.lambda.S3Code
-
- setAction(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.Action``
- setAction(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.Action``
- setAction(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.Action``
- setAction(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.Action``
- setAction(String) - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
The Lambda actions that you want to allow in this statement.
- setAction(String) - Method in interface software.amazon.awscdk.services.lambda.Permission
-
The Lambda actions that you want to allow in this statement.
- setAdditionalVersions(List<VersionWeight>) - Method in class software.amazon.awscdk.services.lambda.AliasProps.Jsii$Proxy
-
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
- setAdditionalVersions(List<VersionWeight>) - Method in interface software.amazon.awscdk.services.lambda.AliasProps
-
Additional versions with individual weights this alias points to
Individual additional version weights specified here should add up to
(less than) one.
- setAdditionalVersionWeights(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.AliasRoutingConfigurationProperty.Jsii$Proxy
-
``AliasResource.AliasRoutingConfigurationProperty.AdditionalVersionWeights``
- setAdditionalVersionWeights(List<Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.AliasRoutingConfigurationProperty.Jsii$Proxy
-
``AliasResource.AliasRoutingConfigurationProperty.AdditionalVersionWeights``
- setAdditionalVersionWeights(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResource.AliasRoutingConfigurationProperty
-
``AliasResource.AliasRoutingConfigurationProperty.AdditionalVersionWeights``
- setAdditionalVersionWeights(List<Object>) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResource.AliasRoutingConfigurationProperty
-
``AliasResource.AliasRoutingConfigurationProperty.AdditionalVersionWeights``
- setAddPutJobResultPolicy(Boolean) - Method in class software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps.Jsii$Proxy
-
Adds the "codepipeline:PutJobSuccessResult" and
"codepipeline:PutJobFailureResult" for '*' resource to the Lambda
execution role policy.
- setAddPutJobResultPolicy(Boolean) - Method in interface software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps
-
Adds the "codepipeline:PutJobSuccessResult" and
"codepipeline:PutJobFailureResult" for '*' resource to the Lambda
execution role policy.
- setAddPutJobResultPolicy(Boolean) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
Adds the "codepipeline:PutJobSuccessResult" and
"codepipeline:PutJobFailureResult" for '*' resource to the Lambda
execution role policy.
- setAliasName(String) - Method in class software.amazon.awscdk.services.lambda.AliasProps.Jsii$Proxy
-
Name of this alias
- setAliasName(String) - Method in interface software.amazon.awscdk.services.lambda.AliasProps
-
Name of this alias
- setAllowAllOutbound(Boolean) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Whether to allow the Lambda to send all network traffic
If set to false, you must individually add traffic rules to allow the
Lambda to connect to network targets.
- setAllowAllOutbound(Boolean) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Whether to allow the Lambda to send all network traffic
If set to false, you must individually add traffic rules to allow the
Lambda to connect to network targets.
- setAllowAllOutbound(Boolean) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Whether to allow the Lambda to send all network traffic
If set to false, you must individually add traffic rules to allow the
Lambda to connect to network targets.
- setBatchSize(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.BatchSize``
- setBatchSize(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.BatchSize``
- setBatchSize(Number) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.BatchSize``
- setBatchSize(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.BatchSize``
- setCode(FunctionResource.CodeProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Code``
- setCode(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Code``
- setCode(FunctionResource.CodeProperty) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Code``
- setCode(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Code``
- setCode(Code) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The source code of your Lambda function.
- setCode(Code) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The source code of your Lambda function.
- setCode(String) - Method in class software.amazon.awscdk.services.lambda.InlineCode
-
- setCode(Code) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The source code of your Lambda function.
- setCodeSha256(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Version.CodeSha256``
- setCodeSha256(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Version.CodeSha256``
- setCodeSha256(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps
-
``AWS::Lambda::Version.CodeSha256``
- setCodeSha256(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps
-
``AWS::Lambda::Version.CodeSha256``
- setCodeSha256(String) - Method in class software.amazon.awscdk.services.lambda.FunctionVersionProps.Jsii$Proxy
-
SHA256 of the version of the Lambda source code
Specify to validate that you're deploying the right version.
- setCodeSha256(String) - Method in interface software.amazon.awscdk.services.lambda.FunctionVersionProps
-
SHA256 of the version of the Lambda source code
Specify to validate that you're deploying the right version.
- setDeadLetterConfig(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.DeadLetterConfig``
- setDeadLetterConfig(FunctionResource.DeadLetterConfigProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.DeadLetterConfig``
- setDeadLetterConfig(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.DeadLetterConfig``
- setDeadLetterConfig(FunctionResource.DeadLetterConfigProperty) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.DeadLetterConfig``
- setDeadLetterQueue(QueueRef) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The SQS queue to use if DLQ is enabled.
- setDeadLetterQueue(QueueRef) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The SQS queue to use if DLQ is enabled.
- setDeadLetterQueue(QueueRef) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The SQS queue to use if DLQ is enabled.
- setDeadLetterQueueEnabled(Boolean) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Enabled DLQ.
- setDeadLetterQueueEnabled(Boolean) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Enabled DLQ.
- setDeadLetterQueueEnabled(Boolean) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Enabled DLQ.
- setDescription(String) - Method in class software.amazon.awscdk.services.lambda.AliasProps.Jsii$Proxy
-
Description for the alias
- setDescription(String) - Method in interface software.amazon.awscdk.services.lambda.AliasProps
-
Description for the alias
- setDescription(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.Description``
- setDescription(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.Description``
- setDescription(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.Description``
- setDescription(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.Description``
- setDescription(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Description``
- setDescription(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Description``
- setDescription(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Description``
- setDescription(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Description``
- setDescription(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Version.Description``
- setDescription(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Version.Description``
- setDescription(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps
-
``AWS::Lambda::Version.Description``
- setDescription(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps
-
``AWS::Lambda::Version.Description``
- setDescription(String) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
A description of the function.
- setDescription(String) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
A description of the function.
- setDescription(String) - Method in class software.amazon.awscdk.services.lambda.FunctionVersionProps.Jsii$Proxy
-
Description of the version
- setDescription(String) - Method in interface software.amazon.awscdk.services.lambda.FunctionVersionProps
-
Description of the version
- setDescription(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
A description of the function.
- setEnabled(Boolean) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.Enabled``
- setEnabled(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.Enabled``
- setEnabled(Boolean) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.Enabled``
- setEnabled(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.Enabled``
- setEnvironment(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Environment``
- setEnvironment(FunctionResource.EnvironmentProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Environment``
- setEnvironment(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Environment``
- setEnvironment(FunctionResource.EnvironmentProperty) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Environment``
- setEnvironment(Map<String, Object>) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Key-value pairs that Lambda caches and makes available for your Lambda
functions.
- setEnvironment(Map<String, Object>) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Key-value pairs that Lambda caches and makes available for your Lambda
functions.
- setEnvironment(Map<String, Object>) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Key-value pairs that Lambda caches and makes available for your Lambda
functions.
- setEventSourceArn(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.EventSourceArn``
- setEventSourceArn(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.EventSourceArn``
- setEventSourceArn(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.EventSourceArn``
- setEventSourceArn(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.EventSourceArn``
- setEventSourceToken(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.EventSourceToken``
- setEventSourceToken(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.EventSourceToken``
- setEventSourceToken(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.EventSourceToken``
- setEventSourceToken(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.EventSourceToken``
- setEventSourceToken(String) - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
A unique token that must be supplied by the principal invoking the
function.
- setEventSourceToken(String) - Method in interface software.amazon.awscdk.services.lambda.Permission
-
A unique token that must be supplied by the principal invoking the
function.
- setFunctionArn(String) - Method in class software.amazon.awscdk.services.lambda.FunctionRefProps.Jsii$Proxy
-
The ARN of the Lambda function.
- setFunctionArn(String) - Method in interface software.amazon.awscdk.services.lambda.FunctionRefProps
-
The ARN of the Lambda function.
- setFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.FunctionName``
- setFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.FunctionName``
- setFunctionName(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.FunctionName``
- setFunctionName(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.FunctionName``
- setFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.FunctionName``
- setFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.FunctionName``
- setFunctionName(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.FunctionName``
- setFunctionName(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.FunctionName``
- setFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.FunctionName``
- setFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.FunctionName``
- setFunctionName(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.FunctionName``
- setFunctionName(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.FunctionName``
- setFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.FunctionName``
- setFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.FunctionName``
- setFunctionName(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.FunctionName``
- setFunctionName(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.FunctionName``
- setFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Version.FunctionName``
- setFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Version.FunctionName``
- setFunctionName(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps
-
``AWS::Lambda::Version.FunctionName``
- setFunctionName(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps
-
``AWS::Lambda::Version.FunctionName``
- setFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
A name for the function.
- setFunctionName(String) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
A name for the function.
- setFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
A name for the function.
- setFunctionVersion(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Jsii$Proxy
-
``AliasResource.VersionWeightProperty.FunctionVersion``
- setFunctionVersion(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Jsii$Proxy
-
``AliasResource.VersionWeightProperty.FunctionVersion``
- setFunctionVersion(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty
-
``AliasResource.VersionWeightProperty.FunctionVersion``
- setFunctionVersion(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty
-
``AliasResource.VersionWeightProperty.FunctionVersion``
- setFunctionVersion(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.FunctionVersion``
- setFunctionVersion(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.FunctionVersion``
- setFunctionVersion(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.FunctionVersion``
- setFunctionVersion(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.FunctionVersion``
- setFunctionWeight(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Jsii$Proxy
-
``AliasResource.VersionWeightProperty.FunctionWeight``
- setFunctionWeight(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Jsii$Proxy
-
``AliasResource.VersionWeightProperty.FunctionWeight``
- setFunctionWeight(Number) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty
-
``AliasResource.VersionWeightProperty.FunctionWeight``
- setFunctionWeight(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty
-
``AliasResource.VersionWeightProperty.FunctionWeight``
- setHandler(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Handler``
- setHandler(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Handler``
- setHandler(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Handler``
- setHandler(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Handler``
- setHandler(String) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The name of the function (within your source code) that Lambda calls to
start running your code.
- setHandler(String) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The name of the function (within your source code) that Lambda calls to
start running your code.
- setHandler(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The name of the function (within your source code) that Lambda calls to
start running your code.
- setInitialPolicy(List<PolicyStatement>) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Initial policy statements to add to the created Lambda Role.
- setInitialPolicy(List<PolicyStatement>) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Initial policy statements to add to the created Lambda Role.
- setInitialPolicy(List<PolicyStatement>) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Initial policy statements to add to the created Lambda Role.
- setKey(String) - Method in class software.amazon.awscdk.services.lambda.S3Code
-
- setKmsKeyArn(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.KmsKeyArn``
- setKmsKeyArn(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.KmsKeyArn``
- setKmsKeyArn(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.KmsKeyArn``
- setKmsKeyArn(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.KmsKeyArn``
- setLambda(FunctionRef) - Method in class software.amazon.awscdk.services.lambda.FunctionVersionProps.Jsii$Proxy
-
Function to get the value of
- setLambda(FunctionRef) - Method in interface software.amazon.awscdk.services.lambda.FunctionVersionProps
-
Function to get the value of
- setLambda(FunctionRef) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
The lambda function to invoke.
- setLambda(FunctionRef) - Method in interface software.amazon.awscdk.services.lambda.PipelineInvokeActionProps
-
The lambda function to invoke.
- setLambdaPurpose(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
A descriptive name for the purpose of this Lambda.
- setLambdaPurpose(String) - Method in interface software.amazon.awscdk.services.lambda.SingletonFunctionProps
-
A descriptive name for the purpose of this Lambda.
- setMemorySize(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.MemorySize``
- setMemorySize(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.MemorySize``
- setMemorySize(Number) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.MemorySize``
- setMemorySize(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.MemorySize``
- setMemorySize(Number) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The amount of memory, in MB, that is allocated to your Lambda function.
- setMemorySize(Number) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The amount of memory, in MB, that is allocated to your Lambda function.
- setMemorySize(Number) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The amount of memory, in MB, that is allocated to your Lambda function.
- setMode(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.TracingConfigProperty.Jsii$Proxy
-
``FunctionResource.TracingConfigProperty.Mode``
- setMode(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.TracingConfigProperty.Jsii$Proxy
-
``FunctionResource.TracingConfigProperty.Mode``
- setMode(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.TracingConfigProperty
-
``FunctionResource.TracingConfigProperty.Mode``
- setMode(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.TracingConfigProperty
-
``FunctionResource.TracingConfigProperty.Mode``
- setName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.Name``
- setName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.Name``
- setName(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.Name``
- setName(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.Name``
- setObjectVersion(String) - Method in class software.amazon.awscdk.services.lambda.S3Code
-
- setPrincipal(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.Principal``
- setPrincipal(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.Principal``
- setPrincipal(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.Principal``
- setPrincipal(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.Principal``
- setPrincipal(PolicyPrincipal) - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
The entity for which you are granting permission to invoke the Lambda
function.
- setPrincipal(PolicyPrincipal) - Method in interface software.amazon.awscdk.services.lambda.Permission
-
The entity for which you are granting permission to invoke the Lambda
function.
- setReservedConcurrentExecutions(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.ReservedConcurrentExecutions``
- setReservedConcurrentExecutions(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.ReservedConcurrentExecutions``
- setReservedConcurrentExecutions(Number) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.ReservedConcurrentExecutions``
- setReservedConcurrentExecutions(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.ReservedConcurrentExecutions``
- setRole(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Role``
- setRole(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Role``
- setRole(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Role``
- setRole(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Role``
- setRole(Role) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Lambda execution role.
- setRole(Role) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Lambda execution role.
- setRole(Role) - Method in class software.amazon.awscdk.services.lambda.FunctionRefProps.Jsii$Proxy
-
The IAM execution role associated with this function.
- setRole(Role) - Method in interface software.amazon.awscdk.services.lambda.FunctionRefProps
-
The IAM execution role associated with this function.
- setRole(Role) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Lambda execution role.
- setRoutingConfig(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.RoutingConfig``
- setRoutingConfig(AliasResource.AliasRoutingConfigurationProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Jsii$Proxy
-
``AWS::Lambda::Alias.RoutingConfig``
- setRoutingConfig(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.RoutingConfig``
- setRoutingConfig(AliasResource.AliasRoutingConfigurationProperty) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps
-
``AWS::Lambda::Alias.RoutingConfig``
- setRunOrder(Number) - Method in class software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps.Jsii$Proxy
-
The runOrder property for this Action.
- setRunOrder(Number) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
The runOrder property for this Action.
- setRuntime(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Runtime``
- setRuntime(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Runtime``
- setRuntime(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Runtime``
- setRuntime(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Runtime``
- setRuntime(Runtime) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The runtime environment for the Lambda function that you are uploading.
- setRuntime(Runtime) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The runtime environment for the Lambda function that you are uploading.
- setRuntime(Runtime) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The runtime environment for the Lambda function that you are uploading.
- setS3Bucket(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.S3Bucket``
- setS3Bucket(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.S3Bucket``
- setS3Bucket(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.S3Bucket``
- setS3Bucket(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.S3Bucket``
- setS3Key(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.S3Key``
- setS3Key(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.S3Key``
- setS3Key(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.S3Key``
- setS3Key(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.S3Key``
- setS3ObjectVersion(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.S3ObjectVersion``
- setS3ObjectVersion(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.S3ObjectVersion``
- setS3ObjectVersion(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.S3ObjectVersion``
- setS3ObjectVersion(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.S3ObjectVersion``
- setSecurityGroup(SecurityGroupRef) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
What security group to associate with the Lambda's network interfaces.
- setSecurityGroup(SecurityGroupRef) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
What security group to associate with the Lambda's network interfaces.
- setSecurityGroup(SecurityGroupRef) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
What security group to associate with the Lambda's network interfaces.
- setSecurityGroupId(String) - Method in class software.amazon.awscdk.services.lambda.FunctionRefProps.Jsii$Proxy
-
Id of the securityGroup for this Lambda, if in a VPC.
- setSecurityGroupId(String) - Method in interface software.amazon.awscdk.services.lambda.FunctionRefProps
-
Id of the securityGroup for this Lambda, if in a VPC.
- setSecurityGroupIds(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Jsii$Proxy
-
``FunctionResource.VpcConfigProperty.SecurityGroupIds``
- setSecurityGroupIds(List<Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Jsii$Proxy
-
``FunctionResource.VpcConfigProperty.SecurityGroupIds``
- setSecurityGroupIds(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty
-
``FunctionResource.VpcConfigProperty.SecurityGroupIds``
- setSecurityGroupIds(List<Object>) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty
-
``FunctionResource.VpcConfigProperty.SecurityGroupIds``
- setSourceAccount(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.SourceAccount``
- setSourceAccount(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.SourceAccount``
- setSourceAccount(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.SourceAccount``
- setSourceAccount(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.SourceAccount``
- setSourceAccount(String) - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
The AWS account ID (without hyphens) of the source owner.
- setSourceAccount(String) - Method in interface software.amazon.awscdk.services.lambda.Permission
-
The AWS account ID (without hyphens) of the source owner.
- setSourceArn(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.SourceArn``
- setSourceArn(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Permission.SourceArn``
- setSourceArn(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.SourceArn``
- setSourceArn(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps
-
``AWS::Lambda::Permission.SourceArn``
- setSourceArn(String) - Method in class software.amazon.awscdk.services.lambda.Permission.Jsii$Proxy
-
The ARN of a resource that is invoking your function.
- setSourceArn(String) - Method in interface software.amazon.awscdk.services.lambda.Permission
-
The ARN of a resource that is invoking your function.
- setStage(IStage) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
The Pipeline Stage to add this Action to.
- setStartingPosition(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.StartingPosition``
- setStartingPosition(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Jsii$Proxy
-
``AWS::Lambda::EventSourceMapping.StartingPosition``
- setStartingPosition(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.StartingPosition``
- setStartingPosition(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps
-
``AWS::Lambda::EventSourceMapping.StartingPosition``
- setSubnetIds(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Jsii$Proxy
-
``FunctionResource.VpcConfigProperty.SubnetIds``
- setSubnetIds(List<Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Jsii$Proxy
-
``FunctionResource.VpcConfigProperty.SubnetIds``
- setSubnetIds(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty
-
``FunctionResource.VpcConfigProperty.SubnetIds``
- setSubnetIds(List<Object>) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty
-
``FunctionResource.VpcConfigProperty.SubnetIds``
- setSupportsInlineCode(Boolean) - Method in class software.amazon.awscdk.services.lambda.LambdaRuntimeProps.Jsii$Proxy
-
Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
- setSupportsInlineCode(Boolean) - Method in interface software.amazon.awscdk.services.lambda.LambdaRuntimeProps
-
Whether the ``ZipFile`` (aka inline code) property can be used with this runtime.
- setTags(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Tags``
- setTags(List<Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Tags``
- setTags(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Tags``
- setTags(List<Object>) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Tags``
- setTargetArn(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.DeadLetterConfigProperty.Jsii$Proxy
-
``FunctionResource.DeadLetterConfigProperty.TargetArn``
- setTargetArn(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.DeadLetterConfigProperty.Jsii$Proxy
-
``FunctionResource.DeadLetterConfigProperty.TargetArn``
- setTargetArn(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.DeadLetterConfigProperty
-
``FunctionResource.DeadLetterConfigProperty.TargetArn``
- setTargetArn(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.DeadLetterConfigProperty
-
``FunctionResource.DeadLetterConfigProperty.TargetArn``
- setTimeout(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Timeout``
- setTimeout(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.Timeout``
- setTimeout(Number) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Timeout``
- setTimeout(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.Timeout``
- setTimeout(Number) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
The function execution time (in seconds) after which Lambda terminates
the function.
- setTimeout(Number) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
The function execution time (in seconds) after which Lambda terminates
the function.
- setTimeout(Number) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
The function execution time (in seconds) after which Lambda terminates
the function.
- setTracing(Tracing) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Enable AWS X-Ray Tracing for Lambda Function.
- setTracing(Tracing) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Enable AWS X-Ray Tracing for Lambda Function.
- setTracing(Tracing) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Enable AWS X-Ray Tracing for Lambda Function.
- setTracingConfig(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.TracingConfig``
- setTracingConfig(FunctionResource.TracingConfigProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.TracingConfig``
- setTracingConfig(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.TracingConfig``
- setTracingConfig(FunctionResource.TracingConfigProperty) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.TracingConfig``
- setUserParameters(Object) - Method in class software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps.Jsii$Proxy
-
String to be used in the event data parameter passed to the Lambda
function
See an example JSON event in the CodePipeline documentation.
- setUserParameters(Object) - Method in interface software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps
-
String to be used in the event data parameter passed to the Lambda
function
See an example JSON event in the CodePipeline documentation.
- setUserParameters(Object) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Jsii$Proxy
-
String to be used in the event data parameter passed to the Lambda
function
See an example JSON event in the CodePipeline documentation.
- setUuid(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
A unique identifier to identify this lambda
The identifier should be unique across all custom resource providers.
- setUuid(String) - Method in interface software.amazon.awscdk.services.lambda.SingletonFunctionProps
-
A unique identifier to identify this lambda
The identifier should be unique across all custom resource providers.
- setVariables(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.EnvironmentProperty.Jsii$Proxy
-
``FunctionResource.EnvironmentProperty.Variables``
- setVariables(Map<String, Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.EnvironmentProperty.Jsii$Proxy
-
``FunctionResource.EnvironmentProperty.Variables``
- setVariables(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.EnvironmentProperty
-
``FunctionResource.EnvironmentProperty.Variables``
- setVariables(Map<String, Object>) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.EnvironmentProperty
-
``FunctionResource.EnvironmentProperty.Variables``
- setVersion(FunctionVersion) - Method in class software.amazon.awscdk.services.lambda.AliasProps.Jsii$Proxy
-
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
- setVersion(FunctionVersion) - Method in interface software.amazon.awscdk.services.lambda.AliasProps
-
Function version this alias refers to
Use lambda.addVersion() to obtain a new lambda version to refer to.
- setVpc(VpcNetworkRef) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
VPC network to place Lambda network interfaces
Specify this if the Lambda function needs to access resources in a VPC.
- setVpc(VpcNetworkRef) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
VPC network to place Lambda network interfaces
Specify this if the Lambda function needs to access resources in a VPC.
- setVpc(VpcNetworkRef) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
VPC network to place Lambda network interfaces
Specify this if the Lambda function needs to access resources in a VPC.
- setVpcConfig(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.VpcConfig``
- setVpcConfig(FunctionResource.VpcConfigProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Jsii$Proxy
-
``AWS::Lambda::Function.VpcConfig``
- setVpcConfig(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.VpcConfig``
- setVpcConfig(FunctionResource.VpcConfigProperty) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps
-
``AWS::Lambda::Function.VpcConfig``
- setVpcPlacement(VpcPlacementStrategy) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Jsii$Proxy
-
Where to place the network interfaces within the VPC.
- setVpcPlacement(VpcPlacementStrategy) - Method in interface software.amazon.awscdk.services.lambda.FunctionProps
-
Where to place the network interfaces within the VPC.
- setVpcPlacement(VpcPlacementStrategy) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Jsii$Proxy
-
Where to place the network interfaces within the VPC.
- setZipFile(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.ZipFile``
- setZipFile(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Jsii$Proxy
-
``FunctionResource.CodeProperty.ZipFile``
- setZipFile(String) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.ZipFile``
- setZipFile(Token) - Method in interface software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty
-
``FunctionResource.CodeProperty.ZipFile``
- SingletonFunction - Class in software.amazon.awscdk.services.lambda
-
A Lambda that will only ever be added to a stack once.
- SingletonFunction(JsiiObject.InitializationMode) - Constructor for class software.amazon.awscdk.services.lambda.SingletonFunction
-
- SingletonFunction(Construct, String, SingletonFunctionProps) - Constructor for class software.amazon.awscdk.services.lambda.SingletonFunction
-
- SingletonFunctionProps - Interface in software.amazon.awscdk.services.lambda
-
Properties for a newly created singleton Lambda
- SingletonFunctionProps.Builder - Class in software.amazon.awscdk.services.lambda
-
- SingletonFunctionProps.Jsii$Proxy - Class in software.amazon.awscdk.services.lambda
-
A proxy class which represents a concrete javascript instance of this type.
- software.amazon.awscdk.services.lambda - package software.amazon.awscdk.services.lambda
-
- software.amazon.awscdk.services.lambda.cloudformation - package software.amazon.awscdk.services.lambda.cloudformation
-
- withAction(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of Action
- withAction(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of Action
- withAction(String) - Method in class software.amazon.awscdk.services.lambda.Permission.Builder
-
Sets the value of Action
- withAdditionalVersions(List<VersionWeight>) - Method in class software.amazon.awscdk.services.lambda.AliasProps.Builder
-
Sets the value of AdditionalVersions
- withAdditionalVersionWeights(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.AliasRoutingConfigurationProperty.Builder
-
Sets the value of AdditionalVersionWeights
- withAdditionalVersionWeights(List<Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.AliasRoutingConfigurationProperty.Builder
-
Sets the value of AdditionalVersionWeights
- withAddPutJobResultPolicy(Boolean) - Method in class software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps.Builder
-
Sets the value of AddPutJobResultPolicy
- withAddPutJobResultPolicy(Boolean) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Builder
-
Sets the value of AddPutJobResultPolicy
- withAliasName(String) - Method in class software.amazon.awscdk.services.lambda.AliasProps.Builder
-
Sets the value of AliasName
- withAllowAllOutbound(Boolean) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of AllowAllOutbound
- withAllowAllOutbound(Boolean) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of AllowAllOutbound
- withBatchSize(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of BatchSize
- withBatchSize(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of BatchSize
- withCode(FunctionResource.CodeProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Code
- withCode(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Code
- withCode(Code) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of Code
- withCode(Code) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Code
- withCodeSha256(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Builder
-
Sets the value of CodeSha256
- withCodeSha256(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Builder
-
Sets the value of CodeSha256
- withCodeSha256(String) - Method in class software.amazon.awscdk.services.lambda.FunctionVersionProps.Builder
-
Sets the value of CodeSha256
- withDeadLetterConfig(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of DeadLetterConfig
- withDeadLetterConfig(FunctionResource.DeadLetterConfigProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of DeadLetterConfig
- withDeadLetterQueue(QueueRef) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of DeadLetterQueue
- withDeadLetterQueue(QueueRef) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of DeadLetterQueue
- withDeadLetterQueueEnabled(Boolean) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of DeadLetterQueueEnabled
- withDeadLetterQueueEnabled(Boolean) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of DeadLetterQueueEnabled
- withDescription(String) - Method in class software.amazon.awscdk.services.lambda.AliasProps.Builder
-
Sets the value of Description
- withDescription(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of Description
- withDescription(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of Description
- withDescription(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Description
- withDescription(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Description
- withDescription(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Builder
-
Sets the value of Description
- withDescription(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Builder
-
Sets the value of Description
- withDescription(String) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of Description
- withDescription(String) - Method in class software.amazon.awscdk.services.lambda.FunctionVersionProps.Builder
-
Sets the value of Description
- withDescription(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Description
- withEnabled(Boolean) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of Enabled
- withEnabled(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of Enabled
- withEnvironment(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Environment
- withEnvironment(FunctionResource.EnvironmentProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Environment
- withEnvironment(Map<String, Object>) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of Environment
- withEnvironment(Map<String, Object>) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Environment
- withEventSourceArn(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of EventSourceArn
- withEventSourceArn(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of EventSourceArn
- withEventSourceToken(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of EventSourceToken
- withEventSourceToken(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of EventSourceToken
- withEventSourceToken(String) - Method in class software.amazon.awscdk.services.lambda.Permission.Builder
-
Sets the value of EventSourceToken
- withFunctionArn(String) - Method in class software.amazon.awscdk.services.lambda.FunctionRefProps.Builder
-
Sets the value of FunctionArn
- withFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.VersionResourceProps.Builder
-
Sets the value of FunctionName
- withFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of FunctionName
- withFunctionName(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of FunctionName
- withFunctionVersion(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Builder
-
Sets the value of FunctionVersion
- withFunctionVersion(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Builder
-
Sets the value of FunctionVersion
- withFunctionVersion(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of FunctionVersion
- withFunctionVersion(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of FunctionVersion
- withFunctionWeight(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Builder
-
Sets the value of FunctionWeight
- withFunctionWeight(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResource.VersionWeightProperty.Builder
-
Sets the value of FunctionWeight
- withHandler(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Handler
- withHandler(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Handler
- withHandler(String) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of Handler
- withHandler(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Handler
- withInitialPolicy(List<PolicyStatement>) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of InitialPolicy
- withInitialPolicy(List<PolicyStatement>) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of InitialPolicy
- withKmsKeyArn(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of KmsKeyArn
- withKmsKeyArn(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of KmsKeyArn
- withLambda(FunctionRef) - Method in class software.amazon.awscdk.services.lambda.FunctionVersionProps.Builder
-
Sets the value of Lambda
- withLambda(FunctionRef) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Builder
-
Sets the value of Lambda
- withLambdaPurpose(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of LambdaPurpose
- withMemorySize(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of MemorySize
- withMemorySize(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of MemorySize
- withMemorySize(Number) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of MemorySize
- withMemorySize(Number) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of MemorySize
- withMode(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.TracingConfigProperty.Builder
-
Sets the value of Mode
- withMode(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.TracingConfigProperty.Builder
-
Sets the value of Mode
- withName(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of Name
- withName(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of Name
- withPrincipal(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of Principal
- withPrincipal(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of Principal
- withPrincipal(PolicyPrincipal) - Method in class software.amazon.awscdk.services.lambda.Permission.Builder
-
Sets the value of Principal
- withReservedConcurrentExecutions(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of ReservedConcurrentExecutions
- withReservedConcurrentExecutions(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of ReservedConcurrentExecutions
- withRole(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Role
- withRole(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Role
- withRole(Role) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of Role
- withRole(Role) - Method in class software.amazon.awscdk.services.lambda.FunctionRefProps.Builder
-
Sets the value of Role
- withRole(Role) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Role
- withRoutingConfig(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of RoutingConfig
- withRoutingConfig(AliasResource.AliasRoutingConfigurationProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.AliasResourceProps.Builder
-
Sets the value of RoutingConfig
- withRunOrder(Number) - Method in class software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps.Builder
-
Sets the value of RunOrder
- withRunOrder(Number) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Builder
-
Sets the value of RunOrder
- withRuntime(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Runtime
- withRuntime(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Runtime
- withRuntime(Runtime) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of Runtime
- withRuntime(Runtime) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Runtime
- withS3Bucket(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Builder
-
Sets the value of S3Bucket
- withS3Bucket(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Builder
-
Sets the value of S3Bucket
- withS3Key(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Builder
-
Sets the value of S3Key
- withS3Key(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Builder
-
Sets the value of S3Key
- withS3ObjectVersion(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Builder
-
Sets the value of S3ObjectVersion
- withS3ObjectVersion(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Builder
-
Sets the value of S3ObjectVersion
- withSecurityGroup(SecurityGroupRef) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of SecurityGroup
- withSecurityGroup(SecurityGroupRef) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of SecurityGroup
- withSecurityGroupId(String) - Method in class software.amazon.awscdk.services.lambda.FunctionRefProps.Builder
-
Sets the value of SecurityGroupId
- withSecurityGroupIds(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Builder
-
Sets the value of SecurityGroupIds
- withSecurityGroupIds(List<Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Builder
-
Sets the value of SecurityGroupIds
- withSourceAccount(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of SourceAccount
- withSourceAccount(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of SourceAccount
- withSourceAccount(String) - Method in class software.amazon.awscdk.services.lambda.Permission.Builder
-
Sets the value of SourceAccount
- withSourceArn(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of SourceArn
- withSourceArn(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.PermissionResourceProps.Builder
-
Sets the value of SourceArn
- withSourceArn(String) - Method in class software.amazon.awscdk.services.lambda.Permission.Builder
-
Sets the value of SourceArn
- withStage(IStage) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Builder
-
Sets the value of Stage
- withStartingPosition(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of StartingPosition
- withStartingPosition(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.EventSourceMappingResourceProps.Builder
-
Sets the value of StartingPosition
- withSubnetIds(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Builder
-
Sets the value of SubnetIds
- withSubnetIds(List<Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.VpcConfigProperty.Builder
-
Sets the value of SubnetIds
- withSupportsInlineCode(Boolean) - Method in class software.amazon.awscdk.services.lambda.LambdaRuntimeProps.Builder
-
Sets the value of SupportsInlineCode
- withTags(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Tags
- withTags(List<Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Tags
- withTargetArn(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.DeadLetterConfigProperty.Builder
-
Sets the value of TargetArn
- withTargetArn(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.DeadLetterConfigProperty.Builder
-
Sets the value of TargetArn
- withTimeout(Number) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Timeout
- withTimeout(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of Timeout
- withTimeout(Number) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of Timeout
- withTimeout(Number) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Timeout
- withTracing(Tracing) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of Tracing
- withTracing(Tracing) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Tracing
- withTracingConfig(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of TracingConfig
- withTracingConfig(FunctionResource.TracingConfigProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of TracingConfig
- withUserParameters(Object) - Method in class software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps.Builder
-
Sets the value of UserParameters
- withUserParameters(Object) - Method in class software.amazon.awscdk.services.lambda.PipelineInvokeActionProps.Builder
-
Sets the value of UserParameters
- withUuid(String) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Uuid
- withVariables(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.EnvironmentProperty.Builder
-
Sets the value of Variables
- withVariables(Map<String, Object>) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.EnvironmentProperty.Builder
-
Sets the value of Variables
- withVersion(FunctionVersion) - Method in class software.amazon.awscdk.services.lambda.AliasProps.Builder
-
Sets the value of Version
- withVersion(FunctionVersion) - Method in class software.amazon.awscdk.services.lambda.VersionWeight.Builder
-
Sets the value of Version
- withVpc(VpcNetworkRef) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of Vpc
- withVpc(VpcNetworkRef) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of Vpc
- withVpcConfig(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of VpcConfig
- withVpcConfig(FunctionResource.VpcConfigProperty) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResourceProps.Builder
-
Sets the value of VpcConfig
- withVpcPlacement(VpcPlacementStrategy) - Method in class software.amazon.awscdk.services.lambda.FunctionProps.Builder
-
Sets the value of VpcPlacement
- withVpcPlacement(VpcPlacementStrategy) - Method in class software.amazon.awscdk.services.lambda.SingletonFunctionProps.Builder
-
Sets the value of VpcPlacement
- withWeight(Number) - Method in class software.amazon.awscdk.services.lambda.VersionWeight.Builder
-
Sets the value of Weight
- withZipFile(String) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Builder
-
Sets the value of ZipFile
- withZipFile(Token) - Method in class software.amazon.awscdk.services.lambda.cloudformation.FunctionResource.CodeProperty.Builder
-
Sets the value of ZipFile