{
  "$id": "ALIYUN::OSS::Bucket",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "enum": [
        "ALIYUN::OSS::Bucket"
      ]
    },
    "Properties": {
      "type": "object",
      "properties": {
        "Policy": {
          "type": "object"
        },
        "CORSConfiguration": {
          "type": "object"
        },
        "DeletionForce": {
          "type": "boolean"
        },
        "BucketName": {
          "type": "string"
        },
        "StorageClass": {
          "type": "string"
        },
        "LoggingConfiguration": {
          "type": "object"
        },
        "WebsiteConfiguration": {
          "type": "object"
        },
        "RefererConfiguration": {
          "type": "object"
        },
        "LifecycleConfiguration": {
          "type": "object"
        },
        "ServerSideEncryptionConfiguration": {
          "type": "object"
        },
        "AccessControl": {
          "type": "string"
        },
        "Tags": {
          "type": "object"
        }
      },
      "required": [
        "BucketName"
      ],
      "additionalProperties": false,
      "document": {
        "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::OSS::Bucket"
      }
    }
  },
  "required": [
    "Type",
    "Properties"
  ],
  "document": {
    "default": "https://rosnext.console.aliyun.com/resourceType/ALIYUN::OSS::Bucket"
  },
  "insertText": "${1:Bucket}:\n  Type: ALIYUN::OSS::Bucket\n  Properties:\n    "
}