{
  "Parameters": {
    "SampleAssetS3BucketE6B2908E": {
      "Type": "String",
      "Description": "S3 bucket for asset \"aws-cdk-asset-file-test/SampleAsset\""
    },
    "SampleAssetS3ObjectKey6F5D200B": {
      "Type": "String",
      "Description": "S3 object for asset \"aws-cdk-asset-file-test/SampleAsset\""
    }
  },
  "Resources": {
    "MyUserDC45028B": {
      "Type": "AWS::IAM::User"
    },
    "MyUserDefaultPolicy7B897426": {
      "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": "SampleAssetS3BucketE6B2908E"
                      }
                    ]
                  ]
                },
                {
                  "Fn::Join": [
                    "",
                    [
                      {
                        "Fn::Join": [
                          "",
                          [
                            "arn",
                            ":",
                            {
                              "Ref": "AWS::Partition"
                            },
                            ":",
                            "s3",
                            ":",
                            "",
                            ":",
                            "",
                            ":",
                            {
                              "Ref": "SampleAssetS3BucketE6B2908E"
                            }
                          ]
                        ]
                      },
                      "/",
                      {
                        "Ref": "SampleAssetS3ObjectKey6F5D200B"
                      }
                    ]
                  ]
                }
              ]
            }
          ],
          "Version": "2012-10-17"
        },
        "PolicyName": "MyUserDefaultPolicy7B897426",
        "Users": [
          {
            "Ref": "MyUserDC45028B"
          }
        ]
      }
    }
  }
}