{
  "Parameters": {
    "MyFileS3BucketACE13C36": {
      "Type": "String",
      "Description": "S3 bucket for asset \"aws-cdk-asset-refs/MyFile\""
    },
    "MyFileS3ObjectKey4641930D": {
      "Type": "String",
      "Description": "S3 object for asset \"aws-cdk-asset-refs/MyFile\""
    }
  },
  "Resources": {
    "MyUserGroupDA7A39B2": {
      "Type": "AWS::IAM::Group"
    },
    "MyUserGroupDefaultPolicy50C5D742": {
      "Type": "AWS::IAM::Policy",
      "Properties": {
        "PolicyDocument": {
          "Statement": [
            {
              "Action": [
                "s3:GetObject*",
                "s3:GetBucket*",
                "s3:List*"
              ],
              "Effect": "Allow",
              "Resource": [
                {
                  "Fn::Join": [
                    "",
                    [
                      "arn",
                      ":",
                      {
                        "Ref": "AWS::Partition"
                      },
                      ":",
                      "s3",
                      ":",
                      "",
                      ":",
                      "",
                      ":",
                      {
                        "Ref": "MyFileS3BucketACE13C36"
                      }
                    ]
                  ]
                },
                {
                  "Fn::Join": [
                    "",
                    [
                      {
                        "Fn::Join": [
                          "",
                          [
                            "arn",
                            ":",
                            {
                              "Ref": "AWS::Partition"
                            },
                            ":",
                            "s3",
                            ":",
                            "",
                            ":",
                            "",
                            ":",
                            {
                              "Ref": "MyFileS3BucketACE13C36"
                            }
                          ]
                        ]
                      },
                      "/",
                      {
                        "Ref": "MyFileS3ObjectKey4641930D"
                      }
                    ]
                  ]
                }
              ]
            }
          ],
          "Version": "2012-10-17"
        },
        "PolicyName": "MyUserGroupDefaultPolicy50C5D742",
        "Groups": [
          {
            "Ref": "MyUserGroupDA7A39B2"
          }
        ]
      }
    }
  }
}