toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.imagebuilder.kotlin.outputs
/
ContainerRecipeEbsInstanceBlockDeviceSpecification
/
ContainerRecipeEbsInstanceBlockDeviceSpecification
Container
Recipe
Ebs
Instance
Block
Device
Specification
constructor
(
deleteOnTermination
:
Boolean
?
=
null
,
encrypted
:
Boolean
?
=
null
,
iops
:
Int
?
=
null
,
kmsKeyId
:
String
?
=
null
,
snapshotId
:
String
?
=
null
,
throughput
:
Int
?
=
null
,
volumeSize
:
Int
?
=
null
,
volumeType
:
ContainerRecipeEbsInstanceBlockDeviceSpecificationVolumeType
?
=
null
)