toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.lightsail.kotlin.outputs
/
DistributionDefaultCacheBehavior
Distribution
Default
Cache
Behavior
data
class
DistributionDefaultCacheBehavior
(
val
behavior
:
String
)
Members
Constructors
Distribution
Default
Cache
Behavior
Link copied to clipboard
constructor
(
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
.