toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.networkmanager.kotlin.inputs
/
SiteLocationArgs
Site
Location
Args
data
class
SiteLocationArgs
(
val
address
:
Output
<
String
>
?
=
null
,
val
latitude
:
Output
<
String
>
?
=
null
,
val
longitude
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
SiteLocationArgs
>
Members
Constructors
Site
Location
Args
Link copied to clipboard
constructor
(
address
:
Output
<
String
>
?
=
null
,
latitude
:
Output
<
String
>
?
=
null
,
longitude
:
Output
<
String
>
?
=
null
)
Properties
address
Link copied to clipboard
val
address
:
Output
<
String
>
?
=
null
Address of the location.
latitude
Link copied to clipboard
val
latitude
:
Output
<
String
>
?
=
null
Latitude of the location.
longitude
Link copied to clipboard
val
longitude
:
Output
<
String
>
?
=
null
Longitude of the location.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SiteLocationArgs