Module ResourceExplorer2.Index

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-index.html

type properties = {
  1. type_ : string;
  2. tags : string Stdlib__Map.Make(Stdlib.String).t option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-index.html;

val make_properties : type_:string -> ?tags:string Stdlib__Map.Make(Stdlib.String).t -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. arn : string;
  3. index_state : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string