{
  "Resources": {
    "RoleWithCompositePrincipal17538C7F": {
      "Type": "AWS::IAM::Role",
      "Properties": {
        "AssumeRolePolicyDocument": {
          "Statement": [
            {
              "Action": "sts:AssumeRole",
              "Effect": "Allow",
              "Principal": {
                "Service": {
                  "Fn::Join": [
                    "",
                    [
                      "ec2.",
                      {
                        "Ref": "AWS::URLSuffix"
                      }
                    ]
                  ]
                },
                "AWS": "*"
              }
            }
          ],
          "Version": "2012-10-17"
        }
      }
    }
  }
}