Module Config.DeliveryChannel

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html

type config_snapshot_delivery_properties = {
  1. delivery_frequency : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html

type properties = {
  1. config_snapshot_delivery_properties : config_snapshot_delivery_properties option;
  2. name : string option;
  3. s3_bucket_name : string;
  4. s3_key_prefix : string option;
  5. s3_kms_key_arn : string option;
  6. sns_topic_arn : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html;

val make_properties : ?config_snapshot_delivery_properties:config_snapshot_delivery_properties -> ?name:string -> s3_bucket_name:string -> ?s3_key_prefix:string -> ?s3_kms_key_arn:string -> ?sns_topic_arn:string -> unit -> properties
val make_config_snapshot_delivery_properties : ?delivery_frequency:string -> unit -> config_snapshot_delivery_properties
val yojson_of_config_snapshot_delivery_properties : config_snapshot_delivery_properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string