interface LocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkManager.CfnSite.LocationProperty |
![]() | software.amazon.awscdk.services.networkmanager.CfnSite.LocationProperty |
![]() | aws_cdk.aws_networkmanager.CfnSite.LocationProperty |
![]() | @aws-cdk/aws-networkmanager » CfnSite » LocationProperty |
Describes a location.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as networkmanager from '@aws-cdk/aws-networkmanager';
const locationProperty: networkmanager.CfnSite.LocationProperty = {
address: 'address',
latitude: 'latitude',
longitude: 'longitude',
};
Properties
Name | Type | Description |
---|---|---|
address? | string | The physical address. |
latitude? | string | The latitude. |
longitude? | string | The longitude. |
address?
Type:
string
(optional)
The physical address.
latitude?
Type:
string
(optional)
The latitude.
longitude?
Type:
string
(optional)
The longitude.