Class AliasAttributes
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AliasAttributes : IAliasAttributes
Syntax (vb)
Public Class AliasAttributes Implements 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
Constructors
AliasAttributes() |
Properties
AliasName | |
AliasVersion |
Constructors
AliasAttributes()
public AliasAttributes()
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
};
Properties
AliasName
public string AliasName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
AliasVersion
public IVersion AliasVersion { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated