@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:15.522Z") @Stability(value=Experimental) public interface S3DeployActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
S3 deploy Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
S3DeployActionProps.Builder
A builder for
S3DeployActionProps |
static class |
S3DeployActionProps.Jsii$Proxy
An implementation for
S3DeployActionProps |
| Modifier and Type | Method and Description |
|---|---|
static S3DeployActionProps.Builder |
builder() |
default BucketAccessControl |
getAccessControl()
(experimental) The specified canned ACL to objects deployed to Amazon S3.
|
IBucket |
getBucket()
(experimental) The Amazon S3 bucket that is the deploy target.
|
default List<CacheControl> |
getCacheControl()
(experimental) The caching behavior for requests/responses for objects in the bucket.
|
default Boolean |
getExtract()
(experimental) Should the deploy action extract the artifact before deploying to Amazon S3.
|
Artifact |
getInput()
(experimental) The input Artifact to deploy to Amazon S3.
|
default String |
getObjectKey()
(experimental) The key of the target object.
|
getRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Experimental) @NotNull IBucket getBucket()
@Stability(value=Experimental) @NotNull Artifact getInput()
@Stability(value=Experimental) @Nullable default BucketAccessControl getAccessControl()
This overwrites any existing ACL that was applied to the object.
Default: - the original object ACL
@Stability(value=Experimental) @Nullable default List<CacheControl> getCacheControl()
The final cache control property will be the result of joining all of the provided array elements with a comma (plus a space after the comma).
Default: - none, decided by the HTTP client
@Stability(value=Experimental) @Nullable default Boolean getExtract()
Default: true
@Stability(value=Experimental) @Nullable default String getObjectKey()
This is required if extract is false.
@Stability(value=Experimental) static S3DeployActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsS3DeployActionProps.Builder of S3DeployActionPropsCopyright © 2021. All rights reserved.