Module DMS.InstanceProfile

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-instanceprofile.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. subnet_group_identifier : string option;
  2. description : string option;
  3. instance_profile_name : string option;
  4. kms_key_arn : string option;
  5. network_type : string option;
  6. availability_zone : string option;
  7. publicly_accessible : bool option;
  8. vpc_security_groups : string list option;
  9. tags : tag list option;
  10. instance_profile_identifier : string option;
}

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

val make_properties : ?subnet_group_identifier:string -> ?description:string -> ?instance_profile_name:string -> ?kms_key_arn:string -> ?network_type:string -> ?availability_zone:string -> ?publicly_accessible:bool -> ?vpc_security_groups:string list -> ?tags:tag list -> ?instance_profile_identifier: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. instance_profile_creation_time : string;
  3. instance_profile_arn : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string