{
  "Resources": {
    "NoopHandle": {
      "Type": "AWS::CloudFormation::WaitConditionHandle"
    },
    "Bucket": {
      "Type": "AWS::S3::Bucket",
      "Properties": {
        "BucketName": "my-example-bucket"
      }
    }
  }
}
