Interface IAliasReference
A reference to a Alias resource.
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAliasReference
Syntax (vb)
Public Interface IAliasReference
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.GameLift;
var aliasReference = new AliasReference {
AliasArn = "aliasArn",
AliasId = "aliasId"
};
Synopsis
Properties
| AliasArn | The ARN of the Alias resource. |
| AliasId | The AliasId of the Alias resource. |
Properties
AliasArn
The ARN of the Alias resource.
string AliasArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
AliasId
The AliasId of the Alias resource.
string AliasId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated