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