Class CfnSite.LocationProperty
Describes a location.
Inheritance
System.Object
CfnSite.LocationProperty
Implements
Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LocationProperty : Object, CfnSite.ILocationProperty
Syntax (vb)
Public Class LocationProperty
Inherits Object
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() |
Properties
Address | The physical address. |
Latitude | The latitude. |
Longitude | The longitude. |
Constructors
LocationProperty()
public LocationProperty()
Properties
Address
The physical address.
public string Address { get; set; }
Property Value
System.String
Remarks
Latitude
The latitude.
public string Latitude { get; set; }
Property Value
System.String
Remarks
Longitude
The longitude.
public string Longitude { get; set; }
Property Value
System.String