pulumi-alicloud-kotlin
3.44.1.0
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cdn.kotlin.inputs
/
DomainCacheConfigArgs
Domain
Cache
Config
Args
data
class
DomainCacheConfigArgs
(
val
cacheContent
:
Output
<
String
>
,
val
cacheId
:
Output
<
String
>
?
=
null
,
val
cacheType
:
Output
<
String
>
,
val
ttl
:
Output
<
Int
>
,
val
weight
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
DomainCacheConfigArgs
>
Constructors
Functions
Properties
Constructors
Domain
Cache
Config
Args
Link copied to clipboard
fun
DomainCacheConfigArgs
(
cacheContent
:
Output
<
String
>
,
cacheId
:
Output
<
String
>
?
=
null
,
cacheType
:
Output
<
String
>
,
ttl
:
Output
<
Int
>
,
weight
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DomainCacheConfigArgs
Properties
cache
Content
Link copied to clipboard
val
cacheContent
:
Output
<
String
>
cache
Id
Link copied to clipboard
val
cacheId
:
Output
<
String
>
?
=
null
cache
Type
Link copied to clipboard
val
cacheType
:
Output
<
String
>
ttl
Link copied to clipboard
val
ttl
:
Output
<
Int
>
weight
Link copied to clipboard
val
weight
:
Output
<
Int
>
?
=
null