toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.monitor.kotlin.outputs
/
CacheConfigurationResponse
Cache
Configuration
Response
data
class
CacheConfigurationResponse
(
val
maxStorageUsage
:
Int
?
=
null
,
val
retentionPeriod
:
Int
?
=
null
)
Cache configurations.
Members
Constructors
Cache
Configuration
Response
Link copied to clipboard
constructor
(
maxStorageUsage
:
Int
?
=
null
,
retentionPeriod
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
max
Storage
Usage
Link copied to clipboard
val
maxStorageUsage
:
Int
?
=
null
Max storage usage in megabytes.
retention
Period
Link copied to clipboard
val
retentionPeriod
:
Int
?
=
null
Retention period in minutes.