Config.DeliveryChannel
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-deliverychannel.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-deliverychannel-configsnapshotdeliveryproperties.html
type properties = {
config_snapshot_delivery_properties : config_snapshot_delivery_properties
option;
name : string option;
s3_bucket_name : string;
s3_key_prefix : string option;
s3_kms_key_arn : string option;
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 ]
val create_attributes : string -> attributes