toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.imagebuilder.kotlin.inputs
/
ImageRecipeBlockDeviceMappingEbsArgs
/
ImageRecipeBlockDeviceMappingEbsArgs
Image
Recipe
Block
Device
Mapping
Ebs
Args
constructor
(
deleteOnTermination
:
Output
<
String
>
?
=
null
,
encrypted
:
Output
<
String
>
?
=
null
,
iops
:
Output
<
Int
>
?
=
null
,
kmsKeyId
:
Output
<
String
>
?
=
null
,
snapshotId
:
Output
<
String
>
?
=
null
,
throughput
:
Output
<
Int
>
?
=
null
,
volumeSize
:
Output
<
Int
>
?
=
null
,
volumeType
:
Output
<
String
>
?
=
null
)