toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.outputs
/
InstanceRootBlockDevice
/
InstanceRootBlockDevice
Instance
Root
Block
Device
constructor
(
deleteOnTermination
:
Boolean
?
=
null
,
deviceName
:
String
?
=
null
,
encrypted
:
Boolean
?
=
null
,
iops
:
Int
?
=
null
,
kmsKeyId
:
String
?
=
null
,
tags
:
Map
<
String
,
String
>
?
=
null
,
throughput
:
Int
?
=
null
,
volumeId
:
String
?
=
null
,
volumeSize
:
Int
?
=
null
,
volumeType
:
String
?
=
null
)