DeliveryChannel constructor

DeliveryChannel({
  1. ConfigSnapshotDeliveryProperties? configSnapshotDeliveryProperties,
  2. String? name,
  3. String? s3BucketName,
  4. String? s3KeyPrefix,
  5. String? snsTopicARN,
})

Implementation

DeliveryChannel({
  this.configSnapshotDeliveryProperties,
  this.name,
  this.s3BucketName,
  this.s3KeyPrefix,
  this.snsTopicARN,
});