Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeliveryChannel

import type { DeliveryChannel } from "https://aws-api-gyr5wj9zj0fg.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;
}

§Properties

§
configSnapshotDeliveryProperties?: ConfigSnapshotDeliveryProperties | null
[src]
§
name?: string | null
[src]
§
s3BucketName?: string | null
[src]
§
s3KeyPrefix?: string | null
[src]
§
s3KmsKeyArn?: string | null
[src]
§
snsTopicARN?: string | null
[src]