toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.networkmanager.kotlin.outputs
/
DeviceLocation
Device
Location
data
class
DeviceLocation
(
val
address
:
String
?
=
null
,
val
latitude
:
String
?
=
null
,
val
longitude
:
String
?
=
null
)
The site location.
Members
Constructors
Device
Location
Link copied to clipboard
constructor
(
address
:
String
?
=
null
,
latitude
:
String
?
=
null
,
longitude
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
String
?
=
null
The physical address.
latitude
Link copied to clipboard
val
latitude
:
String
?
=
null
The latitude.
longitude
Link copied to clipboard
val
longitude
:
String
?
=
null
The longitude.