| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
static CacheControl |
CacheControl.fromString(String s)
(experimental) Allows you to create an arbitrary cache control directive, in case our support is missing a method for a particular directive.
|
static CacheControl |
CacheControl.maxAge(Duration t)
(experimental) The 'max-age' cache control directive.
|
static CacheControl |
CacheControl.mustRevalidate()
(experimental) The 'must-revalidate' cache control directive.
|
static CacheControl |
CacheControl.noCache()
(experimental) The 'no-cache' cache control directive.
|
static CacheControl |
CacheControl.noTransform()
(experimental) The 'no-transform' cache control directive.
|
static CacheControl |
CacheControl.proxyRevalidate()
(experimental) The 'proxy-revalidate' cache control directive.
|
static CacheControl |
CacheControl.setPrivate()
(experimental) The 'private' cache control directive.
|
static CacheControl |
CacheControl.setPublic()
(experimental) The 'public' cache control directive.
|
static CacheControl |
CacheControl.sMaxAge(Duration t)
(experimental) The 's-max-age' cache control directive.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CacheControl> |
S3DeployActionProps.getCacheControl()
(experimental) The caching behavior for requests/responses for objects in the bucket.
|
List<CacheControl> |
S3DeployActionProps.Jsii$Proxy.getCacheControl() |
| Modifier and Type | Method and Description |
|---|---|
S3DeployActionProps.Builder |
S3DeployActionProps.Builder.cacheControl(List<? extends CacheControl> cacheControl)
Sets the value of
S3DeployActionProps.getCacheControl() |
S3DeployAction.Builder |
S3DeployAction.Builder.cacheControl(List<? extends CacheControl> cacheControl)
(experimental) The caching behavior for requests/responses for objects in the bucket.
|
| Constructor and Description |
|---|
Jsii$Proxy(IBucket bucket,
Artifact input,
BucketAccessControl accessControl,
List<? extends CacheControl> cacheControl,
Boolean extract,
String objectKey,
IRole role,
String actionName,
Number runOrder,
String variablesNamespace)
Constructor that initializes the object based on literal property values passed by the
S3DeployActionProps.Builder. |
Copyright © 2021. All rights reserved.