Interface IVersion
Inherited Members
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVersion : IFunction, IResource, IConnectable, IGrantable
Syntax (vb)
Public Interface IVersion
Inherits IFunction, IResource, IConstruct, IDependable, IConnectable, IGrantable
Synopsis
Properties
EdgeArn | The ARN of the version for Lambda@Edge. |
Lambda | The underlying AWS Lambda function. |
Version | The most recently deployed version of this function. |
Methods
AddAlias(String, IAliasOptions) | (deprecated) Defines an alias for this version. |
Properties
EdgeArn
The ARN of the version for Lambda@Edge.
string EdgeArn { get; }
Property Value
System.String
Lambda
Version
The most recently deployed version of this function.
string Version { get; }
Property Value
System.String
Remarks
Attribute: true
Methods
AddAlias(String, IAliasOptions)
(deprecated) Defines an alias for this version.
Alias AddAlias(string aliasName, IAliasOptions options = null)
Parameters
- aliasName System.String
The name of the alias.
- options IAliasOptions
Alias options.
Returns
Remarks
Stability: Deprecated