interface LocationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NetworkManager.CfnDevice.LocationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnetworkmanager#CfnDevice_LocationProperty |
![]() | software.amazon.awscdk.services.networkmanager.CfnDevice.LocationProperty |
![]() | aws_cdk.aws_networkmanager.CfnDevice.LocationProperty |
![]() | aws-cdk-lib » aws_networkmanager » CfnDevice » 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 { aws_networkmanager as networkmanager } from 'aws-cdk-lib';
const locationProperty: networkmanager.CfnDevice.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.