{
  "typeName" : "AWS::IAM::ServiceLinkedRole",
  "description" : "Resource Type definition for AWS::IAM::ServiceLinkedRole",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "CustomSuffix" : {
      "type" : "string"
    },
    "Description" : {
      "type" : "string"
    },
    "AWSServiceName" : {
      "type" : "string"
    }
  },
  "required" : [ "AWSServiceName" ],
  "createOnlyProperties" : [ "/properties/CustomSuffix", "/properties/AWSServiceName" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}