/dhall-aws-cloudformation/cloudformation/AWS::ElastiCache::ServerlessCache/CacheUsageLimits.dhall
Copy path to clipboardSource
{ Type =
{ DataStorage : Optional (./DataStorage.dhall).Type
, ECPUPerSecond : Optional (./ECPUPerSecond.dhall).Type
}
, default =
{ DataStorage = None (./DataStorage.dhall).Type
, ECPUPerSecond = None (./ECPUPerSecond.dhall).Type
}
}