toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin.inputs
/
LaunchTemplateBlockDeviceMappingEbsArgs
/
LaunchTemplateBlockDeviceMappingEbsArgs
Launch
Template
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
)