toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.networkmanager.kotlin.outputs
/
GetSiteLocation
Get
Site
Location
data
class
GetSiteLocation
(
val
address
:
String
,
val
latitude
:
String
,
val
longitude
:
String
)
Members
Constructors
Get
Site
Location
Link copied to clipboard
constructor
(
address
:
String
,
latitude
:
String
,
longitude
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
String
Address of the location.
latitude
Link copied to clipboard
val
latitude
:
String
Latitude of the location.
longitude
Link copied to clipboard
val
longitude
:
String
Longitude of the location.