DeliveryChannel
import type { DeliveryChannel } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";interface DeliveryChannel {
configSnapshotDeliveryProperties?: ConfigSnapshotDeliveryProperties | null;
name?: string | null;
s3BucketName?: string | null;
s3KeyPrefix?: string | null;
s3KmsKeyArn?: string | null;
snsTopicARN?: string | null;
}