{
  "typeName" : "AWS::Cognito::IdentityPoolRoleAttachment",
  "description" : "Resource Type definition for AWS::Cognito::IdentityPoolRoleAttachment",
  "additionalProperties" : false,
  "properties" : {
    "IdentityPoolId" : {
      "type" : "string"
    },
    "Roles" : {
      "type" : "object"
    },
    "Id" : {
      "type" : "string"
    },
    "RoleMappings" : {
      "type" : "object"
    }
  },
  "required" : [ "IdentityPoolId" ],
  "createOnlyProperties" : [ "/properties/IdentityPoolId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}