Module EC2.IPAMResourceDiscoveryAssociation

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-ipamresourcediscoveryassociation.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. ipam_id : string;
  2. tags : tag list option;
  3. ipam_resource_discovery_id : string;
}

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

val make_properties : ipam_id:string -> ?tags:tag list -> ipam_resource_discovery_id:string -> 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. resource_discovery_status : string;
  3. owner_id : string;
  4. ipam_arn : string;
  5. ipam_resource_discovery_association_id : string;
  6. ipam_resource_discovery_association_arn : string;
  7. state : string;
  8. ipam_region : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string