Module EC2.NetworkInsightsAccessScopeAnalysis

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsaccessscopeanalysis.html

type tag = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html

type properties = {
  1. network_insights_access_scope_id : string;
  2. tags : tag list option;
}

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

val make_properties : network_insights_access_scope_id:string -> ?tags:tag list -> unit -> properties
val make_tag : value:string -> key:string -> unit -> tag
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. status : string;
  3. start_date : string;
  4. network_insights_access_scope_analysis_id : string;
  5. network_insights_access_scope_analysis_arn : string;
  6. end_date : string;
  7. analyzed_eni_count : int;
  8. findings_found : string;
  9. status_message : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string