Module Route53Resolver.OutpostResolver

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-outpostresolver.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. instance_count : int option;
  2. outpost_arn : string;
  3. preferred_instance_type : string;
  4. tags : tag list option;
  5. name : string;
}

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

val make_properties : ?instance_count:int -> outpost_arn:string -> preferred_instance_type:string -> ?tags:tag list -> name: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. status : string;
  3. creation_time : string;
  4. modification_time : string;
  5. id : string;
  6. arn : string;
  7. creator_request_id : string;
  8. status_message : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string