pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.lightsail.kotlin.outputs
/
DistributionDefaultCacheBehavior
Distribution
Default
Cache
Behavior
data
class
DistributionDefaultCacheBehavior
(
val
behavior
:
String
)
Types
Constructors
Properties
Constructors
Distribution
Default
Cache
Behavior
Link copied to clipboard
fun
DistributionDefaultCacheBehavior
(
behavior
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
behavior
Link copied to clipboard
val
behavior
:
String
The cache behavior of the distribution. Valid values:
cache
and
dont-cache
.