toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ecs.kotlin.outputs
/
ServiceManagedEbsVolumeConfiguration
/
ServiceManagedEbsVolumeConfiguration
Service
Managed
Ebs
Volume
Configuration
constructor
(
encrypted
:
Boolean
?
=
null
,
filesystemType
:
String
?
=
null
,
iops
:
Int
?
=
null
,
kmsKeyId
:
String
?
=
null
,
roleArn
:
String
,
sizeInGiB
:
Int
?
=
null
,
snapshotId
:
String
?
=
null
,
tagSpecifications
:
List
<
ServiceEbsTagSpecification
>
?
=
null
,
throughput
:
Int
?
=
null
,
volumeType
:
String
?
=
null
)