Interface IBuildReference
A reference to a Build resource.
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBuildReference
Syntax (vb)
Public Interface IBuildReference
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 buildReference = new BuildReference {
BuildArn = "buildArn",
BuildId = "buildId"
};
Synopsis
Properties
| BuildArn | The ARN of the Build resource. |
| BuildId | The BuildId of the Build resource. |
Properties
BuildArn
The ARN of the Build resource.
string BuildArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
BuildId
The BuildId of the Build resource.
string BuildId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated