Module IAM.ServiceLinkedRole

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html

type properties = {
  1. custom_suffix : string option;
  2. description : string option;
  3. aws_service_name : string option;
}

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

val make_properties : ?custom_suffix:string -> ?description:string -> ?aws_service_name:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
  2. role_name : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string