AccessAnalyzer.Analyzersee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-unusedaccessconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
and filter = {exists : bool option;contains : string list option;neq : string list option;eq : string list option;property : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-filter.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-analyzerconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-archiverule.html
type properties = {archive_rules : archive_rule list option;type_ : string;analyzer_name : string option;analyzer_configuration : analyzer_configuration option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html;
val make_properties :
?archive_rules:archive_rule list ->
type_:string ->
?analyzer_name:string ->
?tags:tag list ->
?analyzer_configuration:analyzer_configuration ->
unit ->
propertiesval make_unused_access_configuration :
?unused_access_age:int ->
unit ->
unused_access_configurationval make_tag : value:string -> key:string -> unit -> tagval make_filter :
?exists:bool ->
?contains:string list ->
?neq:string list ->
?eq:string list ->
property:string ->
unit ->
filterval make_analyzer_configuration :
?unused_access_configuration:unused_access_configuration ->
unit ->
analyzer_configurationval make_archive_rule :
filter:filter list ->
rule_name:string ->
unit ->
archive_ruleval yojson_of_unused_access_configuration :
unused_access_configuration ->
Yojson.Safe.tval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_filter : filter -> Yojson.Safe.tval yojson_of_analyzer_configuration :
analyzer_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_archive_rule :
archive_rule ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes