class Aws::Lambda::Types::AliasConfiguration

Provides configuration information about a Lambda function [alias].

[1]: docs.aws.amazon.com/lambda/latest/dg/versioning-aliases.html

@!attribute [rw] alias_arn

The Amazon Resource Name (ARN) of the alias.
@return [String]

@!attribute [rw] name

The name of the alias.
@return [String]

@!attribute [rw] function_version

The function version that the alias invokes.
@return [String]

@!attribute [rw] description

A description of the alias.
@return [String]

@!attribute [rw] routing_config

The [routing configuration][1] of the alias.

[1]: https://docs.aws.amazon.com/lambda/latest/dg/lambda-traffic-shifting-using-aliases.html
@return [Types::AliasRoutingConfiguration]

@!attribute [rw] revision_id

A unique identifier that changes when you update the alias.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/AliasConfiguration AWS API Documentation

Constants

SENSITIVE