@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:33:09.471Z") @Stability(value=Experimental) public interface S3SourceOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3SourceOptions.Builder
A builder for
S3SourceOptions |
static class |
S3SourceOptions.Jsii$Proxy
An implementation for
S3SourceOptions |
| Modifier and Type | Method and Description |
|---|---|
static S3SourceOptions.Builder |
builder() |
default String |
getActionName()
(experimental) The action name used for this source in the CodePipeline.
|
default S3Trigger |
getTrigger()
(experimental) How should CodePipeline detect source changes for this Action.
|
@Stability(value=Experimental) @Nullable default String getActionName()
Default: - The bucket name
@Stability(value=Experimental) @Nullable default S3Trigger getTrigger()
Note that if this is S3Trigger.EVENTS, you need to make sure to include the source Bucket in a CloudTrail Trail, as otherwise the CloudWatch Events will not be emitted.
Default: S3Trigger.POLL
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/log-s3-data-events.html@Stability(value=Experimental) static S3SourceOptions.Builder builder()
S3SourceOptions.Builder of S3SourceOptionsCopyright © 2021. All rights reserved.