Interface IHostReference
A reference to a Host resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHostReference
Syntax (vb)
Public Interface IHostReference
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.EC2;
var hostReference = new HostReference {
HostId = "hostId"
};
Synopsis
Properties
| HostId | The HostId of the Host resource. |
Properties
HostId
The HostId of the Host resource.
string HostId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated