pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.opensearchservice.kotlin.outputs
/
DomainEbsOptions
Domain
Ebs
Options
data
class
DomainEbsOptions
(
val
ebsEnabled
:
Boolean
?
=
null
,
val
iops
:
Int
?
=
null
,
val
throughput
:
Int
?
=
null
,
val
volumeSize
:
Int
?
=
null
,
val
volumeType
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Domain
Ebs
Options
Link copied to clipboard
fun
DomainEbsOptions
(
ebsEnabled
:
Boolean
?
=
null
,
iops
:
Int
?
=
null
,
throughput
:
Int
?
=
null
,
volumeSize
:
Int
?
=
null
,
volumeType
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ebs
Enabled
Link copied to clipboard
val
ebsEnabled
:
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