Class AliasArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Lambda
Assembly: Pulumi.Aws.dll
Syntax
public sealed class AliasArgs : ResourceArgs
Constructors
View SourceAliasArgs()
Declaration
public AliasArgs()
Properties
View SourceDescription
Description of the alias.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FunctionName
The function ARN of the Lambda function for which you want to create an alias.
Declaration
public Input<string> FunctionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FunctionVersion
Lambda function version for which you are creating the alias. Pattern: (\$LATEST|[0-9]+).
Declaration
public Input<string> FunctionVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name for the alias you are creating. Pattern: (?!^[0-9]+$)([a-zA-Z0-9-_]+)
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RoutingConfig
The Lambda alias' route configuration settings. Fields documented below
Declaration
public Input<AliasRoutingConfigArgs> RoutingConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<AliasRoutingConfigArgs> |