S3Action constructor

S3Action({
  1. required String bucketName,
  2. String? kmsKeyArn,
  3. String? objectKeyPrefix,
  4. String? topicArn,
})

Implementation

S3Action({
  required this.bucketName,
  this.kmsKeyArn,
  this.objectKeyPrefix,
  this.topicArn,
});