DeliveryChannel constructor
DeliveryChannel({
- ConfigSnapshotDeliveryProperties? configSnapshotDeliveryProperties,
- String? name,
- String? s3BucketName,
- String? s3KeyPrefix,
- String? snsTopicARN,
Implementation
DeliveryChannel({
this.configSnapshotDeliveryProperties,
this.name,
this.s3BucketName,
this.s3KeyPrefix,
this.snsTopicARN,
});