toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cdn.kotlin.outputs
/
DomainCacheConfig
Domain
Cache
Config
data
class
DomainCacheConfig
(
val
cacheContent
:
String
,
val
cacheId
:
String
?
=
null
,
val
cacheType
:
String
,
val
ttl
:
Int
,
val
weight
:
Int
?
=
null
)
Members
Constructors
Domain
Cache
Config
Link copied to clipboard
constructor
(
cacheContent
:
String
,
cacheId
:
String
?
=
null
,
cacheType
:
String
,
ttl
:
Int
,
weight
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cache
Content
Link copied to clipboard
val
cacheContent
:
String
cache
Id
Link copied to clipboard
val
cacheId
:
String
?
=
null
cache
Type
Link copied to clipboard
val
cacheType
:
String
ttl
Link copied to clipboard
val
ttl
:
Int
weight
Link copied to clipboard
val
weight
:
Int
?
=
null