class Aws::Lambda::Types::PutRuntimeManagementConfigRequest
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/PutRuntimeManagementConfigRequest AWS API Documentation
@return [String]
</note>
mode.
<note markdown=“1”> This is only required if you’re using the Manual runtime update
The ARN of the runtime version you want the function to use.
@!attribute [rw] runtime_version_arn
@return [String]<br>: docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-rollback<br>[1]: docs.aws.amazon.com/lambda/latest/dg/runtimes-update.html#runtime-management-two-phase<br><br><br><br>information, see [Roll back a runtime version].
back your function to an earlier runtime version. For more
incompatible with an existing function, this allows you to roll
indefinitely. In the rare case where a new runtime version is
configuration. The function will use this runtime version
* Manual - You specify a runtime version in your function
up-to-date.
to regularly update your functions to keep their runtime
update incompatibilities early. When using this setting, you need
applied and allowing you to detect and mitigate rare runtime
deployments, giving you control over when runtime updates are
function. This approach synchronizes runtime updates with function
to the most recent and secure runtime version when you update your
* **Function update** - Lambda updates the runtime of your function
they always benefit from runtime updates.<br>rollout]. This is the best choice for most customers to ensure
secure runtime version using a [Two-phase runtime version
* **Auto (default)** - Automatically update to the most recent and
Specify the runtime update mode.
@!attribute [rw] update_runtime_on
@return [String]
configuration for the ‘$LATEST` version is returned.
published version number. If no value is specified, the
Specify a version of the function. This can be `$LATEST` or a
@!attribute [rw] qualifier
@return [String]
only the function name, it is limited to 64 characters in length.
The length constraint applies only to the full ARN. If you specify
* **Partial ARN** – `123456789012:function:my-function`.
`arn:aws:lambda:us-west-2:123456789012:function:my-function`.
* **Function ARN** –
* **Function name** – `my-function`.
**Name formats**
The name or ARN of the Lambda function.
@!attribute [rw] function_name