@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.786Z") @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() |
IBucket |
getBucket()
The Amazon S3 bucket that is the deploy target.
|
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@Stability(value=Stable) IBucket getBucket()
@Stability(value=Stable) Artifact getInput()
@Stability(value=Stable) default Boolean getExtract()
@Stability(value=Stable) 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 © 2019. All rights reserved.