{
  "name": "google-cloud-static-website",
  "version": "0.0.3",
  "description": "A component to deploy static websites to Google Cloud",
  "keywords": [
    "pulumi",
    "category/cloud",
    "kind/component",
    "web"
  ],
  "homepage": "https://pulumi.com",
  "repository": "https://github.com/pulumi/pulumi-google-cloud-static-website",
  "publisher": "Pulumi",
  "meta": {
    "moduleFormat": "(.*)"
  },
  "language": {
    "csharp": {
      "packageReferences": {
        "Pulumi": "3.*",
        "Pulumi.Aws": "5.*"
      },
      "respectSchemaVersion": true
    },
    "go": {
      "generateResourceContainerTypes": true,
      "importBasePath": "github.com/pulumi/pulumi-google-cloud-static-website/sdk/go/google-cloud-static-website",
      "respectSchemaVersion": true
    },
    "nodejs": {
      "dependencies": {
        "@pulumi/aws": "^5.0.0"
      },
      "devDependencies": {
        "typescript": "^3.7.0"
      },
      "respectSchemaVersion": true
    },
    "python": {
      "requires": {
        "pulumi": ">=3.0.0,<4.0.0",
        "pulumi-aws": ">=5.0.0,<6.0.0"
      },
      "respectSchemaVersion": true
    }
  },
  "config": {},
  "provider": {
    "type": "object"
  },
  "resources": {
    "google-cloud-static-website:index:Website": {
      "properties": {
        "cdnURL": {
          "type": "string",
          "description": "The CDN URL of the website."
        },
        "customDomainURL": {
          "type": "string",
          "description": "The custom-domain URL of the website."
        },
        "originURL": {
          "type": "string",
          "description": "The direct URL of the website."
        }
      },
      "type": "object",
      "required": [
        "originURL"
      ],
      "inputProperties": {
        "domain": {
          "type": "string",
          "description": "The domain of the website."
        },
        "errorDocument": {
          "type": "string",
          "description": "The default error page for the website. Defaults to error.html."
        },
        "indexDocument": {
          "type": "string",
          "description": "The default document for the site. Defaults to index.html."
        },
        "sitePath": {
          "type": "string",
          "description": "The root directory containing contents of the built website contents."
        },
        "subdomain": {
          "type": "string",
          "description": "The subdomain of the website."
        },
        "withCDN": {
          "type": "boolean",
          "description": "Whether to provision a Google Cloud CDN to serve website content."
        }
      },
      "requiredInputs": [
        "sitePath"
      ],
      "isComponent": true
    }
  }
}
