Resource Type definition for AWS::Lambda::Version
function_name
(String) The name of the Lambda function.code_sha_256
(String) Only publish a version if the hash value matches the value that's specified. Use this option to avoid publishing a version if the function code has changed since you last updated it. Updates are not supported for this property.description
(String) A description for the version to override the description in the function configuration. Updates are not supported for this property.provisioned_concurrency_config
(Attributes) Specifies a provisioned concurrency configuration for a function's version. Updates are not supported for this property. (see below for nested schema)runtime_policy
(Attributes) Specifies the runtime management configuration of a function. Displays runtimeVersionArn only for Manual. (see below for nested schema)function_arn
(String) The ARN of the version.id
(String) Uniquely identifies the resource.version
(String) The version number.provisioned_concurrency_config
Required:
provisioned_concurrent_executions
(Number) The amount of provisioned concurrency to allocate for the version.runtime_policy
Required:
update_runtime_on
(String) The runtime update mode.Optional:
runtime_version_arn
(String) The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null is returned.Import is supported using the following syntax:
$ terraform import awscc_lambda_version.example <resource ID>