VoiceID.Domain
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-voiceid-domain.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-voiceid-domain-serversideencryptionconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {
description : string option;
server_side_encryption_configuration : server_side_encryption_configuration;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-voiceid-domain.html;
val make_properties :
?description:string ->
server_side_encryption_configuration:server_side_encryption_configuration ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_server_side_encryption_configuration :
kms_key_id:string ->
unit ->
server_side_encryption_configuration
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_server_side_encryption_configuration :
server_side_encryption_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes