Interface IInstanceReference
A reference to a Instance resource.
Namespace: Amazon.CDK.Interfaces.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInstanceReference
Syntax (vb)
Public Interface 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.Lightsail;
var instanceReference = new InstanceReference {
InstanceArn = "instanceArn",
InstanceName = "instanceName"
};
Synopsis
Properties
| InstanceArn | The ARN of the Instance resource. |
| InstanceName | The InstanceName of the Instance resource. |
Properties
InstanceArn
The ARN of the Instance resource.
string InstanceArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
InstanceName
The InstanceName of the Instance resource.
string InstanceName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated