Show / Hide Table of Contents

Interface CfnSite.ILocationProperty

Describes a location.

Namespace: Amazon.CDK.AWS.NetworkManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSite.ILocationProperty
Syntax (vb)
Public Interface CfnSite.ILocationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html

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

Properties

Address

The physical address.

Latitude

The latitude.

Longitude

The longitude.

Properties

Address

The physical address.

string? Address { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-address

Latitude

The latitude.

string? Latitude { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-latitude

Longitude

The longitude.

string? Longitude { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-site-location.html#cfn-networkmanager-site-location-longitude

Back to top Generated by DocFX