@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.786Z") @Stability(value=Stable) public interface S3SourceActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
S3 source Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
S3SourceActionProps.Builder
A builder for
S3SourceActionProps |
static class |
S3SourceActionProps.Jsii$Proxy
An implementation for
S3SourceActionProps |
| Modifier and Type | Method and Description |
|---|---|
static S3SourceActionProps.Builder |
builder() |
IBucket |
getBucket()
The Amazon S3 bucket that stores the source code.
|
String |
getBucketKey()
The key within the S3 bucket that stores the source code.
|
Artifact |
getOutput() |
default S3Trigger |
getTrigger()
How should CodePipeline detect source changes for this Action.
|
getRolegetActionName, getRunOrder@Stability(value=Stable) IBucket getBucket()
@Stability(value=Stable) String getBucketKey()
// This example is in TypeScript, examples in Java are coming soon. 'path/to/file.zip'
@Stability(value=Stable) Artifact getOutput()
@Stability(value=Stable) default S3Trigger getTrigger()
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/log-s3-data-events.html@Stability(value=Stable) static S3SourceActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsS3SourceActionProps.Builder of S3SourceActionPropsCopyright © 2019. All rights reserved.