class Aws::Lambda::Types::UpdateAliasRequest
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateAliasRequest AWS API Documentation
@return [String]
changed since you last read it.
specified. Use this option to avoid modifying an alias that has
Only update the alias if the revision ID matches the ID that’s
@!attribute [rw] revision_id
@return [Types::AliasRoutingConfiguration]<br>: docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html#configuring-alias-routing<br><br><br><br>The [routing configuration] of the alias.
@!attribute [rw] routing_config
@return [String]
A description of the alias.
@!attribute [rw] description
@return [String]
The function version that the alias invokes.
@!attribute [rw] function_version
@return [String]
The name of the alias.
@!attribute [rw] name
@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:MyFunction`.
`arn:aws:lambda:us-west-2:123456789012:function:MyFunction`.
* **Function ARN** -
* **Function name** - `MyFunction`.
**Name formats**
The name or ARN of the Lambda function.
@!attribute [rw] function_name