Class CfnSite.LocationProperty
Describes a location.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSite.LocationProperty : CfnSite.ILocationProperty
Syntax (vb)
Public Class CfnSite.LocationProperty Implements CfnSite.ILocationProperty
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.NetworkManager;
var locationProperty = new LocationProperty {
Address = "address",
Latitude = "latitude",
Longitude = "longitude"
};
Synopsis
Constructors
| LocationProperty() | Describes a location. |
Properties
| Address | The physical address. |
| Latitude | The latitude. |
| Longitude | The longitude. |
Constructors
LocationProperty()
Describes a location.
public LocationProperty()
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.NetworkManager;
var locationProperty = new LocationProperty {
Address = "address",
Latitude = "latitude",
Longitude = "longitude"
};
Properties
Address
The physical address.
public string? Address { get; set; }
Property Value
Remarks
Latitude
The latitude.
public string? Latitude { get; set; }
Property Value
Remarks
Longitude
The longitude.
public string? Longitude { get; set; }