| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CacheControl |
CacheControl.fromString(String s)
Constructs a custom cache control key from the literal value.
|
static CacheControl |
CacheControl.maxAge(Duration t)
Sets 'max-age=
|
static CacheControl |
CacheControl.mustRevalidate()
Sets 'must-revalidate'.
|
static CacheControl |
CacheControl.noCache()
Sets 'no-cache'.
|
static CacheControl |
CacheControl.noTransform()
Sets 'no-transform'.
|
static CacheControl |
CacheControl.proxyRevalidate()
Sets 'proxy-revalidate'.
|
static CacheControl |
CacheControl.setPrivate()
Sets 'private'.
|
static CacheControl |
CacheControl.setPublic()
Sets 'public'.
|
static CacheControl |
CacheControl.sMaxAge(Duration t)
Sets 's-maxage=
|
| Modifier and Type | Method and Description |
|---|---|
default List<CacheControl> |
BucketDeploymentProps.getCacheControl()
System-defined cache-control metadata to be set on all objects in the deployment.
|
List<CacheControl> |
BucketDeploymentProps.Jsii$Proxy.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.cacheControl(List<? extends CacheControl> cacheControl)
Sets the value of
BucketDeploymentProps.getCacheControl() |
BucketDeployment.Builder |
BucketDeployment.Builder.cacheControl(List<? extends CacheControl> cacheControl)
System-defined cache-control metadata to be set on all objects in the deployment.
|
Copyright © 2022. All rights reserved.