Show / Hide Table of Contents

Interface IAliasAttributes

Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public interface IAliasAttributes
Syntax (vb)
Public Interface IAliasAttributes
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Lambda;

Version version;

var aliasAttributes = new AliasAttributes {
    AliasName = "aliasName",
    AliasVersion = version
};

Synopsis

Properties

AliasName
AliasVersion

Properties

AliasName

string AliasName { get; }
Property Value

System.String

AliasVersion

IVersion AliasVersion { get; }
Property Value

IVersion

Back to top Generated by DocFX