Class InstanceReference
A reference to a Instance resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.OpsWorks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class InstanceReference : IInstanceReference
Syntax (vb)
Public Class InstanceReference Implements IInstanceReference
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.Interfaces.OpsWorks;
var instanceReference = new InstanceReference {
InstanceId = "instanceId"
};
Synopsis
Constructors
| InstanceReference() | A reference to a Instance resource. |
Properties
| InstanceId | The Id of the Instance resource. |
Constructors
InstanceReference()
A reference to a Instance resource.
public InstanceReference()
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.Interfaces.OpsWorks;
var instanceReference = new InstanceReference {
InstanceId = "instanceId"
};
Properties
InstanceId
The Id of the Instance resource.
public string InstanceId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated