pulumi-alicloud-kotlin
3.44.1.0
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
)
Types
Constructors
Properties
Constructors
Domain
Cache
Config
Link copied to clipboard
fun
DomainCacheConfig
(
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