toggle menu
pulumi-aws-kotlin
6.37.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.elasticache.kotlin.outputs
/
ServerlessCacheCacheUsageLimitsDataStorage
Serverless
Cache
Cache
Usage
Limits
Data
Storage
data
class
ServerlessCacheCacheUsageLimitsDataStorage
(
val
maximum
:
Int
?
=
null
,
val
minimum
:
Int
?
=
null
,
val
unit
:
String
)
Members
Constructors
Serverless
Cache
Cache
Usage
Limits
Data
Storage
Link copied to clipboard
constructor
(
maximum
:
Int
?
=
null
,
minimum
:
Int
?
=
null
,
unit
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
maximum
Link copied to clipboard
val
maximum
:
Int
?
=
null
minimum
Link copied to clipboard
val
minimum
:
Int
?
=
null
unit
Link copied to clipboard
val
unit
:
String