CleanRooms.ConfiguredTableAssociationsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-configuredtableassociation.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
type properties = {membership_identifier : string;description : string option;configured_table_identifier : string;role_arn : string;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-configuredtableassociation.html;
val make_properties :
membership_identifier:string ->
?description:string ->
configured_table_identifier:string ->
?tags:tag list ->
role_arn:string ->
name:string ->
unit ->
propertiesval make_tag : value:string -> key:string -> unit -> tagval 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