Show / Hide Table of Contents

Enum S3Trigger

How should the S3 Action detect changes. This is the type of the S3SourceAction.trigger property.

Synopsis

Fields

EVENTS

CodePipeline will use CloudWatch Events to be notified of changes. Note that the Bucket that the Action uses needs to be part of a CloudTrail Trail for the events to be delivered.

NONE

The Action will never detect changes - the Pipeline it's part of will only begin a run when explicitly started.

POLL

CodePipeline will poll S3 to detect changes. This is the default method of detecting changes.

Fields

Name Description
EVENTS

CodePipeline will use CloudWatch Events to be notified of changes. Note that the Bucket that the Action uses needs to be part of a CloudTrail Trail for the events to be delivered.

NONE

The Action will never detect changes - the Pipeline it's part of will only begin a run when explicitly started.

POLL

CodePipeline will poll S3 to detect changes. This is the default method of detecting changes.

Back to top Generated by DocFX