Config.ConfigurationAggregator
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-organizationaggregationsource.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-config-configurationaggregator-accountaggregationsource.html
type properties = {
account_aggregation_sources : account_aggregation_source list option;
configuration_aggregator_name : string option;
organization_aggregation_source : organization_aggregation_source option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html;
val make_properties :
?account_aggregation_sources:account_aggregation_source list ->
?configuration_aggregator_name:string ->
?organization_aggregation_source:organization_aggregation_source ->
?tags:tag list ->
unit ->
properties
val make_organization_aggregation_source :
?all_aws_regions:bool ->
?aws_regions:string list ->
role_arn:string ->
unit ->
organization_aggregation_source
val make_tag : value:string -> key:string -> unit -> tag
val make_account_aggregation_source :
?all_aws_regions:bool ->
?aws_regions:string list ->
account_ids:string list ->
unit ->
account_aggregation_source
val yojson_of_organization_aggregation_source :
organization_aggregation_source ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_account_aggregation_source :
account_aggregation_source ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes