pulumi-aws-kotlin
5.42.0.1
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
)
Types
Constructors
Properties
Constructors
Get
Site
Location
Link copied to clipboard
fun
GetSiteLocation
(
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.