toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.outputs
/
LaunchConfigurationRootBlockDevice
Launch
Configuration
Root
Block
Device
data
class
LaunchConfigurationRootBlockDevice
(
val
deleteOnTermination
:
Boolean
?
=
null
,
val
encrypted
:
Boolean
?
=
null
,
val
iops
:
Int
?
=
null
,
val
throughput
:
Int
?
=
null
,
val
volumeSize
:
Int
?
=
null
,
val
volumeType
:
String
?
=
null
)
Members
Constructors
Launch
Configuration
Root
Block
Device
Link copied to clipboard
constructor
(
deleteOnTermination
:
Boolean
?
=
null
,
encrypted
:
Boolean
?
=
null
,
iops
:
Int
?
=
null
,
throughput
:
Int
?
=
null
,
volumeSize
:
Int
?
=
null
,
volumeType
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
delete
On
Termination
Link copied to clipboard
val
deleteOnTermination
:
Boolean
?
=
null
encrypted
Link copied to clipboard
val
encrypted
:
Boolean
?
=
null
iops
Link copied to clipboard
val
iops
:
Int
?
=
null
throughput
Link copied to clipboard
val
throughput
:
Int
?
=
null
volume
Size
Link copied to clipboard
val
volumeSize
:
Int
?
=
null
volume
Type
Link copied to clipboard
val
volumeType
:
String
?
=
null