toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.networkmanager.kotlin.outputs
/
SiteLocation
Site
Location
data
class
SiteLocation
(
val
address
:
String
?
=
null
,
val
latitude
:
String
?
=
null
,
val
longitude
:
String
?
=
null
)
The location of the site
Members
Constructors
Site
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.