toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.groundstation.kotlin.inputs
/
ConfigEirpArgs
Config
Eirp
Args
data
class
ConfigEirpArgs
(
val
units
:
Output
<
ConfigEirpUnits
>
?
=
null
,
val
value
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
ConfigEirpArgs
>
Members
Constructors
Config
Eirp
Args
Link copied to clipboard
constructor
(
units
:
Output
<
ConfigEirpUnits
>
?
=
null
,
value
:
Output
<
Double
>
?
=
null
)
Properties
units
Link copied to clipboard
val
units
:
Output
<
ConfigEirpUnits
>
?
=
null
The units of the EIRP.
value
Link copied to clipboard
val
value
:
Output
<
Double
>
?
=
null
The value of the EIRP. Valid values are between 20.0 to 50.0 dBW.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ConfigEirpArgs