@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-20T01:23:59.369Z") @Stability(value=Stable) 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()
The specified canned ACL to objects deployed to Amazon S3.
|
IBucket |
getBucket()
The Amazon S3 bucket that is the deploy target.
|
default List<CacheControl> |
getCacheControl()
The caching behavior for requests/responses for objects in the bucket.
|
default Boolean |
getExtract()
Should the deploy action extract the artifact before deploying to Amazon S3.
|
Artifact |
getInput()
The input Artifact to deploy to Amazon S3.
|
default String |
getObjectKey()
The key of the target object.
|
getRolegetActionName, getRunOrder, getVariablesNamespace@Stability(value=Stable) @NotNull IBucket getBucket()
@Stability(value=Stable) @NotNull Artifact getInput()
@Stability(value=Stable) @Nullable default BucketAccessControl getAccessControl()
This overwrites any existing ACL that was applied to the object.
Default: - the original object ACL
@Stability(value=Stable) @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=Stable) @Nullable default Boolean getExtract()
Default: true
@Stability(value=Stable) @Nullable default String getObjectKey()
This is required if extract is false.
@Stability(value=Stable) static S3DeployActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsS3DeployActionProps.Builder of S3DeployActionPropsCopyright © 2020. All rights reserved.