AwsS3BucketNotificationDestinationFilterArgs

interface AwsS3BucketNotificationDestinationFilterArgs { prefix?: string; suffix?: string; }

Optional object key filter for notification destinations.

Example

CODE
const notificationFilter: AwsS3BucketNotificationDestinationFilterArgs = {
  prefix: 'uploads/',
  suffix: '.jpg',
};

Properties

prefix: string

Optional object key prefix filter.

suffix: string

Optional object key suffix filter.