toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.networkmanager.kotlin.outputs
/
SiteLocation
Site
Location
data
class
SiteLocation
(
val
address
:
String
?
=
null
,
val
latitude
:
String
?
=
null
,
val
longitude
:
String
?
=
null
)
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
Address of the location.
latitude
Link copied to clipboard
val
latitude
:
String
?
=
null
Latitude of the location.
longitude
Link copied to clipboard
val
longitude
:
String
?
=
null
Longitude of the location.