toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.deadline.kotlin.inputs
/
FleetEc2EbsVolumeArgs
Fleet
Ec2Ebs
Volume
Args
data
class
FleetEc2EbsVolumeArgs
(
val
iops
:
Output
<
Int
>
?
=
null
,
val
sizeGiB
:
Output
<
Int
>
?
=
null
,
val
throughputMiB
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
FleetEc2EbsVolumeArgs
>
Members
Constructors
Fleet
Ec2Ebs
Volume
Args
Link copied to clipboard
constructor
(
iops
:
Output
<
Int
>
?
=
null
,
sizeGiB
:
Output
<
Int
>
?
=
null
,
throughputMiB
:
Output
<
Int
>
?
=
null
)
Properties
iops
Link copied to clipboard
val
iops
:
Output
<
Int
>
?
=
null
size
Gi
B
Link copied to clipboard
val
sizeGiB
:
Output
<
Int
>
?
=
null
throughput
Mi
B
Link copied to clipboard
val
throughputMiB
:
Output
<
Int
>
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
FleetEc2EbsVolumeArgs