/* eslint-disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ /** * Resource Type definition for AWS::Config::DeliveryChannel */ export interface AwsConfigDeliverychannel { S3KeyPrefix?: string; ConfigSnapshotDeliveryProperties?: ConfigSnapshotDeliveryProperties; S3BucketName: string; SnsTopicARN?: string; Id?: string; S3KmsKeyArn?: string; Name?: string; } export interface ConfigSnapshotDeliveryProperties { DeliveryFrequency?: string; }