diff --git a/Makefile b/Makefile index 3461a07455a4..a0ab70f0ffc1 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ generate: @echo -e "\033[0;32mGENERATE:\033[0m" ./scripts/run_typedoc.sh ./scripts/generate_python_docs.sh - pulumi gen-markdown ./content/reference/cli + pulumi gen-markdown ./content/docs/reference/cli .PHONY: build build: @@ -44,8 +44,8 @@ test: # although valid and publicly available, is reported as a broken link. # Fixes for the former two are tracked by https://github.com/pulumi/docs/issues/568. ./node_modules/.bin/blc http://localhost:1313 -r \ - --exclude "/reference/pkg" \ - --exclude "/reference/changelog" \ + --exclude "/docs/reference/pkg" \ + --exclude "/docs/reference/changelog" \ --exclude "https://github.com/pulumi/docs/edit/master" \ --exclude "https://www.linkedin.com/company/pulumi/" \ --exclude "https://marketplace.visualstudio.com/items?itemName=pulumi.build-and-release-task" diff --git a/config.toml b/config.toml index 966243df1a51..c17e64cf6459 100644 --- a/config.toml +++ b/config.toml @@ -22,85 +22,85 @@ sectionPagesMenu = "main" [[menu.reference]] name = "Cancel" parent = "cli" - url = "/reference/cli/pulumi_cancel/" + url = "/docs/reference/cli/pulumi_cancel/" weight = 1 [[menu.reference]] name = "Config" parent = "cli" - url = "/reference/cli/pulumi_config/" + url = "/docs/reference/cli/pulumi_config/" weight = 2 [[menu.reference]] name = "Destroy" parent = "cli" - url = "/reference/cli/pulumi_destroy/" + url = "/docs/reference/cli/pulumi_destroy/" weight = 3 [[menu.reference]] name = "Login" parent = "cli" - url = "/reference/cli/pulumi_login/" + url = "/docs/reference/cli/pulumi_login/" weight = 4 [[menu.reference]] name = "Logout" parent = "cli" - url = "/reference/cli/pulumi_logout/" + url = "/docs/reference/cli/pulumi_logout/" weight = 5 [[menu.reference]] name = "Logs" parent = "cli" - url = "/reference/cli/pulumi_logs/" + url = "/docs/reference/cli/pulumi_logs/" weight = 5 [[menu.reference]] name = "New" parent = "cli" - url = "/reference/cli/pulumi_new/" + url = "/docs/reference/cli/pulumi_new/" weight = 6 [[menu.reference]] name = "Plugin" parent = "cli" - url = "/reference/cli/pulumi_plugin/" + url = "/docs/reference/cli/pulumi_plugin/" weight = 7 [[menu.reference]] name = "Preview" parent = "cli" - url = "/reference/cli/pulumi_preview/" + url = "/docs/reference/cli/pulumi_preview/" weight = 8 [[menu.reference]] name = "Refresh" parent = "cli" - url = "/reference/cli/pulumi_refresh/" + url = "/docs/reference/cli/pulumi_refresh/" weight = 9 [[menu.reference]] name = "Stack" parent = "cli" - url = "/reference/cli/pulumi_stack/" + url = "/docs/reference/cli/pulumi_stack/" weight = 10 [[menu.reference]] name = "State" parent = "cli" - url = "/reference/cli/pulumi_state/" + url = "/docs/reference/cli/pulumi_state/" weight = 11 [[menu.reference]] name = "Update" parent = "cli" - url = "/reference/cli/pulumi_up/" + url = "/docs/reference/cli/pulumi_up/" weight = 11 [[menu.reference]] name = "Cancel" parent = "cli" - url = "/reference/cli/pulumi_cancel/" + url = "/docs/reference/cli/pulumi_cancel/" weight = 1 @@ -110,33 +110,33 @@ sectionPagesMenu = "main" parent = "node" identifier = "node-pulumi" name = "pulumi" - url = "/reference/pkg/nodejs/pulumi/pulumi/" + url = "/docs/reference/pkg/nodejs/pulumi/pulumi/" weight = 1 [[menu.reference]] parent = "node" name = "aws" - url = "/reference/pkg/nodejs/pulumi/aws/" + url = "/docs/reference/pkg/nodejs/pulumi/aws/" [[menu.reference]] parent = "node" name = "awsx" - url = "/reference/pkg/nodejs/pulumi/awsx/" + url = "/docs/reference/pkg/nodejs/pulumi/awsx/" [[menu.reference]] parent = "node" name = "azure" - url = "/reference/pkg/nodejs/pulumi/azure/" + url = "/docs/reference/pkg/nodejs/pulumi/azure/" [[menu.reference]] parent = "node" name = "azuread" - url = "/reference/pkg/nodejs/pulumi/azuread/" + url = "/docs/reference/pkg/nodejs/pulumi/azuread/" [[menu.reference]] parent = "node" name = "cloud" - url = "/reference/pkg/nodejs/pulumi/cloud/" + url = "/docs/reference/pkg/nodejs/pulumi/cloud/" # Note: We deliberately aren't including the @pulumi/cloud-aws and @pulumi/cloud-azure # packages in the docs listing as they are implementation details of @pulumi/cloud. @@ -144,141 +144,141 @@ sectionPagesMenu = "main" [[menu.reference]] parent = "node" name = "cloudflare" - url = "/reference/pkg/nodejs/pulumi/cloudflare/" + url = "/docs/reference/pkg/nodejs/pulumi/cloudflare/" [[menu.reference]] parent = "node" name = "digitalocean" - url = "/reference/pkg/nodejs/pulumi/digitalocean/" + url = "/docs/reference/pkg/nodejs/pulumi/digitalocean/" [[menu.reference]] parent = "node" name = "docker" - url = "/reference/pkg/nodejs/pulumi/docker/" + url = "/docs/reference/pkg/nodejs/pulumi/docker/" [[menu.reference]] parent = "node" name = "eks" - url = "/reference/pkg/nodejs/pulumi/eks/" + url = "/docs/reference/pkg/nodejs/pulumi/eks/" [[menu.reference]] parent = "node" name = "f5bigip" - url = "/reference/pkg/nodejs/pulumi/f5bigip/" + url = "/docs/reference/pkg/nodejs/pulumi/f5bigip/" [[menu.reference]] parent = "node" name = "gcp" - url = "/reference/pkg/nodejs/pulumi/gcp/" + url = "/docs/reference/pkg/nodejs/pulumi/gcp/" [[menu.reference]] parent = "node" name = "kubernetes" - url = "/reference/pkg/nodejs/pulumi/kubernetes/" + url = "/docs/reference/pkg/nodejs/pulumi/kubernetes/" [[menu.reference]] parent = "node" name = "linode" - url = "/reference/pkg/nodejs/pulumi/linode/" + url = "/docs/reference/pkg/nodejs/pulumi/linode/" [[menu.reference]] parent = "node" name = "mysql" - url = "/reference/pkg/nodejs/pulumi/mysql/" + url = "/docs/reference/pkg/nodejs/pulumi/mysql/" [[menu.reference]] parent = "node" name = "newrelic" - url = "/reference/pkg/nodejs/pulumi/newrelic/" + url = "/docs/reference/pkg/nodejs/pulumi/newrelic/" [[menu.reference]] parent = "node" name = "openstack" - url = "/reference/pkg/nodejs/pulumi/openstack/" + url = "/docs/reference/pkg/nodejs/pulumi/openstack/" [[menu.reference]] parent = "node" name = "packet" - url = "/reference/pkg/nodejs/pulumi/packet/" + url = "/docs/reference/pkg/nodejs/pulumi/packet/" [[menu.reference]] parent = "node" name = "random" - url = "/reference/pkg/nodejs/pulumi/random/" + url = "/docs/reference/pkg/nodejs/pulumi/random/" [[menu.reference]] parent = "node" name = "vsphere" - url = "/reference/pkg/nodejs/pulumi/vsphere/" + url = "/docs/reference/pkg/nodejs/pulumi/vsphere/" [[menu.reference]] parent = "python" identifier = "python-pulumi" name = "pulumi" - url = "/reference/pkg/python/pulumi/" + url = "/docs/reference/pkg/python/pulumi/" weight = 1 [[menu.reference]] parent = "python" name = "pulumi_aws" - url = "/reference/pkg/python/pulumi_aws/" + url = "/docs/reference/pkg/python/pulumi_aws/" [[menu.reference]] parent = "python" name = "pulumi_azure" - url = "/reference/pkg/python/pulumi_azure/" + url = "/docs/reference/pkg/python/pulumi_azure/" [[menu.reference]] parent = "python" name = "pulumi_azuread" - url = "/reference/pkg/python/pulumi_azuread/" + url = "/docs/reference/pkg/python/pulumi_azuread/" [[menu.reference]] parent = "python" name = "pulumi_cloudflare" - url = "/reference/pkg/python/pulumi_cloudflare/" + url = "/docs/reference/pkg/python/pulumi_cloudflare/" [[menu.reference]] parent = "python" name = "pulumi_digitalocean" - url = "/reference/pkg/python/pulumi_digitalocean/" + url = "/docs/reference/pkg/python/pulumi_digitalocean/" [[menu.reference]] parent = "python" name = "pulumi_f5bigip" - url = "/reference/pkg/python/pulumi_f5bigip/" + url = "/docs/reference/pkg/python/pulumi_f5bigip/" [[menu.reference]] parent = "python" name = "pulumi_gcp" - url = "/reference/pkg/python/pulumi_gcp/" + url = "/docs/reference/pkg/python/pulumi_gcp/" [[menu.reference]] parent = "python" name = "pulumi_kubernetes" - url = "/reference/pkg/python/pulumi_kubernetes/" + url = "/docs/reference/pkg/python/pulumi_kubernetes/" [[menu.reference]] parent = "python" name = "pulumi_linode" - url = "/reference/pkg/python/pulumi_linode/" + url = "/docs/reference/pkg/python/pulumi_linode/" [[menu.reference]] parent = "python" name = "pulumi_newrelic" - url = "/reference/pkg/python/pulumi_newrelic/" + url = "/docs/reference/pkg/python/pulumi_newrelic/" [[menu.reference]] parent = "python" name = "pulumi_openstack" - url = "/reference/pkg/python/pulumi_openstack/" + url = "/docs/reference/pkg/python/pulumi_openstack/" [[menu.reference]] parent = "python" name = "pulumi_random" - url = "/reference/pkg/python/pulumi_random/" + url = "/docs/reference/pkg/python/pulumi_random/" [[menu.reference]] parent = "python" name = "pulumi_vsphere" - url = "/reference/pkg/python/pulumi_vsphere/" + url = "/docs/reference/pkg/python/pulumi_vsphere/" diff --git a/content/_index.md b/content/docs/_index.md similarity index 77% rename from content/_index.md rename to content/docs/_index.md index bfdbce1a305d..42c7669c90a2 100644 --- a/content/_index.md +++ b/content/docs/_index.md @@ -1,4 +1,5 @@ --- +layout: "home" noindex: true --- @@ -11,18 +12,18 @@ noindex: true Provision infrastructure on any cloud using your favorite language.
- }}"> - }}"> - }}"> + }}"> + }}"> + }}">
@@ -79,13 +80,13 @@ noindex: true
-After some dependency installations from NPM, you'll see a few files have been generated from this initialization process.
+After some dependency installations from NPM, you'll see a few files have been generated from this initialization process.
Let's look at some of those.
-- `Pulumi.yaml` defines the [project]({{< relref "/reference/project.md" >}}).
-- `Pulumi.ahoy-pulumi-dev.yaml` is the [configuration file]({{< relref "/reference/config.md" >}}) for the stack we initialized.
+- `Pulumi.yaml` defines the [project]({{< relref "/docs/reference/project.md" >}}).
+- `Pulumi.ahoy-pulumi-dev.yaml` is the [configuration file]({{< relref "/docs/reference/config.md" >}}) for the stack we initialized.
- `www` contains our sample static content.
- The key file for defining our stack resources `index.js` so let's examine that.
@@ -85,7 +85,7 @@ const endpoint = new awsx.apigateway.API("hello", {
exports.url = endpoint.url;
```
-See the [reference documentation]({{< relref "/reference" >}}) for details on the APIs we're using.
+See the [reference documentation]({{< relref "/docs/reference" >}}) for details on the APIs we're using.
## Deploy the stack
@@ -149,4 +149,4 @@ From here, you can dive deeper:
REST APIs that use a document database
- [Multi-cloud Serverless plus Containers]({{< relref "../cloudfx/tutorial-thumbnailer.md" >}}): Create a multi-cloud video
thumbnail app that uses containers, serverless, and infrastructure together
-- Take [a tour of Pulumi]({{< relref "/tour" >}}).
+- Take [a tour of Pulumi]({{< relref "/docs/tour" >}}).
diff --git a/content/quickstart/aws/tutorial-s3-website.md b/content/docs/quickstart/aws/tutorial-s3-website.md
similarity index 82%
rename from content/quickstart/aws/tutorial-s3-website.md
rename to content/docs/quickstart/aws/tutorial-s3-website.md
index d1a0d9cc1313..586a2e829916 100644
--- a/content/quickstart/aws/tutorial-s3-website.md
+++ b/content/docs/quickstart/aws/tutorial-s3-website.md
@@ -9,11 +9,11 @@ menu:
parent: aws
---
-In this tutorial, we'll show how you can use [@pulumi/aws] to provision raw resources. First, we'll create a Pulumi program that uploads files from the `www` directory to S3. Then, we'll configure the bucket to serve a website. The [code for this tutorial][s3-folder] is available on GitHub.
+In this tutorial, we'll show how you can use [@pulumi/aws] to provision raw resources. First, we'll create a Pulumi program that uploads files from the `www` directory to S3. Then, we'll configure the bucket to serve a website. The [code for this tutorial][s3-folder] is available on GitHub.
{{< aws-js-prereqs >}}
-## Create a bucket and upload files
+## Create a bucket and upload files
1. Create an empty project with `pulumi new`:
@@ -37,7 +37,7 @@ In this tutorial, we'll show how you can use [@pulumi/aws] to provision raw reso
// For each file in the directory, create an S3 object stored in `siteBucket`
for (let item of require("fs").readdirSync(siteDir)) {
let filePath = require("path").join(siteDir, item);
- let object = new aws.s3.BucketObject(item, {
+ let object = new aws.s3.BucketObject(item, {
bucket: siteBucket,
source: new pulumi.asset.FileAsset(filePath), // use FileAsset to point to a file
contentType: mime.getType(filePath) || undefined, // set the MIME type of the file
@@ -71,7 +71,7 @@ In this tutorial, we'll show how you can use [@pulumi/aws] to provision raw reso
$ npm install --save @pulumi/aws mime
```
-1. Configure the AWS region to deploy to, such as `us-west-2`. After this step, a new file `Pulumi.website-testing.yaml` is created, next to your [Pulumi.yaml project file]({{< relref "/reference/project.md" >}}). See [Defining and setting stack settings]({{< relref "/reference/config.md#config-stack" >}}) for more information about this file.
+1. Configure the AWS region to deploy to, such as `us-west-2`. After this step, a new file `Pulumi.website-testing.yaml` is created, next to your [Pulumi.yaml project file]({{< relref "/docs/reference/project.md" >}}). See [Defining and setting stack settings]({{< relref "/docs/reference/config.md#config-stack" >}}) for more information about this file.
```bash
$ pulumi config set aws:region us-west-2
@@ -98,7 +98,7 @@ In this tutorial, we'll show how you can use [@pulumi/aws] to provision raw reso
## Add S3 website support
-In this section, we configure the S3 bucket to serve the files to a browser. To do this, we use the [aws.s3.Bucket.websites] property and attach an [aws.s3.BucketPolicy] object.
+In this section, we configure the S3 bucket to serve the files to a browser. To do this, we use the [aws.s3.Bucket.websites] property and attach an [aws.s3.BucketPolicy] object.
1. Change the declaration of `siteBucket` to specify an `indexDocument`:
@@ -119,7 +119,7 @@ In this section, we configure the S3 bucket to serve the files to a browser. To
```javascript
// Create an S3 Bucket Policy to allow public read of all objects in bucket
// This reusable function can be pulled out into its own module
- function publicReadPolicyForBucket(bucketName) {
+ function publicReadPolicyForBucket(bucketName) {
return JSON.stringify({
Version: "2012-10-17",
Statement: [{
@@ -136,20 +136,20 @@ In this section, we configure the S3 bucket to serve the files to a browser. To
}
// Set the access policy for the bucket so all objects are readable
- let bucketPolicy = new aws.s3.BucketPolicy("bucketPolicy", {
+ let bucketPolicy = new aws.s3.BucketPolicy("bucketPolicy", {
bucket: siteBucket.bucket, // depends on siteBucket -- see explanation below
- policy: siteBucket.bucket.apply(publicReadPolicyForBucket)
+ policy: siteBucket.bucket.apply(publicReadPolicyForBucket)
// transform the siteBucket.bucket output property -- see explanation below
});
exports.websiteUrl = siteBucket.websiteEndpoint; // output the endpoint as a stack output
```
- To make [all objects in the bucket publicly readable](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteAccessPermissionsReqd.html), we create a [BucketPolicy][aws.s3.BucketPolicy] object. The definition of `bucketPolicy` illustrates how Pulumi tracks dependencies between resources. The property [aws.s3.Bucket.bucket] is an output property of type [pulumi.Output] --- a marker class that encodes the relationship between resources in a Pulumi program. An object of type `Output` can be passed directly to the inputs of a resource constructor, such as the `bucket` property.
-
- For the `policy` property, the IAM policy must include the target bucket name. Since the value of output properties are not known until the underlying resource is created (such as the generated name for the S3 bucket), we use the `apply` method of [pulumi.Output] rather than directly calling `publicReadPolicyForBucket`.
+ To make [all objects in the bucket publicly readable](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteAccessPermissionsReqd.html), we create a [BucketPolicy][aws.s3.BucketPolicy] object. The definition of `bucketPolicy` illustrates how Pulumi tracks dependencies between resources. The property [aws.s3.Bucket.bucket] is an output property of type [pulumi.Output] --- a marker class that encodes the relationship between resources in a Pulumi program. An object of type `Output` can be passed directly to the inputs of a resource constructor, such as the `bucket` property.
- Whenever you need to create a dependency between resources, simply use the output property of one resource as the input to another one. Pulumi uses this information to create physical resources in the correct order.
+ For the `policy` property, the IAM policy must include the target bucket name. Since the value of output properties are not known until the underlying resource is created (such as the generated name for the S3 bucket), we use the `apply` method of [pulumi.Output] rather than directly calling `publicReadPolicyForBucket`.
+
+ Whenever you need to create a dependency between resources, simply use the output property of one resource as the input to another one. Pulumi uses this information to create physical resources in the correct order.
1. Run `pulumi up`, which shows the change to **update** the `Bucket` resource and **create** a new `BucketPolicy` resource:
@@ -189,22 +189,22 @@ The full source of the example is available in the [Pulumi examples repo](https:
- [S3 website][s3-folder]
- [S3 website as component][s3-folder-component]
-To learn how to convert the raw AWS option to a high-level component, see the [Pulumi Components]({{< relref "/reference/component-tutorial.md" >}}) tutorial.
+To learn how to convert the raw AWS option to a high-level component, see the [Pulumi Components]({{< relref "/docs/reference/component-tutorial.md" >}}) tutorial.
-[@pulumi/aws]: {{< relref "/reference/pkg/nodejs/pulumi/aws" >}}
-[aws.s3.Bucket]: {{< relref "/reference/pkg/nodejs/pulumi/aws/s3#Bucket" >}}
-[aws.s3.Bucket.bucket]: {{< relref "/reference/pkg/nodejs/pulumi/aws/s3#Bucket" >}}
-[aws.s3.BucketObject]: {{< relref "/reference/pkg/nodejs/pulumi/aws/s3#BucketObject" >}}
-[pulumi.asset.FileAsset]: {{< relref "/reference/pkg/nodejs/pulumi/pulumi/asset#FileAsset" >}}
-[aws.s3.BucketPolicy]: {{< relref "/reference/pkg/nodejs/pulumi/aws/s3#BucketPolicy" >}}
-[aws.s3.Bucket.websites]: {{< relref "/reference/pkg/nodejs/pulumi/aws/s3#Bucket" >}}
-[pulumi.Output]: {{< relref "/reference/pkg/nodejs/pulumi/pulumi#Output" >}}
-[pulumi.Output.apply]: {{< relref "/reference/pkg/nodejs/pulumi/pulumi#Output" >}}
-[pulumi.Input]: {{< relref "/reference/pkg/nodejs/pulumi/pulumi#Input" >}}
-[pulumi.ComponentResource]: {{< relref "/reference/pkg/nodejs/pulumi/pulumi#ComponentResource" >}}
-[Component]: {{< relref "/reference/programming-model#components" >}}
+[@pulumi/aws]: {{< relref "/docs/reference/pkg/nodejs/pulumi/aws" >}}
+[aws.s3.Bucket]: {{< relref "/docs/reference/pkg/nodejs/pulumi/aws/s3#Bucket" >}}
+[aws.s3.Bucket.bucket]: {{< relref "/docs/reference/pkg/nodejs/pulumi/aws/s3#Bucket" >}}
+[aws.s3.BucketObject]: {{< relref "/docs/reference/pkg/nodejs/pulumi/aws/s3#BucketObject" >}}
+[pulumi.asset.FileAsset]: {{< relref "/docs/reference/pkg/nodejs/pulumi/pulumi/asset#FileAsset" >}}
+[aws.s3.BucketPolicy]: {{< relref "/docs/reference/pkg/nodejs/pulumi/aws/s3#BucketPolicy" >}}
+[aws.s3.Bucket.websites]: {{< relref "/docs/reference/pkg/nodejs/pulumi/aws/s3#Bucket" >}}
+[pulumi.Output]: {{< relref "/docs/reference/pkg/nodejs/pulumi/pulumi#Output" >}}
+[pulumi.Output.apply]: {{< relref "/docs/reference/pkg/nodejs/pulumi/pulumi#Output" >}}
+[pulumi.Input]: {{< relref "/docs/reference/pkg/nodejs/pulumi/pulumi#Input" >}}
+[pulumi.ComponentResource]: {{< relref "/docs/reference/pkg/nodejs/pulumi/pulumi#ComponentResource" >}}
+[Component]: {{< relref "/docs/reference/programming-model#components" >}}
[s3-folder]: https://github.com/pulumi/examples/tree/master/aws-js-s3-folder
[s3-folder-component]: https://github.com/pulumi/examples/tree/master/aws-js-s3-folder-component
-[Pulumi Cloud]: {{< relref "/quickstart/cloudfx" >}}
+[Pulumi Cloud]: {{< relref "/docs/quickstart/cloudfx" >}}
diff --git a/content/quickstart/aws/tutorial-service.md b/content/docs/quickstart/aws/tutorial-service.md
similarity index 89%
rename from content/quickstart/aws/tutorial-service.md
rename to content/docs/quickstart/aws/tutorial-service.md
index 49eec8c3e44c..b9736a88fb1d 100644
--- a/content/quickstart/aws/tutorial-service.md
+++ b/content/docs/quickstart/aws/tutorial-service.md
@@ -9,12 +9,12 @@ menu:
parent: aws
---
-In this tutorial, we'll use TypeScript to build and deploy a simple container using the [`@pulumi/aws`]({{< relref "/reference/pkg/nodejs/pulumi/aws" >}}) and [`@pulumi/awsx`]({{< relref "/reference/pkg/nodejs/pulumi/awsx" >}}) frameworks. This example can be deployed to AWS on either Fargate, and can be simply updated to use ECS as well. The [code for this tutorial](https://github.com/pulumi/examples/tree/master/aws-ts-containers) is available on GitHub.
+In this tutorial, we'll use TypeScript to build and deploy a simple container using the [`@pulumi/aws`]({{< relref "/docs/reference/pkg/nodejs/pulumi/aws" >}}) and [`@pulumi/awsx`]({{< relref "/docs/reference/pkg/nodejs/pulumi/awsx" >}}) frameworks. This example can be deployed to AWS on either Fargate, and can be simply updated to use ECS as well. The [code for this tutorial](https://github.com/pulumi/examples/tree/master/aws-ts-containers) is available on GitHub.
## Prerequisites
-1. [Install Pulumi]({{< relref "/quickstart/install.md" >}})
-1. Configure [AWS]({{< relref "/quickstart/aws/setup.md" >}}) credentials
+1. [Install Pulumi]({{< relref "/docs/quickstart/install.md" >}})
+1. Configure [AWS]({{< relref "/docs/quickstart/aws/setup.md" >}}) credentials
## Serve an HTML file in an NGINX container
@@ -33,7 +33,7 @@ In this tutorial, we'll use TypeScript to build and deploy a simple container us
import * as pulumi from "@pulumi/pulumi";
import * as aws from "@pulumi/aws";
import * as awsx from "@pulumi/awsx";
-
+
// Create an elastic network listener to listen for requests and route them to the container.
// See https://docs.aws.amazon.com/elasticloadbalancing/latest/network/introduction.html
// for more details.
diff --git a/content/quickstart/aws/tutorial-thumbnailer.md b/content/docs/quickstart/aws/tutorial-thumbnailer.md
similarity index 98%
rename from content/quickstart/aws/tutorial-thumbnailer.md
rename to content/docs/quickstart/aws/tutorial-thumbnailer.md
index 5c1b7fbfe72d..5560f1ce37e0 100644
--- a/content/quickstart/aws/tutorial-thumbnailer.md
+++ b/content/docs/quickstart/aws/tutorial-thumbnailer.md
@@ -109,7 +109,7 @@ and a video walkthrough of this example is [available on YouTube](https://www.yo
This code declares the following resources:
- - **Cloud infrastructure**. S3 bucket for videos and still frames. We define a [stack output property]({{< relref "/reference/stack.md#outputs" >}}) `bucketName`, to easily retrieve this value after the project has been deployed.
+ - **Cloud infrastructure**. S3 bucket for videos and still frames. We define a [stack output property]({{< relref "/docs/reference/stack.md#outputs" >}}) `bucketName`, to easily retrieve this value after the project has been deployed.
- **Containers**. Uses awsx.ecs.FargateTaskDefinition, which is a high-level, convenient component for working with containers. The component automatically provisions a container registry instance in ECR, runs a Docker build, and saves the Docker image to the provisioned ECR instance. It also defines an ECS task and configures it to use the built image.
- **Serverless functions**
- The Lambda function `onNewVideo` is triggered whenever a new `.mp4` video file is uploaded to the S3 bucket. The Lambda extracts the time index that is encoded in the video filename (in the form `file_mm-ss`) and launches the container task.
diff --git a/content/quickstart/azure/_index.md b/content/docs/quickstart/azure/_index.md
similarity index 93%
rename from content/quickstart/azure/_index.md
rename to content/docs/quickstart/azure/_index.md
index 8b7530b4096a..01f903e97edd 100644
--- a/content/quickstart/azure/_index.md
+++ b/content/docs/quickstart/azure/_index.md
@@ -9,13 +9,13 @@ menu:
-The Azure provider for Pulumi can be used to provision any of the cloud resources available in [Azure](https://azure.microsoft.com/en-us/) via Azure Resource Manager (ARM). The Azure provider must be configured with credentials to deploy and update resources in Azure.
+The Azure provider for Pulumi can be used to provision any of the cloud resources available in [Azure](https://azure.microsoft.com/en-us/) via Azure Resource Manager (ARM). The Azure provider must be configured with credentials to deploy and update resources in Azure.
-See the [full API documentation]({{< relref "/reference/pkg/nodejs/pulumi/azure" >}}) for complete details of the available Azure provider APIs.
+See the [full API documentation]({{< relref "/docs/reference/pkg/nodejs/pulumi/azure" >}}) for complete details of the available Azure provider APIs.
## Setup
-The Azure provider supports several options for providing access to Azure credentials. See [Azure installation page]({{< relref "/quickstart/azure/setup.md" >}}) for details.
+The Azure provider supports several options for providing access to Azure credentials. See [Azure installation page]({{< relref "/docs/quickstart/azure/setup.md" >}}) for details.
## Getting Started
@@ -50,7 +50,7 @@ The following packages are available in package managers:
* Python: [`pulumi-azure`](https://pypi.org/project/pulumi-azure/)
* Go: [`github.com/pulumi/pulumi-azure/sdk/go/azure`](https://github.com/pulumi/pulumi-azure)
-The Azure provider is open source and available in the [pulumi/pulumi-azure](https://github.com/pulumi/pulumi-azure) repo.
+The Azure provider is open source and available in the [pulumi/pulumi-azure](https://github.com/pulumi/pulumi-azure) repo.
## Configuration
diff --git a/content/quickstart/azure/setup.md b/content/docs/quickstart/azure/setup.md
similarity index 100%
rename from content/quickstart/azure/setup.md
rename to content/docs/quickstart/azure/setup.md
diff --git a/content/quickstart/azure/tutorial-azure-kubernetes-service.md b/content/docs/quickstart/azure/tutorial-azure-kubernetes-service.md
similarity index 91%
rename from content/quickstart/azure/tutorial-azure-kubernetes-service.md
rename to content/docs/quickstart/azure/tutorial-azure-kubernetes-service.md
index eeb4868067c6..27ae5ade1d8c 100644
--- a/content/quickstart/azure/tutorial-azure-kubernetes-service.md
+++ b/content/docs/quickstart/azure/tutorial-azure-kubernetes-service.md
@@ -24,13 +24,13 @@ In this tutorial, we'll use Python to deploy an instance of Azure Kubernetes Ser
* Enter in a Pulumi project name, and description to detail what this
Pulumi program does
- * Enter in a name for the [Pulumi stack]({{< relref "/reference/stack.md" >}}), which is an instance of our Pulumi program, and is used to distinguish amongst different development phases and environments of your work streams.
+ * Enter in a name for the [Pulumi stack]({{< relref "/docs/reference/stack.md" >}}), which is an instance of our Pulumi program, and is used to distinguish amongst different development phases and environments of your work streams.
* Enter in the Azure environment to use.
* Follow the instructions presented to change directories to the newly created Pulumi project and install the dependencies.
1. Add the required dependencies:
- This installs the dependent packages [needed]({{< relref "/reference/how.md" >}}) for our Pulumi program.
+ This installs the dependent packages [needed]({{< relref "/docs/reference/how.md" >}}) for our Pulumi program.
```bash
$ pip install pulumi pulumi_azure pulumi_kubernetes
@@ -191,7 +191,7 @@ In this tutorial, we'll use Python to deploy an instance of Azure Kubernetes Ser
pulumi.export('kubeconfig', aks.kube_config_raw)
```
- This example uses the [@pulumi_azure]({{< relref "/reference/pkg/python/pulumi_azure" >}}) package to create and manage several Azure resources including: a [KubernetesCluster]({{< relref "/reference/pkg/python/pulumi_azure/containerservice#pulumi_azure.containerservice.KubernetesCluster" >}}), [Registry]({{< relref "/reference/pkg/python/pulumi_azure/containerservice#pulumi_azure.containerservice.Registry" >}}) which will store Docker images and [VirtualNetwork]({{< relref "/reference/pkg/python/pulumi_azure/network#pulumi_azure.network.VirtualNetwork" >}}) that will contain AKS worker nodes and several others. We are using implicit and explicit dependencies in this configuration. For example, resource outputs can be used as inputs to imply dependency between resources, but you can also declare dependency using [ResourceOptions]({{< relref "/reference/programming-model.md#resources" >}}) passed to the resource as additional arguments.
+ This example uses the [@pulumi_azure]({{< relref "/docs/reference/pkg/python/pulumi_azure" >}}) package to create and manage several Azure resources including: a [KubernetesCluster]({{< relref "/docs/reference/pkg/python/pulumi_azure/containerservice#pulumi_azure.containerservice.KubernetesCluster" >}}), [Registry]({{< relref "/docs/reference/pkg/python/pulumi_azure/containerservice#pulumi_azure.containerservice.Registry" >}}) which will store Docker images and [VirtualNetwork]({{< relref "/docs/reference/pkg/python/pulumi_azure/network#pulumi_azure.network.VirtualNetwork" >}}) that will contain AKS worker nodes and several others. We are using implicit and explicit dependencies in this configuration. For example, resource outputs can be used as inputs to imply dependency between resources, but you can also declare dependency using [ResourceOptions]({{< relref "/docs/reference/programming-model.md#resources" >}}) passed to the resource as additional arguments.
1. To preview and deploy changes, run `pulumi up` and select "yes."
diff --git a/content/quickstart/azure/tutorial-container-webserver.md b/content/docs/quickstart/azure/tutorial-container-webserver.md
similarity index 88%
rename from content/quickstart/azure/tutorial-container-webserver.md
rename to content/docs/quickstart/azure/tutorial-container-webserver.md
index d257d0e55430..dc589f3dcea4 100644
--- a/content/quickstart/azure/tutorial-container-webserver.md
+++ b/content/docs/quickstart/azure/tutorial-container-webserver.md
@@ -10,7 +10,7 @@ In this tutorial, we'll use JavaScript to deploy a simple nginx container to Azu
## Prerequisites
-1. [Install Pulumi]({{< relref "/quickstart/install.md" >}})
+1. [Install Pulumi]({{< relref "/docs/quickstart/install.md" >}})
1. [Configure Azure credentials]({{< relref "setup.md" >}})
## Create a container in Azure Container Instance {#ACI}
@@ -51,7 +51,7 @@ In this tutorial, we'll use JavaScript to deploy a simple nginx container to Azu
exports.publicIP = container.ipAddress;
```
- This example uses the [@pulumi/azure]({{< relref "/reference/pkg/nodejs/pulumi/azure" >}}) package to create and manage two Azure resources including: an [azure.core.ResourceGroup]({{< relref "/reference/pkg/nodejs/pulumi/azure/core#ResourceGroup" >}}) which will contain the ACI instance and [azure.containerservice.Group]({{< relref "/reference/pkg/nodejs/pulumi/azure/containerservice#Group" >}}) which will run an `nginx` Docker container.
+ This example uses the [@pulumi/azure]({{< relref "/docs/reference/pkg/nodejs/pulumi/azure" >}}) package to create and manage two Azure resources including: an [azure.core.ResourceGroup]({{< relref "/docs/reference/pkg/nodejs/pulumi/azure/core#ResourceGroup" >}}) which will contain the ACI instance and [azure.containerservice.Group]({{< relref "/docs/reference/pkg/nodejs/pulumi/azure/containerservice#Group" >}}) which will run an `nginx` Docker container.
1. To preview and deploy changes, run `pulumi up`. The command shows a preview of the resources that will be created and prompts on whether to proceed with the deployment. Note that the stack itself is counted as a resource, though it does not correspond to an actual cloud resource.
@@ -88,7 +88,7 @@ In this tutorial, we'll use JavaScript to deploy a simple nginx container to Azu
To see the full details of the deployment and the resources that are now part of the stack, open the update permalink in a browser.
-1. To view the provisioned resources on the command line, run `pulumi stack`. You'll also see a [stack output]({{< relref "/reference/stack.md#output" >}}) corresponding to the private IP address of the nginx container we've created.
+1. To view the provisioned resources on the command line, run `pulumi stack`. You'll also see a [stack output]({{< relref "/docs/reference/stack.md#output" >}}) corresponding to the private IP address of the nginx container we've created.
$ pulumi stack
...
diff --git a/content/quickstart/cloudfx/_index.md b/content/docs/quickstart/cloudfx/_index.md
similarity index 93%
rename from content/quickstart/cloudfx/_index.md
rename to content/docs/quickstart/cloudfx/_index.md
index fff3c84020d4..18295fb0f321 100644
--- a/content/quickstart/cloudfx/_index.md
+++ b/content/docs/quickstart/cloudfx/_index.md
@@ -13,9 +13,9 @@ The Cloud framework for Pulumi lets you program infrastructure and application l
The Cloud framework must be configured with credentials to deploy and update resources in the target cloud platform.
-See the [full API documentation]({{< relref "/reference/pkg/nodejs/pulumi/cloud" >}}) for complete details of the available Cloud framework APIs.
+See the [full API documentation]({{< relref "/docs/reference/pkg/nodejs/pulumi/cloud" >}}) for complete details of the available Cloud framework APIs.
-For AWS-specific use cases, see also the [awsx]({{< relref "/reference/pkg/nodejs/pulumi/awsx" >}}) library which provides higher-level libraries for working with many AWS services.
+For AWS-specific use cases, see also the [awsx]({{< relref "/docs/reference/pkg/nodejs/pulumi/awsx" >}}) library which provides higher-level libraries for working with many AWS services.
## Getting Started
@@ -58,7 +58,7 @@ The Cloud framework is open source and available in the [pulumi/pulumi-cloud](ht
## Authentication
-Authentication options must be set for the target cloud provider. See the [AWS setup page]({{< relref "/quickstart/aws/setup.md" >}}) for details (more providers for the Cloud framework coming soon).
+Authentication options must be set for the target cloud provider. See the [AWS setup page]({{< relref "/docs/quickstart/aws/setup.md" >}}) for details (more providers for the Cloud framework coming soon).
## Configuration
diff --git a/content/quickstart/cloudfx/tutorial-rest-api.md b/content/docs/quickstart/cloudfx/tutorial-rest-api.md
similarity index 87%
rename from content/quickstart/cloudfx/tutorial-rest-api.md
rename to content/docs/quickstart/cloudfx/tutorial-rest-api.md
index a7056d629e71..c5514c961656 100644
--- a/content/quickstart/cloudfx/tutorial-rest-api.md
+++ b/content/docs/quickstart/cloudfx/tutorial-rest-api.md
@@ -8,9 +8,9 @@ menu:
parent: cloud
---
-With Pulumi, you can combine infrastructure definitions and application code in one program. The [@pulumi/cloud] library is a set of Pulumi [components]({{< relref "/reference/programming-model.md#components" >}}) that provide a higher-level abstraction over AWS. So, instead of provisioning an API Gateway instance, Lambda functions, and setting up IAM roles, you can use [cloud.API] and define application code at the same time as the infrastructure it depends on.
+With Pulumi, you can combine infrastructure definitions and application code in one program. The [@pulumi/cloud] library is a set of Pulumi [components]({{< relref "/docs/reference/programming-model.md#components" >}}) that provide a higher-level abstraction over AWS. So, instead of provisioning an API Gateway instance, Lambda functions, and setting up IAM roles, you can use [cloud.API] and define application code at the same time as the infrastructure it depends on.
-In this tutorial, we'll show how to create a simple REST API that counts the number of times a route has been hit. To implement this API, we need a key-value store, an API endpoint, and a Lambda function.
+In this tutorial, we'll show how to create a simple REST API that counts the number of times a route has been hit. To implement this API, we need a key-value store, an API endpoint, and a Lambda function.
{{< aws-js-prereqs >}}
@@ -53,7 +53,7 @@ In this tutorial, we'll show how to create a simple REST API that counts the num
```
The definition for `counterTable` stores a counter for each route, using [cloud.Table]. On AWS, this provisions a DynamoDB instance. To create a new API Gateway instance, we create an instance of [cloud.API]. New routes can be added to this endpoint using methods like `get`, `post`, `put` etc.
-
+
The function passed to `get` is the interesting part: this becomes the body of a new AWS Lambda function that is called on a GET request to the API Gateway. The body of this function can use variables defined in the main program, such as `counterTable`. This is translated to a lookup on the provisioned DynamoDB instance; there is no need to store its ARN in an environment variable.
1. Add and install the NPM dependencies:
@@ -79,11 +79,11 @@ In this tutorial, we'll show how to create a simple REST API that counts the num
1. View the endpoint URL and curl a few routes:
```bash
- $ pulumi stack output
+ $ pulumi stack output
Current stack outputs (1):
OUTPUT VALUE
endpoint https://5e8xrktey3.execute-api.us-west-2.amazonaws.com/stage/
-
+
$ curl $(pulumi stack output endpoint)/hello
{"route":"hello","count":1}
$ curl $(pulumi stack output endpoint)/woohoo
@@ -112,6 +112,6 @@ For an end-to-end application with a frontend, see the [URL shortener sample](ht
[@pulumi/cloud]: {{< relref "./" >}}
-[cloud.API]: {{< relref "/reference/pkg/nodejs/pulumi/cloud-aws#API" >}}
-[cloud.Table]: {{< relref "/reference/pkg/nodejs/pulumi/cloud-aws#Table" >}}
+[cloud.API]: {{< relref "/docs/reference/pkg/nodejs/pulumi/cloud-aws#API" >}}
+[cloud.Table]: {{< relref "/docs/reference/pkg/nodejs/pulumi/cloud-aws#Table" >}}
diff --git a/content/quickstart/cloudfx/tutorial-service.md b/content/docs/quickstart/cloudfx/tutorial-service.md
similarity index 86%
rename from content/quickstart/cloudfx/tutorial-service.md
rename to content/docs/quickstart/cloudfx/tutorial-service.md
index 1235710becfe..92e1b41933c8 100644
--- a/content/quickstart/cloudfx/tutorial-service.md
+++ b/content/docs/quickstart/cloudfx/tutorial-service.md
@@ -9,7 +9,7 @@ menu:
parent: cloud
---
-In this tutorial, we'll use JavaScript to build and deploy a simple container using the [`@pulumi/cloud`]({{< relref "/reference/pkg/nodejs/pulumi/cloud" >}}) framework. This example can be deployed to AWS (on either Fargate or ECS) or to Azure (on ACI). By authoring our infrastructure using the `@pulumi/cloud` framework, it can be deployed transparently to either cloud (with support for other clouds on the roadmap). The [code for this tutorial](https://github.com/pulumi/examples/tree/master/cloud-js-containers) is available on GitHub.
+In this tutorial, we'll use JavaScript to build and deploy a simple container using the [`@pulumi/cloud`]({{< relref "/docs/reference/pkg/nodejs/pulumi/cloud" >}}) framework. This example can be deployed to AWS (on either Fargate or ECS) or to Azure (on ACI). By authoring our infrastructure using the `@pulumi/cloud` framework, it can be deployed transparently to either cloud (with support for other clouds on the roadmap). The [code for this tutorial](https://github.com/pulumi/examples/tree/master/cloud-js-containers) is available on GitHub.
## Prerequisites
@@ -47,7 +47,7 @@ In this tutorial, we'll use JavaScript to build and deploy a simple container us
exports.url = service.defaultEndpoint.apply(e => `http://${e.hostname}`);
```
- This example uses [cloud.Service]({{< relref "/reference/pkg/nodejs/pulumi/cloud#Service" >}}), which is a high-level, convenient interface for building containers and provisioning a container service on your target cloud.
+ This example uses [cloud.Service]({{< relref "/docs/reference/pkg/nodejs/pulumi/cloud#Service" >}}), which is a high-level, convenient interface for building containers and provisioning a container service on your target cloud.
1. Create a subfolder `app` with the following files:
diff --git a/content/quickstart/cloudfx/tutorial-thumbnailer.md b/content/docs/quickstart/cloudfx/tutorial-thumbnailer.md
similarity index 92%
rename from content/quickstart/cloudfx/tutorial-thumbnailer.md
rename to content/docs/quickstart/cloudfx/tutorial-thumbnailer.md
index 7b22f2dee17c..eb2a1f39199c 100644
--- a/content/quickstart/cloudfx/tutorial-thumbnailer.md
+++ b/content/docs/quickstart/cloudfx/tutorial-thumbnailer.md
@@ -79,8 +79,8 @@ and a video walkthrough of this example is [available on YouTube](https://www.yo
This code declares the following resources:
- - **Cloud infrastructure**. S3 bucket for videos and still frames. We define a [stack output property]({{< relref "/reference/stack.md#outputs" >}}) `bucketName`, to easily retrieve this value after the project has been deployed.
- - **Containers**. Uses [cloud.Task]({{< relref "/reference/pkg/nodejs/pulumi/cloud#Task" >}}), which is a high-level, convenient component for working with containers. The component automatically provisions a container registry instance in ECR, runs a Docker build, and saves the Docker image to the provisioned ECR instance. It also defines an ECS task and configures it to use the built image.
+ - **Cloud infrastructure**. S3 bucket for videos and still frames. We define a [stack output property]({{< relref "/docs/reference/stack.md#outputs" >}}) `bucketName`, to easily retrieve this value after the project has been deployed.
+ - **Containers**. Uses [cloud.Task]({{< relref "/docs/reference/pkg/nodejs/pulumi/cloud#Task" >}}), which is a high-level, convenient component for working with containers. The component automatically provisions a container registry instance in ECR, runs a Docker build, and saves the Docker image to the provisioned ECR instance. It also defines an ECS task and configures it to use the built image.
- **Serverless functions**
- The Lambda function `onNewVideo` is triggered whenever a new `.mp4` video file is uploaded to the S3 bucket. The Lambda extracts the time index that is encoded in the video filename (in the form `file_mm-ss`) and launches the container task.
- The Lambda function `onNewThumbnail` is triggered when a new `.jpg` thumbnail file is uploaded to the S3 bucket, and prints a message to the log file.
@@ -119,7 +119,7 @@ and a video walkthrough of this example is [available on YouTube](https://www.yo
$ pulumi config set cloud-aws:useFargate true
```
-1. Preview and deploy changes via `pulumi up`, which will take a few minutes. During the preview phase, Pulumi runs the Docker build.
+1. Preview and deploy changes via `pulumi up`, which will take a few minutes. During the preview phase, Pulumi runs the Docker build.
```bash
$ pulumi up
@@ -130,7 +130,7 @@ and a video walkthrough of this example is [available on YouTube](https://www.yo
...
global: global
info: Building container image 'pulum-dc8d99de-container': context=./docker-ffmpeg-thumb
-
+
Do you want to perform this update? yes
Updating stack 'thumbnailer-testing'
Performing changes:
@@ -159,7 +159,7 @@ To test the application, we'll upload a video to S3, view the running applicatio
upload: cat.mp4 to s3://bucket-0c91106/cat_00-01.mp4
```
-### 2. View logs
+### 2. View logs
Run `pulumi logs -f` for the streaming logs of the Lambda functions as well as the Fargate task. Note that the log contains a prefix that matches the functions and tasks in your code, such as `onNewVideo` and `ffmpegThumbTask`:
@@ -179,11 +179,11 @@ upload: ./cat.jpg to s3://bucket-756b44a/cat.jpg pleted 86.6 Ki
### 3. Download the thumbnail file
-After you see the `*** New thumbnail` message, copy the jpg from S3.
+After you see the `*** New thumbnail` message, copy the jpg from S3.
```bash
$ aws s3 cp s3://$(pulumi stack output bucketName)/cat.jpg .
-download: s3://bucket-0c91106/cat.jpg to ./cat.jpg
+download: s3://bucket-0c91106/cat.jpg to ./cat.jpg
```
## Clean up
diff --git a/content/quickstart/gcp/_index.md b/content/docs/quickstart/gcp/_index.md
similarity index 95%
rename from content/quickstart/gcp/_index.md
rename to content/docs/quickstart/gcp/_index.md
index 1587af6c898d..29c19b6e46ea 100644
--- a/content/quickstart/gcp/_index.md
+++ b/content/docs/quickstart/gcp/_index.md
@@ -11,7 +11,7 @@ menu:
The Google Cloud Platform (GCP) provider for Pulumi can be used to provision any of the cloud resources available in [GCP](https://cloud.google.com/). The GCP provider must be configured with credentials to deploy and update resources in Google Cloud.
-See the [full API documentation]({{< relref "/reference/pkg/nodejs/pulumi/gcp" >}}) for complete details of the available GCP provider APIs.
+See the [full API documentation]({{< relref "/docs/reference/pkg/nodejs/pulumi/gcp" >}}) for complete details of the available GCP provider APIs.
## Setup
@@ -48,7 +48,7 @@ The following packages are available in packager managers:
* Python: [`pulumi-gcp`](https://pypi.org/project/pulumi-gcp/)
* Go: [`github.com/pulumi/pulumi-gcp/sdk/go/gcp`](https://github.com/pulumi/pulumi-gcp)
-The CGP provider is open source and available in the [pulumi/pulumi-gcp](https://github.com/pulumi/pulumi-gcp) repo.
+The CGP provider is open source and available in the [pulumi/pulumi-gcp](https://github.com/pulumi/pulumi-gcp) repo.
## Configuration
diff --git a/content/quickstart/gcp/service-account.md b/content/docs/quickstart/gcp/service-account.md
similarity index 100%
rename from content/quickstart/gcp/service-account.md
rename to content/docs/quickstart/gcp/service-account.md
diff --git a/content/quickstart/gcp/setup.md b/content/docs/quickstart/gcp/setup.md
similarity index 100%
rename from content/quickstart/gcp/setup.md
rename to content/docs/quickstart/gcp/setup.md
diff --git a/content/quickstart/gcp/tutorial-gce-webserver.md b/content/docs/quickstart/gcp/tutorial-gce-webserver.md
similarity index 90%
rename from content/quickstart/gcp/tutorial-gce-webserver.md
rename to content/docs/quickstart/gcp/tutorial-gce-webserver.md
index 9beb069483bd..cfe434e94130 100644
--- a/content/quickstart/gcp/tutorial-gce-webserver.md
+++ b/content/docs/quickstart/gcp/tutorial-gce-webserver.md
@@ -6,7 +6,7 @@ menu:
parent: gcp
---
-In this tutorial, we'll use JavaScript to deploy a simple webserver Virtual Machine instance to Google Compute Engine. The [code for this tutorial](https://github.com/pulumi/examples/tree/master/gcp-js-webserver) is available on GitHub.
+In this tutorial, we'll use JavaScript to deploy a simple webserver Virtual Machine instance to Google Compute Engine. The [code for this tutorial](https://github.com/pulumi/examples/tree/master/gcp-js-webserver) is available on GitHub.
## Prerequisites
@@ -47,7 +47,7 @@ In this tutorial, we'll use JavaScript to deploy a simple webserver Virtual Mach
networkInterfaces: [{
network: network.id,
// accessConfigus must includ a single empty config to request an ephemeral IP
- accessConfigs: [{}],
+ accessConfigs: [{}],
}],
});
@@ -56,7 +56,7 @@ In this tutorial, we'll use JavaScript to deploy a simple webserver Virtual Mach
exports.instanceIP = computeInstance.networkInterfaces.apply(ni => ni[0].accessConfigs[0].natIp);
```
- This example uses the [@pulumi/gcp]({{< relref "/reference/pkg/nodejs/pulumi/gcp" >}}) package to create and manage three Google Cloud resources: a [gcp.compute.Network]({{< relref "/reference/pkg/nodejs/pulumi/gcp/compute#Network" >}}) in which the virtual machine will run, a [gcp.compute.Firewall]({{< relref "/reference/pkg/nodejs/pulumi/gcp/compute#Firewall" >}}) which allows access for incoming SSH access, and a [gcp.compute.Instance]({{< relref "/reference/pkg/nodejs/pulumi/gcp/compute#Instance" >}}) which is created inside the network from the Debian 9 base image.
+ This example uses the [@pulumi/gcp]({{< relref "/docs/reference/pkg/nodejs/pulumi/gcp" >}}) package to create and manage three Google Cloud resources: a [gcp.compute.Network]({{< relref "/docs/reference/pkg/nodejs/pulumi/gcp/compute#Network" >}}) in which the virtual machine will run, a [gcp.compute.Firewall]({{< relref "/docs/reference/pkg/nodejs/pulumi/gcp/compute#Firewall" >}}) which allows access for incoming SSH access, and a [gcp.compute.Instance]({{< relref "/docs/reference/pkg/nodejs/pulumi/gcp/compute#Instance" >}}) which is created inside the network from the Debian 9 base image.
1. To preview and deploy changes, run `pulumi up`. The command shows a preview of the resources that will be created and prompts on whether to proceed with the deployment. Note that the stack itself is counted as a resource, though it does not correspond to a physical cloud resource.
@@ -73,7 +73,7 @@ In this tutorial, we'll use JavaScript to deploy a simple webserver Virtual Mach
+ 3 to create
1 unchanged
-1. Now, proceed with the deployment, which will take around a minute to complete.
+1. Now, proceed with the deployment, which will take around a minute to complete.
Do you want to perform this update? yes
Updating (webservergcp-dev):
@@ -98,7 +98,7 @@ In this tutorial, we'll use JavaScript to deploy a simple webserver Virtual Mach
To see the full details of the deployment and the resources that are now part of the stack, open the update permalink in a browser.
-1. To view the provisioned resources on the command line, run `pulumi stack`. You'll also see two [stack outputs]({{< relref "/reference/stack.md#output" >}}) corresponding to the IP and full-qualified host name of the virtual machine instance we've created.
+1. To view the provisioned resources on the command line, run `pulumi stack`. You'll also see two [stack outputs]({{< relref "/docs/reference/stack.md#output" >}}) corresponding to the IP and full-qualified host name of the virtual machine instance we've created.
```
$ pulumi stack
@@ -149,7 +149,7 @@ Pulumi program to define the new state we want our infrastructure to be in, then
networkInterfaces: [{
network: network.id,
// accessConfigus must include a single empty config to request an ephemeral IP
- accessConfigs: [{}],
+ accessConfigs: [{}],
}],
});
diff --git a/content/quickstart/gcp/tutorial-gke.md b/content/docs/quickstart/gcp/tutorial-gke.md
similarity index 96%
rename from content/quickstart/gcp/tutorial-gke.md
rename to content/docs/quickstart/gcp/tutorial-gke.md
index fe9d7b9a2af4..bfc402704c65 100644
--- a/content/quickstart/gcp/tutorial-gke.md
+++ b/content/docs/quickstart/gcp/tutorial-gke.md
@@ -44,11 +44,11 @@ In this tutorial, we'll launch a new Managed Kubernetes cluster in Google Kubern
* Enter in a Pulumi project name, and description to detail what this
Pulumi program does
- * Enter in a name for the [Pulumi stack]({{< relref "/reference/stack.md" >}}), which is an instance of our Pulumi program, and is used to distinguish amongst different development phases and environments of your work streams.
+ * Enter in a name for the [Pulumi stack]({{< relref "/docs/reference/stack.md" >}}), which is an instance of our Pulumi program, and is used to distinguish amongst different development phases and environments of your work streams.
1. Add the required dependencies:
- This installs the dependent packages [needed]({{< relref "/reference/how.md" >}}) for our Pulumi program.
+ This installs the dependent packages [needed]({{< relref "/docs/reference/how.md" >}}) for our Pulumi program.
```bash
npm install --save @pulumi/pulumi @pulumi/gcp @pulumi/kubernetes
@@ -273,7 +273,7 @@ We can do this by configuring a Pulumi provider for our newly created cluster, a
also output incremental status updates, as the Kubernetes changes progress.
> **Note:** Pulumi auto-generates a suffix for all objects.
- > See the [Pulumi Programming Model]({{< relref "/reference/programming-model.md#autonaming" >}}) for more info.
+ > See the [Pulumi Programming Model]({{< relref "/docs/reference/programming-model.md#autonaming" >}}) for more info.
>
> ```
> ...
diff --git a/content/quickstart/install.md b/content/docs/quickstart/install.md
similarity index 98%
rename from content/quickstart/install.md
rename to content/docs/quickstart/install.md
index 9ca8d5a427f4..71b5d96249fe 100644
--- a/content/quickstart/install.md
+++ b/content/docs/quickstart/install.md
@@ -186,7 +186,7 @@ To uninstall Pulumi, delete the `.pulumi` folder in your home directory. If you
also delete the `pulumi` folder that was created.
The current stable version is **{{< param installer_version >}}**. For a full history of prior versions, including
-release notes, please visit }}">the Change Log.
+release notes, please visit }}">the Change Log.
{{% /md %}}
id: Output<ID>;@@ -280,7 +280,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/acm/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/acm/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/acm/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/acm/_index.md index f3b705f17295..2087b324045e 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/acm/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/acm/_index.md @@ -109,7 +109,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -473,7 +473,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/acmpca/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/acmpca/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/acmpca/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/acmpca/_index.md index 02716047cc46..bfe35132bc6b 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/acmpca/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/acmpca/_index.md @@ -143,7 +143,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -358,7 +358,7 @@ The type of the certificate authority. Currently, this must be `SUBORDINATE`. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/apigateway/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/apigateway/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/apigateway/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/apigateway/_index.md index 71c2da6644ea..0cd7d086d8f7 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/apigateway/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/apigateway/_index.md @@ -199,7 +199,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -262,7 +262,7 @@ Account-Level throttle settings. See exported fields below. {{% /md %}}
id: Output<ID>;@@ -856,7 +856,7 @@ The name of a specific deployment stage to expose at the given path. If omitted, {{% /md %}}
id: Output<ID>;@@ -1001,7 +1001,7 @@ The PEM-encoded public key of the client certificate. {{% /md %}}
id: Output<ID>;@@ -1209,7 +1209,7 @@ The name of the stage. If the specified stage already exists, it will be updated {{% /md %}}
id: Output<ID>;@@ -1898,7 +1898,7 @@ The hosted zone ID that can be used to create a Route53 alias record for the reg {{% /md %}}
id: Output<ID>;@@ -2333,7 +2333,7 @@ e.g. `arn:aws:apigateway:eu-west-1:lambda:path/2015-03-31/functions/arn:aws:lamb {{% /md %}}
id: Output<ID>;@@ -4895,7 +4895,7 @@ The list of network load balancer arns in the VPC targeted by the VPC link. Curr {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/appautoscaling/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/appautoscaling/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/appautoscaling/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/appautoscaling/_index.md index 1103a3cbd5b1..73bcf5881934 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/appautoscaling/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/appautoscaling/_index.md @@ -203,7 +203,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -364,7 +364,7 @@ A target tracking policy, requires `policy_type = "TargetTrackingScaling"`. See {{% /md %}}
id: Output<ID>;@@ -610,7 +610,7 @@ The date and time for the scheduled action to start. Specify the following forma {{% /md %}}
id: Output<ID>;@@ -832,7 +832,7 @@ The AWS service namespace of the scalable target. Documentation can be found in {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/applicationloadbalancing/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/applicationloadbalancing/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/applicationloadbalancing/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/applicationloadbalancing/_index.md index e72467e4db74..0b6eb8906e24 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/applicationloadbalancing/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/applicationloadbalancing/_index.md @@ -227,7 +227,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -380,7 +380,7 @@ The name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` o {{% /md %}}
id: Output<ID>;@@ -511,7 +511,7 @@ The ARN of the listener to which to attach the certificate. {{% /md %}}
id: Output<ID>;@@ -805,7 +805,7 @@ The priority for the rule between `1` and `50000`. Leaving it unset will automat {{% /md %}}
id: Output<ID>;@@ -1674,7 +1674,7 @@ The ID of the target. This is the Instance ID for an instance, or the container {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/appmesh/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/appmesh/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/appmesh/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/appmesh/_index.md index 88327ec3d200..54e15acf4b08 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/appmesh/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/appmesh/_index.md @@ -108,7 +108,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/appsync/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/appsync/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/appsync/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/appsync/_index.md index 880858d2657a..1908b9c082f9 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/appsync/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/appsync/_index.md @@ -94,7 +94,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -446,7 +446,7 @@ The type of the DataSource. Valid values: `AWS_LAMBDA`, `AMAZON_DYNAMODB`, `AMAZ {{% /md %}}
id: Output<ID>;@@ -736,7 +736,7 @@ Map of URIs associated with the API. e.g. `uris["GRAPHQL"] = https://ID.appsync- {{% /md %}}
id: Output<ID>;@@ -976,7 +976,7 @@ The type name from the schema defined in the GraphQL API. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/athena/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/athena/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/athena/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/athena/_index.md index ce213628874a..15934855c7a9 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/athena/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/athena/_index.md @@ -86,7 +86,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -320,7 +320,7 @@ The text of the query itself. In other words, all query statements. Maximum leng {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/autoscaling/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/autoscaling/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/autoscaling/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/autoscaling/_index.md index e91aa215500e..a5017054dad4 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/autoscaling/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/autoscaling/_index.md @@ -136,7 +136,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -205,7 +205,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -870,7 +870,7 @@ A list of policies to decide how the instances in the auto scale group should be {{% /md %}}
id: Output<ID>;@@ -1124,7 +1124,7 @@ The ARN of the IAM role that allows the Auto Scaling group to publish to the spe {{% /md %}}
id: Output<ID>;@@ -1276,7 +1276,7 @@ The Topic ARN for notifications to be sent through {{% /md %}}
id: Output<ID>;@@ -1544,7 +1544,7 @@ A target tracking policy. These have the following structure: {{% /md %}}
id: Output<ID>;@@ -1763,7 +1763,7 @@ If you try to schedule your action in the past, Auto Scaling returns an error me {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/backup/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/backup/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/backup/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/backup/_index.md index 4b10d2001579..7bc3b8bb103d 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/backup/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/backup/_index.md @@ -91,7 +91,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -182,7 +182,7 @@ Metadata that you can assign to help organize the plans you create. {{% /md %}}
id: Output<ID>;@@ -360,7 +360,7 @@ Tag-based conditions used to specify a set of resources to assign to a backup pl {{% /md %}}
id: Output<ID>;@@ -516,7 +516,7 @@ Metadata that you can assign to help organize the resources that you create. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/batch/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/batch/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/batch/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/batch/_index.md index ee9cd087e230..57082476bdd0 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/batch/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/batch/_index.md @@ -159,7 +159,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -313,7 +313,7 @@ The type of compute environment. Valid items are `EC2` or `SPOT`. {{% /md %}}
id: Output<ID>;@@ -717,7 +717,7 @@ The state of the job queue. Must be one of: `ENABLED` or `DISABLED` {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/budgets/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/budgets/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/budgets/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/budgets/_index.md index d2139219d1c3..2414fe3609ce 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/budgets/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/budgets/_index.md @@ -124,7 +124,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -311,7 +311,7 @@ The length of time until a budget resets the actual and forecasted spend. Valid {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/cfg/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/cfg/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/cfg/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/cfg/_index.md index e1da70c98abd..14bd566b7137 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/cfg/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/cfg/_index.md @@ -97,7 +97,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -358,7 +358,7 @@ The organization to aggregate config data from as documented below. {{% /md %}}
id: Output<ID>;@@ -559,7 +559,7 @@ The ARN of the SNS topic that AWS Config delivers notifications to. {{% /md %}}
id: Output<ID>;@@ -717,7 +717,7 @@ See [AWS Docs](http://docs.aws.amazon.com/config/latest/developerguide/iamrole-p {{% /md %}}
id: Output<ID>;@@ -1131,7 +1131,7 @@ the function to evaluate your AWS resources as documented below. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/cloud9/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/cloud9/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/cloud9/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/cloud9/_index.md index 4121e52e6beb..4e002420e813 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/cloud9/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/cloud9/_index.md @@ -81,7 +81,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/cloudformation/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudformation/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/cloudformation/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/cloudformation/_index.md index 1d6d755892cb..72dec30b56e4 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/cloudformation/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudformation/_index.md @@ -116,7 +116,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -311,7 +311,7 @@ The amount of time that can pass before the stack status becomes `CREATE_FAILED` {{% /md %}}
id: Output<ID>;@@ -585,7 +585,7 @@ String containing the location of a file containing the CloudFormation template {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/cloudfront/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudfront/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/cloudfront/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/cloudfront/_index.md index e6251927818b..f7497b7cfea3 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/cloudfront/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudfront/_index.md @@ -272,7 +272,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -1153,7 +1153,7 @@ The name for the public key. Conflicts with `name`. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/cloudhsmv2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudhsmv2/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/cloudhsmv2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/cloudhsmv2/_index.md index 3bf07462265d..33f7566651d6 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/cloudhsmv2/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudhsmv2/_index.md @@ -121,7 +121,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -451,7 +451,7 @@ The ID of subnet in which HSM module will be located. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/cloudtrail/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudtrail/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/cloudtrail/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/cloudtrail/_index.md index 0d3f5f56e92c..49d13c04d641 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/cloudtrail/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudtrail/_index.md @@ -190,7 +190,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/cloudwatch/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudwatch/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/cloudwatch/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/cloudwatch/_index.md index d367178ab81d..468812bd4195 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/cloudwatch/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/cloudwatch/_index.md @@ -164,7 +164,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -233,7 +233,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -402,7 +402,7 @@ An identifier string for the external account that you are granting permissions {{% /md %}}
id: Output<ID>;@@ -1187,7 +1187,7 @@ The unique target assignment ID. If missing, will generate a random, unique id. {{% /md %}}
id: Output<ID>;@@ -1333,7 +1333,7 @@ The ARN of the target Amazon Kinesis stream or Amazon Lambda resource for the de {{% /md %}}
id: Output<ID>;@@ -1472,7 +1472,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -1932,7 +1932,7 @@ for extracting metric data out of ingested log events. {{% /md %}}
id: Output<ID>;@@ -2232,7 +2232,7 @@ The name of the log stream. Must not be longer than 512 characters and must not {{% /md %}}
id: Output<ID>;@@ -2403,7 +2403,7 @@ The ARN of an IAM role that grants Amazon CloudWatch Logs permissions to deliver {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/codebuild/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/codebuild/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/codebuild/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/codebuild/_index.md index d62ae51775a0..b36acc248a7c 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/codebuild/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/codebuild/_index.md @@ -223,7 +223,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/codecommit/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/codecommit/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/codecommit/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/codecommit/_index.md index 285dbcae3914..98a13729c28d 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/codecommit/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/codecommit/_index.md @@ -92,7 +92,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -205,7 +205,7 @@ The name for the repository. This needs to be less than 100 characters. {{% /md %}}
id: Output<ID>;@@ -332,7 +332,7 @@ The name for the repository. This needs to be less than 100 characters. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/codedeploy/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/codedeploy/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/codedeploy/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/codedeploy/_index.md index 61f6e90b3667..e15e56c1f79e 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/codedeploy/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/codedeploy/_index.md @@ -111,7 +111,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -409,7 +409,7 @@ A traffic_routing_config block. Traffic Routing Config is documented below. {{% /md %}}
id: Output<ID>;@@ -877,7 +877,7 @@ Configuration block(s) of the triggers for the deployment group (documented belo {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/codepipeline/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/codepipeline/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/codepipeline/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/codepipeline/_index.md index 3caf6ef60cfb..e26d96fe8f3c 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/codepipeline/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/codepipeline/_index.md @@ -195,7 +195,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -305,7 +305,7 @@ A service role Amazon Resource Name (ARN) that grants AWS CodePipeline permissio {{% /md %}}
id: Output<ID>;@@ -478,7 +478,7 @@ The CodePipeline webhook's URL. POST events to this endpoint to trigger the targ {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/cognito/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/cognito/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/cognito/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/cognito/_index.md index 4746adbe827e..8ef11a58881f 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/cognito/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/cognito/_index.md @@ -128,7 +128,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -257,7 +257,7 @@ Key-Value pairs mapping provider names to provider app IDs. {{% /md %}}
id: Output<ID>;@@ -468,7 +468,7 @@ The map of roles associated with this pool. For a given role, the key will be ei {{% /md %}}
id: Output<ID>;@@ -638,7 +638,7 @@ The provider type. [See AWS API for valid values](https://docs.aws.amazon.com/c {{% /md %}}
id: Output<ID>;@@ -999,7 +999,7 @@ The ARN of the IAM role to be associated with the user group. {{% /md %}}
id: Output<ID>;@@ -1681,7 +1681,7 @@ List of provider names for the identity providers that are supported on this cli {{% /md %}}
id: Output<ID>;@@ -1874,7 +1874,7 @@ The S3 bucket where the static files for this domain are stored. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/aws/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/aws/cur/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/cur/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/cur/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/cur/_index.md index d9b2ce09266d..72c04876dd0a 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/cur/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/cur/_index.md @@ -98,7 +98,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -233,7 +233,7 @@ The frequency on which report data are measured and displayed. Valid values are {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/datasync/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/datasync/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/datasync/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/datasync/_index.md index e40f8bd3c6a8..acd874164173 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/datasync/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/datasync/_index.md @@ -95,7 +95,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -186,7 +186,7 @@ Key-value pairs of resource tags to assign to the DataSync Agent. {{% /md %}}
id: Output<ID>;@@ -361,7 +361,7 @@ Key-value pairs of resource tags to assign to the DataSync Location. {{% /md %}}
id: Output<ID>;@@ -533,7 +533,7 @@ Key-value pairs of resource tags to assign to the DataSync Location. {{% /md %}}
id: Output<ID>;@@ -703,7 +703,7 @@ Key-value pairs of resource tags to assign to the DataSync Location. {{% /md %}}
id: Output<ID>;@@ -895,7 +895,7 @@ Key-value pairs of resource tags to assign to the DataSync Task. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/dax/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/dax/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/dax/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/dax/_index.md index ca14a65f247f..688e64c09d72 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/dax/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/dax/_index.md @@ -90,7 +90,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/devicefarm/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/devicefarm/_index.md similarity index 97% rename from content/reference/pkg/nodejs/pulumi/aws/devicefarm/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/devicefarm/_index.md index 19886f29068d..53649a5bfdca 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/devicefarm/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/devicefarm/_index.md @@ -85,7 +85,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/directconnect/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/directconnect/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/directconnect/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/directconnect/_index.md index e9ff9994c89f..7d071019e965 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/directconnect/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/directconnect/_index.md @@ -122,7 +122,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -248,7 +248,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -581,7 +581,7 @@ The ID of the LAG with which to associate the connection. {{% /md %}}
id: Output<ID>;@@ -970,7 +970,7 @@ Used for cross-account Direct Connect gateway associations. {{% /md %}}
id: Output<ID>;@@ -1153,7 +1153,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -1401,7 +1401,7 @@ The AWS account that will own the new virtual interface. {{% /md %}}
id: Output<ID>;@@ -1790,7 +1790,7 @@ A list of routes to be advertised to the AWS network in this region. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/directoryservice/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/directoryservice/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/directoryservice/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/directoryservice/_index.md index 680649c0f1ef..2bf121af3b8e 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/directoryservice/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/directoryservice/_index.md @@ -89,7 +89,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -158,7 +158,7 @@ The fully qualified domain name of the remote domain for which forwarders will b {{% /md %}}
id: Output<ID>;@@ -518,7 +518,7 @@ The directory type (`SimpleAD`, `ADConnector` or `MicrosoftAD` are accepted valu {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/dlm/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/dlm/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/dlm/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/dlm/_index.md index fd4b288e5868..611ee85b30d9 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/dlm/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/dlm/_index.md @@ -146,7 +146,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -242,7 +242,7 @@ Whether the lifecycle policy should be enabled or disabled. `ENABLED` or `DISABL {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/dms/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/dms/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/dms/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/dms/_index.md index 4520086b84cd..18c00713b0f4 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/dms/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/dms/_index.md @@ -98,7 +98,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -178,7 +178,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -1195,7 +1195,7 @@ The Amazon Resource Name (ARN) string that uniquely identifies the target endpoi {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/docdb/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/docdb/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/docdb/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/docdb/_index.md index e2432aee5310..d7adf74c9f3c 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/docdb/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/docdb/_index.md @@ -110,7 +110,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -1246,7 +1246,7 @@ Specifies whether the DocDB cluster snapshot is encrypted. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/dynamodb/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/dynamodb/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/dynamodb/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/dynamodb/_index.md index aff6a5eb376e..78a9aa64174a 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/dynamodb/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/dynamodb/_index.md @@ -86,7 +86,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -157,7 +157,7 @@ Underlying DynamoDB Table. At least 1 replica must be defined. See below. {{% /md %}}
id: Output<ID>;@@ -536,7 +536,7 @@ Defines ttl, has two properties, and can only be specified once: {{% /md %}}
urn: Output<URN>;@@ -575,7 +575,7 @@ The number of write units for this index. Must be set if billing_mode is set to {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/ebs/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/ebs/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/ebs/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/ebs/_index.md index 8914a9cd9267..d97d6dba0591 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/ebs/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/ebs/_index.md @@ -106,7 +106,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -681,7 +681,7 @@ The type of EBS volume. Can be "standard", "gp2", "io1", "sc1" or "st1" (Default {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/ec2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/ec2/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/ec2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/ec2/_index.md index 37ab99736ac6..36c669dae3b7 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/ec2/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/ec2/_index.md @@ -511,7 +511,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -1737,7 +1737,7 @@ Indicates the tenancy of the Capacity Reservation. Specify either `default` or ` {{% /md %}}
id: Output<ID>;@@ -3483,7 +3483,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -4001,7 +4001,7 @@ The Elastic IP address. This is required for EC2-Classic. {{% /md %}}
id: Output<ID>;@@ -4246,7 +4246,7 @@ The type of request. Indicates whether the EC2 Fleet only requests the target ca {{% /md %}}
id: Output<ID>;@@ -4484,7 +4484,7 @@ The type of traffic to capture. Valid values: `ACCEPT`,`REJECT`, `ALL`. {{% /md %}}
id: Output<ID>;@@ -5043,7 +5043,7 @@ The tenancy of the instance (if the instance is running in a VPC). An instance w {{% /md %}}
id: Output<ID>;@@ -5819,7 +5819,7 @@ The maximum price to use for reserving spot instances. {{% /md %}}
id: Output<ID>;@@ -6333,7 +6333,7 @@ A mapping of tags to assign to the launch template. {{% /md %}}
id: Output<ID>;@@ -9543,7 +9543,7 @@ Path of folder inside bucket to place spot pricing data. {{% /md %}}
id: Output<ID>;@@ -9922,7 +9922,7 @@ instances should be terminated when the Spot fleet request expires. {{% /md %}}
id: Output<ID>;@@ -10596,7 +10596,7 @@ The tenancy of the instance (if the instance is running in a VPC). An instance w {{% /md %}}
id: Output<ID>;@@ -11747,7 +11747,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -12049,7 +12049,7 @@ The ID of one or more subnets in which to create a network interface for the end {{% /md %}}
id: Output<ID>;@@ -12375,7 +12375,7 @@ Identifier of the EC2 Route Table to be associated with the VPC Endpoint. {{% /md %}}
id: Output<ID>;@@ -12850,7 +12850,7 @@ The ID of the subnet to be associated with the VPC endpoint. {{% /md %}}
id: Output<ID>;@@ -12980,7 +12980,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -13814,7 +13814,7 @@ The type of VPN connection. The only type AWS supports at this time is "ipsec.1" {{% /md %}}
id: Output<ID>;@@ -13969,7 +13969,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -14247,7 +14247,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -14386,7 +14386,7 @@ The id of the `aws_route_table` to propagate routes into. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/ec2clientvpn/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/ec2clientvpn/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/ec2clientvpn/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/ec2clientvpn/_index.md index 61dd5cfde204..e25bb873f8b0 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/ec2clientvpn/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/ec2clientvpn/_index.md @@ -96,7 +96,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -250,7 +250,7 @@ The transport protocol to be used by the VPN session. Default value is `udp`. {{% /md %}}
id: Output<ID>;@@ -397,7 +397,7 @@ The ID of the subnet to associate with the Client VPN endpoint. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/ec2transitgateway/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/ec2transitgateway/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/ec2transitgateway/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/ec2transitgateway/_index.md index 2a4ea164bb0a..ffdb57d7a996 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/ec2transitgateway/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/ec2transitgateway/_index.md @@ -113,7 +113,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/ecr/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/ecr/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/ecr/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/ecr/_index.md index b2aba736c9dd..35afb592d22c 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/ecr/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/ecr/_index.md @@ -151,7 +151,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/ecs/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/ecs/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/ecs/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/ecs/_index.md index ff5b5643326e..7ee3e0f818fe 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/ecs/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/ecs/_index.md @@ -113,7 +113,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -607,7 +607,7 @@ The family and revision (`family:revision`) or full ARN of the task definition t {{% /md %}}
id: Output<ID>;@@ -870,7 +870,7 @@ The ARN of IAM role that allows your Amazon ECS container task to make calls to {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/efs/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/efs/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/efs/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/efs/_index.md index 6d6a47af0d9e..6438b5d9fd63 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/efs/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/efs/_index.md @@ -92,7 +92,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -230,7 +230,7 @@ Throughput mode for the file system. Defaults to `bursting`. Valid values: `burs {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/eks/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/eks/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/eks/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/eks/_index.md index 825600fb2d51..d71b5feae369 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/eks/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/eks/_index.md @@ -122,7 +122,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -245,7 +245,7 @@ The Amazon Resource Name (ARN) of the IAM role that provides permissions for the {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/elasticache/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticache/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/elasticache/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/elasticache/_index.md index 0fffd2deedaa..7ec36e4573d5 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/elasticache/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticache/_index.md @@ -143,7 +143,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -1298,7 +1298,7 @@ authorized for ingress to the cache security group {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/elasticbeanstalk/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticbeanstalk/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/elasticbeanstalk/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/elasticbeanstalk/_index.md index 975cb6de6fbc..c89b27751e4e 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/elasticbeanstalk/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticbeanstalk/_index.md @@ -109,7 +109,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -202,7 +202,7 @@ Key-value mapping of tags for the Elastic Beanstalk Application. {{% /md %}}
id: Output<ID>;@@ -419,7 +419,7 @@ Key-value mapping of tags for the Elastic Beanstalk Application Version. {{% /md %}}
id: Output<ID>;@@ -609,7 +609,7 @@ off of. Example stacks can be found in the [Amazon API documentation][1] {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/elasticloadbalancing/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticloadbalancing/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/elasticloadbalancing/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/elasticloadbalancing/_index.md index d86f0715e86b..511939b4c1aa 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/elasticloadbalancing/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticloadbalancing/_index.md @@ -122,7 +122,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -540,7 +540,7 @@ List of Policy Names to apply to the backend server. {{% /md %}}
id: Output<ID>;@@ -1117,7 +1117,7 @@ List of Policy Names to apply to the backend server. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/elasticloadbalancingv2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticloadbalancingv2/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/elasticloadbalancingv2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/elasticloadbalancingv2/_index.md index cb03ec0003bb..8b6257e51d90 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/elasticloadbalancingv2/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticloadbalancingv2/_index.md @@ -227,7 +227,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -380,7 +380,7 @@ The name of the SSL Policy for the listener. Required if `protocol` is `HTTPS` o {{% /md %}}
id: Output<ID>;@@ -511,7 +511,7 @@ The ARN of the listener to which to attach the certificate. {{% /md %}}
id: Output<ID>;@@ -805,7 +805,7 @@ The priority for the rule between `1` and `50000`. Leaving it unset will automat {{% /md %}}
id: Output<ID>;@@ -1674,7 +1674,7 @@ The ID of the target. This is the Instance ID for an instance, or the container {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/elasticsearch/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticsearch/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/elasticsearch/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/elasticsearch/_index.md index 5ebb766edf7a..23ecfa2ee808 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/elasticsearch/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/elasticsearch/_index.md @@ -234,7 +234,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -633,7 +633,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/elastictranscoder/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/elastictranscoder/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/elastictranscoder/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/elastictranscoder/_index.md index 484dc392da7d..917d609432dd 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/elastictranscoder/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/elastictranscoder/_index.md @@ -93,7 +93,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -266,7 +266,7 @@ The permissions for the `thumbnail_config` object. (documented below) {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/emr/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/emr/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/emr/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/emr/_index.md index f00a46058b0e..41967c8af6ed 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/emr/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/emr/_index.md @@ -582,7 +582,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -990,7 +990,7 @@ Switch on/off termination protection (default is off) {{% /md %}}
id: Output<ID>;@@ -1218,7 +1218,7 @@ Human friendly name given to the instance group. Changing this forces a new reso {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/gamelift/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/gamelift/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/gamelift/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/gamelift/_index.md index ea59274929d3..1f94b8f9a9c1 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/gamelift/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/gamelift/_index.md @@ -94,7 +94,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -178,7 +178,7 @@ Specifies the fleet and/or routing type to use for the alias. {{% /md %}}
id: Output<ID>;@@ -305,7 +305,7 @@ Information indicating where your game build files are stored. See below. {{% /md %}}
id: Output<ID>;@@ -569,7 +569,7 @@ Instructions for launching server processes on each instance in the fleet. See b {{% /md %}}
id: Output<ID>;@@ -741,7 +741,7 @@ Maximum time a game session request can remain in the queue. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/glacier/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/glacier/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/glacier/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/glacier/_index.md index 4ceff7808885..cda68370b35e 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/glacier/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/glacier/_index.md @@ -112,7 +112,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -386,7 +386,7 @@ JSON string containing the IAM policy to apply as the Glacier Vault Lock policy. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/globalaccelerator/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/globalaccelerator/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/globalaccelerator/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/globalaccelerator/_index.md index 9a266beb2bab..f0430230222d 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/globalaccelerator/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/globalaccelerator/_index.md @@ -90,7 +90,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -351,7 +351,7 @@ The protocol for the connections from clients to the accelerator. Valid values a {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/glue/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/glue/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/glue/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/glue/_index.md index ca36af4b50b0..40671c304d7a 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/glue/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/glue/_index.md @@ -103,7 +103,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -194,7 +194,7 @@ A list of key-value pairs that define parameters and properties of the database. {{% /md %}}
id: Output<ID>;@@ -492,7 +492,7 @@ The type of this table (EXTERNAL_TABLE, VIRTUAL_VIEW, etc.). {{% /md %}}
id: Output<ID>;@@ -912,7 +912,7 @@ A map of physical connection requirements, such as VPC and SecurityGroup. Define {{% /md %}}
id: Output<ID>;@@ -1216,7 +1216,7 @@ The table prefix used for catalog tables that are created. {{% /md %}}
id: Output<ID>;@@ -1476,7 +1476,7 @@ The job timeout in minutes. The default is 2880 minutes (48 hours). {{% /md %}}
id: Output<ID>;@@ -1852,7 +1852,7 @@ The type of trigger. Valid values are `CONDITIONAL`, `ON_DEMAND`, and `SCHEDULED {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/guardduty/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/guardduty/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/guardduty/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/guardduty/_index.md index 6776a8739d22..389ee4795e51 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/guardduty/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/guardduty/_index.md @@ -95,7 +95,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -164,7 +164,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -616,7 +616,7 @@ The status of the relationship between the member account and its master account {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/iam/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/iam/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/iam/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/iam/_index.md index 8fc75ed20826..90623867c925 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/iam/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/iam/_index.md @@ -516,7 +516,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -752,7 +752,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -975,7 +975,7 @@ Whether to require uppercase characters for user passwords. {{% /md %}}
id: Output<ID>;@@ -1431,7 +1431,7 @@ The policy document. This is a JSON formatted string. For more information about {{% /md %}}
id: Output<ID>;@@ -1918,7 +1918,7 @@ The URL of the identity provider. Corresponds to the _iss_ claim. {{% /md %}}
id: Output<ID>;@@ -2100,7 +2100,7 @@ The policy document. This is a JSON formatted string. For more information about {{% /md %}}
id: Output<ID>;@@ -2568,7 +2568,7 @@ The stable and unique string identifying the role. {{% /md %}}
id: Output<ID>;@@ -3037,7 +3037,7 @@ An XML document generated by an identity provider that supports SAML 2.0. {{% /md %}}
id: Output<ID>;@@ -3300,7 +3300,7 @@ The contents of the private key in PEM-encoded format. {{% /md %}}
id: Output<ID>;@@ -3489,7 +3489,7 @@ The stable and unique string identifying the role. {{% /md %}}
id: Output<ID>;@@ -3650,7 +3650,7 @@ The status to assign to the SSH public key. Active means the key can be used for {{% /md %}}
id: Output<ID>;@@ -3992,7 +3992,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -4168,7 +4168,7 @@ Either a base-64 encoded PGP public key, or a keybase username in the form `keyb {{% /md %}}
id: Output<ID>;@@ -4332,7 +4332,7 @@ The policy document. This is a JSON formatted string. For more information about {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/inspector/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/inspector/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/inspector/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/inspector/_index.md index af7fd1368357..15e674aa1499 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/inspector/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/inspector/_index.md @@ -95,7 +95,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -164,7 +164,7 @@ Inspector Resource Group Amazon Resource Name (ARN) stating tags for instance ma {{% /md %}}
id: Output<ID>;@@ -327,7 +327,7 @@ The assessment target ARN to attach the template to. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/iot/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/iot/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/iot/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/iot/_index.md index fc21e1334f54..9886d635859d 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/iot/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/iot/_index.md @@ -107,7 +107,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -178,7 +178,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -335,7 +335,7 @@ The policy document. This is a JSON formatted string. Use the [IoT Developer Gui {{% /md %}}
id: Output<ID>;@@ -1426,7 +1426,7 @@ The version of the SQL rules engine to use when evaluating the rule. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/kinesis/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/kinesis/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/kinesis/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/kinesis/_index.md index 69f1828f0440..2cf78fbd2ee2 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/kinesis/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/kinesis/_index.md @@ -125,7 +125,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -389,7 +389,7 @@ Key-value mapping of tags for the Kinesis Analytics Application. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/kms/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/kms/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/kms/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/kms/_index.md index 8b353c26c72f..dc70b3ead051 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/kms/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/kms/_index.md @@ -111,7 +111,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -203,7 +203,7 @@ Identifier for the key for which the alias is for, can be either an ARN or key_i {{% /md %}}
id: Output<ID>;@@ -363,7 +363,7 @@ Data to be encrypted. Note that this may show up in logs, and it will be stored {{% /md %}}
id: Output<ID>;@@ -825,7 +825,7 @@ A list of operations that the grant permits. The permitted values are: `Decrypt, {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/lambda/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/lambda/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/lambda/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/lambda/_index.md index 6fb4e439b15d..d538a04a70f2 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/lambda/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/lambda/_index.md @@ -136,7 +136,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -251,7 +251,7 @@ The Lambda alias' route configuration settings. Fields documented below {{% /md %}}
id: Output<ID>;@@ -629,7 +629,7 @@ The amount of time your Lambda Function has to run in seconds. Defaults to `3`. {{% /md %}}
id: Output<ID>;@@ -909,7 +909,7 @@ The reason the event source mapping is in its current state. {{% /md %}}
urn: Output<URN>;@@ -954,7 +954,7 @@ AWS resource an an AWS lambda that will be triggered when something happens to t {{% /md %}}
id: Output<ID>;@@ -1452,7 +1452,7 @@ The amount of time your Lambda Function has to run in seconds. Defaults to `3`. {{% /md %}}
id: Output<ID>;@@ -2052,7 +2052,7 @@ A statement identifier prefix. Terraform will generate a unique suffix. Conflict {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/licensemanager/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/licensemanager/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/licensemanager/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/licensemanager/_index.md index 03d5735a131e..6c8094197eac 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/licensemanager/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/licensemanager/_index.md @@ -102,7 +102,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -160,7 +160,7 @@ ARN of the resource associated with the license configuration. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/lightsail/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/lightsail/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/lightsail/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/lightsail/_index.md index e7b2e3e048dd..d0c9ab505671 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/lightsail/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/lightsail/_index.md @@ -99,7 +99,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -157,7 +157,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/macie/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/macie/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/macie/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/macie/_index.md index 552d289654a5..7cdfc64061cb 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/macie/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/macie/_index.md @@ -86,7 +86,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -133,7 +133,7 @@ The ID of the AWS account that you want to associate with Amazon Macie as a memb {{% /md %}}
id: Output<ID>;@@ -287,7 +287,7 @@ Object key prefix identifying one or more S3 objects to which the association ap {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/mediapackage/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/mediapackage/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/mediapackage/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/mediapackage/_index.md index 0de97b0a9d97..b637aa1185c6 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/mediapackage/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/mediapackage/_index.md @@ -82,7 +82,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/mediastore/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/mediastore/_index.md similarity index 97% rename from content/reference/pkg/nodejs/pulumi/aws/mediastore/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/mediastore/_index.md index 7bb1a5dcd3e4..0f5b8f0b95bd 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/mediastore/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/mediastore/_index.md @@ -82,7 +82,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -151,7 +151,7 @@ The name of the container. Must contain alphanumeric characters or underscores. {{% /md %}}
id: Output<ID>;@@ -291,7 +291,7 @@ The contents of the policy. For more information about building AWS IAM policy d {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/mq/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/mq/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/mq/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/mq/_index.md index 3bb88e7d627b..0d0710673b3a 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/mq/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/mq/_index.md @@ -114,7 +114,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/msk/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/msk/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/msk/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/msk/_index.md index da20d02ecc0f..a59fd470e6ef 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/msk/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/msk/_index.md @@ -78,7 +78,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -407,7 +407,7 @@ Contents of the server.properties file. Supported properties are documented in t {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/neptune/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/neptune/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/neptune/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/neptune/_index.md index a2b76f18992b..dd1d738d44a4 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/neptune/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/neptune/_index.md @@ -116,7 +116,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -1285,7 +1285,7 @@ Specifies whether the DB cluster snapshot is encrypted. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/opsworks/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/opsworks/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/opsworks/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/opsworks/_index.md index f96d9b57c91f..1ad2316eb4b4 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/opsworks/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/opsworks/_index.md @@ -152,7 +152,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -704,7 +704,7 @@ Names of a set of system packages to install on the layer's instances. {{% /md %}}
id: Output<ID>;@@ -1040,7 +1040,7 @@ The URL path to use for Ganglia. Defaults to "/ganglia". {{% /md %}}
id: Output<ID>;@@ -1431,7 +1431,7 @@ Names of a set of system packages to install on the layer's instances. {{% /md %}}
id: Output<ID>;@@ -2053,7 +2053,7 @@ Instance tenancy to use. Can be one of `"default"`, `"dedicated"` or `"host"` {{% /md %}}
id: Output<ID>;@@ -2422,7 +2422,7 @@ Names of a set of system packages to install on the layer's instances. {{% /md %}}
id: Output<ID>;@@ -2746,7 +2746,7 @@ Names of a set of system packages to install on the layer's instances. {{% /md %}}
id: Output<ID>;@@ -3084,7 +3084,7 @@ Names of a set of system packages to install on the layer's instances. {{% /md %}}
id: Output<ID>;@@ -3408,7 +3408,7 @@ Names of a set of system packages to install on the layer's instances. {{% /md %}}
id: Output<ID>;@@ -3881,7 +3881,7 @@ Names of a set of system packages to install on the layer's instances. {{% /md %}}
id: Output<ID>;@@ -4260,7 +4260,7 @@ Names of a set of system packages to install on the layer's instances. {{% /md %}}
id: Output<ID>;@@ -4422,7 +4422,7 @@ The stack to register a db instance for. Changing this will force a new resource {{% /md %}}
id: Output<ID>;@@ -5105,7 +5105,7 @@ Names of a set of system packages to install on the layer's instances. {{% /md %}}
id: Output<ID>;@@ -5251,7 +5251,7 @@ The ssh username, with witch this user wants to log in {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/organizations/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/organizations/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/organizations/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/organizations/_index.md index 356bda21bd6b..d1e720477f12 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/organizations/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/organizations/_index.md @@ -97,7 +97,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -223,7 +223,7 @@ The name of an IAM role that Organizations automatically preconfigures in the ne {{% /md %}}
id: Output<ID>;@@ -440,7 +440,7 @@ List of organization roots. All elements have these attributes: {{% /md %}}
id: Output<ID>;@@ -590,7 +590,7 @@ ID of the parent organizational unit, which may be the root {{% /md %}}
id: Output<ID>;@@ -754,7 +754,7 @@ The type of policy to create. Currently, the only valid value is `SERVICE_CONTRO {{% /md %}}
id: Output<ID>;@@ -904,7 +904,7 @@ The unique identifier (ID) of the root, organizational unit, or account number t {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/pinpoint/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/pinpoint/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/pinpoint/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/pinpoint/_index.md index 717f282faed6..f3457c6424ac 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/pinpoint/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/pinpoint/_index.md @@ -119,7 +119,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -199,7 +199,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -409,7 +409,7 @@ The ID assigned to your signing key. To find this value, choose Certificates, ID {{% /md %}}
id: Output<ID>;@@ -619,7 +619,7 @@ The ID assigned to your signing key. To find this value, choose Certificates, ID {{% /md %}}
id: Output<ID>;@@ -829,7 +829,7 @@ The ID assigned to your signing key. To find this value, choose Certificates, ID {{% /md %}}
id: Output<ID>;@@ -1039,7 +1039,7 @@ The ID assigned to your signing key. To find this value, choose Certificates, ID {{% /md %}}
id: Output<ID>;@@ -1224,7 +1224,7 @@ The default quiet time for the app. Each campaign for this app sends no messages {{% /md %}}
id: Output<ID>;@@ -1583,7 +1583,7 @@ The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestio {{% /md %}}
id: Output<ID>;@@ -1756,7 +1756,7 @@ The IAM role that authorizes Amazon Pinpoint to publish events to the stream in {{% /md %}}
id: Output<ID>;@@ -1895,7 +1895,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -2063,7 +2063,7 @@ Transactional messages per second that can be sent. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/pricing/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/pricing/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/aws/pricing/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/pricing/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/aws/ram/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/ram/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/ram/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/ram/_index.md index cabd78923c94..d05e28ef1c10 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/ram/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/ram/_index.md @@ -111,7 +111,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -169,7 +169,7 @@ The Amazon Resource Name (ARN) of the resource share. {{% /md %}}
id: Output<ID>;@@ -295,7 +295,7 @@ Amazon Resource Name (ARN) of the RAM Resource Share. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/rds/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/rds/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/rds/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/rds/_index.md index f488e6c1d0e6..08e6e66c7059 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/rds/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/rds/_index.md @@ -210,7 +210,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -928,7 +928,7 @@ List of DB instance identifiers that are part of the custom endpoint group. Conf {{% /md %}}
id: Output<ID>;@@ -1823,7 +1823,7 @@ Specifies whether the DB cluster snapshot is encrypted. {{% /md %}}
id: Output<ID>;@@ -2252,7 +2252,7 @@ Specifies whether the DB cluster is encrypted. The default is `false`. {{% /md %}}
id: Output<ID>;@@ -3649,7 +3649,7 @@ Amazon Resource Name (ARN) of the IAM Role to associate with the DB Instance. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/redshift/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/redshift/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/redshift/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/redshift/_index.md index a9f936a860f0..48a3d38a1096 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/redshift/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/redshift/_index.md @@ -110,7 +110,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/resourcegroups/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/resourcegroups/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/resourcegroups/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/resourcegroups/_index.md index 71a780b08cef..200ddaeceebf 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/resourcegroups/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/resourcegroups/_index.md @@ -94,7 +94,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -177,7 +177,7 @@ A `resource_query` block. Resource queries are documented below. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/route53/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/route53/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/route53/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/route53/_index.md index 66dc9ccaf871..a857a414cdc4 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/route53/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/route53/_index.md @@ -117,7 +117,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -555,7 +555,7 @@ The protocol to use when performing health checks. Valid values are `HTTP`, `HTT {{% /md %}}
id: Output<ID>;@@ -662,7 +662,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -1448,7 +1448,7 @@ This argument should only be specified for `FORWARD` type rules. {{% /md %}}
id: Output<ID>;@@ -1572,7 +1572,7 @@ The ID of the resolver rule that you want to associate with the VPC. {{% /md %}}
id: Output<ID>;@@ -1948,7 +1948,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/s3/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/s3/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/s3/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/s3/_index.md index af82cad95163..0b8adc490590 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/s3/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/s3/_index.md @@ -130,7 +130,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -226,7 +226,7 @@ Whether Amazon S3 should restrict public bucket policies for buckets in this acc {{% /md %}}
id: Output<ID>;@@ -833,7 +833,7 @@ The rule applies only to objects having all the tags in its tagset. {{% /md %}}
urn: Output<URN>;@@ -921,7 +921,7 @@ completion and all subscriptions have been heard about. {{% /md %}}
id: Output<ID>;@@ -1138,7 +1138,7 @@ Unique identifier of the metrics configuration for the bucket. {{% /md %}}
id: Output<ID>;@@ -1518,7 +1518,7 @@ The notification configuration to SNS Topic (documented below). {{% /md %}}
id: Output<ID>;@@ -2032,7 +2032,7 @@ The text of the policy. For more information about building AWS IAM policy docum {{% /md %}}
id: Output<ID>;@@ -2196,7 +2196,7 @@ Whether Amazon S3 should restrict public bucket policies for this bucket. Defaul {{% /md %}}
id: Output<ID>;@@ -2443,7 +2443,7 @@ Contains the frequency for generating inventory results (documented below). {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/sagemaker/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/sagemaker/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/sagemaker/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/sagemaker/_index.md index 74d09c562160..349c2bcbd4cc 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/sagemaker/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/sagemaker/_index.md @@ -98,7 +98,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -911,7 +911,7 @@ A shell script (base64-encoded) that runs every time the SageMaker Notebook Inst {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/secretsmanager/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/secretsmanager/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/secretsmanager/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/secretsmanager/_index.md index c399a0f30e8d..39a86c06e07f 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/secretsmanager/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/secretsmanager/_index.md @@ -110,7 +110,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -269,7 +269,7 @@ Specifies a key-value map of user-defined tags that are attached to the secret. {{% /md %}}
id: Output<ID>;@@ -419,7 +419,7 @@ Specifies text data that you want to encrypt and store in this version of the se {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/securityhub/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/securityhub/_index.md similarity index 97% rename from content/reference/pkg/nodejs/pulumi/aws/securityhub/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/securityhub/_index.md index 66c18ceea6b5..afff03bf0dcc 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/securityhub/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/securityhub/_index.md @@ -89,7 +89,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -125,7 +125,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -252,7 +252,7 @@ The ARN of the product that generates findings that you want to import into Secu {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/serverless/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/serverless/_index.md similarity index 97% rename from content/reference/pkg/nodejs/pulumi/aws/serverless/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/serverless/_index.md index 6965ab6c74fc..38915beb8a21 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/serverless/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/serverless/_index.md @@ -54,7 +54,7 @@ implemented by a Pulumi lambda expression and with a set of attached policies. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/servicecatalog/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/servicecatalog/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/servicecatalog/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/servicecatalog/_index.md index bc9ceeaf4a44..e8cc6410df6d 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/servicecatalog/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/servicecatalog/_index.md @@ -82,7 +82,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/servicediscovery/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/servicediscovery/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/servicediscovery/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/servicediscovery/_index.md index 716052f0f539..e291b274d88b 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/servicediscovery/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/servicediscovery/_index.md @@ -88,7 +88,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/ses/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/ses/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/ses/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/ses/_index.md index e0c5bf688acd..fdd79ad77df3 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/ses/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/ses/_index.md @@ -117,7 +117,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -416,7 +416,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -545,7 +545,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -700,7 +700,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -823,7 +823,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -1197,7 +1197,7 @@ The Amazon Resource Name (ARN) of the Amazon SNS topic. Can be set to "" (an emp {{% /md %}}
id: Output<ID>;@@ -1352,7 +1352,7 @@ Subdomain (of above domain) which is to be used as MAIL FROM address (Required f {{% /md %}}
id: Output<ID>;@@ -2048,7 +2048,7 @@ The email body that will be visible to recipients whose email clients do not dis {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/sfn/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/sfn/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/sfn/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/sfn/_index.md index 9b99b3e3fe5f..696cef1884ee 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/sfn/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/sfn/_index.md @@ -82,7 +82,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/shield/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/shield/_index.md similarity index 97% rename from content/reference/pkg/nodejs/pulumi/aws/shield/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/shield/_index.md index 2d6d55066b23..eb8dcd6bf510 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/shield/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/shield/_index.md @@ -90,7 +90,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -148,7 +148,7 @@ The ARN (Amazon Resource Name) of the resource to be protected. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/simpledb/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/simpledb/_index.md similarity index 97% rename from content/reference/pkg/nodejs/pulumi/aws/simpledb/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/simpledb/_index.md index ff80f272a3e2..9a795ca5c6da 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/simpledb/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/simpledb/_index.md @@ -79,7 +79,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/sns/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/sns/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/sns/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/sns/_index.md index 609a98ff34a4..e56625ee4067 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/sns/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/sns/_index.md @@ -119,7 +119,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -441,7 +441,7 @@ The maximum amount in USD that you are willing to spend each month to send SMS m {{% /md %}}
id: Output<ID>;@@ -1080,7 +1080,7 @@ The fully-formed AWS policy as JSON. For more information about building AWS IAM {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/sqs/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/sqs/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/sqs/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/sqs/_index.md index 79c7f65e6064..028716b7ef0d 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/sqs/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/sqs/_index.md @@ -122,7 +122,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;@@ -365,7 +365,7 @@ The visibility timeout for the queue. An integer from 0 to 43200 (12 hours). The {{% /md %}}
id: Output<ID>;@@ -578,7 +578,7 @@ The URL of the SQS Queue to which to attach the policy {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/ssm/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/ssm/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/ssm/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/ssm/_index.md index 72a696ab7a9e..54792bc4b411 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/ssm/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/ssm/_index.md @@ -135,7 +135,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -509,7 +509,7 @@ A block containing the targets of the SSM association. Targets are documented be {{% /md %}}
id: Output<ID>;@@ -1229,7 +1229,7 @@ The targets (either instances or tags). Instances are specified using Key=instan {{% /md %}}
id: Output<ID>;@@ -1493,7 +1493,7 @@ The type of task being registered. The only allowed value is `RUN_COMMAND`. {{% /md %}}
id: Output<ID>;@@ -1738,7 +1738,7 @@ The type of the parameter. Valid types are `String`, `StringList` and `SecureStr {{% /md %}}
id: Output<ID>;@@ -2155,7 +2155,7 @@ The name of the patch group that should be registered with the patch baseline. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/storagegateway/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/storagegateway/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/storagegateway/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/storagegateway/_index.md index cf6da4d777fa..4ab7485951dd 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/storagegateway/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/storagegateway/_index.md @@ -105,7 +105,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -163,7 +163,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -415,7 +415,7 @@ The name of the iSCSI target used by initiators to connect to the target and as {{% /md %}}
id: Output<ID>;@@ -722,7 +722,7 @@ Type of tape drive to use for tape gateway. Terraform cannot detect drift of thi {{% /md %}}
id: Output<ID>;@@ -996,7 +996,7 @@ Maps a user to anonymous user. Defaults to `RootSquash`. Valid values: `RootSqua {{% /md %}}
id: Output<ID>;@@ -1274,7 +1274,7 @@ The ARN of the AWS Identity and Access Management (IAM) role that a file gateway {{% /md %}}
id: Output<ID>;@@ -1411,7 +1411,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -1537,7 +1537,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/swf/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/swf/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/swf/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/swf/_index.md index eb0b77fa03b4..e12e641f126a 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/swf/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/swf/_index.md @@ -84,7 +84,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -153,7 +153,7 @@ Creates a unique name beginning with the specified prefix. Conflicts with `name` {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/transfer/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/transfer/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/transfer/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/transfer/_index.md index 7e577cf14450..f9e5ad4845de 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/transfer/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/transfer/_index.md @@ -125,7 +125,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -442,7 +442,7 @@ The Server ID of the Transfer Server (e.g. `s-12345678`) {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/waf/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/waf/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/waf/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/waf/_index.md index aac880a2328d..a480bf93530a 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/waf/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/waf/_index.md @@ -122,7 +122,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -644,7 +644,7 @@ The maximum number of requests, which have an identical value in the field speci {{% /md %}}
id: Output<ID>;@@ -788,7 +788,7 @@ the location in requests that you want AWS WAF to search, and other settings. Se {{% /md %}}
id: Output<ID>;@@ -914,7 +914,7 @@ A list of regular expression (regex) patterns that you want AWS WAF to search fo {{% /md %}}
id: Output<ID>;@@ -1063,7 +1063,7 @@ One of ByteMatchSet, IPSet, SizeConstraintSet, SqlInjectionMatchSet, or XssMatch {{% /md %}}
id: Output<ID>;@@ -1352,7 +1352,7 @@ Specifies the parts of web requests that you want to inspect the size of. {{% /md %}}
id: Output<ID>;@@ -1486,7 +1486,7 @@ The parts of web requests that you want AWS WAF to inspect for malicious SQL cod {{% /md %}}
id: Output<ID>;@@ -1722,7 +1722,7 @@ Configuration blocks containing rules to associate with the web ACL and the sett {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/wafregional/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/wafregional/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/wafregional/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/wafregional/_index.md index 02aaa5278500..dc4bef5cccda 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/wafregional/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/wafregional/_index.md @@ -125,7 +125,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -645,7 +645,7 @@ The maximum number of requests, which have an identical value in the field speci {{% /md %}}
id: Output<ID>;@@ -789,7 +789,7 @@ the location in requests that you want AWS WAF to search, and other settings. Se {{% /md %}}
id: Output<ID>;@@ -915,7 +915,7 @@ A list of regular expression (regex) patterns that you want AWS WAF to search fo {{% /md %}}
id: Output<ID>;@@ -1365,7 +1365,7 @@ Specifies the parts of web requests that you want to inspect the size of. {{% /md %}}
id: Output<ID>;@@ -1499,7 +1499,7 @@ The parts of web requests that you want AWS WAF to inspect for malicious SQL cod {{% /md %}}
id: Output<ID>;@@ -1761,7 +1761,7 @@ Set of configuration blocks containing rules for the web ACL. Detailed below. {{% /md %}}
id: Output<ID>;@@ -1924,7 +1924,7 @@ ARN of the resource to associate with. For example, an Application Load Balancer {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/worklink/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/worklink/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/aws/worklink/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/worklink/_index.md index 4ab09f9e726f..5a9be8a3c645 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/worklink/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/worklink/_index.md @@ -112,7 +112,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -276,7 +276,7 @@ The option to optimize for better performance by routing traffic through the clo {{% /md %}}
id: Output<ID>;@@ -411,7 +411,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/aws/workspaces/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/workspaces/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/aws/workspaces/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/workspaces/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/aws/xray/_index.md b/content/docs/reference/pkg/nodejs/pulumi/aws/xray/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/aws/xray/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/aws/xray/_index.md index b48831dcae54..faeed678fdd1 100644 --- a/content/reference/pkg/nodejs/pulumi/aws/xray/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/aws/xray/_index.md @@ -94,7 +94,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/awsx/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/_index.md similarity index 87% rename from content/reference/pkg/nodejs/pulumi/awsx/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/_index.md index c4149b3ce745..95e223d32c8a 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/_index.md @@ -47,7 +47,7 @@ import * as awsx from "@pulumi/awsx";
extends ComponentResource@@ -96,7 +96,7 @@ Network. {{% /md %}}
public autoScalingGroupStack?: pulumi.Resource;@@ -152,7 +152,7 @@ The auto-scaling group that ECS Service's should add to their {{% /md %}}
public ecsClusterARN: pulumi.Output<string>;@@ -163,7 +163,7 @@ The ECS Cluster ARN. {{% /md %}}
public efsMountPath?: undefined | string;@@ -174,7 +174,7 @@ The EFS host mount path if EFS is enabled on this Cluster. {{% /md %}}
public network: ClusterNetworkArgs;@@ -185,7 +185,7 @@ The network in which to create this cluster. {{% /md %}}
public securityGroupId?: pulumi.Output<string>;@@ -196,7 +196,7 @@ The ECS Cluster's Security Group ID. {{% /md %}}
extends ComponentResource@@ -223,7 +223,7 @@ supported. {{% /md %}}
public publicRouteTableId: pulumi.Output<string> | undefined;@@ -306,7 +306,7 @@ The public subnet route table for the VPC. {{% /md %}}
public publicSubnetIds: pulumi.Output<string>[];@@ -318,7 +318,7 @@ The public subnets for the VPC. In case [usePrivateSubnets] == false, these are {{% /md %}}
public securityGroupIds: pulumi.Output<string>[];@@ -329,7 +329,7 @@ The security group IDs for the network. {{% /md %}}
public subnetIds: pulumi.Output<string>[];@@ -341,7 +341,7 @@ The subnets in which compute should run. These are the private subnets if {{% /md %}}
public usePrivateSubnets: boolean;@@ -364,7 +364,7 @@ Whether the network includes private subnets. {{% /md %}}
public vpcId: pulumi.Output<string>;@@ -376,23 +376,23 @@ The VPC id of the network.
const deploymentOnlyModule: true = true;
addEFS: boolean;
@@ -462,7 +462,7 @@ Whether to create an EFS File System to manage volumes across the cluster.
{{% /md %}}
ecsOptimizedAMIName?: undefined | string;@@ -478,7 +478,7 @@ See http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI {{% /md %}}
instanceDockerImageVolumeSize?: undefined | number;@@ -491,7 +491,7 @@ The default is 50 GiB. {{% /md %}}
instanceRolePolicyARNs?: string[];
@@ -505,7 +505,7 @@ The default is `["arn:aws:iam::aws:policy/service-role/AmazonEC2ContainerService
{{% /md %}}
instanceType?: undefined | string;@@ -542,7 +542,7 @@ The EC2 instance type to use for the Cluster. Defaults to `t2.micro`. {{% /md %}}
minSize?: undefined | number;@@ -565,7 +565,7 @@ The minimum size of the cluster. Defaults to 2. {{% /md %}}
network: ClusterNetworkArgs;@@ -576,7 +576,7 @@ The network in which to create this cluster. {{% /md %}}
subnetIds: pulumi.Input<string>[];@@ -605,7 +605,7 @@ The network subnets for the clusters {{% /md %}}
vpcId: pulumi.Input<string>;@@ -617,7 +617,7 @@ The VPC id of the network for the cluster
cidrBlock?: pulumi.Input<string>;@@ -637,7 +637,7 @@ The CIDR block for the VPC. Defaults to "10.10.0.0/16" if unspecified. {{% /md %}}
enableDnsHostnames?: pulumi.Input<boolean>;@@ -648,7 +648,7 @@ Whether or not to have DNS hostnames in the VPC. Defaults to 'true' if unspecifi {{% /md %}}
enableDnsSupport?: pulumi.Input<boolean>;@@ -659,7 +659,7 @@ Whether or not to have DNS support in the VPC. Defaults to 'true' if unspecifie {{% /md %}}
instanceTenancy?: pulumi.Input<"default" | "dedicated">;@@ -670,7 +670,7 @@ A tenancy option for instances launched into the VPC. Defaults to 'default' if {{% /md %}}
usePrivateSubnets?: undefined | false | true;@@ -691,7 +691,7 @@ unspecified.
publicSubnetIds: pulumi.Input<string>[];@@ -711,7 +711,7 @@ The public subnets for the VPC. In case [usePrivateSubnets] == false, these are {{% /md %}}
securityGroupIds: pulumi.Input<string>[];@@ -722,7 +722,7 @@ The security group IDs for the network. {{% /md %}}
subnetIds: pulumi.Input<string>[];@@ -733,7 +733,7 @@ The network subnets for the clusters {{% /md %}}
usePrivateSubnets: boolean;
@@ -744,7 +744,7 @@ Whether the network includes private subnets.
{{% /md %}}
vpcId: pulumi.Input<string>;@@ -756,7 +756,7 @@ The VPC id of the network for the cluster
type Overwrite = Pick<T, Diff<keyof T, keyof U>> & U;diff --git a/content/reference/pkg/nodejs/pulumi/awsx/acmpca/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/acmpca/_index.md similarity index 87% rename from content/reference/pkg/nodejs/pulumi/awsx/acmpca/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/acmpca/_index.md index c478c36ee8a7..d819d37a5b01 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/acmpca/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/acmpca/_index.md @@ -20,18 +20,18 @@ aliases:
type AcmpcaMetricName = "CRLGenerated" | "MisconfiguredCRLBucket" | "Time" | "Success" | "Failure";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/apigateway/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/apigateway/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/awsx/apigateway/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/apigateway/_index.md index ef5137083ee8..521de0b3a9f5 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/apigateway/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/apigateway/_index.md @@ -34,19 +34,19 @@ aliases:
extends ComponentResource
public deployment: aws.apigateway.Deployment;
@@ -114,7 +114,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public restAPI: aws.apigateway.RestApi;
@@ -122,7 +122,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public stage: aws.apigateway.Stage;
@@ -130,7 +130,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public staticRoutesBucket?: aws.s3.Bucket;
@@ -142,7 +142,7 @@ construction time, or if there were any [StaticRoute]s passed to the API.
{{% /md %}}
public url: pulumi.Output<string>;@@ -150,7 +150,7 @@ construction time, or if there were any [StaticRoute]s passed to the API. {{% /md %}}
apiKeySource?: APIKeySource;@@ -179,7 +179,7 @@ set to true on a route, and this is not defined the value will default to HEADER {{% /md %}}
requestValidator?: RequestValidator;@@ -191,7 +191,7 @@ override this. {{% /md %}}
routes?: Route[];@@ -204,7 +204,7 @@ Either [swaggerString] or [routes] must be specified. {{% /md %}}
stageName?: pulumi.Input<string>;@@ -215,7 +215,7 @@ The stage name for your API. This will get added as a base path to your API url. {{% /md %}}
staticRoutesBucket?: aws.s3.Bucket | aws.s3.BucketArgs;@@ -227,7 +227,7 @@ be created on your behalf if any [StaticRoute]s are provided. {{% /md %}}
swaggerString?: pulumi.Input<string>;@@ -243,11 +243,11 @@ Either [swaggerString] or [routes] must be specified.
apiKeyRequired?: undefined | false | true;@@ -259,7 +259,7 @@ the API level and by default, the source will be the HEADER. {{% /md %}}
authorizers?: Authorizer[] | Authorizer;@@ -271,7 +271,7 @@ the route is called. {{% /md %}}
requestValidator?: RequestValidator;@@ -283,7 +283,7 @@ defined at the API level. {{% /md %}}
requiredParameters?: reqvalidation.Parameter[];@@ -296,11 +296,11 @@ gateway will validate these before sending traffic to the event handler.
hostname: string;
@@ -308,7 +308,7 @@ gateway will validate these before sending traffic to the event handler.
{{% /md %}}
loadBalancer: aws.elasticloadbalancingv2.LoadBalancer;@@ -316,7 +316,7 @@ gateway will validate these before sending traffic to the event handler. {{% /md %}}
port: number;
@@ -325,12 +325,12 @@ gateway will validate these before sending traffic to the event handler.
extends BaseRoute
apiKeyRequired?: undefined | false | true;@@ -342,7 +342,7 @@ the API level and by default, the source will be the HEADER. {{% /md %}}
authorizers?: Authorizer[] | Authorizer;@@ -354,7 +354,7 @@ the route is called. {{% /md %}}
eventHandler: aws.lambda.EventHandler<Request, Response>;@@ -362,7 +362,7 @@ the route is called. {{% /md %}}
method: Method;@@ -370,7 +370,7 @@ the route is called. {{% /md %}}
path: string;
@@ -382,7 +382,7 @@ then a `/` will be added automatically to the beginning.
{{% /md %}}
requestValidator?: RequestValidator;@@ -394,7 +394,7 @@ defined at the API level. {{% /md %}}
requiredParameters?: reqvalidation.Parameter[];@@ -407,7 +407,7 @@ gateway will validate these before sending traffic to the event handler.
extends BaseRoute@@ -418,7 +418,7 @@ https://docs.aws.amazon.com/apigateway/api-reference/resource/integration/ for m {{% /md %}}
apiKeyRequired?: undefined | false | true;@@ -430,7 +430,7 @@ the API level and by default, the source will be the HEADER. {{% /md %}}
authorizers?: Authorizer[] | Authorizer;@@ -442,7 +442,7 @@ the route is called. {{% /md %}}
path: string;
@@ -454,7 +454,7 @@ The path on the API that will invoke the provided [target]. If not prefixed wit
{{% /md %}}
requestValidator?: RequestValidator;@@ -466,7 +466,7 @@ defined at the API level. {{% /md %}}
requiredParameters?: reqvalidation.Parameter[];@@ -478,7 +478,7 @@ gateway will validate these before sending traffic to the event handler. {{% /md %}}
target: pulumi.Input<IntegrationTarget> | IntegrationRouteTargetProvider;@@ -487,11 +487,11 @@ gateway will validate these before sending traffic to the event handler.
connectionId?: pulumi.Input<string>;@@ -523,7 +523,7 @@ otherwise. {{% /md %}}
connectionType?: pulumi.Input<IntegrationConnectionType>;@@ -536,7 +536,7 @@ between API Gateway and a network load balancer in a VPC. The default value is I {{% /md %}}
httpMethod?: undefined | "ANY";@@ -547,7 +547,7 @@ Specifies the integration's HTTP method type. Currently, the only supported typ {{% /md %}}
passthroughBehavior?: pulumi.Input<IntegrationPassthroughBehavior>;@@ -577,7 +577,7 @@ Defaults to 'WHEN_NO_MATCH' if unspecified. {{% /md %}}
type: pulumi.Input<IntegrationType>;@@ -607,7 +607,7 @@ without invoking any backend. {{% /md %}}
uri: pulumi.Input<string>;@@ -637,7 +637,7 @@ arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}
extends BaseRoute@@ -648,7 +648,7 @@ StaticRoute is a route that will map from an incoming path to the files/director {{% /md %}}
apiKeyRequired?: undefined | false | true;@@ -660,7 +660,7 @@ the API level and by default, the source will be the HEADER. {{% /md %}}
authorizers?: Authorizer[] | Authorizer;@@ -672,7 +672,7 @@ the route is called. {{% /md %}}
contentType?: undefined | string;@@ -684,7 +684,7 @@ localPath points to a directory, the content types for all files will be inferre {{% /md %}}
index?: boolean | string;@@ -696,7 +696,7 @@ To disable this set false or to supply a new index pass an appropriate name. {{% /md %}}
localPath: string;
@@ -708,7 +708,7 @@ objects, and directories will be recursively walked into.
{{% /md %}}
path: string;
@@ -720,7 +720,7 @@ The path on the API that will map to files in [localPath]. If not prefixed with
{{% /md %}}
requestValidator?: RequestValidator;@@ -732,7 +732,7 @@ defined at the API level. {{% /md %}}
requiredParameters?: reqvalidation.Parameter[];@@ -745,11 +745,11 @@ gateway will validate these before sending traffic to the event handler.
type ApigatewayMetricName = "4XXError" | "5XXError" | "CacheHitCount" | "CacheMissCount" | "Count" | "IntegrationLatency" | "Latency";@@ -925,7 +925,7 @@ You can use the dimensions in the following table to filter API Gateway metrics.
type RawDataRoute = {
@@ -946,25 +946,25 @@ string here.
{{% /md %}}
type Request = awslambda.APIGatewayProxyEvent;
type RequestContext = awslambda.APIGatewayEventRequestContext;
type Response = awslambda.APIGatewayProxyResult;
type Route = EventHandlerRoute | StaticRoute | IntegrationRoute | RawDataRoute;diff --git a/content/reference/pkg/nodejs/pulumi/awsx/autoscaling/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/autoscaling/_index.md similarity index 91% rename from content/reference/pkg/nodejs/pulumi/awsx/autoscaling/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/autoscaling/_index.md index b1cfb70bef65..6cb244bda801 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/autoscaling/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/autoscaling/_index.md @@ -46,19 +46,19 @@ aliases:
extends ComponentResource
public group: aws.autoscaling.Group;
@@ -234,7 +234,7 @@ Underlying [autoscaling.Group] that is created by cloudformation.
{{% /md %}}
public launchConfiguration: AutoScalingLaunchConfiguration;@@ -245,7 +245,7 @@ The launch configuration for this auto scaling group. {{% /md %}}
public stack: aws.cloudformation.Stack;
@@ -258,7 +258,7 @@ express everything that can be configured through [CloudFormation] itself.
{{% /md %}}
public targetGroups: x.elasticloadbalancingv2.TargetGroup[];
@@ -271,7 +271,7 @@ for more details.
{{% /md %}}
public vpc: x.ec2.Vpc;
@@ -292,12 +292,12 @@ deployments.
extends ComponentResource
public id: pulumi.Output<string>;@@ -386,7 +386,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public instanceProfile: aws.iam.InstanceProfile;
@@ -394,7 +394,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public launchConfiguration: aws.ec2.LaunchConfiguration;
@@ -402,7 +402,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public securityGroups: x.ec2.SecurityGroup[];
@@ -410,7 +410,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public stackName: pulumi.Output<string>;@@ -421,7 +421,7 @@ Name to give the auto-scaling-group's cloudformation stack name. {{% /md %}}
extends ComponentResource@@ -474,7 +474,7 @@ adjustment of the scale-in policy (remove 30 percent of 13, 3.9, rounded down to {{% /md %}}
public lowerAlarm: aws.cloudwatch.MetricAlarm | undefined;@@ -530,7 +530,7 @@ range of steps. {{% /md %}}
public lowerPolicy: aws.autoscaling.Policy | undefined;@@ -541,7 +541,7 @@ Underlying [Policy] created to define the scaling strategy for the lower set of {{% /md %}}
public upperAlarm: aws.cloudwatch.MetricAlarm | undefined;@@ -553,7 +553,7 @@ range of steps. {{% /md %}}
public upperPolicy: aws.autoscaling.Policy | undefined;@@ -564,7 +564,7 @@ Underlying [Policy] created to define the scaling strategy for the upper set of {{% /md %}}
extends TargetTrackingPolicyArgs
disableScaleIn?: pulumi.Input<boolean>;@@ -640,7 +640,7 @@ Auto Scaling group. Defaults to [false] if unspecified. {{% /md %}}
estimatedInstanceWarmup?: pulumi.Input<number>;@@ -652,7 +652,7 @@ metrics. Without a value, AWS will default to the group's specified cooldown per {{% /md %}}
targetGroup: x.elasticloadbalancingv2.ApplicationTargetGroup;@@ -665,7 +665,7 @@ be provided to the [AutoScalingGroup] using [AutoScalingGroupArgs.targetGroups]. {{% /md %}}
targetValue: pulumi.Input<number>;@@ -677,11 +677,11 @@ The target value for the metric.
disableRollback?: pulumi.Input<boolean>;@@ -693,7 +693,7 @@ creation failed. Defaults to 'false'. Conflicts with `onFailure`. {{% /md %}}
launchConfiguration?: AutoScalingLaunchConfiguration;@@ -710,7 +710,7 @@ If neither are provided, a default instance will be create by calling {{% /md %}}
launchConfigurationArgs?: AutoScalingLaunchConfigurationArgs;@@ -727,7 +727,7 @@ If neither are provided, a default instance will be create by calling {{% /md %}}
onFailure?: pulumi.Input<"DO_NOTHING" | "ROLLBACK" | "DELETE">;@@ -739,7 +739,7 @@ one of: `DO_NOTHING`, `ROLLBACK`, or `DELETE`. Conflicts with `disableRollback`. {{% /md %}}
subnetIds?: pulumi.Input<string>[];@@ -751,7 +751,7 @@ the `vpc` will be used. {{% /md %}}
targetGroups?: x.elasticloadbalancingv2.TargetGroup[];@@ -763,7 +763,7 @@ have the "instance" [targetType]. {{% /md %}}
templateParameters?: pulumi.Input<TemplateParameters>;@@ -775,7 +775,7 @@ the defaults specified in TemplateParameters will be used. {{% /md %}}
vpc?: x.ec2.Vpc;@@ -788,7 +788,7 @@ created for the default vpc.
associatePublicIpAddress?: pulumi.Input<boolean>;@@ -808,7 +808,7 @@ Associate a public ip address with an instance in a VPC. {{% /md %}}
ebsBlockDevices?: undefined | {
@@ -903,7 +903,7 @@ will be mounted at '/dev/xvdcz'. Both devices will be deleted upon termination.
{{% /md %}}
ebsOptimized?: pulumi.Input<boolean>;@@ -914,7 +914,7 @@ If true, the launched EC2 instance will be EBS-optimized. {{% /md %}}
enableMonitoring?: pulumi.Input<boolean>;@@ -943,7 +943,7 @@ Enables/disables detailed monitoring. This is enabled by default. {{% /md %}}
ephemeralBlockDevices?: undefined | {
@@ -982,7 +982,7 @@ Customize Ephemeral (also known as
{{% /md %}}
iamInstanceProfile?: pulumi.Input<string | aws.iam.InstanceProfile>;@@ -994,7 +994,7 @@ with launched instances. {{% /md %}}
instanceProfile?: aws.iam.InstanceProfile;@@ -1006,7 +1006,7 @@ be created. {{% /md %}}
instanceType?: pulumi.Input<aws.ec2.InstanceType>;@@ -1017,7 +1017,7 @@ The size of instance to launch. Defaults to t2.micro if unspecified. {{% /md %}}
keyName?: pulumi.Input<string>;@@ -1028,7 +1028,7 @@ The key name that should be used for the instance. {{% /md %}}
name?: pulumi.Input<string>;@@ -1040,7 +1040,7 @@ this blank, Terraform will auto-generate a unique name. {{% /md %}}
namePrefix?: pulumi.Input<string>;@@ -1052,7 +1052,7 @@ prefix. Conflicts with `name`. {{% /md %}}
placementTenancy?: pulumi.Input<"default" | "dedicated">;@@ -1065,7 +1065,7 @@ for more details. Default is "default" if unspecified. {{% /md %}}
rootBlockDevice?: undefined | {
@@ -1095,7 +1095,7 @@ termination.
{{% /md %}}
securityGroups?: x.ec2.SecurityGroupOrId[];@@ -1106,7 +1106,7 @@ A list of associated security group IDs. {{% /md %}}
spotPrice?: pulumi.Input<string>;@@ -1117,7 +1117,7 @@ The maximum price to use for reserving spot instances. {{% /md %}}
stackName?: pulumi.Input<string>;@@ -1128,7 +1128,7 @@ The name of the stack the launch configuration will signal. {{% /md %}}
userData?: pulumi.Input<string> | AutoScalingUserData;@@ -1139,7 +1139,7 @@ The user data to provide when launching the instance. Do not pass gzip-compresse {{% /md %}}
userDataBase64?: pulumi.Input<string>;@@ -1153,7 +1153,7 @@ corruption. {{% /md %}}
vpcClassicLinkId?: pulumi.Input<string>;@@ -1164,7 +1164,7 @@ The ID of a ClassicLink-enabled VPC. Only applies to EC2-Classic instances. (eg. {{% /md %}}
vpcClassicLinkSecurityGroups?: pulumi.Input<pulumi.Input<string>[]>;@@ -1176,11 +1176,11 @@ The IDs of one or more security groups for the specified ClassicLink-enabled VPC
extends TargetTrackingPolicyArgs@@ -1230,7 +1230,7 @@ To create your customized metric specification: {{% /md %}}
disableScaleIn?: pulumi.Input<boolean>;@@ -1244,7 +1244,7 @@ Auto Scaling group. Defaults to [false] if unspecified. {{% /md %}}
estimatedInstanceWarmup?: pulumi.Input<number>;@@ -1256,7 +1256,7 @@ metrics. Without a value, AWS will default to the group's specified cooldown per {{% /md %}}
metric: x.cloudwatch.Metric;@@ -1267,7 +1267,7 @@ The metric to track {{% /md %}}
targetValue: pulumi.Input<number>;@@ -1279,11 +1279,11 @@ The target value for the metric.
adjustment: pulumi.Input<number>;@@ -1295,7 +1295,7 @@ positive value scales up. A negative value scales down. {{% /md %}}
value: pulumi.Input<number>;@@ -1309,11 +1309,11 @@ values `<=` to this will trigger this step's [scalingAdjustment].
lower?: pulumi.Input<ScalingStep>[];@@ -1336,7 +1336,7 @@ At least one of `upper` or `lower` must be non-empty. If both are provided, `up {{% /md %}}
upper?: pulumi.Input<ScalingStep>[];@@ -1358,11 +1358,11 @@ At least one of `upper` or `lower` must be non-empty. If both are provided, `up
desiredCapacity?: pulumi.Input<number>;@@ -1374,7 +1374,7 @@ the size at the scheduled time. {{% /md %}}
endTime?: pulumi.Input<string>;@@ -1387,7 +1387,7 @@ returns an error message. {{% /md %}}
maxSize?: pulumi.Input<number>;@@ -1399,7 +1399,7 @@ the size at the scheduled time. {{% /md %}}
minSize?: pulumi.Input<number>;@@ -1411,7 +1411,7 @@ the size at the scheduled time. {{% /md %}}
recurrence?: pulumi.Input<string | ScheduleRecurrenceArgs>;@@ -1424,7 +1424,7 @@ of this. {{% /md %}}
scheduledActionName?: pulumi.Input<string>;@@ -1436,7 +1436,7 @@ The name of this scaling action. If not provided, the name of the requested {{% /md %}}
startTime?: pulumi.Input<string>;@@ -1450,11 +1450,11 @@ returns an error message.
dayOfWeek?: DayOfWeek;@@ -1476,7 +1476,7 @@ Day of the week to perform the scheduled action on. Leave undefined to indicate {{% /md %}}
hour?: undefined | number;@@ -1487,7 +1487,7 @@ Day of the week to perform the scheduled action on. Leave undefined to indicate {{% /md %}}
minute?: undefined | number;@@ -1498,7 +1498,7 @@ Day of the week to perform the scheduled action on. Leave undefined to indicate {{% /md %}}
month?: Month;@@ -1510,11 +1510,11 @@ Month of the year to perform the scheduled action on. Leave undefined to indica
adjustmentType: pulumi.Input<AdjustmentType>;@@ -1528,7 +1528,7 @@ minimum group size. {{% /md %}}
estimatedInstanceWarmup?: pulumi.Input<number>;@@ -1540,7 +1540,7 @@ metrics. Without a value, AWS will default to the group's specified cooldown per {{% /md %}}
evaluationPeriods?: pulumi.Input<number>;@@ -1552,7 +1552,7 @@ is fired. Defaults to `1` if unspecified. {{% /md %}}
metric: x.cloudwatch.Metric;@@ -1567,7 +1567,7 @@ events come in in a timely enough manner to allow the ASG to respond accordingly {{% /md %}}
minAdjustmentMagnitude?: pulumi.Input<number>;@@ -1580,7 +1580,7 @@ Scaling group by at least this many instances. Defaults to `1` if not specified {{% /md %}}
steps: ScalingSteps;@@ -1592,11 +1592,11 @@ A set of adjustments that manage group scaling.
disableScaleIn?: pulumi.Input<boolean>;@@ -1610,7 +1610,7 @@ Auto Scaling group. Defaults to [false] if unspecified. {{% /md %}}
estimatedInstanceWarmup?: pulumi.Input<number>;@@ -1622,7 +1622,7 @@ metrics. Without a value, AWS will default to the group's specified cooldown per {{% /md %}}
targetValue: pulumi.Input<number>;@@ -1634,11 +1634,11 @@ The target value for the metric.
defaultCooldown?: pulumi.Input<number>;@@ -1650,7 +1650,7 @@ activity can start. Defaults to 300 if unspecified. {{% /md %}}
desiredCapacity?: pulumi.Input<number>;@@ -1661,7 +1661,7 @@ The desired size of the auto scale group. Defaults to [minSize] if unspecified. {{% /md %}}
healthCheckGracePeriod?: pulumi.Input<number>;@@ -1673,7 +1673,7 @@ if unspecified. {{% /md %}}
healthCheckType?: pulumi.Input<"EC2" | "ELB">;@@ -1684,7 +1684,7 @@ if unspecified. {{% /md %}}
maxSize?: pulumi.Input<number>;@@ -1695,7 +1695,7 @@ The maximum size of the auto scale group. Defaults to 100 if unspecified. {{% /md %}}
minSize?: pulumi.Input<number>;@@ -1706,7 +1706,7 @@ The minimum size of the auto scale group. Defaults to 2 if unspecified. {{% /md %}}
suspendedProcesses?: pulumi.Input<pulumi.Input<"Launch" | "Terminate" | "HealthCheck" | "ReplaceUnhealthy" | "AZRebalance" | "AlarmNotification" | "ScheduledActions" | "AddToLoadBalancer">[]>;@@ -1723,7 +1723,7 @@ Defaults to "ScheduledActions" if not specified
automaticallyIndent?: undefined | false | true;@@ -1744,7 +1744,7 @@ Set explicitly to [false] to control all indentation. {{% /md %}}
contents: string;
@@ -1756,11 +1756,11 @@ Actual contents of the line.
type AdjustmentType = "ChangeInCapacity" | "ExactCapacity" | "PercentChangeInCapacity";
type DayOfWeek = number | "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday";@@ -1926,7 +1926,7 @@ undefined to indicate no specific value. {{% /md %}}
type Month = number | "January" | "February" | "March" | "April" | "May" | "June" | "July" | "August" | "September" | "October" | "November" | "December";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/cloudfront/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/cloudfront/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/awsx/cloudfront/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/cloudfront/_index.md index bd6ced45af77..dad9eecd1743 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/cloudfront/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/cloudfront/_index.md @@ -20,18 +20,18 @@ aliases:
type CloudfrontMetricName = "Requests" | "BytesDownloaded" | "BytesUploaded" | "TotalErrorRate" | "4xxErrorRate" | "5xxErrorRate";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/cloudwatch/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/cloudwatch/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/awsx/cloudwatch/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/cloudwatch/_index.md index 0a050ac17832..f43b26d0f81f 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/cloudwatch/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/cloudwatch/_index.md @@ -62,14 +62,14 @@ aliases:
implements WidgetAnnotation@@ -80,7 +80,7 @@ Dashboard. {{% /md %}}
extends FlowWidget@@ -119,7 +119,7 @@ height of this widget will be the sum of all the heights of all the widgets in t {{% /md %}}
protected widgets: Widget[] = [];@@ -191,7 +191,7 @@ For internal use only.
extends Dashboard
@@ -207,7 +207,7 @@ for more details.
{{% /md %}}
static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Dashboard. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
dashboardArn: pulumi.Output<string>;@@ -271,7 +271,7 @@ The Amazon Resource Name (ARN) of the dashboard. {{% /md %}}
dashboardBody: pulumi.Output<string>;@@ -282,7 +282,7 @@ The detailed information about the dashboard, including what widgets are include {{% /md %}}
dashboardName: pulumi.Output<string>;@@ -293,7 +293,7 @@ The name of the dashboard. {{% /md %}}
id: Output<ID>;@@ -305,7 +305,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
implements WidgetMetric@@ -332,7 +332,7 @@ more details. {{% /md %}}
implements Widget@@ -372,7 +372,7 @@ vertically. {{% /md %}}
protected widgets: Widget[] = [];@@ -449,7 +449,7 @@ FlowWidget.
extends MetricWidget@@ -463,7 +463,7 @@ details. {{% /md %}}
implements WidgetAnnotation@@ -569,7 +569,7 @@ linked annotation lines as part of a single band annotation {{% /md %}}
extends GraphMetricWidget@@ -609,7 +609,7 @@ Displays a set of metrics as a line graph. {{% /md %}}
public color: pulumi.Output<string | undefined>;@@ -888,7 +888,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget]. {{% /md %}}
public dimensions: pulumi.Output<Record<string, any> | undefined>;@@ -900,7 +900,7 @@ The dimensions for this metric. For the list of available dimensions see the AW {{% /md %}}
public extendedStatistic: pulumi.Output<number | undefined>;@@ -912,7 +912,7 @@ The percentile statistic for the metric associated with the alarm. Specify a val {{% /md %}}
public label: pulumi.Output<string | undefined>;@@ -927,7 +927,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget]. {{% /md %}}
public name: pulumi.Output<string>;@@ -939,7 +939,7 @@ The name for this metric. See docs for {{% /md %}}
public namespace: pulumi.Output<string>;@@ -953,7 +953,7 @@ See docs for {{% /md %}}
public period: pulumi.Output<number>;@@ -972,7 +972,7 @@ for more details. {{% /md %}}
public resource: pulumi.Resource | undefined;@@ -983,7 +983,7 @@ Optional resource this is a metric for. Used only for parenting purposes when m {{% /md %}}
public statistic: pulumi.Output<MetricStatistic>;@@ -997,7 +997,7 @@ Defaults to [Average] if [statistic] and [extendedStatistic] is unspecified. {{% /md %}}
public unit: pulumi.Output<MetricUnit | undefined>;@@ -1010,7 +1010,7 @@ See https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricD {{% /md %}}
public visible: pulumi.Output<boolean>;@@ -1024,7 +1024,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget]. {{% /md %}}
public yAxis: pulumi.Output<"left" | "right">;@@ -1038,7 +1038,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget].
extends SimpleWidget@@ -1051,7 +1051,7 @@ displaying [Metric]s. {{% /md %}}
extends FlowWidget@@ -1163,7 +1163,7 @@ wrapping. The final height of this widget will be the bottommost row that a widg {{% /md %}}
protected widgets: Widget[] = [];@@ -1235,7 +1235,7 @@ For internal use only.
implements Widget@@ -1245,7 +1245,7 @@ Base type of all non-flow Widgets to place in a DashboardGrid. {{% /md %}}
extends MetricWidget@@ -1314,7 +1314,7 @@ Displays a set of metrics as a single number. {{% /md %}}
implements Widget@@ -1418,7 +1418,7 @@ Simple [Widget] that can be used for putting space between other widgets in the {{% /md %}}
extends GraphMetricWidget@@ -1475,7 +1475,7 @@ Displays a set of metrics as a stacked area graph. {{% /md %}}
extends SimpleWidget@@ -1580,7 +1580,7 @@ Simple widget that displays a piece of text in the dashboard grid. {{% /md %}}
implements WidgetAnnotation@@ -1667,7 +1667,7 @@ linked annotation lines as part of a single band annotation {{% /md %}}
actionsEnabled?: pulumi.Input<boolean>;@@ -1722,7 +1722,7 @@ Defaults to `true`. {{% /md %}}
alarmActions?: pulumi.Input<pulumi.Input<string | aws.sns.Topic>[]>;@@ -1734,7 +1734,7 @@ state. Each action is specified as an Amazon Resource Name (ARN). {{% /md %}}
alarmDescription?: pulumi.Input<string>;@@ -1745,7 +1745,7 @@ The description for the alarm. {{% /md %}}
comparisonOperator?: pulumi.Input<AlarmComparisonOperator>;@@ -1761,7 +1761,7 @@ Defaults to [GreaterThanOrEqualToThreshold] if unspecified. {{% /md %}}
datapointsToAlarm?: pulumi.Input<number>;@@ -1772,7 +1772,7 @@ The number of datapoints that must be breaching to trigger the alarm. {{% /md %}}
evaluateLowSampleCountPercentiles?: pulumi.Input<"ignore" | "evaluate">;@@ -1787,7 +1787,7 @@ supported: `ignore`, and `evaluate`. {{% /md %}}
evaluationPeriods: pulumi.Input<number>;@@ -1798,7 +1798,7 @@ The number of periods over which data is compared to the specified threshold. {{% /md %}}
extendedStatistic?: pulumi.Input<string>;@@ -1810,7 +1810,7 @@ p0.0 and p100. {{% /md %}}
insufficientDataActions?: pulumi.Input<pulumi.Input<string | aws.sns.Topic>[]>;@@ -1822,7 +1822,7 @@ from any other state. Each action is specified as an Amazon Resource Name (ARN). {{% /md %}}
metricQueries?: pulumi.Input<pulumi.Input<{ @@ -1846,7 +1846,7 @@ Enables you to create an alarm based on a metric math expression. You may specif {{% /md %}}
name?: pulumi.Input<string>;@@ -1857,7 +1857,7 @@ The descriptive name for the alarm. This name must be unique within the user's A {{% /md %}}
okActions?: pulumi.Input<pulumi.Input<string | aws.sns.Topic>[]>;@@ -1869,7 +1869,7 @@ state. Each action is specified as an Amazon Resource Name (ARN). {{% /md %}}
threshold: pulumi.Input<number>;@@ -1880,7 +1880,7 @@ The value against which the specified statistic is compared. {{% /md %}}
treatMissingData?: pulumi.Input<"missing" | "ignore" | "breaching" | "notBreaching">;@@ -1893,11 +1893,11 @@ Sets how this alarm is to handle missing data points. The following values are s
end?: pulumi.Input<string>;@@ -1911,7 +1911,7 @@ values, specify an absolute time in the ISO 8601 format. For example, {{% /md %}}
name?: pulumi.Input<string>;@@ -1922,7 +1922,7 @@ The name of the dashboard. {{% /md %}}
periodOverride?: pulumi.Input<"auto" | "inherit">;@@ -1936,7 +1936,7 @@ obeyed. {{% /md %}}
start?: pulumi.Input<string>;@@ -1958,7 +1958,7 @@ If you omit start, the dashboard shows the default time range when it loads. {{% /md %}}
widgets?: Widget[];@@ -1972,12 +1972,12 @@ of widgets to make a single row out of.
extends MetricWidgetArgs
alarm?: pulumi.Input<string> | WidgetAlarm;@@ -1991,7 +1991,7 @@ At least one of [alarm], [annotations] or [metrics] must be supplied. {{% /md %}}
annotations?: WidgetAnnotation | WidgetAnnotation[];@@ -2011,7 +2011,7 @@ At least one of [alarm], [annotations] or [metrics] must be supplied. {{% /md %}}
extendedStatistic?: pulumi.Input<number>;@@ -2023,7 +2023,7 @@ The percentile statistic for the metric associated with the alarm. Specify a val {{% /md %}}
metrics?: WidgetMetric | WidgetMetric[];@@ -2053,7 +2053,7 @@ At least one of [alarm], [annotations] or [metrics] must be supplied. {{% /md %}}
period?: pulumi.Input<number>;@@ -2066,7 +2066,7 @@ metric definition. The default is 300. {{% /md %}}
region?: pulumi.Input<aws.Region>;@@ -2077,7 +2077,7 @@ The region of the metric. Defaults to the region of the stack if not specified. {{% /md %}}
statistic?: pulumi.Input<MetricStatistic>;@@ -2089,7 +2089,7 @@ overridden within the definition of each individual metric in the metrics array. {{% /md %}}
title?: pulumi.Input<string>;@@ -2100,7 +2100,7 @@ The title to be displayed for the graph or number. {{% /md %}}
yAxis?: pulumi.Input<YAxis>;@@ -2126,11 +2126,11 @@ graphed, unless specific metrics override it.
alarmDescription: pulumi.Input<string | undefined>;@@ -2138,7 +2138,7 @@ graphed, unless specific metrics override it. {{% /md %}}
threshold: pulumi.Input<number>;@@ -2147,11 +2147,11 @@ graphed, unless specific metrics override it.
aboveEdge: HorizontalEdge;@@ -2164,7 +2164,7 @@ should not be provided. {{% /md %}}
belowEdge?: HorizontalEdge;@@ -2175,7 +2175,7 @@ The lower edge when using band shading. {{% /md %}}
color?: undefined | string;@@ -2187,7 +2187,7 @@ the annotation line and the fill shading. {{% /md %}}
fill?: "above" | "below";@@ -2203,7 +2203,7 @@ ignored. {{% /md %}}
visible?: undefined | false | true;@@ -2215,7 +2215,7 @@ The default is true. {{% /md %}}
yAxis?: "left" | "right";@@ -2229,11 +2229,11 @@ left.
label?: pulumi.Input<string | undefined>;@@ -2244,7 +2244,7 @@ A string that appears on the graph next to the annotation. {{% /md %}}
value: pulumi.Input<number>;@@ -2260,11 +2260,11 @@ annotations appear on the graph.
color?: pulumi.Input<string | undefined>;@@ -2277,7 +2277,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget]. {{% /md %}}
dimensions?: pulumi.Input<Record<string, any> | undefined>;@@ -2289,7 +2289,7 @@ The dimensions for this metric. For the list of available dimensions see the AW {{% /md %}}
extendedStatistic?: pulumi.Input<number | undefined>;@@ -2301,7 +2301,7 @@ The percentile statistic for the metric associated with the alarm. Specify a val {{% /md %}}
label?: pulumi.Input<string | undefined>;@@ -2316,7 +2316,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget]. {{% /md %}}
name: pulumi.Input<string>;@@ -2328,7 +2328,7 @@ The name for this metric. See docs for {{% /md %}}
namespace: pulumi.Input<string>;@@ -2342,7 +2342,7 @@ See docs for {{% /md %}}
period?: pulumi.Input<number | undefined>;@@ -2354,7 +2354,7 @@ Default to [300] if unspecified. {{% /md %}}
statistic?: pulumi.Input<MetricStatistic | undefined>;@@ -2366,7 +2366,7 @@ supported: `SampleCount`, `Average`, `Sum`, `Minimum`, `Maximum` {{% /md %}}
unit?: pulumi.Input<MetricUnit | undefined>;@@ -2379,7 +2379,7 @@ See https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_MetricD {{% /md %}}
visible?: pulumi.Input<boolean | undefined>;@@ -2393,7 +2393,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget]. {{% /md %}}
yAxis?: pulumi.Input<"left" | "right" | undefined>;@@ -2407,7 +2407,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget].
color?: pulumi.Input<string>;@@ -2429,7 +2429,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget]. {{% /md %}}
dimensions?: pulumi.Input<Record<string, any>>;@@ -2442,7 +2442,7 @@ cleared. {{% /md %}}
extendedStatistic?: pulumi.Input<number>;@@ -2455,7 +2455,7 @@ to [undefined] then the value will be set to the default. {{% /md %}}
label?: pulumi.Input<string>;@@ -2470,7 +2470,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget]. {{% /md %}}
period?: pulumi.Input<number>;@@ -2483,7 +2483,7 @@ to [undefined] then the value will be set to the default (300s). {{% /md %}}
statistic?: pulumi.Input<MetricStatistic>;@@ -2496,7 +2496,7 @@ property, then no change will be made. However, if the property is there by set {{% /md %}}
unit?: pulumi.Input<MetricUnit>;@@ -2509,7 +2509,7 @@ to the default. {{% /md %}}
visible?: pulumi.Input<boolean>;@@ -2523,7 +2523,7 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget]. {{% /md %}}
yAxis?: pulumi.Input<"left" | "right">;@@ -2537,12 +2537,12 @@ Only used if this metric is displayed in a [Dashboard] with a [MetricWidget].
extends SimpleWidgetArgs
alarm?: pulumi.Input<string> | WidgetAlarm;@@ -2556,7 +2556,7 @@ At least one of [alarm], [annotations] or [metrics] must be supplied. {{% /md %}}
annotations?: WidgetAnnotation | WidgetAnnotation[];@@ -2576,7 +2576,7 @@ At least one of [alarm], [annotations] or [metrics] must be supplied. {{% /md %}}
extendedStatistic?: pulumi.Input<number>;@@ -2588,7 +2588,7 @@ The percentile statistic for the metric associated with the alarm. Specify a val {{% /md %}}
metrics?: WidgetMetric | WidgetMetric[];@@ -2618,7 +2618,7 @@ At least one of [alarm], [annotations] or [metrics] must be supplied. {{% /md %}}
period?: pulumi.Input<number>;@@ -2631,7 +2631,7 @@ metric definition. The default is 300. {{% /md %}}
region?: pulumi.Input<aws.Region>;@@ -2642,7 +2642,7 @@ The region of the metric. Defaults to the region of the stack if not specified. {{% /md %}}
statistic?: pulumi.Input<MetricStatistic>;@@ -2654,7 +2654,7 @@ overridden within the definition of each individual metric in the metrics array. {{% /md %}}
title?: pulumi.Input<string>;@@ -2665,7 +2665,7 @@ The title to be displayed for the graph or number. {{% /md %}}
extends SimpleWidgetArgs
markdown: pulumi.Input<string>;@@ -2766,7 +2766,7 @@ The text to be displayed by the widget. {{% /md %}}
afterEdge?: VerticalEdge;@@ -2801,7 +2801,7 @@ The ending edge when using band shading. {{% /md %}}
beforeEdge: VerticalEdge;@@ -2814,7 +2814,7 @@ should not be provided. {{% /md %}}
color?: undefined | string;@@ -2826,7 +2826,7 @@ the annotation line and the fill shading. {{% /md %}}
fill?: "before" | "after";@@ -2841,7 +2841,7 @@ between the two values, and any value for [fill] is ignored. {{% /md %}}
visible?: undefined | false | true;@@ -2854,11 +2854,11 @@ The default is true.
label?: undefined | string;@@ -2869,7 +2869,7 @@ A string that appears on the graph next to the annotation. {{% /md %}}
value: string;
@@ -2888,7 +2888,7 @@ This is defined as a string in ISO 8601 format. For more information, see ISO 86
arn: pulumi.Input<string>;@@ -2970,7 +2970,7 @@ Type: Integer
left?: MinMax;@@ -3036,7 +3036,7 @@ Optional min and max settings for the left Y-axis. {{% /md %}}
right?: MinMax;@@ -3048,18 +3048,18 @@ Optional min and max settings for the right Y-axis.
type AlarmComparisonOperator = "GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold";
type MetricStatistic = "SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum";
type MetricUnit = "Seconds" | "Microseconds" | "Milliseconds" | "Bytes" | "Kilobytes" | "Megabytes" | "Gigabytes" | "Terabytes" | "Bits" | "Kilobits" | "Megabits" | "Gigabits" | "Terabits" | "Percent" | "Count" | "Bytes/Second" | "Kilobytes/Second" | "Megabytes/Second" | "Gigabytes/Second" | "Terabytes/Second" | "Bits/Second" | "Kilobits/Second" | "Megabits/Second" | "Gigabits/Second" | "Terabits/Second" | "Count/Second" | "None";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/cloudwatch/events/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/cloudwatch/events/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/awsx/cloudwatch/events/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/cloudwatch/events/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/awsx/cloudwatch/logs/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/cloudwatch/logs/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/awsx/cloudwatch/logs/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/cloudwatch/logs/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/awsx/codebuild/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/codebuild/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/awsx/codebuild/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/codebuild/_index.md index 7ac840e1e1b0..2333f7ce27e1 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/codebuild/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/codebuild/_index.md @@ -20,18 +20,18 @@ aliases:
type CodebuildMetricName = "BuildDuration" | "Builds" | "DownloadSourceDuration" | "Duration" | "FailedBuilds" | "FinalizingDuration" | "InstallDuration" | "PostBuildDuration" | "PreBuildDuration" | "ProvisioningDuration" | "QueuedDuration" | "SubmittedDuration" | "SucceededBuilds" | "UploadArtifactsDuration";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/cognito/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/cognito/_index.md similarity index 87% rename from content/reference/pkg/nodejs/pulumi/awsx/cognito/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/cognito/_index.md index fab92212cff4..fcb9ba8c6b62 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/cognito/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/cognito/_index.md @@ -20,18 +20,18 @@ aliases:
type CognitoMetricName = "CompromisedCredentialsRisk" | "AccountTakeOverRisk" | "OverrideBlock" | "Risk" | "NoRisk";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/dynamodb/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/dynamodb/_index.md similarity index 94% rename from content/reference/pkg/nodejs/pulumi/awsx/dynamodb/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/dynamodb/_index.md index c1ec075320cd..6a8dfd711bdc 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/dynamodb/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/dynamodb/_index.md @@ -20,18 +20,18 @@ aliases:
type DynamodbMetricName = "ConditionalCheckFailedRequests" | "ConsumedReadCapacityUnits" | "ConsumedWriteCapacityUnits" | "OnlineIndexConsumedWriteCapacity" | "OnlineIndexPercentageProgress" | "OnlineIndexThrottleEvents" | "PendingReplicationCount" | "ProvisionedReadCapacityUnits" | "ProvisionedWriteCapacityUnits" | "ReadThrottleEvents" | "ReplicationLatency" | "ReturnedBytes" | "ReturnedItemCount" | "ReturnedRecordsCount" | "SuccessfulRequestLatency" | "SystemErrors" | "TimeToLiveDeletedItemCount" | "ThrottledRequests" | "UserErrors" | "WriteThrottleEvents";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/ebs/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/ebs/_index.md similarity index 93% rename from content/reference/pkg/nodejs/pulumi/awsx/ebs/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/ebs/_index.md index ef8bcff8cb3f..333f8254ae6b 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/ebs/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/ebs/_index.md @@ -20,18 +20,18 @@ aliases:
type EbsMetricName = "VolumeReadBytes" | "VolumeWriteBytes" | "VolumeReadOps" | "VolumeWriteOps" | "VolumeTotalReadTime" | "VolumeTotalWriteTime" | "VolumeIdleTime" | "VolumeQueueLength" | "VolumeThroughputPercentage" | "VolumeConsumedReadWriteOps" | "BurstBalance";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/ec2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/ec2/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/awsx/ec2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/ec2/_index.md index 09e102c0f87b..19f990f4be75 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/ec2/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/ec2/_index.md @@ -57,20 +57,20 @@ aliases:
extends TcpPorts
implements SecurityGroupRulePorts
public fromPort: pulumi.Input<number>;@@ -88,7 +88,7 @@ aliases: {{% /md %}}
public protocol: "tcp" = "tcp";@@ -96,7 +96,7 @@ aliases: {{% /md %}}
public toPort?: pulumi.Input<number>;@@ -105,12 +105,12 @@ aliases:
implements SecurityGroupRulePorts
public fromPort: 0 = 0;
@@ -118,7 +118,7 @@ aliases:
{{% /md %}}
public protocol: "-1" = "-1";@@ -126,7 +126,7 @@ aliases: {{% /md %}}
public toPort: 0 = 0;
@@ -135,13 +135,13 @@ aliases:
extends UdpPorts
implements SecurityGroupRulePorts
public fromPort: pulumi.Input<number>;@@ -159,7 +159,7 @@ aliases: {{% /md %}}
public protocol: "udp" = "udp";@@ -167,7 +167,7 @@ aliases: {{% /md %}}
public toPort?: pulumi.Input<number>;@@ -176,12 +176,12 @@ aliases:
implements SecurityGroupRuleLocation
public cidrBlocks: string[] = ["0.0.0.0/0"];@@ -190,12 +190,12 @@ aliases:
implements SecurityGroupRuleLocation
public ipv6CidrBlocks: string[] = ["::0/0"];@@ -204,11 +204,11 @@ aliases:
public endIpAddressExclusive: number;@@ -262,7 +262,7 @@ Returns a cidr block given notation like "a.b.c.d/n" {{% /md %}}
public startIpAddressInclusive: number;@@ -270,7 +270,7 @@ Returns a cidr block given notation like "a.b.c.d/n" {{% /md %}}
public subnetMaskLeading1Bits: number;@@ -279,12 +279,12 @@ Returns a cidr block given notation like "a.b.c.d/n"
extends SecurityGroupRule
public securityGroup: x.ec2.SecurityGroup;
@@ -376,7 +376,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public securityGroupRule: aws.ec2.SecurityGroupRule;
@@ -384,7 +384,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
implements SecurityGroupRulePorts
public fromPort: pulumi.Input<number>;@@ -420,7 +420,7 @@ deployments. {{% /md %}}
public protocol: "icmp" = "icmp";@@ -428,7 +428,7 @@ deployments. {{% /md %}}
public toPort?: pulumi.Input<number>;@@ -437,12 +437,12 @@ deployments.
extends SecurityGroupRule
public securityGroup: x.ec2.SecurityGroup;
@@ -534,7 +534,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public securityGroupRule: aws.ec2.SecurityGroupRule;
@@ -542,7 +542,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
extends ComponentResource
public egressRules: x.ec2.IngressSecurityGroupRule[] = [];
@@ -664,7 +664,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public id: pulumi.Output<string>;@@ -672,7 +672,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public ingressRules: x.ec2.IngressSecurityGroupRule[] = [];
@@ -680,7 +680,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public securityGroup: aws.ec2.SecurityGroup;
@@ -688,7 +688,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public vpc: x.ec2.Vpc;
@@ -709,12 +709,12 @@ deployments.
extends ComponentResource
public securityGroup: x.ec2.SecurityGroup;
@@ -806,7 +806,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public securityGroupRule: aws.ec2.SecurityGroupRule;
@@ -814,7 +814,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
extends ComponentResource
public id: pulumi.Output<string>;@@ -915,7 +915,7 @@ Output will only resolve once the route table and all associations are resolved. {{% /md %}}
public routeTable: aws.ec2.RouteTable | undefined;@@ -923,7 +923,7 @@ Output will only resolve once the route table and all associations are resolved. {{% /md %}}
public routeTableAssociation: aws.ec2.RouteTableAssociation | undefined;@@ -931,7 +931,7 @@ Output will only resolve once the route table and all associations are resolved. {{% /md %}}
public routes: aws.ec2.Route[] = [];
@@ -939,7 +939,7 @@ Output will only resolve once the route table and all associations are resolved.
{{% /md %}}
public subnet: aws.ec2.Subnet;
@@ -947,7 +947,7 @@ Output will only resolve once the route table and all associations are resolved.
{{% /md %}}
public subnetName: string;@@ -955,7 +955,7 @@ Output will only resolve once the route table and all associations are resolved. {{% /md %}}
public vpc: x.ec2.Vpc;
@@ -976,12 +976,12 @@ deployments.
implements SecurityGroupRulePorts
public fromPort: pulumi.Input<number>;@@ -999,7 +999,7 @@ deployments. {{% /md %}}
public protocol: "tcp" = "tcp";@@ -1007,7 +1007,7 @@ deployments. {{% /md %}}
public toPort?: pulumi.Input<number>;@@ -1016,12 +1016,12 @@ deployments.
implements SecurityGroupRulePorts
public fromPort: pulumi.Input<number>;@@ -1039,7 +1039,7 @@ deployments. {{% /md %}}
public protocol: "udp" = "udp";@@ -1047,7 +1047,7 @@ deployments. {{% /md %}}
public toPort?: pulumi.Input<number>;@@ -1056,12 +1056,12 @@ deployments.
extends ComponentResource
public id: pulumi.Output<string>;@@ -1201,7 +1201,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public internetGateway?: x.ec2.InternetGateway;
@@ -1213,7 +1213,7 @@ Only available if this was created using [VpcArgs].
{{% /md %}}
public isolatedSubnetIds: pulumi.Output<string>[] = [];@@ -1221,7 +1221,7 @@ Only available if this was created using [VpcArgs]. {{% /md %}}
public isolatedSubnets: x.ec2.Subnet[] = [];
@@ -1229,7 +1229,7 @@ Only available if this was created using [VpcArgs].
{{% /md %}}
public natGateways: x.ec2.NatGateway[] = [];
@@ -1241,7 +1241,7 @@ Only available if this was created using [VpcArgs].
{{% /md %}}
public privateSubnetIds: pulumi.Output<string>[] = [];@@ -1249,7 +1249,7 @@ Only available if this was created using [VpcArgs]. {{% /md %}}
public privateSubnets: x.ec2.Subnet[] = [];
@@ -1257,7 +1257,7 @@ Only available if this was created using [VpcArgs].
{{% /md %}}
public publicSubnetIds: pulumi.Output<string>[] = [];@@ -1265,7 +1265,7 @@ Only available if this was created using [VpcArgs]. {{% /md %}}
public publicSubnets: x.ec2.Subnet[] = [];
@@ -1273,7 +1273,7 @@ Only available if this was created using [VpcArgs].
{{% /md %}}
public vpc: aws.ec2.Vpc;
@@ -1294,7 +1294,7 @@ deployments.
cidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;@@ -1329,7 +1329,7 @@ List of CIDR blocks. Cannot be specified with `source_security_group_id`. {{% /md %}}
description?: pulumi.Input<string>;@@ -1340,7 +1340,7 @@ Description of the rule. {{% /md %}}
fromPort: pulumi.Input<number>;@@ -1351,7 +1351,7 @@ The start port (or ICMP type number if protocol is "icmp"). {{% /md %}}
ipv6CidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;@@ -1362,7 +1362,7 @@ List of IPv6 CIDR blocks. {{% /md %}}
prefixListIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -1373,7 +1373,7 @@ List of prefix list IDs (for allowing access to VPC endpoints). {{% /md %}}
protocol: pulumi.Input<string>;@@ -1385,7 +1385,7 @@ number](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml {{% /md %}}
self?: pulumi.Input<boolean>;@@ -1397,7 +1397,7 @@ a source to this ingress rule. {{% /md %}}
sourceSecurityGroupId?: pulumi.Input<string>;@@ -1409,7 +1409,7 @@ depending on the `type`. Cannot be specified with `cidr_blocks`. {{% /md %}}
toPort: pulumi.Input<number>;@@ -1421,11 +1421,11 @@ The end port (or ICMP code if protocol is "icmp").
subnet: aws.ec2.Subnet;@@ -1438,11 +1438,11 @@ RouteTable or RouteTableAssociation will be automatically be created.
vpc: aws.ec2.Vpc;@@ -1454,11 +1454,11 @@ The id of the VPC.
internetGatewayId?: pulumi.Input<string>;@@ -1469,7 +1469,7 @@ The id of the internet gateway for this VPC {{% /md %}}
isolatedSubnetIds?: pulumi.Input<string>[];@@ -1480,7 +1480,7 @@ The isolated subnets for the vpc. {{% /md %}}
natGatewayIds?: pulumi.Input<string>[];@@ -1491,7 +1491,7 @@ The ids of the nat gateways for this VPC {{% /md %}}
privateSubnetIds?: pulumi.Input<string>[];@@ -1502,7 +1502,7 @@ The private subnets for the vpc. {{% /md %}}
publicSubnetIds?: pulumi.Input<string>[];@@ -1513,7 +1513,7 @@ The public subnets for the vpc. {{% /md %}}
vpcId: pulumi.Input<string>;@@ -1525,11 +1525,11 @@ The id of the VPC.
cidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;@@ -1540,7 +1540,7 @@ List of CIDR blocks. Cannot be specified with `source_security_group_id`. {{% /md %}}
description?: pulumi.Input<string>;@@ -1551,7 +1551,7 @@ Description of the rule. {{% /md %}}
fromPort: pulumi.Input<number>;@@ -1562,7 +1562,7 @@ The start port (or ICMP type number if protocol is "icmp"). {{% /md %}}
ipv6CidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;@@ -1573,7 +1573,7 @@ List of IPv6 CIDR blocks. {{% /md %}}
protocol: pulumi.Input<string>;@@ -1585,7 +1585,7 @@ number](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml {{% /md %}}
self?: pulumi.Input<boolean>;@@ -1597,7 +1597,7 @@ a source to this ingress rule. {{% /md %}}
sourceSecurityGroupId?: pulumi.Input<string>;@@ -1609,7 +1609,7 @@ depending on the `type`. Cannot be specified with `cidr_blocks`. {{% /md %}}
toPort: pulumi.Input<number>;@@ -1621,7 +1621,7 @@ The end port (or ICMP code if protocol is "icmp").
destinationCidrBlock?: pulumi.Input<string>;@@ -1641,7 +1641,7 @@ The destination CIDR block. {{% /md %}}
destinationIpv6CidrBlock?: pulumi.Input<string>;@@ -1652,7 +1652,7 @@ The destination IPv6 CIDR block. {{% /md %}}
egressOnlyGatewayId?: pulumi.Input<string>;@@ -1663,7 +1663,7 @@ Identifier of a VPC Egress Only Internet Gateway. {{% /md %}}
gatewayId?: pulumi.Input<string>;@@ -1674,7 +1674,7 @@ Identifier of a VPC internet gateway or a virtual private gateway. {{% /md %}}
instanceId?: pulumi.Input<string>;@@ -1685,7 +1685,7 @@ Identifier of an EC2 instance. {{% /md %}}
natGatewayId?: pulumi.Input<string>;@@ -1696,7 +1696,7 @@ Identifier of a VPC NAT gateway. {{% /md %}}
networkInterfaceId?: pulumi.Input<string>;@@ -1707,7 +1707,7 @@ Identifier of an EC2 network interface. {{% /md %}}
transitGatewayId?: pulumi.Input<string>;@@ -1718,7 +1718,7 @@ Identifier of an EC2 Transit Gateway. {{% /md %}}
vpcPeeringConnectionId?: pulumi.Input<string>;@@ -1730,11 +1730,11 @@ Identifier of a VPC peering connection.
description?: pulumi.Input<string>;@@ -1747,7 +1747,7 @@ you'd like to classify your security groups in a way that can be updated, use `t {{% /md %}}
egress?: x.ec2.EgressSecurityGroupRuleArgs[];@@ -1759,7 +1759,7 @@ documented below. {{% /md %}}
ingress?: x.ec2.IngressSecurityGroupRuleArgs[];@@ -1771,7 +1771,7 @@ documented below. {{% /md %}}
revokeRulesOnDelete?: pulumi.Input<boolean>;@@ -1786,7 +1786,7 @@ from being destroyed without removing the dependency first. Default `false` {{% /md %}}
securityGroup?: aws.ec2.SecurityGroup;@@ -1798,7 +1798,7 @@ one will be created. {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -1806,7 +1806,7 @@ one will be created. {{% /md %}}
vpc?: x.ec2.Vpc;@@ -1818,11 +1818,11 @@ The vpc this security group applies to. Or [Network.getDefault] if unspecified.
cidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;@@ -1833,7 +1833,7 @@ List of CIDR blocks. Cannot be specified with `source_security_group_id`. {{% /md %}}
description?: pulumi.Input<string>;@@ -1844,7 +1844,7 @@ Description of the rule. {{% /md %}}
fromPort: pulumi.Input<number>;@@ -1855,7 +1855,7 @@ The start port (or ICMP type number if protocol is "icmp"). {{% /md %}}
ipv6CidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;@@ -1866,7 +1866,7 @@ List of IPv6 CIDR blocks. {{% /md %}}
prefixListIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -1877,7 +1877,7 @@ List of prefix list IDs (for allowing access to VPC endpoints). Only valid with {{% /md %}}
protocol: pulumi.Input<string>;@@ -1889,7 +1889,7 @@ number](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml {{% /md %}}
self?: pulumi.Input<boolean>;@@ -1901,7 +1901,7 @@ a source to this ingress rule. {{% /md %}}
sourceSecurityGroupId?: pulumi.Input<string>;@@ -1913,7 +1913,7 @@ with `cidr_blocks`. {{% /md %}}
toPort: pulumi.Input<number>;@@ -1924,7 +1924,7 @@ The end port (or ICMP code if protocol is "icmp"). {{% /md %}}
type: pulumi.Input<"ingress" | "egress">;@@ -1937,11 +1937,11 @@ or `egress` (outbound).
cidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;@@ -1952,7 +1952,7 @@ List of CIDR blocks. Cannot be specified with `sourceSecurityGroupId`. {{% /md %}}
ipv6CidrBlocks?: pulumi.Input<pulumi.Input<string>[]>;@@ -1963,7 +1963,7 @@ List of IPv6 CIDR blocks. {{% /md %}}
sourceSecurityGroupId?: pulumi.Input<string>;@@ -1976,11 +1976,11 @@ with `cidrblocks`.
fromPort: pulumi.Input<number>;@@ -1991,7 +1991,7 @@ The start port (or ICMP type number if protocol is "icmp"). {{% /md %}}
protocol: pulumi.Input<SecurityGroupRuleProtocol>;@@ -2003,7 +2003,7 @@ number](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml {{% /md %}}
toPort?: pulumi.Input<number>;@@ -2015,11 +2015,11 @@ The end port (or ICMP code if protocol is "icmp"). Defaults to 'fromPort' if no
description?: pulumi.Input<string>;@@ -2030,7 +2030,7 @@ Optional description for the rule to make it easier to document in the AWS conso {{% /md %}}
location: SecurityGroupRuleLocation;@@ -2045,7 +2045,7 @@ using the AnyIPv4Location and AnyIPv6Location types. {{% /md %}}
ports: SecurityGroupRulePorts;@@ -2060,11 +2060,11 @@ from a single port, to a wide set of ports, to all ports and all protocols using
assignIpv6AddressOnCreation?: pulumi.Input<boolean>;@@ -2077,7 +2077,7 @@ assigned an IPv6 address. Default is `false` {{% /md %}}
availabilityZone?: pulumi.Input<string>;@@ -2088,7 +2088,7 @@ The AZ for the subnet. {{% /md %}}
availabilityZoneId?: pulumi.Input<string>;@@ -2099,7 +2099,7 @@ The AZ ID of the subnet. {{% /md %}}
cidrBlock: pulumi.Input<string>;@@ -2110,7 +2110,7 @@ The CIDR block for the subnet. {{% /md %}}
ipv6CidrBlock?: pulumi.Input<string>;@@ -2122,7 +2122,7 @@ in CIDR notation. The subnet size must use a /64 prefix length. {{% /md %}}
mapPublicIpOnLaunch?: pulumi.Input<boolean>;@@ -2135,7 +2135,7 @@ a public IP address. Default is `false`. {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -2147,11 +2147,11 @@ A mapping of tags to assign to the resource.
assignGeneratedIpv6CidrBlock?: pulumi.Input<boolean>;@@ -2179,7 +2179,7 @@ the size of the CIDR block. Default is `false`. {{% /md %}}
cidrBlock?: undefined | string;@@ -2190,7 +2190,7 @@ The CIDR block for the VPC. Defaults to "10.0.0.0/16" if unspecified. {{% /md %}}
enableClassiclink?: pulumi.Input<boolean>;@@ -2203,7 +2203,7 @@ See the [ClassicLink documentation][1] for more information. Defaults false. {{% /md %}}
enableClassiclinkDnsSupport?: pulumi.Input<boolean>;@@ -2215,7 +2215,7 @@ Only valid in regions and accounts that support EC2 Classic. {{% /md %}}
enableDnsHostnames?: pulumi.Input<boolean>;@@ -2226,7 +2226,7 @@ A boolean flag to enable/disable DNS hostnames in the VPC. Defaults to true if u {{% /md %}}
enableDnsSupport?: pulumi.Input<boolean>;@@ -2237,7 +2237,7 @@ A boolean flag to enable/disable DNS support in the VPC. Defaults true if unspec {{% /md %}}
instanceTenancy?: pulumi.Input<"default" | "dedicated">;@@ -2248,7 +2248,7 @@ A tenancy option for instances launched into the VPC. Defaults to "default" if {{% /md %}}
numberOfAvailabilityZones?: number | "all";@@ -2260,7 +2260,7 @@ unspecified. Use `"all"` to use all the availability zones in the current regio {{% /md %}}
numberOfNatGateways?: undefined | number;@@ -2287,7 +2287,7 @@ Defaults to [numberOfAvailabilityZones]. {{% /md %}}
subnets?: VpcSubnetArgs[];@@ -2299,7 +2299,7 @@ one private subnet if unspecified. {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -2311,7 +2311,7 @@ A mapping of tags to assign to the resource.
cidrMask?: undefined | number;@@ -2344,7 +2344,7 @@ https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html for more detai {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -2365,7 +2365,7 @@ multiple subnets with the same type. {{% /md %}}
type: VpcSubnetType;@@ -2377,11 +2377,11 @@ The type of subnet to make in each availability zone.
type Ec2MetricName = "CPUCreditUsage" | "CPUCreditBalance" | "CPUSurplusCreditBalance" | "CPUSurplusCreditsCharged" | "CPUUtilization" | "DiskReadOps" | "DiskWriteOps" | "DiskReadBytes" | "DiskWriteBytes" | "NetworkIn" | "NetworkOut" | "NetworkPacketsIn" | "NetworkPacketsOut" | "StatusCheckFailed" | "StatusCheckFailed_Instance" | "StatusCheckFailed_System" | "EBSReadOps" | "EBSWriteOps" | "EBSReadBytes" | "EBSWriteBytes" | "EBSIOBalance%" | "EBSByteBalance%";@@ -2886,25 +2886,25 @@ Units: Count
type SecurityGroupOrId = SecurityGroup | pulumi.Input<string>;
type SecurityGroupRuleProtocol = "-1" | "tcp" | "udp" | "icmp";
type SubnetOrId = Subnet | pulumi.Input<string>;
type VpcSubnetType = "public" | "private" | "isolated";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/ecr/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/ecr/_index.md similarity index 87% rename from content/reference/pkg/nodejs/pulumi/awsx/ecr/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/ecr/_index.md index e270ad6a4ab8..c2c0139f9969 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/ecr/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/ecr/_index.md @@ -27,19 +27,19 @@ aliases:
extends LifecyclePolicy
static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of LifecyclePolicy. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -117,7 +117,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
policy: pulumi.Output<string>;@@ -128,7 +128,7 @@ The policy document. This is a JSON formatted string. See more details about [Po {{% /md %}}
registryId: pulumi.Output<string>;@@ -139,7 +139,7 @@ The registry ID where the repository was created. {{% /md %}}
repository: pulumi.Output<string>;@@ -150,7 +150,7 @@ Name of the repository to apply the policy. {{% /md %}}
extends ComponentResource@@ -178,7 +178,7 @@ destination registry. {{% /md %}}
public lifecyclePolicy: aws.ecr.LifecyclePolicy | undefined;@@ -245,7 +245,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public repository: aws.ecr.Repository;
@@ -253,7 +253,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
implements ContainerImageProvider@@ -277,7 +277,7 @@ be passed in as the `image: repoImage` value to an `ecs.Container`. {{% /md %}}
public imageValue: pulumi.Input<string>;@@ -315,7 +315,7 @@ be passed in as the `image: repoImage` value to an `ecs.Container`. {{% /md %}}
public repository: Repository;@@ -324,7 +324,7 @@ be passed in as the `image: repoImage` value to an `ecs.Container`.
rules: pulumi.Input<pulumi.Input<LifecyclePolicyRule>[]>;@@ -370,7 +370,7 @@ ordered from lowest priority to highest. If there is a rule with a `selection`
description?: pulumi.Input<string>;@@ -414,7 +414,7 @@ Describes the purpose of a rule within a lifecycle policy. {{% /md %}}
maximumAgeLimit?: pulumi.Input<number>;@@ -426,7 +426,7 @@ The maximum age limit (in days) for your images. Either [maximumNumberOfImages] {{% /md %}}
maximumNumberOfImages?: pulumi.Input<number>;@@ -438,7 +438,7 @@ The maximum number of images that you want to retain in your repository. Either {{% /md %}}
selection: pulumi.Input<"untagged" | "any" | { @@ -455,11 +455,11 @@ image. If you specify `any`, then all images have the rule applied to them. If y
lifeCyclePolicyArgs?: LifecyclePolicyArgs;@@ -471,7 +471,7 @@ created using `LifecyclePolicy.getDefaultLifecyclePolicyArgs`. {{% /md %}}
repository?: aws.ecr.Repository;@@ -482,7 +482,7 @@ Underlying repository. If not provided, a new one will be created on your behal {{% /md %}}
tags?: pulumi.Input<Record<string, any>>;diff --git a/content/reference/pkg/nodejs/pulumi/awsx/ecs/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/ecs/_index.md similarity index 92% rename from content/reference/pkg/nodejs/pulumi/awsx/ecs/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/ecs/_index.md index 6ab6eb563cb1..7f61aab6bede 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/ecs/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/ecs/_index.md @@ -51,14 +51,14 @@ aliases:
extends ComponentResource@@ -69,7 +69,7 @@ A Cluster is a general purpose ECS cluster configured to run in a provided Netwo {{% /md %}}
public autoScalingGroups: x.autoscaling.AutoScalingGroup[] = [];
@@ -192,7 +192,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public cluster: aws.ecs.Cluster;
@@ -200,7 +200,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public extraBootcmdLines: () => pulumi.Input<x.autoscaling.UserDataLine[]>;@@ -208,7 +208,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public id: pulumi.Output<string>;@@ -216,7 +216,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public securityGroups: x.ec2.SecurityGroup[];
@@ -227,7 +227,7 @@ Security groups associated with this this ECS Cluster.
{{% /md %}}
public vpc: x.ec2.Vpc;
@@ -251,12 +251,12 @@ The network in which to create this cluster.
extends Service
public cluster: ecs.Cluster;
@@ -308,7 +308,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public service: aws.ecs.Service;
@@ -316,7 +316,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public taskDefinition: EC2TaskDefinition;@@ -324,7 +324,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
extends TaskDefinition
public containers: Record<string, ecs.Container>;@@ -471,7 +471,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public executionRole: aws.iam.Role;
@@ -479,7 +479,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public logGroup: aws.cloudwatch.LogGroup;
@@ -487,7 +487,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public run: (params: RunTaskRequest) => Promise<awssdk.ECS.Types.RunTaskResponse>;@@ -502,7 +502,7 @@ This API is designed for use at runtime. {{% /md %}}
public taskDefinition: aws.ecs.TaskDefinition;
@@ -510,7 +510,7 @@ This API is designed for use at runtime.
{{% /md %}}
public taskRole: aws.iam.Role;
@@ -518,7 +518,7 @@ This API is designed for use at runtime.
{{% /md %}}
extends Service
public cluster: ecs.Cluster;
@@ -588,7 +588,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public service: aws.ecs.Service;
@@ -596,7 +596,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public taskDefinition: FargateTaskDefinition;@@ -604,7 +604,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
extends TaskDefinition
public containers: Record<string, ecs.Container>;@@ -751,7 +751,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public executionRole: aws.iam.Role;
@@ -759,7 +759,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public logGroup: aws.cloudwatch.LogGroup;
@@ -767,7 +767,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public run: (params: RunTaskRequest) => Promise<awssdk.ECS.Types.RunTaskResponse>;@@ -782,7 +782,7 @@ This API is designed for use at runtime. {{% /md %}}
public taskDefinition: aws.ecs.TaskDefinition;
@@ -790,7 +790,7 @@ This API is designed for use at runtime.
{{% /md %}}
public taskRole: aws.iam.Role;
@@ -798,7 +798,7 @@ This API is designed for use at runtime.
{{% /md %}}
implements ContainerImageProvider
extends ComponentResource
public cluster: ecs.Cluster;
@@ -951,7 +951,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public service: aws.ecs.Service;
@@ -959,7 +959,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public taskDefinition: ecs.TaskDefinition;
@@ -967,7 +967,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
extends ComponentResource
public containers: Record<string, ecs.Container>;@@ -1101,7 +1101,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public executionRole: aws.iam.Role;
@@ -1109,7 +1109,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public logGroup: aws.cloudwatch.LogGroup;
@@ -1117,7 +1117,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public run: (params: RunTaskRequest) => Promise<awssdk.ECS.Types.RunTaskResponse>;@@ -1132,7 +1132,7 @@ This API is designed for use at runtime. {{% /md %}}
public taskDefinition: aws.ecs.TaskDefinition;
@@ -1140,7 +1140,7 @@ This API is designed for use at runtime.
{{% /md %}}
public taskRole: aws.iam.Role;
@@ -1148,7 +1148,7 @@ This API is designed for use at runtime.
{{% /md %}}
cluster?: aws.ecs.Cluster;@@ -1212,7 +1212,7 @@ be created. {{% /md %}}
name?: pulumi.Input<string>;@@ -1223,7 +1223,7 @@ The name of the cluster (up to 255 letters, numbers, hyphens, and underscores) {{% /md %}}
securityGroups?: x.ec2.SecurityGroupOrId[];@@ -1235,7 +1235,7 @@ created. {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -1246,7 +1246,7 @@ Key-value mapping of resource tags {{% /md %}}
vpc?: x.ec2.Vpc;@@ -1259,11 +1259,11 @@ used.
command?: pulumi.Input<string[]>;@@ -1271,7 +1271,7 @@ used. {{% /md %}}
cpu?: pulumi.Input<number>;@@ -1279,7 +1279,7 @@ used. {{% /md %}}
disableNetworking?: pulumi.Input<boolean>;@@ -1287,7 +1287,7 @@ used. {{% /md %}}
dnsSearchDomains?: pulumi.Input<string[]>;@@ -1295,7 +1295,7 @@ used. {{% /md %}}
dnsServers?: pulumi.Input<string[]>;@@ -1303,7 +1303,7 @@ used. {{% /md %}}
dockerLabels?: pulumi.Input<{[label: string]: string}>;@@ -1311,7 +1311,7 @@ used. {{% /md %}}
dockerSecurityOptions?: pulumi.Input<string[]>;@@ -1319,7 +1319,7 @@ used. {{% /md %}}
entryPoint?: pulumi.Input<string[]>;@@ -1327,7 +1327,7 @@ used. {{% /md %}}
environment?: pulumi.Input<KeyValuePair[]>;@@ -1335,7 +1335,7 @@ used. {{% /md %}}
essential?: pulumi.Input<boolean>;@@ -1343,7 +1343,7 @@ used. {{% /md %}}
extraHosts?: pulumi.Input<aws.ecs.HostEntry[]>;@@ -1351,7 +1351,7 @@ used. {{% /md %}}
hostname?: pulumi.Input<string>;@@ -1359,7 +1359,7 @@ used. {{% /md %}}
image: pulumi.Input<string> | ContainerImageProvider;@@ -1373,7 +1373,7 @@ image from a local docker build. {{% /md %}}
links?: pulumi.Input<string[]>;@@ -1381,7 +1381,7 @@ image from a local docker build. {{% /md %}}
linuxParameters?: pulumi.Input<aws.ecs.LinuxParameters>;@@ -1389,7 +1389,7 @@ image from a local docker build. {{% /md %}}
logConfiguration?: pulumi.Input<aws.ecs.LogConfiguration>;@@ -1397,7 +1397,7 @@ image from a local docker build. {{% /md %}}
memory?: pulumi.Input<number>;@@ -1405,7 +1405,7 @@ image from a local docker build. {{% /md %}}
memoryReservation?: pulumi.Input<number>;@@ -1413,7 +1413,7 @@ image from a local docker build. {{% /md %}}
mountPoints?: pulumi.Input<aws.ecs.MountPoint[]>;@@ -1421,7 +1421,7 @@ image from a local docker build. {{% /md %}}
portMappings?: PortMapping | Promise<PortMapping> | OutputInstance<PortMapping> | ContainerPortMappingProvider[];@@ -1429,7 +1429,7 @@ image from a local docker build. {{% /md %}}
privileged?: pulumi.Input<boolean>;@@ -1437,7 +1437,7 @@ image from a local docker build. {{% /md %}}
readonlyRootFilesystem?: pulumi.Input<boolean>;@@ -1445,7 +1445,7 @@ image from a local docker build. {{% /md %}}
ulimits?: pulumi.Input<aws.ecs.Ulimit[]>;@@ -1453,7 +1453,7 @@ image from a local docker build. {{% /md %}}
user?: pulumi.Input<string>;@@ -1461,7 +1461,7 @@ image from a local docker build. {{% /md %}}
volumesFrom?: pulumi.Input<aws.ecs.VolumeFrom[]>;@@ -1469,7 +1469,7 @@ image from a local docker build. {{% /md %}}
workingDirectory?: pulumi.Input<string>;@@ -1478,11 +1478,11 @@ image from a local docker build.
containerPort: pulumi.Input<number>;@@ -1515,7 +1515,7 @@ image from a local docker build. {{% /md %}}
elbName?: pulumi.Input<string>;@@ -1523,7 +1523,7 @@ image from a local docker build. {{% /md %}}
targetGroupArn?: pulumi.Input<string>;@@ -1532,11 +1532,11 @@ image from a local docker build.
cluster?: ecs.Cluster;@@ -1577,7 +1577,7 @@ Cluster this service will run in. {{% /md %}}
deploymentMaximumPercent?: pulumi.Input<number>;@@ -1590,7 +1590,7 @@ scheduling strategy. {{% /md %}}
deploymentMinimumHealthyPercent?: pulumi.Input<number>;@@ -1602,7 +1602,7 @@ tasks that must remain running and healthy in a service during a deployment. {{% /md %}}
desiredCount?: pulumi.Input<number>;@@ -1614,7 +1614,7 @@ not specify if using the `DAEMON` scheduling strategy. {{% /md %}}
healthCheckGracePeriodSeconds?: pulumi.Input<number>;@@ -1626,7 +1626,7 @@ premature shutdown, up to 7200. Only valid for services configured to use load b {{% /md %}}
iamRole?: pulumi.Input<string>;@@ -1642,7 +1642,7 @@ here. {{% /md %}}
loadBalancers?: ServiceLoadBalancer | Promise<ServiceLoadBalancer> | OutputInstance<ServiceLoadBalancer> | ServiceLoadBalancerProvider[];@@ -1653,7 +1653,7 @@ A load balancer block. Load balancers documented below. {{% /md %}}
name?: pulumi.Input<string>;@@ -1664,7 +1664,7 @@ The name of the service (up to 255 letters, numbers, hyphens, and underscores) {{% /md %}}
orderedPlacementStrategies?: undefined | {
@@ -1704,7 +1704,7 @@ blocks is `5`. Defined below.
{{% /md %}}
os?: pulumi.Input<"linux" | "windows">;@@ -1712,7 +1712,7 @@ blocks is `5`. Defined below. {{% /md %}}
placementConstraints?: undefined | {
@@ -1751,7 +1751,7 @@ rules that are taken into consideration during task placement. Maximum number of
{{% /md %}}
schedulingStrategy?: pulumi.Input<string>;@@ -1764,7 +1764,7 @@ strategy*](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/schedulin {{% /md %}}
securityGroups?: x.ec2.SecurityGroupOrId[];@@ -1777,7 +1777,7 @@ Defaults to [cluster.securityGroups] if unspecified. {{% /md %}}
serviceRegistries?: undefined | {
@@ -1803,7 +1803,7 @@ The service discovery registries for the service. The maximum number of `service
{{% /md %}}
subnets?: pulumi.Input<pulumi.Input<string>[]>;@@ -1815,7 +1815,7 @@ subnets of the cluster's vpc. {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -1826,7 +1826,7 @@ Key-value mapping of resource tags {{% /md %}}
taskDefinition?: EC2TaskDefinition;@@ -1838,7 +1838,7 @@ The task definition to create the service from. Either [taskDefinition] or {{% /md %}}
taskDefinitionArgs?: EC2TaskDefinitionArgs;@@ -1850,7 +1850,7 @@ The task definition to create the service from. Either [taskDefinition] or {{% /md %}}
waitForSteadyState?: pulumi.Input<boolean>;@@ -1864,11 +1864,11 @@ before continuing. Defaults to `true`.
container?: ecs.Container;@@ -1882,7 +1882,7 @@ Either [container] or [containers] must be provided. {{% /md %}}
containers?: Record<string, ecs.Container>;
@@ -1896,7 +1896,7 @@ Either [container] or [containers] must be provided.
{{% /md %}}
executionRole?: aws.iam.Role;@@ -1909,7 +1909,7 @@ If not provided, a default will be created for the task. {{% /md %}}
logGroup?: aws.cloudwatch.LogGroup;@@ -1921,7 +1921,7 @@ with a one-day retention policy will be created. {{% /md %}}
networkMode?: pulumi.Input<"none" | "bridge" | "awsvpc" | "host">;@@ -1933,7 +1933,7 @@ The Docker networking mode to use for the containers in the task. The valid valu {{% /md %}}
placementConstraints?: undefined | {
@@ -1972,7 +1972,7 @@ Maximum number of `placement_constraints` is `10`.
{{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -1983,7 +1983,7 @@ Key-value mapping of resource tags {{% /md %}}
taskRole?: aws.iam.Role;@@ -1995,7 +1995,7 @@ If not provided, a default will be created for the task. {{% /md %}}
volumes?: undefined | {
@@ -2097,11 +2097,11 @@ A set of volume blocks that containers in your task may use.
assignPublicIp?: pulumi.Input<boolean>;@@ -2114,7 +2114,7 @@ Defaults to [true] if unspecified. {{% /md %}}
cluster?: ecs.Cluster;@@ -2125,7 +2125,7 @@ Cluster this service will run in. If unspecified, [Cluster.getDefault()] will b {{% /md %}}
deploymentMaximumPercent?: pulumi.Input<number>;@@ -2138,7 +2138,7 @@ scheduling strategy. {{% /md %}}
deploymentMinimumHealthyPercent?: pulumi.Input<number>;@@ -2150,7 +2150,7 @@ tasks that must remain running and healthy in a service during a deployment. {{% /md %}}
desiredCount?: pulumi.Input<number>;@@ -2162,7 +2162,7 @@ not specify if using the `DAEMON` scheduling strategy. {{% /md %}}
healthCheckGracePeriodSeconds?: pulumi.Input<number>;@@ -2174,7 +2174,7 @@ premature shutdown, up to 7200. Only valid for services configured to use load b {{% /md %}}
iamRole?: pulumi.Input<string>;@@ -2190,7 +2190,7 @@ here. {{% /md %}}
loadBalancers?: ServiceLoadBalancer | Promise<ServiceLoadBalancer> | OutputInstance<ServiceLoadBalancer> | ServiceLoadBalancerProvider[];@@ -2201,7 +2201,7 @@ A load balancer block. Load balancers documented below. {{% /md %}}
name?: pulumi.Input<string>;@@ -2212,7 +2212,7 @@ The name of the service (up to 255 letters, numbers, hyphens, and underscores) {{% /md %}}
orderedPlacementStrategies?: undefined | {
@@ -2252,7 +2252,7 @@ blocks is `5`. Defined below.
{{% /md %}}
os?: pulumi.Input<"linux" | "windows">;@@ -2260,7 +2260,7 @@ blocks is `5`. Defined below. {{% /md %}}
placementConstraints?: undefined | {
@@ -2299,7 +2299,7 @@ rules that are taken into consideration during task placement. Maximum number of
{{% /md %}}
schedulingStrategy?: pulumi.Input<string>;@@ -2312,7 +2312,7 @@ strategy*](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/schedulin {{% /md %}}
securityGroups?: x.ec2.SecurityGroupOrId[];@@ -2325,7 +2325,7 @@ Defaults to [cluster.securityGroups] if unspecified. {{% /md %}}
serviceRegistries?: undefined | {
@@ -2351,7 +2351,7 @@ The service discovery registries for the service. The maximum number of `service
{{% /md %}}
subnets?: pulumi.Input<pulumi.Input<string>[]>;@@ -2364,7 +2364,7 @@ is false, then these will be the private subnets of the cluster's vpc. {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -2375,7 +2375,7 @@ Key-value mapping of resource tags {{% /md %}}
taskDefinition?: ecs.FargateTaskDefinition;@@ -2387,7 +2387,7 @@ The task definition to create the service from. Either [taskDefinition] or {{% /md %}}
taskDefinitionArgs?: FargateTaskDefinitionArgs;@@ -2399,7 +2399,7 @@ The task definition to create the service from. Either [taskDefinition] or {{% /md %}}
waitForSteadyState?: pulumi.Input<boolean>;@@ -2413,11 +2413,11 @@ before continuing. Defaults to `true`.
container?: ecs.Container;@@ -2431,7 +2431,7 @@ Either [container] or [containers] must be provided. {{% /md %}}
containers?: Record<string, ecs.Container>;
@@ -2445,7 +2445,7 @@ Either [container] or [containers] must be provided.
{{% /md %}}
cpu?: pulumi.Input<string>;@@ -2457,7 +2457,7 @@ based on the cumulative needs specified by [containerDefinitions] {{% /md %}}
executionRole?: aws.iam.Role;@@ -2470,7 +2470,7 @@ If not provided, a default will be created for the task. {{% /md %}}
logGroup?: aws.cloudwatch.LogGroup;@@ -2482,7 +2482,7 @@ with a one-day retention policy will be created. {{% /md %}}
memory?: pulumi.Input<string>;@@ -2494,7 +2494,7 @@ based on the cumulative needs specified by [containerDefinitions] {{% /md %}}
placementConstraints?: undefined | {
@@ -2533,7 +2533,7 @@ Maximum number of `placement_constraints` is `10`.
{{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -2544,7 +2544,7 @@ Key-value mapping of resource tags {{% /md %}}
taskRole?: aws.iam.Role;@@ -2556,7 +2556,7 @@ If not provided, a default will be created for the task. {{% /md %}}
volumes?: undefined | {
@@ -2658,7 +2658,7 @@ A set of volume blocks that containers in your task may use.
name: pulumi.Input<string>;@@ -2680,7 +2680,7 @@ environment variable. {{% /md %}}
value: pulumi.Input<string>;@@ -2693,11 +2693,11 @@ environment variable.
assignPublicIp?: pulumi.Input<boolean>;@@ -2709,7 +2709,7 @@ false. Default false. {{% /md %}}
securityGroups?: pulumi.Input<pulumi.Input<string>[]>;@@ -2721,7 +2721,7 @@ group, the default security group for the VPC is used. {{% /md %}}
subnets: pulumi.Input<pulumi.Input<string>[]>;@@ -2733,11 +2733,11 @@ The subnets associated with the task or service.
cluster: ecs.Cluster;@@ -2748,7 +2748,7 @@ The Cluster to run the Task within. {{% /md %}}
count?: awssdk.ECS.BoxedInteger;@@ -2759,7 +2759,7 @@ The number of instantiations of the specified task to place on your cluster. You {{% /md %}}
enableECSManagedTags?: awssdk.ECS.Boolean;@@ -2770,7 +2770,7 @@ Specifies whether to enable Amazon ECS managed tags for the task. For more infor {{% /md %}}
group?: awssdk.ECS.String;@@ -2781,7 +2781,7 @@ The name of the task group to associate with the task. The default value is the {{% /md %}}
networkConfiguration?: awssdk.ECS.NetworkConfiguration;@@ -2792,7 +2792,7 @@ The network configuration for the task. This parameter is required for task defi {{% /md %}}
overrides?: awssdk.ECS.TaskOverride;@@ -2803,7 +2803,7 @@ A list of container overrides in JSON format that specify the name of a containe {{% /md %}}
placementConstraints?: awssdk.ECS.PlacementConstraints;@@ -2814,7 +2814,7 @@ An array of placement constraint objects to use for the task. You can specify up {{% /md %}}
placementStrategy?: awssdk.ECS.PlacementStrategies;@@ -2825,7 +2825,7 @@ The placement strategy objects to use for the task. You can specify a maximum of {{% /md %}}
platformVersion?: awssdk.ECS.String;@@ -2836,7 +2836,7 @@ The platform version the task should run. A platform version is only specified f {{% /md %}}
propagateTags?: awssdk.ECS.PropagateTags;@@ -2847,7 +2847,7 @@ Specifies whether to propagate the tags from the task definition or the service {{% /md %}}
startedBy?: awssdk.ECS.String;@@ -2858,7 +2858,7 @@ An optional tag specified when a task is started. For example, if you automatica {{% /md %}}
tags?: awssdk.ECS.Tags;@@ -2870,11 +2870,11 @@ The metadata that you apply to the task to help you categorize and organize them
cluster?: ecs.Cluster;@@ -2885,7 +2885,7 @@ Cluster this service will run in. If not specified [Cluster.getDefault()] will {{% /md %}}
deploymentMaximumPercent?: pulumi.Input<number>;@@ -2898,7 +2898,7 @@ scheduling strategy. {{% /md %}}
deploymentMinimumHealthyPercent?: pulumi.Input<number>;@@ -2910,7 +2910,7 @@ tasks that must remain running and healthy in a service during a deployment. {{% /md %}}
desiredCount?: pulumi.Input<number>;@@ -2922,7 +2922,7 @@ not specify if using the `DAEMON` scheduling strategy. {{% /md %}}
healthCheckGracePeriodSeconds?: pulumi.Input<number>;@@ -2934,7 +2934,7 @@ premature shutdown, up to 7200. Only valid for services configured to use load b {{% /md %}}
iamRole?: pulumi.Input<string>;@@ -2950,7 +2950,7 @@ here. {{% /md %}}
launchType?: pulumi.Input<"EC2" | "FARGATE">;@@ -2962,7 +2962,7 @@ Defaults to `EC2`. {{% /md %}}
loadBalancers?: ServiceLoadBalancer | Promise<ServiceLoadBalancer> | OutputInstance<ServiceLoadBalancer> | ServiceLoadBalancerProvider[];@@ -2973,7 +2973,7 @@ A load balancer block. Load balancers documented below. {{% /md %}}
name?: pulumi.Input<string>;@@ -2984,7 +2984,7 @@ The name of the service (up to 255 letters, numbers, hyphens, and underscores) {{% /md %}}
networkConfiguration?: pulumi.Input<NetworkConfiguration>;@@ -2997,7 +2997,7 @@ not supported for other network modes. {{% /md %}}
orderedPlacementStrategies?: undefined | {
@@ -3037,7 +3037,7 @@ blocks is `5`. Defined below.
{{% /md %}}
placementConstraints?: undefined | {
@@ -3076,7 +3076,7 @@ rules that are taken into consideration during task placement. Maximum number of
{{% /md %}}
schedulingStrategy?: pulumi.Input<string>;@@ -3089,7 +3089,7 @@ strategy*](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/schedulin {{% /md %}}
securityGroups: x.ec2.SecurityGroup[];@@ -3100,7 +3100,7 @@ Security groups determining how this service can be reached. {{% /md %}}
serviceRegistries?: undefined | {
@@ -3126,7 +3126,7 @@ The service discovery registries for the service. The maximum number of `service
{{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -3137,7 +3137,7 @@ Key-value mapping of resource tags {{% /md %}}
taskDefinition: ecs.TaskDefinition;@@ -3148,7 +3148,7 @@ The task definition to create the service from. {{% /md %}}
waitForSteadyState?: pulumi.Input<boolean>;@@ -3162,11 +3162,11 @@ before continuing. Defaults to `true`.
containerName: pulumi.Input<string>;@@ -3174,7 +3174,7 @@ before continuing. Defaults to `true`. {{% /md %}}
containerPort: pulumi.Input<number>;@@ -3182,7 +3182,7 @@ before continuing. Defaults to `true`. {{% /md %}}
elbName?: pulumi.Input<string>;@@ -3190,7 +3190,7 @@ before continuing. Defaults to `true`. {{% /md %}}
targetGroupArn?: pulumi.Input<string>;@@ -3199,11 +3199,11 @@ before continuing. Defaults to `true`.
containers: Record<string, ecs.Container>;
@@ -3232,7 +3232,7 @@ Either [container] or [containers] must be provided.
{{% /md %}}
cpu?: pulumi.Input<string>;@@ -3244,7 +3244,7 @@ based on the cumulative needs specified by [containerDefinitions] {{% /md %}}
executionRole?: aws.iam.Role;@@ -3257,7 +3257,7 @@ If not provided, a default will be created for the task. {{% /md %}}
logGroup?: aws.cloudwatch.LogGroup;@@ -3269,7 +3269,7 @@ with a one-day retention policy will be created. {{% /md %}}
memory?: pulumi.Input<string>;@@ -3281,7 +3281,7 @@ based on the cumulative needs specified by [containerDefinitions] {{% /md %}}
networkMode?: pulumi.Input<"none" | "bridge" | "awsvpc" | "host">;@@ -3293,7 +3293,7 @@ The Docker networking mode to use for the containers in the task. The valid valu {{% /md %}}
placementConstraints?: undefined | {
@@ -3332,7 +3332,7 @@ Maximum number of `placement_constraints` is `10`.
{{% /md %}}
requiresCompatibilities: pulumi.Input<[, "FARGATE"] | [, "EC2"]>;@@ -3343,7 +3343,7 @@ A set of launch types required by the task. The valid values are `EC2` and `FARG {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -3354,7 +3354,7 @@ Key-value mapping of resource tags {{% /md %}}
taskRole?: aws.iam.Role;@@ -3366,7 +3366,7 @@ If not provided, a default will be created for the task. {{% /md %}}
volumes?: undefined | {
@@ -3468,11 +3468,11 @@ A set of volume blocks that containers in your task may use.
type EcsMetricName = "CPUReservation" | "CPUUtilization" | "MemoryReservation" | "MemoryUtilization" | "GPUReservation";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/efs/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/efs/_index.md similarity index 92% rename from content/reference/pkg/nodejs/pulumi/awsx/efs/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/efs/_index.md index c561a9779fcd..ffd779f8e9f9 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/efs/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/efs/_index.md @@ -20,18 +20,18 @@ aliases:
type EfsMetricName = "BurstCreditBalance" | "ClientConnections" | "DataReadIOBytes" | "DataWriteIOBytes" | "MetadataIOBytes" | "PercentIOLimit" | "PermittedThroughput" | "TotalIOBytes";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/elasticloadbalancingv2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/elasticloadbalancingv2/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/awsx/elasticloadbalancingv2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/elasticloadbalancingv2/_index.md index e7c82768a8e4..5ccc1b3e695f 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/elasticloadbalancingv2/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/elasticloadbalancingv2/_index.md @@ -51,20 +51,20 @@ aliases:
extends Listener
implements ContainerPortMappingProvider, ContainerLoadBalancerProvider
public defaultTargetGroup?: x.elasticloadbalancingv2.ApplicationTargetGroup;
@@ -146,7 +146,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public endpoint: pulumi.Output<ListenerEndpoint>;@@ -154,7 +154,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public listener: aws.elasticloadbalancingv2.Listener;
@@ -162,7 +162,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public loadBalancer: ApplicationLoadBalancer;@@ -170,7 +170,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
extends LoadBalancer@@ -199,7 +199,7 @@ more details. {{% /md %}}
public listeners: ApplicationListener[];@@ -279,7 +279,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public loadBalancer: aws.elasticloadbalancingv2.LoadBalancer;
@@ -287,7 +287,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public securityGroups: x.ec2.SecurityGroup[];
@@ -295,7 +295,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public targetGroups: ApplicationTargetGroup[];@@ -303,7 +303,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public vpc: x.ec2.Vpc;
@@ -324,7 +324,7 @@ deployments.
extends TargetGroup@@ -339,7 +339,7 @@ balancer. {{% /md %}}
public listeners: x.elasticloadbalancingv2.ApplicationListener[];
@@ -440,7 +440,7 @@ Do not call directly. Intended for use by [Listener] and [ListenerRule]
{{% /md %}}
public loadBalancer: ApplicationLoadBalancer;@@ -448,7 +448,7 @@ Do not call directly. Intended for use by [Listener] and [ListenerRule] {{% /md %}}
public targetGroup: aws.elasticloadbalancingv2.TargetGroup;
@@ -456,7 +456,7 @@ Do not call directly. Intended for use by [Listener] and [ListenerRule]
{{% /md %}}
public vpc: x.ec2.Vpc;
@@ -477,13 +477,13 @@ deployments.
extends ComponentResource
implements ContainerPortMappingProvider, ContainerLoadBalancerProvider
public endpoint: pulumi.Output<ListenerEndpoint>;@@ -565,7 +565,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public listener: aws.elasticloadbalancingv2.Listener;
@@ -573,7 +573,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public loadBalancer: x.elasticloadbalancingv2.LoadBalancer;
@@ -581,7 +581,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
extends ComponentResource@@ -609,7 +609,7 @@ https://docs.aws.amazon.com/elasticloadbalancing/latest/application/listener-upd {{% /md %}}
public listenerRule: aws.elasticloadbalancingv2.ListenerRule;
@@ -661,7 +661,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
extends ComponentResource
public loadBalancer: aws.elasticloadbalancingv2.LoadBalancer;
@@ -731,7 +731,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public securityGroups: x.ec2.SecurityGroup[];
@@ -739,7 +739,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public vpc: x.ec2.Vpc;
@@ -760,7 +760,7 @@ deployments.
extends Listener@@ -776,7 +776,7 @@ for more details. {{% /md %}}
public defaultTargetGroup?: x.elasticloadbalancingv2.NetworkTargetGroup;
@@ -868,7 +868,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public endpoint: pulumi.Output<ListenerEndpoint>;@@ -876,7 +876,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public listener: aws.elasticloadbalancingv2.Listener;
@@ -884,7 +884,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public loadBalancer: NetworkLoadBalancer;@@ -892,7 +892,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
extends LoadBalancer
public listeners: NetworkListener[];@@ -982,7 +982,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public loadBalancer: aws.elasticloadbalancingv2.LoadBalancer;
@@ -990,7 +990,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public securityGroups: x.ec2.SecurityGroup[];
@@ -998,7 +998,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public targetGroups: NetworkTargetGroup[];@@ -1006,7 +1006,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public vpc: x.ec2.Vpc;
@@ -1027,7 +1027,7 @@ deployments.
extends TargetGroup@@ -1052,7 +1052,7 @@ for more details. {{% /md %}}
public listeners: x.elasticloadbalancingv2.NetworkListener[];
@@ -1157,7 +1157,7 @@ Do not call directly. Intended for use by [Listener] and [ListenerRule]
{{% /md %}}
public loadBalancer: NetworkLoadBalancer;@@ -1165,7 +1165,7 @@ Do not call directly. Intended for use by [Listener] and [ListenerRule] {{% /md %}}
public targetGroup: aws.elasticloadbalancingv2.TargetGroup;
@@ -1173,7 +1173,7 @@ Do not call directly. Intended for use by [Listener] and [ListenerRule]
{{% /md %}}
public vpc: x.ec2.Vpc;
@@ -1194,13 +1194,13 @@ deployments.
extends ComponentResource
implements ContainerPortMappingProvider, ContainerLoadBalancerProvider, ListenerDefaultAction
public listeners: x.elasticloadbalancingv2.Listener[] = [];
@@ -1295,7 +1295,7 @@ Do not call directly. Intended for use by [Listener] and [ListenerRule]
{{% /md %}}
public loadBalancer: mod.LoadBalancer;
@@ -1303,7 +1303,7 @@ Do not call directly. Intended for use by [Listener] and [ListenerRule]
{{% /md %}}
public targetGroup: aws.elasticloadbalancingv2.TargetGroup;
@@ -1311,7 +1311,7 @@ Do not call directly. Intended for use by [Listener] and [ListenerRule]
{{% /md %}}
public vpc: x.ec2.Vpc;
@@ -1332,21 +1332,21 @@ deployments.
certificateArn?: pulumi.Input<string>;@@ -1360,7 +1360,7 @@ resource](https://www.terraform.io/docs/providers/aws/r/lb_listener_certificate. {{% /md %}}
defaultAction?: pulumi.Input<mod.ListenerDefaultActionArgs> | x.elasticloadbalancingv2.ListenerDefaultAction;@@ -1374,7 +1374,7 @@ Do not provide both [defaultAction] and [defaultActions]. {{% /md %}}
defaultActions?: pulumi.Input<pulumi.Input<mod.ListenerDefaultActionArgs>[]>;@@ -1389,7 +1389,7 @@ Do not provide both [defaultAction] and [defaultActions]. {{% /md %}}
external?: undefined | false | true;@@ -1412,7 +1412,7 @@ Defaults to [true]. {{% /md %}}
loadBalancer?: ApplicationLoadBalancer;@@ -1421,10 +1421,22 @@ Defaults to [true]. The load balancer this listener is associated with. If not provided, a new load balancer will be automatically created. +{{% /md %}} +
name?: undefined | string;+{{% md %}} + +An explicit name to use for dependent resources. Specifically, if a LoadBalancer or +TargetGroup is not provided, this name will be used to name those resources. + {{% /md %}}
port?: pulumi.Input<number>;@@ -1435,7 +1447,7 @@ The port. Specify a value from `1` to `65535`. Computed from "protocol" if not {{% /md %}}
protocol?: pulumi.Input<ApplicationProtocol>;@@ -1446,7 +1458,7 @@ The protocol. Valid values are `HTTP`, `HTTPS`. Computed from "port" if not pro {{% /md %}}
sslPolicy?: pulumi.Input<string>;@@ -1457,7 +1469,7 @@ The name of the SSL Policy for the listener. Required if `protocol` is `HTTPS`. {{% /md %}}
vpc?: x.ec2.Vpc;@@ -1470,11 +1482,11 @@ unspecified.
accessLogs?: undefined | {
@@ -1497,7 +1509,7 @@ An Access Logs block. Access Logs documented below.
{{% /md %}}
enableDeletionProtection?: pulumi.Input<boolean>;@@ -1509,7 +1521,7 @@ Terraform from deleting the load balancer. Defaults to `false`. {{% /md %}}
enableHttp2?: pulumi.Input<boolean>;@@ -1520,7 +1532,7 @@ Indicates whether HTTP/2 is enabled. Defaults to `true`. {{% /md %}}
external?: undefined | false | true;@@ -1532,7 +1544,7 @@ unspecified. {{% /md %}}
idleTimeout?: pulumi.Input<number>;@@ -1543,7 +1555,7 @@ The time in seconds that the connection is allowed to be idle. Default: 60. {{% /md %}}
ipAddressType?: pulumi.Input<"ipv4" | "dualstack">;@@ -1552,10 +1564,24 @@ The time in seconds that the connection is allowed to be idle. Default: 60. The type of IP addresses used by the subnets for your load balancer. The possible values are `ipv4` and `dualstack` +{{% /md %}} +
name?: undefined | string;+{{% md %}} + +The name of the LoadBalancer. This name must be unique within your AWS account, can have a +maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not +begin or end with a hyphen. If not specified, the [name] parameter passed into the +LoadBalancer constructor will be hashed and used as the name. + {{% /md %}}
securityGroups?: x.ec2.SecurityGroupOrId[];@@ -1568,7 +1594,7 @@ array here. {{% /md %}}
subnetMappings?: undefined | {
@@ -1606,7 +1632,7 @@ A subnet mapping block as documented below.
{{% /md %}}
subnets?: pulumi.Input<pulumi.Input<string>[]> | x.elasticloadbalancingv2.LoadBalancerSubnets;@@ -1619,7 +1645,7 @@ recreation of the resource. {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -1630,7 +1656,7 @@ A mapping of tags to assign to the resource. {{% /md %}}
vpc?: x.ec2.Vpc;@@ -1643,11 +1669,11 @@ unspecified.
deregistrationDelay?: pulumi.Input<number>;@@ -1660,7 +1686,7 @@ is 300 seconds. {{% /md %}}
healthCheck?: pulumi.Input<ApplicationTargetGroupHealthCheck>;@@ -1671,7 +1697,7 @@ A Health Check block. {{% /md %}}
loadBalancer?: ApplicationLoadBalancer;@@ -1680,10 +1706,23 @@ A Health Check block. The load balancer this target group is associated with. If not provided, a new load balancer will be automatically created. +{{% /md %}} +
name?: undefined | string;+{{% md %}} + +The name of the TargetGroup. If not specified, the [name] parameter passed into the +TargetGroup constructor will be hashed and used as the name. If a [loadBalancer] is not +provided, this name will be used to name that resource as well. + {{% /md %}}
port?: pulumi.Input<number>;@@ -1695,7 +1734,7 @@ unspecified will be inferred from the [protocol]. {{% /md %}}
protocol?: pulumi.Input<ApplicationProtocol>;@@ -1706,7 +1745,7 @@ The protocol to use to connect with the target. If unspecified will be inferred {{% /md %}}
proxyProtocolV2?: pulumi.Input<boolean>;@@ -1719,7 +1758,7 @@ for more information. {{% /md %}}
slowStart?: pulumi.Input<number>;@@ -1731,7 +1770,7 @@ requests. The range is 30-900 seconds or 0 to disable. The default value is 0 se {{% /md %}}
stickiness?: undefined | {
@@ -1755,7 +1794,7 @@ used with Load Balancers of type `Application`
{{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -1766,7 +1805,7 @@ A mapping of tags to assign to the resource. {{% /md %}}
targetType?: pulumi.Input<"instance" | "ip">;@@ -1785,7 +1824,7 @@ IP addresses. {{% /md %}}
vpc?: x.ec2.Vpc;@@ -1798,7 +1837,7 @@ unspecified.
extends TargetGroupHealthCheck@@ -1813,7 +1852,7 @@ backend. The underlying function is invoked when target_type is set to lambda. {{% /md %}}
healthyThreshold?: pulumi.Input<number>;@@ -1825,7 +1864,7 @@ unhealthy target healthy. Defaults to 3. {{% /md %}}
interval?: pulumi.Input<number>;@@ -1838,7 +1877,7 @@ needs to be greater as the [timeout] of the underlying [lambda]. Default 30 seco {{% /md %}}
matcher?: pulumi.Input<string>;@@ -1851,7 +1890,7 @@ Applies to Application Load Balancers only (HTTP/HTTPS), not Network Load Balanc {{% /md %}}
path: pulumi.Input<string>;@@ -1862,7 +1901,7 @@ Applies to Application Load Balancers only (HTTP/HTTPS), not Network Load Balanc {{% /md %}}
port?: pulumi.Input<string>;@@ -1873,7 +1912,7 @@ The port to use to connect with the target. {{% /md %}}
protocol?: pulumi.Input<string>;@@ -1885,7 +1924,7 @@ target_type is [lambda]. {{% /md %}}
timeout?: pulumi.Input<number>;@@ -1897,7 +1936,7 @@ Application Load Balancers, the range is 2 to 60 seconds and the default is 5 se {{% /md %}}
unhealthyThreshold?: pulumi.Input<number>;@@ -1910,11 +1949,11 @@ unhealthy. Defaults to 3.
certificateArn?: pulumi.Input<string>;@@ -2313,7 +2352,7 @@ resource](https://www.terraform.io/docs/providers/aws/r/lb_listener_certificate. {{% /md %}}
defaultActions: pulumi.Input<pulumi.Input<ListenerDefaultActionArgs>[]>;@@ -2324,7 +2363,7 @@ An list of Action blocks. See [ListenerDefaultActionArgs] for more information. {{% /md %}}
loadBalancer: x.elasticloadbalancingv2.LoadBalancer;@@ -2332,7 +2371,7 @@ An list of Action blocks. See [ListenerDefaultActionArgs] for more information. {{% /md %}}
port: pulumi.Input<number>;@@ -2343,7 +2382,7 @@ The port. Specify a value from `1` to `65535`. {{% /md %}}
protocol: pulumi.Input<"HTTP" | "HTTPS" | "TCP" | "TLS">;@@ -2354,7 +2393,7 @@ The protocol. {{% /md %}}
sslPolicy?: pulumi.Input<string>;@@ -2366,11 +2405,11 @@ The name of the SSL Policy for the listener. Required if `protocol` is `HTTPS`.
authenticateCognito?: pulumi.Input<{ @@ -2417,7 +2456,7 @@ See https://www.terraform.io/docs/providers/aws/r/lb_listener.html#default_actio {{% /md %}}
authenticateOidc?: pulumi.Input<{ @@ -2437,7 +2476,7 @@ See https://www.terraform.io/docs/providers/aws/r/lb_listener.html#default_actio {{% /md %}}
fixedResponse?: pulumi.Input<{ @@ -2453,7 +2492,7 @@ Information for creating an action that returns a custom HTTP response. Required {{% /md %}}
order?: pulumi.Input<number>;@@ -2461,7 +2500,7 @@ Information for creating an action that returns a custom HTTP response. Required {{% /md %}}
redirect?: pulumi.Input<{ @@ -2479,7 +2518,7 @@ Information for creating a redirect action. Required if type is "redirect". {{% /md %}}
targetGroupArn?: pulumi.Input<string>;@@ -2490,7 +2529,7 @@ The ARN of the Target Group to which to route traffic. Required if type is "forw {{% /md %}}
type: pulumi.Input<string>;@@ -2503,11 +2542,11 @@ The type of routing action. Valid values are "forward", "redirect", "fixed-respo
hostname: string;
@@ -2515,7 +2554,7 @@ The type of routing action. Valid values are "forward", "redirect", "fixed-respo
{{% /md %}}
port: number;
@@ -2524,11 +2563,11 @@ The type of routing action. Valid values are "forward", "redirect", "fixed-respo
actions: {
@@ -2899,7 +2938,7 @@ An Action block. Action blocks are documented below.
{{% /md %}}
conditions: {
@@ -2937,7 +2976,7 @@ A Condition block. Condition blocks are documented below.
{{% /md %}}
priority?: pulumi.Input<number>;@@ -2949,11 +2988,11 @@ The priority for the rule between `1` and `50000`. Leaving it unset will automat
enableDeletionProtection?: pulumi.Input<boolean>;@@ -2965,7 +3004,7 @@ Terraform from deleting the load balancer. Defaults to `false`. {{% /md %}}
external?: undefined | false | true;@@ -2977,7 +3016,7 @@ unspecified. {{% /md %}}
ipAddressType?: pulumi.Input<"ipv4" | "dualstack">;@@ -2989,7 +3028,7 @@ The type of IP addresses used by the subnets for your load balancer. The possibl {{% /md %}}
loadBalancerType: pulumi.Input<"application" | "network">;@@ -2997,10 +3036,24 @@ The type of IP addresses used by the subnets for your load balancer. The possibl The type of load balancer to create. Possible values are `application` or `network`. +{{% /md %}} +
name?: undefined | string;+{{% md %}} + +The name of the LoadBalancer. This name must be unique within your AWS account, can have a +maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not +begin or end with a hyphen. If not specified, the [name] parameter passed into the +LoadBalancer constructor will be hashed and used as the name. + {{% /md %}}
securityGroups?: x.ec2.SecurityGroupOrId[];@@ -3012,7 +3065,7 @@ A list of security group IDs to assign to the LB. Only valid for Load Balancers {{% /md %}}
subnetMappings?: undefined | {
@@ -3050,7 +3103,7 @@ A subnet mapping block as documented below.
{{% /md %}}
subnets?: pulumi.Input<pulumi.Input<string>[]> | LoadBalancerSubnets;@@ -3062,7 +3115,7 @@ internal subnets of the [network] will be used. {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -3073,7 +3126,7 @@ A mapping of tags to assign to the resource. {{% /md %}}
vpc?: x.ec2.Vpc;@@ -3086,11 +3139,11 @@ unspecified.
certificateArn?: pulumi.Input<string>;@@ -3119,7 +3172,7 @@ resource](https://www.terraform.io/docs/providers/aws/r/lb_listener_certificate. {{% /md %}}
defaultAction?: pulumi.Input<mod.ListenerDefaultActionArgs> | x.elasticloadbalancingv2.ListenerDefaultAction;@@ -3133,7 +3186,7 @@ Do not provide both [defaultAction] and [defaultActions]. {{% /md %}}
defaultActions?: pulumi.Input<pulumi.Input<mod.ListenerDefaultActionArgs>[]>;@@ -3148,7 +3201,7 @@ Do not provide both [defaultAction] and [defaultActions]. {{% /md %}}
loadBalancer?: NetworkLoadBalancer;@@ -3157,10 +3210,22 @@ Do not provide both [defaultAction] and [defaultActions]. The load balancer this listener is associated with. If not provided, a new load balancer will be automatically created. +{{% /md %}} +
name?: undefined | string;+{{% md %}} + +An explicit name to use for dependent resources. Specifically, if a LoadBalancer or +TargetGroup is not provided, this name will be used to name those resources. + {{% /md %}}
port: pulumi.Input<number>;@@ -3171,7 +3236,7 @@ The port. Specify a value from `1` to `65535`. {{% /md %}}
protocol?: pulumi.Input<NetworkProtocol>;@@ -3183,7 +3248,7 @@ HTTP and HTTPS. Defaults to TCP. {{% /md %}}
sslPolicy?: pulumi.Input<string>;@@ -3194,7 +3259,7 @@ The name of the SSL Policy for the listener. Required if `protocol` is `HTTPS`. {{% /md %}}
vpc?: x.ec2.Vpc;@@ -3207,11 +3272,11 @@ unspecified.
enableCrossZoneLoadBalancing?: pulumi.Input<boolean>;@@ -3222,7 +3287,7 @@ If true, cross-zone load balancing of the load balancer will be enabled. Defaul {{% /md %}}
enableDeletionProtection?: pulumi.Input<boolean>;@@ -3234,7 +3299,7 @@ Terraform from deleting the load balancer. Defaults to `false`. {{% /md %}}
external?: undefined | false | true;@@ -3246,7 +3311,7 @@ unspecified. {{% /md %}}
ipAddressType?: pulumi.Input<"ipv4" | "dualstack">;@@ -3255,10 +3320,24 @@ unspecified. The type of IP addresses used by the subnets for your load balancer. The possible values are `ipv4` and `dualstack` +{{% /md %}} +
name?: undefined | string;+{{% md %}} + +The name of the LoadBalancer. This name must be unique within your AWS account, can have a +maximum of 32 characters, must contain only alphanumeric characters or hyphens, and must not +begin or end with a hyphen. If not specified, the [name] parameter passed into the +LoadBalancer constructor will be hashed and used as the name. + {{% /md %}}
subnetMappings?: undefined | {
@@ -3296,7 +3375,7 @@ A subnet mapping block as documented below.
{{% /md %}}
subnets?: pulumi.Input<pulumi.Input<string>[]> | x.elasticloadbalancingv2.LoadBalancerSubnets;@@ -3309,7 +3388,7 @@ recreation of the resource. {{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -3320,7 +3399,7 @@ A mapping of tags to assign to the resource. {{% /md %}}
vpc?: x.ec2.Vpc;@@ -3333,11 +3412,11 @@ unspecified.
deregistrationDelay?: pulumi.Input<number>;@@ -3350,7 +3429,7 @@ is 300 seconds. {{% /md %}}
healthCheck?: pulumi.Input<NetworkTargetGroupHealthCheck>;@@ -3361,7 +3440,7 @@ A Health Check block. Health Check blocks are documented below. {{% /md %}}
loadBalancer?: NetworkLoadBalancer;@@ -3370,10 +3449,23 @@ A Health Check block. Health Check blocks are documented below. The load balancer this target group is associated with. If not provided, a new load balancer will be automatically created. +{{% /md %}} +
name?: undefined | string;+{{% md %}} + +The name of the TargetGroup. If not specified, the [name] parameter passed into the +TargetGroup constructor will be hashed and used as the name. If a [loadBalancer] is not +provided, this name will be used to name that resource as well. + {{% /md %}}
port: pulumi.Input<number>;@@ -3385,7 +3477,7 @@ The port to use to connect with the target. Valid values are either ports 1-6553 {{% /md %}}
protocol?: pulumi.Input<NetworkProtocol>;@@ -3397,7 +3489,7 @@ HTTP and HTTPS. Defaults to TCP. {{% /md %}}
proxyProtocolV2?: pulumi.Input<boolean>;@@ -3410,7 +3502,7 @@ for more information. {{% /md %}}
slowStart?: pulumi.Input<number>;@@ -3422,7 +3514,7 @@ requests. The range is 30-900 seconds or 0 to disable. The default value is 0 se {{% /md %}}
stickiness?: undefined | {
@@ -3446,7 +3538,7 @@ used with Load Balancers of type `Application`
{{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -3457,7 +3549,7 @@ A mapping of tags to assign to the resource. {{% /md %}}
targetType?: pulumi.Input<"instance" | "ip">;@@ -3476,7 +3568,7 @@ IP addresses. {{% /md %}}
vpc?: x.ec2.Vpc;@@ -3489,7 +3581,7 @@ unspecified.
extends TargetGroupHealthCheck@@ -3505,7 +3597,7 @@ backend. The underlying function is invoked when target_type is set to lambda. {{% /md %}}
healthyThreshold?: pulumi.Input<number>;@@ -3517,7 +3609,7 @@ unhealthy target healthy. Defaults to 3. {{% /md %}}
interval?: pulumi.Input<number>;@@ -3530,7 +3622,7 @@ needs to be greater as the [timeout] of the underlying [lambda]. Default 30 seco {{% /md %}}
matcher?: undefined;
@@ -3541,7 +3633,7 @@ Applies to Application Load Balancers only (HTTP/HTTPS), not Network Load Balanc
{{% /md %}}
path?: undefined;
@@ -3552,7 +3644,7 @@ Applies to Application Load Balancers only (HTTP/HTTPS), not Network Load Balanc
{{% /md %}}
port?: pulumi.Input<string>;@@ -3563,7 +3655,7 @@ The port to use to connect with the target. {{% /md %}}
protocol?: pulumi.Input<string>;@@ -3575,7 +3667,7 @@ target_type is [lambda]. {{% /md %}}
timeout?: undefined;
@@ -3587,7 +3679,7 @@ for TCP and HTTPS health checks and 6 seconds for HTTP health checks.
{{% /md %}}
unhealthyThreshold?: pulumi.Input<number>;@@ -3601,11 +3693,11 @@ healthy_threshold.
deregistrationDelay?: pulumi.Input<number>;@@ -3618,7 +3710,7 @@ is 300 seconds. {{% /md %}}
healthCheck?: pulumi.Input<TargetGroupHealthCheck>;@@ -3626,10 +3718,22 @@ is 300 seconds. Health check parameters for this target group. +{{% /md %}} +
name?: undefined | string;+{{% md %}} + +The name of the TargetGroup. If not specified, the [name] parameter passed into the +TargetGroup constructor will be hashed and used as the name. + {{% /md %}}
port: pulumi.Input<number>;@@ -3641,7 +3745,7 @@ The port to use to connect with the target. Valid values are either ports 1-6553 {{% /md %}}
protocol: pulumi.Input<"HTTP" | "HTTPS" | "TCP" | "TLS">;@@ -3652,7 +3756,7 @@ The protocol to use to connect with the target. {{% /md %}}
proxyProtocolV2?: pulumi.Input<boolean>;@@ -3665,7 +3769,7 @@ for more information. {{% /md %}}
slowStart?: pulumi.Input<number>;@@ -3677,7 +3781,7 @@ requests. The range is 30-900 seconds or 0 to disable. The default value is 0 se {{% /md %}}
stickiness?: undefined | {
@@ -3701,7 +3805,7 @@ used with Load Balancers of type `Application`
{{% /md %}}
tags?: pulumi.Input<aws.Tags>;@@ -3712,7 +3816,7 @@ A mapping of tags to assign to the resource. {{% /md %}}
targetType?: pulumi.Input<"instance" | "ip">;@@ -3729,7 +3833,7 @@ RFC 1918 range (10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16), and the RFC 6598 {{% /md %}}
vpc: x.ec2.Vpc;@@ -3741,7 +3845,7 @@ The vpc for this target group.
healthyThreshold?: pulumi.Input<number>;@@ -3768,7 +3872,7 @@ unhealthy target healthy. Defaults to 3. {{% /md %}}
interval?: pulumi.Input<number>;@@ -3781,7 +3885,7 @@ needs to be greater as the [timeout] of the underlying [lambda]. Default 30 seco {{% /md %}}
matcher?: pulumi.Input<string>;@@ -3794,7 +3898,7 @@ Applies to Application Load Balancers only (HTTP/HTTPS), not Network Load Balanc {{% /md %}}
path?: pulumi.Input<string>;@@ -3806,7 +3910,7 @@ Application Load Balancers only (HTTP/HTTPS), not Network Load Balancers (TCP). {{% /md %}}
port?: pulumi.Input<string>;@@ -3817,7 +3921,7 @@ The port to use to connect with the target. {{% /md %}}
protocol?: pulumi.Input<string>;@@ -3829,7 +3933,7 @@ target_type is [lambda]. {{% /md %}}
timeout?: pulumi.Input<number>;@@ -3843,7 +3947,7 @@ for TCP and HTTPS health checks and 6 seconds for HTTP health checks. {{% /md %}}
unhealthyThreshold?: pulumi.Input<number>;@@ -3857,13 +3961,13 @@ healthy_threshold. Defaults to 3.
type ApplicationProtocol = "HTTP" | "HTTPS";
type NetworkProtocol = "TCP" | "TLS" | "HTTP" | "HTTPS";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/lambda/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/lambda/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/awsx/lambda/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/lambda/_index.md index 0233859519f9..ed90fda1fa3f 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/lambda/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/lambda/_index.md @@ -20,18 +20,18 @@ aliases:
type LambdaMetricName = "Invocations" | "Errors" | "DeadLetterErrors" | "Duration" | "Throttles" | "IteratorAge" | "ConcurrentExecutions" | "UnreservedConcurrentExecutions";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/rds/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/rds/_index.md similarity index 83% rename from content/reference/pkg/nodejs/pulumi/awsx/rds/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/rds/_index.md index 52609b119ea5..959e757a21fa 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/rds/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/rds/_index.md @@ -20,18 +20,18 @@ aliases:
type RdsMetricName = "BinLogDiskUsage" | "BurstBalance" | "CPUUtilization" | "CPUCreditUsage" | "CPUCreditBalance" | "DatabaseConnections" | "DiskQueueDepth" | "FailedSQLServerAgentJobsCount" | "FreeableMemory" | "FreeStorageSpace" | "MaximumUsedTransactionIDs" | "NetworkReceiveThroughput" | "NetworkTransmitThroughput" | "OldestReplicationSlotLag" | "ReadIOPS" | "ReadLatency" | "ReadThroughput" | "ReplicaLag" | "ReplicationSlotDiskUsage" | "SwapUsage" | "TransactionLogsDiskUsage" | "TransactionLogsGeneration" | "WriteIOPS" | "WriteLatency" | "WriteThroughput" | "ActiveTransactions" | "AuroraBinlogReplicaLag" | "AuroraGlobalDBReplicatedWriteIO" | "AuroraGlobalDBDataTransferBytes" | "AuroraGlobalDBReplicationLag" | "AuroraReplicaLag" | "AuroraReplicaLagMaximum" | "AuroraReplicaLagMinimum" | "BacktrackChangeRecordsCreationRate" | "BacktrackChangeRecordsStored" | "BacktrackWindowActual" | "BacktrackWindowAlert" | "BackupRetentionPeriodStorageUsed" | "BinLogDiskUsage" | "BlockedTransactions" | "BufferCacheHitRatio" | "CommitLatency" | "CommitThroughput" | "CPUCreditBalance" | "CPUCreditUsage" | "CPUUtilization" | "DatabaseConnections" | "DDLLatency" | "DDLThroughput" | "Deadlocks" | "DeleteLatency" | "DeleteThroughput" | "DiskQueueDepth" | "DMLLatency" | "DMLThroughput" | "EngineUptime" | "FreeableMemory" | "FreeLocalStorage" | "InsertLatency" | "InsertThroughput" | "LoginFailures" | "MaximumUsedTransactionIDs" | "NetworkReceiveThroughput" | "NetworkThroughput" | "NetworkTransmitThroughput" | "Queries" | "RDSToAuroraPostgreSQLReplicaLag" | "ReadIOPS" | "ReadLatency" | "ReadThroughput" | "ResultSetCacheHitRatio" | "SelectLatency" | "SelectThroughput" | "SnapshotStorageUsed" | "SwapUsage" | "TotalBackupStorageBilled" | "TransactionLogsDiskUsage" | "UpdateLatency" | "UpdateThroughput" | "VolumeBytesUsed" | "VolumeReadIOPs" | "VolumeWriteIOPs" | "WriteIOPS" | "WriteLatency" | "WriteThroughput";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/s3/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/s3/_index.md similarity index 86% rename from content/reference/pkg/nodejs/pulumi/awsx/s3/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/s3/_index.md index 364ae83926eb..ad234c036f5a 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/s3/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/s3/_index.md @@ -20,18 +20,18 @@ aliases:
type S3MetricName = "BucketSizeBytes" | "NumberOfObjects" | "AllRequests" | "GetRequests" | "PutRequests" | "DeleteRequests" | "HeadRequests" | "PostRequests" | "SelectRequests" | "SelectScannedBytes" | "SelectReturnedBytes" | "ListRequests" | "BytesDownloaded" | "BytesUploaded" | "4xxErrors" | "5xxErrors" | "FirstByteLatency" | "TotalRequestLatency";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/sns/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/sns/_index.md similarity index 91% rename from content/reference/pkg/nodejs/pulumi/awsx/sns/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/sns/_index.md index d18976380704..fc65d686a74f 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/sns/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/sns/_index.md @@ -20,18 +20,18 @@ aliases:
type SnsMetricName = "NumberOfMessagesPublished" | "NumberOfNotificationsDelivered" | "NumberOfNotificationsFailed" | "NumberOfNotificationsFilteredOut" | "NumberOfNotificationsFilteredOut-NoMessageAttributes" | "NumberOfNotificationsFilteredOut-InvalidAttributes" | "PublishSize" | "SMSMonthToDateSpentUSD" | "SMSSuccessRate";diff --git a/content/reference/pkg/nodejs/pulumi/awsx/sqs/_index.md b/content/docs/reference/pkg/nodejs/pulumi/awsx/sqs/_index.md similarity index 91% rename from content/reference/pkg/nodejs/pulumi/awsx/sqs/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/awsx/sqs/_index.md index ff1f5570d807..f90c2e23d906 100644 --- a/content/reference/pkg/nodejs/pulumi/awsx/sqs/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/awsx/sqs/_index.md @@ -20,18 +20,18 @@ aliases:
type SqsMetricName = "ApproximateAgeOfOldestMessage" | "ApproximateNumberOfMessagesDelayed" | "ApproximateNumberOfMessagesNotVisible" | "ApproximateNumberOfMessagesVisible" | "NumberOfEmptyReceives" | "NumberOfMessagesDeleted" | "NumberOfMessagesReceived" | "NumberOfMessagesSent" | "SentMessageSize";diff --git a/content/reference/pkg/nodejs/pulumi/azure/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/_index.md index 224f3c500e2b..c4c79594d315 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/_index.md @@ -141,7 +141,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -177,7 +177,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/ad/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/ad/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/ad/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/ad/_index.md index 92f0cc6ee1ce..a5583abf11f0 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/ad/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/ad/_index.md @@ -102,7 +102,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -215,7 +215,7 @@ A list of URLs that user tokens are sent to for sign in, or the redirect URIs th {{% /md %}}
id: Output<ID>;@@ -350,7 +350,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -512,7 +512,7 @@ The Start Date which the Password is valid from, formatted as a RFC3339 date str {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/apimanagement/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/apimanagement/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/apimanagement/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/apimanagement/_index.md index d8fa260d092b..1e184106d5f5 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/apimanagement/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/apimanagement/_index.md @@ -178,7 +178,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -378,7 +378,7 @@ A `subscription_key_parameter_names` block as documented below. {{% /md %}}
id: Output<ID>;@@ -702,7 +702,7 @@ The relative URL Template identifying the target resource for this operation, wh {{% /md %}}
id: Output<ID>;@@ -833,7 +833,7 @@ The name of the Resource Group in which the API Management Service exists. Chang {{% /md %}}
id: Output<ID>;@@ -1002,7 +1002,7 @@ The name of the Resource Group in which the API Management Service exists. Chang {{% /md %}}
id: Output<ID>;@@ -1192,7 +1192,7 @@ A unique identifier for this API Schema. Changing this forces a new resource to {{% /md %}}
id: Output<ID>;@@ -1378,7 +1378,7 @@ The name of the Resource Group in which the parent API Management Service exists {{% /md %}}
id: Output<ID>;@@ -2141,7 +2141,7 @@ The type of this API Management Group. Possible values are `custom` and `externa {{% /md %}}
id: Output<ID>;@@ -2283,7 +2283,7 @@ The name of the Resource Group in which the API Management Service exists. Chang {{% /md %}}
id: Output<ID>;@@ -2503,7 +2503,7 @@ The name of the Resource Group in which the API Management Service exists. Chang {{% /md %}}
id: Output<ID>;@@ -2712,7 +2712,7 @@ The name of the Resource Group where the API Management Service exists. Changing {{% /md %}}
id: Output<ID>;@@ -2944,7 +2944,7 @@ The Terms and Conditions for this Product, which must be accepted by Developers {{% /md %}}
id: Output<ID>;@@ -3107,7 +3107,7 @@ The name of the Resource Group in which the API Management Service exists. Chang {{% /md %}}
id: Output<ID>;@@ -3269,7 +3269,7 @@ The name of the Resource Group in which the API Management Service exists. Chang {{% /md %}}
id: Output<ID>;@@ -3416,7 +3416,7 @@ The name of the Resource Group in which the API Management Service exists. Chang {{% /md %}}
id: Output<ID>;@@ -3624,7 +3624,7 @@ A list of tags to be applied to the API Management Property. {{% /md %}}
id: Output<ID>;@@ -4256,7 +4256,7 @@ An Identifier which should used as the ID of this Subscription. If not specified {{% /md %}}
id: Output<ID>;@@ -4488,7 +4488,7 @@ The state of this user. Possible values are `active`, `blocked` and `pending`. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/appinsights/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/appinsights/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/appinsights/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/appinsights/_index.md index 522af59f942d..ac3f31beea87 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/appinsights/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/appinsights/_index.md @@ -136,7 +136,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -217,7 +217,7 @@ Specifies the list of read permissions granted to the API key. Valid values are {{% /md %}}
id: Output<ID>;@@ -696,7 +696,7 @@ Seconds until this WebTest will timeout and fail. Default is `30`. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/appservice/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/appservice/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/appservice/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/appservice/_index.md index 045b274592e2..8eaf7f8d1590 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/appservice/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/appservice/_index.md @@ -135,7 +135,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -204,7 +204,7 @@ The name of the resource group in which the App Service exists. Changing this fo {{% /md %}}
id: Output<ID>;@@ -1150,7 +1150,7 @@ The name of the resource group in which the App Service exists. Changing this fo {{% /md %}}
urn: Output<URN>;@@ -1184,7 +1184,7 @@ azure resource an an FunctionApp that will be triggered when something happens t {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/automation/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/automation/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/automation/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/automation/_index.md index 1cb4cbd865fb..f25cc4095476 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/automation/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/automation/_index.md @@ -135,7 +135,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -432,7 +432,7 @@ The name of the resource group in which to create the Automation Variable. Chang {{% /md %}}
id: Output<ID>;@@ -616,7 +616,7 @@ The name of the resource group in which the Credential is created. Changing this {{% /md %}}
id: Output<ID>;@@ -798,7 +798,7 @@ The name of the resource group in which to create the Automation Variable. Chang {{% /md %}}
id: Output<ID>;@@ -1011,7 +1011,7 @@ The name of the resource group in which the DSC Configuration is created. Changi {{% /md %}}
id: Output<ID>;@@ -1207,7 +1207,7 @@ The name of the resource group in which the DSC Node Configuration is created. C {{% /md %}}
id: Output<ID>;@@ -1378,7 +1378,7 @@ The name of the resource group in which to create the Automation Variable. Chang {{% /md %}}
id: Output<ID>;@@ -1557,7 +1557,7 @@ The name of the resource group in which the Module is created. Changing this for {{% /md %}}
id: Output<ID>;@@ -2061,7 +2061,7 @@ The timezone of the start time. Defaults to `UTC`. For possible values see: http {{% /md %}}
id: Output<ID>;@@ -2243,7 +2243,7 @@ The name of the resource group in which to create the Automation Variable. Chang {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/autoscale/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/autoscale/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/autoscale/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/autoscale/_index.md index d627cd30caa8..0f18b103bbf4 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/autoscale/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/autoscale/_index.md @@ -304,7 +304,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -474,7 +474,7 @@ Specifies the resource ID of the resource that the autoscale setting should be a {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/batch/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/batch/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/batch/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/batch/_index.md index f4f9dd9efc5d..df04955ecf01 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/batch/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/batch/_index.md @@ -114,7 +114,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -476,7 +476,7 @@ The thumbprint of the certificate. At this time the only supported value is 'SHA {{% /md %}}
id: Output<ID>;@@ -830,7 +830,7 @@ A `storage_image_reference` for the virtual machines that will compose the Batch {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/cdn/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/cdn/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/cdn/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/cdn/_index.md index fa51501b5bdd..8880d705135a 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/cdn/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/cdn/_index.md @@ -111,7 +111,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/cognitive/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/cognitive/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/cognitive/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/cognitive/_index.md index ead1458dece5..c68ef6105194 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/cognitive/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/cognitive/_index.md @@ -95,7 +95,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/compute/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/compute/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/compute/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/compute/_index.md index 5956802ee469..ad7288970af7 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/compute/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/compute/_index.md @@ -147,7 +147,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -477,7 +477,7 @@ The ID of an existing Managed Disk which should be attached. Changing this force {{% /md %}}
id: Output<ID>;@@ -810,7 +810,7 @@ use, available versions can be found using the Azure CLI. {{% /md %}}
id: Output<ID>;@@ -2074,7 +2074,7 @@ Specifies the mode of an upgrade to virtual machines in the scale set. Possible {{% /md %}}
id: Output<ID>;@@ -2739,7 +2739,7 @@ One or more `target_region` blocks as documented below. {{% /md %}}
id: Output<ID>;@@ -3423,7 +3423,7 @@ A mapping of tags to assign to the Virtual Machine. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/azure/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/azure/containerservice/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/containerservice/_index.md similarity index 97% rename from content/reference/pkg/nodejs/pulumi/azure/containerservice/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/containerservice/_index.md index 64d3392e7c70..574875ecf87e 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/containerservice/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/containerservice/_index.md @@ -131,7 +131,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -389,7 +389,7 @@ A mapping of tags to assign to the resource. Changing this forces a new resource {{% /md %}}
extends CustomResource@@ -425,25 +425,22 @@ const testResourceGroup = new azure.core.ResourceGroup("test", { name: "acctestRG1", }); const testKubernetesCluster = new azure.containerservice.KubernetesCluster("test", { - agentPoolProfile: (() => { - throw "tf2pulumi error: azurerm_kubernetes_cluster.test.agent_pool_profile: expected at most one item in list, got 2"; - return [ - { - count: 1, - name: "default", - osDiskSizeGb: 30, - osType: "Linux", - vmSize: "Standard_D1_v2", - }, - { - count: 1, - name: "pool2", - osDiskSizeGb: 30, - osType: "Linux", - vmSize: "Standard_D2_v2", - }, - ]; - })(), + agentPoolProfiles: [ + { + count: 1, + name: "default", + osDiskSizeGb: 30, + osType: "Linux", + vmSize: "Standard_D1_v2", + }, + { + count: 1, + name: "pool2", + osDiskSizeGb: 30, + osType: "Linux", + vmSize: "Standard_D2_v2", + }, + ], dnsPrefix: "acctestagent1", location: testResourceGroup.location, name: "acctestaks1", @@ -463,7 +460,7 @@ export const kubeConfig = testKubernetesCluster.kubeConfigRaw; {{% /md %}}
public addonProfile: pulumi.Output<{ @@ -542,7 +539,7 @@ A `addon_profile` block. {{% /md %}}
public agentPoolProfiles: pulumi.Output<{ @@ -564,7 +561,7 @@ One or more `agent_pool_profile` blocks as defined below. {{% /md %}}
public apiServerAuthorizedIpRanges: pulumi.Output<string[] | undefined>;@@ -575,7 +572,7 @@ The IP ranges to whitelist for incoming traffic to the masters. {{% /md %}}
public dnsPrefix: pulumi.Output<string>;@@ -586,7 +583,7 @@ DNS prefix specified when creating the managed cluster. Changing this forces a n {{% /md %}}
public fqdn: pulumi.Output<string>;@@ -597,7 +594,7 @@ The FQDN of the Azure Kubernetes Managed Cluster. {{% /md %}}
id: Output<ID>;@@ -609,7 +606,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kubeAdminConfig: pulumi.Output<{ @@ -627,7 +624,7 @@ A `kube_admin_config` block as defined below. This is only available when Role B {{% /md %}}
public kubeAdminConfigRaw: pulumi.Output<string>;@@ -638,7 +635,7 @@ Raw Kubernetes config for the admin account to be used by [kubectl](https://kube {{% /md %}}
public kubeConfig: pulumi.Output<{ @@ -656,7 +653,7 @@ A `kube_config` block as defined below. {{% /md %}}
public kubeConfigRaw: pulumi.Output<string>;@@ -667,7 +664,7 @@ Raw Kubernetes config to be used by [kubectl](https://kubernetes.io/docs/referen {{% /md %}}
public kubernetesVersion: pulumi.Output<string>;@@ -678,7 +675,7 @@ Version of Kubernetes specified when creating the AKS managed cluster. If not sp {{% /md %}}
public linuxProfile: pulumi.Output<{ @@ -694,7 +691,7 @@ A `linux_profile` block. {{% /md %}}
public location: pulumi.Output<string>;@@ -705,7 +702,7 @@ The location where the Managed Kubernetes Cluster should be created. Changing th {{% /md %}}
public name: pulumi.Output<string>;@@ -716,7 +713,7 @@ The name of the Managed Kubernetes Cluster to create. Changing this forces a new {{% /md %}}
public networkProfile: pulumi.Output<{ @@ -734,7 +731,7 @@ A `network_profile` block. {{% /md %}}
public nodeResourceGroup: pulumi.Output<string>;@@ -745,7 +742,7 @@ The auto-generated Resource Group which contains the resources for this Managed {{% /md %}}
public resourceGroupName: pulumi.Output<string>;@@ -756,7 +753,7 @@ Specifies the Resource Group where the Managed Kubernetes Cluster should exist. {{% /md %}}
public roleBasedAccessControl: pulumi.Output<{ @@ -775,7 +772,7 @@ A `role_based_access_control` block. Changing this forces a new resource to be c {{% /md %}}
public servicePrincipal: pulumi.Output<{ @@ -789,7 +786,7 @@ A `service_principal` block as documented below. {{% /md %}}
public tags: pulumi.Output<{[key: string]: any}>;@@ -800,7 +797,7 @@ A mapping of tags to assign to the resource. {{% /md %}}
addonProfile?: pulumi.Input<{ @@ -2518,7 +2515,7 @@ A `addon_profile` block. {{% /md %}}
agentPoolProfiles: pulumi.Input<pulumi.Input<{ @@ -2540,7 +2537,7 @@ One or more `agent_pool_profile` blocks as defined below. {{% /md %}}
apiServerAuthorizedIpRanges?: pulumi.Input<pulumi.Input<string>[]>;@@ -2551,7 +2548,7 @@ The IP ranges to whitelist for incoming traffic to the masters. {{% /md %}}
dnsPrefix: pulumi.Input<string>;@@ -2562,7 +2559,7 @@ DNS prefix specified when creating the managed cluster. Changing this forces a n {{% /md %}}
kubernetesVersion?: pulumi.Input<string>;@@ -2573,7 +2570,7 @@ Version of Kubernetes specified when creating the AKS managed cluster. If not sp {{% /md %}}
linuxProfile?: pulumi.Input<{ @@ -2589,7 +2586,7 @@ A `linux_profile` block. {{% /md %}}
location?: pulumi.Input<string>;@@ -2600,7 +2597,7 @@ The location where the Managed Kubernetes Cluster should be created. Changing th {{% /md %}}
name?: pulumi.Input<string>;@@ -2611,7 +2608,7 @@ The name of the Managed Kubernetes Cluster to create. Changing this forces a new {{% /md %}}
networkProfile?: pulumi.Input<{ @@ -2629,7 +2626,7 @@ A `network_profile` block. {{% /md %}}
resourceGroupName: pulumi.Input<string>;@@ -2640,7 +2637,7 @@ Specifies the Resource Group where the Managed Kubernetes Cluster should exist. {{% /md %}}
roleBasedAccessControl?: pulumi.Input<{ @@ -2659,7 +2656,7 @@ A `role_based_access_control` block. Changing this forces a new resource to be c {{% /md %}}
servicePrincipal: pulumi.Input<{ @@ -2673,7 +2670,7 @@ A `service_principal` block as documented below. {{% /md %}}
tags?: pulumi.Input<{[key: string]: any}>;@@ -2685,7 +2682,7 @@ A mapping of tags to assign to the resource.
addonProfile?: pulumi.Input<{ @@ -2718,7 +2715,7 @@ A `addon_profile` block. {{% /md %}}
agentPoolProfiles?: pulumi.Input<pulumi.Input<{ @@ -2740,7 +2737,7 @@ One or more `agent_pool_profile` blocks as defined below. {{% /md %}}
apiServerAuthorizedIpRanges?: pulumi.Input<pulumi.Input<string>[]>;@@ -2751,7 +2748,7 @@ The IP ranges to whitelist for incoming traffic to the masters. {{% /md %}}
dnsPrefix?: pulumi.Input<string>;@@ -2762,7 +2759,7 @@ DNS prefix specified when creating the managed cluster. Changing this forces a n {{% /md %}}
fqdn?: pulumi.Input<string>;@@ -2773,7 +2770,7 @@ The FQDN of the Azure Kubernetes Managed Cluster. {{% /md %}}
kubeAdminConfig?: pulumi.Input<{ @@ -2791,7 +2788,7 @@ A `kube_admin_config` block as defined below. This is only available when Role B {{% /md %}}
kubeAdminConfigRaw?: pulumi.Input<string>;@@ -2802,7 +2799,7 @@ Raw Kubernetes config for the admin account to be used by [kubectl](https://kube {{% /md %}}
kubeConfig?: pulumi.Input<{ @@ -2820,7 +2817,7 @@ A `kube_config` block as defined below. {{% /md %}}
kubeConfigRaw?: pulumi.Input<string>;@@ -2831,7 +2828,7 @@ Raw Kubernetes config to be used by [kubectl](https://kubernetes.io/docs/referen {{% /md %}}
kubernetesVersion?: pulumi.Input<string>;@@ -2842,7 +2839,7 @@ Version of Kubernetes specified when creating the AKS managed cluster. If not sp {{% /md %}}
linuxProfile?: pulumi.Input<{ @@ -2858,7 +2855,7 @@ A `linux_profile` block. {{% /md %}}
location?: pulumi.Input<string>;@@ -2869,7 +2866,7 @@ The location where the Managed Kubernetes Cluster should be created. Changing th {{% /md %}}
name?: pulumi.Input<string>;@@ -2880,7 +2877,7 @@ The name of the Managed Kubernetes Cluster to create. Changing this forces a new {{% /md %}}
networkProfile?: pulumi.Input<{ @@ -2898,7 +2895,7 @@ A `network_profile` block. {{% /md %}}
nodeResourceGroup?: pulumi.Input<string>;@@ -2909,7 +2906,7 @@ The auto-generated Resource Group which contains the resources for this Managed {{% /md %}}
resourceGroupName?: pulumi.Input<string>;@@ -2920,7 +2917,7 @@ Specifies the Resource Group where the Managed Kubernetes Cluster should exist. {{% /md %}}
roleBasedAccessControl?: pulumi.Input<{ @@ -2939,7 +2936,7 @@ A `role_based_access_control` block. Changing this forces a new resource to be c {{% /md %}}
servicePrincipal?: pulumi.Input<{ @@ -2953,7 +2950,7 @@ A `service_principal` block as documented below. {{% /md %}}
tags?: pulumi.Input<{[key: string]: any}>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/core/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/core/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/core/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/core/_index.md index a79291c4c822..47ae2af7659e 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/core/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/core/_index.md @@ -102,7 +102,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/cosmosdb/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/cosmosdb/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/cosmosdb/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/cosmosdb/_index.md index 30d5352b05f2..e7a4670d2f1f 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/cosmosdb/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/cosmosdb/_index.md @@ -133,7 +133,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -590,7 +590,7 @@ The name of the resource group in which the Cosmos DB Cassandra KeySpace is crea {{% /md %}}
id: Output<ID>;@@ -867,7 +867,7 @@ The name of the key to partition on for sharding. There must not be any other un {{% /md %}}
id: Output<ID>;@@ -1007,7 +1007,7 @@ The name of the resource group in which the Cosmos DB Mongo Database is created. {{% /md %}}
id: Output<ID>;@@ -1147,7 +1147,7 @@ The name of the resource group in which the Cosmos DB SQL Database is created. C {{% /md %}}
id: Output<ID>;@@ -1287,7 +1287,7 @@ The name of the resource group in which the Cosmos DB Table is created. Changing {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/databricks/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/databricks/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/databricks/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/databricks/_index.md index 40c1b60739ea..54e6b78b459e 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/databricks/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/databricks/_index.md @@ -91,7 +91,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/datafactory/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/datafactory/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/datafactory/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/datafactory/_index.md index a2056a642f5d..b5673a4c00d8 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/datafactory/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/datafactory/_index.md @@ -123,7 +123,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -528,7 +528,7 @@ The table name of the Data Factory Dataset PostgreSQL. {{% /md %}}
id: Output<ID>;@@ -772,7 +772,7 @@ The table name of the Data Factory Dataset SQL Server Table. {{% /md %}}
id: Output<ID>;@@ -1224,7 +1224,7 @@ The endpoint for the Azure Data Lake Storage Gen2 service. {{% /md %}}
id: Output<ID>;@@ -1438,7 +1438,7 @@ The name of the resource group in which to create the Data Factory Linked Servic {{% /md %}}
id: Output<ID>;@@ -1652,7 +1652,7 @@ The name of the resource group in which to create the Data Factory Linked Servic {{% /md %}}
id: Output<ID>;@@ -1866,7 +1866,7 @@ The name of the resource group in which to create the Data Factory Linked Servic {{% /md %}}
id: Output<ID>;@@ -2044,7 +2044,7 @@ The name of the resource group in which to create the Data Factory Pipeline. Cha {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/datalake/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/datalake/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/datalake/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/datalake/_index.md index 4402e93782c3..2271e212a324 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/datalake/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/datalake/_index.md @@ -108,7 +108,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -210,7 +210,7 @@ The monthly commitment tier for Data Lake Analytics Account. Accepted values are {{% /md %}}
id: Output<ID>;@@ -604,7 +604,7 @@ The monthly commitment tier for Data Lake Store. Accepted values are `Consumptio {{% /md %}}
id: Output<ID>;@@ -752,7 +752,7 @@ The path created for the file on the Data Lake Store. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/ddosprotection/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/ddosprotection/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/ddosprotection/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/ddosprotection/_index.md index f0c1b84572e4..c994eda29cd1 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/ddosprotection/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/ddosprotection/_index.md @@ -91,7 +91,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/devspace/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/devspace/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/devspace/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/devspace/_index.md index e390b90670ee..4cd7597dd7e7 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/devspace/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/devspace/_index.md @@ -48,11 +48,11 @@ const testResourceGroup = new azure.core.ResourceGroup("test", { name: "acctestRG1", }); const testKubernetesCluster = new azure.containerservice.KubernetesCluster("test", { - agentPoolProfile: { + agentPoolProfiles: [{ count: 1, name: "default", vmSize: "Standard_DS2_v2", - }, + }], dnsPrefix: "acctestaks1", location: testResourceGroup.location, name: "acctestaks1", @@ -112,7 +112,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -250,7 +250,7 @@ The resource id of Azure Kubernetes Service cluster. Changing this forces a new {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/devtest/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/devtest/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/devtest/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/devtest/_index.md index 13c035ded610..d98e9506a732 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/devtest/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/devtest/_index.md @@ -105,7 +105,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -262,7 +262,7 @@ The unique immutable identifier of the Dev Test Lab. {{% /md %}}
id: Output<ID>;@@ -608,7 +608,7 @@ The unique immutable identifier of the Virtual Machine. {{% /md %}}
id: Output<ID>;@@ -1040,7 +1040,7 @@ The unique immutable identifier of the Dev Test Virtual Network. {{% /md %}}
id: Output<ID>;@@ -1374,7 +1374,7 @@ The unique immutable identifier of the Virtual Machine. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/dns/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/dns/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/dns/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/dns/_index.md index 0588df85032a..5cbdefb99fd7 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/dns/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/dns/_index.md @@ -123,7 +123,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -770,7 +770,7 @@ The Time To Live (TTL) of the DNS record in seconds. {{% /md %}}
id: Output<ID>;@@ -964,7 +964,7 @@ The Time To Live (TTL) of the DNS record in seconds. {{% /md %}}
id: Output<ID>;@@ -1162,7 +1162,7 @@ The Time To Live (TTL) of the DNS record in seconds. {{% /md %}}
id: Output<ID>;@@ -1341,7 +1341,7 @@ The Time To Live (TTL) of the DNS record in seconds. {{% /md %}}
id: Output<ID>;@@ -1533,7 +1533,7 @@ The Time To Live (TTL) of the DNS record in seconds. {{% /md %}}
id: Output<ID>;@@ -1724,7 +1724,7 @@ The Time To Live (TTL) of the DNS record in seconds. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/eventhub/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/eventhub/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/eventhub/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/eventhub/_index.md index 3bab5a2ca9de..826bb447a668 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/eventhub/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/eventhub/_index.md @@ -150,7 +150,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -559,7 +559,7 @@ Specifies the name of the topic to associate with the event subscription. {{% /md %}}
id: Output<ID>;@@ -992,7 +992,7 @@ The name of the resource group in which the EventHub's parent Namespace exists. {{% /md %}}
id: Output<ID>;@@ -1249,7 +1249,7 @@ Does this Authorization Rule have permissions to Send to the Event Hub? Defaults {{% /md %}}
id: Output<ID>;@@ -1427,7 +1427,7 @@ The name of the resource group in which the EventHub Consumer Group's grandparen {{% /md %}}
id: Output<ID>;@@ -1933,7 +1933,7 @@ Grants send access to this this Authorization Rule. Defaults to `false`. {{% /md %}}
id: Output<ID>;@@ -2473,7 +2473,7 @@ Grants send access to this this Authorization Rule. Defaults to `false`. {{% /md %}}
id: Output<ID>;@@ -2791,7 +2791,7 @@ create the namespace. Changing this forces a new resource to be created. {{% /md %}}
id: Output<ID>;@@ -3038,7 +3038,7 @@ Does this Authorization Rule have Send permissions to the ServiceBus Queue? Defa {{% /md %}}
id: Output<ID>;@@ -3329,7 +3329,7 @@ this Subscription in. Changing this forces a new resource to be created. {{% /md %}}
id: Output<ID>;@@ -3616,7 +3616,7 @@ The name of the ServiceBus Topic in which the ServiceBus Subscription exists. Ch {{% /md %}}
id: Output<ID>;@@ -4174,7 +4174,7 @@ Specifies the name of the ServiceBus Topic. Changing this forces a new resource {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/hdinsight/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/hdinsight/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/hdinsight/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/hdinsight/_index.md index 52cec644f92e..a9f1a7e0e578 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/hdinsight/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/hdinsight/_index.md @@ -157,7 +157,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -362,7 +362,7 @@ Specifies the Tier which should be used for this HDInsight HBase Cluster. Possib {{% /md %}}
id: Output<ID>;@@ -684,7 +684,7 @@ Specifies the Tier which should be used for this HDInsight Hadoop Cluster. Possi {{% /md %}}
id: Output<ID>;@@ -1006,7 +1006,7 @@ Specifies the Tier which should be used for this HDInsight Interactive Query Clu {{% /md %}}
id: Output<ID>;@@ -1330,7 +1330,7 @@ Specifies the Tier which should be used for this HDInsight Kafka Cluster. Possib {{% /md %}}
id: Output<ID>;@@ -1672,7 +1672,7 @@ Specifies the Tier which should be used for this HDInsight ML Services Cluster. {{% /md %}}
id: Output<ID>;@@ -2014,7 +2014,7 @@ Specifies the Tier which should be used for this HDInsight RServer Cluster. Poss {{% /md %}}
id: Output<ID>;@@ -2336,7 +2336,7 @@ Specifies the Tier which should be used for this HDInsight Spark Cluster. Possib {{% /md %}}
id: Output<ID>;@@ -2658,7 +2658,7 @@ Specifies the Tier which should be used for this HDInsight Storm Cluster. Possib {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/iot/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/iot/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/iot/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/iot/_index.md index 098eb94865b3..73d66dec2ca5 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/iot/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/iot/_index.md @@ -107,7 +107,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -187,7 +187,7 @@ The name of the resource group that contains the IoT hub. Changing this forces a {{% /md %}}
id: Output<ID>;@@ -781,7 +781,7 @@ Adds `ServiceConnect` permission to this Shared Access Account. It allows sendin {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/keyvault/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/keyvault/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/keyvault/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/keyvault/_index.md index de08ad1490e2..9faa00e67b9f 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/keyvault/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/keyvault/_index.md @@ -98,7 +98,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -683,7 +683,7 @@ The X509 Thumbprint of the Key Vault Certificate returned as hex string. {{% /md %}}
id: Output<ID>;@@ -1218,7 +1218,7 @@ The Azure Active Directory tenant ID that should be used for authenticating requ {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/lb/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/lb/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/lb/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/lb/_index.md index 9b23b678dd7e..51b7e5c65f0e 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/lb/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/lb/_index.md @@ -128,7 +128,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -227,7 +227,7 @@ The name of the resource group in which to create the resource. {{% /md %}}
id: Output<ID>;@@ -675,7 +675,7 @@ The name of the resource group in which to create the resource. {{% /md %}}
id: Output<ID>;@@ -915,7 +915,7 @@ The name of the resource group in which to create the resource. {{% /md %}}
id: Output<ID>;@@ -1151,7 +1151,7 @@ The name of the resource group in which to create the resource. Changing this fo {{% /md %}}
id: Output<ID>;@@ -1380,7 +1380,7 @@ The name of the resource group in which to create the resource. {{% /md %}}
id: Output<ID>;@@ -1656,7 +1656,7 @@ The name of the resource group in which to create the resource. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/loganalytics/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/loganalytics/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/loganalytics/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/loganalytics/_index.md index 90219042dc93..3794cbe4a2d6 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/loganalytics/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/loganalytics/_index.md @@ -105,7 +105,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/logicapps/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/logicapps/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/logicapps/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/logicapps/_index.md index b4118c7db5b4..5cf31e1dbe34 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/logicapps/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/logicapps/_index.md @@ -124,7 +124,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -193,7 +193,7 @@ Specifies the name of the HTTP Action to be created within the Logic App Workflo {{% /md %}}
id: Output<ID>;@@ -372,7 +372,7 @@ Specifies the URI which will be called when this HTTP Action is triggered. {{% /md %}}
id: Output<ID>;@@ -524,7 +524,7 @@ Specifies the name of the HTTP Trigger to be created within the Logic App Workfl {{% /md %}}
id: Output<ID>;@@ -699,7 +699,7 @@ A JSON Blob defining the Schema of the incoming request. This needs to be valid {{% /md %}}
id: Output<ID>;@@ -856,7 +856,7 @@ Specifies the name of the Recurrence Triggers to be created within the Logic App {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/managementgroups/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/managementgroups/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/managementgroups/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/managementgroups/_index.md index d3c55bb08ecb..7dae705d568e 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/managementgroups/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/managementgroups/_index.md @@ -91,7 +91,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -171,7 +171,7 @@ A list of Subscription GUIDs which should be assigned to the Management Group. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/managementresource/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/managementresource/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/managementresource/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/managementresource/_index.md index b5abdd0b3b0c..45edb0f26c7b 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/managementresource/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/managementresource/_index.md @@ -128,7 +128,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -208,7 +208,7 @@ Specifies the scope at which the Management Lock should be created. Changing thi {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/mariadb/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/mariadb/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/mariadb/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/mariadb/_index.md index 1e59030e3bd9..a17eb5624919 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/mariadb/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/mariadb/_index.md @@ -112,7 +112,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -204,7 +204,7 @@ Specifies the name of the MariaDB Server. Changing this forces a new resource to {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/mediaservices/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/mediaservices/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/mediaservices/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/mediaservices/_index.md index f4eff601ddc5..f3204691d432 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/mediaservices/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/mediaservices/_index.md @@ -98,7 +98,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -181,7 +181,7 @@ One or more `storage_account` blocks as defined below. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/monitoring/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/monitoring/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/monitoring/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/monitoring/_index.md index 0ef31fee0a4f..47116422c865 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/monitoring/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/monitoring/_index.md @@ -136,7 +136,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -1279,7 +1279,7 @@ Specifies the resource ID of the resource that the autoscale setting should be a {{% /md %}}
id: Output<ID>;@@ -1509,7 +1509,7 @@ The ID of an existing Resource on which to configure Diagnostic Settings. Changi {{% /md %}}
id: Output<ID>;@@ -1715,7 +1715,7 @@ The resource ID of the storage account in which the Activity Log is stored. At l {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/msi/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/msi/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/msi/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/msi/_index.md index 3eee641501e2..e4c04291d927 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/msi/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/msi/_index.md @@ -87,7 +87,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/mssql/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/mssql/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/mssql/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/mssql/_index.md index 1b271a7f462c..4da7d49f8b8f 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/mssql/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/mssql/_index.md @@ -107,7 +107,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/mysql/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/mysql/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/mysql/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/mysql/_index.md index 52b5d45e4372..f0a06fd2efa0 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/mysql/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/mysql/_index.md @@ -120,7 +120,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -189,7 +189,7 @@ Specifies the name of the MySQL Server. Changing this forces a new resource to b {{% /md %}}
id: Output<ID>;@@ -384,7 +384,7 @@ Specifies the name of the MySQL Server. Changing this forces a new resource to b {{% /md %}}
id: Output<ID>;@@ -569,7 +569,7 @@ Specifies the Start IP Address associated with this Firewall Rule. Changing this {{% /md %}}
id: Output<ID>;@@ -1008,7 +1008,7 @@ The ID of the subnet that the MySQL server will be connected to. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/network/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/network/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/network/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/network/_index.md index 9bd68b781526..6e178d7c10aa 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/network/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/network/_index.md @@ -297,7 +297,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -1826,7 +1826,7 @@ create the ExpressRoute circuit. Changing this forces a new resource to be creat {{% /md %}}
id: Output<ID>;@@ -2080,7 +2080,7 @@ The shared key. Can be a maximum of 25 characters. {{% /md %}}
id: Output<ID>;@@ -3976,7 +3976,7 @@ The ID of the Network Interface. Changing this forces a new resource to be creat {{% /md %}}
id: Output<ID>;@@ -4144,7 +4144,7 @@ The ID of the Network Interface. Changing this forces a new resource to be creat {{% /md %}}
id: Output<ID>;@@ -4326,7 +4326,7 @@ The ID of the Network Interface. Changing this forces a new resource to be creat {{% /md %}}
id: Output<ID>;@@ -4512,7 +4512,7 @@ The ID of the Network Interface. Changing this forces a new resource to be creat {{% /md %}}
id: Output<ID>;@@ -4805,7 +4805,7 @@ The ID of the Resource to capture packets from. Changing this forces a new resou {{% /md %}}
id: Output<ID>;@@ -5324,7 +5324,7 @@ List of source ports or port ranges. This is required if `source_port_range` is {{% /md %}}
id: Output<ID>;@@ -5770,7 +5770,7 @@ The ID of the Resource to capture packets from. Changing this forces a new resou {{% /md %}}
id: Output<ID>;@@ -6628,7 +6628,7 @@ The name of the route table within which create the route. Changing this forces {{% /md %}}
id: Output<ID>;@@ -7045,7 +7045,7 @@ The list of Service endpoints to associate with the subnet. Possible values incl {{% /md %}}
id: Output<ID>;@@ -7215,7 +7215,7 @@ The ID of the Subnet. Changing this forces a new resource to be created. {{% /md %}}
id: Output<ID>;@@ -7369,7 +7369,7 @@ The ID of the Subnet. Changing this forces a new resource to be created. {{% /md %}}
id: Output<ID>;@@ -7936,7 +7936,7 @@ The type of the Virtual Network Gateway. Valid options are {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/notificationhub/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/notificationhub/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/notificationhub/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/notificationhub/_index.md index c4f6186d550c..5cf61e80acf4 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/notificationhub/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/notificationhub/_index.md @@ -118,7 +118,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -253,7 +253,7 @@ Does this Authorization Rule have Send access to the Notification Hub? Defaults {{% /md %}}
id: Output<ID>;@@ -444,7 +444,7 @@ The name of the Resource Group in which the Notification Hub Namespace exists. C {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/operationalinsights/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/operationalinsights/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/operationalinsights/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/operationalinsights/_index.md index e96b2576f9f1..6d40a46ff308 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/operationalinsights/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/operationalinsights/_index.md @@ -116,7 +116,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -201,7 +201,7 @@ Specifies the name of the solution to be deployed. See [here for options](https: {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/policy/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/policy/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/policy/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/policy/_index.md index c13ed02af7a9..ef4fa584e918 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/policy/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/policy/_index.md @@ -133,7 +133,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -269,7 +269,7 @@ The ID of the Policy Definition to be applied at the specified Scope. {{% /md %}}
id: Output<ID>;@@ -507,7 +507,7 @@ or "NotSpecified". Changing this forces a new resource to be created. {{% /md %}}
id: Output<ID>;@@ -722,7 +722,7 @@ The policy set type. Possible values are `BuiltIn` or `Custom`. Changing this fo {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/postgresql/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/postgresql/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/postgresql/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/postgresql/_index.md index c4254d05f07f..049e3146b31d 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/postgresql/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/postgresql/_index.md @@ -120,7 +120,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -189,7 +189,7 @@ Specifies the name of the PostgreSQL Server. Changing this forces a new resource {{% /md %}}
id: Output<ID>;@@ -385,7 +385,7 @@ Specifies the name of the PostgreSQL Server. Changing this forces a new resource {{% /md %}}
id: Output<ID>;@@ -571,7 +571,7 @@ Specifies the Start IP Address associated with this Firewall Rule. Changing this {{% /md %}}
id: Output<ID>;@@ -1022,7 +1022,7 @@ The ID of the subnet that the PostgreSQL server will be connected to. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/recoveryservices/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/recoveryservices/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/recoveryservices/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/recoveryservices/_index.md index aa2bdbffa654..281dcc8b7aac 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/recoveryservices/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/recoveryservices/_index.md @@ -115,7 +115,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/redis/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/redis/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/redis/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/redis/_index.md index c0524e21cdc0..88bdd9e0d6f9 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/redis/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/redis/_index.md @@ -126,7 +126,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/relay/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/relay/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azure/relay/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/relay/_index.md index 4f4fe84eb97f..e4747c3b3625 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/relay/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/relay/_index.md @@ -93,7 +93,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/role/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/role/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/role/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/role/_index.md index c35958bfe8f6..bbddc53e094f 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/role/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/role/_index.md @@ -146,7 +146,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -237,7 +237,7 @@ The scope at which the Role Assignment applies too, such as `/subscriptions/0b1f {{% /md %}}
id: Output<ID>;@@ -417,7 +417,7 @@ The scope at which the Role Definition applies too, such as `/subscriptions/0b1f {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/scheduler/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/scheduler/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/scheduler/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/scheduler/_index.md index 1fda2090dfa0..bc6b261f037b 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/scheduler/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/scheduler/_index.md @@ -231,7 +231,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -458,7 +458,7 @@ The sets or gets the current state of the job. Can be set to either `Enabled` or {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/search/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/search/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/search/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/search/_index.md index 19980d8d2b1b..567343df0457 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/search/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/search/_index.md @@ -92,7 +92,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -227,7 +227,7 @@ A mapping of tags to assign to the resource. Changing this forces a new resource {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/securitycenter/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/securitycenter/_index.md similarity index 97% rename from content/reference/pkg/nodejs/pulumi/azure/securitycenter/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/securitycenter/_index.md index eee677e0c76e..09d5c5e7d0bf 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/securitycenter/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/securitycenter/_index.md @@ -92,7 +92,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -288,7 +288,7 @@ The pricing tier to use. Possible values are `Free` and `Standard`. {{% /md %}}
id: Output<ID>;@@ -415,7 +415,7 @@ The scope of VMs to send their security data to the desired workspace, unless ov {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/servicefabric/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/servicefabric/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/servicefabric/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/servicefabric/_index.md index cf5b6a83365a..11e533c57aa0 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/servicefabric/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/servicefabric/_index.md @@ -99,7 +99,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -364,7 +364,7 @@ Specifies the Upgrade Mode of the cluster. Possible values are `Automatic` or `M {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/signalr/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/signalr/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/signalr/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/signalr/_index.md index 85baa806f79c..5edb96d6abe3 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/signalr/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/signalr/_index.md @@ -91,7 +91,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/sql/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/sql/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/sql/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/sql/_index.md index b86d4d0a08d9..4e4feb9ad6d9 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/sql/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/sql/_index.md @@ -113,7 +113,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -569,7 +569,7 @@ Threat detection policy configuration. The `threat_detection_policy` block suppo {{% /md %}}
id: Output<ID>;@@ -988,7 +988,7 @@ The starting IP address to allow through the firewall for this rule. {{% /md %}}
id: Output<ID>;@@ -1376,7 +1376,7 @@ The ID of the subnet that the SQL server will be connected to. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/storage/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/storage/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/storage/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/storage/_index.md index 9d00408cf5b5..7800190b469c 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/storage/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/storage/_index.md @@ -167,7 +167,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -1284,7 +1284,7 @@ Changing this forces a new resource to be created. {{% /md %}}
id: Output<ID>;@@ -1447,7 +1447,7 @@ Changing this forces a new resource to be created. {{% /md %}}
id: Output<ID>;@@ -1838,7 +1838,7 @@ Changing this forces a new resource to be created. {{% /md %}}
id: Output<ID>;@@ -2027,7 +2027,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/streamanalytics/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/streamanalytics/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/streamanalytics/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/streamanalytics/_index.md index 51717c5fad39..2476b72ead03 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/streamanalytics/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/streamanalytics/_index.md @@ -124,7 +124,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -230,7 +230,7 @@ The name of the Stream Analytics Job where this Function should be created. Chan {{% /md %}}
id: Output<ID>;@@ -494,7 +494,7 @@ Specifies the query that will be run in the streaming job, [written in Stream An {{% /md %}}
id: Output<ID>;@@ -743,7 +743,7 @@ The time format. Wherever `{time}` appears in `path_pattern`, the value of this {{% /md %}}
id: Output<ID>;@@ -968,7 +968,7 @@ The name of the Stream Analytics Job. Changing this forces a new resource to be {{% /md %}}
id: Output<ID>;@@ -1190,7 +1190,7 @@ The name of the Stream Analytics Job. Changing this forces a new resource to be {{% /md %}}
id: Output<ID>;@@ -1437,7 +1437,7 @@ The time format. Wherever `{time}` appears in `path_pattern`, the value of this {{% /md %}}
id: Output<ID>;@@ -1680,7 +1680,7 @@ The name of the Stream Analytics Job. Changing this forces a new resource to be {{% /md %}}
id: Output<ID>;@@ -1912,7 +1912,7 @@ The name of the Stream Analytics Job. Changing this forces a new resource to be {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azure/trafficmanager/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azure/trafficmanager/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/azure/trafficmanager/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azure/trafficmanager/_index.md index 48d878853575..9b8e8b1c1398 100644 --- a/content/reference/pkg/nodejs/pulumi/azure/trafficmanager/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azure/trafficmanager/_index.md @@ -120,7 +120,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -557,7 +557,7 @@ Specifies the algorithm used to route traffic, possible values are: {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azuread/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azuread/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/azuread/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azuread/_index.md index 04966e27d3ed..03dc48f413b0 100644 --- a/content/reference/pkg/nodejs/pulumi/azuread/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/azuread/_index.md @@ -169,7 +169,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -299,7 +299,7 @@ A collection of `required_resource_access` blocks as documented below. {{% /md %}}
urn: Output<URN>;@@ -454,7 +454,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -490,7 +490,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -808,7 +808,7 @@ The Start Date which the Password is valid from, formatted as a RFC3339 date str {{% /md %}}
id: Output<ID>;@@ -989,7 +989,7 @@ The password for the User. The password must satisfy minimum requirements as spe {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/azuread/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/azuread/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/azuread/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/azuread/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/cloud-aws/_index.md b/content/docs/reference/pkg/nodejs/pulumi/cloud-aws/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/cloud-aws/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/cloud-aws/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/cloud-aws/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/cloud-aws/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/cloud-aws/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/cloud-aws/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/cloud-azure/_index.md b/content/docs/reference/pkg/nodejs/pulumi/cloud-azure/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/cloud-azure/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/cloud-azure/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/cloud/_index.md b/content/docs/reference/pkg/nodejs/pulumi/cloud/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/cloud/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/cloud/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/cloudflare/_index.md b/content/docs/reference/pkg/nodejs/pulumi/cloudflare/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/cloudflare/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/cloudflare/_index.md index 6f40980ed5ce..9414dfde1871 100644 --- a/content/reference/pkg/nodejs/pulumi/cloudflare/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/cloudflare/_index.md @@ -183,7 +183,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -262,7 +262,7 @@ re-authorise. Must be one of `30m`, `6h`, `12h`, `24h`, `168h`, `730h`. {{% /md %}}
id: Output<ID>;@@ -682,7 +682,7 @@ A personal note about the rule. Typically used as a reminder or explanation for {{% /md %}}
id: Output<ID>;@@ -831,7 +831,7 @@ Array of account role IDs that you want to assign to a member. {{% /md %}}
id: Output<ID>;@@ -956,7 +956,7 @@ Whether tiered caching is enabled. Valid values: `on` or `off`. Defaults to `off {{% /md %}}
id: Output<ID>;@@ -1281,7 +1281,7 @@ Short reference tag to quickly select related rules. {{% /md %}}
id: Output<ID>;@@ -1467,7 +1467,7 @@ The priority of the rule to allow control of processing order. A lower number in {{% /md %}}
id: Output<ID>;@@ -1764,7 +1764,7 @@ Time to live (TTL) of this load balancer's DNS `name`. Conflicts with `proxied` {{% /md %}}
id: Output<ID>;@@ -2065,7 +2065,7 @@ The protocol to use for the healthcheck. Currently supported protocols are 'HTTP {{% /md %}}
id: Output<ID>;@@ -2296,7 +2296,7 @@ The list of origins within this pool. Traffic directed at this pool is balanced {{% /md %}}
id: Output<ID>;@@ -2444,7 +2444,7 @@ Ownership challenge token to prove destination ownership. See [https://developer {{% /md %}}
urn: Output<URN>;@@ -2717,7 +2717,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -2753,7 +2753,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -3007,7 +3007,7 @@ The threshold that triggers the rate limit mitigations, combine with period. i.e {{% /md %}}
id: Output<ID>;@@ -3542,7 +3542,7 @@ TLS configuration option for Cloudflare to connect to your origin. Valid values {{% /md %}}
id: Output<ID>;@@ -3869,7 +3869,7 @@ The [route pattern](https://developers.cloudflare.com/workers/api/route-matching {{% /md %}}
id: Output<ID>;@@ -4235,7 +4235,7 @@ A full zone implies that DNS is hosted with Cloudflare. A partial zone is typica {{% /md %}}
id: Output<ID>;@@ -4415,7 +4415,7 @@ A list of simple wildcard patterns to match requests against. The order of the u {{% /md %}}
id: Output<ID>;@@ -4725,7 +4725,7 @@ Settings overrides that will be applied to the zone. If a setting is not specifi {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/cloudflare/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/cloudflare/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/cloudflare/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/cloudflare/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/digitalocean/_index.md b/content/docs/reference/pkg/nodejs/pulumi/digitalocean/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/digitalocean/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/digitalocean/_index.md index 0827de447404..0f7d4a65982f 100644 --- a/content/reference/pkg/nodejs/pulumi/digitalocean/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/digitalocean/_index.md @@ -239,7 +239,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -342,7 +342,7 @@ The time to live for the CDN Endpoint, in seconds. Default is 3600 seconds. {{% /md %}}
id: Output<ID>;@@ -826,7 +826,7 @@ The full URI for connecting to the database cluster. {{% /md %}}
id: Output<ID>;@@ -1056,7 +1056,7 @@ The type of record. Must be one of `A`, `AAAA`, `CAA`, `CNAME`, `MX`, `NS`, `TXT {{% /md %}}
id: Output<ID>;@@ -1747,7 +1747,7 @@ The billable size of the Droplet snapshot in gigabytes. {{% /md %}}
id: Output<ID>;@@ -2555,7 +2555,7 @@ The date and time when the Kubernetes cluster was last updated. {{% /md %}}
id: Output<ID>;@@ -2758,7 +2758,7 @@ A list of tag names to be applied to the Kubernetes cluster. {{% /md %}}
id: Output<ID>;@@ -3304,7 +3304,7 @@ the date and time when the project was last updated, (ISO8601) {{% /md %}}
urn: Output<URN>;@@ -3347,7 +3347,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -3383,7 +3383,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -4193,7 +4193,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -4365,7 +4365,7 @@ The billable size of the volume snapshot in gigabytes. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/digitalocean/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/digitalocean/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/digitalocean/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/digitalocean/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/docker/_index.md b/content/docs/reference/pkg/nodejs/pulumi/docker/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/docker/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/docker/_index.md index 0b6f5ede6c3a..62d32568018e 100644 --- a/content/reference/pkg/nodejs/pulumi/docker/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/docker/_index.md @@ -130,7 +130,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;@@ -1194,7 +1194,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -1230,7 +1230,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/docker/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/docker/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/docker/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/docker/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/eks/_index.md b/content/docs/reference/pkg/nodejs/pulumi/eks/_index.md similarity index 87% rename from content/reference/pkg/nodejs/pulumi/eks/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/eks/_index.md index 23016017fbdd..06820a8a2df4 100644 --- a/content/reference/pkg/nodejs/pulumi/eks/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/eks/_index.md @@ -53,14 +53,14 @@ import * as eks from "@pulumi/eks";
extends ComponentResource@@ -71,7 +71,7 @@ nodes, its optional StorageClasses, and an optional deployment of the Kubernetes {{% /md %}}
public clusterSecurityGroup: aws.ec2.SecurityGroup;
@@ -144,7 +144,7 @@ The security group for the EKS cluster.
{{% /md %}}
public core: CoreData;@@ -155,7 +155,7 @@ The EKS cluster and it's dependencies. {{% /md %}}
public defaultNodeGroup: NodeGroupData | undefined;@@ -166,7 +166,7 @@ The default Node Group configuration, or undefined if `skipDefaultNodeGroup` was {{% /md %}}
public eksCluster: aws.eks.Cluster;
@@ -177,7 +177,7 @@ The EKS cluster.
{{% /md %}}
public eksClusterIngressRule: aws.ec2.SecurityGroupRule;
@@ -188,7 +188,7 @@ The ingress rule that gives node group access to cluster API server
{{% /md %}}
public instanceRole: pulumi.Output<aws.iam.Role>;@@ -199,7 +199,7 @@ The service role used by the EKS cluster. {{% /md %}}
public kubeconfig: pulumi.Output<any>;@@ -211,7 +211,7 @@ to the Kubernetes provider. {{% /md %}}
public nodeSecurityGroup: aws.ec2.SecurityGroup;
@@ -222,7 +222,7 @@ The security group for the cluster's nodes.
{{% /md %}}
public provider: k8s.Provider;
@@ -238,7 +238,7 @@ create a new Pod in the EKS cluster.
{{% /md %}}
extends ComponentResource@@ -262,7 +262,7 @@ NodeGroup is a component that wraps the AWS EC2 instances that provide compute c {{% /md %}}
autoScalingGroupName: pulumi.Output<string>;@@ -325,7 +325,7 @@ The AutoScalingGroup name for the Node group. {{% /md %}}
cfnStack: aws.cloudformation.Stack;@@ -336,7 +336,7 @@ The CloudFormation Stack which defines the Node AutoScalingGroup. {{% /md %}}
public nodeSecurityGroup: aws.ec2.SecurityGroup;
@@ -347,7 +347,7 @@ The security group for the cluster's nodes.
{{% /md %}}
extends ComponentResource@@ -371,7 +371,7 @@ managed policies. {{% /md %}}
public role: pulumi.Output<aws.iam.Role>;@@ -430,7 +430,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
extends Resource@@ -454,7 +454,7 @@ able to programatically manage existing infrastructure, we can replace this with {{% /md %}}
id: Output<ID>;@@ -500,7 +500,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends NodeGroupBaseOptions@@ -574,7 +574,7 @@ to create its own node groups. It's a subset of NodeGroupOptions. {{% /md %}}
amiId?: pulumi.Input<string>;@@ -588,7 +588,7 @@ you want to build your own AMI. {{% /md %}}
autoScalingGroupTags?: undefined | {[key: string]: string};@@ -599,7 +599,7 @@ The tags to apply to the NodeGroup's AutoScalingGroup. {{% /md %}}
cloudFormationTags?: undefined | {[key: string]: string};@@ -610,7 +610,7 @@ The tags to apply to the CloudFormation Stack of the Worker NodeGroup. {{% /md %}}
clusterIngressRule?: aws.ec2.SecurityGroupRule;@@ -621,7 +621,7 @@ The ingress rule that gives node group access. {{% /md %}}
desiredCapacity?: pulumi.Input<number>;@@ -632,7 +632,7 @@ The number of worker nodes that should be running in the cluster. Defaults to 2. {{% /md %}}
instanceProfile?: aws.iam.InstanceProfile;@@ -644,7 +644,7 @@ must be supplied in the ClusterOptions as either: 'instanceRole', or as a role o {{% /md %}}
instanceType?: pulumi.Input<aws.ec2.InstanceType>;@@ -655,7 +655,7 @@ The instance type to use for the cluster's nodes. Defaults to "t2.medium". {{% /md %}}
keyName?: pulumi.Input<string>;@@ -666,7 +666,7 @@ Name of the key pair to use for SSH access to worker nodes. {{% /md %}}
labels?: undefined | {[key: string]: string};@@ -677,7 +677,7 @@ Custom k8s node labels to be attached to each woker node {{% /md %}}
maxSize?: pulumi.Input<number>;@@ -688,7 +688,7 @@ The maximum number of worker nodes running in the cluster. Defaults to 2. {{% /md %}}
minSize?: pulumi.Input<number>;@@ -699,7 +699,7 @@ The minimum number of worker nodes running in the cluster. Defaults to 1. {{% /md %}}
nodeAssociatePublicIpAddress?: undefined | false | true;@@ -713,7 +713,7 @@ public IPs. {{% /md %}}
nodePublicKey?: pulumi.Input<string>;@@ -726,7 +726,7 @@ If not provided, no SSH access is enabled on VMs. {{% /md %}}
nodeRootVolumeSize?: pulumi.Input<number>;@@ -737,7 +737,7 @@ The size in GiB of a cluster node's root volume. Defaults to 20. {{% /md %}}
nodeSecurityGroup?: aws.ec2.SecurityGroup;@@ -751,7 +751,7 @@ Note: The `nodeSecurityGroup` option and the cluster option {{% /md %}}
nodeSubnetIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -764,7 +764,7 @@ This option overrides clusterSubnetIds option. {{% /md %}}
nodeUserData?: pulumi.Input<string>;@@ -777,7 +777,7 @@ critically it must begin with an interpreter directive (i.e. a `#!`). {{% /md %}}
spotPrice?: pulumi.Input<string>;@@ -788,7 +788,7 @@ Bidding price for spot instance. If set, only spot instances will be added as wo {{% /md %}}
taints?: undefined | {[key: string]: Taint};@@ -799,7 +799,7 @@ Custom k8s node taints to be attached to each worker node {{% /md %}}
version?: pulumi.Input<string>;@@ -811,7 +811,7 @@ Desired Kubernetes master / control plane version. If you do not specify a value
clusterSecurityGroupTags?: undefined | {[key: string]: string};@@ -831,7 +831,7 @@ The tags to apply to the cluster security group. {{% /md %}}
customInstanceRolePolicy?: pulumi.Input<string>;@@ -839,7 +839,7 @@ The tags to apply to the cluster security group. {{% /md %}}
deployDashboard?: undefined | false | true;@@ -867,7 +867,7 @@ Defaults to `true`. {{% /md %}}
desiredCapacity?: pulumi.Input<number>;@@ -878,7 +878,7 @@ The number of worker nodes that should be running in the cluster. Defaults to 2. {{% /md %}}
enabledClusterLogTypes?: pulumi.Input<pulumi.Input<string>[]>;@@ -891,7 +891,7 @@ By default it is off. {{% /md %}}
instanceRole?: pulumi.Input<aws.iam.Role>;@@ -906,7 +906,7 @@ Note: options `instanceRole` and `instanceRoles` are mutually exclusive. {{% /md %}}
instanceRoles?: pulumi.Input<pulumi.Input<aws.iam.Role>[]>;@@ -920,7 +920,7 @@ Note: options `instanceRole` and `instanceRoles` are mutually exclusive. {{% /md %}}
instanceType?: pulumi.Input<aws.ec2.InstanceType>;@@ -931,7 +931,7 @@ The instance type to use for the cluster's nodes. Defaults to "t2.medium". {{% /md %}}
maxSize?: pulumi.Input<number>;@@ -942,7 +942,7 @@ The maximum number of worker nodes running in the cluster. Defaults to 2. {{% /md %}}
minSize?: pulumi.Input<number>;@@ -953,7 +953,7 @@ The minimum number of worker nodes running in the cluster. Defaults to 1. {{% /md %}}
nodeAmiId?: pulumi.Input<string>;@@ -966,7 +966,7 @@ Use the information provided by AWS if you want to build your own AMI. {{% /md %}}
nodeAssociatePublicIpAddress?: undefined | false | true;@@ -980,7 +980,7 @@ public IPs. {{% /md %}}
nodePublicKey?: pulumi.Input<string>;@@ -993,7 +993,7 @@ If not provided, no SSH access is enabled on VMs. {{% /md %}}
nodeRootVolumeSize?: pulumi.Input<number>;@@ -1004,7 +1004,7 @@ The size in GiB of a cluster node's root volume. Defaults to 20. {{% /md %}}
nodeSecurityGroupTags?: undefined | {[key: string]: string};@@ -1018,7 +1018,7 @@ Note: The `nodeSecurityGroupTags` option and the node group option {{% /md %}}
nodeSubnetIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -1029,7 +1029,7 @@ The subnets to use for worker nodes. Defaults to the value of subnetIds. {{% /md %}}
nodeUserData?: pulumi.Input<string>;@@ -1042,7 +1042,7 @@ critically it must begin with an interpreter directive (i.e. a `#!`). {{% /md %}}
roleMappings?: pulumi.Input<pulumi.Input<RoleMapping>[]>;@@ -1053,7 +1053,7 @@ Optional mappings from AWS IAM roles to Kubernetes users and groups. {{% /md %}}
skipDefaultNodeGroup?: undefined | false | true;@@ -1064,7 +1064,7 @@ If this toggle is set to true, the EKS cluster will be created without node grou {{% /md %}}
storageClasses?: {[name: string]: StorageClass} | EBSVolumeType;
@@ -1078,7 +1078,7 @@ Defaults to "gp2".
{{% /md %}}
subnetIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -1092,7 +1092,7 @@ https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html for more deta {{% /md %}}
tags?: undefined | {[key: string]: string};@@ -1104,7 +1104,7 @@ resources directly under management with this cluster, which support tagging. {{% /md %}}
userMappings?: pulumi.Input<pulumi.Input<UserMapping>[]>;@@ -1115,7 +1115,7 @@ Optional mappings from AWS IAM users to Kubernetes users and groups. {{% /md %}}
version?: pulumi.Input<string>;@@ -1126,7 +1126,7 @@ Desired Kubernetes master / control plane version. If you do not specify a value {{% /md %}}
vpcCniOptions?: VpcCniOptions;@@ -1138,7 +1138,7 @@ for the VpcCniOptions type. {{% /md %}}
vpcId?: pulumi.Input<string>;@@ -1151,7 +1151,7 @@ default VPC.
cluster: aws.eks.Cluster;@@ -1168,7 +1168,7 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
clusterSecurityGroup: aws.ec2.SecurityGroup;@@ -1176,7 +1176,7 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
eksNodeAccess?: k8s.core.v1.ConfigMap;@@ -1184,15 +1184,23 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
instanceProfile?: aws.iam.InstanceProfile;{{% md %}} {{% /md %}}
instanceRoles?: pulumi.Output<aws.iam.Role[]>;+{{% md %}} +{{% /md %}} +
kubeconfig?: pulumi.Output<any>;@@ -1200,7 +1208,7 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
nodeSecurityGroup?: aws.ec2.SecurityGroup;@@ -1208,7 +1216,7 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
nodeSecurityGroupTags?: undefined | {[key: string]: string};@@ -1216,7 +1224,7 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
provider: k8s.Provider;@@ -1224,7 +1232,7 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
subnetIds: pulumi.Output<string[]>;@@ -1232,7 +1240,7 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
tags?: undefined | {[key: string]: string};@@ -1240,7 +1248,7 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
vpcCni?: VpcCni;@@ -1248,7 +1256,7 @@ CoreData defines the core set of data associated with an EKS cluster, including {{% /md %}}
vpcId: pulumi.Output<string>;@@ -1257,12 +1265,12 @@ CoreData defines the core set of data associated with an EKS cluster, including
amiId?: pulumi.Input<string>;@@ -1285,7 +1293,7 @@ you want to build your own AMI. {{% /md %}}
autoScalingGroupTags?: undefined | {[key: string]: string};@@ -1296,7 +1304,7 @@ The tags to apply to the NodeGroup's AutoScalingGroup. {{% /md %}}
cloudFormationTags?: undefined | {[key: string]: string};@@ -1307,7 +1315,7 @@ The tags to apply to the CloudFormation Stack of the Worker NodeGroup. {{% /md %}}
clusterIngressRule?: aws.ec2.SecurityGroupRule;@@ -1318,7 +1326,7 @@ The ingress rule that gives node group access. {{% /md %}}
desiredCapacity?: pulumi.Input<number>;@@ -1329,7 +1337,7 @@ The number of worker nodes that should be running in the cluster. Defaults to 2. {{% /md %}}
instanceProfile?: aws.iam.InstanceProfile;@@ -1341,7 +1349,7 @@ must be supplied in the ClusterOptions as either: 'instanceRole', or as a role o {{% /md %}}
instanceType?: pulumi.Input<aws.ec2.InstanceType>;@@ -1352,7 +1360,7 @@ The instance type to use for the cluster's nodes. Defaults to "t2.medium". {{% /md %}}
keyName?: pulumi.Input<string>;@@ -1363,7 +1371,7 @@ Name of the key pair to use for SSH access to worker nodes. {{% /md %}}
labels?: undefined | {[key: string]: string};@@ -1374,7 +1382,7 @@ Custom k8s node labels to be attached to each woker node {{% /md %}}
maxSize?: pulumi.Input<number>;@@ -1385,7 +1393,7 @@ The maximum number of worker nodes running in the cluster. Defaults to 2. {{% /md %}}
minSize?: pulumi.Input<number>;@@ -1396,7 +1404,7 @@ The minimum number of worker nodes running in the cluster. Defaults to 1. {{% /md %}}
nodeAssociatePublicIpAddress?: undefined | false | true;@@ -1410,7 +1418,7 @@ public IPs. {{% /md %}}
nodePublicKey?: pulumi.Input<string>;@@ -1423,7 +1431,7 @@ If not provided, no SSH access is enabled on VMs. {{% /md %}}
nodeRootVolumeSize?: pulumi.Input<number>;@@ -1434,7 +1442,7 @@ The size in GiB of a cluster node's root volume. Defaults to 20. {{% /md %}}
nodeSecurityGroup?: aws.ec2.SecurityGroup;@@ -1448,7 +1456,7 @@ Note: The `nodeSecurityGroup` option and the cluster option {{% /md %}}
nodeSubnetIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -1461,7 +1469,7 @@ This option overrides clusterSubnetIds option. {{% /md %}}
nodeUserData?: pulumi.Input<string>;@@ -1474,7 +1482,7 @@ critically it must begin with an interpreter directive (i.e. a `#!`). {{% /md %}}
spotPrice?: pulumi.Input<string>;@@ -1485,7 +1493,7 @@ Bidding price for spot instance. If set, only spot instances will be added as wo {{% /md %}}
taints?: undefined | {[key: string]: Taint};@@ -1496,7 +1504,7 @@ Custom k8s node taints to be attached to each worker node {{% /md %}}
version?: pulumi.Input<string>;@@ -1508,11 +1516,11 @@ Desired Kubernetes master / control plane version. If you do not specify a value
autoScalingGroupName: pulumi.Output<string>;@@ -1523,7 +1531,7 @@ The AutoScalingGroup name for the node group. {{% /md %}}
cfnStack: aws.cloudformation.Stack;@@ -1534,7 +1542,7 @@ The CloudFormation Stack which defines the node group's AutoScalingGroup. {{% /md %}}
nodeSecurityGroup: aws.ec2.SecurityGroup;@@ -1546,7 +1554,7 @@ The security group for the node group.
extends NodeGroupBaseOptions@@ -1556,7 +1564,7 @@ NodeGroupOptions describes the configuration options accepted by a NodeGroup com {{% /md %}}
amiId?: pulumi.Input<string>;@@ -1570,7 +1578,7 @@ you want to build your own AMI. {{% /md %}}
autoScalingGroupTags?: undefined | {[key: string]: string};@@ -1581,7 +1589,7 @@ The tags to apply to the NodeGroup's AutoScalingGroup. {{% /md %}}
cloudFormationTags?: undefined | {[key: string]: string};@@ -1592,7 +1600,7 @@ The tags to apply to the CloudFormation Stack of the Worker NodeGroup. {{% /md %}}
clusterIngressRule?: aws.ec2.SecurityGroupRule;@@ -1614,7 +1622,7 @@ The ingress rule that gives node group access. {{% /md %}}
desiredCapacity?: pulumi.Input<number>;@@ -1625,7 +1633,7 @@ The number of worker nodes that should be running in the cluster. Defaults to 2. {{% /md %}}
instanceProfile?: aws.iam.InstanceProfile;@@ -1637,7 +1645,7 @@ must be supplied in the ClusterOptions as either: 'instanceRole', or as a role o {{% /md %}}
instanceType?: pulumi.Input<aws.ec2.InstanceType>;@@ -1648,7 +1656,7 @@ The instance type to use for the cluster's nodes. Defaults to "t2.medium". {{% /md %}}
keyName?: pulumi.Input<string>;@@ -1659,7 +1667,7 @@ Name of the key pair to use for SSH access to worker nodes. {{% /md %}}
labels?: undefined | {[key: string]: string};@@ -1670,7 +1678,7 @@ Custom k8s node labels to be attached to each woker node {{% /md %}}
maxSize?: pulumi.Input<number>;@@ -1681,7 +1689,7 @@ The maximum number of worker nodes running in the cluster. Defaults to 2. {{% /md %}}
minSize?: pulumi.Input<number>;@@ -1692,7 +1700,7 @@ The minimum number of worker nodes running in the cluster. Defaults to 1. {{% /md %}}
nodeAssociatePublicIpAddress?: undefined | false | true;@@ -1706,7 +1714,7 @@ public IPs. {{% /md %}}
nodePublicKey?: pulumi.Input<string>;@@ -1719,7 +1727,7 @@ If not provided, no SSH access is enabled on VMs. {{% /md %}}
nodeRootVolumeSize?: pulumi.Input<number>;@@ -1730,7 +1738,7 @@ The size in GiB of a cluster node's root volume. Defaults to 20. {{% /md %}}
nodeSecurityGroup?: aws.ec2.SecurityGroup;@@ -1744,7 +1752,7 @@ Note: The `nodeSecurityGroup` option and the cluster option {{% /md %}}
nodeSubnetIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -1757,7 +1765,7 @@ This option overrides clusterSubnetIds option. {{% /md %}}
nodeUserData?: pulumi.Input<string>;@@ -1770,7 +1778,7 @@ critically it must begin with an interpreter directive (i.e. a `#!`). {{% /md %}}
spotPrice?: pulumi.Input<string>;@@ -1781,7 +1789,7 @@ Bidding price for spot instance. If set, only spot instances will be added as wo {{% /md %}}
taints?: undefined | {[key: string]: Taint};@@ -1792,7 +1800,7 @@ Custom k8s node taints to be attached to each worker node {{% /md %}}
version?: pulumi.Input<string>;@@ -1804,11 +1812,11 @@ Desired Kubernetes master / control plane version. If you do not specify a value
clusterSecurityGroup: aws.ec2.SecurityGroup;@@ -1819,7 +1827,7 @@ The security group associated with the EKS cluster. {{% /md %}}
eksCluster: aws.eks.Cluster;@@ -1830,7 +1838,7 @@ The security group associated with the EKS cluster. {{% /md %}}
tags?: undefined | {[key: string]: string};@@ -1838,7 +1846,7 @@ The security group associated with the EKS cluster. {{% /md %}}
vpcId: pulumi.Input<string>;@@ -1850,7 +1858,7 @@ The VPC in which to create the worker node group.
groups: pulumi.Input<pulumi.Input<string>[]>;@@ -1870,7 +1878,7 @@ A list of groups within Kubernetes to which the role is mapped. {{% /md %}}
roleArn: pulumi.Input<aws.ARN>;@@ -1881,7 +1889,7 @@ The ARN of the IAM role to add. {{% /md %}}
username: pulumi.Input<string>;@@ -1893,7 +1901,7 @@ The user name within Kubernetes to map to the IAM role. By default, the user nam
description?: pulumi.Input<string>;@@ -1913,7 +1921,7 @@ The description of the role. {{% /md %}}
managedPolicyArns?: string[];
@@ -1924,7 +1932,7 @@ One or more managed policy ARNs to attach to this role.
{{% /md %}}
service: pulumi.Input<string>;@@ -1936,7 +1944,7 @@ The service associated with this role.
allowVolumeExpansion?: pulumi.Input<boolean>;@@ -1958,7 +1966,7 @@ AllowVolumeExpansion shows whether the storage class allow volume expand {{% /md %}}
default?: pulumi.Input<boolean>;@@ -1969,7 +1977,7 @@ True if this storage class should be the default storage class for the cluster. {{% /md %}}
encrypted?: pulumi.Input<boolean>;@@ -1980,7 +1988,7 @@ Denotes whether the EBS volume should be encrypted. {{% /md %}}
iopsPerGb?: pulumi.Input<number>;@@ -1992,7 +2000,7 @@ requested volume to compute IOPS of the volume and caps the result at 20,000 IOP {{% /md %}}
kmsKeyId?: pulumi.Input<string>;@@ -2004,7 +2012,7 @@ true, a key is generated by AWS. {{% /md %}}
metadata?: pulumi.Input<k8sInputs.meta.v1.ObjectMeta>;@@ -2016,7 +2024,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
mountOptions?: pulumi.Input<string[]>;@@ -2029,7 +2037,7 @@ is invalid. {{% /md %}}
reclaimPolicy?: pulumi.Input<string>;@@ -2041,7 +2049,7 @@ reclaimPolicy. Defaults to Delete. {{% /md %}}
type: pulumi.Input<EBSVolumeType>;@@ -2052,7 +2060,7 @@ The EBS volume type. {{% /md %}}
volumeBindingMode?: pulumi.Input<string>;@@ -2065,7 +2073,7 @@ by servers that enable the VolumeScheduling feature. {{% /md %}}
zones?: pulumi.Input<pulumi.Input<string>[]>;@@ -2079,7 +2087,7 @@ time.
effect: "NoSchedule" | "NoExecute" | "PreferNoSchedule";@@ -2100,7 +2108,7 @@ The effect of the taint. {{% /md %}}
value: string;
@@ -2112,7 +2120,7 @@ The value of the taint.
groups: pulumi.Input<pulumi.Input<string>[]>;@@ -2132,7 +2140,7 @@ A list of groups within Kubernetes to which the user is mapped to. {{% /md %}}
userArn: pulumi.Input<aws.ARN>;@@ -2143,7 +2151,7 @@ The ARN of the IAM user to add. {{% /md %}}
username: pulumi.Input<string>;@@ -2155,7 +2163,7 @@ The user name within Kubernetes to map to the IAM user. By default, the user nam
customNetworkConfig?: pulumi.Input<boolean>;@@ -2178,7 +2186,7 @@ Defaults to false. {{% /md %}}
externalSnat?: pulumi.Input<boolean>;@@ -2193,7 +2201,7 @@ Defaults to false. {{% /md %}}
nodePortSupport?: pulumi.Input<boolean>;@@ -2207,7 +2215,7 @@ Defaults to true. {{% /md %}}
warmEniTarget?: pulumi.Input<number>;@@ -2221,7 +2229,7 @@ Defaults to 1. {{% /md %}}
warmIpTarget?: pulumi.Input<number>;@@ -2234,7 +2242,7 @@ assignment on the node.
type EBSVolumeType = "io1" | "gp2" | "sc1" | "st1";diff --git a/content/reference/pkg/nodejs/pulumi/f5bigip/_index.md b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/_index.md similarity index 97% rename from content/reference/pkg/nodejs/pulumi/f5bigip/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/f5bigip/_index.md index 02c5c99b5b6d..a4325b80dfae 100644 --- a/content/reference/pkg/nodejs/pulumi/f5bigip/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/_index.md @@ -89,7 +89,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -125,7 +125,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/f5bigip/cm/_index.md b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/cm/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/f5bigip/cm/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/f5bigip/cm/_index.md index 22adf36355a2..632ee3536653 100644 --- a/content/reference/pkg/nodejs/pulumi/f5bigip/cm/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/cm/_index.md @@ -89,7 +89,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -395,7 +395,7 @@ Specifies if the device-group will be used for failover or resource syncing {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/f5bigip/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/f5bigip/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/f5bigip/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/f5bigip/ltm/_index.md b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/ltm/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/f5bigip/ltm/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/f5bigip/ltm/_index.md index 27b1302b6b1a..9004b5be6d11 100644 --- a/content/reference/pkg/nodejs/pulumi/f5bigip/ltm/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/ltm/_index.md @@ -159,7 +159,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -231,7 +231,7 @@ datagroup type (applies to the `name` field of the record), supports: `string`, {{% /md %}}
id: Output<ID>;@@ -889,7 +889,7 @@ Default is "user-up" you can set to "user-down" if you want to disable {{% /md %}}
id: Output<ID>;@@ -3101,7 +3101,7 @@ Displays the administrative partition within which this profile resides {{% /md %}}
id: Output<ID>;@@ -3457,7 +3457,7 @@ Displays the administrative partition within which this profile resides. {{% /md %}}
id: Output<ID>;@@ -3856,7 +3856,7 @@ Enables compression on a specified list of HTTP Request-URI responses. Use a reg {{% /md %}}
id: Output<ID>;@@ -4067,7 +4067,7 @@ Specifies a source IP mask. The default value is 0.0.0.0. The system applies the {{% /md %}}
id: Output<ID>;@@ -4288,7 +4288,7 @@ Displays the administrative partition within which this profile resides {{% /md %}}
id: Output<ID>;@@ -4500,7 +4500,7 @@ Specifies the name of a translated IP address. Note that translated addresses ar {{% /md %}}
id: Output<ID>;@@ -5156,7 +5156,7 @@ Enables or disables port translation. Turn port translation off for a virtual se {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/f5bigip/net/_index.md b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/net/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/f5bigip/net/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/f5bigip/net/_index.md index e08679206eaf..af0277d0171e 100644 --- a/content/reference/pkg/nodejs/pulumi/f5bigip/net/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/net/_index.md @@ -93,7 +93,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -287,7 +287,7 @@ Specifies the traffic group, defaults to `traffic-group-local-only` if not speci {{% /md %}}
id: Output<ID>;@@ -444,7 +444,7 @@ Specifies a number that the system adds into the header of any frame passing thr {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/f5bigip/sys/_index.md b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/sys/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/f5bigip/sys/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/f5bigip/sys/_index.md index 854984be40ca..d49c632e8208 100644 --- a/content/reference/pkg/nodejs/pulumi/f5bigip/sys/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/f5bigip/sys/_index.md @@ -83,7 +83,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -746,7 +746,7 @@ Specifies the time zone that you want to use for the system time. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/gcp/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/_index.md index 9a569f09ca24..bc5879dba5db 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/_index.md @@ -36,7 +36,7 @@ import * as gcp from "@pulumi/gcp";
extends ProviderResource
@@ -108,7 +108,7 @@ construction to achieve fine-grained programmatic control over provider settings
{{% /md %}}
id: Output<ID>;@@ -161,7 +161,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
accessToken?: pulumi.Input<string>;@@ -236,7 +236,7 @@ The set of arguments for constructing a Provider resource. {{% /md %}}
credentials?: pulumi.Input<string>;@@ -244,7 +244,7 @@ The set of arguments for constructing a Provider resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -252,7 +252,7 @@ The set of arguments for constructing a Provider resource. {{% /md %}}
region?: pulumi.Input<string>;@@ -260,7 +260,7 @@ The set of arguments for constructing a Provider resource. {{% /md %}}
scopes?: pulumi.Input<pulumi.Input<string>[]>;@@ -268,7 +268,7 @@ The set of arguments for constructing a Provider resource. {{% /md %}}
zone?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/accesscontextmanager/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/accesscontextmanager/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/accesscontextmanager/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/accesscontextmanager/_index.md index bb7232808b3f..207803d21692 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/accesscontextmanager/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/accesscontextmanager/_index.md @@ -28,14 +28,14 @@ aliases:
extends CustomResource@@ -79,7 +79,7 @@ const access_policy = new gcp.accesscontextmanager.AccessPolicy("access-policy", {{% /md %}}
public basic: pulumi.Output<{ @@ -159,7 +159,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -167,7 +167,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -179,7 +179,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -187,7 +187,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public parent: pulumi.Output<string>;@@ -195,7 +195,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public title: pulumi.Output<string>;@@ -203,7 +203,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -249,7 +249,7 @@ const access_policy = new gcp.accesscontextmanager.AccessPolicy("access-policy", {{% /md %}}
public createTime: pulumi.Output<string>;@@ -312,7 +312,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -324,7 +324,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -332,7 +332,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public parent: pulumi.Output<string>;@@ -340,7 +340,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public title: pulumi.Output<string>;@@ -348,7 +348,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public updateTime: pulumi.Output<string>;@@ -356,7 +356,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -427,7 +427,7 @@ const service_perimeter = new gcp.accesscontextmanager.ServicePerimeter("service {{% /md %}}
public createTime: pulumi.Output<string>;@@ -490,7 +490,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -498,7 +498,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -510,7 +510,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -518,7 +518,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public parent: pulumi.Output<string>;@@ -526,7 +526,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public perimeterType: pulumi.Output<string | undefined>;@@ -534,7 +534,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public status: pulumi.Output<{ @@ -546,7 +546,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public title: pulumi.Output<string>;@@ -554,7 +554,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public updateTime: pulumi.Output<string>;@@ -562,7 +562,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
basic?: pulumi.Input<{ @@ -609,7 +609,7 @@ The set of arguments for constructing a AccessLevel resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -617,7 +617,7 @@ The set of arguments for constructing a AccessLevel resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -625,7 +625,7 @@ The set of arguments for constructing a AccessLevel resource. {{% /md %}}
parent: pulumi.Input<string>;@@ -633,7 +633,7 @@ The set of arguments for constructing a AccessLevel resource. {{% /md %}}
title: pulumi.Input<string>;@@ -642,7 +642,7 @@ The set of arguments for constructing a AccessLevel resource.
basic?: pulumi.Input<{ @@ -676,7 +676,7 @@ Input properties used for looking up and filtering AccessLevel resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -684,7 +684,7 @@ Input properties used for looking up and filtering AccessLevel resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -692,7 +692,7 @@ Input properties used for looking up and filtering AccessLevel resources. {{% /md %}}
parent?: pulumi.Input<string>;@@ -700,7 +700,7 @@ Input properties used for looking up and filtering AccessLevel resources. {{% /md %}}
title?: pulumi.Input<string>;@@ -709,7 +709,7 @@ Input properties used for looking up and filtering AccessLevel resources.
parent: pulumi.Input<string>;@@ -726,7 +726,7 @@ The set of arguments for constructing a AccessPolicy resource. {{% /md %}}
title: pulumi.Input<string>;@@ -735,7 +735,7 @@ The set of arguments for constructing a AccessPolicy resource.
createTime?: pulumi.Input<string>;@@ -752,7 +752,7 @@ Input properties used for looking up and filtering AccessPolicy resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -760,7 +760,7 @@ Input properties used for looking up and filtering AccessPolicy resources. {{% /md %}}
parent?: pulumi.Input<string>;@@ -768,7 +768,7 @@ Input properties used for looking up and filtering AccessPolicy resources. {{% /md %}}
title?: pulumi.Input<string>;@@ -776,7 +776,7 @@ Input properties used for looking up and filtering AccessPolicy resources. {{% /md %}}
updateTime?: pulumi.Input<string>;@@ -785,7 +785,7 @@ Input properties used for looking up and filtering AccessPolicy resources.
description?: pulumi.Input<string>;@@ -802,7 +802,7 @@ The set of arguments for constructing a ServicePerimeter resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -810,7 +810,7 @@ The set of arguments for constructing a ServicePerimeter resource. {{% /md %}}
parent: pulumi.Input<string>;@@ -818,7 +818,7 @@ The set of arguments for constructing a ServicePerimeter resource. {{% /md %}}
perimeterType?: pulumi.Input<string>;@@ -826,7 +826,7 @@ The set of arguments for constructing a ServicePerimeter resource. {{% /md %}}
status?: pulumi.Input<{ @@ -838,7 +838,7 @@ The set of arguments for constructing a ServicePerimeter resource. {{% /md %}}
title: pulumi.Input<string>;@@ -847,7 +847,7 @@ The set of arguments for constructing a ServicePerimeter resource.
createTime?: pulumi.Input<string>;@@ -864,7 +864,7 @@ Input properties used for looking up and filtering ServicePerimeter resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -872,7 +872,7 @@ Input properties used for looking up and filtering ServicePerimeter resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -880,7 +880,7 @@ Input properties used for looking up and filtering ServicePerimeter resources. {{% /md %}}
parent?: pulumi.Input<string>;@@ -888,7 +888,7 @@ Input properties used for looking up and filtering ServicePerimeter resources. {{% /md %}}
perimeterType?: pulumi.Input<string>;@@ -896,7 +896,7 @@ Input properties used for looking up and filtering ServicePerimeter resources. {{% /md %}}
status?: pulumi.Input<{ @@ -908,7 +908,7 @@ Input properties used for looking up and filtering ServicePerimeter resources. {{% /md %}}
title?: pulumi.Input<string>;@@ -916,7 +916,7 @@ Input properties used for looking up and filtering ServicePerimeter resources. {{% /md %}}
updateTime?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/appengine/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/appengine/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/gcp/appengine/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/appengine/_index.md index 78fd77f3c03d..9ac16a69b3fb 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/appengine/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/appengine/_index.md @@ -25,14 +25,14 @@ aliases:
extends CustomResource@@ -63,7 +63,7 @@ const app = new gcp.appengine.Application("app", { {{% /md %}}
public authDomain: pulumi.Output<string>;@@ -129,7 +129,7 @@ The domain to authenticate users with when using App Engine's User API. {{% /md %}}
public codeBucket: pulumi.Output<string>;@@ -140,7 +140,7 @@ The GCS bucket code is being stored in for this app. {{% /md %}}
public defaultBucket: pulumi.Output<string>;@@ -151,7 +151,7 @@ The GCS bucket content is being stored in for this app. {{% /md %}}
public defaultHostname: pulumi.Output<string>;@@ -162,7 +162,7 @@ The default hostname for this app. {{% /md %}}
public featureSettings: pulumi.Output<{ @@ -175,7 +175,7 @@ A block of optional settings to configure specific App Engine features: {{% /md %}}
public gcrDomain: pulumi.Output<string>;@@ -186,7 +186,7 @@ The GCR domain used for storing managed Docker images for this app. {{% /md %}}
id: Output<ID>;@@ -198,7 +198,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public locationId: pulumi.Output<string>;@@ -210,7 +210,7 @@ to serve the app from. {{% /md %}}
public name: pulumi.Output<string>;@@ -221,7 +221,7 @@ Unique name of the app, usually `apps/{PROJECT_ID}` {{% /md %}}
public project: pulumi.Output<string>;@@ -229,7 +229,7 @@ Unique name of the app, usually `apps/{PROJECT_ID}` {{% /md %}}
public servingStatus: pulumi.Output<string>;@@ -240,7 +240,7 @@ The serving status of the app. {{% /md %}}
public urlDispatchRules: pulumi.Output<{ @@ -255,7 +255,7 @@ A list of dispatch rule blocks. Each block has a `domain`, `path`, and `service` {{% /md %}}
extends CustomResource@@ -308,7 +308,7 @@ const rule = new gcp.appengine.FirewallRule("rule", { {{% /md %}}
public action: pulumi.Output<string>;@@ -371,7 +371,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -379,7 +379,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -391,7 +391,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public priority: pulumi.Output<number | undefined>;@@ -399,7 +399,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -411,7 +411,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public sourceRange: pulumi.Output<string>;@@ -419,7 +419,7 @@ If it is not provided, the provider project is used. {{% /md %}}
authDomain?: pulumi.Input<string>;@@ -452,7 +452,7 @@ The domain to authenticate users with when using App Engine's User API. {{% /md %}}
featureSettings?: pulumi.Input<{ @@ -465,7 +465,7 @@ A block of optional settings to configure specific App Engine features: {{% /md %}}
locationId: pulumi.Input<string>;@@ -477,7 +477,7 @@ to serve the app from. {{% /md %}}
project?: pulumi.Input<string>;@@ -485,7 +485,7 @@ to serve the app from. {{% /md %}}
servingStatus?: pulumi.Input<string>;@@ -497,7 +497,7 @@ The serving status of the app.
authDomain?: pulumi.Input<string>;@@ -517,7 +517,7 @@ The domain to authenticate users with when using App Engine's User API. {{% /md %}}
codeBucket?: pulumi.Input<string>;@@ -528,7 +528,7 @@ The GCS bucket code is being stored in for this app. {{% /md %}}
defaultBucket?: pulumi.Input<string>;@@ -539,7 +539,7 @@ The GCS bucket content is being stored in for this app. {{% /md %}}
defaultHostname?: pulumi.Input<string>;@@ -550,7 +550,7 @@ The default hostname for this app. {{% /md %}}
featureSettings?: pulumi.Input<{ @@ -563,7 +563,7 @@ A block of optional settings to configure specific App Engine features: {{% /md %}}
gcrDomain?: pulumi.Input<string>;@@ -574,7 +574,7 @@ The GCR domain used for storing managed Docker images for this app. {{% /md %}}
locationId?: pulumi.Input<string>;@@ -586,7 +586,7 @@ to serve the app from. {{% /md %}}
name?: pulumi.Input<string>;@@ -597,7 +597,7 @@ Unique name of the app, usually `apps/{PROJECT_ID}` {{% /md %}}
project?: pulumi.Input<string>;@@ -605,7 +605,7 @@ Unique name of the app, usually `apps/{PROJECT_ID}` {{% /md %}}
servingStatus?: pulumi.Input<string>;@@ -616,7 +616,7 @@ The serving status of the app. {{% /md %}}
urlDispatchRules?: pulumi.Input<pulumi.Input<{ @@ -632,7 +632,7 @@ A list of dispatch rule blocks. Each block has a `domain`, `path`, and `service`
action: pulumi.Input<string>;@@ -649,7 +649,7 @@ The set of arguments for constructing a FirewallRule resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -657,7 +657,7 @@ The set of arguments for constructing a FirewallRule resource. {{% /md %}}
priority?: pulumi.Input<number>;@@ -665,7 +665,7 @@ The set of arguments for constructing a FirewallRule resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -677,7 +677,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceRange: pulumi.Input<string>;@@ -686,7 +686,7 @@ If it is not provided, the provider project is used.
action?: pulumi.Input<string>;@@ -703,7 +703,7 @@ Input properties used for looking up and filtering FirewallRule resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -711,7 +711,7 @@ Input properties used for looking up and filtering FirewallRule resources. {{% /md %}}
priority?: pulumi.Input<number>;@@ -719,7 +719,7 @@ Input properties used for looking up and filtering FirewallRule resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -731,7 +731,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceRange?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/bigquery/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/bigquery/_index.md similarity index 91% rename from content/reference/pkg/nodejs/pulumi/gcp/bigquery/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/bigquery/_index.md index 0795b7d83410..0f0f578e55c6 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/bigquery/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/bigquery/_index.md @@ -25,14 +25,14 @@ aliases:
extends CustomResource@@ -72,7 +72,7 @@ const defaultDataset = new gcp.bigquery.Dataset("default", { {{% /md %}}
public accesses: pulumi.Output<{ @@ -150,7 +150,7 @@ one or more entities. Structure is documented below. {{% /md %}}
public creationTime: pulumi.Output<number>;@@ -161,7 +161,7 @@ The time when this dataset was created, in milliseconds since the epoch. {{% /md %}}
public datasetId: pulumi.Output<string>;@@ -172,7 +172,7 @@ The ID of the dataset containing this table. {{% /md %}}
public defaultPartitionExpirationMs: pulumi.Output<number | undefined>;@@ -184,7 +184,7 @@ for all partitioned tables in the dataset, in milliseconds. {{% /md %}}
public defaultTableExpirationMs: pulumi.Output<number | undefined>;@@ -197,7 +197,7 @@ milliseconds (one hour). {{% /md %}}
public deleteContentsOnDestroy: pulumi.Output<boolean | undefined>;@@ -210,7 +210,7 @@ the resource will fail if tables are present. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -221,7 +221,7 @@ A user-friendly description of the dataset. {{% /md %}}
public etag: pulumi.Output<string>;@@ -232,7 +232,7 @@ A hash of the resource. {{% /md %}}
public friendlyName: pulumi.Output<string | undefined>;@@ -243,7 +243,7 @@ A descriptive name for the dataset. {{% /md %}}
id: Output<ID>;@@ -255,7 +255,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -266,7 +266,7 @@ A mapping of labels to assign to the resource. {{% /md %}}
public lastModifiedTime: pulumi.Output<number>;@@ -278,7 +278,7 @@ in milliseconds since the epoch. {{% /md %}}
public location: pulumi.Output<string | undefined>;@@ -290,7 +290,7 @@ See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). {{% /md %}}
public project: pulumi.Output<string>;@@ -302,7 +302,7 @@ is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -313,7 +313,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -368,7 +368,7 @@ const defaultTable = new gcp.bigquery.Table("default", { {{% /md %}}
public creationTime: pulumi.Output<number>;@@ -434,7 +434,7 @@ The time when this table was created, in milliseconds since the epoch. {{% /md %}}
public datasetId: pulumi.Output<string>;@@ -446,7 +446,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -457,7 +457,7 @@ The field description. {{% /md %}}
public etag: pulumi.Output<string>;@@ -468,7 +468,7 @@ A hash of the resource. {{% /md %}}
public expirationTime: pulumi.Output<number>;@@ -482,7 +482,7 @@ reclaimed. {{% /md %}}
public friendlyName: pulumi.Output<string | undefined>;@@ -493,7 +493,7 @@ A descriptive name for the table. {{% /md %}}
id: Output<ID>;@@ -505,7 +505,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -516,7 +516,7 @@ A mapping of labels to assign to the resource. {{% /md %}}
public lastModifiedTime: pulumi.Output<number>;@@ -527,7 +527,7 @@ The time when this table was last modified, in milliseconds since the epoch. {{% /md %}}
public location: pulumi.Output<string>;@@ -538,7 +538,7 @@ The geographic location where the table resides. This value is inherited from th {{% /md %}}
public numBytes: pulumi.Output<number>;@@ -549,7 +549,7 @@ The size of this table in bytes, excluding any data in the streaming buffer. {{% /md %}}
public numLongTermBytes: pulumi.Output<number>;@@ -560,7 +560,7 @@ The number of bytes in the table that are considered "long-term storage". {{% /md %}}
public numRows: pulumi.Output<number>;@@ -571,7 +571,7 @@ The number of rows of data in this table, excluding any data in the streaming bu {{% /md %}}
public project: pulumi.Output<string>;@@ -583,7 +583,7 @@ is not provided, the provider project is used. {{% /md %}}
public schema: pulumi.Output<string>;@@ -594,7 +594,7 @@ A JSON schema for the table. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -605,7 +605,7 @@ The URI of the created resource. {{% /md %}}
public tableId: pulumi.Output<string>;@@ -617,7 +617,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public timePartitioning: pulumi.Output<{ @@ -634,7 +634,7 @@ partitioning for this table. Structure is documented below. {{% /md %}}
public type: pulumi.Output<string>;@@ -645,7 +645,7 @@ Describes the table type. {{% /md %}}
public view: pulumi.Output<{ @@ -673,7 +673,7 @@ Structure is documented below.
accesses?: pulumi.Input<pulumi.Input<{ @@ -705,7 +705,7 @@ one or more entities. Structure is documented below. {{% /md %}}
datasetId: pulumi.Input<string>;@@ -716,7 +716,7 @@ The ID of the dataset containing this table. {{% /md %}}
defaultPartitionExpirationMs?: pulumi.Input<number>;@@ -728,7 +728,7 @@ for all partitioned tables in the dataset, in milliseconds. {{% /md %}}
defaultTableExpirationMs?: pulumi.Input<number>;@@ -741,7 +741,7 @@ milliseconds (one hour). {{% /md %}}
deleteContentsOnDestroy?: pulumi.Input<boolean>;@@ -754,7 +754,7 @@ the resource will fail if tables are present. {{% /md %}}
description?: pulumi.Input<string>;@@ -765,7 +765,7 @@ A user-friendly description of the dataset. {{% /md %}}
friendlyName?: pulumi.Input<string>;@@ -776,7 +776,7 @@ A descriptive name for the dataset. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -787,7 +787,7 @@ A mapping of labels to assign to the resource. {{% /md %}}
location?: pulumi.Input<string>;@@ -799,7 +799,7 @@ See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). {{% /md %}}
project?: pulumi.Input<string>;@@ -812,7 +812,7 @@ is not provided, the provider project is used.
accesses?: pulumi.Input<pulumi.Input<{ @@ -844,7 +844,7 @@ one or more entities. Structure is documented below. {{% /md %}}
creationTime?: pulumi.Input<number>;@@ -855,7 +855,7 @@ The time when this dataset was created, in milliseconds since the epoch. {{% /md %}}
datasetId?: pulumi.Input<string>;@@ -866,7 +866,7 @@ The ID of the dataset containing this table. {{% /md %}}
defaultPartitionExpirationMs?: pulumi.Input<number>;@@ -878,7 +878,7 @@ for all partitioned tables in the dataset, in milliseconds. {{% /md %}}
defaultTableExpirationMs?: pulumi.Input<number>;@@ -891,7 +891,7 @@ milliseconds (one hour). {{% /md %}}
deleteContentsOnDestroy?: pulumi.Input<boolean>;@@ -904,7 +904,7 @@ the resource will fail if tables are present. {{% /md %}}
description?: pulumi.Input<string>;@@ -915,7 +915,7 @@ A user-friendly description of the dataset. {{% /md %}}
etag?: pulumi.Input<string>;@@ -926,7 +926,7 @@ A hash of the resource. {{% /md %}}
friendlyName?: pulumi.Input<string>;@@ -937,7 +937,7 @@ A descriptive name for the dataset. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -948,7 +948,7 @@ A mapping of labels to assign to the resource. {{% /md %}}
lastModifiedTime?: pulumi.Input<number>;@@ -960,7 +960,7 @@ in milliseconds since the epoch. {{% /md %}}
location?: pulumi.Input<string>;@@ -972,7 +972,7 @@ See [official docs](https://cloud.google.com/bigquery/docs/dataset-locations). {{% /md %}}
project?: pulumi.Input<string>;@@ -984,7 +984,7 @@ is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -996,7 +996,7 @@ The URI of the created resource.
datasetId: pulumi.Input<string>;@@ -1017,7 +1017,7 @@ Changing this forces a new resource to be created. {{% /md %}}
description?: pulumi.Input<string>;@@ -1028,7 +1028,7 @@ The field description. {{% /md %}}
expirationTime?: pulumi.Input<number>;@@ -1042,7 +1042,7 @@ reclaimed. {{% /md %}}
friendlyName?: pulumi.Input<string>;@@ -1053,7 +1053,7 @@ A descriptive name for the table. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1064,7 +1064,7 @@ A mapping of labels to assign to the resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1076,7 +1076,7 @@ is not provided, the provider project is used. {{% /md %}}
schema?: pulumi.Input<string>;@@ -1087,7 +1087,7 @@ A JSON schema for the table. {{% /md %}}
tableId: pulumi.Input<string>;@@ -1099,7 +1099,7 @@ Changing this forces a new resource to be created. {{% /md %}}
timePartitioning?: pulumi.Input<{ @@ -1116,7 +1116,7 @@ partitioning for this table. Structure is documented below. {{% /md %}}
view?: pulumi.Input<{ @@ -1132,7 +1132,7 @@ Structure is documented below.
creationTime?: pulumi.Input<number>;@@ -1152,7 +1152,7 @@ The time when this table was created, in milliseconds since the epoch. {{% /md %}}
datasetId?: pulumi.Input<string>;@@ -1164,7 +1164,7 @@ Changing this forces a new resource to be created. {{% /md %}}
description?: pulumi.Input<string>;@@ -1175,7 +1175,7 @@ The field description. {{% /md %}}
etag?: pulumi.Input<string>;@@ -1186,7 +1186,7 @@ A hash of the resource. {{% /md %}}
expirationTime?: pulumi.Input<number>;@@ -1200,7 +1200,7 @@ reclaimed. {{% /md %}}
friendlyName?: pulumi.Input<string>;@@ -1211,7 +1211,7 @@ A descriptive name for the table. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1222,7 +1222,7 @@ A mapping of labels to assign to the resource. {{% /md %}}
lastModifiedTime?: pulumi.Input<number>;@@ -1233,7 +1233,7 @@ The time when this table was last modified, in milliseconds since the epoch. {{% /md %}}
location?: pulumi.Input<string>;@@ -1244,7 +1244,7 @@ The geographic location where the table resides. This value is inherited from th {{% /md %}}
numBytes?: pulumi.Input<number>;@@ -1255,7 +1255,7 @@ The size of this table in bytes, excluding any data in the streaming buffer. {{% /md %}}
numLongTermBytes?: pulumi.Input<number>;@@ -1266,7 +1266,7 @@ The number of bytes in the table that are considered "long-term storage". {{% /md %}}
numRows?: pulumi.Input<number>;@@ -1277,7 +1277,7 @@ The number of rows of data in this table, excluding any data in the streaming bu {{% /md %}}
project?: pulumi.Input<string>;@@ -1289,7 +1289,7 @@ is not provided, the provider project is used. {{% /md %}}
schema?: pulumi.Input<string>;@@ -1300,7 +1300,7 @@ A JSON schema for the table. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -1311,7 +1311,7 @@ The URI of the created resource. {{% /md %}}
tableId?: pulumi.Input<string>;@@ -1323,7 +1323,7 @@ Changing this forces a new resource to be created. {{% /md %}}
timePartitioning?: pulumi.Input<{ @@ -1340,7 +1340,7 @@ partitioning for this table. Structure is documented below. {{% /md %}}
type?: pulumi.Input<string>;@@ -1351,7 +1351,7 @@ Describes the table type. {{% /md %}}
view?: pulumi.Input<{ diff --git a/content/reference/pkg/nodejs/pulumi/gcp/bigtable/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/bigtable/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/bigtable/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/bigtable/_index.md index ce422bcdd8e3..819f5b2f9c60 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/bigtable/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/bigtable/_index.md @@ -25,14 +25,14 @@ aliases:
extends CustomResource@@ -76,7 +76,7 @@ const development_instance = new gcp.bigtable.Instance("development-instance", { {{% /md %}}
public clusters: pulumi.Output<{ @@ -147,7 +147,7 @@ A block of cluster configuration options. This can be specified 1 or 2 times. Se {{% /md %}}
public displayName: pulumi.Output<string>;@@ -158,7 +158,7 @@ The human-readable display name of the Bigtable instance. Defaults to the instan {{% /md %}}
id: Output<ID>;@@ -170,7 +170,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceType: pulumi.Output<string | undefined>;@@ -181,7 +181,7 @@ The instance type to create. One of `"DEVELOPMENT"` or `"PRODUCTION"`. Defaults {{% /md %}}
public name: pulumi.Output<string>;@@ -192,7 +192,7 @@ The name (also called Instance Id in the Cloud Console) of the Cloud Bigtable in {{% /md %}}
public project: pulumi.Output<string>;@@ -204,7 +204,7 @@ is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -251,7 +251,7 @@ const table = new gcp.bigtable.Table("table", { {{% /md %}}
public columnFamilies: pulumi.Output<{ @@ -319,7 +319,7 @@ A group of columns within a table which share a common configuration. This can b {{% /md %}}
id: Output<ID>;@@ -331,7 +331,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceName: pulumi.Output<string>;@@ -342,7 +342,7 @@ The name of the Bigtable instance. {{% /md %}}
public name: pulumi.Output<string>;@@ -353,7 +353,7 @@ The name of the table. {{% /md %}}
public project: pulumi.Output<string>;@@ -365,7 +365,7 @@ is not provided, the provider project is used. {{% /md %}}
public splitKeys: pulumi.Output<string[] | undefined>;@@ -376,7 +376,7 @@ A list of predefined keys to split the table on. {{% /md %}}
clusters: pulumi.Input<pulumi.Input<{ @@ -414,7 +414,7 @@ A block of cluster configuration options. This can be specified 1 or 2 times. Se {{% /md %}}
displayName?: pulumi.Input<string>;@@ -425,7 +425,7 @@ The human-readable display name of the Bigtable instance. Defaults to the instan {{% /md %}}
instanceType?: pulumi.Input<string>;@@ -436,7 +436,7 @@ The instance type to create. One of `"DEVELOPMENT"` or `"PRODUCTION"`. Defaults {{% /md %}}
name?: pulumi.Input<string>;@@ -447,7 +447,7 @@ The name (also called Instance Id in the Cloud Console) of the Cloud Bigtable in {{% /md %}}
project?: pulumi.Input<string>;@@ -460,7 +460,7 @@ is not provided, the provider project is used.
clusters?: pulumi.Input<pulumi.Input<{ @@ -485,7 +485,7 @@ A block of cluster configuration options. This can be specified 1 or 2 times. Se {{% /md %}}
displayName?: pulumi.Input<string>;@@ -496,7 +496,7 @@ The human-readable display name of the Bigtable instance. Defaults to the instan {{% /md %}}
instanceType?: pulumi.Input<string>;@@ -507,7 +507,7 @@ The instance type to create. One of `"DEVELOPMENT"` or `"PRODUCTION"`. Defaults {{% /md %}}
name?: pulumi.Input<string>;@@ -518,7 +518,7 @@ The name (also called Instance Id in the Cloud Console) of the Cloud Bigtable in {{% /md %}}
project?: pulumi.Input<string>;@@ -531,7 +531,7 @@ is not provided, the provider project is used.
columnFamilies?: pulumi.Input<pulumi.Input<{ @@ -553,7 +553,7 @@ A group of columns within a table which share a common configuration. This can b {{% /md %}}
instanceName: pulumi.Input<string>;@@ -564,7 +564,7 @@ The name of the Bigtable instance. {{% /md %}}
name?: pulumi.Input<string>;@@ -575,7 +575,7 @@ The name of the table. {{% /md %}}
project?: pulumi.Input<string>;@@ -587,7 +587,7 @@ is not provided, the provider project is used. {{% /md %}}
splitKeys?: pulumi.Input<pulumi.Input<string>[]>;@@ -599,7 +599,7 @@ A list of predefined keys to split the table on.
columnFamilies?: pulumi.Input<pulumi.Input<{ @@ -621,7 +621,7 @@ A group of columns within a table which share a common configuration. This can b {{% /md %}}
instanceName?: pulumi.Input<string>;@@ -632,7 +632,7 @@ The name of the Bigtable instance. {{% /md %}}
name?: pulumi.Input<string>;@@ -643,7 +643,7 @@ The name of the table. {{% /md %}}
project?: pulumi.Input<string>;@@ -655,7 +655,7 @@ is not provided, the provider project is used. {{% /md %}}
splitKeys?: pulumi.Input<pulumi.Input<string>[]>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/billing/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/billing/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/gcp/billing/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/billing/_index.md index 55486e4f45f9..33d2bd583e0a 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/billing/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/billing/_index.md @@ -28,14 +28,14 @@ aliases:
extends CustomResource@@ -67,7 +67,7 @@ const binding = new gcp.billing.AccountIamBinding("binding", { {{% /md %}}
public billingAccountId: pulumi.Output<string>;@@ -133,7 +133,7 @@ The billing account id. {{% /md %}}
public etag: pulumi.Output<string>;@@ -144,7 +144,7 @@ The billing account id. {{% /md %}}
id: Output<ID>;@@ -156,7 +156,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -167,7 +167,7 @@ A list of users that the role should apply to. For more details on format and re {{% /md %}}
public role: pulumi.Output<string>;@@ -178,7 +178,7 @@ The role that should be applied. {{% /md %}}
extends CustomResource@@ -219,7 +219,7 @@ const binding = new gcp.billing.AccountIamMember("binding", { {{% /md %}}
public billingAccountId: pulumi.Output<string>;@@ -285,7 +285,7 @@ The billing account id. {{% /md %}}
public etag: pulumi.Output<string>;@@ -296,7 +296,7 @@ The billing account id. {{% /md %}}
id: Output<ID>;@@ -308,7 +308,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -319,7 +319,7 @@ The user that the role should apply to. For more details on format and restricti {{% /md %}}
public role: pulumi.Output<string>;@@ -330,7 +330,7 @@ The role that should be applied. {{% /md %}}
extends CustomResource@@ -381,7 +381,7 @@ const policy = new gcp.billing.AccountIamPolicy("policy", { {{% /md %}}
public billingAccountId: pulumi.Output<string>;@@ -447,7 +447,7 @@ The billing account id. {{% /md %}}
public etag: pulumi.Output<string>;@@ -455,7 +455,7 @@ The billing account id. {{% /md %}}
id: Output<ID>;@@ -467,7 +467,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -480,7 +480,7 @@ policy applied to the billing account. {{% /md %}}
billingAccountId: pulumi.Input<string>;@@ -513,7 +513,7 @@ The billing account id. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -524,7 +524,7 @@ A list of users that the role should apply to. For more details on format and re {{% /md %}}
role: pulumi.Input<string>;@@ -536,7 +536,7 @@ The role that should be applied.
billingAccountId?: pulumi.Input<string>;@@ -556,7 +556,7 @@ The billing account id. {{% /md %}}
etag?: pulumi.Input<string>;@@ -567,7 +567,7 @@ The billing account id. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -578,7 +578,7 @@ A list of users that the role should apply to. For more details on format and re {{% /md %}}
role?: pulumi.Input<string>;@@ -590,7 +590,7 @@ The role that should be applied.
billingAccountId: pulumi.Input<string>;@@ -610,7 +610,7 @@ The billing account id. {{% /md %}}
member: pulumi.Input<string>;@@ -621,7 +621,7 @@ The user that the role should apply to. For more details on format and restricti {{% /md %}}
role: pulumi.Input<string>;@@ -633,7 +633,7 @@ The role that should be applied.
billingAccountId?: pulumi.Input<string>;@@ -653,7 +653,7 @@ The billing account id. {{% /md %}}
etag?: pulumi.Input<string>;@@ -664,7 +664,7 @@ The billing account id. {{% /md %}}
member?: pulumi.Input<string>;@@ -675,7 +675,7 @@ The user that the role should apply to. For more details on format and restricti {{% /md %}}
role?: pulumi.Input<string>;@@ -687,7 +687,7 @@ The role that should be applied.
billingAccountId: pulumi.Input<string>;@@ -707,7 +707,7 @@ The billing account id. {{% /md %}}
policyData: pulumi.Input<string>;@@ -721,7 +721,7 @@ policy applied to the billing account.
billingAccountId?: pulumi.Input<string>;@@ -741,7 +741,7 @@ The billing account id. {{% /md %}}
etag?: pulumi.Input<string>;@@ -749,7 +749,7 @@ The billing account id. {{% /md %}}
policyData?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/binaryauthorization/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/binaryauthorization/_index.md similarity index 91% rename from content/reference/pkg/nodejs/pulumi/gcp/binaryauthorization/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/binaryauthorization/_index.md index f7cf65654298..b405f71bc19d 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/binaryauthorization/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/binaryauthorization/_index.md @@ -25,14 +25,14 @@ aliases:
extends CustomResource@@ -90,7 +90,7 @@ qoIRW6y0+UlAc+MbqfL0ziHDOAmcqz1GnROg {{% /md %}}
public attestationAuthorityNote: pulumi.Output<{ @@ -161,7 +161,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -169,7 +169,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -181,7 +181,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -189,7 +189,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -197,7 +197,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -265,7 +265,7 @@ const policy = new gcp.binaryauthorization.Policy("policy", { {{% /md %}}
public admissionWhitelistPatterns: pulumi.Output<{ @@ -330,7 +330,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public clusterAdmissionRules: pulumi.Output<{ @@ -343,7 +343,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public defaultAdmissionRule: pulumi.Output<{ @@ -355,7 +355,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -363,7 +363,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -375,7 +375,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -383,7 +383,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
attestationAuthorityNote: pulumi.Input<{ @@ -421,7 +421,7 @@ The set of arguments for constructing a Attestor resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -429,7 +429,7 @@ The set of arguments for constructing a Attestor resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -437,7 +437,7 @@ The set of arguments for constructing a Attestor resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -446,7 +446,7 @@ The set of arguments for constructing a Attestor resource.
attestationAuthorityNote?: pulumi.Input<{ @@ -471,7 +471,7 @@ Input properties used for looking up and filtering Attestor resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -479,7 +479,7 @@ Input properties used for looking up and filtering Attestor resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -487,7 +487,7 @@ Input properties used for looking up and filtering Attestor resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -496,7 +496,7 @@ Input properties used for looking up and filtering Attestor resources.
admissionWhitelistPatterns?: pulumi.Input<pulumi.Input<{ @@ -515,7 +515,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
clusterAdmissionRules?: pulumi.Input<pulumi.Input<{ @@ -528,7 +528,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
defaultAdmissionRule: pulumi.Input<{ @@ -540,7 +540,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -548,7 +548,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -557,7 +557,7 @@ The set of arguments for constructing a Policy resource.
admissionWhitelistPatterns?: pulumi.Input<pulumi.Input<{ @@ -576,7 +576,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
clusterAdmissionRules?: pulumi.Input<pulumi.Input<{ @@ -589,7 +589,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
defaultAdmissionRule?: pulumi.Input<{ @@ -601,7 +601,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -609,7 +609,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
project?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/cloudbuild/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/cloudbuild/_index.md similarity index 93% rename from content/reference/pkg/nodejs/pulumi/gcp/cloudbuild/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/cloudbuild/_index.md index 0d91e21cc5fb..98f6a628ceea 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/cloudbuild/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/cloudbuild/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -65,7 +65,7 @@ const filename_trigger = new gcp.cloudbuild.Trigger("filename-trigger", { {{% /md %}}
public build: pulumi.Output<{ @@ -147,7 +147,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public createTime: pulumi.Output<string>;@@ -155,7 +155,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -163,7 +163,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public disabled: pulumi.Output<boolean | undefined>;@@ -171,7 +171,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public filename: pulumi.Output<string | undefined>;@@ -179,7 +179,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -191,7 +191,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ignoredFiles: pulumi.Output<string[] | undefined>;@@ -199,7 +199,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public includedFiles: pulumi.Output<string[] | undefined>;@@ -207,7 +207,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -219,7 +219,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public substitutions: pulumi.Output<{[key: string]: string} | undefined>;@@ -227,7 +227,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public triggerId: pulumi.Output<string>;@@ -235,7 +235,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public triggerTemplate: pulumi.Output<{ @@ -250,7 +250,7 @@ If it is not provided, the provider project is used. {{% /md %}}
build?: pulumi.Input<{ @@ -299,7 +299,7 @@ The set of arguments for constructing a Trigger resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -307,7 +307,7 @@ The set of arguments for constructing a Trigger resource. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -315,7 +315,7 @@ The set of arguments for constructing a Trigger resource. {{% /md %}}
filename?: pulumi.Input<string>;@@ -323,7 +323,7 @@ The set of arguments for constructing a Trigger resource. {{% /md %}}
ignoredFiles?: pulumi.Input<pulumi.Input<string>[]>;@@ -331,7 +331,7 @@ The set of arguments for constructing a Trigger resource. {{% /md %}}
includedFiles?: pulumi.Input<pulumi.Input<string>[]>;@@ -339,7 +339,7 @@ The set of arguments for constructing a Trigger resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -351,7 +351,7 @@ If it is not provided, the provider project is used. {{% /md %}}
substitutions?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -359,7 +359,7 @@ If it is not provided, the provider project is used. {{% /md %}}
triggerTemplate?: pulumi.Input<{ @@ -375,7 +375,7 @@ If it is not provided, the provider project is used.
build?: pulumi.Input<{ @@ -411,7 +411,7 @@ Input properties used for looking up and filtering Trigger resources. {{% /md %}}
createTime?: pulumi.Input<string>;@@ -419,7 +419,7 @@ Input properties used for looking up and filtering Trigger resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -427,7 +427,7 @@ Input properties used for looking up and filtering Trigger resources. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -435,7 +435,7 @@ Input properties used for looking up and filtering Trigger resources. {{% /md %}}
filename?: pulumi.Input<string>;@@ -443,7 +443,7 @@ Input properties used for looking up and filtering Trigger resources. {{% /md %}}
ignoredFiles?: pulumi.Input<pulumi.Input<string>[]>;@@ -451,7 +451,7 @@ Input properties used for looking up and filtering Trigger resources. {{% /md %}}
includedFiles?: pulumi.Input<pulumi.Input<string>[]>;@@ -459,7 +459,7 @@ Input properties used for looking up and filtering Trigger resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -471,7 +471,7 @@ If it is not provided, the provider project is used. {{% /md %}}
substitutions?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -479,7 +479,7 @@ If it is not provided, the provider project is used. {{% /md %}}
triggerId?: pulumi.Input<string>;@@ -487,7 +487,7 @@ If it is not provided, the provider project is used. {{% /md %}}
triggerTemplate?: pulumi.Input<{ diff --git a/content/reference/pkg/nodejs/pulumi/gcp/cloudfunctions/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/cloudfunctions/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/cloudfunctions/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/cloudfunctions/_index.md index 80a8a27d7b65..468015bd38d9 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/cloudfunctions/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/cloudfunctions/_index.md @@ -35,14 +35,14 @@ aliases:
extends ComponentResource@@ -63,7 +63,7 @@ for more details. {{% /md %}}
public bucket: storage.Bucket;
@@ -120,7 +120,7 @@ as well as the package.json file for your pulumi app.
{{% /md %}}
public bucketObject: storage.BucketObject;
@@ -128,7 +128,7 @@ as well as the package.json file for your pulumi app.
{{% /md %}}
public function: cloudfunctions.Function;
@@ -139,7 +139,7 @@ Underlying raw resource for the Function that is created.
{{% /md %}}
extends CustomResource@@ -194,7 +194,7 @@ const functionFunction = new gcp.cloudfunctions.Function("function", { {{% /md %}}
public availableMemoryMb: pulumi.Output<number | undefined>;@@ -260,7 +260,7 @@ Memory (in MB), available to the function. Default value is 256MB. Allowed value {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -271,7 +271,7 @@ Description of the function. {{% /md %}}
public entryPoint: pulumi.Output<string | undefined>;@@ -282,7 +282,7 @@ Name of the function that will be executed when the Google Cloud Function is tri {{% /md %}}
public environmentVariables: pulumi.Output<{[key: string]: any} | undefined>;@@ -293,7 +293,7 @@ A set of key/value environment variable pairs to assign to the function. {{% /md %}}
public eventTrigger: pulumi.Output<{ @@ -310,7 +310,7 @@ A source that fires events in response to a condition in another service. Struct {{% /md %}}
public httpsTriggerUrl: pulumi.Output<string>;@@ -321,7 +321,7 @@ URL which triggers function execution. Returned only if `trigger_http` is used. {{% /md %}}
id: Output<ID>;@@ -333,7 +333,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: any} | undefined>;@@ -344,7 +344,7 @@ A set of key/value label pairs to assign to the function. {{% /md %}}
public maxInstances: pulumi.Output<number | undefined>;@@ -355,7 +355,7 @@ The limit on the maximum number of function instances that may coexist at a give {{% /md %}}
public name: pulumi.Output<string>;@@ -366,7 +366,7 @@ A user-defined name of the function. Function names must be unique globally. {{% /md %}}
public project: pulumi.Output<string>;@@ -377,7 +377,7 @@ Project of the function. If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -388,7 +388,7 @@ Region of function. Currently can be only "us-central1". If it is not provided, {{% /md %}}
public runtime: pulumi.Output<string | undefined>;@@ -402,7 +402,7 @@ defaults to `"nodejs6"`. It's recommended that you override the default, as {{% /md %}}
public serviceAccountEmail: pulumi.Output<string>;@@ -413,7 +413,7 @@ If provided, the self-provided service account to run the function with. {{% /md %}}
public sourceArchiveBucket: pulumi.Output<string | undefined>;@@ -424,7 +424,7 @@ The GCS bucket containing the zip archive which contains the function. {{% /md %}}
public sourceArchiveObject: pulumi.Output<string | undefined>;@@ -435,7 +435,7 @@ The source archive object (file) in archive bucket. {{% /md %}}
public sourceRepository: pulumi.Output<{ @@ -450,7 +450,7 @@ Cannot be set alongside `source_archive_bucket` or `source_archive_object`. Stru {{% /md %}}
public timeout: pulumi.Output<number | undefined>;@@ -461,7 +461,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo {{% /md %}}
public triggerHttp: pulumi.Output<boolean | undefined>;@@ -472,7 +472,7 @@ Boolean variable. Any HTTP request (of a supported type) to the endpoint will tr {{% /md %}}
extends CallbackFunction@@ -503,7 +503,7 @@ See more information at: https://cloud.google.com/functions/docs/writing/http {{% /md %}}
public bucket: storage.Bucket;
@@ -565,7 +565,7 @@ as well as the package.json file for your pulumi app.
{{% /md %}}
public bucketObject: storage.BucketObject;
@@ -573,7 +573,7 @@ as well as the package.json file for your pulumi app.
{{% /md %}}
public function: cloudfunctions.Function;
@@ -584,7 +584,7 @@ Underlying raw resource for the Function that is created.
{{% /md %}}
public httpsTriggerUrl: pulumi.Output<string>;@@ -595,7 +595,7 @@ URL which triggers function execution. {{% /md %}}
availableMemoryMb?: pulumi.Input<number>;@@ -655,7 +655,7 @@ Memory (in MB), available to the function. Default value is 256MB. Allowed value {{% /md %}}
bucket?: storage.Bucket;@@ -668,7 +668,7 @@ code. {{% /md %}}
callback?: Function;@@ -680,7 +680,7 @@ The Javascript callback to use as the entrypoint for the GCP CloudFunction out o {{% /md %}}
callbackFactory?: Function;@@ -698,7 +698,7 @@ Function will call into each time the Cloud Function is invoked. {{% /md %}}
codePathOptions?: pulumi.runtime.CodePathOptions;@@ -710,7 +710,7 @@ the code for the GCP Function. {{% /md %}}
description?: pulumi.Input<string>;@@ -721,7 +721,7 @@ Description of the function. {{% /md %}}
environmentVariables?: pulumi.Input<{[key: string]: any}>;@@ -732,7 +732,7 @@ A set of key/value environment variable pairs to assign to the function. {{% /md %}}
eventTrigger?: pulumi.Input<{ @@ -748,7 +748,7 @@ documented below. Cannot be used with `trigger_http`. {{% /md %}}
httpsTriggerUrl?: pulumi.Input<string>;@@ -759,7 +759,7 @@ URL which triggers function execution. Returned only if `trigger_http` is used. {{% /md %}}
labels?: pulumi.Input<{[key: string]: any}>;@@ -770,7 +770,7 @@ A set of key/value label pairs to assign to the function. {{% /md %}}
project?: pulumi.Input<string>;@@ -781,7 +781,7 @@ Project of the function. If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -792,7 +792,7 @@ Region of function. Currently can be only "us-central1". If it is not provided, {{% /md %}}
serviceAccountEmail?: pulumi.Input<string>;@@ -803,7 +803,7 @@ If provided, the self-provided service account to run the function with. {{% /md %}}
timeout?: pulumi.Input<number>;@@ -814,7 +814,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo {{% /md %}}
triggerHttp?: pulumi.Input<boolean>;@@ -826,7 +826,7 @@ Boolean variable. Any HTTP request (of a supported type) to the endpoint will tr
eventId: string;
@@ -847,7 +847,7 @@ A unique ID for the event. For example: "70172329041928".
{{% /md %}}
eventType: string;
@@ -858,7 +858,7 @@ The type of the event. For example: "google.pubsub.topic.publish".
{{% /md %}}
resource: any;
@@ -870,7 +870,7 @@ about the shape of this property.
{{% /md %}}
timestamp: string;
@@ -882,7 +882,7 @@ The date/time this event was created. For example: "2018-04-09T07:56:12.975Z".
retry: pulumi.Input<boolean>;@@ -908,7 +908,7 @@ charged as any other execution.
availableMemoryMb?: pulumi.Input<number>;@@ -928,7 +928,7 @@ Memory (in MB), available to the function. Default value is 256MB. Allowed value {{% /md %}}
description?: pulumi.Input<string>;@@ -939,7 +939,7 @@ Description of the function. {{% /md %}}
entryPoint?: pulumi.Input<string>;@@ -950,7 +950,7 @@ Name of the function that will be executed when the Google Cloud Function is tri {{% /md %}}
environmentVariables?: pulumi.Input<{[key: string]: any}>;@@ -961,7 +961,7 @@ A set of key/value environment variable pairs to assign to the function. {{% /md %}}
eventTrigger?: pulumi.Input<{ @@ -978,7 +978,7 @@ A source that fires events in response to a condition in another service. Struct {{% /md %}}
httpsTriggerUrl?: pulumi.Input<string>;@@ -989,7 +989,7 @@ URL which triggers function execution. Returned only if `trigger_http` is used. {{% /md %}}
labels?: pulumi.Input<{[key: string]: any}>;@@ -1000,7 +1000,7 @@ A set of key/value label pairs to assign to the function. {{% /md %}}
maxInstances?: pulumi.Input<number>;@@ -1011,7 +1011,7 @@ The limit on the maximum number of function instances that may coexist at a give {{% /md %}}
name?: pulumi.Input<string>;@@ -1022,7 +1022,7 @@ A user-defined name of the function. Function names must be unique globally. {{% /md %}}
project?: pulumi.Input<string>;@@ -1033,7 +1033,7 @@ Project of the function. If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -1044,7 +1044,7 @@ Region of function. Currently can be only "us-central1". If it is not provided, {{% /md %}}
runtime?: pulumi.Input<string>;@@ -1058,7 +1058,7 @@ defaults to `"nodejs6"`. It's recommended that you override the default, as {{% /md %}}
serviceAccountEmail?: pulumi.Input<string>;@@ -1069,7 +1069,7 @@ If provided, the self-provided service account to run the function with. {{% /md %}}
sourceArchiveBucket?: pulumi.Input<string>;@@ -1080,7 +1080,7 @@ The GCS bucket containing the zip archive which contains the function. {{% /md %}}
sourceArchiveObject?: pulumi.Input<string>;@@ -1091,7 +1091,7 @@ The source archive object (file) in archive bucket. {{% /md %}}
sourceRepository?: pulumi.Input<{ @@ -1106,7 +1106,7 @@ Cannot be set alongside `source_archive_bucket` or `source_archive_object`. Stru {{% /md %}}
timeout?: pulumi.Input<number>;@@ -1117,7 +1117,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo {{% /md %}}
triggerHttp?: pulumi.Input<boolean>;@@ -1129,7 +1129,7 @@ Boolean variable. Any HTTP request (of a supported type) to the endpoint will tr
availableMemoryMb?: pulumi.Input<number>;@@ -1149,7 +1149,7 @@ Memory (in MB), available to the function. Default value is 256MB. Allowed value {{% /md %}}
description?: pulumi.Input<string>;@@ -1160,7 +1160,7 @@ Description of the function. {{% /md %}}
entryPoint?: pulumi.Input<string>;@@ -1171,7 +1171,7 @@ Name of the function that will be executed when the Google Cloud Function is tri {{% /md %}}
environmentVariables?: pulumi.Input<{[key: string]: any}>;@@ -1182,7 +1182,7 @@ A set of key/value environment variable pairs to assign to the function. {{% /md %}}
eventTrigger?: pulumi.Input<{ @@ -1199,7 +1199,7 @@ A source that fires events in response to a condition in another service. Struct {{% /md %}}
httpsTriggerUrl?: pulumi.Input<string>;@@ -1210,7 +1210,7 @@ URL which triggers function execution. Returned only if `trigger_http` is used. {{% /md %}}
labels?: pulumi.Input<{[key: string]: any}>;@@ -1221,7 +1221,7 @@ A set of key/value label pairs to assign to the function. {{% /md %}}
maxInstances?: pulumi.Input<number>;@@ -1232,7 +1232,7 @@ The limit on the maximum number of function instances that may coexist at a give {{% /md %}}
name?: pulumi.Input<string>;@@ -1243,7 +1243,7 @@ A user-defined name of the function. Function names must be unique globally. {{% /md %}}
project?: pulumi.Input<string>;@@ -1254,7 +1254,7 @@ Project of the function. If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -1265,7 +1265,7 @@ Region of function. Currently can be only "us-central1". If it is not provided, {{% /md %}}
runtime?: pulumi.Input<string>;@@ -1279,7 +1279,7 @@ defaults to `"nodejs6"`. It's recommended that you override the default, as {{% /md %}}
serviceAccountEmail?: pulumi.Input<string>;@@ -1290,7 +1290,7 @@ If provided, the self-provided service account to run the function with. {{% /md %}}
sourceArchiveBucket?: pulumi.Input<string>;@@ -1301,7 +1301,7 @@ The GCS bucket containing the zip archive which contains the function. {{% /md %}}
sourceArchiveObject?: pulumi.Input<string>;@@ -1312,7 +1312,7 @@ The source archive object (file) in archive bucket. {{% /md %}}
sourceRepository?: pulumi.Input<{ @@ -1327,7 +1327,7 @@ Cannot be set alongside `source_archive_bucket` or `source_archive_object`. Stru {{% /md %}}
timeout?: pulumi.Input<number>;@@ -1338,7 +1338,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo {{% /md %}}
triggerHttp?: pulumi.Input<boolean>;@@ -1350,7 +1350,7 @@ Boolean variable. Any HTTP request (of a supported type) to the endpoint will tr
name: string;
@@ -1370,7 +1370,7 @@ The name of a Cloud Function.
{{% /md %}}
project?: undefined | string;@@ -1382,7 +1382,7 @@ is not provided, the provider project is used. {{% /md %}}
availableMemoryMb: number;
@@ -1415,7 +1415,7 @@ Available memory (in MB) to the function.
{{% /md %}}
description: string;
@@ -1426,7 +1426,7 @@ Description of the function.
{{% /md %}}
entryPoint: string;
@@ -1437,7 +1437,7 @@ Name of a JavaScript function that will be executed when the Google Cloud Functi
{{% /md %}}
environmentVariables: {[key: string]: any};
@@ -1445,7 +1445,7 @@ Name of a JavaScript function that will be executed when the Google Cloud Functi
{{% /md %}}
eventTriggers: {
@@ -1462,7 +1462,7 @@ A source that fires events in response to a condition in another service. Struct
{{% /md %}}
httpsTriggerUrl: string;
@@ -1473,7 +1473,7 @@ If function is triggered by HTTP, trigger URL is set here.
{{% /md %}}
id: string;
@@ -1484,7 +1484,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
labels: {[key: string]: any};
@@ -1495,7 +1495,7 @@ A map of labels applied to this function.
{{% /md %}}
maxInstances: number;
@@ -1503,7 +1503,7 @@ A map of labels applied to this function.
{{% /md %}}
name: string;
@@ -1514,7 +1514,7 @@ The name of the Cloud Function.
{{% /md %}}
runtime: string;
@@ -1541,7 +1541,7 @@ The runtime in which the function is running.
{{% /md %}}
serviceAccountEmail: string;
@@ -1549,7 +1549,7 @@ The runtime in which the function is running.
{{% /md %}}
sourceArchiveBucket: string;
@@ -1560,7 +1560,7 @@ The GCS bucket containing the zip archive which contains the function.
{{% /md %}}
sourceArchiveObject: string;
@@ -1571,7 +1571,7 @@ The source archive object (file) in archive bucket.
{{% /md %}}
sourceRepositories: {
@@ -1582,7 +1582,7 @@ The source archive object (file) in archive bucket.
{{% /md %}}
timeout: number;
@@ -1593,7 +1593,7 @@ Function execution timeout (in seconds).
{{% /md %}}
triggerBucket: string;
@@ -1601,7 +1601,7 @@ Function execution timeout (in seconds).
{{% /md %}}
triggerHttp: boolean;
@@ -1612,7 +1612,7 @@ If function is triggered by HTTP, this boolean is set.
{{% /md %}}
triggerTopic: string;
@@ -1621,7 +1621,7 @@ If function is triggered by HTTP, this boolean is set.
extends CallbackFunctionArgs@@ -1631,7 +1631,7 @@ Specialized arguments to use when specifically creating an [HttpCallbackFunction {{% /md %}}
availableMemoryMb?: pulumi.Input<number>;@@ -1642,7 +1642,7 @@ Memory (in MB), available to the function. Default value is 256MB. Allowed value {{% /md %}}
bucket?: storage.Bucket;@@ -1655,7 +1655,7 @@ code. {{% /md %}}
callback?: HttpCallback;@@ -1667,7 +1667,7 @@ The Javascript callback to use as the entrypoint for the GCP CloudFunction out o {{% /md %}}
callbackFactory?: HttpCallbackFactory;@@ -1685,7 +1685,7 @@ Function will call into each time the Function is invoked. {{% /md %}}
codePathOptions?: pulumi.runtime.CodePathOptions;@@ -1697,7 +1697,7 @@ the code for the GCP Function. {{% /md %}}
description?: pulumi.Input<string>;@@ -1708,7 +1708,7 @@ Description of the function. {{% /md %}}
environmentVariables?: pulumi.Input<{[key: string]: any}>;@@ -1719,7 +1719,7 @@ A set of key/value environment variable pairs to assign to the function. {{% /md %}}
eventTrigger?: undefined;
@@ -1727,7 +1727,7 @@ A set of key/value environment variable pairs to assign to the function.
{{% /md %}}
httpsTriggerUrl?: pulumi.Input<string>;@@ -1738,7 +1738,7 @@ URL which triggers function execution. Returned only if `trigger_http` is used. {{% /md %}}
labels?: pulumi.Input<{[key: string]: any}>;@@ -1749,7 +1749,7 @@ A set of key/value label pairs to assign to the function. {{% /md %}}
project?: pulumi.Input<string>;@@ -1760,7 +1760,7 @@ Project of the function. If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -1771,7 +1771,7 @@ Region of function. Currently can be only "us-central1". If it is not provided, {{% /md %}}
serviceAccountEmail?: pulumi.Input<string>;@@ -1782,7 +1782,7 @@ If provided, the self-provided service account to run the function with. {{% /md %}}
timeout?: pulumi.Input<number>;@@ -1793,7 +1793,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo {{% /md %}}
triggerHttp?: undefined;
@@ -1802,7 +1802,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo
type Callback = (data: D, context: C, callback: (error?: any, result?: R) => void) => Promise<R> | void;@@ -1836,7 +1836,7 @@ the Promise is settled before terminating. {{% /md %}}
type CallbackFactory = () => Callback<D, C, R>;@@ -1850,7 +1850,7 @@ is using the same warm node instance). {{% /md %}}
type HttpCallback = (req: express.Request, res: express.Response) => void;@@ -1867,7 +1867,7 @@ https://expressjs.com/en/api.html#res for more details. {{% /md %}}
type HttpCallbackFactory = () => HttpCallback;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/cloudscheduler/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/cloudscheduler/_index.md similarity index 93% rename from content/reference/pkg/nodejs/pulumi/gcp/cloudscheduler/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/cloudscheduler/_index.md index b2ee900f8b65..7955d25d2e5f 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/cloudscheduler/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/cloudscheduler/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -103,7 +103,7 @@ const job = new gcp.cloudscheduler.Job("job", { {{% /md %}}
public appEngineHttpTarget: pulumi.Output<{ @@ -176,7 +176,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -184,7 +184,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public httpTarget: pulumi.Output<{ @@ -197,7 +197,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -209,7 +209,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -217,7 +217,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -229,7 +229,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public pubsubTarget: pulumi.Output<{ @@ -241,7 +241,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -249,7 +249,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public retryConfig: pulumi.Output<{ @@ -263,7 +263,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public schedule: pulumi.Output<string | undefined>;@@ -271,7 +271,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public timeZone: pulumi.Output<string | undefined>;@@ -279,7 +279,7 @@ If it is not provided, the provider project is used. {{% /md %}}
appEngineHttpTarget?: pulumi.Input<{ @@ -319,7 +319,7 @@ The set of arguments for constructing a Job resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -327,7 +327,7 @@ The set of arguments for constructing a Job resource. {{% /md %}}
httpTarget?: pulumi.Input<{ @@ -340,7 +340,7 @@ The set of arguments for constructing a Job resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -348,7 +348,7 @@ The set of arguments for constructing a Job resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -360,7 +360,7 @@ If it is not provided, the provider project is used. {{% /md %}}
pubsubTarget?: pulumi.Input<{ @@ -372,7 +372,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -380,7 +380,7 @@ If it is not provided, the provider project is used. {{% /md %}}
retryConfig?: pulumi.Input<{ @@ -394,7 +394,7 @@ If it is not provided, the provider project is used. {{% /md %}}
schedule?: pulumi.Input<string>;@@ -402,7 +402,7 @@ If it is not provided, the provider project is used. {{% /md %}}
timeZone?: pulumi.Input<string>;@@ -411,7 +411,7 @@ If it is not provided, the provider project is used.
appEngineHttpTarget?: pulumi.Input<{ @@ -438,7 +438,7 @@ Input properties used for looking up and filtering Job resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -446,7 +446,7 @@ Input properties used for looking up and filtering Job resources. {{% /md %}}
httpTarget?: pulumi.Input<{ @@ -459,7 +459,7 @@ Input properties used for looking up and filtering Job resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -467,7 +467,7 @@ Input properties used for looking up and filtering Job resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -479,7 +479,7 @@ If it is not provided, the provider project is used. {{% /md %}}
pubsubTarget?: pulumi.Input<{ @@ -491,7 +491,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -499,7 +499,7 @@ If it is not provided, the provider project is used. {{% /md %}}
retryConfig?: pulumi.Input<{ @@ -513,7 +513,7 @@ If it is not provided, the provider project is used. {{% /md %}}
schedule?: pulumi.Input<string>;@@ -521,7 +521,7 @@ If it is not provided, the provider project is used. {{% /md %}}
timeZone?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/composer/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/composer/_index.md similarity index 79% rename from content/reference/pkg/nodejs/pulumi/gcp/composer/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/composer/_index.md index 649999c6489f..fbb423a64289 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/composer/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/composer/_index.md @@ -18,18 +18,21 @@ aliases:
extends CustomResource@@ -137,7 +140,7 @@ const test = new gcp.composer.Environment("test", { {{% /md %}}
public config: pulumi.Output<{ @@ -222,7 +225,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -234,7 +237,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -242,7 +245,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -250,7 +253,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -262,7 +265,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string | undefined>;@@ -270,7 +273,7 @@ If it is not provided, the provider project is used. {{% /md %}}
getImageVersions(args?: GetImageVersionsArgs, opts?: pulumi.InvokeOptions): Promise<GetImageVersionsResult>+ + +Provides access to available Cloud Composer versions in a region for a given project. + +## Example Usage + +```typescript +import * as pulumi from "@pulumi/pulumi"; +import * as gcp from "@pulumi/gcp"; + +const all = pulumi.output(gcp.composer.getImageVersions({})); +const test = new gcp.composer.Environment("test", { + config: { + softwareConfig: { + imageVersion: all.imageVersions[0].imageVersionId, + }, + }, + region: "us-central1", +}); +``` + +{{% /md %}} +
config?: pulumi.Input<{ @@ -322,7 +355,7 @@ The set of arguments for constructing a Environment resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -330,7 +363,7 @@ The set of arguments for constructing a Environment resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -338,7 +371,7 @@ The set of arguments for constructing a Environment resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -350,7 +383,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -359,7 +392,7 @@ If it is not provided, the provider project is used.
config?: pulumi.Input<{ @@ -398,7 +431,7 @@ Input properties used for looking up and filtering Environment resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -406,7 +439,7 @@ Input properties used for looking up and filtering Environment resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -414,7 +447,7 @@ Input properties used for looking up and filtering Environment resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -426,7 +459,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -434,3 +467,88 @@ If it is not provided, the provider project is used. {{% /md %}}
project?: undefined | string;+{{% md %}} + +The ID of the project to list versions in. +If it is not provided, the provider project is used. + +{{% /md %}} +
id: string;
+{{% md %}}
+
+id is the provider-assigned unique ID for this managed resource.
+
+{{% /md %}}
+imageVersions: {
+ imageVersionId: string;
+ supportedPythonVersions: string[];
+}[];
+{{% md %}}
+
+A list of composer image versions available in the given project and location. Each `image_version` contains:
+
+{{% /md %}}
+project: string;
+{{% md %}}
+{{% /md %}}
+region: string;
+{{% md %}}
+{{% /md %}}
+extends CustomResource@@ -346,7 +352,7 @@ const instanceWithIp = new gcp.compute.Instance("instance_with_ip", { {{% /md %}}
public address: pulumi.Output<string>;@@ -412,7 +418,7 @@ The IP of the created resource. {{% /md %}}
public addressType: pulumi.Output<string | undefined>;@@ -420,7 +426,7 @@ The IP of the created resource. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -428,7 +434,7 @@ The IP of the created resource. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -436,7 +442,7 @@ The IP of the created resource. {{% /md %}}
id: Output<ID>;@@ -448,7 +454,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -456,7 +462,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -464,7 +470,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -472,7 +478,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public networkTier: pulumi.Output<string>;@@ -480,7 +486,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -492,7 +498,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -500,7 +506,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -511,7 +517,7 @@ The URI of the created resource. {{% /md %}}
public subnetwork: pulumi.Output<string>;@@ -519,7 +525,7 @@ The URI of the created resource. {{% /md %}}
public users: pulumi.Output<string[]>;@@ -540,7 +546,7 @@ deployments.
extends CustomResource@@ -587,7 +593,7 @@ const defaultAttachedDisk = new gcp.compute.AttachedDisk("default", { {{% /md %}}
public deviceName: pulumi.Output<string>;@@ -650,7 +656,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public disk: pulumi.Output<string>;@@ -658,7 +664,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -670,7 +676,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -678,7 +684,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public mode: pulumi.Output<string | undefined>;@@ -686,7 +692,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -694,7 +700,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public zone: pulumi.Output<string>;@@ -715,7 +721,7 @@ deployments.
extends CustomResource@@ -792,7 +798,7 @@ const foobarAutoscalar = new gcp.compute.Autoscalar("foobar", { {{% /md %}}
public autoscalingPolicy: pulumi.Output<{ @@ -872,7 +878,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -880,7 +886,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -888,7 +894,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -900,7 +906,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -908,7 +914,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -916,7 +922,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -927,7 +933,7 @@ The URI of the created resource. {{% /md %}}
public target: pulumi.Output<string>;@@ -935,7 +941,7 @@ The URI of the created resource. {{% /md %}}
public zone: pulumi.Output<string>;@@ -956,7 +962,7 @@ deployments.
extends CustomResource@@ -996,7 +1002,7 @@ const imageBackend = new gcp.compute.BackendBucket("image_backend", { {{% /md %}}
public bucketName: pulumi.Output<string>;@@ -1059,7 +1065,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public cdnPolicy: pulumi.Output<{ @@ -1069,7 +1075,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -1077,7 +1083,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -1085,7 +1091,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public enableCdn: pulumi.Output<boolean | undefined>;@@ -1093,7 +1099,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1105,7 +1111,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1113,7 +1119,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1125,7 +1131,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -1136,7 +1142,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -1157,8 +1163,11 @@ deployments. A Backend Service defines a group of virtual machines that will serve traffic for load balancing. This resource is a global backend service, -appropriate for external load balancing. For internal load balancing, use -a regional backend service instead. +appropriate for external load balancing or self-managed internal load balancing. +For managed internal load balancing, use a regional backend service instead. + +Currently self-managed internal load balancing is only available in beta. + To get more information about BackendService, see: @@ -1185,7 +1194,7 @@ const defaultBackendService = new gcp.compute.BackendService("default", { {{% /md %}}
public affinityCookieTtlSec: pulumi.Output<number | undefined>;@@ -1248,7 +1257,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public backends: pulumi.Output<{ @@ -1266,7 +1275,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public cdnPolicy: pulumi.Output<{ @@ -1283,7 +1292,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public connectionDrainingTimeoutSec: pulumi.Output<number | undefined>;@@ -1291,7 +1300,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -1299,7 +1308,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public customRequestHeaders: pulumi.Output<string[] | undefined>;@@ -1307,7 +1316,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -1315,7 +1324,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public enableCdn: pulumi.Output<boolean | undefined>;@@ -1323,7 +1332,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public fingerprint: pulumi.Output<string>;@@ -1331,7 +1340,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public healthChecks: pulumi.Output<string>;@@ -1339,7 +1348,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public iap: pulumi.Output<{ @@ -1351,7 +1360,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1363,7 +1372,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public loadBalancingScheme: pulumi.Output<string | undefined>;@@ -1371,7 +1380,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1379,7 +1388,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public portName: pulumi.Output<string>;@@ -1387,7 +1396,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1399,7 +1408,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public protocol: pulumi.Output<string>;@@ -1407,7 +1416,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public securityPolicy: pulumi.Output<string | undefined>;@@ -1415,7 +1424,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -1426,7 +1435,7 @@ The URI of the created resource. {{% /md %}}
public sessionAffinity: pulumi.Output<string>;@@ -1434,7 +1443,7 @@ The URI of the created resource. {{% /md %}}
public timeoutSec: pulumi.Output<number>;@@ -1442,7 +1451,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -1508,7 +1517,7 @@ const defaultDisk = new gcp.compute.Disk("default", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -1571,7 +1580,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -1579,7 +1588,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public diskEncryptionKey: pulumi.Output<{ @@ -1591,7 +1600,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1603,7 +1612,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public image: pulumi.Output<string | undefined>;@@ -1611,7 +1620,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -1619,7 +1628,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -1627,7 +1636,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public lastAttachTimestamp: pulumi.Output<string>;@@ -1635,7 +1644,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public lastDetachTimestamp: pulumi.Output<string>;@@ -1643,7 +1652,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1651,7 +1660,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public physicalBlockSizeBytes: pulumi.Output<number>;@@ -1659,7 +1668,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1671,7 +1680,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -1682,7 +1691,7 @@ The URI of the created resource. {{% /md %}}
public size: pulumi.Output<number>;@@ -1690,7 +1699,7 @@ The URI of the created resource. {{% /md %}}
public snapshot: pulumi.Output<string | undefined>;@@ -1698,7 +1707,7 @@ The URI of the created resource. {{% /md %}}
public sourceImageEncryptionKey: pulumi.Output<{ @@ -1710,7 +1719,7 @@ The URI of the created resource. {{% /md %}}
public sourceImageId: pulumi.Output<string>;@@ -1718,7 +1727,7 @@ The URI of the created resource. {{% /md %}}
public sourceSnapshotEncryptionKey: pulumi.Output<{ @@ -1730,7 +1739,7 @@ The URI of the created resource. {{% /md %}}
public sourceSnapshotId: pulumi.Output<string>;@@ -1738,7 +1747,7 @@ The URI of the created resource. {{% /md %}}
public type: pulumi.Output<string | undefined>;@@ -1746,7 +1755,7 @@ The URI of the created resource. {{% /md %}}
public users: pulumi.Output<string[]>;@@ -1766,7 +1775,7 @@ deployments. {{% /md %}}
public zone: pulumi.Output<string>;@@ -1775,7 +1784,7 @@ deployments.
extends CustomResource@@ -1830,7 +1839,7 @@ const defaultFirewall = new gcp.compute.Firewall("default", { {{% /md %}}
public allows: pulumi.Output<{ @@ -1896,7 +1905,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -1904,7 +1913,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public denies: pulumi.Output<{ @@ -1915,7 +1924,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -1923,7 +1932,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public destinationRanges: pulumi.Output<string[]>;@@ -1931,7 +1940,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public direction: pulumi.Output<string>;@@ -1939,7 +1948,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public disabled: pulumi.Output<boolean | undefined>;@@ -1947,7 +1956,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public enableLogging: pulumi.Output<boolean | undefined>;@@ -1955,7 +1964,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1967,7 +1976,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1975,7 +1984,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string>;@@ -1983,7 +1992,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public priority: pulumi.Output<number | undefined>;@@ -1991,7 +2000,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -2003,7 +2012,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -2014,7 +2023,7 @@ The URI of the created resource. {{% /md %}}
public sourceRanges: pulumi.Output<string[]>;@@ -2022,7 +2031,7 @@ The URI of the created resource. {{% /md %}}
public sourceServiceAccounts: pulumi.Output<string[] | undefined>;@@ -2030,7 +2039,7 @@ The URI of the created resource. {{% /md %}}
public sourceTags: pulumi.Output<string[] | undefined>;@@ -2038,7 +2047,7 @@ The URI of the created resource. {{% /md %}}
public targetServiceAccounts: pulumi.Output<string[] | undefined>;@@ -2046,7 +2055,7 @@ The URI of the created resource. {{% /md %}}
public targetTags: pulumi.Output<string[] | undefined>;@@ -2054,7 +2063,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -2135,7 +2144,7 @@ const defaultForwardingRule = new gcp.compute.ForwardingRule("default", { {{% /md %}}
public allPorts: pulumi.Output<boolean | undefined>;@@ -2198,7 +2207,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public backendService: pulumi.Output<string | undefined>;@@ -2206,7 +2215,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -2214,7 +2223,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -2222,7 +2231,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -2234,7 +2243,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ipAddress: pulumi.Output<string>;@@ -2242,7 +2251,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ipProtocol: pulumi.Output<string>;@@ -2250,7 +2259,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ipVersion: pulumi.Output<string | undefined>;@@ -2258,7 +2267,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -2266,7 +2275,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -2274,7 +2283,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public loadBalancingScheme: pulumi.Output<string | undefined>;@@ -2282,7 +2291,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -2290,7 +2299,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string>;@@ -2298,7 +2307,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public networkTier: pulumi.Output<string>;@@ -2306,7 +2315,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public portRange: pulumi.Output<string | undefined>;@@ -2314,7 +2323,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ports: pulumi.Output<string[] | undefined>;@@ -2322,7 +2331,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -2334,7 +2343,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -2342,7 +2351,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -2353,7 +2362,7 @@ The URI of the created resource. {{% /md %}}
public serviceLabel: pulumi.Output<string | undefined>;@@ -2361,7 +2370,7 @@ The URI of the created resource. {{% /md %}}
public serviceName: pulumi.Output<string>;@@ -2369,7 +2378,7 @@ The URI of the created resource. {{% /md %}}
public subnetwork: pulumi.Output<string>;@@ -2377,7 +2386,7 @@ The URI of the created resource. {{% /md %}}
public target: pulumi.Output<string | undefined>;@@ -2385,7 +2394,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -2425,7 +2434,7 @@ const defaultGlobalAddress = new gcp.compute.GlobalAddress("default", {}); {{% /md %}}
public address: pulumi.Output<string>;@@ -2488,7 +2497,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public addressType: pulumi.Output<string | undefined>;@@ -2496,7 +2505,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -2504,7 +2513,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -2512,7 +2521,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -2524,7 +2533,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ipVersion: pulumi.Output<string | undefined>;@@ -2532,7 +2541,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -2540,7 +2549,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -2548,7 +2557,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -2556,7 +2565,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string | undefined>;@@ -2564,7 +2573,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public prefixLength: pulumi.Output<number | undefined>;@@ -2572,7 +2581,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -2584,7 +2593,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public purpose: pulumi.Output<string | undefined>;@@ -2592,7 +2601,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -2603,7 +2612,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource{{% md %}} -Manages a Global Forwarding Rule within GCE. This binds an ip and port to a target HTTP(s) proxy. For more -information see [the official -documentation](https://cloud.google.com/compute/docs/load-balancing/http/global-forwarding-rules) and -[API](https://cloud.google.com/compute/docs/reference/latest/globalForwardingRules). +Represents a GlobalForwardingRule resource. Global forwarding rules are +used to forward traffic to the correct load balancer for HTTP load +balancing. Global forwarding rules can only be used for HTTP load +balancing. + +For more information, see +https://cloud.google.com/compute/docs/load-balancing/http/ + + + +## Example Usage - Global Forwarding Rule Http -## Example Usage ```typescript import * as pulumi from "@pulumi/pulumi"; @@ -2672,7 +2687,7 @@ const defaultGlobalForwardingRule = new gcp.compute.GlobalForwardingRule("defaul {{% /md %}}
public description: pulumi.Output<string | undefined>;{{% md %}} - -Textual description field. - {{% /md %}}
id: Output<ID>;@@ -2750,45 +2762,31 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ipAddress: pulumi.Output<string>;{{% md %}} - -The static IP. (if not set, an ephemeral IP is -used). This should be the literal IP address to be used, not the `self_link` -to a `google_compute_global_address` resource. (If using a `google_compute_global_address` -resource, use the `address` property instead of the `self_link` property.) - {{% /md %}}
public ipProtocol: pulumi.Output<string>;{{% md %}} - -The IP protocol to route, one of "TCP" "UDP" "AH" -"ESP" or "SCTP". (default "TCP"). - {{% /md %}}
public ipVersion: pulumi.Output<string | undefined>;{{% md %}} - -The IP Version that will be used by this resource's address. One of `"IPV4"` or `"IPV6"`. -You cannot provide this and `ip_address`. - {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -2796,61 +2794,59 @@ You cannot provide this and `ip_address`. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;{{% md %}} - -) -A set of key/value label pairs to assign to the resource. - +{{% /md %}} +
public loadBalancingScheme: pulumi.Output<string | undefined>;+{{% md %}} {{% /md %}}
public name: pulumi.Output<string>;{{% md %}} - -A unique name for the resource, required by GCE. Changing -this forces a new resource to be created. - +{{% /md %}} +
public network: pulumi.Output<string>;+{{% md %}} {{% /md %}}
public portRange: pulumi.Output<string | undefined>;{{% md %}} - -A range e.g. "1024-2048" or a single port "1024" -(defaults to all ports!). -Some types of forwarding targets have constraints on the acceptable ports: -* Target HTTP proxy: 80, 8080 -* Target HTTPS proxy: 443 -* Target TCP proxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 -* Target SSL proxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 -* Target VPN gateway: 500, 4500 - {{% /md %}}
public project: pulumi.Output<string>;{{% md %}} -The ID of the project in which the resource belongs. If it -is not provided, the provider project is used. +The ID of the project in which the resource belongs. +If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -2861,18 +2857,172 @@ The URI of the created resource. {{% /md %}}
public target: pulumi.Output<string>;{{% md %}} +{{% /md %}} +
urn: Output<URN>;+{{% md %}} -URL of target HTTP or HTTPS proxy. +urn is the stable logical URN used to distinctly address a resource, both before and after +deployments. {{% /md %}}
extends CustomResource+{{% md %}} + +Represents a VPN gateway running in GCP. This virtual device is managed +by Google, but used only by you. This type of VPN Gateway allows for the creation +of VPN solutions with higher availability than classic Target VPN Gateways. + +> **Warning:** This resource is in beta, and should be used with the terraform-provider-google-beta provider. +See [Provider Versions](https://terraform.io/docs/providers/google/provider_versions.html) for more details on beta resources. + +To get more information about HaVpnGateway, see: + +* [API documentation](https://cloud.google.com/compute/docs/reference/rest/beta/vpnGateways) +* How-to Guides + * [Choosing a VPN](https://cloud.google.com/vpn/docs/how-to/choosing-a-vpn) + * [Cloud VPN Overview](https://cloud.google.com/vpn/docs/concepts/overview) + +{{% /md %}} +
new HaVpnGateway(name: string, args: HaVpnGatewayArgs, opts?: pulumi.CustomResourceOptions)+ + +Create a HaVpnGateway resource with the given unique name, arguments, and options. + +* `name` The _unique_ name of the resource. +* `args` The arguments to use to populate this resource's properties. +* `opts` A bag of options that control this resource's behavior. + +{{% /md %}} +
public static get(name: string, id: pulumi.Input<pulumi.ID>, state?: HaVpnGatewayState, opts?: pulumi.CustomResourceOptions): HaVpnGateway+ + +Get an existing HaVpnGateway resource's state with the given name, ID, and optional extra +properties used to qualify the lookup. + +{{% /md %}} +
static isInstance(obj: any): boolean+ + +Returns true if the given object is an instance of CustomResource. This is designed to work even when +multiple copies of the Pulumi SDK have been loaded into the same process. + +{{% /md %}} +
public description: pulumi.Output<string | undefined>;+{{% md %}} +{{% /md %}} +
id: Output<ID>;+{{% md %}} + +id is the provider-assigned unique ID for this managed resource. It is set during +deployments and may be missing (undefined) during planning phases. + +{{% /md %}} +
public name: pulumi.Output<string>;+{{% md %}} +{{% /md %}} +
public network: pulumi.Output<string>;+{{% md %}} +{{% /md %}} +
public project: pulumi.Output<string>;+{{% md %}} + +The ID of the project in which the resource belongs. +If it is not provided, the provider project is used. + +{{% /md %}} +
public region: pulumi.Output<string>;+{{% md %}} +{{% /md %}} +
public selfLink: pulumi.Output<string>;+{{% md %}} + +The URI of the created resource. + +{{% /md %}} +
urn: Output<URN>;@@ -2881,11 +3031,22 @@ URL of target HTTP or HTTPS proxy. urn is the stable logical URN used to distinctly address a resource, both before and after deployments. +{{% /md %}} +
public vpnInterfaces: pulumi.Output<{ + id: undefined | number; + ipAddress: undefined | string; +}[]>;+{{% md %}} {{% /md %}}
extends CustomResource@@ -2928,7 +3089,7 @@ const internal_health_check = new gcp.compute.HealthCheck("internal-health-check {{% /md %}}
public checkIntervalSec: pulumi.Output<number | undefined>;@@ -2991,7 +3152,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -2999,7 +3160,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -3007,7 +3168,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public healthyThreshold: pulumi.Output<number | undefined>;@@ -3015,7 +3176,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public httpHealthCheck: pulumi.Output<{ @@ -3029,7 +3190,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public httpsHealthCheck: pulumi.Output<{ @@ -3043,7 +3204,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -3055,7 +3216,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -3063,7 +3224,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -3075,7 +3236,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -3086,7 +3247,7 @@ The URI of the created resource. {{% /md %}}
public sslHealthCheck: pulumi.Output<{ @@ -3099,7 +3260,7 @@ The URI of the created resource. {{% /md %}}
public tcpHealthCheck: pulumi.Output<{ @@ -3112,7 +3273,7 @@ The URI of the created resource. {{% /md %}}
public timeoutSec: pulumi.Output<number | undefined>;@@ -3120,7 +3281,7 @@ The URI of the created resource. {{% /md %}}
public type: pulumi.Output<string>;@@ -3128,7 +3289,7 @@ The URI of the created resource. {{% /md %}}
public unhealthyThreshold: pulumi.Output<number | undefined>;@@ -3136,7 +3297,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -3187,7 +3348,7 @@ const defaultHttpHealthCheck = new gcp.compute.HttpHealthCheck("default", { {{% /md %}}
public checkIntervalSec: pulumi.Output<number | undefined>;@@ -3250,7 +3411,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -3258,7 +3419,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -3266,7 +3427,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public healthyThreshold: pulumi.Output<number | undefined>;@@ -3274,7 +3435,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public host: pulumi.Output<string | undefined>;@@ -3282,7 +3443,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -3294,7 +3455,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -3302,7 +3463,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public port: pulumi.Output<number | undefined>;@@ -3310,7 +3471,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -3322,7 +3483,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public requestPath: pulumi.Output<string | undefined>;@@ -3330,7 +3491,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -3341,7 +3502,7 @@ The URI of the created resource. {{% /md %}}
public timeoutSec: pulumi.Output<number | undefined>;@@ -3349,7 +3510,7 @@ The URI of the created resource. {{% /md %}}
public unhealthyThreshold: pulumi.Output<number | undefined>;@@ -3357,7 +3518,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -3408,7 +3569,7 @@ const defaultHttpsHealthCheck = new gcp.compute.HttpsHealthCheck("default", { {{% /md %}}
public checkIntervalSec: pulumi.Output<number | undefined>;@@ -3471,7 +3632,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -3479,7 +3640,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -3487,7 +3648,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public healthyThreshold: pulumi.Output<number | undefined>;@@ -3495,7 +3656,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public host: pulumi.Output<string | undefined>;@@ -3503,7 +3664,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -3515,7 +3676,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -3523,7 +3684,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public port: pulumi.Output<number | undefined>;@@ -3531,7 +3692,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -3543,7 +3704,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public requestPath: pulumi.Output<string | undefined>;@@ -3551,7 +3712,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -3562,7 +3723,7 @@ The URI of the created resource. {{% /md %}}
public timeoutSec: pulumi.Output<number | undefined>;@@ -3570,7 +3731,7 @@ The URI of the created resource. {{% /md %}}
public unhealthyThreshold: pulumi.Output<number | undefined>;@@ -3578,7 +3739,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -3637,7 +3798,7 @@ const example = new gcp.compute.Image("example", { {{% /md %}}
public archiveSizeBytes: pulumi.Output<number>;@@ -3700,7 +3861,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -3708,7 +3869,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -3716,7 +3877,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public diskSizeGb: pulumi.Output<number>;@@ -3724,7 +3885,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public family: pulumi.Output<string | undefined>;@@ -3732,7 +3893,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -3744,7 +3905,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -3752,7 +3913,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -3760,7 +3921,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public licenses: pulumi.Output<string[]>;@@ -3768,7 +3929,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -3776,7 +3937,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -3788,7 +3949,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public rawDisk: pulumi.Output<{ @@ -3800,7 +3961,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -3811,7 +3972,7 @@ The URI of the created resource. {{% /md %}}
public sourceDisk: pulumi.Output<string | undefined>;@@ -3819,7 +3980,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -3883,7 +4044,7 @@ const defaultInstance = new gcp.compute.Instance("default", { {{% /md %}}
public allowStoppingForUpdate: pulumi.Output<boolean | undefined>;@@ -3950,7 +4111,7 @@ If you try to update a property that requires stopping the instance without sett {{% /md %}}
public attachedDisks: pulumi.Output<{ @@ -3968,7 +4129,7 @@ Additional disks to attach to the instance. Can be repeated multiple times for m {{% /md %}}
public bootDisk: pulumi.Output<{ @@ -3992,7 +4153,7 @@ Structure is documented below. {{% /md %}}
public canIpForward: pulumi.Output<boolean | undefined>;@@ -4005,7 +4166,7 @@ This defaults to false. {{% /md %}}
public cpuPlatform: pulumi.Output<string>;@@ -4016,7 +4177,7 @@ The CPU platform used by this instance. {{% /md %}}
public deletionProtection: pulumi.Output<boolean | undefined>;@@ -4028,7 +4189,7 @@ Enable deletion protection on this instance. Defaults to false. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -4039,7 +4200,7 @@ A brief description of this resource. {{% /md %}}
public guestAccelerators: pulumi.Output<{ @@ -4054,7 +4215,7 @@ List of the type and count of accelerator cards attached to the instance. Struct {{% /md %}}
public hostname: pulumi.Output<string | undefined>;@@ -4067,7 +4228,7 @@ The entire hostname must not exceed 253 characters. Changing this forces a new r {{% /md %}}
id: Output<ID>;@@ -4079,7 +4240,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceId: pulumi.Output<string>;@@ -4090,7 +4251,7 @@ The server-assigned unique identifier of this instance. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -4101,7 +4262,7 @@ The unique fingerprint of the labels. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -4112,7 +4273,7 @@ A set of key/value label pairs to assign to the instance. {{% /md %}}
public machineType: pulumi.Output<string>;@@ -4123,7 +4284,7 @@ The machine type to create. {{% /md %}}
public metadata: pulumi.Output<{[key: string]: string} | undefined>;@@ -4136,7 +4297,7 @@ Add them to your config in order to keep them attached to your instance. {{% /md %}}
public metadataFingerprint: pulumi.Output<string>;@@ -4147,7 +4308,7 @@ The unique fingerprint of the metadata. {{% /md %}}
public metadataStartupScript: pulumi.Output<string | undefined>;@@ -4162,7 +4323,7 @@ mechanisms are not allowed to be used simultaneously. {{% /md %}}
public minCpuPlatform: pulumi.Output<string | undefined>;@@ -4175,7 +4336,7 @@ Specifies a minimum CPU platform for the VM instance. Applicable values are the {{% /md %}}
public name: pulumi.Output<string>;@@ -4187,7 +4348,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public networkInterfaces: pulumi.Output<{ @@ -4214,7 +4375,7 @@ be specified multiple times. Structure is documented below. {{% /md %}}
public project: pulumi.Output<string>;@@ -4226,7 +4387,7 @@ is not provided, the provider project is used. {{% /md %}}
public scheduling: pulumi.Output<{ @@ -4247,7 +4408,7 @@ this configuration option are detailed below. {{% /md %}}
public scratchDisks: pulumi.Output<{ @@ -4261,7 +4422,7 @@ specified multiple times for multiple scratch disks. Structure is documented bel {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -4272,7 +4433,7 @@ The URI of the created resource. {{% /md %}}
public serviceAccount: pulumi.Output<{ @@ -4288,7 +4449,7 @@ Structure is documented below. {{% /md %}}
public shieldedInstanceConfig: pulumi.Output<{ @@ -4304,7 +4465,7 @@ Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-v {{% /md %}}
public tags: pulumi.Output<string[] | undefined>;@@ -4315,7 +4476,7 @@ A list of tags to attach to the instance. {{% /md %}}
public tagsFingerprint: pulumi.Output<string>;@@ -4326,7 +4487,7 @@ The unique fingerprint of the tags. {{% /md %}}
public zone: pulumi.Output<string>;@@ -4350,7 +4511,7 @@ The zone that the machine should be created in.
extends CustomResource@@ -4401,7 +4562,7 @@ const tplInstanceFromTemplate = new gcp.compute.InstanceFromTemplate("tpl", { {{% /md %}}
public allowStoppingForUpdate: pulumi.Output<boolean>;@@ -4464,7 +4625,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public attachedDisks: pulumi.Output<{ @@ -4479,7 +4640,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public bootDisk: pulumi.Output<{ @@ -4499,7 +4660,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public canIpForward: pulumi.Output<boolean>;@@ -4507,7 +4668,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public cpuPlatform: pulumi.Output<string>;@@ -4515,7 +4676,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public deletionProtection: pulumi.Output<boolean>;@@ -4523,7 +4684,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string>;@@ -4531,7 +4692,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public guestAccelerators: pulumi.Output<{ @@ -4542,7 +4703,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public hostname: pulumi.Output<string>;@@ -4550,7 +4711,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -4562,7 +4723,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceId: pulumi.Output<string>;@@ -4570,7 +4731,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -4578,7 +4739,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string}>;@@ -4586,7 +4747,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public machineType: pulumi.Output<string>;@@ -4594,7 +4755,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public metadata: pulumi.Output<{[key: string]: string}>;@@ -4602,7 +4763,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public metadataFingerprint: pulumi.Output<string>;@@ -4610,7 +4771,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public metadataStartupScript: pulumi.Output<string>;@@ -4618,7 +4779,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public minCpuPlatform: pulumi.Output<string>;@@ -4626,7 +4787,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -4638,7 +4799,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public networkInterfaces: pulumi.Output<{ @@ -4661,7 +4822,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public project: pulumi.Output<string>;@@ -4669,7 +4830,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public scheduling: pulumi.Output<{ @@ -4686,7 +4847,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public scratchDisks: pulumi.Output<{ @@ -4696,7 +4857,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -4704,7 +4865,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public serviceAccount: pulumi.Output<{ @@ -4715,7 +4876,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public shieldedInstanceConfig: pulumi.Output<{ @@ -4727,7 +4888,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public sourceInstanceTemplate: pulumi.Output<string>;@@ -4739,7 +4900,7 @@ template to create the instance based on. {{% /md %}}
public tags: pulumi.Output<string[]>;@@ -4747,7 +4908,7 @@ template to create the instance based on. {{% /md %}}
public tagsFingerprint: pulumi.Output<string>;@@ -4755,7 +4916,7 @@ template to create the instance based on. {{% /md %}}
public zone: pulumi.Output<string>;@@ -4780,7 +4941,7 @@ set, the provider zone is used.
extends CustomResource@@ -4887,7 +5048,7 @@ const stagingService = new gcp.compute.BackendService("staging_service", { {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -4954,7 +5115,7 @@ group. {{% /md %}}
id: Output<ID>;@@ -4966,7 +5127,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instances: pulumi.Output<string[]>;@@ -4979,7 +5140,7 @@ network and zone as the instance group. {{% /md %}}
public name: pulumi.Output<string>;@@ -4993,7 +5154,7 @@ include lowercase letters, numbers, and hyphens. {{% /md %}}
public namedPorts: pulumi.Output<{ @@ -5008,7 +5169,7 @@ for details on configuration. {{% /md %}}
public network: pulumi.Output<string>;@@ -5022,7 +5183,7 @@ fails. Defaults to the network where the instances are in (if neither {{% /md %}}
public project: pulumi.Output<string>;@@ -5034,7 +5195,7 @@ is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -5045,7 +5206,7 @@ The URI of the created resource. {{% /md %}}
public size: pulumi.Output<number>;@@ -5056,7 +5217,7 @@ The number of instances in the group. {{% /md %}}
public zone: pulumi.Output<string>;@@ -5080,7 +5241,7 @@ The zone that this instance group should be created in.
extends CustomResource@@ -5129,7 +5290,7 @@ const appserver = new gcp.compute.InstanceGroupManager("appserver", { {{% /md %}}
public autoHealingPolicies: pulumi.Output<{ @@ -5199,7 +5360,7 @@ group. You can specify only one value. Structure is documented below. For more i {{% /md %}}
public baseInstanceName: pulumi.Output<string>;@@ -5215,7 +5376,7 @@ name. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -5227,7 +5388,7 @@ group manager. {{% /md %}}
public fingerprint: pulumi.Output<string>;@@ -5238,7 +5399,7 @@ The fingerprint of the instance group manager. {{% /md %}}
id: Output<ID>;@@ -5250,7 +5411,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceGroup: pulumi.Output<string>;@@ -5261,7 +5422,7 @@ The full URL of the instance group created by the manager. {{% /md %}}
public name: pulumi.Output<string>;@@ -5275,7 +5436,7 @@ include lowercase letters, numbers, and hyphens. {{% /md %}}
public namedPorts: pulumi.Output<{ @@ -5290,7 +5451,7 @@ for details on configuration. {{% /md %}}
public project: pulumi.Output<string>;@@ -5302,7 +5463,7 @@ is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -5313,7 +5474,7 @@ The URL of the created resource. {{% /md %}}
public targetPools: pulumi.Output<string[] | undefined>;@@ -5326,7 +5487,7 @@ not affect existing instances. {{% /md %}}
public targetSize: pulumi.Output<number>;@@ -5339,7 +5500,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
public updatePolicy: pulumi.Output<{ @@ -5359,7 +5520,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
public versions: pulumi.Output<{ @@ -5391,7 +5552,7 @@ Structure is documented below. {{% /md %}}
public waitForInstances: pulumi.Output<boolean | undefined>;@@ -5404,7 +5565,7 @@ continue trying until it times out. {{% /md %}}
public zone: pulumi.Output<string>;@@ -5417,7 +5578,7 @@ in.
extends CustomResource@@ -5445,7 +5606,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/compute.osLogin", }], })); -const instance = new gcp.ComputeInstanceIamPolicy("instance", { +const instance = new gcp.compute.InstanceIAMPolicy("instance", { instanceName: "your-instance-name", policyData: admin.policyData, }); @@ -5457,20 +5618,20 @@ const instance = new gcp.ComputeInstanceIamPolicy("instance", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.ComputeInstanceIamBinding("instance", { +const instance = new gcp.compute.InstanceIAMBinding("instance", { instanceName: "your-instance-name", members: ["user:jane@example.com"], role: "roles/compute.osLogin", }); ``` -## google\compute\_instance\_iam\_member +## google\_compute\_instance\_iam\_member ```typescript import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.ComputeInstanceIamMember("instance", { +const instance = new gcp.compute.InstanceIAMMember("instance", { instanceName: "your-instance-name", member: "user:jane@example.com", role: "roles/compute.osLogin", @@ -5479,7 +5640,7 @@ const instance = new gcp.ComputeInstanceIamMember("instance", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -5545,7 +5706,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -5557,7 +5718,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceName: pulumi.Output<string>;@@ -5568,7 +5729,7 @@ The name of the instance. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -5576,7 +5737,7 @@ The name of the instance. {{% /md %}}
public project: pulumi.Output<string>;@@ -5588,7 +5749,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -5601,7 +5762,7 @@ The role that should be applied. Only one {{% /md %}}
public zone: pulumi.Output<string>;@@ -5626,7 +5787,7 @@ unspecified, this defaults to the zone configured in the provider.
extends CustomResource@@ -5654,7 +5815,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/compute.osLogin", }], })); -const instance = new gcp.ComputeInstanceIamPolicy("instance", { +const instance = new gcp.compute.InstanceIAMPolicy("instance", { instanceName: "your-instance-name", policyData: admin.policyData, }); @@ -5666,20 +5827,20 @@ const instance = new gcp.ComputeInstanceIamPolicy("instance", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.ComputeInstanceIamBinding("instance", { +const instance = new gcp.compute.InstanceIAMBinding("instance", { instanceName: "your-instance-name", members: ["user:jane@example.com"], role: "roles/compute.osLogin", }); ``` -## google\compute\_instance\_iam\_member +## google\_compute\_instance\_iam\_member ```typescript import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.ComputeInstanceIamMember("instance", { +const instance = new gcp.compute.InstanceIAMMember("instance", { instanceName: "your-instance-name", member: "user:jane@example.com", role: "roles/compute.osLogin", @@ -5688,7 +5849,7 @@ const instance = new gcp.ComputeInstanceIamMember("instance", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -5754,7 +5915,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -5766,7 +5927,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceName: pulumi.Output<string>;@@ -5777,7 +5938,7 @@ The name of the instance. {{% /md %}}
public member: pulumi.Output<string>;@@ -5785,7 +5946,7 @@ The name of the instance. {{% /md %}}
public project: pulumi.Output<string>;@@ -5797,7 +5958,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -5810,7 +5971,7 @@ The role that should be applied. Only one {{% /md %}}
public zone: pulumi.Output<string>;@@ -5835,7 +5996,7 @@ unspecified, this defaults to the zone configured in the provider.
extends CustomResource@@ -5863,7 +6024,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/compute.osLogin", }], })); -const instance = new gcp.ComputeInstanceIamPolicy("instance", { +const instance = new gcp.compute.InstanceIAMPolicy("instance", { instanceName: "your-instance-name", policyData: admin.policyData, }); @@ -5875,20 +6036,20 @@ const instance = new gcp.ComputeInstanceIamPolicy("instance", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.ComputeInstanceIamBinding("instance", { +const instance = new gcp.compute.InstanceIAMBinding("instance", { instanceName: "your-instance-name", members: ["user:jane@example.com"], role: "roles/compute.osLogin", }); ``` -## google\compute\_instance\_iam\_member +## google\_compute\_instance\_iam\_member ```typescript import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.ComputeInstanceIamMember("instance", { +const instance = new gcp.compute.InstanceIAMMember("instance", { instanceName: "your-instance-name", member: "user:jane@example.com", role: "roles/compute.osLogin", @@ -5897,7 +6058,7 @@ const instance = new gcp.ComputeInstanceIamMember("instance", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -5963,7 +6124,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -5975,7 +6136,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceName: pulumi.Output<string>;@@ -5986,7 +6147,7 @@ The name of the instance. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -5998,7 +6159,7 @@ a `google_iam_policy` data source. {{% /md %}}
public project: pulumi.Output<string>;@@ -6010,7 +6171,7 @@ is not provided, the provider project is used. {{% /md %}}
public zone: pulumi.Output<string>;@@ -6035,7 +6196,7 @@ unspecified, this defaults to the zone configured in the provider.
extends CustomResource@@ -6091,10 +6252,10 @@ const defaultInstanceTemplate = new gcp.compute.InstanceTemplate("default", { networkInterfaces: [{ network: "default", }], - schedulings: [{ + scheduling: { automaticRestart: true, onHostMaintenance: "MIGRATE", - }], + }, serviceAccount: { scopes: [ "userinfo-email", @@ -6205,7 +6366,7 @@ const instanceTemplate = new gcp.compute.InstanceTemplate("instance_template", { {{% /md %}}
public canIpForward: pulumi.Output<boolean | undefined>;@@ -6272,7 +6433,7 @@ packets with non-matching source or destination IPs. This defaults to false. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -6283,7 +6444,7 @@ A brief description of this resource. {{% /md %}}
public disks: pulumi.Output<{ @@ -6311,7 +6472,7 @@ documented below. {{% /md %}}
public guestAccelerators: pulumi.Output<{ @@ -6325,7 +6486,7 @@ List of the type and count of accelerator cards attached to the instance. Struct {{% /md %}}
id: Output<ID>;@@ -6337,7 +6498,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceDescription: pulumi.Output<string | undefined>;@@ -6349,7 +6510,7 @@ created from this template. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -6361,7 +6522,7 @@ created from this template, {{% /md %}}
public machineType: pulumi.Output<string>;@@ -6372,7 +6533,7 @@ The machine type to create. {{% /md %}}
public metadata: pulumi.Output<{[key: string]: any} | undefined>;@@ -6384,7 +6545,7 @@ within instances created from this template. {{% /md %}}
public metadataFingerprint: pulumi.Output<string>;@@ -6395,7 +6556,7 @@ The unique fingerprint of the metadata. {{% /md %}}
public metadataStartupScript: pulumi.Output<string | undefined>;@@ -6409,7 +6570,7 @@ thus the two mechanisms are not allowed to be used simultaneously. {{% /md %}}
public minCpuPlatform: pulumi.Output<string | undefined>;@@ -6421,7 +6582,7 @@ Specifies a minimum CPU platform. Applicable values are the friendly names of CP {{% /md %}}
public name: pulumi.Output<string>;@@ -6433,7 +6594,7 @@ this blank, Terraform will auto-generate a unique name. {{% /md %}}
public namePrefix: pulumi.Output<string>;@@ -6445,7 +6606,7 @@ prefix. Conflicts with `name`. {{% /md %}}
public networkInterfaces: pulumi.Output<{ @@ -6471,7 +6632,7 @@ Structure is documented below. {{% /md %}}
public project: pulumi.Output<string>;@@ -6483,7 +6644,7 @@ is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -6499,7 +6660,7 @@ Provider if no value is given. {{% /md %}}
public scheduling: pulumi.Output<{ @@ -6520,7 +6681,7 @@ this configuration option are detailed below. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -6531,7 +6692,7 @@ The URI of the created resource. {{% /md %}}
public serviceAccount: pulumi.Output<{ @@ -6545,7 +6706,7 @@ Service account to attach to the instance. Structure is documented below. {{% /md %}}
public shieldedInstanceConfig: pulumi.Output<{ @@ -6561,7 +6722,7 @@ Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-v {{% /md %}}
public tags: pulumi.Output<string[] | undefined>;@@ -6572,7 +6733,7 @@ Tags to attach to the instance. {{% /md %}}
public tagsFingerprint: pulumi.Output<string>;@@ -6583,7 +6744,7 @@ The unique fingerprint of the tags. {{% /md %}}
extends CustomResource@@ -6623,7 +6784,7 @@ const onPrem = new gcp.compute.InterconnectAttachment("on_prem", { {{% /md %}}
public candidateSubnets: pulumi.Output<string[] | undefined>;@@ -6686,7 +6847,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public cloudRouterIpAddress: pulumi.Output<string>;@@ -6694,7 +6855,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -6702,7 +6863,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public customerRouterIpAddress: pulumi.Output<string>;@@ -6710,7 +6871,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -6718,7 +6879,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public edgeAvailabilityDomain: pulumi.Output<string | undefined>;@@ -6726,7 +6887,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public googleReferenceId: pulumi.Output<string>;@@ -6734,7 +6895,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -6746,7 +6907,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public interconnect: pulumi.Output<string | undefined>;@@ -6754,7 +6915,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -6762,7 +6923,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public pairingKey: pulumi.Output<string>;@@ -6770,7 +6931,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public partnerAsn: pulumi.Output<string>;@@ -6778,7 +6939,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public privateInterconnectInfo: pulumi.Output<{ @@ -6788,7 +6949,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -6800,7 +6961,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -6808,7 +6969,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public router: pulumi.Output<string>;@@ -6816,7 +6977,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -6827,7 +6988,7 @@ The URI of the created resource. {{% /md %}}
public state: pulumi.Output<string>;@@ -6835,7 +6996,7 @@ The URI of the created resource. {{% /md %}}
public type: pulumi.Output<string>;@@ -6843,7 +7004,7 @@ The URI of the created resource. {{% /md %}}
public vlanTag8021q: pulumi.Output<number>;@@ -6864,7 +7025,7 @@ deployments.
extends CustomResource@@ -6901,7 +7062,7 @@ In conclusion: Be extremely cautious. {{% /md %}}
public certificateId: pulumi.Output<number>;@@ -6964,7 +7125,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -6972,7 +7133,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -6980,7 +7141,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public expireTime: pulumi.Output<string>;@@ -6988,7 +7149,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -7000,7 +7161,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public managed: pulumi.Output<{ @@ -7010,7 +7171,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -7018,7 +7179,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -7030,7 +7191,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -7041,7 +7202,7 @@ The URI of the created resource. {{% /md %}}
public subjectAlternativeNames: pulumi.Output<string[]>;@@ -7049,7 +7210,7 @@ The URI of the created resource. {{% /md %}}
public type: pulumi.Output<string | undefined>;@@ -7057,7 +7218,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -7096,7 +7257,7 @@ const vpcNetwork = new gcp.compute.Network("vpc_network", {}); {{% /md %}}
public autoCreateSubnetworks: pulumi.Output<boolean | undefined>;@@ -7159,7 +7320,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public deleteDefaultRoutesOnCreate: pulumi.Output<boolean | undefined>;@@ -7167,7 +7328,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -7175,7 +7336,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public gatewayIpv4: pulumi.Output<string>;@@ -7183,7 +7344,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -7195,7 +7356,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ipv4Range: pulumi.Output<string | undefined>;@@ -7203,7 +7364,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -7211,7 +7372,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -7223,7 +7384,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public routingMode: pulumi.Output<string>;@@ -7231,7 +7392,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -7242,7 +7403,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -7283,7 +7444,7 @@ To get more information about NetworkEndpointGroup, see: {{% /md %}}
public defaultPort: pulumi.Output<number | undefined>;@@ -7346,7 +7507,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -7354,7 +7515,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -7366,7 +7527,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -7374,7 +7535,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string>;@@ -7382,7 +7543,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public networkEndpointType: pulumi.Output<string | undefined>;@@ -7390,7 +7551,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -7402,7 +7563,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public size: pulumi.Output<number>;@@ -7410,7 +7571,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public subnetwork: pulumi.Output<string | undefined>;@@ -7418,7 +7579,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public zone: pulumi.Output<string>;@@ -7439,7 +7600,7 @@ deployments.
extends CustomResource@@ -7478,7 +7639,7 @@ const peering2 = new gcp.compute.NetworkPeering("peering2", { {{% /md %}}
public autoCreateRoutes: pulumi.Output<boolean | undefined>;@@ -7542,10 +7703,18 @@ multiple copies of the Pulumi SDK have been loaded into the same process. If set to `true`, the routes between the two networks will be created and managed automatically. Defaults to `true`. +{{% /md %}} +
public exportCustomRoutes: pulumi.Output<boolean | undefined>;+{{% md %}} {{% /md %}}
id: Output<ID>;@@ -7554,10 +7723,18 @@ be created and managed automatically. Defaults to `true`. id is the provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases. +{{% /md %}} +
public importCustomRoutes: pulumi.Output<boolean | undefined>;+{{% md %}} {{% /md %}}
public name: pulumi.Output<string>;@@ -7568,7 +7745,7 @@ Name of the peering. {{% /md %}}
public network: pulumi.Output<string>;@@ -7579,7 +7756,7 @@ Resource link of the network to add a peering to. {{% /md %}}
public peerNetwork: pulumi.Output<string>;@@ -7590,7 +7767,7 @@ Resource link of the peer network. {{% /md %}}
public state: pulumi.Output<string>;@@ -7601,7 +7778,7 @@ State for the peering. {{% /md %}}
public stateDetails: pulumi.Output<string>;@@ -7612,7 +7789,7 @@ Details about the current state of the peering. {{% /md %}}
extends CustomResource@@ -7651,17 +7828,15 @@ Terraform to delete and recreate the node group. import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const central1a = pulumi.output(gcp.ComputeNodeTypes({ +const central1a = pulumi.output(gcp.compute.getNodeTypes({ zone: "us-central1-a", })); -const soletenant_tmpl = new gcp.ComputeNodeTemplate("soletenant-tmpl", { - name: "soletenant-tmpl", +const soletenant_tmpl = new gcp.compute.NodeTemplate("soletenant-tmpl", { nodeType: central1a.apply(central1a => central1a.names[0]), region: "us-central1", }); -const nodes = new gcp.ComputeNodeGroup("nodes", { +const nodes = new gcp.compute.NodeGroup("nodes", { description: "example google_compute_node_group for Terraform Google Provider", - name: "soletenant-group", nodeTemplate: soletenant_tmpl.selfLink, size: 1, zone: "us-central1-a", @@ -7670,7 +7845,7 @@ const nodes = new gcp.ComputeNodeGroup("nodes", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -7733,7 +7908,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -7741,7 +7916,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -7753,7 +7928,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -7761,7 +7936,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public nodeTemplate: pulumi.Output<string>;@@ -7769,7 +7944,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -7781,7 +7956,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -7792,7 +7967,7 @@ The URI of the created resource. {{% /md %}}
public size: pulumi.Output<number>;@@ -7800,7 +7975,7 @@ The URI of the created resource. {{% /md %}}
public zone: pulumi.Output<string>;@@ -7821,7 +7996,7 @@ deployments.
extends CustomResource@@ -7844,11 +8019,10 @@ To get more information about NodeTemplate, see: import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const central1a = pulumi.output(gcp.ComputeNodeTypes({ +const central1a = pulumi.output(gcp.compute.getNodeTypes({ zone: "us-central1-a", })); -const template = new gcp.ComputeNodeTemplate("template", { - name: "soletenant-tmpl", +const template = new gcp.compute.NodeTemplate("template", { nodeType: central1a.apply(central1a => central1a.names[0]), region: "us-central1", }); @@ -7856,7 +8030,7 @@ const template = new gcp.ComputeNodeTemplate("template", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -7919,7 +8093,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -7927,7 +8101,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -7939,7 +8113,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -7947,7 +8121,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public nodeAffinityLabels: pulumi.Output<{[key: string]: string} | undefined>;@@ -7955,7 +8129,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public nodeType: pulumi.Output<string | undefined>;@@ -7963,7 +8137,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public nodeTypeFlexibility: pulumi.Output<{ @@ -7975,7 +8149,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -7987,7 +8161,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -7995,7 +8169,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -8006,7 +8180,7 @@ The URI of the created resource. {{% /md %}}
public serverBinding: pulumi.Output<{ @@ -8016,7 +8190,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -8062,7 +8236,7 @@ const defaultProjectMetadata = new gcp.compute.ProjectMetadata("default", { {{% /md %}}
id: Output<ID>;@@ -8129,7 +8303,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public metadata: pulumi.Output<{[key: string]: string}>;@@ -8140,7 +8314,7 @@ A series of key value pairs. {{% /md %}}
public project: pulumi.Output<string>;@@ -8152,7 +8326,7 @@ is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -8190,7 +8364,7 @@ const defaultProjectMetadataItem = new gcp.compute.ProjectMetadataItem("default" {{% /md %}}
id: Output<ID>;@@ -8257,7 +8431,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public key: pulumi.Output<string>;@@ -8268,7 +8442,7 @@ The metadata key to set. {{% /md %}}
public project: pulumi.Output<string>;@@ -8280,7 +8454,7 @@ is not provided, the provider project is used. {{% /md %}}
public value: pulumi.Output<string>;@@ -8304,7 +8478,7 @@ The value to set for the given metadata key.
extends CustomResource@@ -8381,7 +8555,7 @@ const foobarRegionAutoscaler = new gcp.compute.RegionAutoscaler("foobar", { {{% /md %}}
public autoscalingPolicy: pulumi.Output<{ @@ -8461,7 +8635,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -8469,7 +8643,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -8477,7 +8651,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -8489,7 +8663,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -8497,7 +8671,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -8505,7 +8679,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public region: pulumi.Output<string>;@@ -8513,7 +8687,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -8524,7 +8698,7 @@ The URI of the created resource. {{% /md %}}
public target: pulumi.Output<string>;@@ -8532,7 +8706,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -8588,7 +8762,7 @@ const defaultRegionBackendService = new gcp.compute.RegionBackendService("defaul {{% /md %}}
public backends: pulumi.Output<{ description: undefined | string; + failover: undefined | false | true; group: undefined | string; }[] | undefined>;{{% md %}} {{% /md %}}
public connectionDrainingTimeoutSec: pulumi.Output<number | undefined>;@@ -8662,15 +8837,27 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;{{% md %}} {{% /md %}}
public failoverPolicy: pulumi.Output<{ + disableConnectionDrainOnFailover: undefined | false | true; + dropTrafficIfUnhealthy: undefined | false | true; + failoverRatio: undefined | number; +} | undefined>;+{{% md %}} +{{% /md %}} +
public fingerprint: pulumi.Output<string>;@@ -8678,7 +8865,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public healthChecks: pulumi.Output<string>;@@ -8686,7 +8873,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -8698,7 +8885,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public loadBalancingScheme: pulumi.Output<string | undefined>;@@ -8706,7 +8893,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -8714,7 +8901,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -8726,7 +8913,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public protocol: pulumi.Output<string>;@@ -8734,7 +8921,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -8742,7 +8929,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -8753,7 +8940,7 @@ The URI of the created resource. {{% /md %}}
public sessionAffinity: pulumi.Output<string>;@@ -8761,7 +8948,7 @@ The URI of the created resource. {{% /md %}}
public timeoutSec: pulumi.Output<number>;@@ -8769,7 +8956,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -8846,7 +9033,7 @@ const regiondisk = new gcp.compute.RegionDisk("regiondisk", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -8909,7 +9096,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -8917,7 +9104,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public diskEncryptionKey: pulumi.Output<{ @@ -8929,7 +9116,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -8941,7 +9128,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -8949,7 +9136,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -8957,7 +9144,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public lastAttachTimestamp: pulumi.Output<string>;@@ -8965,7 +9152,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public lastDetachTimestamp: pulumi.Output<string>;@@ -8973,7 +9160,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -8981,7 +9168,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public physicalBlockSizeBytes: pulumi.Output<number>;@@ -8989,7 +9176,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -9001,7 +9188,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -9009,7 +9196,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public replicaZones: pulumi.Output<string[]>;@@ -9017,7 +9204,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -9028,7 +9215,7 @@ The URI of the created resource. {{% /md %}}
public size: pulumi.Output<number>;@@ -9036,7 +9223,7 @@ The URI of the created resource. {{% /md %}}
public snapshot: pulumi.Output<string | undefined>;@@ -9044,7 +9231,7 @@ The URI of the created resource. {{% /md %}}
public sourceSnapshotEncryptionKey: pulumi.Output<{ @@ -9056,7 +9243,7 @@ The URI of the created resource. {{% /md %}}
public sourceSnapshotId: pulumi.Output<string>;@@ -9064,7 +9251,7 @@ The URI of the created resource. {{% /md %}}
public type: pulumi.Output<string | undefined>;@@ -9072,7 +9259,7 @@ The URI of the created resource. {{% /md %}}
public users: pulumi.Output<string[]>;@@ -9093,7 +9280,7 @@ deployments.
extends CustomResource@@ -9170,7 +9357,7 @@ const appserver = new gcp.compute.RegionInstanceGroupManager("appserver", { {{% /md %}}
public autoHealingPolicies: pulumi.Output<{ @@ -9240,7 +9427,7 @@ group. You can specify only one value. Structure is documented below. For more i {{% /md %}}
public baseInstanceName: pulumi.Output<string>;@@ -9256,7 +9443,7 @@ name. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -9268,7 +9455,7 @@ group manager. {{% /md %}}
public distributionPolicyZones: pulumi.Output<string[]>;@@ -9281,7 +9468,7 @@ group. You can specify one or more values. For more information, see the [offici {{% /md %}}
public fingerprint: pulumi.Output<string>;@@ -9292,7 +9479,7 @@ The fingerprint of the instance group manager. {{% /md %}}
id: Output<ID>;@@ -9304,7 +9491,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceGroup: pulumi.Output<string>;@@ -9315,7 +9502,7 @@ The full URL of the instance group created by the manager. {{% /md %}}
public name: pulumi.Output<string>;@@ -9329,7 +9516,7 @@ include lowercase letters, numbers, and hyphens. {{% /md %}}
public namedPorts: pulumi.Output<{ @@ -9344,7 +9531,7 @@ for details on configuration. {{% /md %}}
public project: pulumi.Output<string>;@@ -9356,7 +9543,7 @@ is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -9367,7 +9554,7 @@ The region where the managed instance group resides. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -9378,7 +9565,7 @@ The URL of the created resource. {{% /md %}}
public targetPools: pulumi.Output<string[] | undefined>;@@ -9391,7 +9578,7 @@ not affect existing instances. {{% /md %}}
public targetSize: pulumi.Output<number>;@@ -9404,7 +9591,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
public updatePolicy: pulumi.Output<{ @@ -9423,7 +9610,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
public versions: pulumi.Output<{ @@ -9455,7 +9642,7 @@ Structure is documented below. {{% /md %}}
public waitForInstances: pulumi.Output<boolean | undefined>;@@ -9469,7 +9656,7 @@ continue trying until it times out.
extends CustomResource@@ -9522,7 +9709,7 @@ const defaultRoute = new gcp.compute.Route("default", { {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -9585,7 +9772,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public destRange: pulumi.Output<string>;@@ -9593,7 +9780,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -9605,7 +9792,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -9613,7 +9800,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string>;@@ -9621,7 +9808,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public nextHopGateway: pulumi.Output<string | undefined>;@@ -9629,7 +9816,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public nextHopInstance: pulumi.Output<string | undefined>;@@ -9637,7 +9824,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public nextHopInstanceZone: pulumi.Output<string | undefined>;@@ -9651,7 +9838,7 @@ a URL. {{% /md %}}
public nextHopIp: pulumi.Output<string | undefined>;@@ -9659,7 +9846,7 @@ a URL. {{% /md %}}
public nextHopNetwork: pulumi.Output<string>;@@ -9667,7 +9854,7 @@ a URL. {{% /md %}}
public nextHopVpnTunnel: pulumi.Output<string | undefined>;@@ -9675,7 +9862,7 @@ a URL. {{% /md %}}
public priority: pulumi.Output<number | undefined>;@@ -9683,7 +9870,7 @@ a URL. {{% /md %}}
public project: pulumi.Output<string>;@@ -9695,7 +9882,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -9706,7 +9893,7 @@ The URI of the created resource. {{% /md %}}
public tags: pulumi.Output<string[] | undefined>;@@ -9714,7 +9901,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -9771,7 +9958,7 @@ const foobarRouter = new gcp.compute.Router("foobar", { {{% /md %}}
public bgp: pulumi.Output<{ @@ -9842,7 +10029,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -9850,7 +10037,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -9858,7 +10045,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -9870,7 +10057,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -9878,7 +10065,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string>;@@ -9886,7 +10073,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -9898,7 +10085,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -9906,7 +10093,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -9917,7 +10104,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -9957,7 +10144,7 @@ const foobar = new gcp.compute.RouterInterface("foobar", { {{% /md %}}
id: Output<ID>;@@ -10021,10 +10208,24 @@ multiple copies of the Pulumi SDK have been loaded into the same process. id is the provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases. +{{% /md %}} +
public interconnectAttachment: pulumi.Output<string | undefined>;+{{% md %}} + +The name or resource link to the +VLAN interconnect for this interface. Changing this forces a new interface to +be created. Only one of `vpn_tunnel` and `interconnect_attachment` can be +specified. + {{% /md %}}
public ipRange: pulumi.Output<string | undefined>;@@ -10036,7 +10237,7 @@ in the RFC3927 link-local IP space. Changing this forces a new interface to be c {{% /md %}}
public name: pulumi.Output<string>;@@ -10048,7 +10249,7 @@ this forces a new interface to be created. {{% /md %}}
public project: pulumi.Output<string>;@@ -10060,7 +10261,7 @@ is not provided, the provider project is used. Changing this forces a new interf {{% /md %}}
public region: pulumi.Output<string>;@@ -10073,7 +10274,7 @@ created. {{% /md %}}
public router: pulumi.Output<string>;@@ -10085,7 +10286,7 @@ Changing this forces a new interface to be created. {{% /md %}}
public vpnTunnel: pulumi.Output<string>;+
public vpnTunnel: pulumi.Output<string | undefined>;{{% md %}} The name or resource link to the VPN tunnel this -interface will be linked to. Changing this forces a new interface to be created. +interface will be linked to. Changing this forces a new interface to be created. Only +one of `vpn_tunnel` and `interconnect_attachment` can be specified. {{% /md %}}
extends CustomResource@@ -10178,6 +10380,10 @@ const router = new gcp.compute.Router("router", { region: defaultSubnetwork.region, }); const advanced_nat = new gcp.compute.RouterNat("advanced-nat", { + logConfig: { + enable: true, + filter: "TRANSLATIONS_ONLY", + }, natIpAllocateOption: "MANUAL_ONLY", natIps: address.map(v => v.selfLink), region: "us-central1", @@ -10192,7 +10398,7 @@ const advanced_nat = new gcp.compute.RouterNat("advanced-nat", { {{% /md %}}
public icmpIdleTimeoutSec: pulumi.Output<number | undefined>;@@ -10259,7 +10465,7 @@ Defaults to 30s if not set. Changing this forces a new NAT to be created. {{% /md %}}
id: Output<ID>;@@ -10268,10 +10474,21 @@ Defaults to 30s if not set. Changing this forces a new NAT to be created. id is the provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases. +{{% /md %}} +
public logConfig: pulumi.Output<{ + enable: boolean; + filter: string; +} | undefined>;+{{% md %}} {{% /md %}}
public minPortsPerVm: pulumi.Output<number | undefined>;@@ -10284,7 +10501,7 @@ Changing this forces a new NAT to be created. {{% /md %}}
public name: pulumi.Output<string>;@@ -10296,7 +10513,7 @@ this forces a new NAT to be created. {{% /md %}}
public natIpAllocateOption: pulumi.Output<string>;@@ -10309,7 +10526,7 @@ a new NAT to be created. {{% /md %}}
public natIps: pulumi.Output<string[] | undefined>;@@ -10322,7 +10539,7 @@ new NAT to be created. {{% /md %}}
public project: pulumi.Output<string>;@@ -10334,7 +10551,7 @@ is not provided, the provider project is used. Changing this forces a new NAT to {{% /md %}}
public region: pulumi.Output<string>;@@ -10347,7 +10564,7 @@ created. {{% /md %}}
public router: pulumi.Output<string>;@@ -10359,7 +10576,7 @@ Changing this forces a new NAT to be created. {{% /md %}}
public sourceSubnetworkIpRangesToNat: pulumi.Output<string | undefined>;@@ -10373,7 +10590,7 @@ this forces a new NAT to be created. {{% /md %}}
public subnetworks: pulumi.Output<{ @@ -10390,7 +10607,7 @@ the section below for details on configuration. {{% /md %}}
public tcpEstablishedIdleTimeoutSec: pulumi.Output<number | undefined>;@@ -10403,7 +10620,7 @@ a new NAT to be created. {{% /md %}}
public tcpTransitoryIdleTimeoutSec: pulumi.Output<number | undefined>;@@ -10416,7 +10633,7 @@ new NAT to be created. {{% /md %}}
public udpIdleTimeoutSec: pulumi.Output<number | undefined>;@@ -10428,7 +10645,7 @@ Defaults to 30s if not set. Changing this forces a new NAT to be created. {{% /md %}}
extends CustomResource@@ -10470,7 +10687,7 @@ const foobar = new gcp.compute.RouterPeer("foobar", { {{% /md %}}
public advertisedRoutePriority: pulumi.Output<number | undefined>;@@ -10537,7 +10754,7 @@ Changing this forces a new peer to be created. {{% /md %}}
id: Output<ID>;@@ -10549,7 +10766,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public interface: pulumi.Output<string>;@@ -10561,7 +10778,7 @@ Changing this forces a new peer to be created. {{% /md %}}
public ipAddress: pulumi.Output<string>;@@ -10572,7 +10789,7 @@ IP address of the interface inside Google Cloud Platform. {{% /md %}}
public name: pulumi.Output<string>;@@ -10584,7 +10801,7 @@ this forces a new peer to be created. {{% /md %}}
public peerAsn: pulumi.Output<number>;@@ -10596,7 +10813,7 @@ Changing this forces a new peer to be created. {{% /md %}}
public peerIpAddress: pulumi.Output<string | undefined>;@@ -10608,7 +10825,7 @@ Changing this forces a new peer to be created. {{% /md %}}
public project: pulumi.Output<string>;@@ -10620,7 +10837,7 @@ is not provided, the provider project is used. Changing this forces a new peer t {{% /md %}}
public region: pulumi.Output<string>;@@ -10633,7 +10850,7 @@ created. {{% /md %}}
public router: pulumi.Output<string>;@@ -10645,7 +10862,7 @@ Changing this forces a new peer to be created. {{% /md %}}
extends CustomResource@@ -10767,7 +10984,7 @@ const defaultTargetHttpsProxy = new gcp.compute.TargetHttpsProxy("default", { {{% /md %}}
public certificate: pulumi.Output<string>;@@ -10830,7 +11047,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public certificateId: pulumi.Output<number>;@@ -10838,7 +11055,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -10846,7 +11063,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -10854,7 +11071,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -10866,7 +11083,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -10874,7 +11091,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public namePrefix: pulumi.Output<string>;@@ -10886,7 +11103,7 @@ specified prefix. Conflicts with `name`. {{% /md %}}
public privateKey: pulumi.Output<string>;@@ -10894,7 +11111,7 @@ specified prefix. Conflicts with `name`. {{% /md %}}
public project: pulumi.Output<string>;@@ -10906,7 +11123,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -10917,7 +11134,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -10971,7 +11188,7 @@ const prod_ssl_policy = new gcp.compute.SSLPolicy("prod-ssl-policy", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -11034,7 +11251,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public customFeatures: pulumi.Output<string[] | undefined>;@@ -11042,7 +11259,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -11050,7 +11267,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public enabledFeatures: pulumi.Output<string[]>;@@ -11058,7 +11275,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public fingerprint: pulumi.Output<string>;@@ -11066,7 +11283,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -11078,7 +11295,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public minTlsVersion: pulumi.Output<string | undefined>;@@ -11086,7 +11303,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -11094,7 +11311,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public profile: pulumi.Output<string | undefined>;@@ -11102,7 +11319,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -11114,7 +11331,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -11125,7 +11342,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -11186,7 +11403,7 @@ const policy = new gcp.compute.SecurityPolicy("policy", { {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -11252,7 +11469,7 @@ An optional description of this security policy. Max size is 2048. {{% /md %}}
public fingerprint: pulumi.Output<string>;@@ -11263,7 +11480,7 @@ Fingerprint of this resource. {{% /md %}}
id: Output<ID>;@@ -11275,7 +11492,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -11286,7 +11503,7 @@ The name of the security policy. {{% /md %}}
public project: pulumi.Output<string>;@@ -11298,7 +11515,7 @@ is not provided, the provider project is used. {{% /md %}}
public rules: pulumi.Output<{ @@ -11322,7 +11539,7 @@ security policy, a default rule with action "allow" will be added. Structure is {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -11333,7 +11550,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -11365,7 +11582,7 @@ To get more information about ScanConfig, see: {{% /md %}}
public authentication: pulumi.Output<{ @@ -11438,7 +11655,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public blacklistPatterns: pulumi.Output<string[] | undefined>;@@ -11446,7 +11663,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public displayName: pulumi.Output<string>;@@ -11454,7 +11671,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public exportToSecurityCommandCenter: pulumi.Output<string | undefined>;@@ -11462,7 +11679,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -11474,7 +11691,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public maxQps: pulumi.Output<number | undefined>;@@ -11482,7 +11699,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -11490,7 +11707,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -11502,7 +11719,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public schedule: pulumi.Output<{ @@ -11513,7 +11730,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public startingUrls: pulumi.Output<string[]>;@@ -11521,7 +11738,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public targetPlatforms: pulumi.Output<string[] | undefined>;@@ -11529,7 +11746,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public userAgent: pulumi.Output<string | undefined>;@@ -11550,7 +11767,7 @@ deployments.
extends CustomResource@@ -11588,7 +11805,7 @@ const service2 = new gcp.compute.SharedVPCServiceProject("service2", { {{% /md %}}
id: Output<ID>;@@ -11655,7 +11872,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -11666,7 +11883,7 @@ The ID of the project that will serve as a Shared VPC host project {{% /md %}}
extends CustomResource@@ -11711,7 +11928,7 @@ For a complete Shared VPC example with both host and service projects, see {{% /md %}}
public hostProject: pulumi.Output<string>;@@ -11777,7 +11994,7 @@ The ID of a host project to associate. {{% /md %}}
id: Output<ID>;@@ -11789,7 +12006,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public serviceProject: pulumi.Output<string>;@@ -11800,7 +12017,7 @@ The ID of the project that will serve as a Shared VPC service project. {{% /md %}}
extends CustomResource@@ -11867,7 +12084,7 @@ const snapshot = new gcp.compute.Snapshot("snapshot", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -11930,7 +12147,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -11938,7 +12155,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public diskSizeGb: pulumi.Output<number>;@@ -11946,7 +12163,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -11958,7 +12175,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -11966,7 +12183,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -11974,7 +12191,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public licenses: pulumi.Output<string[]>;@@ -11982,7 +12199,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -11990,7 +12207,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -12002,7 +12219,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -12013,7 +12230,7 @@ The URI of the created resource. {{% /md %}}
public snapshotEncryptionKey: pulumi.Output<{ @@ -12024,7 +12241,7 @@ The URI of the created resource. {{% /md %}}
public snapshotId: pulumi.Output<number>;@@ -12032,7 +12249,7 @@ The URI of the created resource. {{% /md %}}
public sourceDisk: pulumi.Output<string>;@@ -12040,7 +12257,7 @@ The URI of the created resource. {{% /md %}}
public sourceDiskEncryptionKey: pulumi.Output<{ @@ -12050,7 +12267,7 @@ The URI of the created resource. {{% /md %}}
public sourceDiskLink: pulumi.Output<string>;@@ -12058,7 +12275,7 @@ The URI of the created resource. {{% /md %}}
public storageBytes: pulumi.Output<number>;@@ -12066,7 +12283,7 @@ The URI of the created resource. {{% /md %}}
public zone: pulumi.Output<string>;@@ -12087,7 +12304,7 @@ deployments.
extends CustomResource@@ -12147,7 +12364,7 @@ const network_with_private_secondary_ip_ranges = new gcp.compute.Subnetwork("net {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -12210,7 +12427,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -12218,7 +12435,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public enableFlowLogs: pulumi.Output<boolean | undefined>;@@ -12226,7 +12443,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public fingerprint: pulumi.Output<string>;@@ -12234,7 +12451,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public gatewayAddress: pulumi.Output<string>;@@ -12242,7 +12459,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -12254,7 +12471,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ipCidrRange: pulumi.Output<string>;@@ -12262,7 +12479,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public logConfig: pulumi.Output<{ @@ -12274,7 +12491,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -12282,7 +12499,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string>;@@ -12290,7 +12507,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public privateIpGoogleAccess: pulumi.Output<boolean | undefined>;@@ -12298,7 +12515,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -12310,7 +12527,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -12318,7 +12535,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public secondaryIpRanges: pulumi.Output<{ @@ -12329,7 +12546,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -12340,7 +12557,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -12403,7 +12620,7 @@ const subnet = new gcp.compute.SubnetworkIAMBinding("subnet", { }); ``` -## google\compute\_subnetwork\_iam\_member +## google\_compute\_subnetwork\_iam\_member ```typescript import * as pulumi from "@pulumi/pulumi"; @@ -12418,7 +12635,7 @@ const subnet = new gcp.compute.SubnetworkIAMMember("subnet", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -12484,7 +12701,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -12496,7 +12713,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -12504,7 +12721,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -12516,7 +12733,7 @@ is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -12528,7 +12745,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
public role: pulumi.Output<string>;@@ -12541,7 +12758,7 @@ The role that should be applied. Only one {{% /md %}}
public subnetwork: pulumi.Output<string>;@@ -12552,7 +12769,7 @@ The name of the subnetwork. {{% /md %}}
extends CustomResource@@ -12615,7 +12832,7 @@ const subnet = new gcp.compute.SubnetworkIAMBinding("subnet", { }); ``` -## google\compute\_subnetwork\_iam\_member +## google\_compute\_subnetwork\_iam\_member ```typescript import * as pulumi from "@pulumi/pulumi"; @@ -12630,7 +12847,7 @@ const subnet = new gcp.compute.SubnetworkIAMMember("subnet", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -12696,7 +12913,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -12708,7 +12925,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -12716,7 +12933,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -12728,7 +12945,7 @@ is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -12740,7 +12957,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
public role: pulumi.Output<string>;@@ -12753,7 +12970,7 @@ The role that should be applied. Only one {{% /md %}}
public subnetwork: pulumi.Output<string>;@@ -12764,7 +12981,7 @@ The name of the subnetwork. {{% /md %}}
extends CustomResource@@ -12827,7 +13044,7 @@ const subnet = new gcp.compute.SubnetworkIAMBinding("subnet", { }); ``` -## google\compute\_subnetwork\_iam\_member +## google\_compute\_subnetwork\_iam\_member ```typescript import * as pulumi from "@pulumi/pulumi"; @@ -12842,7 +13059,7 @@ const subnet = new gcp.compute.SubnetworkIAMMember("subnet", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -12908,7 +13125,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -12920,7 +13137,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -12932,7 +13149,7 @@ a `google_iam_policy` data source. {{% /md %}}
public project: pulumi.Output<string>;@@ -12944,7 +13161,7 @@ is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -12956,7 +13173,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
public subnetwork: pulumi.Output<string>;@@ -12967,7 +13184,7 @@ The name of the subnetwork. {{% /md %}}
extends CustomResource@@ -13035,7 +13252,7 @@ const defaultTargetHttpProxy = new gcp.compute.TargetHttpProxy("default", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -13098,7 +13315,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -13106,7 +13323,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -13118,7 +13335,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -13126,7 +13343,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -13138,7 +13355,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public proxyId: pulumi.Output<number>;@@ -13146,7 +13363,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -13157,7 +13374,7 @@ The URI of the created resource. {{% /md %}}
public urlMap: pulumi.Output<string>;@@ -13165,7 +13382,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -13240,7 +13457,7 @@ const defaultTargetHttpsProxy = new gcp.compute.TargetHttpsProxy("default", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -13303,7 +13520,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -13311,7 +13528,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -13323,7 +13540,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -13331,7 +13548,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -13343,7 +13560,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public proxyId: pulumi.Output<number>;@@ -13351,7 +13568,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public quicOverride: pulumi.Output<string | undefined>;@@ -13359,7 +13576,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -13370,7 +13587,7 @@ The URI of the created resource. {{% /md %}}
public sslCertificates: pulumi.Output<string[]>;@@ -13378,7 +13595,7 @@ The URI of the created resource. {{% /md %}}
public sslPolicy: pulumi.Output<string | undefined>;@@ -13386,7 +13603,7 @@ The URI of the created resource. {{% /md %}}
public urlMap: pulumi.Output<string>;@@ -13394,7 +13611,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -13449,15 +13666,14 @@ const target_vm = new gcp.compute.Instance("target-vm", { }], zone: "us-central1-a", }); -const defaultComputeTargetInstance = new gcp.ComputeTargetInstance("default", { +const defaultTargetInstance = new gcp.compute.TargetInstance("default", { instance: target_vm.selfLink, - name: "target", }); ``` {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -13520,7 +13736,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -13528,7 +13744,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -13540,7 +13756,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -13548,7 +13764,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -13556,7 +13772,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public natPolicy: pulumi.Output<string | undefined>;@@ -13564,7 +13780,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -13576,7 +13792,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -13587,7 +13803,7 @@ The URI of the created resource. {{% /md %}}
public zone: pulumi.Output<string>;@@ -13608,7 +13824,7 @@ deployments.
extends CustomResource@@ -13642,7 +13858,7 @@ const defaultTargetPool = new gcp.compute.TargetPool("default", { {{% /md %}}
public backupPool: pulumi.Output<string | undefined>;@@ -13709,7 +13925,7 @@ failover\_ratio. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -13720,7 +13936,7 @@ Textual description field. {{% /md %}}
public failoverRatio: pulumi.Output<number | undefined>;@@ -13732,7 +13948,7 @@ backup pool (which must also be set). {{% /md %}}
public healthChecks: pulumi.Output<string | undefined>;@@ -13744,7 +13960,7 @@ legacy `google_compute_http_health_check` is supported. {{% /md %}}
id: Output<ID>;@@ -13756,7 +13972,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instances: pulumi.Output<string[]>;@@ -13771,7 +13987,7 @@ target pool. {{% /md %}}
public name: pulumi.Output<string>;@@ -13783,7 +13999,7 @@ this forces a new resource to be created. {{% /md %}}
public project: pulumi.Output<string>;@@ -13795,7 +14011,7 @@ is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -13807,7 +14023,7 @@ region. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -13818,7 +14034,7 @@ The URI of the created resource. {{% /md %}}
public sessionAffinity: pulumi.Output<string | undefined>;@@ -13831,7 +14047,7 @@ affinity). "CLIENT\_IP" (hash of the source/dest addresses / ports), and {{% /md %}}
extends CustomResource@@ -13891,7 +14107,7 @@ const defaultTargetSSLProxy = new gcp.compute.TargetSSLProxy("default", { {{% /md %}}
public backendService: pulumi.Output<string>;@@ -13954,7 +14170,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -13962,7 +14178,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -13970,7 +14186,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -13982,7 +14198,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -13990,7 +14206,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -14002,7 +14218,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public proxyHeader: pulumi.Output<string | undefined>;@@ -14010,7 +14226,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public proxyId: pulumi.Output<number>;@@ -14018,7 +14234,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -14029,7 +14245,7 @@ The URI of the created resource. {{% /md %}}
public sslCertificates: pulumi.Output<string>;@@ -14037,7 +14253,7 @@ The URI of the created resource. {{% /md %}}
public sslPolicy: pulumi.Output<string | undefined>;@@ -14045,7 +14261,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -14100,7 +14316,7 @@ const defaultTargetTCPProxy = new gcp.compute.TargetTCPProxy("default", { {{% /md %}}
public backendService: pulumi.Output<string>;@@ -14163,7 +14379,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -14171,7 +14387,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -14179,7 +14395,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -14191,7 +14407,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -14199,7 +14415,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -14211,7 +14427,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public proxyHeader: pulumi.Output<string | undefined>;@@ -14219,7 +14435,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public proxyId: pulumi.Output<number>;@@ -14227,7 +14443,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -14238,7 +14454,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -14326,7 +14542,7 @@ const urlmap = new gcp.compute.URLMap("urlmap", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -14389,7 +14605,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public defaultService: pulumi.Output<string>;@@ -14397,7 +14613,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -14405,7 +14621,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public fingerprint: pulumi.Output<string>;@@ -14413,7 +14629,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public hostRules: pulumi.Output<{ @@ -14425,7 +14641,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -14437,7 +14653,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public mapId: pulumi.Output<number>;@@ -14445,7 +14661,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -14453,7 +14669,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public pathMatchers: pulumi.Output<{ @@ -14469,7 +14685,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -14481,7 +14697,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -14492,7 +14708,7 @@ The URI of the created resource. {{% /md %}}
public tests: pulumi.Output<{ @@ -14505,7 +14721,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -14575,7 +14791,7 @@ const route1 = new gcp.compute.Route("route1", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -14638,7 +14854,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -14646,7 +14862,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -14658,7 +14874,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -14666,7 +14882,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string>;@@ -14674,7 +14890,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -14686,7 +14902,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -14694,7 +14910,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -14705,7 +14921,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -14781,7 +14997,7 @@ const route1 = new gcp.compute.Route("route1", { {{% /md %}}
public creationTimestamp: pulumi.Output<string>;@@ -14844,7 +15060,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -14852,7 +15068,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public detailedStatus: pulumi.Output<string>;@@ -14860,7 +15076,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -14872,7 +15088,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ikeVersion: pulumi.Output<number | undefined>;@@ -14880,7 +15096,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelFingerprint: pulumi.Output<string>;@@ -14888,7 +15104,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -14896,7 +15112,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public localTrafficSelectors: pulumi.Output<string[]>;@@ -14904,15 +15120,39 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;{{% md %}} {{% /md %}}
public peerExternalGateway: pulumi.Output<string | undefined>;+{{% md %}} +{{% /md %}} +
public peerExternalGatewayInterface: pulumi.Output<number | undefined>;+{{% md %}} +{{% /md %}} +
public peerGcpGateway: pulumi.Output<string | undefined>;+{{% md %}} +{{% /md %}} +
public peerIp: pulumi.Output<string>;@@ -14920,7 +15160,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -14932,7 +15172,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -14940,7 +15180,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public remoteTrafficSelectors: pulumi.Output<string[]>;@@ -14948,7 +15188,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public router: pulumi.Output<string | undefined>;@@ -14956,7 +15196,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -14967,7 +15207,7 @@ The URI of the created resource. {{% /md %}}
public sharedSecret: pulumi.Output<string>;@@ -14975,7 +15215,7 @@ The URI of the created resource. {{% /md %}}
public sharedSecretHash: pulumi.Output<string>;@@ -14983,15 +15223,15 @@ The URI of the created resource. {{% /md %}}
public targetVpnGateway: pulumi.Output<string>;+
public targetVpnGateway: pulumi.Output<string | undefined>;{{% md %}} {{% /md %}}
urn: Output<URN>;@@ -15000,11 +15240,27 @@ The URI of the created resource. urn is the stable logical URN used to distinctly address a resource, both before and after deployments. +{{% /md %}} +
public vpnGateway: pulumi.Output<string | undefined>;+{{% md %}} +{{% /md %}} +
public vpnGatewayInterface: pulumi.Output<number | undefined>;+{{% md %}} {{% /md %}}
getCertificate(args: GetCertificateArgs, opts?: pulumi.InvokeOptions): Promise<GetCertificateResult>+ + +Get info about a Google Compute SSL Certificate from its name. + +## Example Usage + +```typescript +import * as pulumi from "@pulumi/pulumi"; +import * as gcp from "@pulumi/gcp"; + +const myCert = pulumi.output(gcp.compute.getCertificate({ + location: "us-east1-a", + name: "my-cert", +})); + +export const certificate = myCert.certificate; +export const certificateId = myCert.certificateId; +export const selfLink = myCert.selfLink; +``` + {{% /md %}}
address?: pulumi.Input<string>;@@ -15525,7 +15809,7 @@ The IP of the created resource. {{% /md %}}
addressType?: pulumi.Input<string>;@@ -15533,7 +15817,7 @@ The IP of the created resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -15541,7 +15825,7 @@ The IP of the created resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -15549,7 +15833,7 @@ The IP of the created resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -15557,7 +15841,7 @@ The IP of the created resource. {{% /md %}}
networkTier?: pulumi.Input<string>;@@ -15565,7 +15849,7 @@ The IP of the created resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -15577,7 +15861,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -15585,7 +15869,7 @@ If it is not provided, the provider project is used. {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -15594,7 +15878,7 @@ If it is not provided, the provider project is used.
address?: pulumi.Input<string>;@@ -15614,7 +15898,7 @@ The IP of the created resource. {{% /md %}}
addressType?: pulumi.Input<string>;@@ -15622,7 +15906,7 @@ The IP of the created resource. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -15630,7 +15914,7 @@ The IP of the created resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -15638,7 +15922,7 @@ The IP of the created resource. {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -15646,7 +15930,7 @@ The IP of the created resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -15654,7 +15938,7 @@ The IP of the created resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -15662,7 +15946,7 @@ The IP of the created resource. {{% /md %}}
networkTier?: pulumi.Input<string>;@@ -15670,7 +15954,7 @@ The IP of the created resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -15682,7 +15966,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -15690,7 +15974,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -15701,7 +15985,7 @@ The URI of the created resource. {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -15709,7 +15993,7 @@ The URI of the created resource. {{% /md %}}
users?: pulumi.Input<pulumi.Input<string>[]>;@@ -15718,7 +16002,7 @@ The URI of the created resource.
deviceName?: pulumi.Input<string>;@@ -15735,7 +16019,7 @@ The set of arguments for constructing a AttachedDisk resource. {{% /md %}}
disk: pulumi.Input<string>;@@ -15743,7 +16027,7 @@ The set of arguments for constructing a AttachedDisk resource. {{% /md %}}
instance: pulumi.Input<string>;@@ -15751,7 +16035,7 @@ The set of arguments for constructing a AttachedDisk resource. {{% /md %}}
mode?: pulumi.Input<string>;@@ -15759,7 +16043,7 @@ The set of arguments for constructing a AttachedDisk resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -15767,7 +16051,7 @@ The set of arguments for constructing a AttachedDisk resource. {{% /md %}}
zone?: pulumi.Input<string>;@@ -15776,7 +16060,7 @@ The set of arguments for constructing a AttachedDisk resource.
deviceName?: pulumi.Input<string>;@@ -15793,7 +16077,7 @@ Input properties used for looking up and filtering AttachedDisk resources. {{% /md %}}
disk?: pulumi.Input<string>;@@ -15801,7 +16085,7 @@ Input properties used for looking up and filtering AttachedDisk resources. {{% /md %}}
instance?: pulumi.Input<string>;@@ -15809,7 +16093,7 @@ Input properties used for looking up and filtering AttachedDisk resources. {{% /md %}}
mode?: pulumi.Input<string>;@@ -15817,7 +16101,7 @@ Input properties used for looking up and filtering AttachedDisk resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -15825,7 +16109,7 @@ Input properties used for looking up and filtering AttachedDisk resources. {{% /md %}}
zone?: pulumi.Input<string>;@@ -15834,7 +16118,7 @@ Input properties used for looking up and filtering AttachedDisk resources.
autoscalingPolicy: pulumi.Input<{ @@ -15868,7 +16152,7 @@ The set of arguments for constructing a Autoscalar resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -15876,7 +16160,7 @@ The set of arguments for constructing a Autoscalar resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -15884,7 +16168,7 @@ The set of arguments for constructing a Autoscalar resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -15892,7 +16176,7 @@ The set of arguments for constructing a Autoscalar resource. {{% /md %}}
target: pulumi.Input<string>;@@ -15900,7 +16184,7 @@ The set of arguments for constructing a Autoscalar resource. {{% /md %}}
zone?: pulumi.Input<string>;@@ -15909,7 +16193,7 @@ The set of arguments for constructing a Autoscalar resource.
autoscalingPolicy?: pulumi.Input<{ @@ -15943,7 +16227,7 @@ Input properties used for looking up and filtering Autoscalar resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -15951,7 +16235,7 @@ Input properties used for looking up and filtering Autoscalar resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -15959,7 +16243,7 @@ Input properties used for looking up and filtering Autoscalar resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -15967,7 +16251,7 @@ Input properties used for looking up and filtering Autoscalar resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -15975,7 +16259,7 @@ Input properties used for looking up and filtering Autoscalar resources. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -15986,7 +16270,7 @@ The URI of the created resource. {{% /md %}}
target?: pulumi.Input<string>;@@ -15994,7 +16278,7 @@ The URI of the created resource. {{% /md %}}
zone?: pulumi.Input<string>;@@ -16003,7 +16287,7 @@ The URI of the created resource.
bucketName: pulumi.Input<string>;@@ -16020,7 +16304,7 @@ The set of arguments for constructing a BackendBucket resource. {{% /md %}}
cdnPolicy?: pulumi.Input<{ @@ -16030,7 +16314,7 @@ The set of arguments for constructing a BackendBucket resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -16038,7 +16322,7 @@ The set of arguments for constructing a BackendBucket resource. {{% /md %}}
enableCdn?: pulumi.Input<boolean>;@@ -16046,7 +16330,7 @@ The set of arguments for constructing a BackendBucket resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -16054,7 +16338,7 @@ The set of arguments for constructing a BackendBucket resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -16067,7 +16351,7 @@ If it is not provided, the provider project is used.
bucketName?: pulumi.Input<string>;@@ -16084,7 +16368,7 @@ Input properties used for looking up and filtering BackendBucket resources. {{% /md %}}
cdnPolicy?: pulumi.Input<{ @@ -16094,7 +16378,7 @@ Input properties used for looking up and filtering BackendBucket resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -16102,7 +16386,7 @@ Input properties used for looking up and filtering BackendBucket resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -16110,7 +16394,7 @@ Input properties used for looking up and filtering BackendBucket resources. {{% /md %}}
enableCdn?: pulumi.Input<boolean>;@@ -16118,7 +16402,7 @@ Input properties used for looking up and filtering BackendBucket resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -16126,7 +16410,7 @@ Input properties used for looking up and filtering BackendBucket resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -16138,7 +16422,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -16150,7 +16434,7 @@ The URI of the created resource.
affinityCookieTtlSec?: pulumi.Input<number>;@@ -16167,7 +16451,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
backends?: pulumi.Input<pulumi.Input<{ @@ -16185,7 +16469,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
cdnPolicy?: pulumi.Input<{ @@ -16202,7 +16486,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
connectionDrainingTimeoutSec?: pulumi.Input<number>;@@ -16210,7 +16494,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
customRequestHeaders?: pulumi.Input<pulumi.Input<string>[]>;@@ -16218,7 +16502,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -16226,7 +16510,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
enableCdn?: pulumi.Input<boolean>;@@ -16234,7 +16518,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
healthChecks: pulumi.Input<string>;@@ -16242,7 +16526,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
iap?: pulumi.Input<{ @@ -16254,7 +16538,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
loadBalancingScheme?: pulumi.Input<string>;@@ -16262,7 +16546,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -16270,7 +16554,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
portName?: pulumi.Input<string>;@@ -16278,7 +16562,7 @@ The set of arguments for constructing a BackendService resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -16290,7 +16574,7 @@ If it is not provided, the provider project is used. {{% /md %}}
protocol?: pulumi.Input<string>;@@ -16298,7 +16582,7 @@ If it is not provided, the provider project is used. {{% /md %}}
securityPolicy?: pulumi.Input<string>;@@ -16306,7 +16590,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sessionAffinity?: pulumi.Input<string>;@@ -16314,7 +16598,7 @@ If it is not provided, the provider project is used. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -16323,7 +16607,7 @@ If it is not provided, the provider project is used.
affinityCookieTtlSec?: pulumi.Input<number>;@@ -16340,7 +16624,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
backends?: pulumi.Input<pulumi.Input<{ @@ -16358,7 +16642,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
cdnPolicy?: pulumi.Input<{ @@ -16375,7 +16659,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
connectionDrainingTimeoutSec?: pulumi.Input<number>;@@ -16383,7 +16667,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -16391,7 +16675,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
customRequestHeaders?: pulumi.Input<pulumi.Input<string>[]>;@@ -16399,7 +16683,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -16407,7 +16691,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
enableCdn?: pulumi.Input<boolean>;@@ -16415,7 +16699,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
fingerprint?: pulumi.Input<string>;@@ -16423,7 +16707,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
healthChecks?: pulumi.Input<string>;@@ -16431,7 +16715,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
iap?: pulumi.Input<{ @@ -16443,7 +16727,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
loadBalancingScheme?: pulumi.Input<string>;@@ -16451,7 +16735,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -16459,7 +16743,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
portName?: pulumi.Input<string>;@@ -16467,7 +16751,7 @@ Input properties used for looking up and filtering BackendService resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -16479,7 +16763,7 @@ If it is not provided, the provider project is used. {{% /md %}}
protocol?: pulumi.Input<string>;@@ -16487,7 +16771,7 @@ If it is not provided, the provider project is used. {{% /md %}}
securityPolicy?: pulumi.Input<string>;@@ -16495,7 +16779,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -16506,7 +16790,7 @@ The URI of the created resource. {{% /md %}}
sessionAffinity?: pulumi.Input<string>;@@ -16514,7 +16798,7 @@ The URI of the created resource. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -16523,7 +16807,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -16540,7 +16824,7 @@ The set of arguments for constructing a Disk resource. {{% /md %}}
diskEncryptionKey?: pulumi.Input<{ @@ -16552,7 +16836,7 @@ The set of arguments for constructing a Disk resource. {{% /md %}}
image?: pulumi.Input<string>;@@ -16560,7 +16844,7 @@ The set of arguments for constructing a Disk resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -16568,7 +16852,7 @@ The set of arguments for constructing a Disk resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -16576,7 +16860,7 @@ The set of arguments for constructing a Disk resource. {{% /md %}}
physicalBlockSizeBytes?: pulumi.Input<number>;@@ -16584,7 +16868,7 @@ The set of arguments for constructing a Disk resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -16596,7 +16880,7 @@ If it is not provided, the provider project is used. {{% /md %}}
size?: pulumi.Input<number>;@@ -16604,7 +16888,7 @@ If it is not provided, the provider project is used. {{% /md %}}
snapshot?: pulumi.Input<string>;@@ -16612,7 +16896,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceImageEncryptionKey?: pulumi.Input<{ @@ -16624,7 +16908,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceSnapshotEncryptionKey?: pulumi.Input<{ @@ -16636,7 +16920,7 @@ If it is not provided, the provider project is used. {{% /md %}}
type?: pulumi.Input<string>;@@ -16644,7 +16928,7 @@ If it is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -16653,7 +16937,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -16670,7 +16954,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -16678,7 +16962,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
diskEncryptionKey?: pulumi.Input<{ @@ -16690,7 +16974,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
image?: pulumi.Input<string>;@@ -16698,7 +16982,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -16706,7 +16990,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -16714,7 +16998,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
lastAttachTimestamp?: pulumi.Input<string>;@@ -16722,7 +17006,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
lastDetachTimestamp?: pulumi.Input<string>;@@ -16730,7 +17014,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -16738,7 +17022,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
physicalBlockSizeBytes?: pulumi.Input<number>;@@ -16746,7 +17030,7 @@ Input properties used for looking up and filtering Disk resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -16758,7 +17042,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -16769,7 +17053,7 @@ The URI of the created resource. {{% /md %}}
size?: pulumi.Input<number>;@@ -16777,7 +17061,7 @@ The URI of the created resource. {{% /md %}}
snapshot?: pulumi.Input<string>;@@ -16785,7 +17069,7 @@ The URI of the created resource. {{% /md %}}
sourceImageEncryptionKey?: pulumi.Input<{ @@ -16797,7 +17081,7 @@ The URI of the created resource. {{% /md %}}
sourceImageId?: pulumi.Input<string>;@@ -16805,7 +17089,7 @@ The URI of the created resource. {{% /md %}}
sourceSnapshotEncryptionKey?: pulumi.Input<{ @@ -16817,7 +17101,7 @@ The URI of the created resource. {{% /md %}}
sourceSnapshotId?: pulumi.Input<string>;@@ -16825,7 +17109,7 @@ The URI of the created resource. {{% /md %}}
type?: pulumi.Input<string>;@@ -16833,7 +17117,7 @@ The URI of the created resource. {{% /md %}}
users?: pulumi.Input<pulumi.Input<string>[]>;@@ -16841,7 +17125,7 @@ The URI of the created resource. {{% /md %}}
zone?: pulumi.Input<string>;@@ -16850,7 +17134,7 @@ The URI of the created resource.
allows?: pulumi.Input<pulumi.Input<{ @@ -16870,7 +17154,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
denies?: pulumi.Input<pulumi.Input<{ @@ -16881,7 +17165,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -16889,7 +17173,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
destinationRanges?: pulumi.Input<pulumi.Input<string>[]>;@@ -16897,7 +17181,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
direction?: pulumi.Input<string>;@@ -16905,7 +17189,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -16913,7 +17197,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
enableLogging?: pulumi.Input<boolean>;@@ -16921,7 +17205,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -16929,7 +17213,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
network: pulumi.Input<string>;@@ -16937,7 +17221,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
priority?: pulumi.Input<number>;@@ -16945,7 +17229,7 @@ The set of arguments for constructing a Firewall resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -16957,7 +17241,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceRanges?: pulumi.Input<pulumi.Input<string>[]>;@@ -16965,7 +17249,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceServiceAccounts?: pulumi.Input<pulumi.Input<string>[]>;@@ -16973,7 +17257,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceTags?: pulumi.Input<pulumi.Input<string>[]>;@@ -16981,7 +17265,7 @@ If it is not provided, the provider project is used. {{% /md %}}
targetServiceAccounts?: pulumi.Input<pulumi.Input<string>[]>;@@ -16989,7 +17273,7 @@ If it is not provided, the provider project is used. {{% /md %}}
targetTags?: pulumi.Input<pulumi.Input<string>[]>;@@ -16998,7 +17282,7 @@ If it is not provided, the provider project is used.
allows?: pulumi.Input<pulumi.Input<{ @@ -17018,7 +17302,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -17026,7 +17310,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
denies?: pulumi.Input<pulumi.Input<{ @@ -17037,7 +17321,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -17045,7 +17329,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
destinationRanges?: pulumi.Input<pulumi.Input<string>[]>;@@ -17053,7 +17337,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
direction?: pulumi.Input<string>;@@ -17061,7 +17345,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -17069,7 +17353,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
enableLogging?: pulumi.Input<boolean>;@@ -17077,7 +17361,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -17085,7 +17369,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
network?: pulumi.Input<string>;@@ -17093,7 +17377,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
priority?: pulumi.Input<number>;@@ -17101,7 +17385,7 @@ Input properties used for looking up and filtering Firewall resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -17113,7 +17397,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -17124,7 +17408,7 @@ The URI of the created resource. {{% /md %}}
sourceRanges?: pulumi.Input<pulumi.Input<string>[]>;@@ -17132,7 +17416,7 @@ The URI of the created resource. {{% /md %}}
sourceServiceAccounts?: pulumi.Input<pulumi.Input<string>[]>;@@ -17140,7 +17424,7 @@ The URI of the created resource. {{% /md %}}
sourceTags?: pulumi.Input<pulumi.Input<string>[]>;@@ -17148,7 +17432,7 @@ The URI of the created resource. {{% /md %}}
targetServiceAccounts?: pulumi.Input<pulumi.Input<string>[]>;@@ -17156,7 +17440,7 @@ The URI of the created resource. {{% /md %}}
targetTags?: pulumi.Input<pulumi.Input<string>[]>;@@ -17165,7 +17449,7 @@ The URI of the created resource.
allPorts?: pulumi.Input<boolean>;@@ -17182,7 +17466,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
backendService?: pulumi.Input<string>;@@ -17190,7 +17474,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -17198,7 +17482,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
ipAddress?: pulumi.Input<string>;@@ -17206,7 +17490,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
ipProtocol?: pulumi.Input<string>;@@ -17214,7 +17498,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
ipVersion?: pulumi.Input<string>;@@ -17222,7 +17506,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -17230,7 +17514,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
loadBalancingScheme?: pulumi.Input<string>;@@ -17238,7 +17522,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -17246,7 +17530,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
network?: pulumi.Input<string>;@@ -17254,7 +17538,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
networkTier?: pulumi.Input<string>;@@ -17262,7 +17546,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
portRange?: pulumi.Input<string>;@@ -17270,7 +17554,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
ports?: pulumi.Input<pulumi.Input<string>[]>;@@ -17278,7 +17562,7 @@ The set of arguments for constructing a ForwardingRule resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -17290,7 +17574,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -17298,7 +17582,7 @@ If it is not provided, the provider project is used. {{% /md %}}
serviceLabel?: pulumi.Input<string>;@@ -17306,7 +17590,7 @@ If it is not provided, the provider project is used. {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -17314,7 +17598,7 @@ If it is not provided, the provider project is used. {{% /md %}}
target?: pulumi.Input<string>;@@ -17323,7 +17607,7 @@ If it is not provided, the provider project is used.
allPorts?: pulumi.Input<boolean>;@@ -17340,7 +17624,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
backendService?: pulumi.Input<string>;@@ -17348,7 +17632,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -17356,7 +17640,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -17364,7 +17648,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
ipAddress?: pulumi.Input<string>;@@ -17372,7 +17656,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
ipProtocol?: pulumi.Input<string>;@@ -17380,7 +17664,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
ipVersion?: pulumi.Input<string>;@@ -17388,7 +17672,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -17396,7 +17680,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -17404,7 +17688,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
loadBalancingScheme?: pulumi.Input<string>;@@ -17412,7 +17696,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -17420,7 +17704,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
network?: pulumi.Input<string>;@@ -17428,7 +17712,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
networkTier?: pulumi.Input<string>;@@ -17436,7 +17720,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
portRange?: pulumi.Input<string>;@@ -17444,7 +17728,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
ports?: pulumi.Input<pulumi.Input<string>[]>;@@ -17452,7 +17736,7 @@ Input properties used for looking up and filtering ForwardingRule resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -17464,7 +17748,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -17472,7 +17756,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -17483,7 +17767,7 @@ The URI of the created resource. {{% /md %}}
serviceLabel?: pulumi.Input<string>;@@ -17491,7 +17775,7 @@ The URI of the created resource. {{% /md %}}
serviceName?: pulumi.Input<string>;@@ -17499,7 +17783,7 @@ The URI of the created resource. {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -17507,7 +17791,7 @@ The URI of the created resource. {{% /md %}}
target?: pulumi.Input<string>;@@ -17516,7 +17800,7 @@ The URI of the created resource.
name: string;
@@ -17536,7 +17820,7 @@ A unique name for the resource, required by GCE.
{{% /md %}}
project?: undefined | string;@@ -17548,7 +17832,7 @@ is not provided, the provider project is used. {{% /md %}}
address: string;
@@ -17581,7 +17865,7 @@ The IP of the created resource.
{{% /md %}}
id: string;
@@ -17592,7 +17876,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -17600,7 +17884,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project: string;
@@ -17608,7 +17892,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
region: string;
@@ -17616,7 +17900,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
selfLink: string;
@@ -17627,7 +17911,7 @@ The URI of the created resource.
{{% /md %}}
status: string;
@@ -17639,7 +17923,7 @@ Indicates if the address is used. Possible values are: RESERVED or IN_USE.
name: string;
@@ -17659,7 +17943,7 @@ The name of the Backend Service.
{{% /md %}}
affinityCookieTtlSec: number;
@@ -17688,7 +17972,7 @@ A collection of values returned by getBackendService.
{{% /md %}}
backends: {
@@ -17709,7 +17993,7 @@ The list of backends that serve this Backend Service.
{{% /md %}}
cdnPolicies: {
@@ -17726,7 +18010,7 @@ The list of backends that serve this Backend Service.
{{% /md %}}
connectionDrainingTimeoutSec: number;
@@ -17737,7 +18021,7 @@ Time for which instance will be drained (not accept new connections, but still w
{{% /md %}}
creationTimestamp: string;
@@ -17745,7 +18029,7 @@ Time for which instance will be drained (not accept new connections, but still w
{{% /md %}}
customRequestHeaders: string[];
@@ -17753,7 +18037,7 @@ Time for which instance will be drained (not accept new connections, but still w
{{% /md %}}
description: string;
@@ -17764,7 +18048,7 @@ Textual description for the Backend Service.
{{% /md %}}
enableCdn: boolean;
@@ -17775,7 +18059,7 @@ Whether or not Cloud CDN is enabled on the Backend Service.
{{% /md %}}
fingerprint: string;
@@ -17786,7 +18070,7 @@ The fingerprint of the Backend Service.
{{% /md %}}
healthChecks: string[];
@@ -17797,7 +18081,7 @@ The list of HTTP/HTTPS health checks used by the Backend Service.
{{% /md %}}
iaps: {
@@ -17809,7 +18093,7 @@ The list of HTTP/HTTPS health checks used by the Backend Service.
{{% /md %}}
id: string;
@@ -17820,7 +18104,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
loadBalancingScheme: string;
@@ -17828,7 +18112,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -17836,7 +18120,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
portName: string;
@@ -17847,7 +18131,7 @@ The name of a service that has been added to an instance group in this backend.
{{% /md %}}
project?: undefined | string;@@ -17855,7 +18139,7 @@ The name of a service that has been added to an instance group in this backend. {{% /md %}}
protocol: string;
@@ -17866,7 +18150,7 @@ The protocol for incoming requests.
{{% /md %}}
securityPolicy: string;
@@ -17874,7 +18158,7 @@ The protocol for incoming requests.
{{% /md %}}
selfLink: string;
@@ -17885,7 +18169,7 @@ The URI of the Backend Service.
{{% /md %}}
sessionAffinity: string;
@@ -17896,7 +18180,7 @@ The Backend Service session stickyness configuration.
{{% /md %}}
timeoutSec: number;
@@ -17907,38 +18191,164 @@ The number of seconds to wait for a backend to respond to a request before consi
{{% /md %}}
certificate: string;
+{{% md %}}
+{{% /md %}}
+certificateId: number;
+{{% md %}}
+{{% /md %}}
+creationTimestamp: string;
+{{% md %}}
+{{% /md %}}
+description: string;
+{{% md %}}
+{{% /md %}}
+id: string;
+{{% md %}}
+
+id is the provider-assigned unique ID for this managed resource.
+
+{{% /md %}}
+name: string;
+{{% md %}}
+{{% /md %}}
+namePrefix: string;
+{{% md %}}
+{{% /md %}}
+privateKey: string;
+{{% md %}}
+{{% /md %}}
+selfLink: string;
+{{% md %}}
+{{% /md %}}
+displayName: string;
@@ -17949,7 +18359,7 @@ The display name for the service account.
{{% /md %}}
email: string;
@@ -17960,7 +18370,7 @@ Email address of the default service account used by VMs running in this project
{{% /md %}}
id: string;
@@ -17971,7 +18381,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -17982,7 +18392,7 @@ The fully-qualified name of the service account.
{{% /md %}}
project: string;
@@ -17990,7 +18400,7 @@ The fully-qualified name of the service account.
{{% /md %}}
uniqueId: string;
@@ -18002,7 +18412,7 @@ The unique id of the service account.
name: string;
@@ -18022,7 +18432,7 @@ The name of the forwarding rule.
{{% /md %}}
project?: undefined | string;@@ -18034,7 +18444,7 @@ is not provided, the provider project is used. {{% /md %}}
backendService: string;
@@ -18067,7 +18477,7 @@ Backend service, if this forwarding rule has one.
{{% /md %}}
description: string;
@@ -18078,7 +18488,7 @@ Description of this forwarding rule.
{{% /md %}}
id: string;
@@ -18089,7 +18499,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
ipAddress: string;
@@ -18100,7 +18510,7 @@ IP address of this forwarding rule.
{{% /md %}}
ipProtocol: string;
@@ -18111,7 +18521,7 @@ IP protocol of this forwarding rule.
{{% /md %}}
loadBalancingScheme: string;
@@ -18122,7 +18532,7 @@ Type of load balancing of this forwarding rule.
{{% /md %}}
name: string;
@@ -18130,7 +18540,7 @@ Type of load balancing of this forwarding rule.
{{% /md %}}
network: string;
@@ -18141,7 +18551,7 @@ Network of this forwarding rule.
{{% /md %}}
portRange: string;
@@ -18152,7 +18562,7 @@ Port range, if this forwarding rule has one.
{{% /md %}}
ports: string[];
@@ -18163,7 +18573,7 @@ List of ports to use for internal load balancing, if this forwarding rule has an
{{% /md %}}
project: string;
@@ -18171,7 +18581,7 @@ List of ports to use for internal load balancing, if this forwarding rule has an
{{% /md %}}
region: string;
@@ -18182,7 +18592,7 @@ Region of this forwarding rule.
{{% /md %}}
selfLink: string;
@@ -18193,7 +18603,7 @@ The URI of the resource.
{{% /md %}}
subnetwork: string;
@@ -18204,7 +18614,7 @@ Subnetwork of this forwarding rule.
{{% /md %}}
target: string;
@@ -18216,7 +18626,7 @@ URL of the target pool, if this forwarding rule has one.
name: string;
@@ -18236,7 +18646,7 @@ A unique name for the resource, required by GCE.
{{% /md %}}
address: string;
@@ -18269,7 +18679,7 @@ The IP of the created resource.
{{% /md %}}
id: string;
@@ -18280,7 +18690,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -18288,7 +18698,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project: string;
@@ -18296,7 +18706,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
selfLink: string;
@@ -18307,7 +18717,7 @@ The URI of the created resource.
{{% /md %}}
status: string;
@@ -18319,7 +18729,7 @@ Indicates if the address is used. Possible values are: RESERVED or IN_USE.
family?: undefined | string;@@ -18336,7 +18746,7 @@ A collection of arguments for invoking getImage. {{% /md %}}
name?: undefined | string;@@ -18344,7 +18754,7 @@ A collection of arguments for invoking getImage. {{% /md %}}
archiveSizeBytes: number;
@@ -18378,7 +18788,7 @@ The size of the image tar.gz archive stored in Google Cloud Storage in bytes.
{{% /md %}}
creationTimestamp: string;
@@ -18389,7 +18799,7 @@ The creation timestamp in RFC3339 text format.
{{% /md %}}
description: string;
@@ -18400,7 +18810,7 @@ An optional description of this image.
{{% /md %}}
diskSizeGb: number;
@@ -18411,7 +18821,7 @@ The size of the image when restored onto a persistent disk in gigabytes.
{{% /md %}}
family: string;
@@ -18422,7 +18832,7 @@ The family name of the image.
{{% /md %}}
id: string;
@@ -18433,7 +18843,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
imageEncryptionKeySha256: string;
@@ -18446,7 +18856,7 @@ that protects this image.
{{% /md %}}
imageId: string;
@@ -18457,7 +18867,7 @@ The unique identifier for the image.
{{% /md %}}
labelFingerprint: string;
@@ -18468,7 +18878,7 @@ A fingerprint for the labels being applied to this image.
{{% /md %}}
labels: {[key: string]: string};
@@ -18479,7 +18889,7 @@ A map of labels applied to this image.
{{% /md %}}
licenses: string[];
@@ -18490,7 +18900,7 @@ A list of applicable license URI.
{{% /md %}}
name: string;
@@ -18501,7 +18911,7 @@ The name of the image.
{{% /md %}}
project: string;
@@ -18509,7 +18919,7 @@ The name of the image.
{{% /md %}}
selfLink: string;
@@ -18520,7 +18930,7 @@ The URI of the image.
{{% /md %}}
sourceDisk: string;
@@ -18531,7 +18941,7 @@ The URL of the source disk used to create this image.
{{% /md %}}
sourceDiskEncryptionKeySha256: string;
@@ -18544,7 +18954,7 @@ that protects this image.
{{% /md %}}
sourceDiskId: string;
@@ -18555,7 +18965,7 @@ The ID value of the disk used to create this image.
{{% /md %}}
sourceImageId: string;
@@ -18566,7 +18976,7 @@ The ID value of the image used to create this image.
{{% /md %}}
status: string;
@@ -18578,7 +18988,7 @@ The status of the image. Possible values are **FAILED**, **PENDING**, or **READY
name?: undefined | string;@@ -18598,7 +19008,7 @@ The name of the instance. One of `name` or `self_link` must be provided. {{% /md %}}
project?: undefined | string;@@ -18611,7 +19021,7 @@ nor `project` are provided, the provider project is used. {{% /md %}}
selfLink?: undefined | string;@@ -18622,7 +19032,7 @@ The self link of the instance. One of `name` or `self_link` must be provided. {{% /md %}}
name?: undefined | string;@@ -18656,7 +19066,7 @@ The name of the instance group. Either `name` or `self_link` must be provided. {{% /md %}}
project?: undefined | string;@@ -18668,7 +19078,7 @@ is not provided, the provider project is used. {{% /md %}}
selfLink?: undefined | string;@@ -18679,7 +19089,7 @@ The self link of the instance group. Either `name` or `self_link` must be provid {{% /md %}}
description: string;
@@ -18712,7 +19122,7 @@ Textual description of the instance group.
{{% /md %}}
id: string;
@@ -18723,7 +19133,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
instances: string[];
@@ -18734,7 +19144,7 @@ List of instances in the group.
{{% /md %}}
namedPorts: {
@@ -18756,7 +19166,7 @@ List of named ports in the group.
{{% /md %}}
network: string;
@@ -18767,7 +19177,7 @@ The URL of the network the instance group is in.
{{% /md %}}
project: string;
@@ -18775,7 +19185,7 @@ The URL of the network the instance group is in.
{{% /md %}}
selfLink: string;
@@ -18786,7 +19196,7 @@ The URI of the resource.
{{% /md %}}
size: number;
@@ -18797,7 +19207,7 @@ The number of instances in the group.
{{% /md %}}
zone: string;
@@ -18806,7 +19216,7 @@ The number of instances in the group.
allowStoppingForUpdate: boolean;
@@ -18823,7 +19233,7 @@ A collection of values returned by getInstance.
{{% /md %}}
attachedDisks: {
@@ -18841,7 +19251,7 @@ List of disks attached to the instance. Structure is documented below.
{{% /md %}}
bootDisks: {
@@ -18859,12 +19269,12 @@ List of disks attached to the instance. Structure is documented below.
}[];
{{% md %}}
-The boot disk for the instance. Sructure is documented below.
+The boot disk for the instance. Structure is documented below.
{{% /md %}}
canIpForward: boolean;
@@ -18875,7 +19285,7 @@ Whether sending and receiving of packets with non-matching source or destination
{{% /md %}}
cpuPlatform: string;
@@ -18886,7 +19296,7 @@ The CPU platform used by this instance.
{{% /md %}}
deletionProtection: boolean;
@@ -18897,7 +19307,7 @@ Whether deletion protection is enabled on this instance.
{{% /md %}}
description: string;
@@ -18908,7 +19318,7 @@ A brief description of the resource.
{{% /md %}}
disks: {
@@ -18926,7 +19336,7 @@ A brief description of the resource.
{{% /md %}}
guestAccelerators: {
@@ -18940,7 +19350,7 @@ List of the type and count of accelerator cards attached to the instance. Struct
{{% /md %}}
hostname: string;
@@ -18948,7 +19358,7 @@ List of the type and count of accelerator cards attached to the instance. Struct
{{% /md %}}
id: string;
@@ -18959,7 +19369,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
instanceId: string;
@@ -18970,7 +19380,7 @@ The server-assigned unique identifier of this instance.
{{% /md %}}
labelFingerprint: string;
@@ -18981,7 +19391,7 @@ The unique fingerprint of the labels.
{{% /md %}}
labels: {[key: string]: string};
@@ -18992,7 +19402,7 @@ A set of key/value label pairs assigned to the instance.
{{% /md %}}
machineType: string;
@@ -19003,7 +19413,7 @@ The machine type to create.
{{% /md %}}
metadata: {[key: string]: string};
@@ -19014,7 +19424,7 @@ Metadata key/value pairs made available within the instance.
{{% /md %}}
metadataFingerprint: string;
@@ -19025,7 +19435,7 @@ The unique fingerprint of the metadata.
{{% /md %}}
metadataStartupScript: string;
@@ -19033,7 +19443,7 @@ The unique fingerprint of the metadata.
{{% /md %}}
minCpuPlatform: string;
@@ -19044,7 +19454,7 @@ The minimum CPU platform specified for the VM instance.
{{% /md %}}
name?: undefined | string;@@ -19052,7 +19462,7 @@ The minimum CPU platform specified for the VM instance. {{% /md %}}
networkInterfaces: {
@@ -19080,7 +19490,7 @@ The networks attached to the instance. Structure is documented below.
{{% /md %}}
project?: undefined | string;@@ -19088,7 +19498,7 @@ The networks attached to the instance. Structure is documented below. {{% /md %}}
schedulings: {
@@ -19108,7 +19518,7 @@ The scheduling strategy being used by the instance.
{{% /md %}}
scratchDisks: {
@@ -19121,7 +19531,7 @@ The scratch disks attached to the instance. Structure is documented below.
{{% /md %}}
serviceAccounts: {
@@ -19146,7 +19556,7 @@ The service account to attach to the instance. Structure is documented below.
{{% /md %}}
shieldedInstanceConfigs: {
@@ -19161,7 +19571,7 @@ The shielded vm config being used by the instance. Structure is documented below
{{% /md %}}
tags: string[];
@@ -19172,7 +19582,7 @@ The list of tags attached to the instance.
{{% /md %}}
tagsFingerprint: string;
@@ -19183,7 +19593,7 @@ The unique fingerprint of the tags.
{{% /md %}}
httpSslTcpInternals: string[];
@@ -19212,7 +19622,7 @@ The IP ranges used for health checks when **HTTP(S), SSL proxy, TCP proxy, and I
{{% /md %}}
id: string;
@@ -19223,7 +19633,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
networks: string[];
@@ -19235,7 +19645,7 @@ The IP ranges used for health checks when **Network load balancing** is used
cidrBlocks: string[];
@@ -19255,7 +19665,7 @@ Retrieve list of all CIDR blocks.
{{% /md %}}
cidrBlocksIpv4s: string[];
@@ -19266,7 +19676,7 @@ Retrieve list of the IP4 CIDR blocks
{{% /md %}}
cidrBlocksIpv6s: string[];
@@ -19277,7 +19687,7 @@ Retrieve list of the IP6 CIDR blocks.
{{% /md %}}
id: string;
@@ -19289,7 +19699,7 @@ id is the provider-assigned unique ID for this managed resource.
name: string;
@@ -19309,7 +19719,7 @@ The name of the network.
{{% /md %}}
description: string;
@@ -19342,7 +19752,7 @@ Description of this network.
{{% /md %}}
gatewayIpv4: string;
@@ -19353,7 +19763,7 @@ The IP address of the gateway.
{{% /md %}}
id: string;
@@ -19364,7 +19774,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -19372,7 +19782,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project?: undefined | string;@@ -19380,7 +19790,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
selfLink: string;
@@ -19391,7 +19801,7 @@ The URI of the resource.
{{% /md %}}
subnetworksSelfLinks: string[];
@@ -19403,7 +19813,7 @@ the list of subnetworks which belong to the network
project?: undefined | string;@@ -19425,7 +19835,7 @@ Defaults to the project that the provider is authenticated with. {{% /md %}}
id: string;
@@ -19458,7 +19868,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
names: string[];
@@ -19469,7 +19879,7 @@ A list of node types available in the given zone and project.
{{% /md %}}
project: string;
@@ -19477,7 +19887,7 @@ A list of node types available in the given zone and project.
{{% /md %}}
zone: string;
@@ -19486,7 +19896,7 @@ A list of node types available in the given zone and project.
name?: undefined | string;@@ -19506,7 +19916,7 @@ The name of the instance group. One of `name` or `self_link` must be provided. {{% /md %}}
project?: undefined | string;@@ -19519,7 +19929,7 @@ nor `project` are provided, the provider project is used. {{% /md %}}
region?: undefined | string;@@ -19532,7 +19942,7 @@ provided, the provider region is used. {{% /md %}}
id: string;
@@ -19564,7 +19974,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
instances: {
@@ -19582,7 +19992,7 @@ List of instances in the group, as a list of resources, each containing:
{{% /md %}}
name: string;
@@ -19593,7 +20003,7 @@ String port name
{{% /md %}}
project: string;
@@ -19601,7 +20011,7 @@ String port name
{{% /md %}}
region: string;
@@ -19609,7 +20019,7 @@ String port name
{{% /md %}}
selfLink: string;
@@ -19617,7 +20027,7 @@ String port name
{{% /md %}}
size: number;
@@ -19629,7 +20039,7 @@ The number of instances in the group.
project?: undefined | string;@@ -19649,7 +20059,7 @@ Project from which to list available regions. Defaults to project declared in th {{% /md %}}
id: string;
@@ -19682,7 +20092,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
names: string[];
@@ -19693,7 +20103,7 @@ A list of regions available in the given project
{{% /md %}}
project: string;
@@ -19701,7 +20111,7 @@ A list of regions available in the given project
{{% /md %}}
name: string;
@@ -19730,7 +20140,7 @@ The name of the SSL Policy.
{{% /md %}}
creationTimestamp: string;
@@ -19760,7 +20170,7 @@ A collection of values returned by getSSLPolicy.
{{% /md %}}
customFeatures: string[];
@@ -19773,7 +20183,7 @@ attribute will be empty.
{{% /md %}}
description: string;
@@ -19784,7 +20194,7 @@ Description of this SSL Policy.
{{% /md %}}
enabledFeatures: string[];
@@ -19795,7 +20205,7 @@ The set of enabled encryption ciphers as a result of the policy config
{{% /md %}}
fingerprint: string;
@@ -19806,7 +20216,7 @@ Fingerprint of this resource.
{{% /md %}}
id: string;
@@ -19817,7 +20227,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
minTlsVersion: string;
@@ -19828,7 +20238,7 @@ The minimum supported TLS version of this policy.
{{% /md %}}
name: string;
@@ -19836,7 +20246,7 @@ The minimum supported TLS version of this policy.
{{% /md %}}
profile: string;
@@ -19847,7 +20257,7 @@ The Google-curated or custom profile used by this policy.
{{% /md %}}
project?: undefined | string;@@ -19855,7 +20265,7 @@ The Google-curated or custom profile used by this policy. {{% /md %}}
selfLink: string;
@@ -19867,7 +20277,7 @@ The URI of the created resource.
project?: undefined | string;@@ -19900,7 +20310,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: undefined | string;@@ -19912,7 +20322,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
description: string;
@@ -19945,7 +20355,7 @@ Description of this subnetwork.
{{% /md %}}
gatewayAddress: string;
@@ -19956,7 +20366,7 @@ The IP address of the gateway.
{{% /md %}}
id: string;
@@ -19967,7 +20377,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
ipCidrRange: string;
@@ -19979,7 +20389,7 @@ secondary range.
{{% /md %}}
network: string;
@@ -19999,7 +20409,7 @@ network of this subnetwork.
{{% /md %}}
privateIpGoogleAccess: boolean;
@@ -20012,7 +20422,7 @@ addresses.
{{% /md %}}
project: string;
@@ -20020,7 +20430,7 @@ addresses.
{{% /md %}}
region: string;
@@ -20028,7 +20438,7 @@ addresses.
{{% /md %}}
secondaryIpRanges: {
@@ -20043,7 +20453,7 @@ VM instances contained in this subnetwork. Structure is documented below.
{{% /md %}}
selfLink: string;
@@ -20052,7 +20462,7 @@ VM instances contained in this subnetwork. Structure is documented below.
name: string;
@@ -20072,7 +20482,7 @@ The name of the VPN gateway.
{{% /md %}}
project?: undefined | string;@@ -20084,7 +20494,7 @@ is not provided, the provider project is used. {{% /md %}}
description: string;
@@ -20117,7 +20527,7 @@ Description of this VPN gateway.
{{% /md %}}
id: string;
@@ -20128,7 +20538,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -20136,7 +20546,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
network: string;
@@ -20147,7 +20557,7 @@ The network of this VPN gateway.
{{% /md %}}
project: string;
@@ -20155,7 +20565,7 @@ The network of this VPN gateway.
{{% /md %}}
region: string;
@@ -20166,7 +20576,7 @@ Region of this VPN gateway.
{{% /md %}}
selfLink: string;
@@ -20178,7 +20588,7 @@ The URI of the resource.
project?: undefined | string;@@ -20198,7 +20608,7 @@ Project from which to list available zones. Defaults to project declared in the {{% /md %}}
region?: undefined | string;@@ -20209,7 +20619,7 @@ Region from which to list available zones. Defaults to region declared in the pr {{% /md %}}
id: string;
@@ -20242,7 +20652,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
names: string[];
@@ -20253,7 +20663,7 @@ A list of zones available in the given region
{{% /md %}}
project: string;
@@ -20261,7 +20671,7 @@ A list of zones available in the given region
{{% /md %}}
region?: undefined | string;@@ -20269,7 +20679,7 @@ A list of zones available in the given region {{% /md %}}
address?: pulumi.Input<string>;@@ -20295,7 +20705,7 @@ The set of arguments for constructing a GlobalAddress resource. {{% /md %}}
addressType?: pulumi.Input<string>;@@ -20303,7 +20713,7 @@ The set of arguments for constructing a GlobalAddress resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -20311,7 +20721,7 @@ The set of arguments for constructing a GlobalAddress resource. {{% /md %}}
ipVersion?: pulumi.Input<string>;@@ -20319,7 +20729,7 @@ The set of arguments for constructing a GlobalAddress resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -20327,7 +20737,7 @@ The set of arguments for constructing a GlobalAddress resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -20335,7 +20745,7 @@ The set of arguments for constructing a GlobalAddress resource. {{% /md %}}
network?: pulumi.Input<string>;@@ -20343,7 +20753,7 @@ The set of arguments for constructing a GlobalAddress resource. {{% /md %}}
prefixLength?: pulumi.Input<number>;@@ -20351,7 +20761,7 @@ The set of arguments for constructing a GlobalAddress resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -20363,7 +20773,7 @@ If it is not provided, the provider project is used. {{% /md %}}
purpose?: pulumi.Input<string>;@@ -20372,7 +20782,7 @@ If it is not provided, the provider project is used.
address?: pulumi.Input<string>;@@ -20389,7 +20799,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
addressType?: pulumi.Input<string>;@@ -20397,7 +20807,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -20405,7 +20815,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -20413,7 +20823,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
ipVersion?: pulumi.Input<string>;@@ -20421,7 +20831,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -20429,7 +20839,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -20437,7 +20847,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -20445,7 +20855,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
network?: pulumi.Input<string>;@@ -20453,7 +20863,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
prefixLength?: pulumi.Input<number>;@@ -20461,7 +20871,7 @@ Input properties used for looking up and filtering GlobalAddress resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -20473,7 +20883,7 @@ If it is not provided, the provider project is used. {{% /md %}}
purpose?: pulumi.Input<string>;@@ -20481,7 +20891,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -20493,7 +20903,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;{{% md %}} - -Textual description field. - {{% /md %}}
ipAddress?: pulumi.Input<string>;{{% md %}} - -The static IP. (if not set, an ephemeral IP is -used). This should be the literal IP address to be used, not the `self_link` -to a `google_compute_global_address` resource. (If using a `google_compute_global_address` -resource, use the `address` property instead of the `self_link` property.) - {{% /md %}}
ipProtocol?: pulumi.Input<string>;{{% md %}} - -The IP protocol to route, one of "TCP" "UDP" "AH" -"ESP" or "SCTP". (default "TCP"). - {{% /md %}}
ipVersion?: pulumi.Input<string>;{{% md %}} - -The IP Version that will be used by this resource's address. One of `"IPV4"` or `"IPV6"`. -You cannot provide this and `ip_address`. - {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;{{% md %}} - -) -A set of key/value label pairs to assign to the resource. - +{{% /md %}} +
loadBalancingScheme?: pulumi.Input<string>;+{{% md %}} {{% /md %}}
name?: pulumi.Input<string>;{{% md %}} - -A unique name for the resource, required by GCE. Changing -this forces a new resource to be created. - +{{% /md %}} +
network?: pulumi.Input<string>;+{{% md %}} {{% /md %}}
portRange?: pulumi.Input<string>;{{% md %}} - -A range e.g. "1024-2048" or a single port "1024" -(defaults to all ports!). -Some types of forwarding targets have constraints on the acceptable ports: -* Target HTTP proxy: 80, 8080 -* Target HTTPS proxy: 443 -* Target TCP proxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 -* Target SSL proxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 -* Target VPN gateway: 500, 4500 - {{% /md %}}
project?: pulumi.Input<string>;{{% md %}} -The ID of the project in which the resource belongs. If it -is not provided, the provider project is used. +The ID of the project in which the resource belongs. +If it is not provided, the provider project is used. {{% /md %}}
target: pulumi.Input<string>;{{% md %}} - -URL of target HTTP or HTTPS proxy. - {{% /md %}}
description?: pulumi.Input<string>;{{% md %}} - -Textual description field. - {{% /md %}}
ipAddress?: pulumi.Input<string>;{{% md %}} - -The static IP. (if not set, an ephemeral IP is -used). This should be the literal IP address to be used, not the `self_link` -to a `google_compute_global_address` resource. (If using a `google_compute_global_address` -resource, use the `address` property instead of the `self_link` property.) - {{% /md %}}
ipProtocol?: pulumi.Input<string>;{{% md %}} - -The IP protocol to route, one of "TCP" "UDP" "AH" -"ESP" or "SCTP". (default "TCP"). - {{% /md %}}
ipVersion?: pulumi.Input<string>;{{% md %}} - -The IP Version that will be used by this resource's address. One of `"IPV4"` or `"IPV6"`. -You cannot provide this and `ip_address`. - {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -20683,61 +21054,59 @@ You cannot provide this and `ip_address`. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;{{% md %}} - -) -A set of key/value label pairs to assign to the resource. - +{{% /md %}} +
loadBalancingScheme?: pulumi.Input<string>;+{{% md %}} {{% /md %}}
name?: pulumi.Input<string>;{{% md %}} - -A unique name for the resource, required by GCE. Changing -this forces a new resource to be created. - +{{% /md %}} +
network?: pulumi.Input<string>;+{{% md %}} {{% /md %}}
portRange?: pulumi.Input<string>;{{% md %}} - -A range e.g. "1024-2048" or a single port "1024" -(defaults to all ports!). -Some types of forwarding targets have constraints on the acceptable ports: -* Target HTTP proxy: 80, 8080 -* Target HTTPS proxy: 443 -* Target TCP proxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 -* Target SSL proxy: 25, 43, 110, 143, 195, 443, 465, 587, 700, 993, 995, 1883, 5222 -* Target VPN gateway: 500, 4500 - {{% /md %}}
project?: pulumi.Input<string>;{{% md %}} -The ID of the project in which the resource belongs. If it -is not provided, the provider project is used. +The ID of the project in which the resource belongs. +If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -20748,19 +21117,146 @@ The URI of the created resource. {{% /md %}}
target?: pulumi.Input<string>;{{% md %}} +{{% /md %}} +
description?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
name?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
network: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
project?: pulumi.Input<string>;+{{% md %}} + +The ID of the project in which the resource belongs. +If it is not provided, the provider project is used. + +{{% /md %}} +
region?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
description?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
name?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
network?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
project?: pulumi.Input<string>;+{{% md %}} -URL of target HTTP or HTTPS proxy. +The ID of the project in which the resource belongs. +If it is not provided, the provider project is used. +{{% /md %}} +
region?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
selfLink?: pulumi.Input<string>;+{{% md %}} + +The URI of the created resource. + +{{% /md %}} +
vpnInterfaces?: pulumi.Input<pulumi.Input<{ + id: pulumi.Input<number>; + ipAddress: pulumi.Input<string>; +}>[]>;+{{% md %}} {{% /md %}}
checkIntervalSec?: pulumi.Input<number>;@@ -20777,7 +21273,7 @@ The set of arguments for constructing a HealthCheck resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -20785,7 +21281,7 @@ The set of arguments for constructing a HealthCheck resource. {{% /md %}}
healthyThreshold?: pulumi.Input<number>;@@ -20793,7 +21289,7 @@ The set of arguments for constructing a HealthCheck resource. {{% /md %}}
httpHealthCheck?: pulumi.Input<{ @@ -20807,7 +21303,7 @@ The set of arguments for constructing a HealthCheck resource. {{% /md %}}
httpsHealthCheck?: pulumi.Input<{ @@ -20821,7 +21317,7 @@ The set of arguments for constructing a HealthCheck resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -20829,7 +21325,7 @@ The set of arguments for constructing a HealthCheck resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -20841,7 +21337,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sslHealthCheck?: pulumi.Input<{ @@ -20854,7 +21350,7 @@ If it is not provided, the provider project is used. {{% /md %}}
tcpHealthCheck?: pulumi.Input<{ @@ -20867,7 +21363,7 @@ If it is not provided, the provider project is used. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -20875,7 +21371,7 @@ If it is not provided, the provider project is used. {{% /md %}}
unhealthyThreshold?: pulumi.Input<number>;@@ -20884,7 +21380,7 @@ If it is not provided, the provider project is used.
checkIntervalSec?: pulumi.Input<number>;@@ -20901,7 +21397,7 @@ Input properties used for looking up and filtering HealthCheck resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -20909,7 +21405,7 @@ Input properties used for looking up and filtering HealthCheck resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -20917,7 +21413,7 @@ Input properties used for looking up and filtering HealthCheck resources. {{% /md %}}
healthyThreshold?: pulumi.Input<number>;@@ -20925,7 +21421,7 @@ Input properties used for looking up and filtering HealthCheck resources. {{% /md %}}
httpHealthCheck?: pulumi.Input<{ @@ -20939,7 +21435,7 @@ Input properties used for looking up and filtering HealthCheck resources. {{% /md %}}
httpsHealthCheck?: pulumi.Input<{ @@ -20953,7 +21449,7 @@ Input properties used for looking up and filtering HealthCheck resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -20961,7 +21457,7 @@ Input properties used for looking up and filtering HealthCheck resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -20973,7 +21469,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -20984,7 +21480,7 @@ The URI of the created resource. {{% /md %}}
sslHealthCheck?: pulumi.Input<{ @@ -20997,7 +21493,7 @@ The URI of the created resource. {{% /md %}}
tcpHealthCheck?: pulumi.Input<{ @@ -21010,7 +21506,7 @@ The URI of the created resource. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -21018,7 +21514,7 @@ The URI of the created resource. {{% /md %}}
type?: pulumi.Input<string>;@@ -21026,7 +21522,7 @@ The URI of the created resource. {{% /md %}}
unhealthyThreshold?: pulumi.Input<number>;@@ -21035,7 +21531,7 @@ The URI of the created resource.
checkIntervalSec?: pulumi.Input<number>;@@ -21052,7 +21548,7 @@ The set of arguments for constructing a HttpHealthCheck resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -21060,7 +21556,7 @@ The set of arguments for constructing a HttpHealthCheck resource. {{% /md %}}
healthyThreshold?: pulumi.Input<number>;@@ -21068,7 +21564,7 @@ The set of arguments for constructing a HttpHealthCheck resource. {{% /md %}}
host?: pulumi.Input<string>;@@ -21076,7 +21572,7 @@ The set of arguments for constructing a HttpHealthCheck resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -21084,7 +21580,7 @@ The set of arguments for constructing a HttpHealthCheck resource. {{% /md %}}
port?: pulumi.Input<number>;@@ -21092,7 +21588,7 @@ The set of arguments for constructing a HttpHealthCheck resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -21104,7 +21600,7 @@ If it is not provided, the provider project is used. {{% /md %}}
requestPath?: pulumi.Input<string>;@@ -21112,7 +21608,7 @@ If it is not provided, the provider project is used. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -21120,7 +21616,7 @@ If it is not provided, the provider project is used. {{% /md %}}
unhealthyThreshold?: pulumi.Input<number>;@@ -21129,7 +21625,7 @@ If it is not provided, the provider project is used.
checkIntervalSec?: pulumi.Input<number>;@@ -21146,7 +21642,7 @@ Input properties used for looking up and filtering HttpHealthCheck resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -21154,7 +21650,7 @@ Input properties used for looking up and filtering HttpHealthCheck resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -21162,7 +21658,7 @@ Input properties used for looking up and filtering HttpHealthCheck resources. {{% /md %}}
healthyThreshold?: pulumi.Input<number>;@@ -21170,7 +21666,7 @@ Input properties used for looking up and filtering HttpHealthCheck resources. {{% /md %}}
host?: pulumi.Input<string>;@@ -21178,7 +21674,7 @@ Input properties used for looking up and filtering HttpHealthCheck resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -21186,7 +21682,7 @@ Input properties used for looking up and filtering HttpHealthCheck resources. {{% /md %}}
port?: pulumi.Input<number>;@@ -21194,7 +21690,7 @@ Input properties used for looking up and filtering HttpHealthCheck resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -21206,7 +21702,7 @@ If it is not provided, the provider project is used. {{% /md %}}
requestPath?: pulumi.Input<string>;@@ -21214,7 +21710,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -21225,7 +21721,7 @@ The URI of the created resource. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -21233,7 +21729,7 @@ The URI of the created resource. {{% /md %}}
unhealthyThreshold?: pulumi.Input<number>;@@ -21242,7 +21738,7 @@ The URI of the created resource.
checkIntervalSec?: pulumi.Input<number>;@@ -21259,7 +21755,7 @@ The set of arguments for constructing a HttpsHealthCheck resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -21267,7 +21763,7 @@ The set of arguments for constructing a HttpsHealthCheck resource. {{% /md %}}
healthyThreshold?: pulumi.Input<number>;@@ -21275,7 +21771,7 @@ The set of arguments for constructing a HttpsHealthCheck resource. {{% /md %}}
host?: pulumi.Input<string>;@@ -21283,7 +21779,7 @@ The set of arguments for constructing a HttpsHealthCheck resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -21291,7 +21787,7 @@ The set of arguments for constructing a HttpsHealthCheck resource. {{% /md %}}
port?: pulumi.Input<number>;@@ -21299,7 +21795,7 @@ The set of arguments for constructing a HttpsHealthCheck resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -21311,7 +21807,7 @@ If it is not provided, the provider project is used. {{% /md %}}
requestPath?: pulumi.Input<string>;@@ -21319,7 +21815,7 @@ If it is not provided, the provider project is used. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -21327,7 +21823,7 @@ If it is not provided, the provider project is used. {{% /md %}}
unhealthyThreshold?: pulumi.Input<number>;@@ -21336,7 +21832,7 @@ If it is not provided, the provider project is used.
checkIntervalSec?: pulumi.Input<number>;@@ -21353,7 +21849,7 @@ Input properties used for looking up and filtering HttpsHealthCheck resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -21361,7 +21857,7 @@ Input properties used for looking up and filtering HttpsHealthCheck resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -21369,7 +21865,7 @@ Input properties used for looking up and filtering HttpsHealthCheck resources. {{% /md %}}
healthyThreshold?: pulumi.Input<number>;@@ -21377,7 +21873,7 @@ Input properties used for looking up and filtering HttpsHealthCheck resources. {{% /md %}}
host?: pulumi.Input<string>;@@ -21385,7 +21881,7 @@ Input properties used for looking up and filtering HttpsHealthCheck resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -21393,7 +21889,7 @@ Input properties used for looking up and filtering HttpsHealthCheck resources. {{% /md %}}
port?: pulumi.Input<number>;@@ -21401,7 +21897,7 @@ Input properties used for looking up and filtering HttpsHealthCheck resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -21413,7 +21909,7 @@ If it is not provided, the provider project is used. {{% /md %}}
requestPath?: pulumi.Input<string>;@@ -21421,7 +21917,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -21432,7 +21928,7 @@ The URI of the created resource. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -21440,7 +21936,7 @@ The URI of the created resource. {{% /md %}}
unhealthyThreshold?: pulumi.Input<number>;@@ -21449,7 +21945,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -21466,7 +21962,7 @@ The set of arguments for constructing a Image resource. {{% /md %}}
diskSizeGb?: pulumi.Input<number>;@@ -21474,7 +21970,7 @@ The set of arguments for constructing a Image resource. {{% /md %}}
family?: pulumi.Input<string>;@@ -21482,7 +21978,7 @@ The set of arguments for constructing a Image resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -21490,7 +21986,7 @@ The set of arguments for constructing a Image resource. {{% /md %}}
licenses?: pulumi.Input<pulumi.Input<string>[]>;@@ -21498,7 +21994,7 @@ The set of arguments for constructing a Image resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -21506,7 +22002,7 @@ The set of arguments for constructing a Image resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -21518,7 +22014,7 @@ If it is not provided, the provider project is used. {{% /md %}}
rawDisk?: pulumi.Input<{ @@ -21530,7 +22026,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceDisk?: pulumi.Input<string>;@@ -21539,7 +22035,7 @@ If it is not provided, the provider project is used.
archiveSizeBytes?: pulumi.Input<number>;@@ -21556,7 +22052,7 @@ Input properties used for looking up and filtering Image resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -21564,7 +22060,7 @@ Input properties used for looking up and filtering Image resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -21572,7 +22068,7 @@ Input properties used for looking up and filtering Image resources. {{% /md %}}
diskSizeGb?: pulumi.Input<number>;@@ -21580,7 +22076,7 @@ Input properties used for looking up and filtering Image resources. {{% /md %}}
family?: pulumi.Input<string>;@@ -21588,7 +22084,7 @@ Input properties used for looking up and filtering Image resources. {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -21596,7 +22092,7 @@ Input properties used for looking up and filtering Image resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -21604,7 +22100,7 @@ Input properties used for looking up and filtering Image resources. {{% /md %}}
licenses?: pulumi.Input<pulumi.Input<string>[]>;@@ -21612,7 +22108,7 @@ Input properties used for looking up and filtering Image resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -21620,7 +22116,7 @@ Input properties used for looking up and filtering Image resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -21632,7 +22128,7 @@ If it is not provided, the provider project is used. {{% /md %}}
rawDisk?: pulumi.Input<{ @@ -21644,7 +22140,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -21655,7 +22151,7 @@ The URI of the created resource. {{% /md %}}
sourceDisk?: pulumi.Input<string>;@@ -21664,7 +22160,7 @@ The URI of the created resource.
allowStoppingForUpdate?: pulumi.Input<boolean>;@@ -21685,7 +22181,7 @@ If you try to update a property that requires stopping the instance without sett {{% /md %}}
attachedDisks?: pulumi.Input<pulumi.Input<{ @@ -21703,7 +22199,7 @@ Additional disks to attach to the instance. Can be repeated multiple times for m {{% /md %}}
bootDisk: pulumi.Input<{ @@ -21727,7 +22223,7 @@ Structure is documented below. {{% /md %}}
canIpForward?: pulumi.Input<boolean>;@@ -21740,7 +22236,7 @@ This defaults to false. {{% /md %}}
deletionProtection?: pulumi.Input<boolean>;@@ -21752,7 +22248,7 @@ Enable deletion protection on this instance. Defaults to false. {{% /md %}}
description?: pulumi.Input<string>;@@ -21763,7 +22259,7 @@ A brief description of this resource. {{% /md %}}
guestAccelerators?: pulumi.Input<pulumi.Input<{ @@ -21778,7 +22274,7 @@ List of the type and count of accelerator cards attached to the instance. Struct {{% /md %}}
hostname?: pulumi.Input<string>;@@ -21791,7 +22287,7 @@ The entire hostname must not exceed 253 characters. Changing this forces a new r {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -21802,7 +22298,7 @@ A set of key/value label pairs to assign to the instance. {{% /md %}}
machineType: pulumi.Input<string>;@@ -21813,7 +22309,7 @@ The machine type to create. {{% /md %}}
metadata?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -21826,7 +22322,7 @@ Add them to your config in order to keep them attached to your instance. {{% /md %}}
metadataStartupScript?: pulumi.Input<string>;@@ -21841,7 +22337,7 @@ mechanisms are not allowed to be used simultaneously. {{% /md %}}
minCpuPlatform?: pulumi.Input<string>;@@ -21854,7 +22350,7 @@ Specifies a minimum CPU platform for the VM instance. Applicable values are the {{% /md %}}
name?: pulumi.Input<string>;@@ -21866,7 +22362,7 @@ Changing this forces a new resource to be created. {{% /md %}}
networkInterfaces: pulumi.Input<pulumi.Input<{ @@ -21893,7 +22389,7 @@ be specified multiple times. Structure is documented below. {{% /md %}}
project?: pulumi.Input<string>;@@ -21905,7 +22401,7 @@ is not provided, the provider project is used. {{% /md %}}
scheduling?: pulumi.Input<{ @@ -21926,7 +22422,7 @@ this configuration option are detailed below. {{% /md %}}
scratchDisks?: pulumi.Input<pulumi.Input<{ @@ -21940,7 +22436,7 @@ specified multiple times for multiple scratch disks. Structure is documented bel {{% /md %}}
serviceAccount?: pulumi.Input<{ @@ -21956,7 +22452,7 @@ Structure is documented below. {{% /md %}}
shieldedInstanceConfig?: pulumi.Input<{ @@ -21972,7 +22468,7 @@ Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-v {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -21983,7 +22479,7 @@ A list of tags to attach to the instance. {{% /md %}}
zone?: pulumi.Input<string>;@@ -21995,7 +22491,7 @@ The zone that the machine should be created in.
allowStoppingForUpdate?: pulumi.Input<boolean>;@@ -22012,7 +22508,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
attachedDisks?: pulumi.Input<pulumi.Input<{ @@ -22027,7 +22523,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
bootDisk?: pulumi.Input<{ @@ -22047,7 +22543,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
canIpForward?: pulumi.Input<boolean>;@@ -22055,7 +22551,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
deletionProtection?: pulumi.Input<boolean>;@@ -22063,7 +22559,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -22071,7 +22567,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
guestAccelerators?: pulumi.Input<pulumi.Input<{ @@ -22082,7 +22578,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
hostname?: pulumi.Input<string>;@@ -22090,7 +22586,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -22098,7 +22594,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
machineType?: pulumi.Input<string>;@@ -22106,7 +22602,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
metadata?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -22114,7 +22610,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
metadataStartupScript?: pulumi.Input<string>;@@ -22122,7 +22618,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
minCpuPlatform?: pulumi.Input<string>;@@ -22130,7 +22626,7 @@ The set of arguments for constructing a InstanceFromTemplate resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -22142,7 +22638,7 @@ Changing this forces a new resource to be created. {{% /md %}}
networkInterfaces?: pulumi.Input<pulumi.Input<{ @@ -22165,7 +22661,7 @@ Changing this forces a new resource to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -22173,7 +22669,7 @@ Changing this forces a new resource to be created. {{% /md %}}
scheduling?: pulumi.Input<{ @@ -22190,7 +22686,7 @@ Changing this forces a new resource to be created. {{% /md %}}
scratchDisks?: pulumi.Input<pulumi.Input<{ @@ -22200,7 +22696,7 @@ Changing this forces a new resource to be created. {{% /md %}}
serviceAccount?: pulumi.Input<{ @@ -22211,7 +22707,7 @@ Changing this forces a new resource to be created. {{% /md %}}
shieldedInstanceConfig?: pulumi.Input<{ @@ -22223,7 +22719,7 @@ Changing this forces a new resource to be created. {{% /md %}}
sourceInstanceTemplate: pulumi.Input<string>;@@ -22235,7 +22731,7 @@ template to create the instance based on. {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -22243,7 +22739,7 @@ template to create the instance based on. {{% /md %}}
zone?: pulumi.Input<string>;@@ -22256,7 +22752,7 @@ set, the provider zone is used.
allowStoppingForUpdate?: pulumi.Input<boolean>;@@ -22273,7 +22769,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
attachedDisks?: pulumi.Input<pulumi.Input<{ @@ -22288,7 +22784,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
bootDisk?: pulumi.Input<{ @@ -22308,7 +22804,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
canIpForward?: pulumi.Input<boolean>;@@ -22316,7 +22812,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
cpuPlatform?: pulumi.Input<string>;@@ -22324,7 +22820,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
deletionProtection?: pulumi.Input<boolean>;@@ -22332,7 +22828,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
description?: pulumi.Input<string>;@@ -22340,7 +22836,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
guestAccelerators?: pulumi.Input<pulumi.Input<{ @@ -22351,7 +22847,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
hostname?: pulumi.Input<string>;@@ -22359,7 +22855,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
instanceId?: pulumi.Input<string>;@@ -22367,7 +22863,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -22375,7 +22871,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -22383,7 +22879,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
machineType?: pulumi.Input<string>;@@ -22391,7 +22887,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
metadata?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -22399,7 +22895,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
metadataFingerprint?: pulumi.Input<string>;@@ -22407,7 +22903,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
metadataStartupScript?: pulumi.Input<string>;@@ -22415,7 +22911,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
minCpuPlatform?: pulumi.Input<string>;@@ -22423,7 +22919,7 @@ Input properties used for looking up and filtering InstanceFromTemplate resource {{% /md %}}
name?: pulumi.Input<string>;@@ -22435,7 +22931,7 @@ Changing this forces a new resource to be created. {{% /md %}}
networkInterfaces?: pulumi.Input<pulumi.Input<{ @@ -22458,7 +22954,7 @@ Changing this forces a new resource to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -22466,7 +22962,7 @@ Changing this forces a new resource to be created. {{% /md %}}
scheduling?: pulumi.Input<{ @@ -22483,7 +22979,7 @@ Changing this forces a new resource to be created. {{% /md %}}
scratchDisks?: pulumi.Input<pulumi.Input<{ @@ -22493,7 +22989,7 @@ Changing this forces a new resource to be created. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -22501,7 +22997,7 @@ Changing this forces a new resource to be created. {{% /md %}}
serviceAccount?: pulumi.Input<{ @@ -22512,7 +23008,7 @@ Changing this forces a new resource to be created. {{% /md %}}
shieldedInstanceConfig?: pulumi.Input<{ @@ -22524,7 +23020,7 @@ Changing this forces a new resource to be created. {{% /md %}}
sourceInstanceTemplate?: pulumi.Input<string>;@@ -22536,7 +23032,7 @@ template to create the instance based on. {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -22544,7 +23040,7 @@ template to create the instance based on. {{% /md %}}
tagsFingerprint?: pulumi.Input<string>;@@ -22552,7 +23048,7 @@ template to create the instance based on. {{% /md %}}
zone?: pulumi.Input<string>;@@ -22565,7 +23061,7 @@ set, the provider zone is used.
description?: pulumi.Input<string>;@@ -22586,7 +23082,7 @@ group. {{% /md %}}
instances?: pulumi.Input<pulumi.Input<string>[]>;@@ -22599,7 +23095,7 @@ network and zone as the instance group. {{% /md %}}
name?: pulumi.Input<string>;@@ -22613,7 +23109,7 @@ include lowercase letters, numbers, and hyphens. {{% /md %}}
namedPorts?: pulumi.Input<pulumi.Input<{ @@ -22628,7 +23124,7 @@ for details on configuration. {{% /md %}}
network?: pulumi.Input<string>;@@ -22642,7 +23138,7 @@ fails. Defaults to the network where the instances are in (if neither {{% /md %}}
project?: pulumi.Input<string>;@@ -22654,7 +23150,7 @@ is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -22666,7 +23162,7 @@ The zone that this instance group should be created in.
autoHealingPolicies?: pulumi.Input<{ @@ -22690,7 +23186,7 @@ group. You can specify only one value. Structure is documented below. For more i {{% /md %}}
baseInstanceName: pulumi.Input<string>;@@ -22706,7 +23202,7 @@ name. {{% /md %}}
description?: pulumi.Input<string>;@@ -22718,7 +23214,7 @@ group manager. {{% /md %}}
name?: pulumi.Input<string>;@@ -22732,7 +23228,7 @@ include lowercase letters, numbers, and hyphens. {{% /md %}}
namedPorts?: pulumi.Input<pulumi.Input<{ @@ -22747,7 +23243,7 @@ for details on configuration. {{% /md %}}
project?: pulumi.Input<string>;@@ -22759,7 +23255,7 @@ is not provided, the provider project is used. {{% /md %}}
targetPools?: pulumi.Input<pulumi.Input<string>[]>;@@ -22772,7 +23268,7 @@ not affect existing instances. {{% /md %}}
targetSize?: pulumi.Input<number>;@@ -22785,7 +23281,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
updatePolicy?: pulumi.Input<{ @@ -22805,7 +23301,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
versions: pulumi.Input<pulumi.Input<{ @@ -22825,7 +23321,7 @@ Structure is documented below. {{% /md %}}
waitForInstances?: pulumi.Input<boolean>;@@ -22838,7 +23334,7 @@ continue trying until it times out. {{% /md %}}
zone?: pulumi.Input<string>;@@ -22851,7 +23347,7 @@ in.
autoHealingPolicies?: pulumi.Input<{ @@ -22875,7 +23371,7 @@ group. You can specify only one value. Structure is documented below. For more i {{% /md %}}
baseInstanceName?: pulumi.Input<string>;@@ -22891,7 +23387,7 @@ name. {{% /md %}}
description?: pulumi.Input<string>;@@ -22903,7 +23399,7 @@ group manager. {{% /md %}}
fingerprint?: pulumi.Input<string>;@@ -22914,7 +23410,7 @@ The fingerprint of the instance group manager. {{% /md %}}
instanceGroup?: pulumi.Input<string>;@@ -22925,7 +23421,7 @@ The full URL of the instance group created by the manager. {{% /md %}}
name?: pulumi.Input<string>;@@ -22939,7 +23435,7 @@ include lowercase letters, numbers, and hyphens. {{% /md %}}
namedPorts?: pulumi.Input<pulumi.Input<{ @@ -22954,7 +23450,7 @@ for details on configuration. {{% /md %}}
project?: pulumi.Input<string>;@@ -22966,7 +23462,7 @@ is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -22977,7 +23473,7 @@ The URL of the created resource. {{% /md %}}
targetPools?: pulumi.Input<pulumi.Input<string>[]>;@@ -22990,7 +23486,7 @@ not affect existing instances. {{% /md %}}
targetSize?: pulumi.Input<number>;@@ -23003,7 +23499,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
updatePolicy?: pulumi.Input<{ @@ -23023,7 +23519,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
versions?: pulumi.Input<pulumi.Input<{ @@ -23043,7 +23539,7 @@ Structure is documented below. {{% /md %}}
waitForInstances?: pulumi.Input<boolean>;@@ -23056,7 +23552,7 @@ continue trying until it times out. {{% /md %}}
zone?: pulumi.Input<string>;@@ -23069,7 +23565,7 @@ in.
description?: pulumi.Input<string>;@@ -23090,7 +23586,7 @@ group. {{% /md %}}
instances?: pulumi.Input<pulumi.Input<string>[]>;@@ -23103,7 +23599,7 @@ network and zone as the instance group. {{% /md %}}
name?: pulumi.Input<string>;@@ -23117,7 +23613,7 @@ include lowercase letters, numbers, and hyphens. {{% /md %}}
namedPorts?: pulumi.Input<pulumi.Input<{ @@ -23132,7 +23628,7 @@ for details on configuration. {{% /md %}}
network?: pulumi.Input<string>;@@ -23146,7 +23642,7 @@ fails. Defaults to the network where the instances are in (if neither {{% /md %}}
project?: pulumi.Input<string>;@@ -23158,7 +23654,7 @@ is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -23169,7 +23665,7 @@ The URI of the created resource. {{% /md %}}
size?: pulumi.Input<number>;@@ -23180,7 +23676,7 @@ The number of instances in the group. {{% /md %}}
zone?: pulumi.Input<string>;@@ -23192,7 +23688,7 @@ The zone that this instance group should be created in.
instanceName: pulumi.Input<string>;@@ -23212,7 +23708,7 @@ The name of the instance. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -23220,7 +23716,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -23232,7 +23728,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -23245,7 +23741,7 @@ The role that should be applied. Only one {{% /md %}}
zone?: pulumi.Input<string>;@@ -23258,7 +23754,7 @@ unspecified, this defaults to the zone configured in the provider.
etag?: pulumi.Input<string>;@@ -23278,7 +23774,7 @@ Input properties used for looking up and filtering InstanceIAMBinding resources. {{% /md %}}
instanceName?: pulumi.Input<string>;@@ -23289,7 +23785,7 @@ The name of the instance. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -23297,7 +23793,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -23309,7 +23805,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -23322,7 +23818,7 @@ The role that should be applied. Only one {{% /md %}}
zone?: pulumi.Input<string>;@@ -23335,7 +23831,7 @@ unspecified, this defaults to the zone configured in the provider.
instanceName: pulumi.Input<string>;@@ -23355,7 +23851,7 @@ The name of the instance. {{% /md %}}
member: pulumi.Input<string>;@@ -23363,7 +23859,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -23375,7 +23871,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -23388,7 +23884,7 @@ The role that should be applied. Only one {{% /md %}}
zone?: pulumi.Input<string>;@@ -23401,7 +23897,7 @@ unspecified, this defaults to the zone configured in the provider.
etag?: pulumi.Input<string>;@@ -23421,7 +23917,7 @@ Input properties used for looking up and filtering InstanceIAMMember resources. {{% /md %}}
instanceName?: pulumi.Input<string>;@@ -23432,7 +23928,7 @@ The name of the instance. {{% /md %}}
member?: pulumi.Input<string>;@@ -23440,7 +23936,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -23452,7 +23948,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -23465,7 +23961,7 @@ The role that should be applied. Only one {{% /md %}}
zone?: pulumi.Input<string>;@@ -23478,7 +23974,7 @@ unspecified, this defaults to the zone configured in the provider.
instanceName: pulumi.Input<string>;@@ -23498,7 +23994,7 @@ The name of the instance. {{% /md %}}
policyData: pulumi.Input<string>;@@ -23510,7 +24006,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -23522,7 +24018,7 @@ is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -23535,7 +24031,7 @@ unspecified, this defaults to the zone configured in the provider.
etag?: pulumi.Input<string>;@@ -23555,7 +24051,7 @@ Input properties used for looking up and filtering InstanceIAMPolicy resources. {{% /md %}}
instanceName?: pulumi.Input<string>;@@ -23566,7 +24062,7 @@ The name of the instance. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -23578,7 +24074,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -23590,7 +24086,7 @@ is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -23603,7 +24099,7 @@ unspecified, this defaults to the zone configured in the provider.
allowStoppingForUpdate?: pulumi.Input<boolean>;@@ -23624,7 +24120,7 @@ If you try to update a property that requires stopping the instance without sett {{% /md %}}
attachedDisks?: pulumi.Input<pulumi.Input<{ @@ -23642,7 +24138,7 @@ Additional disks to attach to the instance. Can be repeated multiple times for m {{% /md %}}
bootDisk?: pulumi.Input<{ @@ -23666,7 +24162,7 @@ Structure is documented below. {{% /md %}}
canIpForward?: pulumi.Input<boolean>;@@ -23679,7 +24175,7 @@ This defaults to false. {{% /md %}}
cpuPlatform?: pulumi.Input<string>;@@ -23690,7 +24186,7 @@ The CPU platform used by this instance. {{% /md %}}
deletionProtection?: pulumi.Input<boolean>;@@ -23702,7 +24198,7 @@ Enable deletion protection on this instance. Defaults to false. {{% /md %}}
description?: pulumi.Input<string>;@@ -23713,7 +24209,7 @@ A brief description of this resource. {{% /md %}}
guestAccelerators?: pulumi.Input<pulumi.Input<{ @@ -23728,7 +24224,7 @@ List of the type and count of accelerator cards attached to the instance. Struct {{% /md %}}
hostname?: pulumi.Input<string>;@@ -23741,7 +24237,7 @@ The entire hostname must not exceed 253 characters. Changing this forces a new r {{% /md %}}
instanceId?: pulumi.Input<string>;@@ -23752,7 +24248,7 @@ The server-assigned unique identifier of this instance. {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -23763,7 +24259,7 @@ The unique fingerprint of the labels. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -23774,7 +24270,7 @@ A set of key/value label pairs to assign to the instance. {{% /md %}}
machineType?: pulumi.Input<string>;@@ -23785,7 +24281,7 @@ The machine type to create. {{% /md %}}
metadata?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -23798,7 +24294,7 @@ Add them to your config in order to keep them attached to your instance. {{% /md %}}
metadataFingerprint?: pulumi.Input<string>;@@ -23809,7 +24305,7 @@ The unique fingerprint of the metadata. {{% /md %}}
metadataStartupScript?: pulumi.Input<string>;@@ -23824,7 +24320,7 @@ mechanisms are not allowed to be used simultaneously. {{% /md %}}
minCpuPlatform?: pulumi.Input<string>;@@ -23837,7 +24333,7 @@ Specifies a minimum CPU platform for the VM instance. Applicable values are the {{% /md %}}
name?: pulumi.Input<string>;@@ -23849,7 +24345,7 @@ Changing this forces a new resource to be created. {{% /md %}}
networkInterfaces?: pulumi.Input<pulumi.Input<{ @@ -23876,7 +24372,7 @@ be specified multiple times. Structure is documented below. {{% /md %}}
project?: pulumi.Input<string>;@@ -23888,7 +24384,7 @@ is not provided, the provider project is used. {{% /md %}}
scheduling?: pulumi.Input<{ @@ -23909,7 +24405,7 @@ this configuration option are detailed below. {{% /md %}}
scratchDisks?: pulumi.Input<pulumi.Input<{ @@ -23923,7 +24419,7 @@ specified multiple times for multiple scratch disks. Structure is documented bel {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -23934,7 +24430,7 @@ The URI of the created resource. {{% /md %}}
serviceAccount?: pulumi.Input<{ @@ -23950,7 +24446,7 @@ Structure is documented below. {{% /md %}}
shieldedInstanceConfig?: pulumi.Input<{ @@ -23966,7 +24462,7 @@ Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-v {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -23977,7 +24473,7 @@ A list of tags to attach to the instance. {{% /md %}}
tagsFingerprint?: pulumi.Input<string>;@@ -23988,7 +24484,7 @@ The unique fingerprint of the tags. {{% /md %}}
zone?: pulumi.Input<string>;@@ -24000,7 +24496,7 @@ The zone that the machine should be created in.
canIpForward?: pulumi.Input<boolean>;@@ -24021,7 +24517,7 @@ packets with non-matching source or destination IPs. This defaults to false. {{% /md %}}
description?: pulumi.Input<string>;@@ -24032,7 +24528,7 @@ A brief description of this resource. {{% /md %}}
disks: pulumi.Input<pulumi.Input<{ @@ -24060,7 +24556,7 @@ documented below. {{% /md %}}
guestAccelerators?: pulumi.Input<pulumi.Input<{ @@ -24074,7 +24570,7 @@ List of the type and count of accelerator cards attached to the instance. Struct {{% /md %}}
instanceDescription?: pulumi.Input<string>;@@ -24086,7 +24582,7 @@ created from this template. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -24098,7 +24594,7 @@ created from this template, {{% /md %}}
machineType: pulumi.Input<string>;@@ -24109,7 +24605,7 @@ The machine type to create. {{% /md %}}
metadata?: pulumi.Input<{[key: string]: any}>;@@ -24121,7 +24617,7 @@ within instances created from this template. {{% /md %}}
metadataStartupScript?: pulumi.Input<string>;@@ -24135,7 +24631,7 @@ thus the two mechanisms are not allowed to be used simultaneously. {{% /md %}}
minCpuPlatform?: pulumi.Input<string>;@@ -24147,7 +24643,7 @@ Specifies a minimum CPU platform. Applicable values are the friendly names of CP {{% /md %}}
name?: pulumi.Input<string>;@@ -24159,7 +24655,7 @@ this blank, Terraform will auto-generate a unique name. {{% /md %}}
namePrefix?: pulumi.Input<string>;@@ -24171,7 +24667,7 @@ prefix. Conflicts with `name`. {{% /md %}}
networkInterfaces?: pulumi.Input<pulumi.Input<{ @@ -24197,7 +24693,7 @@ Structure is documented below. {{% /md %}}
project?: pulumi.Input<string>;@@ -24209,7 +24705,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -24225,7 +24721,7 @@ Provider if no value is given. {{% /md %}}
scheduling?: pulumi.Input<{ @@ -24246,7 +24742,7 @@ this configuration option are detailed below. {{% /md %}}
serviceAccount?: pulumi.Input<{ @@ -24260,7 +24756,7 @@ Service account to attach to the instance. Structure is documented below. {{% /md %}}
shieldedInstanceConfig?: pulumi.Input<{ @@ -24276,7 +24772,7 @@ Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-v {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -24288,7 +24784,7 @@ Tags to attach to the instance.
canIpForward?: pulumi.Input<boolean>;@@ -24309,7 +24805,7 @@ packets with non-matching source or destination IPs. This defaults to false. {{% /md %}}
description?: pulumi.Input<string>;@@ -24320,7 +24816,7 @@ A brief description of this resource. {{% /md %}}
disks?: pulumi.Input<pulumi.Input<{ @@ -24348,7 +24844,7 @@ documented below. {{% /md %}}
guestAccelerators?: pulumi.Input<pulumi.Input<{ @@ -24362,7 +24858,7 @@ List of the type and count of accelerator cards attached to the instance. Struct {{% /md %}}
instanceDescription?: pulumi.Input<string>;@@ -24374,7 +24870,7 @@ created from this template. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -24386,7 +24882,7 @@ created from this template, {{% /md %}}
machineType?: pulumi.Input<string>;@@ -24397,7 +24893,7 @@ The machine type to create. {{% /md %}}
metadata?: pulumi.Input<{[key: string]: any}>;@@ -24409,7 +24905,7 @@ within instances created from this template. {{% /md %}}
metadataFingerprint?: pulumi.Input<string>;@@ -24420,7 +24916,7 @@ The unique fingerprint of the metadata. {{% /md %}}
metadataStartupScript?: pulumi.Input<string>;@@ -24434,7 +24930,7 @@ thus the two mechanisms are not allowed to be used simultaneously. {{% /md %}}
minCpuPlatform?: pulumi.Input<string>;@@ -24446,7 +24942,7 @@ Specifies a minimum CPU platform. Applicable values are the friendly names of CP {{% /md %}}
name?: pulumi.Input<string>;@@ -24458,7 +24954,7 @@ this blank, Terraform will auto-generate a unique name. {{% /md %}}
namePrefix?: pulumi.Input<string>;@@ -24470,7 +24966,7 @@ prefix. Conflicts with `name`. {{% /md %}}
networkInterfaces?: pulumi.Input<pulumi.Input<{ @@ -24496,7 +24992,7 @@ Structure is documented below. {{% /md %}}
project?: pulumi.Input<string>;@@ -24508,7 +25004,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -24524,7 +25020,7 @@ Provider if no value is given. {{% /md %}}
scheduling?: pulumi.Input<{ @@ -24545,7 +25041,7 @@ this configuration option are detailed below. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -24556,7 +25052,7 @@ The URI of the created resource. {{% /md %}}
serviceAccount?: pulumi.Input<{ @@ -24570,7 +25066,7 @@ Service account to attach to the instance. Structure is documented below. {{% /md %}}
shieldedInstanceConfig?: pulumi.Input<{ @@ -24586,7 +25082,7 @@ Enable [Shielded VM](https://cloud.google.com/security/shielded-cloud/shielded-v {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -24597,7 +25093,7 @@ Tags to attach to the instance. {{% /md %}}
tagsFingerprint?: pulumi.Input<string>;@@ -24609,7 +25105,7 @@ The unique fingerprint of the tags.
candidateSubnets?: pulumi.Input<pulumi.Input<string>[]>;@@ -24626,7 +25122,7 @@ The set of arguments for constructing a InterconnectAttachment resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -24634,7 +25130,7 @@ The set of arguments for constructing a InterconnectAttachment resource. {{% /md %}}
edgeAvailabilityDomain?: pulumi.Input<string>;@@ -24642,7 +25138,7 @@ The set of arguments for constructing a InterconnectAttachment resource. {{% /md %}}
interconnect?: pulumi.Input<string>;@@ -24650,7 +25146,7 @@ The set of arguments for constructing a InterconnectAttachment resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -24658,7 +25154,7 @@ The set of arguments for constructing a InterconnectAttachment resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -24670,7 +25166,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -24678,7 +25174,7 @@ If it is not provided, the provider project is used. {{% /md %}}
router: pulumi.Input<string>;@@ -24686,7 +25182,7 @@ If it is not provided, the provider project is used. {{% /md %}}
type?: pulumi.Input<string>;@@ -24694,7 +25190,7 @@ If it is not provided, the provider project is used. {{% /md %}}
vlanTag8021q?: pulumi.Input<number>;@@ -24703,7 +25199,7 @@ If it is not provided, the provider project is used.
candidateSubnets?: pulumi.Input<pulumi.Input<string>[]>;@@ -24720,7 +25216,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
cloudRouterIpAddress?: pulumi.Input<string>;@@ -24728,7 +25224,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -24736,7 +25232,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
customerRouterIpAddress?: pulumi.Input<string>;@@ -24744,7 +25240,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
description?: pulumi.Input<string>;@@ -24752,7 +25248,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
edgeAvailabilityDomain?: pulumi.Input<string>;@@ -24760,7 +25256,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
googleReferenceId?: pulumi.Input<string>;@@ -24768,7 +25264,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
interconnect?: pulumi.Input<string>;@@ -24776,7 +25272,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
name?: pulumi.Input<string>;@@ -24784,7 +25280,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
pairingKey?: pulumi.Input<string>;@@ -24792,7 +25288,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
partnerAsn?: pulumi.Input<string>;@@ -24800,7 +25296,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
privateInterconnectInfo?: pulumi.Input<{ @@ -24810,7 +25306,7 @@ Input properties used for looking up and filtering InterconnectAttachment resour {{% /md %}}
project?: pulumi.Input<string>;@@ -24822,7 +25318,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -24830,7 +25326,7 @@ If it is not provided, the provider project is used. {{% /md %}}
router?: pulumi.Input<string>;@@ -24838,7 +25334,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -24849,7 +25345,7 @@ The URI of the created resource. {{% /md %}}
state?: pulumi.Input<string>;@@ -24857,7 +25353,7 @@ The URI of the created resource. {{% /md %}}
type?: pulumi.Input<string>;@@ -24865,7 +25361,7 @@ The URI of the created resource. {{% /md %}}
vlanTag8021q?: pulumi.Input<number>;@@ -24874,7 +25370,7 @@ The URI of the created resource.
certificateId?: pulumi.Input<number>;@@ -24891,7 +25387,7 @@ The set of arguments for constructing a MangedSslCertificate resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -24899,7 +25395,7 @@ The set of arguments for constructing a MangedSslCertificate resource. {{% /md %}}
managed?: pulumi.Input<{ @@ -24909,7 +25405,7 @@ The set of arguments for constructing a MangedSslCertificate resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -24917,7 +25413,7 @@ The set of arguments for constructing a MangedSslCertificate resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -24929,7 +25425,7 @@ If it is not provided, the provider project is used. {{% /md %}}
type?: pulumi.Input<string>;@@ -24938,7 +25434,7 @@ If it is not provided, the provider project is used.
certificateId?: pulumi.Input<number>;@@ -24955,7 +25451,7 @@ Input properties used for looking up and filtering MangedSslCertificate resource {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -24963,7 +25459,7 @@ Input properties used for looking up and filtering MangedSslCertificate resource {{% /md %}}
description?: pulumi.Input<string>;@@ -24971,7 +25467,7 @@ Input properties used for looking up and filtering MangedSslCertificate resource {{% /md %}}
expireTime?: pulumi.Input<string>;@@ -24979,7 +25475,7 @@ Input properties used for looking up and filtering MangedSslCertificate resource {{% /md %}}
managed?: pulumi.Input<{ @@ -24989,7 +25485,7 @@ Input properties used for looking up and filtering MangedSslCertificate resource {{% /md %}}
name?: pulumi.Input<string>;@@ -24997,7 +25493,7 @@ Input properties used for looking up and filtering MangedSslCertificate resource {{% /md %}}
project?: pulumi.Input<string>;@@ -25009,7 +25505,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -25020,7 +25516,7 @@ The URI of the created resource. {{% /md %}}
subjectAlternativeNames?: pulumi.Input<pulumi.Input<string>[]>;@@ -25028,7 +25524,7 @@ The URI of the created resource. {{% /md %}}
type?: pulumi.Input<string>;@@ -25037,7 +25533,7 @@ The URI of the created resource.
autoCreateSubnetworks?: pulumi.Input<boolean>;@@ -25054,7 +25550,7 @@ The set of arguments for constructing a Network resource. {{% /md %}}
deleteDefaultRoutesOnCreate?: pulumi.Input<boolean>;@@ -25062,7 +25558,7 @@ The set of arguments for constructing a Network resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -25070,7 +25566,7 @@ The set of arguments for constructing a Network resource. {{% /md %}}
ipv4Range?: pulumi.Input<string>;@@ -25078,7 +25574,7 @@ The set of arguments for constructing a Network resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -25086,7 +25582,7 @@ The set of arguments for constructing a Network resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -25098,7 +25594,7 @@ If it is not provided, the provider project is used. {{% /md %}}
routingMode?: pulumi.Input<string>;@@ -25107,7 +25603,7 @@ If it is not provided, the provider project is used.
defaultPort?: pulumi.Input<number>;@@ -25124,7 +25620,7 @@ The set of arguments for constructing a NetworkEndpointGroup resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -25132,7 +25628,7 @@ The set of arguments for constructing a NetworkEndpointGroup resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -25140,7 +25636,7 @@ The set of arguments for constructing a NetworkEndpointGroup resource. {{% /md %}}
network: pulumi.Input<string>;@@ -25148,7 +25644,7 @@ The set of arguments for constructing a NetworkEndpointGroup resource. {{% /md %}}
networkEndpointType?: pulumi.Input<string>;@@ -25156,7 +25652,7 @@ The set of arguments for constructing a NetworkEndpointGroup resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -25168,7 +25664,7 @@ If it is not provided, the provider project is used. {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -25176,7 +25672,7 @@ If it is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -25185,7 +25681,7 @@ If it is not provided, the provider project is used.
defaultPort?: pulumi.Input<number>;@@ -25202,7 +25698,7 @@ Input properties used for looking up and filtering NetworkEndpointGroup resource {{% /md %}}
description?: pulumi.Input<string>;@@ -25210,7 +25706,7 @@ Input properties used for looking up and filtering NetworkEndpointGroup resource {{% /md %}}
name?: pulumi.Input<string>;@@ -25218,7 +25714,7 @@ Input properties used for looking up and filtering NetworkEndpointGroup resource {{% /md %}}
network?: pulumi.Input<string>;@@ -25226,7 +25722,7 @@ Input properties used for looking up and filtering NetworkEndpointGroup resource {{% /md %}}
networkEndpointType?: pulumi.Input<string>;@@ -25234,7 +25730,7 @@ Input properties used for looking up and filtering NetworkEndpointGroup resource {{% /md %}}
project?: pulumi.Input<string>;@@ -25246,7 +25742,7 @@ If it is not provided, the provider project is used. {{% /md %}}
size?: pulumi.Input<number>;@@ -25254,7 +25750,7 @@ If it is not provided, the provider project is used. {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -25262,7 +25758,7 @@ If it is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -25271,7 +25767,7 @@ If it is not provided, the provider project is used.
autoCreateRoutes?: pulumi.Input<boolean>;@@ -25289,10 +25785,26 @@ The set of arguments for constructing a NetworkPeering resource. If set to `true`, the routes between the two networks will be created and managed automatically. Defaults to `true`. +{{% /md %}} +
exportCustomRoutes?: pulumi.Input<boolean>;+{{% md %}} +{{% /md %}} +
importCustomRoutes?: pulumi.Input<boolean>;+{{% md %}} {{% /md %}}
name?: pulumi.Input<string>;@@ -25303,7 +25815,7 @@ Name of the peering. {{% /md %}}
network: pulumi.Input<string>;@@ -25314,7 +25826,7 @@ Resource link of the network to add a peering to. {{% /md %}}
peerNetwork: pulumi.Input<string>;@@ -25326,7 +25838,7 @@ Resource link of the peer network.
autoCreateRoutes?: pulumi.Input<boolean>;@@ -25344,10 +25856,26 @@ Input properties used for looking up and filtering NetworkPeering resources. If set to `true`, the routes between the two networks will be created and managed automatically. Defaults to `true`. +{{% /md %}} +
exportCustomRoutes?: pulumi.Input<boolean>;+{{% md %}} +{{% /md %}} +
importCustomRoutes?: pulumi.Input<boolean>;+{{% md %}} {{% /md %}}
name?: pulumi.Input<string>;@@ -25358,7 +25886,7 @@ Name of the peering. {{% /md %}}
network?: pulumi.Input<string>;@@ -25369,7 +25897,7 @@ Resource link of the network to add a peering to. {{% /md %}}
peerNetwork?: pulumi.Input<string>;@@ -25380,7 +25908,7 @@ Resource link of the peer network. {{% /md %}}
state?: pulumi.Input<string>;@@ -25391,7 +25919,7 @@ State for the peering. {{% /md %}}
stateDetails?: pulumi.Input<string>;@@ -25403,7 +25931,7 @@ Details about the current state of the peering.
autoCreateSubnetworks?: pulumi.Input<boolean>;@@ -25420,7 +25948,7 @@ Input properties used for looking up and filtering Network resources. {{% /md %}}
deleteDefaultRoutesOnCreate?: pulumi.Input<boolean>;@@ -25428,7 +25956,7 @@ Input properties used for looking up and filtering Network resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -25436,7 +25964,7 @@ Input properties used for looking up and filtering Network resources. {{% /md %}}
gatewayIpv4?: pulumi.Input<string>;@@ -25444,7 +25972,7 @@ Input properties used for looking up and filtering Network resources. {{% /md %}}
ipv4Range?: pulumi.Input<string>;@@ -25452,7 +25980,7 @@ Input properties used for looking up and filtering Network resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -25460,7 +25988,7 @@ Input properties used for looking up and filtering Network resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -25472,7 +26000,7 @@ If it is not provided, the provider project is used. {{% /md %}}
routingMode?: pulumi.Input<string>;@@ -25480,7 +26008,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -25492,7 +26020,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -25509,7 +26037,7 @@ The set of arguments for constructing a NodeGroup resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -25517,7 +26045,7 @@ The set of arguments for constructing a NodeGroup resource. {{% /md %}}
nodeTemplate: pulumi.Input<string>;@@ -25525,7 +26053,7 @@ The set of arguments for constructing a NodeGroup resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -25537,7 +26065,7 @@ If it is not provided, the provider project is used. {{% /md %}}
size: pulumi.Input<number>;@@ -25545,7 +26073,7 @@ If it is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -25554,7 +26082,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -25571,7 +26099,7 @@ Input properties used for looking up and filtering NodeGroup resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -25579,7 +26107,7 @@ Input properties used for looking up and filtering NodeGroup resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -25587,7 +26115,7 @@ Input properties used for looking up and filtering NodeGroup resources. {{% /md %}}
nodeTemplate?: pulumi.Input<string>;@@ -25595,7 +26123,7 @@ Input properties used for looking up and filtering NodeGroup resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -25607,7 +26135,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -25618,7 +26146,7 @@ The URI of the created resource. {{% /md %}}
size?: pulumi.Input<number>;@@ -25626,7 +26154,7 @@ The URI of the created resource. {{% /md %}}
zone?: pulumi.Input<string>;@@ -25635,7 +26163,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -25652,7 +26180,7 @@ The set of arguments for constructing a NodeTemplate resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -25660,7 +26188,7 @@ The set of arguments for constructing a NodeTemplate resource. {{% /md %}}
nodeAffinityLabels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -25668,7 +26196,7 @@ The set of arguments for constructing a NodeTemplate resource. {{% /md %}}
nodeType?: pulumi.Input<string>;@@ -25676,7 +26204,7 @@ The set of arguments for constructing a NodeTemplate resource. {{% /md %}}
nodeTypeFlexibility?: pulumi.Input<{ @@ -25688,7 +26216,7 @@ The set of arguments for constructing a NodeTemplate resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -25700,7 +26228,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -25708,7 +26236,7 @@ If it is not provided, the provider project is used. {{% /md %}}
serverBinding?: pulumi.Input<{ @@ -25719,7 +26247,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -25736,7 +26264,7 @@ Input properties used for looking up and filtering NodeTemplate resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -25744,7 +26272,7 @@ Input properties used for looking up and filtering NodeTemplate resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -25752,7 +26280,7 @@ Input properties used for looking up and filtering NodeTemplate resources. {{% /md %}}
nodeAffinityLabels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -25760,7 +26288,7 @@ Input properties used for looking up and filtering NodeTemplate resources. {{% /md %}}
nodeType?: pulumi.Input<string>;@@ -25768,7 +26296,7 @@ Input properties used for looking up and filtering NodeTemplate resources. {{% /md %}}
nodeTypeFlexibility?: pulumi.Input<{ @@ -25780,7 +26308,7 @@ Input properties used for looking up and filtering NodeTemplate resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -25792,7 +26320,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -25800,7 +26328,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -25811,7 +26339,7 @@ The URI of the created resource. {{% /md %}}
serverBinding?: pulumi.Input<{ @@ -25822,7 +26350,7 @@ The URI of the created resource.
metadata: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -25842,7 +26370,7 @@ A series of key value pairs. {{% /md %}}
project?: pulumi.Input<string>;@@ -25855,7 +26383,7 @@ is not provided, the provider project is used.
key: pulumi.Input<string>;@@ -25875,7 +26403,7 @@ The metadata key to set. {{% /md %}}
project?: pulumi.Input<string>;@@ -25887,7 +26415,7 @@ is not provided, the provider project is used. {{% /md %}}
value: pulumi.Input<string>;@@ -25899,7 +26427,7 @@ The value to set for the given metadata key.
key?: pulumi.Input<string>;@@ -25919,7 +26447,7 @@ The metadata key to set. {{% /md %}}
project?: pulumi.Input<string>;@@ -25931,7 +26459,7 @@ is not provided, the provider project is used. {{% /md %}}
value?: pulumi.Input<string>;@@ -25943,7 +26471,7 @@ The value to set for the given metadata key.
metadata?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -25963,7 +26491,7 @@ A series of key value pairs. {{% /md %}}
project?: pulumi.Input<string>;@@ -25976,7 +26504,7 @@ is not provided, the provider project is used.
autoscalingPolicy: pulumi.Input<{ @@ -26010,7 +26538,7 @@ The set of arguments for constructing a RegionAutoscaler resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -26018,7 +26546,7 @@ The set of arguments for constructing a RegionAutoscaler resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -26026,7 +26554,7 @@ The set of arguments for constructing a RegionAutoscaler resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -26034,7 +26562,7 @@ The set of arguments for constructing a RegionAutoscaler resource. {{% /md %}}
region?: pulumi.Input<string>;@@ -26042,7 +26570,7 @@ The set of arguments for constructing a RegionAutoscaler resource. {{% /md %}}
target: pulumi.Input<string>;@@ -26051,7 +26579,7 @@ The set of arguments for constructing a RegionAutoscaler resource.
autoscalingPolicy?: pulumi.Input<{ @@ -26085,7 +26613,7 @@ Input properties used for looking up and filtering RegionAutoscaler resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -26093,7 +26621,7 @@ Input properties used for looking up and filtering RegionAutoscaler resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -26101,7 +26629,7 @@ Input properties used for looking up and filtering RegionAutoscaler resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -26109,7 +26637,7 @@ Input properties used for looking up and filtering RegionAutoscaler resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -26117,7 +26645,7 @@ Input properties used for looking up and filtering RegionAutoscaler resources. {{% /md %}}
region?: pulumi.Input<string>;@@ -26125,7 +26653,7 @@ Input properties used for looking up and filtering RegionAutoscaler resources. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -26136,7 +26664,7 @@ The URI of the created resource. {{% /md %}}
target?: pulumi.Input<string>;@@ -26145,7 +26673,7 @@ The URI of the created resource.
backends?: pulumi.Input<pulumi.Input<{ description: pulumi.Input<string>; + failover: pulumi.Input<boolean>; group: pulumi.Input<string>; }>[]>;{{% md %}} {{% /md %}}
connectionDrainingTimeoutSec?: pulumi.Input<number>;@@ -26173,15 +26702,27 @@ The set of arguments for constructing a RegionBackendService resource. {{% /md %}}
description?: pulumi.Input<string>;{{% md %}} {{% /md %}}
failoverPolicy?: pulumi.Input<{ + disableConnectionDrainOnFailover: pulumi.Input<boolean>; + dropTrafficIfUnhealthy: pulumi.Input<boolean>; + failoverRatio: pulumi.Input<number>; +}>;+{{% md %}} +{{% /md %}} +
healthChecks: pulumi.Input<string>;@@ -26189,7 +26730,7 @@ The set of arguments for constructing a RegionBackendService resource. {{% /md %}}
loadBalancingScheme?: pulumi.Input<string>;@@ -26197,7 +26738,7 @@ The set of arguments for constructing a RegionBackendService resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -26205,7 +26746,7 @@ The set of arguments for constructing a RegionBackendService resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -26217,7 +26758,7 @@ If it is not provided, the provider project is used. {{% /md %}}
protocol?: pulumi.Input<string>;@@ -26225,7 +26766,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -26233,7 +26774,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sessionAffinity?: pulumi.Input<string>;@@ -26241,7 +26782,7 @@ If it is not provided, the provider project is used. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -26250,7 +26791,7 @@ If it is not provided, the provider project is used.
backends?: pulumi.Input<pulumi.Input<{ description: pulumi.Input<string>; + failover: pulumi.Input<boolean>; group: pulumi.Input<string>; }>[]>;{{% md %}} {{% /md %}}
connectionDrainingTimeoutSec?: pulumi.Input<number>;@@ -26278,15 +26820,27 @@ Input properties used for looking up and filtering RegionBackendService resource {{% /md %}}
description?: pulumi.Input<string>;{{% md %}} {{% /md %}}
failoverPolicy?: pulumi.Input<{ + disableConnectionDrainOnFailover: pulumi.Input<boolean>; + dropTrafficIfUnhealthy: pulumi.Input<boolean>; + failoverRatio: pulumi.Input<number>; +}>;+{{% md %}} +{{% /md %}} +
fingerprint?: pulumi.Input<string>;@@ -26294,7 +26848,7 @@ Input properties used for looking up and filtering RegionBackendService resource {{% /md %}}
healthChecks?: pulumi.Input<string>;@@ -26302,7 +26856,7 @@ Input properties used for looking up and filtering RegionBackendService resource {{% /md %}}
loadBalancingScheme?: pulumi.Input<string>;@@ -26310,7 +26864,7 @@ Input properties used for looking up and filtering RegionBackendService resource {{% /md %}}
name?: pulumi.Input<string>;@@ -26318,7 +26872,7 @@ Input properties used for looking up and filtering RegionBackendService resource {{% /md %}}
project?: pulumi.Input<string>;@@ -26330,7 +26884,7 @@ If it is not provided, the provider project is used. {{% /md %}}
protocol?: pulumi.Input<string>;@@ -26338,7 +26892,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -26346,7 +26900,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -26357,7 +26911,7 @@ The URI of the created resource. {{% /md %}}
sessionAffinity?: pulumi.Input<string>;@@ -26365,7 +26919,7 @@ The URI of the created resource. {{% /md %}}
timeoutSec?: pulumi.Input<number>;@@ -26374,7 +26928,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -26391,7 +26945,7 @@ The set of arguments for constructing a RegionDisk resource. {{% /md %}}
diskEncryptionKey?: pulumi.Input<{ @@ -26403,7 +26957,7 @@ The set of arguments for constructing a RegionDisk resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -26411,7 +26965,7 @@ The set of arguments for constructing a RegionDisk resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -26419,7 +26973,7 @@ The set of arguments for constructing a RegionDisk resource. {{% /md %}}
physicalBlockSizeBytes?: pulumi.Input<number>;@@ -26427,7 +26981,7 @@ The set of arguments for constructing a RegionDisk resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -26439,7 +26993,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -26447,7 +27001,7 @@ If it is not provided, the provider project is used. {{% /md %}}
replicaZones: pulumi.Input<pulumi.Input<string>[]>;@@ -26455,7 +27009,7 @@ If it is not provided, the provider project is used. {{% /md %}}
size?: pulumi.Input<number>;@@ -26463,7 +27017,7 @@ If it is not provided, the provider project is used. {{% /md %}}
snapshot?: pulumi.Input<string>;@@ -26471,7 +27025,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceSnapshotEncryptionKey?: pulumi.Input<{ @@ -26483,7 +27037,7 @@ If it is not provided, the provider project is used. {{% /md %}}
type?: pulumi.Input<string>;@@ -26492,7 +27046,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -26509,7 +27063,7 @@ Input properties used for looking up and filtering RegionDisk resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -26517,7 +27071,7 @@ Input properties used for looking up and filtering RegionDisk resources. {{% /md %}}
diskEncryptionKey?: pulumi.Input<{ @@ -26529,7 +27083,7 @@ Input properties used for looking up and filtering RegionDisk resources. {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -26537,7 +27091,7 @@ Input properties used for looking up and filtering RegionDisk resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -26545,7 +27099,7 @@ Input properties used for looking up and filtering RegionDisk resources. {{% /md %}}
lastAttachTimestamp?: pulumi.Input<string>;@@ -26553,7 +27107,7 @@ Input properties used for looking up and filtering RegionDisk resources. {{% /md %}}
lastDetachTimestamp?: pulumi.Input<string>;@@ -26561,7 +27115,7 @@ Input properties used for looking up and filtering RegionDisk resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -26569,7 +27123,7 @@ Input properties used for looking up and filtering RegionDisk resources. {{% /md %}}
physicalBlockSizeBytes?: pulumi.Input<number>;@@ -26577,7 +27131,7 @@ Input properties used for looking up and filtering RegionDisk resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -26589,7 +27143,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -26597,7 +27151,7 @@ If it is not provided, the provider project is used. {{% /md %}}
replicaZones?: pulumi.Input<pulumi.Input<string>[]>;@@ -26605,7 +27159,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -26616,7 +27170,7 @@ The URI of the created resource. {{% /md %}}
size?: pulumi.Input<number>;@@ -26624,7 +27178,7 @@ The URI of the created resource. {{% /md %}}
snapshot?: pulumi.Input<string>;@@ -26632,7 +27186,7 @@ The URI of the created resource. {{% /md %}}
sourceSnapshotEncryptionKey?: pulumi.Input<{ @@ -26644,7 +27198,7 @@ The URI of the created resource. {{% /md %}}
sourceSnapshotId?: pulumi.Input<string>;@@ -26652,7 +27206,7 @@ The URI of the created resource. {{% /md %}}
type?: pulumi.Input<string>;@@ -26660,7 +27214,7 @@ The URI of the created resource. {{% /md %}}
users?: pulumi.Input<pulumi.Input<string>[]>;@@ -26669,7 +27223,7 @@ The URI of the created resource.
autoHealingPolicies?: pulumi.Input<{ @@ -26693,7 +27247,7 @@ group. You can specify only one value. Structure is documented below. For more i {{% /md %}}
baseInstanceName: pulumi.Input<string>;@@ -26709,7 +27263,7 @@ name. {{% /md %}}
description?: pulumi.Input<string>;@@ -26721,7 +27275,7 @@ group manager. {{% /md %}}
distributionPolicyZones?: pulumi.Input<pulumi.Input<string>[]>;@@ -26734,7 +27288,7 @@ group. You can specify one or more values. For more information, see the [offici {{% /md %}}
name?: pulumi.Input<string>;@@ -26748,7 +27302,7 @@ include lowercase letters, numbers, and hyphens. {{% /md %}}
namedPorts?: pulumi.Input<pulumi.Input<{ @@ -26763,7 +27317,7 @@ for details on configuration. {{% /md %}}
project?: pulumi.Input<string>;@@ -26775,7 +27329,7 @@ is not provided, the provider project is used. {{% /md %}}
region: pulumi.Input<string>;@@ -26786,7 +27340,7 @@ The region where the managed instance group resides. {{% /md %}}
targetPools?: pulumi.Input<pulumi.Input<string>[]>;@@ -26799,7 +27353,7 @@ not affect existing instances. {{% /md %}}
targetSize?: pulumi.Input<number>;@@ -26812,7 +27366,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
updatePolicy?: pulumi.Input<{ @@ -26831,7 +27385,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
versions: pulumi.Input<pulumi.Input<{ @@ -26851,7 +27405,7 @@ Structure is documented below. {{% /md %}}
waitForInstances?: pulumi.Input<boolean>;@@ -26865,7 +27419,7 @@ continue trying until it times out.
autoHealingPolicies?: pulumi.Input<{ @@ -26889,7 +27443,7 @@ group. You can specify only one value. Structure is documented below. For more i {{% /md %}}
baseInstanceName?: pulumi.Input<string>;@@ -26905,7 +27459,7 @@ name. {{% /md %}}
description?: pulumi.Input<string>;@@ -26917,7 +27471,7 @@ group manager. {{% /md %}}
distributionPolicyZones?: pulumi.Input<pulumi.Input<string>[]>;@@ -26930,7 +27484,7 @@ group. You can specify one or more values. For more information, see the [offici {{% /md %}}
fingerprint?: pulumi.Input<string>;@@ -26941,7 +27495,7 @@ The fingerprint of the instance group manager. {{% /md %}}
instanceGroup?: pulumi.Input<string>;@@ -26952,7 +27506,7 @@ The full URL of the instance group created by the manager. {{% /md %}}
name?: pulumi.Input<string>;@@ -26966,7 +27520,7 @@ include lowercase letters, numbers, and hyphens. {{% /md %}}
namedPorts?: pulumi.Input<pulumi.Input<{ @@ -26981,7 +27535,7 @@ for details on configuration. {{% /md %}}
project?: pulumi.Input<string>;@@ -26993,7 +27547,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -27004,7 +27558,7 @@ The region where the managed instance group resides. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -27015,7 +27569,7 @@ The URL of the created resource. {{% /md %}}
targetPools?: pulumi.Input<pulumi.Input<string>[]>;@@ -27028,7 +27582,7 @@ not affect existing instances. {{% /md %}}
targetSize?: pulumi.Input<number>;@@ -27041,7 +27595,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
updatePolicy?: pulumi.Input<{ @@ -27060,7 +27614,7 @@ an autoscaler, in which case it should never be set. Defaults to `0`. {{% /md %}}
versions?: pulumi.Input<pulumi.Input<{ @@ -27080,7 +27634,7 @@ Structure is documented below. {{% /md %}}
waitForInstances?: pulumi.Input<boolean>;@@ -27094,7 +27648,7 @@ continue trying until it times out.
description?: pulumi.Input<string>;@@ -27111,7 +27665,7 @@ The set of arguments for constructing a Route resource. {{% /md %}}
destRange: pulumi.Input<string>;@@ -27119,7 +27673,7 @@ The set of arguments for constructing a Route resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -27127,7 +27681,7 @@ The set of arguments for constructing a Route resource. {{% /md %}}
network: pulumi.Input<string>;@@ -27135,7 +27689,7 @@ The set of arguments for constructing a Route resource. {{% /md %}}
nextHopGateway?: pulumi.Input<string>;@@ -27143,7 +27697,7 @@ The set of arguments for constructing a Route resource. {{% /md %}}
nextHopInstance?: pulumi.Input<string>;@@ -27151,7 +27705,7 @@ The set of arguments for constructing a Route resource. {{% /md %}}
nextHopInstanceZone?: pulumi.Input<string>;@@ -27165,7 +27719,7 @@ a URL. {{% /md %}}
nextHopIp?: pulumi.Input<string>;@@ -27173,7 +27727,7 @@ a URL. {{% /md %}}
nextHopVpnTunnel?: pulumi.Input<string>;@@ -27181,7 +27735,7 @@ a URL. {{% /md %}}
priority?: pulumi.Input<number>;@@ -27189,7 +27743,7 @@ a URL. {{% /md %}}
project?: pulumi.Input<string>;@@ -27201,7 +27755,7 @@ If it is not provided, the provider project is used. {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -27210,7 +27764,7 @@ If it is not provided, the provider project is used.
description?: pulumi.Input<string>;@@ -27227,7 +27781,7 @@ Input properties used for looking up and filtering Route resources. {{% /md %}}
destRange?: pulumi.Input<string>;@@ -27235,7 +27789,7 @@ Input properties used for looking up and filtering Route resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -27243,7 +27797,7 @@ Input properties used for looking up and filtering Route resources. {{% /md %}}
network?: pulumi.Input<string>;@@ -27251,7 +27805,7 @@ Input properties used for looking up and filtering Route resources. {{% /md %}}
nextHopGateway?: pulumi.Input<string>;@@ -27259,7 +27813,7 @@ Input properties used for looking up and filtering Route resources. {{% /md %}}
nextHopInstance?: pulumi.Input<string>;@@ -27267,7 +27821,7 @@ Input properties used for looking up and filtering Route resources. {{% /md %}}
nextHopInstanceZone?: pulumi.Input<string>;@@ -27281,7 +27835,7 @@ a URL. {{% /md %}}
nextHopIp?: pulumi.Input<string>;@@ -27289,7 +27843,7 @@ a URL. {{% /md %}}
nextHopNetwork?: pulumi.Input<string>;@@ -27297,7 +27851,7 @@ a URL. {{% /md %}}
nextHopVpnTunnel?: pulumi.Input<string>;@@ -27305,7 +27859,7 @@ a URL. {{% /md %}}
priority?: pulumi.Input<number>;@@ -27313,7 +27867,7 @@ a URL. {{% /md %}}
project?: pulumi.Input<string>;@@ -27325,7 +27879,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -27336,7 +27890,7 @@ The URI of the created resource. {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -27345,7 +27899,7 @@ The URI of the created resource.
bgp?: pulumi.Input<{ @@ -27370,7 +27924,7 @@ The set of arguments for constructing a Router resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -27378,7 +27932,7 @@ The set of arguments for constructing a Router resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -27386,7 +27940,7 @@ The set of arguments for constructing a Router resource. {{% /md %}}
network: pulumi.Input<string>;@@ -27394,7 +27948,7 @@ The set of arguments for constructing a Router resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -27406,7 +27960,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -27415,7 +27969,7 @@ If it is not provided, the provider project is used.
interconnectAttachment?: pulumi.Input<string>;+{{% md %}} + +The name or resource link to the +VLAN interconnect for this interface. Changing this forces a new interface to +be created. Only one of `vpn_tunnel` and `interconnect_attachment` can be +specified. + +{{% /md %}} +
ipRange?: pulumi.Input<string>;@@ -27436,7 +28004,7 @@ in the RFC3927 link-local IP space. Changing this forces a new interface to be c {{% /md %}}
name?: pulumi.Input<string>;@@ -27448,7 +28016,7 @@ this forces a new interface to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -27460,7 +28028,7 @@ is not provided, the provider project is used. Changing this forces a new interf {{% /md %}}
region?: pulumi.Input<string>;@@ -27473,7 +28041,7 @@ created. {{% /md %}}
router: pulumi.Input<string>;@@ -27485,20 +28053,21 @@ Changing this forces a new interface to be created. {{% /md %}}
vpnTunnel: pulumi.Input<string>;+
vpnTunnel?: pulumi.Input<string>;{{% md %}} The name or resource link to the VPN tunnel this -interface will be linked to. Changing this forces a new interface to be created. +interface will be linked to. Changing this forces a new interface to be created. Only +one of `vpn_tunnel` and `interconnect_attachment` can be specified. {{% /md %}}
interconnectAttachment?: pulumi.Input<string>;+{{% md %}} + +The name or resource link to the +VLAN interconnect for this interface. Changing this forces a new interface to +be created. Only one of `vpn_tunnel` and `interconnect_attachment` can be +specified. + +{{% /md %}} +
ipRange?: pulumi.Input<string>;@@ -27519,7 +28102,7 @@ in the RFC3927 link-local IP space. Changing this forces a new interface to be c {{% /md %}}
name?: pulumi.Input<string>;@@ -27531,7 +28114,7 @@ this forces a new interface to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -27543,7 +28126,7 @@ is not provided, the provider project is used. Changing this forces a new interf {{% /md %}}
region?: pulumi.Input<string>;@@ -27556,7 +28139,7 @@ created. {{% /md %}}
router?: pulumi.Input<string>;@@ -27568,20 +28151,21 @@ Changing this forces a new interface to be created. {{% /md %}}
vpnTunnel?: pulumi.Input<string>;{{% md %}} The name or resource link to the VPN tunnel this -interface will be linked to. Changing this forces a new interface to be created. +interface will be linked to. Changing this forces a new interface to be created. Only +one of `vpn_tunnel` and `interconnect_attachment` can be specified. {{% /md %}}
icmpIdleTimeoutSec?: pulumi.Input<number>;@@ -27599,10 +28183,21 @@ The set of arguments for constructing a RouterNat resource. Timeout (in seconds) for ICMP connections. Defaults to 30s if not set. Changing this forces a new NAT to be created. +{{% /md %}} +
logConfig?: pulumi.Input<{ + enable: pulumi.Input<boolean>; + filter: pulumi.Input<string>; +}>;+{{% md %}} {{% /md %}}
minPortsPerVm?: pulumi.Input<number>;@@ -27615,7 +28210,7 @@ Changing this forces a new NAT to be created. {{% /md %}}
name?: pulumi.Input<string>;@@ -27627,7 +28222,7 @@ this forces a new NAT to be created. {{% /md %}}
natIpAllocateOption: pulumi.Input<string>;@@ -27640,7 +28235,7 @@ a new NAT to be created. {{% /md %}}
natIps?: pulumi.Input<pulumi.Input<string>[]>;@@ -27653,7 +28248,7 @@ new NAT to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -27665,7 +28260,7 @@ is not provided, the provider project is used. Changing this forces a new NAT to {{% /md %}}
region?: pulumi.Input<string>;@@ -27678,7 +28273,7 @@ created. {{% /md %}}
router: pulumi.Input<string>;@@ -27690,7 +28285,7 @@ Changing this forces a new NAT to be created. {{% /md %}}
sourceSubnetworkIpRangesToNat?: pulumi.Input<string>;@@ -27704,7 +28299,7 @@ this forces a new NAT to be created. {{% /md %}}
subnetworks?: pulumi.Input<pulumi.Input<{ @@ -27721,7 +28316,7 @@ the section below for details on configuration. {{% /md %}}
tcpEstablishedIdleTimeoutSec?: pulumi.Input<number>;@@ -27734,7 +28329,7 @@ a new NAT to be created. {{% /md %}}
tcpTransitoryIdleTimeoutSec?: pulumi.Input<number>;@@ -27747,7 +28342,7 @@ new NAT to be created. {{% /md %}}
udpIdleTimeoutSec?: pulumi.Input<number>;@@ -27760,7 +28355,7 @@ Defaults to 30s if not set. Changing this forces a new NAT to be created.
icmpIdleTimeoutSec?: pulumi.Input<number>;@@ -27778,10 +28373,21 @@ Input properties used for looking up and filtering RouterNat resources. Timeout (in seconds) for ICMP connections. Defaults to 30s if not set. Changing this forces a new NAT to be created. +{{% /md %}} +
logConfig?: pulumi.Input<{ + enable: pulumi.Input<boolean>; + filter: pulumi.Input<string>; +}>;+{{% md %}} {{% /md %}}
minPortsPerVm?: pulumi.Input<number>;@@ -27794,7 +28400,7 @@ Changing this forces a new NAT to be created. {{% /md %}}
name?: pulumi.Input<string>;@@ -27806,7 +28412,7 @@ this forces a new NAT to be created. {{% /md %}}
natIpAllocateOption?: pulumi.Input<string>;@@ -27819,7 +28425,7 @@ a new NAT to be created. {{% /md %}}
natIps?: pulumi.Input<pulumi.Input<string>[]>;@@ -27832,7 +28438,7 @@ new NAT to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -27844,7 +28450,7 @@ is not provided, the provider project is used. Changing this forces a new NAT to {{% /md %}}
region?: pulumi.Input<string>;@@ -27857,7 +28463,7 @@ created. {{% /md %}}
router?: pulumi.Input<string>;@@ -27869,7 +28475,7 @@ Changing this forces a new NAT to be created. {{% /md %}}
sourceSubnetworkIpRangesToNat?: pulumi.Input<string>;@@ -27883,7 +28489,7 @@ this forces a new NAT to be created. {{% /md %}}
subnetworks?: pulumi.Input<pulumi.Input<{ @@ -27900,7 +28506,7 @@ the section below for details on configuration. {{% /md %}}
tcpEstablishedIdleTimeoutSec?: pulumi.Input<number>;@@ -27913,7 +28519,7 @@ a new NAT to be created. {{% /md %}}
tcpTransitoryIdleTimeoutSec?: pulumi.Input<number>;@@ -27926,7 +28532,7 @@ new NAT to be created. {{% /md %}}
udpIdleTimeoutSec?: pulumi.Input<number>;@@ -27939,7 +28545,7 @@ Defaults to 30s if not set. Changing this forces a new NAT to be created.
advertisedRoutePriority?: pulumi.Input<number>;@@ -27960,7 +28566,7 @@ Changing this forces a new peer to be created. {{% /md %}}
interface: pulumi.Input<string>;@@ -27972,7 +28578,7 @@ Changing this forces a new peer to be created. {{% /md %}}
name?: pulumi.Input<string>;@@ -27984,7 +28590,7 @@ this forces a new peer to be created. {{% /md %}}
peerAsn: pulumi.Input<number>;@@ -27996,7 +28602,7 @@ Changing this forces a new peer to be created. {{% /md %}}
peerIpAddress?: pulumi.Input<string>;@@ -28008,7 +28614,7 @@ Changing this forces a new peer to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -28020,7 +28626,7 @@ is not provided, the provider project is used. Changing this forces a new peer t {{% /md %}}
region?: pulumi.Input<string>;@@ -28033,7 +28639,7 @@ created. {{% /md %}}
router: pulumi.Input<string>;@@ -28046,7 +28652,7 @@ Changing this forces a new peer to be created.
advertisedRoutePriority?: pulumi.Input<number>;@@ -28067,7 +28673,7 @@ Changing this forces a new peer to be created. {{% /md %}}
interface?: pulumi.Input<string>;@@ -28079,7 +28685,7 @@ Changing this forces a new peer to be created. {{% /md %}}
ipAddress?: pulumi.Input<string>;@@ -28090,7 +28696,7 @@ IP address of the interface inside Google Cloud Platform. {{% /md %}}
name?: pulumi.Input<string>;@@ -28102,7 +28708,7 @@ this forces a new peer to be created. {{% /md %}}
peerAsn?: pulumi.Input<number>;@@ -28114,7 +28720,7 @@ Changing this forces a new peer to be created. {{% /md %}}
peerIpAddress?: pulumi.Input<string>;@@ -28126,7 +28732,7 @@ Changing this forces a new peer to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -28138,7 +28744,7 @@ is not provided, the provider project is used. Changing this forces a new peer t {{% /md %}}
region?: pulumi.Input<string>;@@ -28151,7 +28757,7 @@ created. {{% /md %}}
router?: pulumi.Input<string>;@@ -28164,7 +28770,7 @@ Changing this forces a new peer to be created.
bgp?: pulumi.Input<{ @@ -28189,7 +28795,7 @@ Input properties used for looking up and filtering Router resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -28197,7 +28803,7 @@ Input properties used for looking up and filtering Router resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -28205,7 +28811,7 @@ Input properties used for looking up and filtering Router resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -28213,7 +28819,7 @@ Input properties used for looking up and filtering Router resources. {{% /md %}}
network?: pulumi.Input<string>;@@ -28221,7 +28827,7 @@ Input properties used for looking up and filtering Router resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -28233,7 +28839,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -28241,7 +28847,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -28253,7 +28859,7 @@ The URI of the created resource.
certificate: pulumi.Input<string>;@@ -28270,7 +28876,7 @@ The set of arguments for constructing a SSLCertificate resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -28278,7 +28884,7 @@ The set of arguments for constructing a SSLCertificate resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -28286,7 +28892,7 @@ The set of arguments for constructing a SSLCertificate resource. {{% /md %}}
namePrefix?: pulumi.Input<string>;@@ -28298,7 +28904,7 @@ specified prefix. Conflicts with `name`. {{% /md %}}
privateKey: pulumi.Input<string>;@@ -28306,7 +28912,7 @@ specified prefix. Conflicts with `name`. {{% /md %}}
project?: pulumi.Input<string>;@@ -28319,7 +28925,7 @@ If it is not provided, the provider project is used.
certificate?: pulumi.Input<string>;@@ -28336,7 +28942,7 @@ Input properties used for looking up and filtering SSLCertificate resources. {{% /md %}}
certificateId?: pulumi.Input<number>;@@ -28344,7 +28950,7 @@ Input properties used for looking up and filtering SSLCertificate resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -28352,7 +28958,7 @@ Input properties used for looking up and filtering SSLCertificate resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -28360,7 +28966,7 @@ Input properties used for looking up and filtering SSLCertificate resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -28368,7 +28974,7 @@ Input properties used for looking up and filtering SSLCertificate resources. {{% /md %}}
namePrefix?: pulumi.Input<string>;@@ -28380,7 +28986,7 @@ specified prefix. Conflicts with `name`. {{% /md %}}
privateKey?: pulumi.Input<string>;@@ -28388,7 +28994,7 @@ specified prefix. Conflicts with `name`. {{% /md %}}
project?: pulumi.Input<string>;@@ -28400,7 +29006,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -28412,7 +29018,7 @@ The URI of the created resource.
customFeatures?: pulumi.Input<pulumi.Input<string>[]>;@@ -28429,7 +29035,7 @@ The set of arguments for constructing a SSLPolicy resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -28437,7 +29043,7 @@ The set of arguments for constructing a SSLPolicy resource. {{% /md %}}
minTlsVersion?: pulumi.Input<string>;@@ -28445,7 +29051,7 @@ The set of arguments for constructing a SSLPolicy resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -28453,7 +29059,7 @@ The set of arguments for constructing a SSLPolicy resource. {{% /md %}}
profile?: pulumi.Input<string>;@@ -28461,7 +29067,7 @@ The set of arguments for constructing a SSLPolicy resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -28474,7 +29080,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -28491,7 +29097,7 @@ Input properties used for looking up and filtering SSLPolicy resources. {{% /md %}}
customFeatures?: pulumi.Input<pulumi.Input<string>[]>;@@ -28499,7 +29105,7 @@ Input properties used for looking up and filtering SSLPolicy resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -28507,7 +29113,7 @@ Input properties used for looking up and filtering SSLPolicy resources. {{% /md %}}
enabledFeatures?: pulumi.Input<pulumi.Input<string>[]>;@@ -28515,7 +29121,7 @@ Input properties used for looking up and filtering SSLPolicy resources. {{% /md %}}
fingerprint?: pulumi.Input<string>;@@ -28523,7 +29129,7 @@ Input properties used for looking up and filtering SSLPolicy resources. {{% /md %}}
minTlsVersion?: pulumi.Input<string>;@@ -28531,7 +29137,7 @@ Input properties used for looking up and filtering SSLPolicy resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -28539,7 +29145,7 @@ Input properties used for looking up and filtering SSLPolicy resources. {{% /md %}}
profile?: pulumi.Input<string>;@@ -28547,7 +29153,7 @@ Input properties used for looking up and filtering SSLPolicy resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -28559,7 +29165,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -28571,7 +29177,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -28591,7 +29197,7 @@ An optional description of this security policy. Max size is 2048. {{% /md %}}
name?: pulumi.Input<string>;@@ -28602,7 +29208,7 @@ The name of the security policy. {{% /md %}}
project?: pulumi.Input<string>;@@ -28614,7 +29220,7 @@ is not provided, the provider project is used. {{% /md %}}
rules?: pulumi.Input<pulumi.Input<{ @@ -28639,7 +29245,7 @@ security policy, a default rule with action "allow" will be added. Structure is
description?: pulumi.Input<string>;@@ -28659,7 +29265,7 @@ An optional description of this security policy. Max size is 2048. {{% /md %}}
fingerprint?: pulumi.Input<string>;@@ -28670,7 +29276,7 @@ Fingerprint of this resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -28681,7 +29287,7 @@ The name of the security policy. {{% /md %}}
project?: pulumi.Input<string>;@@ -28693,7 +29299,7 @@ is not provided, the provider project is used. {{% /md %}}
rules?: pulumi.Input<pulumi.Input<{ @@ -28717,7 +29323,7 @@ security policy, a default rule with action "allow" will be added. Structure is {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -28729,7 +29335,7 @@ The URI of the created resource.
authentication?: pulumi.Input<{ @@ -28756,7 +29362,7 @@ The set of arguments for constructing a SecurityScanConfig resource. {{% /md %}}
blacklistPatterns?: pulumi.Input<pulumi.Input<string>[]>;@@ -28764,7 +29370,7 @@ The set of arguments for constructing a SecurityScanConfig resource. {{% /md %}}
displayName: pulumi.Input<string>;@@ -28772,7 +29378,7 @@ The set of arguments for constructing a SecurityScanConfig resource. {{% /md %}}
exportToSecurityCommandCenter?: pulumi.Input<string>;@@ -28780,7 +29386,7 @@ The set of arguments for constructing a SecurityScanConfig resource. {{% /md %}}
maxQps?: pulumi.Input<number>;@@ -28788,7 +29394,7 @@ The set of arguments for constructing a SecurityScanConfig resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -28800,7 +29406,7 @@ If it is not provided, the provider project is used. {{% /md %}}
schedule?: pulumi.Input<{ @@ -28811,7 +29417,7 @@ If it is not provided, the provider project is used. {{% /md %}}
startingUrls: pulumi.Input<pulumi.Input<string>[]>;@@ -28819,7 +29425,7 @@ If it is not provided, the provider project is used. {{% /md %}}
targetPlatforms?: pulumi.Input<pulumi.Input<string>[]>;@@ -28827,7 +29433,7 @@ If it is not provided, the provider project is used. {{% /md %}}
userAgent?: pulumi.Input<string>;@@ -28836,7 +29442,7 @@ If it is not provided, the provider project is used.
authentication?: pulumi.Input<{ @@ -28863,7 +29469,7 @@ Input properties used for looking up and filtering SecurityScanConfig resources. {{% /md %}}
blacklistPatterns?: pulumi.Input<pulumi.Input<string>[]>;@@ -28871,7 +29477,7 @@ Input properties used for looking up and filtering SecurityScanConfig resources. {{% /md %}}
displayName?: pulumi.Input<string>;@@ -28879,7 +29485,7 @@ Input properties used for looking up and filtering SecurityScanConfig resources. {{% /md %}}
exportToSecurityCommandCenter?: pulumi.Input<string>;@@ -28887,7 +29493,7 @@ Input properties used for looking up and filtering SecurityScanConfig resources. {{% /md %}}
maxQps?: pulumi.Input<number>;@@ -28895,7 +29501,7 @@ Input properties used for looking up and filtering SecurityScanConfig resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -28903,7 +29509,7 @@ Input properties used for looking up and filtering SecurityScanConfig resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -28915,7 +29521,7 @@ If it is not provided, the provider project is used. {{% /md %}}
schedule?: pulumi.Input<{ @@ -28926,7 +29532,7 @@ If it is not provided, the provider project is used. {{% /md %}}
startingUrls?: pulumi.Input<pulumi.Input<string>[]>;@@ -28934,7 +29540,7 @@ If it is not provided, the provider project is used. {{% /md %}}
targetPlatforms?: pulumi.Input<pulumi.Input<string>[]>;@@ -28942,7 +29548,7 @@ If it is not provided, the provider project is used. {{% /md %}}
userAgent?: pulumi.Input<string>;@@ -28951,7 +29557,7 @@ If it is not provided, the provider project is used.
project: pulumi.Input<string>;@@ -28972,7 +29578,7 @@ The ID of the project that will serve as a Shared VPC host project
project?: pulumi.Input<string>;@@ -28993,7 +29599,7 @@ The ID of the project that will serve as a Shared VPC host project
hostProject: pulumi.Input<string>;@@ -29013,7 +29619,7 @@ The ID of a host project to associate. {{% /md %}}
serviceProject: pulumi.Input<string>;@@ -29025,7 +29631,7 @@ The ID of the project that will serve as a Shared VPC service project.
hostProject?: pulumi.Input<string>;@@ -29045,7 +29651,7 @@ The ID of a host project to associate. {{% /md %}}
serviceProject?: pulumi.Input<string>;@@ -29057,7 +29663,7 @@ The ID of the project that will serve as a Shared VPC service project.
description?: pulumi.Input<string>;@@ -29074,7 +29680,7 @@ The set of arguments for constructing a Snapshot resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -29082,7 +29688,7 @@ The set of arguments for constructing a Snapshot resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -29090,7 +29696,7 @@ The set of arguments for constructing a Snapshot resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -29102,7 +29708,7 @@ If it is not provided, the provider project is used. {{% /md %}}
snapshotEncryptionKey?: pulumi.Input<{ @@ -29113,7 +29719,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceDisk: pulumi.Input<string>;@@ -29121,7 +29727,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sourceDiskEncryptionKey?: pulumi.Input<{ @@ -29131,7 +29737,7 @@ If it is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -29140,7 +29746,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -29157,7 +29763,7 @@ Input properties used for looking up and filtering Snapshot resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -29165,7 +29771,7 @@ Input properties used for looking up and filtering Snapshot resources. {{% /md %}}
diskSizeGb?: pulumi.Input<number>;@@ -29173,7 +29779,7 @@ Input properties used for looking up and filtering Snapshot resources. {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -29181,7 +29787,7 @@ Input properties used for looking up and filtering Snapshot resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -29189,7 +29795,7 @@ Input properties used for looking up and filtering Snapshot resources. {{% /md %}}
licenses?: pulumi.Input<pulumi.Input<string>[]>;@@ -29197,7 +29803,7 @@ Input properties used for looking up and filtering Snapshot resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -29205,7 +29811,7 @@ Input properties used for looking up and filtering Snapshot resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -29217,7 +29823,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -29228,7 +29834,7 @@ The URI of the created resource. {{% /md %}}
snapshotEncryptionKey?: pulumi.Input<{ @@ -29239,7 +29845,7 @@ The URI of the created resource. {{% /md %}}
snapshotId?: pulumi.Input<number>;@@ -29247,7 +29853,7 @@ The URI of the created resource. {{% /md %}}
sourceDisk?: pulumi.Input<string>;@@ -29255,7 +29861,7 @@ The URI of the created resource. {{% /md %}}
sourceDiskEncryptionKey?: pulumi.Input<{ @@ -29265,7 +29871,7 @@ The URI of the created resource. {{% /md %}}
sourceDiskLink?: pulumi.Input<string>;@@ -29273,7 +29879,7 @@ The URI of the created resource. {{% /md %}}
storageBytes?: pulumi.Input<number>;@@ -29281,7 +29887,7 @@ The URI of the created resource. {{% /md %}}
zone?: pulumi.Input<string>;@@ -29290,7 +29896,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -29307,7 +29913,7 @@ The set of arguments for constructing a Subnetwork resource. {{% /md %}}
enableFlowLogs?: pulumi.Input<boolean>;@@ -29315,7 +29921,7 @@ The set of arguments for constructing a Subnetwork resource. {{% /md %}}
ipCidrRange: pulumi.Input<string>;@@ -29323,7 +29929,7 @@ The set of arguments for constructing a Subnetwork resource. {{% /md %}}
logConfig?: pulumi.Input<{ @@ -29335,7 +29941,7 @@ The set of arguments for constructing a Subnetwork resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -29343,7 +29949,7 @@ The set of arguments for constructing a Subnetwork resource. {{% /md %}}
network: pulumi.Input<string>;@@ -29351,7 +29957,7 @@ The set of arguments for constructing a Subnetwork resource. {{% /md %}}
privateIpGoogleAccess?: pulumi.Input<boolean>;@@ -29359,7 +29965,7 @@ The set of arguments for constructing a Subnetwork resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -29371,7 +29977,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -29379,7 +29985,7 @@ If it is not provided, the provider project is used. {{% /md %}}
secondaryIpRanges?: pulumi.Input<pulumi.Input<{ @@ -29391,7 +29997,7 @@ If it is not provided, the provider project is used.
members: pulumi.Input<pulumi.Input<string>[]>;@@ -29408,7 +30014,7 @@ The set of arguments for constructing a SubnetworkIAMBinding resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -29420,7 +30026,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -29432,7 +30038,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
role: pulumi.Input<string>;@@ -29445,7 +30051,7 @@ The role that should be applied. Only one {{% /md %}}
subnetwork: pulumi.Input<string>;@@ -29457,7 +30063,7 @@ The name of the subnetwork.
etag?: pulumi.Input<string>;@@ -29477,7 +30083,7 @@ Input properties used for looking up and filtering SubnetworkIAMBinding resource {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -29485,7 +30091,7 @@ Input properties used for looking up and filtering SubnetworkIAMBinding resource {{% /md %}}
project?: pulumi.Input<string>;@@ -29497,7 +30103,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -29509,7 +30115,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
role?: pulumi.Input<string>;@@ -29522,7 +30128,7 @@ The role that should be applied. Only one {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -29534,7 +30140,7 @@ The name of the subnetwork.
member: pulumi.Input<string>;@@ -29551,7 +30157,7 @@ The set of arguments for constructing a SubnetworkIAMMember resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -29563,7 +30169,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -29575,7 +30181,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
role: pulumi.Input<string>;@@ -29588,7 +30194,7 @@ The role that should be applied. Only one {{% /md %}}
subnetwork: pulumi.Input<string>;@@ -29600,7 +30206,7 @@ The name of the subnetwork.
etag?: pulumi.Input<string>;@@ -29620,7 +30226,7 @@ Input properties used for looking up and filtering SubnetworkIAMMember resources {{% /md %}}
member?: pulumi.Input<string>;@@ -29628,7 +30234,7 @@ Input properties used for looking up and filtering SubnetworkIAMMember resources {{% /md %}}
project?: pulumi.Input<string>;@@ -29640,7 +30246,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -29652,7 +30258,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
role?: pulumi.Input<string>;@@ -29665,7 +30271,7 @@ The role that should be applied. Only one {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -29677,7 +30283,7 @@ The name of the subnetwork.
policyData: pulumi.Input<string>;@@ -29698,7 +30304,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -29710,7 +30316,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -29722,7 +30328,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
subnetwork: pulumi.Input<string>;@@ -29734,7 +30340,7 @@ The name of the subnetwork.
etag?: pulumi.Input<string>;@@ -29754,7 +30360,7 @@ Input properties used for looking up and filtering SubnetworkIAMPolicy resources {{% /md %}}
policyData?: pulumi.Input<string>;@@ -29766,7 +30372,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -29778,7 +30384,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -29790,7 +30396,7 @@ unspecified, this defaults to the region configured in the provider. {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -29802,7 +30408,7 @@ The name of the subnetwork.
creationTimestamp?: pulumi.Input<string>;@@ -29819,7 +30425,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -29827,7 +30433,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
enableFlowLogs?: pulumi.Input<boolean>;@@ -29835,7 +30441,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
fingerprint?: pulumi.Input<string>;@@ -29843,7 +30449,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
gatewayAddress?: pulumi.Input<string>;@@ -29851,7 +30457,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
ipCidrRange?: pulumi.Input<string>;@@ -29859,7 +30465,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
logConfig?: pulumi.Input<{ @@ -29871,7 +30477,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -29879,7 +30485,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
network?: pulumi.Input<string>;@@ -29887,7 +30493,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
privateIpGoogleAccess?: pulumi.Input<boolean>;@@ -29895,7 +30501,7 @@ Input properties used for looking up and filtering Subnetwork resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -29907,7 +30513,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -29915,7 +30521,7 @@ If it is not provided, the provider project is used. {{% /md %}}
secondaryIpRanges?: pulumi.Input<pulumi.Input<{ @@ -29926,7 +30532,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -29938,7 +30544,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -29955,7 +30561,7 @@ The set of arguments for constructing a TargetHttpProxy resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -29963,7 +30569,7 @@ The set of arguments for constructing a TargetHttpProxy resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -29975,7 +30581,7 @@ If it is not provided, the provider project is used. {{% /md %}}
urlMap: pulumi.Input<string>;@@ -29984,7 +30590,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -30001,7 +30607,7 @@ Input properties used for looking up and filtering TargetHttpProxy resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -30009,7 +30615,7 @@ Input properties used for looking up and filtering TargetHttpProxy resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -30017,7 +30623,7 @@ Input properties used for looking up and filtering TargetHttpProxy resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -30029,7 +30635,7 @@ If it is not provided, the provider project is used. {{% /md %}}
proxyId?: pulumi.Input<number>;@@ -30037,7 +30643,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -30048,7 +30654,7 @@ The URI of the created resource. {{% /md %}}
urlMap?: pulumi.Input<string>;@@ -30057,7 +30663,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -30074,7 +30680,7 @@ The set of arguments for constructing a TargetHttpsProxy resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -30082,7 +30688,7 @@ The set of arguments for constructing a TargetHttpsProxy resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -30094,7 +30700,7 @@ If it is not provided, the provider project is used. {{% /md %}}
quicOverride?: pulumi.Input<string>;@@ -30102,7 +30708,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sslCertificates: pulumi.Input<pulumi.Input<string>[]>;@@ -30110,7 +30716,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sslPolicy?: pulumi.Input<string>;@@ -30118,7 +30724,7 @@ If it is not provided, the provider project is used. {{% /md %}}
urlMap: pulumi.Input<string>;@@ -30127,7 +30733,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -30144,7 +30750,7 @@ Input properties used for looking up and filtering TargetHttpsProxy resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -30152,7 +30758,7 @@ Input properties used for looking up and filtering TargetHttpsProxy resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -30160,7 +30766,7 @@ Input properties used for looking up and filtering TargetHttpsProxy resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -30172,7 +30778,7 @@ If it is not provided, the provider project is used. {{% /md %}}
proxyId?: pulumi.Input<number>;@@ -30180,7 +30786,7 @@ If it is not provided, the provider project is used. {{% /md %}}
quicOverride?: pulumi.Input<string>;@@ -30188,7 +30794,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -30199,7 +30805,7 @@ The URI of the created resource. {{% /md %}}
sslCertificates?: pulumi.Input<pulumi.Input<string>[]>;@@ -30207,7 +30813,7 @@ The URI of the created resource. {{% /md %}}
sslPolicy?: pulumi.Input<string>;@@ -30215,7 +30821,7 @@ The URI of the created resource. {{% /md %}}
urlMap?: pulumi.Input<string>;@@ -30224,7 +30830,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -30241,7 +30847,7 @@ The set of arguments for constructing a TargetInstance resource. {{% /md %}}
instance: pulumi.Input<string>;@@ -30249,7 +30855,7 @@ The set of arguments for constructing a TargetInstance resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -30257,7 +30863,7 @@ The set of arguments for constructing a TargetInstance resource. {{% /md %}}
natPolicy?: pulumi.Input<string>;@@ -30265,7 +30871,7 @@ The set of arguments for constructing a TargetInstance resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -30277,7 +30883,7 @@ If it is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -30286,7 +30892,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -30303,7 +30909,7 @@ Input properties used for looking up and filtering TargetInstance resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -30311,7 +30917,7 @@ Input properties used for looking up and filtering TargetInstance resources. {{% /md %}}
instance?: pulumi.Input<string>;@@ -30319,7 +30925,7 @@ Input properties used for looking up and filtering TargetInstance resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -30327,7 +30933,7 @@ Input properties used for looking up and filtering TargetInstance resources. {{% /md %}}
natPolicy?: pulumi.Input<string>;@@ -30335,7 +30941,7 @@ Input properties used for looking up and filtering TargetInstance resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -30347,7 +30953,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -30358,7 +30964,7 @@ The URI of the created resource. {{% /md %}}
zone?: pulumi.Input<string>;@@ -30367,7 +30973,7 @@ The URI of the created resource.
backupPool?: pulumi.Input<string>;@@ -30388,7 +30994,7 @@ failover\_ratio. {{% /md %}}
description?: pulumi.Input<string>;@@ -30399,7 +31005,7 @@ Textual description field. {{% /md %}}
failoverRatio?: pulumi.Input<number>;@@ -30411,7 +31017,7 @@ backup pool (which must also be set). {{% /md %}}
healthChecks?: pulumi.Input<string>;@@ -30423,7 +31029,7 @@ legacy `google_compute_http_health_check` is supported. {{% /md %}}
instances?: pulumi.Input<pulumi.Input<string>[]>;@@ -30438,7 +31044,7 @@ target pool. {{% /md %}}
name?: pulumi.Input<string>;@@ -30450,7 +31056,7 @@ this forces a new resource to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -30462,7 +31068,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -30474,7 +31080,7 @@ region. {{% /md %}}
sessionAffinity?: pulumi.Input<string>;@@ -30488,7 +31094,7 @@ affinity). "CLIENT\_IP" (hash of the source/dest addresses / ports), and
backupPool?: pulumi.Input<string>;@@ -30509,7 +31115,7 @@ failover\_ratio. {{% /md %}}
description?: pulumi.Input<string>;@@ -30520,7 +31126,7 @@ Textual description field. {{% /md %}}
failoverRatio?: pulumi.Input<number>;@@ -30532,7 +31138,7 @@ backup pool (which must also be set). {{% /md %}}
healthChecks?: pulumi.Input<string>;@@ -30544,7 +31150,7 @@ legacy `google_compute_http_health_check` is supported. {{% /md %}}
instances?: pulumi.Input<pulumi.Input<string>[]>;@@ -30559,7 +31165,7 @@ target pool. {{% /md %}}
name?: pulumi.Input<string>;@@ -30571,7 +31177,7 @@ this forces a new resource to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -30583,7 +31189,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -30595,7 +31201,7 @@ region. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -30606,7 +31212,7 @@ The URI of the created resource. {{% /md %}}
sessionAffinity?: pulumi.Input<string>;@@ -30620,7 +31226,7 @@ affinity). "CLIENT\_IP" (hash of the source/dest addresses / ports), and
backendService: pulumi.Input<string>;@@ -30637,7 +31243,7 @@ The set of arguments for constructing a TargetSSLProxy resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -30645,7 +31251,7 @@ The set of arguments for constructing a TargetSSLProxy resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -30653,7 +31259,7 @@ The set of arguments for constructing a TargetSSLProxy resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -30665,7 +31271,7 @@ If it is not provided, the provider project is used. {{% /md %}}
proxyHeader?: pulumi.Input<string>;@@ -30673,7 +31279,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sslCertificates: pulumi.Input<string>;@@ -30681,7 +31287,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sslPolicy?: pulumi.Input<string>;@@ -30690,7 +31296,7 @@ If it is not provided, the provider project is used.
backendService?: pulumi.Input<string>;@@ -30707,7 +31313,7 @@ Input properties used for looking up and filtering TargetSSLProxy resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -30715,7 +31321,7 @@ Input properties used for looking up and filtering TargetSSLProxy resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -30723,7 +31329,7 @@ Input properties used for looking up and filtering TargetSSLProxy resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -30731,7 +31337,7 @@ Input properties used for looking up and filtering TargetSSLProxy resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -30743,7 +31349,7 @@ If it is not provided, the provider project is used. {{% /md %}}
proxyHeader?: pulumi.Input<string>;@@ -30751,7 +31357,7 @@ If it is not provided, the provider project is used. {{% /md %}}
proxyId?: pulumi.Input<number>;@@ -30759,7 +31365,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -30770,7 +31376,7 @@ The URI of the created resource. {{% /md %}}
sslCertificates?: pulumi.Input<string>;@@ -30778,7 +31384,7 @@ The URI of the created resource. {{% /md %}}
sslPolicy?: pulumi.Input<string>;@@ -30787,7 +31393,7 @@ The URI of the created resource.
backendService: pulumi.Input<string>;@@ -30804,7 +31410,7 @@ The set of arguments for constructing a TargetTCPProxy resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -30812,7 +31418,7 @@ The set of arguments for constructing a TargetTCPProxy resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -30820,7 +31426,7 @@ The set of arguments for constructing a TargetTCPProxy resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -30832,7 +31438,7 @@ If it is not provided, the provider project is used. {{% /md %}}
proxyHeader?: pulumi.Input<string>;@@ -30841,7 +31447,7 @@ If it is not provided, the provider project is used.
backendService?: pulumi.Input<string>;@@ -30858,7 +31464,7 @@ Input properties used for looking up and filtering TargetTCPProxy resources. {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -30866,7 +31472,7 @@ Input properties used for looking up and filtering TargetTCPProxy resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -30874,7 +31480,7 @@ Input properties used for looking up and filtering TargetTCPProxy resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -30882,7 +31488,7 @@ Input properties used for looking up and filtering TargetTCPProxy resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -30894,7 +31500,7 @@ If it is not provided, the provider project is used. {{% /md %}}
proxyHeader?: pulumi.Input<string>;@@ -30902,7 +31508,7 @@ If it is not provided, the provider project is used. {{% /md %}}
proxyId?: pulumi.Input<number>;@@ -30910,7 +31516,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -30922,7 +31528,7 @@ The URI of the created resource.
defaultService: pulumi.Input<string>;@@ -30939,7 +31545,7 @@ The set of arguments for constructing a URLMap resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -30947,7 +31553,7 @@ The set of arguments for constructing a URLMap resource. {{% /md %}}
hostRules?: pulumi.Input<pulumi.Input<{ @@ -30959,7 +31565,7 @@ The set of arguments for constructing a URLMap resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -30967,7 +31573,7 @@ The set of arguments for constructing a URLMap resource. {{% /md %}}
pathMatchers?: pulumi.Input<pulumi.Input<{ @@ -30983,7 +31589,7 @@ The set of arguments for constructing a URLMap resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -30995,7 +31601,7 @@ If it is not provided, the provider project is used. {{% /md %}}
tests?: pulumi.Input<pulumi.Input<{ @@ -31009,7 +31615,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -31026,7 +31632,7 @@ Input properties used for looking up and filtering URLMap resources. {{% /md %}}
defaultService?: pulumi.Input<string>;@@ -31034,7 +31640,7 @@ Input properties used for looking up and filtering URLMap resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -31042,7 +31648,7 @@ Input properties used for looking up and filtering URLMap resources. {{% /md %}}
fingerprint?: pulumi.Input<string>;@@ -31050,7 +31656,7 @@ Input properties used for looking up and filtering URLMap resources. {{% /md %}}
hostRules?: pulumi.Input<pulumi.Input<{ @@ -31062,7 +31668,7 @@ Input properties used for looking up and filtering URLMap resources. {{% /md %}}
mapId?: pulumi.Input<number>;@@ -31070,7 +31676,7 @@ Input properties used for looking up and filtering URLMap resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -31078,7 +31684,7 @@ Input properties used for looking up and filtering URLMap resources. {{% /md %}}
pathMatchers?: pulumi.Input<pulumi.Input<{ @@ -31094,7 +31700,7 @@ Input properties used for looking up and filtering URLMap resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -31106,7 +31712,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -31117,7 +31723,7 @@ The URI of the created resource. {{% /md %}}
tests?: pulumi.Input<pulumi.Input<{ @@ -31131,7 +31737,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -31148,7 +31754,7 @@ The set of arguments for constructing a VPNGateway resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -31156,7 +31762,7 @@ The set of arguments for constructing a VPNGateway resource. {{% /md %}}
network: pulumi.Input<string>;@@ -31164,7 +31770,7 @@ The set of arguments for constructing a VPNGateway resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -31176,7 +31782,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -31185,7 +31791,7 @@ If it is not provided, the provider project is used.
creationTimestamp?: pulumi.Input<string>;@@ -31202,7 +31808,7 @@ Input properties used for looking up and filtering VPNGateway resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -31210,7 +31816,7 @@ Input properties used for looking up and filtering VPNGateway resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -31218,7 +31824,7 @@ Input properties used for looking up and filtering VPNGateway resources. {{% /md %}}
network?: pulumi.Input<string>;@@ -31226,7 +31832,7 @@ Input properties used for looking up and filtering VPNGateway resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -31238,7 +31844,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -31246,7 +31852,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -31258,7 +31864,7 @@ The URI of the created resource.
description?: pulumi.Input<string>;@@ -31275,7 +31881,7 @@ The set of arguments for constructing a VPNTunnel resource. {{% /md %}}
ikeVersion?: pulumi.Input<number>;@@ -31283,7 +31889,7 @@ The set of arguments for constructing a VPNTunnel resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -31291,7 +31897,7 @@ The set of arguments for constructing a VPNTunnel resource. {{% /md %}}
localTrafficSelectors?: pulumi.Input<pulumi.Input<string>[]>;@@ -31299,23 +31905,47 @@ The set of arguments for constructing a VPNTunnel resource. {{% /md %}}
name?: pulumi.Input<string>;{{% md %}} {{% /md %}}
peerExternalGateway?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
peerExternalGatewayInterface?: pulumi.Input<number>;+{{% md %}} +{{% /md %}} +
peerGcpGateway?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
peerIp: pulumi.Input<string>;+
peerIp?: pulumi.Input<string>;{{% md %}} {{% /md %}}
project?: pulumi.Input<string>;@@ -31327,7 +31957,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -31335,7 +31965,7 @@ If it is not provided, the provider project is used. {{% /md %}}
remoteTrafficSelectors?: pulumi.Input<pulumi.Input<string>[]>;@@ -31343,7 +31973,7 @@ If it is not provided, the provider project is used. {{% /md %}}
router?: pulumi.Input<string>;@@ -31351,7 +31981,7 @@ If it is not provided, the provider project is used. {{% /md %}}
sharedSecret: pulumi.Input<string>;@@ -31359,16 +31989,32 @@ If it is not provided, the provider project is used. {{% /md %}}
targetVpnGateway?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
vpnGateway?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
targetVpnGateway: pulumi.Input<string>;+
vpnGatewayInterface?: pulumi.Input<number>;{{% md %}} {{% /md %}}
creationTimestamp?: pulumi.Input<string>;@@ -31385,7 +32031,7 @@ Input properties used for looking up and filtering VPNTunnel resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -31393,7 +32039,7 @@ Input properties used for looking up and filtering VPNTunnel resources. {{% /md %}}
detailedStatus?: pulumi.Input<string>;@@ -31401,7 +32047,7 @@ Input properties used for looking up and filtering VPNTunnel resources. {{% /md %}}
ikeVersion?: pulumi.Input<number>;@@ -31409,7 +32055,7 @@ Input properties used for looking up and filtering VPNTunnel resources. {{% /md %}}
labelFingerprint?: pulumi.Input<string>;@@ -31417,7 +32063,7 @@ Input properties used for looking up and filtering VPNTunnel resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -31425,7 +32071,7 @@ Input properties used for looking up and filtering VPNTunnel resources. {{% /md %}}
localTrafficSelectors?: pulumi.Input<pulumi.Input<string>[]>;@@ -31433,15 +32079,39 @@ Input properties used for looking up and filtering VPNTunnel resources. {{% /md %}}
name?: pulumi.Input<string>;{{% md %}} {{% /md %}}
peerExternalGateway?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
peerExternalGatewayInterface?: pulumi.Input<number>;+{{% md %}} +{{% /md %}} +
peerGcpGateway?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
peerIp?: pulumi.Input<string>;@@ -31449,7 +32119,7 @@ Input properties used for looking up and filtering VPNTunnel resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -31461,7 +32131,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -31469,7 +32139,7 @@ If it is not provided, the provider project is used. {{% /md %}}
remoteTrafficSelectors?: pulumi.Input<pulumi.Input<string>[]>;@@ -31477,7 +32147,7 @@ If it is not provided, the provider project is used. {{% /md %}}
router?: pulumi.Input<string>;@@ -31485,7 +32155,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -31496,7 +32166,7 @@ The URI of the created resource. {{% /md %}}
sharedSecret?: pulumi.Input<string>;@@ -31504,7 +32174,7 @@ The URI of the created resource. {{% /md %}}
sharedSecretHash?: pulumi.Input<string>;@@ -31512,11 +32182,27 @@ The URI of the created resource. {{% /md %}}
targetVpnGateway?: pulumi.Input<string>;{{% md %}} {{% /md %}}
vpnGateway?: pulumi.Input<string>;+{{% md %}} +{{% /md %}} +
vpnGatewayInterface?: pulumi.Input<number>;+{{% md %}} +{{% /md %}} +
let credentials: string | undefined = __config.get("credentials") || utilities.getEnv("GOOGLE_CREDENTIALS", "GOOGLE_CLOUD_KEYFILE_JSON", "GCLOUD_KEYFILE_JSON");
let project: string | undefined = __config.get("project") || utilities.getEnv("GOOGLE_PROJECT", "GOOGLE_CLOUD_PROJECT", "GCLOUD_PROJECT", "CLOUDSDK_CORE_PROJECT");
let region: string | undefined = __config.get("region") || utilities.getEnv("GOOGLE_REGION", "GCLOUD_REGION", "CLOUDSDK_COMPUTE_REGION");
let zone: string | undefined = __config.get("zone") || utilities.getEnv("GOOGLE_ZONE", "GCLOUD_ZONE", "CLOUDSDK_COMPUTE_ZONE");diff --git a/content/reference/pkg/nodejs/pulumi/gcp/container/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/container/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/gcp/container/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/container/_index.md index 65019d43baa9..2da6ab6af44c 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/container/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/container/_index.md @@ -37,14 +37,14 @@ aliases:
extends CustomResource@@ -67,8 +67,10 @@ import * as gcp from "@pulumi/gcp"; const primary = new gcp.container.Cluster("primary", { initialNodeCount: 1, location: "us-central1", - // Setting an empty username and password explicitly disables basic auth masterAuth: { + clientCertificateConfig: { + issueClientCertificate: false, + }, password: "", username: "", }, @@ -93,12 +95,6 @@ const primaryPreemptibleNodes = new gcp.container.NodePool("primary_preemptible_ }, nodeCount: 1, }); - -// The following outputs allow authentication and connectivity to the GKE Cluster -// by using certificate-based authentication. -export const clientCertificate = primary.masterAuth.clientCertificate; -export const clientKey = primary.masterAuth.clientKey; -export const clusterCaCertificate = primary.masterAuth.clusterCaCertificate; ``` ## Example Usage - with the default node pool @@ -110,8 +106,10 @@ import * as gcp from "@pulumi/gcp"; const primary = new gcp.container.Cluster("primary", { initialNodeCount: 3, location: "us-central1-a", - // Setting an empty username and password explicitly disables basic auth masterAuth: { + clientCertificateConfig: { + issueClientCertificate: false, + }, password: "", username: "", }, @@ -136,17 +134,11 @@ const primary = new gcp.container.Cluster("primary", { update: "40m", }], }); - -// The following outputs allow authentication and connectivity to the GKE Cluster -// by using certificate-based authentication. -export const clientCertificate = primary.masterAuth.clientCertificate; -export const clientKey = primary.masterAuth.clientKey; -export const clusterCaCertificate = primary.masterAuth.clusterCaCertificate; ``` {{% /md %}}
public additionalZones: pulumi.Output<string[]>;@@ -218,7 +210,7 @@ deprecated in favour of `node_locations`. {{% /md %}}
public addonsConfig: pulumi.Output<{ @@ -250,7 +242,7 @@ Structure is documented below. {{% /md %}}
public clusterAutoscaling: pulumi.Output<{ @@ -269,7 +261,7 @@ Configuration for per-cluster autoscaling features, including node autoprovision {{% /md %}}
public clusterIpv4Cidr: pulumi.Output<string>;@@ -281,7 +273,7 @@ this cluster. Default is an automatically assigned CIDR. {{% /md %}}
public databaseEncryption: pulumi.Output<{ @@ -296,7 +288,7 @@ Structure is documented below. {{% /md %}}
public defaultMaxPodsPerNode: pulumi.Output<number>;@@ -311,7 +303,7 @@ for more information. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -322,7 +314,7 @@ Description of the cluster. {{% /md %}}
public enableBinaryAuthorization: pulumi.Output<boolean | undefined>;@@ -334,7 +326,7 @@ If enabled, all container images will be validated by Google Binary Authorizatio {{% /md %}}
public enableKubernetesAlpha: pulumi.Output<boolean | undefined>;@@ -347,7 +339,7 @@ and will be automatically deleted after 30 days. {{% /md %}}
public enableLegacyAbac: pulumi.Output<boolean | undefined>;@@ -361,7 +353,7 @@ Defaults to `false` {{% /md %}}
public enableTpu: pulumi.Output<boolean | undefined>;@@ -373,7 +365,7 @@ See the [official documentation](https://cloud.google.com/tpu/docs/kubernetes-en {{% /md %}}
public endpoint: pulumi.Output<string>;@@ -384,7 +376,7 @@ The IP address of this cluster's Kubernetes master. {{% /md %}}
id: Output<ID>;@@ -396,7 +388,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public initialNodeCount: pulumi.Output<number | undefined>;@@ -411,7 +403,7 @@ you'll need to set this to a value of at least `1`, alongside setting {{% /md %}}
public instanceGroupUrls: pulumi.Output<string[]>;@@ -423,7 +415,7 @@ to the cluster. {{% /md %}}
public ipAllocationPolicy: pulumi.Output<{ @@ -446,7 +438,7 @@ in order to support explicit removal with `ip_allocation_policy = []`. {{% /md %}}
public location: pulumi.Output<string>;@@ -462,7 +454,7 @@ the region, and with default node locations in those zones as well. {{% /md %}}
public loggingService: pulumi.Output<string>;@@ -475,7 +467,7 @@ write logs to. Available options include `logging.googleapis.com`, {{% /md %}}
public maintenancePolicy: pulumi.Output<{ @@ -492,12 +484,12 @@ documented below. {{% /md %}}
public masterAuth: pulumi.Output<{ clientCertificate: string; - clientCertificateConfig: undefined | { + clientCertificateConfig: { issueClientCertificate: boolean; }; clientKey: string; @@ -513,7 +505,7 @@ Kubernetes master. Structure is documented below. {{% /md %}}
public masterAuthorizedNetworksConfig: pulumi.Output<{ @@ -531,7 +523,7 @@ external access (except the cluster node IPs, which GKE automatically whitelists {{% /md %}}
public masterVersion: pulumi.Output<string>;@@ -544,7 +536,7 @@ has been updated by GKE. {{% /md %}}
public minMasterVersion: pulumi.Output<string | undefined>;@@ -564,7 +556,7 @@ describe the various acceptable formats for this field. {{% /md %}}
public monitoringService: pulumi.Output<string>;@@ -581,7 +573,7 @@ Defaults to `monitoring.googleapis.com` {{% /md %}}
public name: pulumi.Output<string>;@@ -593,7 +585,7 @@ location. {{% /md %}}
public network: pulumi.Output<string | undefined>;@@ -606,7 +598,7 @@ shared network. {{% /md %}}
public networkPolicy: pulumi.Output<{ @@ -622,7 +614,7 @@ feature. Structure is documented below. {{% /md %}}
public nodeConfig: pulumi.Output<{ @@ -662,7 +654,7 @@ Terraform. Structure is documented below. {{% /md %}}
public nodeLocations: pulumi.Output<string[]>;@@ -678,7 +670,7 @@ cluster, nodes will be created in only these zones. {{% /md %}}
public nodePools: pulumi.Output<{ @@ -736,7 +728,7 @@ google_container_node_pool resource instead of this property. {{% /md %}}
public nodeVersion: pulumi.Output<string>;@@ -754,7 +746,7 @@ To update nodes in other node pools, use the `version` attribute on the node poo {{% /md %}}
public podSecurityPolicyConfig: pulumi.Output<{ @@ -769,7 +761,7 @@ Structure is documented below. {{% /md %}}
public privateClusterConfig: pulumi.Output<{ @@ -787,7 +779,7 @@ a private cluster. Structure is documented below. {{% /md %}}
public project: pulumi.Output<string>;@@ -799,7 +791,7 @@ is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -807,7 +799,7 @@ is not provided, the provider project is used. {{% /md %}}
public removeDefaultNodePool: pulumi.Output<boolean | undefined>;@@ -821,7 +813,7 @@ setting `initial_node_count` to at least `1`. {{% /md %}}
public resourceLabels: pulumi.Output<{[key: string]: string} | undefined>;@@ -829,10 +821,24 @@ setting `initial_node_count` to at least `1`. The GCE resource labels (a map of key/value pairs) to be applied to the cluster. +{{% /md %}} +
public servicesIpv4Cidr: pulumi.Output<string>;+{{% md %}} + +The IP address range of the Kubernetes services in this +cluster, in [CIDR](http:en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) +notation (e.g. `1.2.3.4/29`). Service addresses are typically put in the last +`/16` from the container CIDR. + {{% /md %}}
public subnetwork: pulumi.Output<string>;@@ -844,7 +850,7 @@ which the cluster's instances are launched. {{% /md %}}
public tpuIpv4CidrBlock: pulumi.Output<string>;@@ -857,7 +863,7 @@ notation (e.g. `1.2.3.4/29`). {{% /md %}}
urn: Output<URN>;@@ -866,10 +872,24 @@ notation (e.g. `1.2.3.4/29`). urn is the stable logical URN used to distinctly address a resource, both before and after deployments. +{{% /md %}} +
public verticalPodAutoscaling: pulumi.Output<{ + enabled: undefined | false | true; +} | undefined>;+{{% md %}} + +Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it. +Structure is documented below. + {{% /md %}}
public zone: pulumi.Output<string>;@@ -883,7 +903,7 @@ has been deprecated in favour of `location`.
extends CustomResource@@ -895,7 +915,7 @@ and [the API reference](https://cloud.google.com/container-engine/reference/rest {{% /md %}}
public autoscaling: pulumi.Output<{ @@ -965,7 +985,7 @@ the size of the node pool to the current cluster usage. Structure is documented {{% /md %}}
public cluster: pulumi.Output<string>;@@ -976,7 +996,7 @@ The cluster to create the node pool for. Cluster must be present in `zone` prov {{% /md %}}
id: Output<ID>;@@ -988,7 +1008,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public initialNodeCount: pulumi.Output<number>;@@ -1000,7 +1020,7 @@ recreation of the resource. {{% /md %}}
public instanceGroupUrls: pulumi.Output<string[]>;@@ -1008,7 +1028,7 @@ recreation of the resource. {{% /md %}}
public location: pulumi.Output<string>;@@ -1020,7 +1040,7 @@ resides. {{% /md %}}
public management: pulumi.Output<{ @@ -1035,7 +1055,7 @@ auto-upgrade is configured. Structure is documented below. {{% /md %}}
public maxPodsPerNode: pulumi.Output<number>;@@ -1050,7 +1070,7 @@ for more information. {{% /md %}}
public name: pulumi.Output<string>;@@ -1062,7 +1082,7 @@ auto-generate a unique name. {{% /md %}}
public namePrefix: pulumi.Output<string>;@@ -1070,7 +1090,7 @@ auto-generate a unique name. {{% /md %}}
public nodeConfig: pulumi.Output<{ @@ -1107,7 +1127,7 @@ google_container_cluster for schema. {{% /md %}}
public nodeCount: pulumi.Output<number>;@@ -1119,7 +1139,7 @@ update the number of nodes per instance group but should not be used alongside ` {{% /md %}}
public project: pulumi.Output<string>;@@ -1131,7 +1151,7 @@ the provider-configured project will be used. {{% /md %}}
public region: pulumi.Output<string>;@@ -1143,7 +1163,7 @@ regional clusters). `zone` has been deprecated in favor of `location`. {{% /md %}}
public version: pulumi.Output<string>;@@ -1171,7 +1191,7 @@ when fuzzy versions are used. See the `google_container_engine_versions` data so {{% /md %}}
public zone: pulumi.Output<string>;@@ -1184,7 +1204,7 @@ has been deprecated in favor of `location`.
additionalZones?: pulumi.Input<pulumi.Input<string>[]>;@@ -1336,7 +1356,7 @@ deprecated in favour of `node_locations`. {{% /md %}}
addonsConfig?: pulumi.Input<{ @@ -1368,7 +1388,7 @@ Structure is documented below. {{% /md %}}
clusterAutoscaling?: pulumi.Input<{ @@ -1387,7 +1407,7 @@ Configuration for per-cluster autoscaling features, including node autoprovision {{% /md %}}
clusterIpv4Cidr?: pulumi.Input<string>;@@ -1399,7 +1419,7 @@ this cluster. Default is an automatically assigned CIDR. {{% /md %}}
databaseEncryption?: pulumi.Input<{ @@ -1414,7 +1434,7 @@ Structure is documented below. {{% /md %}}
defaultMaxPodsPerNode?: pulumi.Input<number>;@@ -1429,7 +1449,7 @@ for more information. {{% /md %}}
description?: pulumi.Input<string>;@@ -1440,7 +1460,7 @@ Description of the cluster. {{% /md %}}
enableBinaryAuthorization?: pulumi.Input<boolean>;@@ -1452,7 +1472,7 @@ If enabled, all container images will be validated by Google Binary Authorizatio {{% /md %}}
enableKubernetesAlpha?: pulumi.Input<boolean>;@@ -1465,7 +1485,7 @@ and will be automatically deleted after 30 days. {{% /md %}}
enableLegacyAbac?: pulumi.Input<boolean>;@@ -1479,7 +1499,7 @@ Defaults to `false` {{% /md %}}
enableTpu?: pulumi.Input<boolean>;@@ -1491,7 +1511,7 @@ See the [official documentation](https://cloud.google.com/tpu/docs/kubernetes-en {{% /md %}}
initialNodeCount?: pulumi.Input<number>;@@ -1506,7 +1526,7 @@ you'll need to set this to a value of at least `1`, alongside setting {{% /md %}}
ipAllocationPolicy?: pulumi.Input<{ @@ -1529,7 +1549,7 @@ in order to support explicit removal with `ip_allocation_policy = []`. {{% /md %}}
location?: pulumi.Input<string>;@@ -1545,7 +1565,7 @@ the region, and with default node locations in those zones as well. {{% /md %}}
loggingService?: pulumi.Input<string>;@@ -1558,7 +1578,7 @@ write logs to. Available options include `logging.googleapis.com`, {{% /md %}}
maintenancePolicy?: pulumi.Input<{ @@ -1575,7 +1595,7 @@ documented below. {{% /md %}}
masterAuth?: pulumi.Input<{ @@ -1596,7 +1616,7 @@ Kubernetes master. Structure is documented below. {{% /md %}}
masterAuthorizedNetworksConfig?: pulumi.Input<{ @@ -1614,7 +1634,7 @@ external access (except the cluster node IPs, which GKE automatically whitelists {{% /md %}}
minMasterVersion?: pulumi.Input<string>;@@ -1634,7 +1654,7 @@ describe the various acceptable formats for this field. {{% /md %}}
monitoringService?: pulumi.Input<string>;@@ -1651,7 +1671,7 @@ Defaults to `monitoring.googleapis.com` {{% /md %}}
name?: pulumi.Input<string>;@@ -1663,7 +1683,7 @@ location. {{% /md %}}
network?: pulumi.Input<string>;@@ -1676,7 +1696,7 @@ shared network. {{% /md %}}
networkPolicy?: pulumi.Input<{ @@ -1692,7 +1712,7 @@ feature. Structure is documented below. {{% /md %}}
nodeConfig?: pulumi.Input<{ @@ -1732,7 +1752,7 @@ Terraform. Structure is documented below. {{% /md %}}
nodeLocations?: pulumi.Input<pulumi.Input<string>[]>;@@ -1748,7 +1768,7 @@ cluster, nodes will be created in only these zones. {{% /md %}}
nodePools?: pulumi.Input<pulumi.Input<{ @@ -1806,7 +1826,7 @@ google_container_node_pool resource instead of this property. {{% /md %}}
nodeVersion?: pulumi.Input<string>;@@ -1824,7 +1844,7 @@ To update nodes in other node pools, use the `version` attribute on the node poo {{% /md %}}
podSecurityPolicyConfig?: pulumi.Input<{ @@ -1839,7 +1859,7 @@ Structure is documented below. {{% /md %}}
privateClusterConfig?: pulumi.Input<{ @@ -1857,7 +1877,7 @@ a private cluster. Structure is documented below. {{% /md %}}
project?: pulumi.Input<string>;@@ -1869,7 +1889,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -1877,7 +1897,7 @@ is not provided, the provider project is used. {{% /md %}}
removeDefaultNodePool?: pulumi.Input<boolean>;@@ -1891,7 +1911,7 @@ setting `initial_node_count` to at least `1`. {{% /md %}}
resourceLabels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1902,7 +1922,7 @@ The GCE resource labels (a map of key/value pairs) to be applied to the cluster. {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -1911,10 +1931,24 @@ The GCE resource labels (a map of key/value pairs) to be applied to the cluster. The name or self_link of the Google Compute Engine subnetwork in which the cluster's instances are launched. +{{% /md %}} +
verticalPodAutoscaling?: pulumi.Input<{ + enabled: pulumi.Input<boolean>; +}>;+{{% md %}} + +Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it. +Structure is documented below. + {{% /md %}}
zone?: pulumi.Input<string>;@@ -1928,7 +1962,7 @@ has been deprecated in favour of `location`.
additionalZones?: pulumi.Input<pulumi.Input<string>[]>;@@ -1954,7 +1988,7 @@ deprecated in favour of `node_locations`. {{% /md %}}
addonsConfig?: pulumi.Input<{ @@ -1986,7 +2020,7 @@ Structure is documented below. {{% /md %}}
clusterAutoscaling?: pulumi.Input<{ @@ -2005,7 +2039,7 @@ Configuration for per-cluster autoscaling features, including node autoprovision {{% /md %}}
clusterIpv4Cidr?: pulumi.Input<string>;@@ -2017,7 +2051,7 @@ this cluster. Default is an automatically assigned CIDR. {{% /md %}}
databaseEncryption?: pulumi.Input<{ @@ -2032,7 +2066,7 @@ Structure is documented below. {{% /md %}}
defaultMaxPodsPerNode?: pulumi.Input<number>;@@ -2047,7 +2081,7 @@ for more information. {{% /md %}}
description?: pulumi.Input<string>;@@ -2058,7 +2092,7 @@ Description of the cluster. {{% /md %}}
enableBinaryAuthorization?: pulumi.Input<boolean>;@@ -2070,7 +2104,7 @@ If enabled, all container images will be validated by Google Binary Authorizatio {{% /md %}}
enableKubernetesAlpha?: pulumi.Input<boolean>;@@ -2083,7 +2117,7 @@ and will be automatically deleted after 30 days. {{% /md %}}
enableLegacyAbac?: pulumi.Input<boolean>;@@ -2097,7 +2131,7 @@ Defaults to `false` {{% /md %}}
enableTpu?: pulumi.Input<boolean>;@@ -2109,7 +2143,7 @@ See the [official documentation](https://cloud.google.com/tpu/docs/kubernetes-en {{% /md %}}
endpoint?: pulumi.Input<string>;@@ -2120,7 +2154,7 @@ The IP address of this cluster's Kubernetes master. {{% /md %}}
initialNodeCount?: pulumi.Input<number>;@@ -2135,7 +2169,7 @@ you'll need to set this to a value of at least `1`, alongside setting {{% /md %}}
instanceGroupUrls?: pulumi.Input<pulumi.Input<string>[]>;@@ -2147,7 +2181,7 @@ to the cluster. {{% /md %}}
ipAllocationPolicy?: pulumi.Input<{ @@ -2170,7 +2204,7 @@ in order to support explicit removal with `ip_allocation_policy = []`. {{% /md %}}
location?: pulumi.Input<string>;@@ -2186,7 +2220,7 @@ the region, and with default node locations in those zones as well. {{% /md %}}
loggingService?: pulumi.Input<string>;@@ -2199,7 +2233,7 @@ write logs to. Available options include `logging.googleapis.com`, {{% /md %}}
maintenancePolicy?: pulumi.Input<{ @@ -2216,7 +2250,7 @@ documented below. {{% /md %}}
masterAuth?: pulumi.Input<{ @@ -2237,7 +2271,7 @@ Kubernetes master. Structure is documented below. {{% /md %}}
masterAuthorizedNetworksConfig?: pulumi.Input<{ @@ -2255,7 +2289,7 @@ external access (except the cluster node IPs, which GKE automatically whitelists {{% /md %}}
masterVersion?: pulumi.Input<string>;@@ -2268,7 +2302,7 @@ has been updated by GKE. {{% /md %}}
minMasterVersion?: pulumi.Input<string>;@@ -2288,7 +2322,7 @@ describe the various acceptable formats for this field. {{% /md %}}
monitoringService?: pulumi.Input<string>;@@ -2305,7 +2339,7 @@ Defaults to `monitoring.googleapis.com` {{% /md %}}
name?: pulumi.Input<string>;@@ -2317,7 +2351,7 @@ location. {{% /md %}}
network?: pulumi.Input<string>;@@ -2330,7 +2364,7 @@ shared network. {{% /md %}}
networkPolicy?: pulumi.Input<{ @@ -2346,7 +2380,7 @@ feature. Structure is documented below. {{% /md %}}
nodeConfig?: pulumi.Input<{ @@ -2386,7 +2420,7 @@ Terraform. Structure is documented below. {{% /md %}}
nodeLocations?: pulumi.Input<pulumi.Input<string>[]>;@@ -2402,7 +2436,7 @@ cluster, nodes will be created in only these zones. {{% /md %}}
nodePools?: pulumi.Input<pulumi.Input<{ @@ -2460,7 +2494,7 @@ google_container_node_pool resource instead of this property. {{% /md %}}
nodeVersion?: pulumi.Input<string>;@@ -2478,7 +2512,7 @@ To update nodes in other node pools, use the `version` attribute on the node poo {{% /md %}}
podSecurityPolicyConfig?: pulumi.Input<{ @@ -2493,7 +2527,7 @@ Structure is documented below. {{% /md %}}
privateClusterConfig?: pulumi.Input<{ @@ -2511,7 +2545,7 @@ a private cluster. Structure is documented below. {{% /md %}}
project?: pulumi.Input<string>;@@ -2523,7 +2557,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -2531,7 +2565,7 @@ is not provided, the provider project is used. {{% /md %}}
removeDefaultNodePool?: pulumi.Input<boolean>;@@ -2545,7 +2579,7 @@ setting `initial_node_count` to at least `1`. {{% /md %}}
resourceLabels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2553,10 +2587,24 @@ setting `initial_node_count` to at least `1`. The GCE resource labels (a map of key/value pairs) to be applied to the cluster. +{{% /md %}} +
servicesIpv4Cidr?: pulumi.Input<string>;+{{% md %}} + +The IP address range of the Kubernetes services in this +cluster, in [CIDR](http:en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) +notation (e.g. `1.2.3.4/29`). Service addresses are typically put in the last +`/16` from the container CIDR. + {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -2568,7 +2616,7 @@ which the cluster's instances are launched. {{% /md %}}
tpuIpv4CidrBlock?: pulumi.Input<string>;@@ -2578,10 +2626,24 @@ which the cluster's instances are launched. [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). +{{% /md %}} +
verticalPodAutoscaling?: pulumi.Input<{ + enabled: pulumi.Input<boolean>; +}>;+{{% md %}} + +Vertical Pod Autoscaling automatically adjusts the resources of pods controlled by it. +Structure is documented below. + {{% /md %}}
zone?: pulumi.Input<string>;@@ -2595,7 +2657,7 @@ has been deprecated in favour of `location`.
name: string;
@@ -2628,7 +2690,7 @@ The name of the cluster.
{{% /md %}}
project?: undefined | string;@@ -2640,7 +2702,7 @@ is not provided, the provider project is used. {{% /md %}}
additionalZones: string[];
@@ -2682,7 +2744,7 @@ A collection of values returned by getCluster.
{{% /md %}}
addonsConfigs: {
@@ -2710,7 +2772,7 @@ A collection of values returned by getCluster.
{{% /md %}}
clusterAutoscalings: {
@@ -2725,7 +2787,7 @@ A collection of values returned by getCluster.
{{% /md %}}
clusterIpv4Cidr: string;
@@ -2733,7 +2795,7 @@ A collection of values returned by getCluster.
{{% /md %}}
databaseEncryptions: {
@@ -2744,7 +2806,7 @@ A collection of values returned by getCluster.
{{% /md %}}
defaultMaxPodsPerNode: number;
@@ -2752,7 +2814,7 @@ A collection of values returned by getCluster.
{{% /md %}}
description: string;
@@ -2760,7 +2822,7 @@ A collection of values returned by getCluster.
{{% /md %}}
enableBinaryAuthorization: boolean;
@@ -2768,7 +2830,7 @@ A collection of values returned by getCluster.
{{% /md %}}
enableKubernetesAlpha: boolean;
@@ -2776,7 +2838,7 @@ A collection of values returned by getCluster.
{{% /md %}}
enableLegacyAbac: boolean;
@@ -2784,7 +2846,7 @@ A collection of values returned by getCluster.
{{% /md %}}
enableTpu: boolean;
@@ -2792,7 +2854,7 @@ A collection of values returned by getCluster.
{{% /md %}}
endpoint: string;
@@ -2800,7 +2862,7 @@ A collection of values returned by getCluster.
{{% /md %}}
id: string;
@@ -2811,7 +2873,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
initialNodeCount: number;
@@ -2819,7 +2881,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
instanceGroupUrls: string[];
@@ -2827,7 +2889,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
ipAllocationPolicies: {
@@ -2844,7 +2906,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
location?: undefined | string;@@ -2852,7 +2914,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
loggingService: string;
@@ -2860,7 +2922,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
maintenancePolicies: {
@@ -2873,7 +2935,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
masterAuthorizedNetworksConfigs: {
@@ -2886,7 +2948,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
masterAuths: {
@@ -2903,7 +2965,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
masterVersion: string;
@@ -2911,7 +2973,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
minMasterVersion: string;
@@ -2919,7 +2981,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
monitoringService: string;
@@ -2927,7 +2989,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -2935,7 +2997,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
network: string;
@@ -2943,7 +3005,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
networkPolicies: {
@@ -2954,7 +3016,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
nodeConfigs: {
@@ -2987,7 +3049,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
nodeLocations: string[];
@@ -2995,7 +3057,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
nodePools: {
@@ -3045,7 +3107,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
nodeVersion: string;
@@ -3053,7 +3115,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
podSecurityPolicyConfigs: {
@@ -3063,7 +3125,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
privateClusterConfigs: {
@@ -3077,7 +3139,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project?: undefined | string;@@ -3085,7 +3147,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
region?: undefined | string;@@ -3093,7 +3155,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
removeDefaultNodePool: boolean;
@@ -3101,15 +3163,23 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
servicesIpv4Cidr: string;
+{{% md %}}
+{{% /md %}}
+subnetwork: string;
@@ -3117,15 +3187,25 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
tpuIpv4CidrBlock: string;
{{% md %}}
{{% /md %}}
verticalPodAutoscalings: {
+ enabled: boolean;
+}[];
+{{% md %}}
+{{% /md %}}
+location?: undefined | string;@@ -3157,7 +3237,7 @@ specified, the provider-level zone must be set and is used instead. {{% /md %}}
project?: undefined | string;@@ -3169,7 +3249,7 @@ Defaults to the project that the provider is authenticated with. {{% /md %}}
region?: undefined | string;@@ -3177,7 +3257,7 @@ Defaults to the project that the provider is authenticated with. {{% /md %}}
versionPrefix?: undefined | string;@@ -3193,7 +3273,7 @@ for full details on how version strings are formatted. {{% /md %}}
defaultClusterVersion: string;
@@ -3222,7 +3302,7 @@ Version of Kubernetes the service deploys by default.
{{% /md %}}
id: string;
@@ -3233,7 +3313,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
latestMasterVersion: string;
@@ -3244,7 +3324,7 @@ The latest version available in the given zone for use with master instances.
{{% /md %}}
latestNodeVersion: string;
@@ -3255,7 +3335,7 @@ The latest version available in the given zone for use with node instances.
{{% /md %}}
location?: undefined | string;@@ -3263,7 +3343,7 @@ The latest version available in the given zone for use with node instances. {{% /md %}}
project?: undefined | string;@@ -3271,7 +3351,7 @@ The latest version available in the given zone for use with node instances. {{% /md %}}
region?: undefined | string;@@ -3279,7 +3359,7 @@ The latest version available in the given zone for use with node instances. {{% /md %}}
validMasterVersions: string[];
@@ -3290,7 +3370,7 @@ A list of versions available in the given zone for use with master instances.
{{% /md %}}
validNodeVersions: string[];
@@ -3301,7 +3381,7 @@ A list of versions available in the given zone for use with node instances.
{{% /md %}}
versionPrefix?: undefined | string;@@ -3309,7 +3389,7 @@ A list of versions available in the given zone for use with node instances. {{% /md %}}
digest?: undefined | string;@@ -3335,7 +3415,7 @@ A collection of arguments for invoking getRegistryImage. {{% /md %}}
name: string;
@@ -3343,7 +3423,7 @@ A collection of arguments for invoking getRegistryImage.
{{% /md %}}
project?: undefined | string;@@ -3351,7 +3431,7 @@ A collection of arguments for invoking getRegistryImage. {{% /md %}}
region?: undefined | string;@@ -3359,7 +3439,7 @@ A collection of arguments for invoking getRegistryImage. {{% /md %}}
digest?: undefined | string;@@ -3385,7 +3465,7 @@ A collection of values returned by getRegistryImage. {{% /md %}}
id: string;
@@ -3396,7 +3476,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
imageUrl: string;
@@ -3404,7 +3484,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -3412,7 +3492,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project: string;
@@ -3420,7 +3500,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
region?: undefined | string;@@ -3428,7 +3508,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
project?: undefined | string;@@ -3454,7 +3534,7 @@ A collection of arguments for invoking getRegistryRepository. {{% /md %}}
id: string;
@@ -3483,7 +3563,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project: string;
@@ -3491,7 +3571,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
region?: undefined | string;@@ -3499,7 +3579,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
repositoryUrl: string;
@@ -3508,7 +3588,7 @@ id is the provider-assigned unique ID for this managed resource.
autoscaling?: pulumi.Input<{ @@ -3532,7 +3612,7 @@ the size of the node pool to the current cluster usage. Structure is documented {{% /md %}}
cluster: pulumi.Input<string>;@@ -3543,7 +3623,7 @@ The cluster to create the node pool for. Cluster must be present in `zone` prov {{% /md %}}
initialNodeCount?: pulumi.Input<number>;@@ -3555,7 +3635,7 @@ recreation of the resource. {{% /md %}}
location?: pulumi.Input<string>;@@ -3567,7 +3647,7 @@ resides. {{% /md %}}
management?: pulumi.Input<{ @@ -3582,7 +3662,7 @@ auto-upgrade is configured. Structure is documented below. {{% /md %}}
maxPodsPerNode?: pulumi.Input<number>;@@ -3597,7 +3677,7 @@ for more information. {{% /md %}}
name?: pulumi.Input<string>;@@ -3609,7 +3689,7 @@ auto-generate a unique name. {{% /md %}}
namePrefix?: pulumi.Input<string>;@@ -3617,7 +3697,7 @@ auto-generate a unique name. {{% /md %}}
nodeConfig?: pulumi.Input<{ @@ -3654,7 +3734,7 @@ google_container_cluster for schema. {{% /md %}}
nodeCount?: pulumi.Input<number>;@@ -3666,7 +3746,7 @@ update the number of nodes per instance group but should not be used alongside ` {{% /md %}}
project?: pulumi.Input<string>;@@ -3678,7 +3758,7 @@ the provider-configured project will be used. {{% /md %}}
region?: pulumi.Input<string>;@@ -3690,7 +3770,7 @@ regional clusters). `zone` has been deprecated in favor of `location`. {{% /md %}}
version?: pulumi.Input<string>;@@ -3706,7 +3786,7 @@ when fuzzy versions are used. See the `google_container_engine_versions` data so {{% /md %}}
zone?: pulumi.Input<string>;@@ -3719,7 +3799,7 @@ has been deprecated in favor of `location`.
autoscaling?: pulumi.Input<{ @@ -3743,7 +3823,7 @@ the size of the node pool to the current cluster usage. Structure is documented {{% /md %}}
cluster?: pulumi.Input<string>;@@ -3754,7 +3834,7 @@ The cluster to create the node pool for. Cluster must be present in `zone` prov {{% /md %}}
initialNodeCount?: pulumi.Input<number>;@@ -3766,7 +3846,7 @@ recreation of the resource. {{% /md %}}
instanceGroupUrls?: pulumi.Input<pulumi.Input<string>[]>;@@ -3774,7 +3854,7 @@ recreation of the resource. {{% /md %}}
location?: pulumi.Input<string>;@@ -3786,7 +3866,7 @@ resides. {{% /md %}}
management?: pulumi.Input<{ @@ -3801,7 +3881,7 @@ auto-upgrade is configured. Structure is documented below. {{% /md %}}
maxPodsPerNode?: pulumi.Input<number>;@@ -3816,7 +3896,7 @@ for more information. {{% /md %}}
name?: pulumi.Input<string>;@@ -3828,7 +3908,7 @@ auto-generate a unique name. {{% /md %}}
namePrefix?: pulumi.Input<string>;@@ -3836,7 +3916,7 @@ auto-generate a unique name. {{% /md %}}
nodeConfig?: pulumi.Input<{ @@ -3873,7 +3953,7 @@ google_container_cluster for schema. {{% /md %}}
nodeCount?: pulumi.Input<number>;@@ -3885,7 +3965,7 @@ update the number of nodes per instance group but should not be used alongside ` {{% /md %}}
project?: pulumi.Input<string>;@@ -3897,7 +3977,7 @@ the provider-configured project will be used. {{% /md %}}
region?: pulumi.Input<string>;@@ -3909,7 +3989,7 @@ regional clusters). `zone` has been deprecated in favor of `location`. {{% /md %}}
version?: pulumi.Input<string>;@@ -3925,7 +4005,7 @@ when fuzzy versions are used. See the `google_container_engine_versions` data so {{% /md %}}
zone?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/containeranalysis/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/containeranalysis/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/gcp/containeranalysis/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/containeranalysis/_index.md index cdbf37eeed3c..bf953845e2a8 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/containeranalysis/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/containeranalysis/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -48,7 +48,7 @@ To get more information about Note, see: {{% /md %}}
public attestationAuthority: pulumi.Output<{ @@ -115,7 +115,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -127,7 +127,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -135,7 +135,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -143,7 +143,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
attestationAuthority: pulumi.Input<{ @@ -177,7 +177,7 @@ The set of arguments for constructing a Note resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -185,7 +185,7 @@ The set of arguments for constructing a Note resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -194,7 +194,7 @@ The set of arguments for constructing a Note resource.
attestationAuthority?: pulumi.Input<{ @@ -215,7 +215,7 @@ Input properties used for looking up and filtering Note resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -223,7 +223,7 @@ Input properties used for looking up and filtering Note resources. {{% /md %}}
project?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/dataflow/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/dataflow/_index.md similarity index 79% rename from content/reference/pkg/nodejs/pulumi/gcp/dataflow/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/dataflow/_index.md index 8b027fa4a8ea..858d8ebf2d9f 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/dataflow/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/dataflow/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -65,7 +65,7 @@ A Dataflow job which is 'destroyed' may be "cancelled" or "drained". If "cancel {{% /md %}}
id: Output<ID>;@@ -129,10 +129,21 @@ multiple copies of the Pulumi SDK have been loaded into the same process. id is the provider-assigned unique ID for this managed resource. It is set during deployments and may be missing (undefined) during planning phases. +{{% /md %}} +
public machineType: pulumi.Output<string | undefined>;+{{% md %}} + +The machine type to use for the job. + {{% /md %}}
public maxWorkers: pulumi.Output<number | undefined>;@@ -143,7 +154,7 @@ The number of workers permitted to work on the job. More workers may improve pr {{% /md %}}
public name: pulumi.Output<string>;@@ -154,7 +165,7 @@ A unique name for the resource, required by Dataflow. {{% /md %}}
public network: pulumi.Output<string | undefined>;@@ -165,7 +176,7 @@ The network to which VMs will be assigned. If it is not provided, "default" will {{% /md %}}
public onDelete: pulumi.Output<string | undefined>;@@ -176,7 +187,7 @@ One of "drain" or "cancel". Specifies behavior of deletion during `terraform de {{% /md %}}
public parameters: pulumi.Output<{[key: string]: any} | undefined>;@@ -187,7 +198,7 @@ Key/Value pairs to be passed to the Dataflow job (as used in the template). {{% /md %}}
public project: pulumi.Output<string>;@@ -198,7 +209,7 @@ The project in which the resource belongs. If it is not provided, the provider p {{% /md %}}
public region: pulumi.Output<string | undefined>;@@ -206,7 +217,7 @@ The project in which the resource belongs. If it is not provided, the provider p {{% /md %}}
public serviceAccountEmail: pulumi.Output<string | undefined>;@@ -217,7 +228,7 @@ The Service Account email used to create the job. {{% /md %}}
public state: pulumi.Output<string>;@@ -228,7 +239,7 @@ The current state of the resource, selected from the [JobState enum](https://clo {{% /md %}}
public subnetwork: pulumi.Output<string | undefined>;@@ -239,7 +250,7 @@ The subnetwork to which VMs will be assigned. Should be of the form "regions/REG {{% /md %}}
public tempGcsLocation: pulumi.Output<string>;@@ -250,7 +261,7 @@ A writeable location on GCS for the Dataflow job to dump its temporary data. {{% /md %}}
public templateGcsPath: pulumi.Output<string>;@@ -261,7 +272,7 @@ The GCS path to the Dataflow job template. {{% /md %}}
public zone: pulumi.Output<string | undefined>;@@ -285,7 +296,7 @@ The zone in which the created job should run. If it is not provided, the provide
machineType?: pulumi.Input<string>;+{{% md %}} + +The machine type to use for the job. + +{{% /md %}} +
maxWorkers?: pulumi.Input<number>;@@ -305,7 +327,7 @@ The number of workers permitted to work on the job. More workers may improve pr {{% /md %}}
name?: pulumi.Input<string>;@@ -316,7 +338,7 @@ A unique name for the resource, required by Dataflow. {{% /md %}}
network?: pulumi.Input<string>;@@ -327,7 +349,7 @@ The network to which VMs will be assigned. If it is not provided, "default" will {{% /md %}}
onDelete?: pulumi.Input<string>;@@ -338,7 +360,7 @@ One of "drain" or "cancel". Specifies behavior of deletion during `terraform de {{% /md %}}
parameters?: pulumi.Input<{[key: string]: any}>;@@ -349,7 +371,7 @@ Key/Value pairs to be passed to the Dataflow job (as used in the template). {{% /md %}}
project?: pulumi.Input<string>;@@ -360,7 +382,7 @@ The project in which the resource belongs. If it is not provided, the provider p {{% /md %}}
region?: pulumi.Input<string>;@@ -368,7 +390,7 @@ The project in which the resource belongs. If it is not provided, the provider p {{% /md %}}
serviceAccountEmail?: pulumi.Input<string>;@@ -379,7 +401,7 @@ The Service Account email used to create the job. {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -390,7 +412,7 @@ The subnetwork to which VMs will be assigned. Should be of the form "regions/REG {{% /md %}}
tempGcsLocation: pulumi.Input<string>;@@ -401,7 +423,7 @@ A writeable location on GCS for the Dataflow job to dump its temporary data. {{% /md %}}
templateGcsPath: pulumi.Input<string>;@@ -412,7 +434,7 @@ The GCS path to the Dataflow job template. {{% /md %}}
zone?: pulumi.Input<string>;@@ -424,7 +446,7 @@ The zone in which the created job should run. If it is not provided, the provide
machineType?: pulumi.Input<string>;+{{% md %}} + +The machine type to use for the job. + +{{% /md %}} +
maxWorkers?: pulumi.Input<number>;@@ -444,7 +477,7 @@ The number of workers permitted to work on the job. More workers may improve pr {{% /md %}}
name?: pulumi.Input<string>;@@ -455,7 +488,7 @@ A unique name for the resource, required by Dataflow. {{% /md %}}
network?: pulumi.Input<string>;@@ -466,7 +499,7 @@ The network to which VMs will be assigned. If it is not provided, "default" will {{% /md %}}
onDelete?: pulumi.Input<string>;@@ -477,7 +510,7 @@ One of "drain" or "cancel". Specifies behavior of deletion during `terraform de {{% /md %}}
parameters?: pulumi.Input<{[key: string]: any}>;@@ -488,7 +521,7 @@ Key/Value pairs to be passed to the Dataflow job (as used in the template). {{% /md %}}
project?: pulumi.Input<string>;@@ -499,7 +532,7 @@ The project in which the resource belongs. If it is not provided, the provider p {{% /md %}}
region?: pulumi.Input<string>;@@ -507,7 +540,7 @@ The project in which the resource belongs. If it is not provided, the provider p {{% /md %}}
serviceAccountEmail?: pulumi.Input<string>;@@ -518,7 +551,7 @@ The Service Account email used to create the job. {{% /md %}}
state?: pulumi.Input<string>;@@ -529,7 +562,7 @@ The current state of the resource, selected from the [JobState enum](https://clo {{% /md %}}
subnetwork?: pulumi.Input<string>;@@ -540,7 +573,7 @@ The subnetwork to which VMs will be assigned. Should be of the form "regions/REG {{% /md %}}
tempGcsLocation?: pulumi.Input<string>;@@ -551,7 +584,7 @@ A writeable location on GCS for the Dataflow job to dump its temporary data. {{% /md %}}
templateGcsPath?: pulumi.Input<string>;@@ -562,7 +595,7 @@ The GCS path to the Dataflow job template. {{% /md %}}
zone?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/dataproc/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/dataproc/_index.md similarity index 92% rename from content/reference/pkg/nodejs/pulumi/gcp/dataproc/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/dataproc/_index.md index fe59e7b248fe..8b1eb08c1d75 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/dataproc/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/dataproc/_index.md @@ -43,14 +43,14 @@ aliases:
extends CustomResource@@ -153,7 +153,7 @@ const acceleratedCluster = new gcp.dataproc.Cluster("accelerated_cluster", { {{% /md %}}
public clusterConfig: pulumi.Output<{ @@ -284,7 +284,7 @@ Structure defined below. {{% /md %}}
id: Output<ID>;@@ -296,7 +296,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string}>;@@ -309,7 +309,7 @@ which is the name of the cluster. {{% /md %}}
public name: pulumi.Output<string>;@@ -321,7 +321,7 @@ zone. {{% /md %}}
public project: pulumi.Output<string>;@@ -333,7 +333,7 @@ is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string | undefined>;@@ -345,7 +345,7 @@ Defaults to `global`. {{% /md %}}
extends CustomResource@@ -386,7 +386,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/editor", }], })); -const editor = new gcp.DataprocClusterIamPolicy("editor", { +const editor = new gcp.dataproc.ClusterIAMPolicy("editor", { cluster: "your-dataproc-cluster", policyData: admin.policyData, project: "your-project", @@ -400,7 +400,7 @@ const editor = new gcp.DataprocClusterIamPolicy("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocClusterIamBinding("editor", { +const editor = new gcp.dataproc.ClusterIAMBinding("editor", { cluster: "your-dataproc-cluster", members: ["user:jane@example.com"], role: "roles/editor", @@ -413,7 +413,7 @@ const editor = new gcp.DataprocClusterIamBinding("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocClusterIamMember("editor", { +const editor = new gcp.dataproc.ClusterIAMMember("editor", { cluster: "your-dataproc-cluster", member: "user:jane@example.com", role: "roles/editor", @@ -422,7 +422,7 @@ const editor = new gcp.DataprocClusterIamMember("editor", { {{% /md %}}
public cluster: pulumi.Output<string>;@@ -488,7 +488,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
public etag: pulumi.Output<string>;@@ -499,7 +499,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
id: Output<ID>;@@ -511,7 +511,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -519,7 +519,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -531,7 +531,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public region: pulumi.Output<string>;@@ -543,7 +543,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public role: pulumi.Output<string>;@@ -556,7 +556,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -597,7 +597,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/editor", }], })); -const editor = new gcp.DataprocClusterIamPolicy("editor", { +const editor = new gcp.dataproc.ClusterIAMPolicy("editor", { cluster: "your-dataproc-cluster", policyData: admin.policyData, project: "your-project", @@ -611,7 +611,7 @@ const editor = new gcp.DataprocClusterIamPolicy("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocClusterIamBinding("editor", { +const editor = new gcp.dataproc.ClusterIAMBinding("editor", { cluster: "your-dataproc-cluster", members: ["user:jane@example.com"], role: "roles/editor", @@ -624,7 +624,7 @@ const editor = new gcp.DataprocClusterIamBinding("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocClusterIamMember("editor", { +const editor = new gcp.dataproc.ClusterIAMMember("editor", { cluster: "your-dataproc-cluster", member: "user:jane@example.com", role: "roles/editor", @@ -633,7 +633,7 @@ const editor = new gcp.DataprocClusterIamMember("editor", { {{% /md %}}
public cluster: pulumi.Output<string>;@@ -699,7 +699,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
public etag: pulumi.Output<string>;@@ -710,7 +710,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
id: Output<ID>;@@ -722,7 +722,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -730,7 +730,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -742,7 +742,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public region: pulumi.Output<string>;@@ -754,7 +754,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public role: pulumi.Output<string>;@@ -767,7 +767,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -808,7 +808,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/editor", }], })); -const editor = new gcp.DataprocClusterIamPolicy("editor", { +const editor = new gcp.dataproc.ClusterIAMPolicy("editor", { cluster: "your-dataproc-cluster", policyData: admin.policyData, project: "your-project", @@ -822,7 +822,7 @@ const editor = new gcp.DataprocClusterIamPolicy("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocClusterIamBinding("editor", { +const editor = new gcp.dataproc.ClusterIAMBinding("editor", { cluster: "your-dataproc-cluster", members: ["user:jane@example.com"], role: "roles/editor", @@ -835,7 +835,7 @@ const editor = new gcp.DataprocClusterIamBinding("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocClusterIamMember("editor", { +const editor = new gcp.dataproc.ClusterIAMMember("editor", { cluster: "your-dataproc-cluster", member: "user:jane@example.com", role: "roles/editor", @@ -844,7 +844,7 @@ const editor = new gcp.DataprocClusterIamMember("editor", { {{% /md %}}
public cluster: pulumi.Output<string>;@@ -910,7 +910,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
public etag: pulumi.Output<string>;@@ -921,7 +921,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
id: Output<ID>;@@ -933,7 +933,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -944,7 +944,7 @@ The policy data generated by a `google_iam_policy` data source. {{% /md %}}
public project: pulumi.Output<string>;@@ -956,7 +956,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public region: pulumi.Output<string>;@@ -968,7 +968,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
extends CustomResource@@ -1044,7 +1044,7 @@ export const sparkStatus = spark.status.state; {{% /md %}}
public driverControlsFilesUri: pulumi.Output<string>;@@ -1110,7 +1110,7 @@ If present, the location of miscellaneous control files which may be used as par {{% /md %}}
public driverOutputResourceUri: pulumi.Output<string>;@@ -1121,7 +1121,7 @@ A URI pointing to the location of the stdout of the job's driver program. {{% /md %}}
public forceDelete: pulumi.Output<boolean | undefined>;@@ -1134,7 +1134,7 @@ job is first cancelled before issuing the delete. {{% /md %}}
public hadoopConfig: pulumi.Output<{ @@ -1153,7 +1153,7 @@ job is first cancelled before issuing the delete. {{% /md %}}
public hiveConfig: pulumi.Output<{ @@ -1168,7 +1168,7 @@ job is first cancelled before issuing the delete. {{% /md %}}
id: Output<ID>;@@ -1180,7 +1180,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -1191,7 +1191,7 @@ The list of labels (key/value pairs) to add to the job. {{% /md %}}
public pigConfig: pulumi.Output<{ @@ -1209,7 +1209,7 @@ The list of labels (key/value pairs) to add to the job. {{% /md %}}
public placement: pulumi.Output<{ @@ -1220,7 +1220,7 @@ The list of labels (key/value pairs) to add to the job. {{% /md %}}
public project: pulumi.Output<string>;@@ -1232,7 +1232,7 @@ subsequently run against. If it is not provided, the provider project is used. {{% /md %}}
public pysparkConfig: pulumi.Output<{ @@ -1251,7 +1251,7 @@ subsequently run against. If it is not provided, the provider project is used. {{% /md %}}
public reference: pulumi.Output<{ @@ -1261,7 +1261,7 @@ subsequently run against. If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string | undefined>;@@ -1273,7 +1273,7 @@ for this job to be submitted to. If not specified, defaults to `global`. {{% /md %}}
public scheduling: pulumi.Output<{ @@ -1286,7 +1286,7 @@ Optional. Job scheduling configuration. {{% /md %}}
public sparkConfig: pulumi.Output<{ @@ -1305,7 +1305,7 @@ Optional. Job scheduling configuration. {{% /md %}}
public sparksqlConfig: pulumi.Output<{ @@ -1322,7 +1322,7 @@ Optional. Job scheduling configuration. {{% /md %}}
public status: pulumi.Output<{ @@ -1335,7 +1335,7 @@ Optional. Job scheduling configuration. {{% /md %}}
extends CustomResource@@ -1376,7 +1376,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/editor", }], })); -const editor = new gcp.DataprocJobIamPolicy("editor", { +const editor = new gcp.dataproc.JobIAMPolicy("editor", { jobId: "your-dataproc-job", policyData: admin.policyData, project: "your-project", @@ -1390,7 +1390,7 @@ const editor = new gcp.DataprocJobIamPolicy("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocJobIamBinding("editor", { +const editor = new gcp.dataproc.JobIAMBinding("editor", { jobId: "your-dataproc-job", members: ["user:jane@example.com"], role: "roles/editor", @@ -1403,7 +1403,7 @@ const editor = new gcp.DataprocJobIamBinding("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocJobIamMember("editor", { +const editor = new gcp.dataproc.JobIAMMember("editor", { jobId: "your-dataproc-job", member: "user:jane@example.com", role: "roles/editor", @@ -1412,7 +1412,7 @@ const editor = new gcp.DataprocJobIamMember("editor", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1478,7 +1478,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1490,7 +1490,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public jobId: pulumi.Output<string>;@@ -1498,7 +1498,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -1506,7 +1506,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1518,7 +1518,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public region: pulumi.Output<string>;@@ -1530,7 +1530,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public role: pulumi.Output<string>;@@ -1543,7 +1543,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -1584,7 +1584,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/editor", }], })); -const editor = new gcp.DataprocJobIamPolicy("editor", { +const editor = new gcp.dataproc.JobIAMPolicy("editor", { jobId: "your-dataproc-job", policyData: admin.policyData, project: "your-project", @@ -1598,7 +1598,7 @@ const editor = new gcp.DataprocJobIamPolicy("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocJobIamBinding("editor", { +const editor = new gcp.dataproc.JobIAMBinding("editor", { jobId: "your-dataproc-job", members: ["user:jane@example.com"], role: "roles/editor", @@ -1611,7 +1611,7 @@ const editor = new gcp.DataprocJobIamBinding("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocJobIamMember("editor", { +const editor = new gcp.dataproc.JobIAMMember("editor", { jobId: "your-dataproc-job", member: "user:jane@example.com", role: "roles/editor", @@ -1620,7 +1620,7 @@ const editor = new gcp.DataprocJobIamMember("editor", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1686,7 +1686,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1698,7 +1698,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public jobId: pulumi.Output<string>;@@ -1706,7 +1706,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -1714,7 +1714,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1726,7 +1726,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public region: pulumi.Output<string>;@@ -1738,7 +1738,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public role: pulumi.Output<string>;@@ -1751,7 +1751,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -1792,7 +1792,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/editor", }], })); -const editor = new gcp.DataprocJobIamPolicy("editor", { +const editor = new gcp.dataproc.JobIAMPolicy("editor", { jobId: "your-dataproc-job", policyData: admin.policyData, project: "your-project", @@ -1806,7 +1806,7 @@ const editor = new gcp.DataprocJobIamPolicy("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocJobIamBinding("editor", { +const editor = new gcp.dataproc.JobIAMBinding("editor", { jobId: "your-dataproc-job", members: ["user:jane@example.com"], role: "roles/editor", @@ -1819,7 +1819,7 @@ const editor = new gcp.DataprocJobIamBinding("editor", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const editor = new gcp.DataprocJobIamMember("editor", { +const editor = new gcp.dataproc.JobIAMMember("editor", { jobId: "your-dataproc-job", member: "user:jane@example.com", role: "roles/editor", @@ -1828,7 +1828,7 @@ const editor = new gcp.DataprocJobIamMember("editor", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1894,7 +1894,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1906,7 +1906,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public jobId: pulumi.Output<string>;@@ -1914,7 +1914,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -1925,7 +1925,7 @@ The policy data generated by a `google_iam_policy` data source. {{% /md %}}
public project: pulumi.Output<string>;@@ -1937,7 +1937,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
public region: pulumi.Output<string>;@@ -1949,7 +1949,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
clusterConfig?: pulumi.Input<{ @@ -2047,7 +2047,7 @@ Structure defined below. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2060,7 +2060,7 @@ which is the name of the cluster. {{% /md %}}
name?: pulumi.Input<string>;@@ -2072,7 +2072,7 @@ zone. {{% /md %}}
project?: pulumi.Input<string>;@@ -2084,7 +2084,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -2097,7 +2097,7 @@ Defaults to `global`.
cluster: pulumi.Input<string>;@@ -2117,7 +2117,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -2125,7 +2125,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
project?: pulumi.Input<string>;@@ -2137,7 +2137,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -2149,7 +2149,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
role: pulumi.Input<string>;@@ -2163,7 +2163,7 @@ The role that should be applied. Only one
cluster?: pulumi.Input<string>;@@ -2183,7 +2183,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
etag?: pulumi.Input<string>;@@ -2194,7 +2194,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -2202,7 +2202,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
project?: pulumi.Input<string>;@@ -2214,7 +2214,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -2226,7 +2226,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
role?: pulumi.Input<string>;@@ -2240,7 +2240,7 @@ The role that should be applied. Only one
cluster: pulumi.Input<string>;@@ -2260,7 +2260,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
member: pulumi.Input<string>;@@ -2268,7 +2268,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
project?: pulumi.Input<string>;@@ -2280,7 +2280,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -2292,7 +2292,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
role: pulumi.Input<string>;@@ -2306,7 +2306,7 @@ The role that should be applied. Only one
cluster?: pulumi.Input<string>;@@ -2326,7 +2326,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
etag?: pulumi.Input<string>;@@ -2337,7 +2337,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
member?: pulumi.Input<string>;@@ -2345,7 +2345,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
project?: pulumi.Input<string>;@@ -2357,7 +2357,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -2369,7 +2369,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
role?: pulumi.Input<string>;@@ -2383,7 +2383,7 @@ The role that should be applied. Only one
cluster: pulumi.Input<string>;@@ -2403,7 +2403,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
policyData: pulumi.Input<string>;@@ -2414,7 +2414,7 @@ The policy data generated by a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -2426,7 +2426,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -2439,7 +2439,7 @@ is not provided, Terraform will use the provider default.
cluster?: pulumi.Input<string>;@@ -2459,7 +2459,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
etag?: pulumi.Input<string>;@@ -2470,7 +2470,7 @@ The name or relative resource id of the cluster to manage IAM policies for. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -2481,7 +2481,7 @@ The policy data generated by a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -2493,7 +2493,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -2506,7 +2506,7 @@ is not provided, Terraform will use the provider default.
clusterConfig?: pulumi.Input<{ @@ -2591,7 +2591,7 @@ Structure defined below. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2604,7 +2604,7 @@ which is the name of the cluster. {{% /md %}}
name?: pulumi.Input<string>;@@ -2616,7 +2616,7 @@ zone. {{% /md %}}
project?: pulumi.Input<string>;@@ -2628,7 +2628,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -2641,7 +2641,7 @@ Defaults to `global`.
forceDelete?: pulumi.Input<boolean>;@@ -2663,7 +2663,7 @@ job is first cancelled before issuing the delete. {{% /md %}}
hadoopConfig?: pulumi.Input<{ @@ -2682,7 +2682,7 @@ job is first cancelled before issuing the delete. {{% /md %}}
hiveConfig?: pulumi.Input<{ @@ -2697,7 +2697,7 @@ job is first cancelled before issuing the delete. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2708,7 +2708,7 @@ The list of labels (key/value pairs) to add to the job. {{% /md %}}
pigConfig?: pulumi.Input<{ @@ -2726,7 +2726,7 @@ The list of labels (key/value pairs) to add to the job. {{% /md %}}
placement: pulumi.Input<{ @@ -2737,7 +2737,7 @@ The list of labels (key/value pairs) to add to the job. {{% /md %}}
project?: pulumi.Input<string>;@@ -2749,7 +2749,7 @@ subsequently run against. If it is not provided, the provider project is used. {{% /md %}}
pysparkConfig?: pulumi.Input<{ @@ -2768,7 +2768,7 @@ subsequently run against. If it is not provided, the provider project is used. {{% /md %}}
reference?: pulumi.Input<{ @@ -2778,7 +2778,7 @@ subsequently run against. If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -2790,7 +2790,7 @@ for this job to be submitted to. If not specified, defaults to `global`. {{% /md %}}
scheduling?: pulumi.Input<{ @@ -2803,7 +2803,7 @@ Optional. Job scheduling configuration. {{% /md %}}
sparkConfig?: pulumi.Input<{ @@ -2822,7 +2822,7 @@ Optional. Job scheduling configuration. {{% /md %}}
sparksqlConfig?: pulumi.Input<{ @@ -2840,7 +2840,7 @@ Optional. Job scheduling configuration.
jobId: pulumi.Input<string>;@@ -2857,7 +2857,7 @@ The set of arguments for constructing a JobIAMBinding resource. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -2865,7 +2865,7 @@ The set of arguments for constructing a JobIAMBinding resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2877,7 +2877,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -2889,7 +2889,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
role: pulumi.Input<string>;@@ -2903,7 +2903,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -2923,7 +2923,7 @@ Input properties used for looking up and filtering JobIAMBinding resources. {{% /md %}}
jobId?: pulumi.Input<string>;@@ -2931,7 +2931,7 @@ Input properties used for looking up and filtering JobIAMBinding resources. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -2939,7 +2939,7 @@ Input properties used for looking up and filtering JobIAMBinding resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2951,7 +2951,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -2963,7 +2963,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
role?: pulumi.Input<string>;@@ -2977,7 +2977,7 @@ The role that should be applied. Only one
jobId: pulumi.Input<string>;@@ -2994,7 +2994,7 @@ The set of arguments for constructing a JobIAMMember resource. {{% /md %}}
member: pulumi.Input<string>;@@ -3002,7 +3002,7 @@ The set of arguments for constructing a JobIAMMember resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -3014,7 +3014,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -3026,7 +3026,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
role: pulumi.Input<string>;@@ -3040,7 +3040,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -3060,7 +3060,7 @@ Input properties used for looking up and filtering JobIAMMember resources. {{% /md %}}
jobId?: pulumi.Input<string>;@@ -3068,7 +3068,7 @@ Input properties used for looking up and filtering JobIAMMember resources. {{% /md %}}
member?: pulumi.Input<string>;@@ -3076,7 +3076,7 @@ Input properties used for looking up and filtering JobIAMMember resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -3088,7 +3088,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -3100,7 +3100,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
role?: pulumi.Input<string>;@@ -3114,7 +3114,7 @@ The role that should be applied. Only one
jobId: pulumi.Input<string>;@@ -3131,7 +3131,7 @@ The set of arguments for constructing a JobIAMPolicy resource. {{% /md %}}
policyData: pulumi.Input<string>;@@ -3142,7 +3142,7 @@ The policy data generated by a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -3154,7 +3154,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -3167,7 +3167,7 @@ is not provided, Terraform will use the provider default.
etag?: pulumi.Input<string>;@@ -3187,7 +3187,7 @@ Input properties used for looking up and filtering JobIAMPolicy resources. {{% /md %}}
jobId?: pulumi.Input<string>;@@ -3195,7 +3195,7 @@ Input properties used for looking up and filtering JobIAMPolicy resources. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -3206,7 +3206,7 @@ The policy data generated by a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -3218,7 +3218,7 @@ is not provided, Terraform will use the provider default. {{% /md %}}
region?: pulumi.Input<string>;@@ -3231,7 +3231,7 @@ is not provided, Terraform will use the provider default.
driverControlsFilesUri?: pulumi.Input<string>;@@ -3251,7 +3251,7 @@ If present, the location of miscellaneous control files which may be used as par {{% /md %}}
driverOutputResourceUri?: pulumi.Input<string>;@@ -3262,7 +3262,7 @@ A URI pointing to the location of the stdout of the job's driver program. {{% /md %}}
forceDelete?: pulumi.Input<boolean>;@@ -3275,7 +3275,7 @@ job is first cancelled before issuing the delete. {{% /md %}}
hadoopConfig?: pulumi.Input<{ @@ -3294,7 +3294,7 @@ job is first cancelled before issuing the delete. {{% /md %}}
hiveConfig?: pulumi.Input<{ @@ -3309,7 +3309,7 @@ job is first cancelled before issuing the delete. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -3320,7 +3320,7 @@ The list of labels (key/value pairs) to add to the job. {{% /md %}}
pigConfig?: pulumi.Input<{ @@ -3338,7 +3338,7 @@ The list of labels (key/value pairs) to add to the job. {{% /md %}}
placement?: pulumi.Input<{ @@ -3349,7 +3349,7 @@ The list of labels (key/value pairs) to add to the job. {{% /md %}}
project?: pulumi.Input<string>;@@ -3361,7 +3361,7 @@ subsequently run against. If it is not provided, the provider project is used. {{% /md %}}
pysparkConfig?: pulumi.Input<{ @@ -3380,7 +3380,7 @@ subsequently run against. If it is not provided, the provider project is used. {{% /md %}}
reference?: pulumi.Input<{ @@ -3390,7 +3390,7 @@ subsequently run against. If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -3402,7 +3402,7 @@ for this job to be submitted to. If not specified, defaults to `global`. {{% /md %}}
scheduling?: pulumi.Input<{ @@ -3415,7 +3415,7 @@ Optional. Job scheduling configuration. {{% /md %}}
sparkConfig?: pulumi.Input<{ @@ -3434,7 +3434,7 @@ Optional. Job scheduling configuration. {{% /md %}}
sparksqlConfig?: pulumi.Input<{ @@ -3451,7 +3451,7 @@ Optional. Job scheduling configuration. {{% /md %}}
status?: pulumi.Input<{ diff --git a/content/reference/pkg/nodejs/pulumi/gcp/dns/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/dns/_index.md similarity index 81% rename from content/reference/pkg/nodejs/pulumi/gcp/dns/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/dns/_index.md index 8ad4767cd59c..40b750c070b1 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/dns/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/dns/_index.md @@ -31,14 +31,14 @@ aliases:
extends CustomResource@@ -108,7 +108,7 @@ const private_zone = new gcp.dns.ManagedZone("private-zone", { {{% /md %}}
public description: pulumi.Output<string>;@@ -171,15 +171,33 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public dnsName: pulumi.Output<string>;{{% md %}} {{% /md %}}
public dnssecConfig: pulumi.Output<{ + defaultKeySpecs: { + algorithm: undefined | string; + keyLength: undefined | number; + keyType: undefined | string; + kind: undefined | string; + }[]; + kind: undefined | string; + nonExistence: string; + state: undefined | string; +} | undefined>;+{{% md %}} +{{% /md %}} +
public forwardingConfig: pulumi.Output<{ @@ -191,7 +209,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -203,7 +221,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -211,7 +229,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -219,7 +237,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public nameServers: pulumi.Output<string[]>;@@ -227,7 +245,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public peeringConfig: pulumi.Output<{ @@ -239,7 +257,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public privateVisibilityConfig: pulumi.Output<{ @@ -251,7 +269,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -263,7 +281,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public visibility: pulumi.Output<string | undefined>;@@ -284,7 +302,7 @@ deployments.
extends CustomResource@@ -304,7 +322,7 @@ To get more information about Policy, see: {{% /md %}}
public alternativeNameServerConfig: pulumi.Output<{ @@ -371,7 +389,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -379,7 +397,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public enableInboundForwarding: pulumi.Output<boolean | undefined>;@@ -387,7 +405,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public enableLogging: pulumi.Output<boolean | undefined>;@@ -395,7 +413,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -407,7 +425,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -415,7 +433,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public networks: pulumi.Output<{ @@ -425,7 +443,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -437,7 +455,7 @@ If it is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -577,7 +595,7 @@ const cname = new gcp.dns.RecordSet("cname", { {{% /md %}}
id: Output<ID>;@@ -644,7 +662,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public managedZone: pulumi.Output<string>;@@ -656,7 +674,7 @@ reside. {{% /md %}}
public name: pulumi.Output<string>;@@ -667,7 +685,7 @@ The DNS name this record set will apply to. {{% /md %}}
public project: pulumi.Output<string>;@@ -679,7 +697,7 @@ is not provided, the provider project is used. {{% /md %}}
public rrdatas: pulumi.Output<string[]>;@@ -691,7 +709,7 @@ whose meaning depends on the DNS type. For TXT record, if the string data contai {{% /md %}}
public ttl: pulumi.Output<number>;@@ -702,7 +720,7 @@ The time-to-live of this record set (seconds). {{% /md %}}
public type: pulumi.Output<string>;@@ -713,7 +731,7 @@ The DNS record set type. {{% /md %}}
name: string;
@@ -778,7 +796,7 @@ A unique name for the resource.
{{% /md %}}
description: string;
@@ -810,7 +828,7 @@ A textual description field.
{{% /md %}}
dnsName: string;
@@ -821,7 +839,7 @@ The fully qualified DNS name of this zone, e.g. `terraform.io.`.
{{% /md %}}
id: string;
@@ -832,7 +850,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -840,7 +858,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
nameServers: string[];
@@ -853,7 +871,7 @@ thus making Google Cloud DNS authoritative for this zone.
{{% /md %}}
description?: pulumi.Input<string>;@@ -879,15 +897,33 @@ The set of arguments for constructing a ManagedZone resource. {{% /md %}}
dnsName: pulumi.Input<string>;{{% md %}} {{% /md %}}
dnssecConfig?: pulumi.Input<{ + defaultKeySpecs: pulumi.Input<pulumi.Input<{ + algorithm: pulumi.Input<string>; + keyLength: pulumi.Input<number>; + keyType: pulumi.Input<string>; + kind: pulumi.Input<string>; + }>[]>; + kind: pulumi.Input<string>; + nonExistence: pulumi.Input<string>; + state: pulumi.Input<string>; +}>;+{{% md %}} +{{% /md %}} +
forwardingConfig?: pulumi.Input<{ @@ -899,7 +935,7 @@ The set of arguments for constructing a ManagedZone resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -907,7 +943,7 @@ The set of arguments for constructing a ManagedZone resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -915,7 +951,7 @@ The set of arguments for constructing a ManagedZone resource. {{% /md %}}
peeringConfig?: pulumi.Input<{ @@ -927,7 +963,7 @@ The set of arguments for constructing a ManagedZone resource. {{% /md %}}
privateVisibilityConfig?: pulumi.Input<{ @@ -939,7 +975,7 @@ The set of arguments for constructing a ManagedZone resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -951,7 +987,7 @@ If it is not provided, the provider project is used. {{% /md %}}
visibility?: pulumi.Input<string>;@@ -960,7 +996,7 @@ If it is not provided, the provider project is used.
description?: pulumi.Input<string>;@@ -977,15 +1013,33 @@ Input properties used for looking up and filtering ManagedZone resources. {{% /md %}}
dnsName?: pulumi.Input<string>;{{% md %}} {{% /md %}}
dnssecConfig?: pulumi.Input<{ + defaultKeySpecs: pulumi.Input<pulumi.Input<{ + algorithm: pulumi.Input<string>; + keyLength: pulumi.Input<number>; + keyType: pulumi.Input<string>; + kind: pulumi.Input<string>; + }>[]>; + kind: pulumi.Input<string>; + nonExistence: pulumi.Input<string>; + state: pulumi.Input<string>; +}>;+{{% md %}} +{{% /md %}} +
forwardingConfig?: pulumi.Input<{ @@ -997,7 +1051,7 @@ Input properties used for looking up and filtering ManagedZone resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1005,7 +1059,7 @@ Input properties used for looking up and filtering ManagedZone resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -1013,7 +1067,7 @@ Input properties used for looking up and filtering ManagedZone resources. {{% /md %}}
nameServers?: pulumi.Input<pulumi.Input<string>[]>;@@ -1021,7 +1075,7 @@ Input properties used for looking up and filtering ManagedZone resources. {{% /md %}}
peeringConfig?: pulumi.Input<{ @@ -1033,7 +1087,7 @@ Input properties used for looking up and filtering ManagedZone resources. {{% /md %}}
privateVisibilityConfig?: pulumi.Input<{ @@ -1045,7 +1099,7 @@ Input properties used for looking up and filtering ManagedZone resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -1057,7 +1111,7 @@ If it is not provided, the provider project is used. {{% /md %}}
visibility?: pulumi.Input<string>;@@ -1066,7 +1120,7 @@ If it is not provided, the provider project is used.
alternativeNameServerConfig?: pulumi.Input<{ @@ -1087,7 +1141,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -1095,7 +1149,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
enableInboundForwarding?: pulumi.Input<boolean>;@@ -1103,7 +1157,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
enableLogging?: pulumi.Input<boolean>;@@ -1111,7 +1165,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -1119,7 +1173,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
networks?: pulumi.Input<pulumi.Input<{ @@ -1129,7 +1183,7 @@ The set of arguments for constructing a Policy resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1142,7 +1196,7 @@ If it is not provided, the provider project is used.
alternativeNameServerConfig?: pulumi.Input<{ @@ -1163,7 +1217,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -1171,7 +1225,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
enableInboundForwarding?: pulumi.Input<boolean>;@@ -1179,7 +1233,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
enableLogging?: pulumi.Input<boolean>;@@ -1187,7 +1241,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -1195,7 +1249,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
networks?: pulumi.Input<pulumi.Input<{ @@ -1205,7 +1259,7 @@ Input properties used for looking up and filtering Policy resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -1218,7 +1272,7 @@ If it is not provided, the provider project is used.
managedZone: pulumi.Input<string>;@@ -1239,7 +1293,7 @@ reside. {{% /md %}}
name?: pulumi.Input<string>;@@ -1250,7 +1304,7 @@ The DNS name this record set will apply to. {{% /md %}}
project?: pulumi.Input<string>;@@ -1262,7 +1316,7 @@ is not provided, the provider project is used. {{% /md %}}
rrdatas: pulumi.Input<pulumi.Input<string>[]>;@@ -1274,7 +1328,7 @@ whose meaning depends on the DNS type. For TXT record, if the string data contai {{% /md %}}
ttl: pulumi.Input<number>;@@ -1285,7 +1339,7 @@ The time-to-live of this record set (seconds). {{% /md %}}
type: pulumi.Input<string>;@@ -1297,7 +1351,7 @@ The DNS record set type.
managedZone?: pulumi.Input<string>;@@ -1318,7 +1372,7 @@ reside. {{% /md %}}
name?: pulumi.Input<string>;@@ -1329,7 +1383,7 @@ The DNS name this record set will apply to. {{% /md %}}
project?: pulumi.Input<string>;@@ -1341,7 +1395,7 @@ is not provided, the provider project is used. {{% /md %}}
rrdatas?: pulumi.Input<pulumi.Input<string>[]>;@@ -1353,7 +1407,7 @@ whose meaning depends on the DNS type. For TXT record, if the string data contai {{% /md %}}
ttl?: pulumi.Input<number>;@@ -1364,7 +1418,7 @@ The time-to-live of this record set (seconds). {{% /md %}}
type?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/endpoints/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/endpoints/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/endpoints/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/endpoints/_index.md index 17627687ae99..690fc46bb03c 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/endpoints/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/endpoints/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -61,7 +61,7 @@ The example in `examples/endpoints_on_compute_engine` shows the API from the qui {{% /md %}}
public apis: pulumi.Output<{ @@ -134,7 +134,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public configId: pulumi.Output<string>;@@ -142,7 +142,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public dnsAddress: pulumi.Output<string>;@@ -150,7 +150,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public endpoints: pulumi.Output<{ @@ -161,7 +161,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public grpcConfig: pulumi.Output<string | undefined>;@@ -169,7 +169,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -181,7 +181,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public openapiConfig: pulumi.Output<string | undefined>;@@ -189,7 +189,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -197,7 +197,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public protocOutputBase64: pulumi.Output<string | undefined>;@@ -205,7 +205,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public serviceName: pulumi.Output<string>;@@ -213,7 +213,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
grpcConfig?: pulumi.Input<string>;@@ -243,7 +243,7 @@ The set of arguments for constructing a Service resource. {{% /md %}}
openapiConfig?: pulumi.Input<string>;@@ -251,7 +251,7 @@ The set of arguments for constructing a Service resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -259,7 +259,7 @@ The set of arguments for constructing a Service resource. {{% /md %}}
protocOutputBase64?: pulumi.Input<string>;@@ -267,7 +267,7 @@ The set of arguments for constructing a Service resource. {{% /md %}}
serviceName: pulumi.Input<string>;@@ -276,7 +276,7 @@ The set of arguments for constructing a Service resource.
apis?: pulumi.Input<pulumi.Input<{ @@ -303,7 +303,7 @@ Input properties used for looking up and filtering Service resources. {{% /md %}}
configId?: pulumi.Input<string>;@@ -311,7 +311,7 @@ Input properties used for looking up and filtering Service resources. {{% /md %}}
dnsAddress?: pulumi.Input<string>;@@ -319,7 +319,7 @@ Input properties used for looking up and filtering Service resources. {{% /md %}}
endpoints?: pulumi.Input<pulumi.Input<{ @@ -330,7 +330,7 @@ Input properties used for looking up and filtering Service resources. {{% /md %}}
grpcConfig?: pulumi.Input<string>;@@ -338,7 +338,7 @@ Input properties used for looking up and filtering Service resources. {{% /md %}}
openapiConfig?: pulumi.Input<string>;@@ -346,7 +346,7 @@ Input properties used for looking up and filtering Service resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -354,7 +354,7 @@ Input properties used for looking up and filtering Service resources. {{% /md %}}
protocOutputBase64?: pulumi.Input<string>;@@ -362,7 +362,7 @@ Input properties used for looking up and filtering Service resources. {{% /md %}}
serviceName?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/filestore/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/filestore/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/filestore/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/filestore/_index.md index 877af35aa9da..df8db773f15a 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/filestore/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/filestore/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -68,7 +68,7 @@ const instance = new gcp.filestore.Instance("instance", { {{% /md %}}
public createTime: pulumi.Output<string>;@@ -131,7 +131,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -139,7 +139,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public etag: pulumi.Output<string>;@@ -147,7 +147,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public fileShares: pulumi.Output<{ @@ -158,7 +158,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -170,7 +170,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -178,7 +178,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -186,7 +186,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public networks: pulumi.Output<{ @@ -199,7 +199,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -207,7 +207,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public tier: pulumi.Output<string>;@@ -215,7 +215,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public zone: pulumi.Output<string>;@@ -236,7 +236,7 @@ deployments.
description?: pulumi.Input<string>;@@ -253,7 +253,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
fileShares: pulumi.Input<{ @@ -264,7 +264,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -272,7 +272,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -280,7 +280,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
networks: pulumi.Input<pulumi.Input<{ @@ -293,7 +293,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -301,7 +301,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
tier: pulumi.Input<string>;@@ -309,7 +309,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
zone: pulumi.Input<string>;@@ -318,7 +318,7 @@ The set of arguments for constructing a Instance resource.
createTime?: pulumi.Input<string>;@@ -335,7 +335,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -343,7 +343,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
etag?: pulumi.Input<string>;@@ -351,7 +351,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
fileShares?: pulumi.Input<{ @@ -362,7 +362,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -370,7 +370,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -378,7 +378,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
networks?: pulumi.Input<pulumi.Input<{ @@ -391,7 +391,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -399,7 +399,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
tier?: pulumi.Input<string>;@@ -407,7 +407,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
zone?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/firestore/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/firestore/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/gcp/firestore/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/firestore/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/gcp/folder/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/folder/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/folder/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/folder/_index.md index ae48b9707b0d..3c2805be9c88 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/folder/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/folder/_index.md @@ -34,14 +34,14 @@ aliases:
extends CustomResource@@ -77,7 +77,7 @@ const admin = new gcp.folder.IAMBinding("admin", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -143,7 +143,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public folder: pulumi.Output<string>;@@ -154,7 +154,7 @@ The resource name of the folder the policy is attached to. Its format is folders {{% /md %}}
id: Output<ID>;@@ -166,7 +166,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -183,7 +183,7 @@ Each entry can have one of the following values: {{% /md %}}
public role: pulumi.Output<string>;@@ -196,7 +196,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -242,7 +242,7 @@ const admin = new gcp.folder.IAMMember("admin", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -308,7 +308,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public folder: pulumi.Output<string>;@@ -319,7 +319,7 @@ The resource name of the folder the policy is attached to. Its format is folders {{% /md %}}
id: Output<ID>;@@ -331,7 +331,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -347,7 +347,7 @@ This field can have one of the following values: {{% /md %}}
public role: pulumi.Output<string>;@@ -359,7 +359,7 @@ The role that should be applied. Note that custom roles must be of the format {{% /md %}}
extends CustomResource@@ -405,7 +405,7 @@ const folderAdminPolicy = new gcp.folder.IAMPolicy("folder_admin_policy", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -471,7 +471,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public folder: pulumi.Output<string>;@@ -482,7 +482,7 @@ The resource name of the folder the policy is attached to. Its format is folders {{% /md %}}
id: Output<ID>;@@ -494,7 +494,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -507,7 +507,7 @@ policy applied to the folder. {{% /md %}}
extends CustomResource@@ -602,7 +602,7 @@ const servicesPolicy = new gcp.folder.OrganizationPolicy("services_policy", { {{% /md %}}
public booleanPolicy: pulumi.Output<{ @@ -670,7 +670,7 @@ A boolean policy is a constraint that is either enforced or not. Structure is do {{% /md %}}
public constraint: pulumi.Output<string>;@@ -681,7 +681,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
public etag: pulumi.Output<string>;@@ -692,7 +692,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
public folder: pulumi.Output<string>;@@ -703,7 +703,7 @@ The resource name of the folder to set the policy for. Its format is folders/{fo {{% /md %}}
id: Output<ID>;@@ -715,7 +715,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public listPolicy: pulumi.Output<{ @@ -738,7 +738,7 @@ can also be used to allow or deny all values. Structure is documented below. {{% /md %}}
public restorePolicy: pulumi.Output<{ @@ -751,7 +751,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
public updateTime: pulumi.Output<string>;@@ -762,7 +762,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
public version: pulumi.Output<number>;@@ -786,7 +786,7 @@ Version of the Policy. Default version is 0.
constraint: string;
@@ -835,7 +835,7 @@ A collection of arguments for invoking getOrganizationPolicy.
{{% /md %}}
folder: string;
@@ -847,7 +847,7 @@ The resource name of the folder to set the policy for. Its format is folders/{fo
booleanPolicies: {
@@ -866,7 +866,7 @@ A collection of values returned by getOrganizationPolicy.
{{% /md %}}
constraint: string;
@@ -874,7 +874,7 @@ A collection of values returned by getOrganizationPolicy.
{{% /md %}}
etag: string;
@@ -882,7 +882,7 @@ A collection of values returned by getOrganizationPolicy.
{{% /md %}}
folder: string;
@@ -890,7 +890,7 @@ A collection of values returned by getOrganizationPolicy.
{{% /md %}}
id: string;
@@ -901,7 +901,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
listPolicies: {
@@ -920,7 +920,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
restorePolicies: {
@@ -930,7 +930,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
updateTime: string;
@@ -938,7 +938,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
version: number;
@@ -947,7 +947,7 @@ id is the provider-assigned unique ID for this managed resource.
folder: pulumi.Input<string>;@@ -967,7 +967,7 @@ The resource name of the folder the policy is attached to. Its format is folders {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -984,7 +984,7 @@ Each entry can have one of the following values: {{% /md %}}
role: pulumi.Input<string>;@@ -998,7 +998,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -1018,7 +1018,7 @@ Input properties used for looking up and filtering IAMBinding resources. {{% /md %}}
folder?: pulumi.Input<string>;@@ -1029,7 +1029,7 @@ The resource name of the folder the policy is attached to. Its format is folders {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -1046,7 +1046,7 @@ Each entry can have one of the following values: {{% /md %}}
role?: pulumi.Input<string>;@@ -1060,7 +1060,7 @@ The role that should be applied. Only one
folder: pulumi.Input<string>;@@ -1080,7 +1080,7 @@ The resource name of the folder the policy is attached to. Its format is folders {{% /md %}}
member: pulumi.Input<string>;@@ -1096,7 +1096,7 @@ This field can have one of the following values: {{% /md %}}
role: pulumi.Input<string>;@@ -1109,7 +1109,7 @@ The role that should be applied. Note that custom roles must be of the format
etag?: pulumi.Input<string>;@@ -1129,7 +1129,7 @@ Input properties used for looking up and filtering IAMMember resources. {{% /md %}}
folder?: pulumi.Input<string>;@@ -1140,7 +1140,7 @@ The resource name of the folder the policy is attached to. Its format is folders {{% /md %}}
member?: pulumi.Input<string>;@@ -1156,7 +1156,7 @@ This field can have one of the following values: {{% /md %}}
role?: pulumi.Input<string>;@@ -1169,7 +1169,7 @@ The role that should be applied. Note that custom roles must be of the format
folder: pulumi.Input<string>;@@ -1189,7 +1189,7 @@ The resource name of the folder the policy is attached to. Its format is folders {{% /md %}}
policyData: pulumi.Input<string>;@@ -1203,7 +1203,7 @@ policy applied to the folder.
etag?: pulumi.Input<string>;@@ -1223,7 +1223,7 @@ Input properties used for looking up and filtering IAMPolicy resources. {{% /md %}}
folder?: pulumi.Input<string>;@@ -1234,7 +1234,7 @@ The resource name of the folder the policy is attached to. Its format is folders {{% /md %}}
policyData?: pulumi.Input<string>;@@ -1248,7 +1248,7 @@ policy applied to the folder.
booleanPolicy?: pulumi.Input<{ @@ -1270,7 +1270,7 @@ A boolean policy is a constraint that is either enforced or not. Structure is do {{% /md %}}
constraint: pulumi.Input<string>;@@ -1281,7 +1281,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
folder: pulumi.Input<string>;@@ -1292,7 +1292,7 @@ The resource name of the folder to set the policy for. Its format is folders/{fo {{% /md %}}
listPolicy?: pulumi.Input<{ @@ -1315,7 +1315,7 @@ can also be used to allow or deny all values. Structure is documented below. {{% /md %}}
restorePolicy?: pulumi.Input<{ @@ -1328,7 +1328,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
version?: pulumi.Input<number>;@@ -1340,7 +1340,7 @@ Version of the Policy. Default version is 0.
booleanPolicy?: pulumi.Input<{ @@ -1362,7 +1362,7 @@ A boolean policy is a constraint that is either enforced or not. Structure is do {{% /md %}}
constraint?: pulumi.Input<string>;@@ -1373,7 +1373,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
etag?: pulumi.Input<string>;@@ -1384,7 +1384,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
folder?: pulumi.Input<string>;@@ -1395,7 +1395,7 @@ The resource name of the folder to set the policy for. Its format is folders/{fo {{% /md %}}
listPolicy?: pulumi.Input<{ @@ -1418,7 +1418,7 @@ can also be used to allow or deny all values. Structure is documented below. {{% /md %}}
restorePolicy?: pulumi.Input<{ @@ -1431,7 +1431,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
updateTime?: pulumi.Input<string>;@@ -1442,7 +1442,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
version?: pulumi.Input<number>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/iam/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/iam/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/gcp/iam/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/iam/_index.md index 423aacc49ca3..13cb3380fddc 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/iam/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/iam/_index.md @@ -22,14 +22,14 @@ aliases:
name: string;
@@ -74,7 +74,7 @@ The name of the Role to lookup in the form `roles/{ROLE_NAME}`, `organizations/{
id: string;
@@ -94,7 +94,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
includedPermissions: string[];
@@ -105,7 +105,7 @@ specifies the list of one or more permissions to include in the custom role, suc
{{% /md %}}
name: string;
@@ -113,7 +113,7 @@ specifies the list of one or more permissions to include in the custom role, suc
{{% /md %}}
stage: string;
@@ -124,7 +124,7 @@ indicates the stage of a role in the launch lifecycle, such as `GA`, `BETA` or `
{{% /md %}}
title: string;
diff --git a/content/reference/pkg/nodejs/pulumi/gcp/iap/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/iap/_index.md
similarity index 89%
rename from content/reference/pkg/nodejs/pulumi/gcp/iap/_index.md
rename to content/docs/reference/pkg/nodejs/pulumi/gcp/iap/_index.md
index ded76ba27cf2..da05c26fb863 100644
--- a/content/reference/pkg/nodejs/pulumi/gcp/iap/_index.md
+++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/iap/_index.md
@@ -28,14 +28,14 @@ aliases:
extends CustomResource@@ -66,7 +66,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/editor", }], })); -const instance = new gcp.IapTunnelInstanceIamPolicy("instance", { +const instance = new gcp.iap.TunnelInstanceIAMPolicy("instance", { instance: "your-instance-name", policyData: admin.policyData, }); @@ -78,7 +78,7 @@ const instance = new gcp.IapTunnelInstanceIamPolicy("instance", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.IapTunnelInstanceIamBinding("instance", { +const instance = new gcp.iap.TunnelInstanceIAMBinding("instance", { instance: "your-instance-name", members: ["user:jane@example.com"], role: "roles/compute.networkUser", @@ -91,7 +91,7 @@ const instance = new gcp.IapTunnelInstanceIamBinding("instance", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.IapTunnelInstanceIamMember("instance", { +const instance = new gcp.iap.TunnelInstanceIAMMember("instance", { instance: "your-instance-name", member: "user:jane@example.com", role: "roles/compute.networkUser", @@ -100,7 +100,7 @@ const instance = new gcp.IapTunnelInstanceIamMember("instance", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -166,7 +166,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -178,7 +178,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -189,7 +189,7 @@ The name of the instance. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -197,7 +197,7 @@ The name of the instance. {{% /md %}}
public project: pulumi.Output<string>;@@ -209,7 +209,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -222,7 +222,7 @@ The role that should be applied. Only one {{% /md %}}
public zone: pulumi.Output<string>;@@ -247,7 +247,7 @@ unspecified, this defaults to the zone configured in the provider.
extends CustomResource@@ -278,7 +278,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/editor", }], })); -const instance = new gcp.IapTunnelInstanceIamPolicy("instance", { +const instance = new gcp.iap.TunnelInstanceIAMPolicy("instance", { instance: "your-instance-name", policyData: admin.policyData, }); @@ -290,7 +290,7 @@ const instance = new gcp.IapTunnelInstanceIamPolicy("instance", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.IapTunnelInstanceIamBinding("instance", { +const instance = new gcp.iap.TunnelInstanceIAMBinding("instance", { instance: "your-instance-name", members: ["user:jane@example.com"], role: "roles/compute.networkUser", @@ -303,7 +303,7 @@ const instance = new gcp.IapTunnelInstanceIamBinding("instance", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.IapTunnelInstanceIamMember("instance", { +const instance = new gcp.iap.TunnelInstanceIAMMember("instance", { instance: "your-instance-name", member: "user:jane@example.com", role: "roles/compute.networkUser", @@ -312,7 +312,7 @@ const instance = new gcp.IapTunnelInstanceIamMember("instance", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -378,7 +378,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -390,7 +390,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -401,7 +401,7 @@ The name of the instance. {{% /md %}}
public member: pulumi.Output<string>;@@ -409,7 +409,7 @@ The name of the instance. {{% /md %}}
public project: pulumi.Output<string>;@@ -421,7 +421,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -434,7 +434,7 @@ The role that should be applied. Only one {{% /md %}}
public zone: pulumi.Output<string>;@@ -459,7 +459,7 @@ unspecified, this defaults to the zone configured in the provider.
extends CustomResource@@ -490,7 +490,7 @@ const admin = pulumi.output(gcp.organizations.getIAMPolicy({ role: "roles/editor", }], })); -const instance = new gcp.IapTunnelInstanceIamPolicy("instance", { +const instance = new gcp.iap.TunnelInstanceIAMPolicy("instance", { instance: "your-instance-name", policyData: admin.policyData, }); @@ -502,7 +502,7 @@ const instance = new gcp.IapTunnelInstanceIamPolicy("instance", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.IapTunnelInstanceIamBinding("instance", { +const instance = new gcp.iap.TunnelInstanceIAMBinding("instance", { instance: "your-instance-name", members: ["user:jane@example.com"], role: "roles/compute.networkUser", @@ -515,7 +515,7 @@ const instance = new gcp.IapTunnelInstanceIamBinding("instance", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const instance = new gcp.IapTunnelInstanceIamMember("instance", { +const instance = new gcp.iap.TunnelInstanceIAMMember("instance", { instance: "your-instance-name", member: "user:jane@example.com", role: "roles/compute.networkUser", @@ -524,7 +524,7 @@ const instance = new gcp.IapTunnelInstanceIamMember("instance", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -590,7 +590,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -602,7 +602,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -613,7 +613,7 @@ The name of the instance. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -625,7 +625,7 @@ a `google_iam_policy` data source. {{% /md %}}
public project: pulumi.Output<string>;@@ -637,7 +637,7 @@ is not provided, the provider project is used. {{% /md %}}
public zone: pulumi.Output<string>;@@ -662,7 +662,7 @@ unspecified, this defaults to the zone configured in the provider.
instance: pulumi.Input<string>;@@ -682,7 +682,7 @@ The name of the instance. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -690,7 +690,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -702,7 +702,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -715,7 +715,7 @@ The role that should be applied. Only one {{% /md %}}
zone?: pulumi.Input<string>;@@ -728,7 +728,7 @@ unspecified, this defaults to the zone configured in the provider.
etag?: pulumi.Input<string>;@@ -748,7 +748,7 @@ Input properties used for looking up and filtering TunnelInstanceIAMBinding reso {{% /md %}}
instance?: pulumi.Input<string>;@@ -759,7 +759,7 @@ The name of the instance. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -767,7 +767,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -779,7 +779,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -792,7 +792,7 @@ The role that should be applied. Only one {{% /md %}}
zone?: pulumi.Input<string>;@@ -805,7 +805,7 @@ unspecified, this defaults to the zone configured in the provider.
instance: pulumi.Input<string>;@@ -825,7 +825,7 @@ The name of the instance. {{% /md %}}
member: pulumi.Input<string>;@@ -833,7 +833,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -845,7 +845,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -858,7 +858,7 @@ The role that should be applied. Only one {{% /md %}}
zone?: pulumi.Input<string>;@@ -871,7 +871,7 @@ unspecified, this defaults to the zone configured in the provider.
etag?: pulumi.Input<string>;@@ -891,7 +891,7 @@ Input properties used for looking up and filtering TunnelInstanceIAMMember resou {{% /md %}}
instance?: pulumi.Input<string>;@@ -902,7 +902,7 @@ The name of the instance. {{% /md %}}
member?: pulumi.Input<string>;@@ -910,7 +910,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -922,7 +922,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -935,7 +935,7 @@ The role that should be applied. Only one {{% /md %}}
zone?: pulumi.Input<string>;@@ -948,7 +948,7 @@ unspecified, this defaults to the zone configured in the provider.
instance: pulumi.Input<string>;@@ -968,7 +968,7 @@ The name of the instance. {{% /md %}}
policyData: pulumi.Input<string>;@@ -980,7 +980,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -992,7 +992,7 @@ is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;@@ -1005,7 +1005,7 @@ unspecified, this defaults to the zone configured in the provider.
etag?: pulumi.Input<string>;@@ -1025,7 +1025,7 @@ Input properties used for looking up and filtering TunnelInstanceIAMPolicy resou {{% /md %}}
instance?: pulumi.Input<string>;@@ -1036,7 +1036,7 @@ The name of the instance. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -1048,7 +1048,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -1060,7 +1060,7 @@ is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/kms/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/kms/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/gcp/kms/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/kms/_index.md index e2afd7dd2130..6b77ec4fca09 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/kms/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/kms/_index.md @@ -52,14 +52,14 @@ aliases:
extends CustomResource@@ -99,7 +99,7 @@ const myCryptoKey = new gcp.kms.CryptoKey("my_crypto_key", { {{% /md %}}
id: Output<ID>;@@ -166,7 +166,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public keyRing: pulumi.Output<string>;@@ -177,7 +177,7 @@ The id of the Google Cloud Platform KeyRing to which the key shall belong. {{% /md %}}
public name: pulumi.Output<string>;@@ -189,7 +189,7 @@ A CryptoKey’s name must be unique within a location and match the regular expr {{% /md %}}
public rotationPeriod: pulumi.Output<string | undefined>;@@ -203,7 +203,7 @@ a day (ie, 86400). {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -214,7 +214,7 @@ The self link of the created CryptoKey. Its format is `projects/{projectId}/loca {{% /md %}}
public versionTemplate: pulumi.Output<{ @@ -241,7 +241,7 @@ A template describing settings for new crypto key versions. Structure is documen
extends CustomResource@@ -269,7 +269,7 @@ const cryptoKey = new gcp.kms.CryptoKeyIAMBinding("crypto_key", { {{% /md %}}
public cryptoKeyId: pulumi.Output<string>;@@ -338,7 +338,7 @@ In the second form, the provider's project setting will be used as a fallback. {{% /md %}}
public etag: pulumi.Output<string>;@@ -349,7 +349,7 @@ In the second form, the provider's project setting will be used as a fallback. {{% /md %}}
id: Output<ID>;@@ -361,7 +361,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -372,7 +372,7 @@ A list of users that the role should apply to. For more details on format and re {{% /md %}}
public role: pulumi.Output<string>;@@ -385,7 +385,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -427,7 +427,7 @@ const cryptoKey = new gcp.kms.CryptoKeyIAMMember("crypto_key", { {{% /md %}}
public cryptoKeyId: pulumi.Output<string>;@@ -496,7 +496,7 @@ the provider's project setting will be used as a fallback. {{% /md %}}
public etag: pulumi.Output<string>;@@ -507,7 +507,7 @@ the provider's project setting will be used as a fallback. {{% /md %}}
id: Output<ID>;@@ -519,7 +519,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -530,7 +530,7 @@ The user that the role should apply to. For more details on format and restricti {{% /md %}}
public role: pulumi.Output<string>;@@ -542,7 +542,7 @@ The role that should be applied. Note that custom roles must be of the format {{% /md %}}
extends CustomResource{{% md %}} -Allows creation of a Google Cloud Platform KMS KeyRing. For more information see -[the official documentation](https://cloud.google.com/kms/docs/object-hierarchy#key_ring) -and -[API](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings). +A `KeyRing` is a toplevel logical grouping of `CryptoKeys`. -A KeyRing is a grouping of CryptoKeys for organizational purposes. A KeyRing belongs to a Google Cloud Platform Project -and resides in a specific location. +> **Note:** KeyRings cannot be deleted from Google Cloud Platform. +Destroying a Terraform-managed KeyRing will remove it from state but +*will not delete the resource on the server.* -> Note: KeyRings cannot be deleted from Google Cloud Platform. Destroying a Terraform-managed KeyRing will remove it -from state but **will not delete the resource on the server**. -## Example Usage +To get more information about KeyRing, see: + +* [API documentation](https://cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings) +* How-to Guides + * [Creating a key ring](https://cloud.google.com/kms/docs/creating-keys#create_a_key_ring) + +## Example Usage - Kms Key Ring Basic + ```typescript import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const myKeyRing = new gcp.kms.KeyRing("my_key_ring", { - location: "us-central1", +const example_keyring = new gcp.kms.KeyRing("example-keyring", { + location: "global", }); ``` {{% /md %}}
id: Output<ID>;@@ -652,54 +655,43 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public location: pulumi.Output<string>;{{% md %}} - -The Google Cloud Platform location for the KeyRing. -A full list of valid locations can be found by running `gcloud kms locations list`. - {{% /md %}}
public name: pulumi.Output<string>;{{% md %}} - -The KeyRing's name. -A KeyRing’s name must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}` - {{% /md %}}
public project: pulumi.Output<string>;{{% md %}} -The project in which the resource belongs. If it -is not provided, the provider project is used. +The ID of the project in which the resource belongs. +If it is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;{{% md %}} - -The self link of the created KeyRing. Its format is `projects/{projectId}/locations/{location}/keyRings/{keyRingName}`. - {{% /md %}}
extends CustomResource@@ -774,7 +766,7 @@ const keyRing = new gcp.kms.KeyRingIAMMember("key_ring", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -840,7 +832,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -852,7 +844,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public keyRingId: pulumi.Output<string>;@@ -866,7 +858,7 @@ project setting will be used as a fallback. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -874,7 +866,7 @@ project setting will be used as a fallback. {{% /md %}}
public role: pulumi.Output<string>;@@ -887,7 +879,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -962,7 +954,7 @@ const keyRing = new gcp.kms.KeyRingIAMMember("key_ring", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1028,7 +1020,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1040,7 +1032,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public keyRingId: pulumi.Output<string>;@@ -1054,7 +1046,7 @@ project setting will be used as a fallback. {{% /md %}}
public member: pulumi.Output<string>;@@ -1062,7 +1054,7 @@ project setting will be used as a fallback. {{% /md %}}
public role: pulumi.Output<string>;@@ -1075,7 +1067,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -1150,7 +1142,7 @@ const keyRing = new gcp.kms.KeyRingIAMMember("key_ring", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1216,7 +1208,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1228,7 +1220,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public keyRingId: pulumi.Output<string>;@@ -1242,7 +1234,7 @@ project setting will be used as a fallback. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -1254,7 +1246,7 @@ a `google_iam_policy` data source. {{% /md %}}
extends CustomResource@@ -1310,7 +1302,7 @@ const default_registry = new gcp.kms.Registry("default-registry", { {{% /md %}}
public credentials: pulumi.Output<{ @@ -1381,7 +1373,7 @@ List of public key certificates to authenticate devices. Structure is documented {{% /md %}}
public eventNotificationConfig: pulumi.Output<{ @@ -1394,7 +1386,7 @@ A PubSub topics to publish device events. Structure is documented below. {{% /md %}}
public httpConfig: pulumi.Output<{ @@ -1407,7 +1399,7 @@ Activate or deactivate HTTP. Structure is documented below. {{% /md %}}
id: Output<ID>;@@ -1419,7 +1411,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public mqttConfig: pulumi.Output<{ @@ -1432,7 +1424,7 @@ Activate or deactivate MQTT. Structure is documented below. {{% /md %}}
public name: pulumi.Output<string>;@@ -1444,7 +1436,7 @@ Changing this forces a new resource to be created. {{% /md %}}
public project: pulumi.Output<string>;@@ -1455,7 +1447,7 @@ The project in which the resource belongs. If it is not provided, the provider p {{% /md %}}
public region: pulumi.Output<string>;@@ -1466,7 +1458,7 @@ The Region in which the created address should reside. If it is not provided, th {{% /md %}}
public stateNotificationConfig: pulumi.Output<{ @@ -1479,7 +1471,7 @@ A PubSub topic to publish device state updates. Structure is documented below. {{% /md %}}
keyRing: pulumi.Input<string>;@@ -1600,7 +1592,7 @@ The id of the Google Cloud Platform KeyRing to which the key shall belong. {{% /md %}}
name?: pulumi.Input<string>;@@ -1612,7 +1604,7 @@ A CryptoKey’s name must be unique within a location and match the regular expr {{% /md %}}
rotationPeriod?: pulumi.Input<string>;@@ -1626,7 +1618,7 @@ a day (ie, 86400). {{% /md %}}
versionTemplate?: pulumi.Input<{ @@ -1641,7 +1633,7 @@ A template describing settings for new crypto key versions. Structure is documen
cryptoKeyId: pulumi.Input<string>;@@ -1664,7 +1656,7 @@ In the second form, the provider's project setting will be used as a fallback. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -1675,7 +1667,7 @@ A list of users that the role should apply to. For more details on format and re {{% /md %}}
role: pulumi.Input<string>;@@ -1689,7 +1681,7 @@ The role that should be applied. Only one
cryptoKeyId?: pulumi.Input<string>;@@ -1712,7 +1704,7 @@ In the second form, the provider's project setting will be used as a fallback. {{% /md %}}
etag?: pulumi.Input<string>;@@ -1723,7 +1715,7 @@ In the second form, the provider's project setting will be used as a fallback. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -1734,7 +1726,7 @@ A list of users that the role should apply to. For more details on format and re {{% /md %}}
role?: pulumi.Input<string>;@@ -1748,7 +1740,7 @@ The role that should be applied. Only one
cryptoKeyId: pulumi.Input<string>;@@ -1771,7 +1763,7 @@ the provider's project setting will be used as a fallback. {{% /md %}}
member: pulumi.Input<string>;@@ -1782,7 +1774,7 @@ The user that the role should apply to. For more details on format and restricti {{% /md %}}
role: pulumi.Input<string>;@@ -1795,7 +1787,7 @@ The role that should be applied. Note that custom roles must be of the format
cryptoKeyId?: pulumi.Input<string>;@@ -1818,7 +1810,7 @@ the provider's project setting will be used as a fallback. {{% /md %}}
etag?: pulumi.Input<string>;@@ -1829,7 +1821,7 @@ the provider's project setting will be used as a fallback. {{% /md %}}
member?: pulumi.Input<string>;@@ -1840,7 +1832,7 @@ The user that the role should apply to. For more details on format and restricti {{% /md %}}
role?: pulumi.Input<string>;@@ -1853,7 +1845,7 @@ The role that should be applied. Note that custom roles must be of the format
keyRing?: pulumi.Input<string>;@@ -1873,7 +1865,7 @@ The id of the Google Cloud Platform KeyRing to which the key shall belong. {{% /md %}}
name?: pulumi.Input<string>;@@ -1885,7 +1877,7 @@ A CryptoKey’s name must be unique within a location and match the regular expr {{% /md %}}
rotationPeriod?: pulumi.Input<string>;@@ -1899,7 +1891,7 @@ a day (ie, 86400). {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -1910,7 +1902,7 @@ The self link of the created CryptoKey. Its format is `projects/{projectId}/loca {{% /md %}}
versionTemplate?: pulumi.Input<{ @@ -1925,7 +1917,7 @@ A template describing settings for new crypto key versions. Structure is documen
keyRing: string;
@@ -1945,7 +1937,7 @@ The `self_link` of the Google Cloud Platform KeyRing to which the key belongs.
{{% /md %}}
name: string;
@@ -1958,7 +1950,7 @@ A CryptoKey’s name belonging to the specified Google Cloud Platform KeyRing an
id: string;
@@ -1978,7 +1970,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
keyRing: string;
@@ -1986,7 +1978,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -1994,7 +1986,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
rotationPeriod: string;
@@ -2007,7 +1999,7 @@ of a decimal number with up to 9 fractional digits, followed by the letter s (se
{{% /md %}}
selfLink: string;
@@ -2018,7 +2010,7 @@ The self link of the created CryptoKey. Its format is `projects/{projectId}/loca
{{% /md %}}
versionTemplates: {
@@ -2030,7 +2022,7 @@ The self link of the created CryptoKey. Its format is `projects/{projectId}/loca
location: string;
@@ -2051,7 +2043,7 @@ A full list of valid locations can be found by running `gcloud kms locations lis
{{% /md %}}
name: string;
@@ -2063,7 +2055,7 @@ A KeyRing name must exist within the provided location and match the regular exp
{{% /md %}}
id: string;
@@ -2096,7 +2088,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
location: string;
@@ -2104,7 +2096,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -2112,7 +2104,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project?: undefined | string;@@ -2120,7 +2112,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
selfLink: string;
@@ -2132,7 +2124,7 @@ The self link of the created KeyRing. Its format is `projects/{projectId}/locati
ciphertext: string;
@@ -2152,7 +2144,7 @@ The ciphertext to be decrypted, encoded in base64
{{% /md %}}
cryptoKey: string;
@@ -2166,7 +2158,7 @@ decrypt the provided ciphertext. This is represented by the format
ciphertext: string;
@@ -2183,7 +2175,7 @@ A collection of values returned by getKMSSecret.
{{% /md %}}
cryptoKey: string;
@@ -2191,7 +2183,7 @@ A collection of values returned by getKMSSecret.
{{% /md %}}
id: string;
@@ -2202,7 +2194,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
plaintext: string;
@@ -2214,7 +2206,7 @@ Contains the result of decrypting the provided ciphertext.
location: pulumi.Input<string>;{{% md %}} - -The Google Cloud Platform location for the KeyRing. -A full list of valid locations can be found by running `gcloud kms locations list`. - {{% /md %}}
name?: pulumi.Input<string>;{{% md %}} - -The KeyRing's name. -A KeyRing’s name must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}` - {{% /md %}}
project?: pulumi.Input<string>;{{% md %}} -The project in which the resource belongs. If it -is not provided, the provider project is used. +The ID of the project in which the resource belongs. +If it is not provided, the provider project is used. {{% /md %}}
keyRingId: pulumi.Input<string>;@@ -2283,7 +2267,7 @@ project setting will be used as a fallback. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -2291,7 +2275,7 @@ project setting will be used as a fallback. {{% /md %}}
role: pulumi.Input<string>;@@ -2305,7 +2289,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -2325,7 +2309,7 @@ Input properties used for looking up and filtering KeyRingIAMBinding resources. {{% /md %}}
keyRingId?: pulumi.Input<string>;@@ -2339,7 +2323,7 @@ project setting will be used as a fallback. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -2347,7 +2331,7 @@ project setting will be used as a fallback. {{% /md %}}
role?: pulumi.Input<string>;@@ -2361,7 +2345,7 @@ The role that should be applied. Only one
keyRingId: pulumi.Input<string>;@@ -2384,7 +2368,7 @@ project setting will be used as a fallback. {{% /md %}}
member: pulumi.Input<string>;@@ -2392,7 +2376,7 @@ project setting will be used as a fallback. {{% /md %}}
role: pulumi.Input<string>;@@ -2406,7 +2390,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -2426,7 +2410,7 @@ Input properties used for looking up and filtering KeyRingIAMMember resources. {{% /md %}}
keyRingId?: pulumi.Input<string>;@@ -2440,7 +2424,7 @@ project setting will be used as a fallback. {{% /md %}}
member?: pulumi.Input<string>;@@ -2448,7 +2432,7 @@ project setting will be used as a fallback. {{% /md %}}
role?: pulumi.Input<string>;@@ -2462,7 +2446,7 @@ The role that should be applied. Only one
keyRingId: pulumi.Input<string>;@@ -2485,7 +2469,7 @@ project setting will be used as a fallback. {{% /md %}}
policyData: pulumi.Input<string>;@@ -2498,7 +2482,7 @@ a `google_iam_policy` data source.
etag?: pulumi.Input<string>;@@ -2518,7 +2502,7 @@ Input properties used for looking up and filtering KeyRingIAMPolicy resources. {{% /md %}}
keyRingId?: pulumi.Input<string>;@@ -2532,7 +2516,7 @@ project setting will be used as a fallback. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -2545,7 +2529,7 @@ a `google_iam_policy` data source.
location?: pulumi.Input<string>;{{% md %}} - -The Google Cloud Platform location for the KeyRing. -A full list of valid locations can be found by running `gcloud kms locations list`. - {{% /md %}}
name?: pulumi.Input<string>;{{% md %}} - -The KeyRing's name. -A KeyRing’s name must be unique within a location and match the regular expression `[a-zA-Z0-9_-]{1,63}` - {{% /md %}}
project?: pulumi.Input<string>;{{% md %}} -The project in which the resource belongs. If it -is not provided, the provider project is used. +The ID of the project in which the resource belongs. +If it is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;{{% md %}} - -The self link of the created KeyRing. Its format is `projects/{projectId}/locations/{location}/keyRings/{keyRingName}`. - {{% /md %}}
credentials?: pulumi.Input<pulumi.Input<{ @@ -2627,7 +2600,7 @@ List of public key certificates to authenticate devices. Structure is documented {{% /md %}}
eventNotificationConfig?: pulumi.Input<{ @@ -2640,7 +2613,7 @@ A PubSub topics to publish device events. Structure is documented below. {{% /md %}}
httpConfig?: pulumi.Input<{ @@ -2653,7 +2626,7 @@ Activate or deactivate HTTP. Structure is documented below. {{% /md %}}
mqttConfig?: pulumi.Input<{ @@ -2666,7 +2639,7 @@ Activate or deactivate MQTT. Structure is documented below. {{% /md %}}
name?: pulumi.Input<string>;@@ -2678,7 +2651,7 @@ Changing this forces a new resource to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -2689,7 +2662,7 @@ The project in which the resource belongs. If it is not provided, the provider p {{% /md %}}
region?: pulumi.Input<string>;@@ -2700,7 +2673,7 @@ The Region in which the created address should reside. If it is not provided, th {{% /md %}}
stateNotificationConfig?: pulumi.Input<{ @@ -2714,7 +2687,7 @@ A PubSub topic to publish device state updates. Structure is documented below.
credentials?: pulumi.Input<pulumi.Input<{ @@ -2739,7 +2712,7 @@ List of public key certificates to authenticate devices. Structure is documented {{% /md %}}
eventNotificationConfig?: pulumi.Input<{ @@ -2752,7 +2725,7 @@ A PubSub topics to publish device events. Structure is documented below. {{% /md %}}
httpConfig?: pulumi.Input<{ @@ -2765,7 +2738,7 @@ Activate or deactivate HTTP. Structure is documented below. {{% /md %}}
mqttConfig?: pulumi.Input<{ @@ -2778,7 +2751,7 @@ Activate or deactivate MQTT. Structure is documented below. {{% /md %}}
name?: pulumi.Input<string>;@@ -2790,7 +2763,7 @@ Changing this forces a new resource to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -2801,7 +2774,7 @@ The project in which the resource belongs. If it is not provided, the provider p {{% /md %}}
region?: pulumi.Input<string>;@@ -2812,7 +2785,7 @@ The Region in which the created address should reside. If it is not provided, th {{% /md %}}
stateNotificationConfig?: pulumi.Input<{ diff --git a/content/reference/pkg/nodejs/pulumi/gcp/logging/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/logging/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/gcp/logging/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/logging/_index.md index adfd6cf7dacc..467606e97503 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/logging/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/logging/_index.md @@ -46,14 +46,14 @@ aliases:
extends CustomResource@@ -82,7 +82,7 @@ const my_exclusion = new gcp.logging.BillingAccountExclusion("my-exclusion", { {{% /md %}}
public billingAccount: pulumi.Output<string>;@@ -148,7 +148,7 @@ The billing account to create the exclusion for. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -159,7 +159,7 @@ A human-readable description. {{% /md %}}
public disabled: pulumi.Output<boolean | undefined>;@@ -171,7 +171,7 @@ false. {{% /md %}}
public filter: pulumi.Output<string>;@@ -184,7 +184,7 @@ write a filter. {{% /md %}}
id: Output<ID>;@@ -196,7 +196,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -207,7 +207,7 @@ The name of the logging exclusion. {{% /md %}}
extends CustomResource@@ -254,7 +254,7 @@ const log_writer = new gcp.projects.IAMBinding("log-writer", { {{% /md %}}
public billingAccount: pulumi.Output<string>;@@ -320,7 +320,7 @@ The billing account exported to the sink. {{% /md %}}
public destination: pulumi.Output<string>;@@ -336,7 +336,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
public filter: pulumi.Output<string | undefined>;@@ -349,7 +349,7 @@ write a filter. {{% /md %}}
id: Output<ID>;@@ -361,7 +361,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -372,7 +372,7 @@ The name of the logging sink. {{% /md %}}
public writerIdentity: pulumi.Output<string>;@@ -397,7 +397,7 @@ configured `destination`.
extends CustomResource@@ -430,7 +430,7 @@ const my_exclusion = new gcp.logging.FolderExclusion("my-exclusion", { {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -496,7 +496,7 @@ A human-readable description. {{% /md %}}
public disabled: pulumi.Output<boolean | undefined>;@@ -508,7 +508,7 @@ false. {{% /md %}}
public filter: pulumi.Output<string>;@@ -521,7 +521,7 @@ write a filter. {{% /md %}}
public folder: pulumi.Output<string>;@@ -533,7 +533,7 @@ accepted. {{% /md %}}
id: Output<ID>;@@ -545,7 +545,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -556,7 +556,7 @@ The name of the logging exclusion. {{% /md %}}
extends CustomResource@@ -607,7 +607,7 @@ const log_writer = new gcp.projects.IAMBinding("log-writer", { {{% /md %}}
public destination: pulumi.Output<string>;@@ -678,7 +678,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
public filter: pulumi.Output<string | undefined>;@@ -691,7 +691,7 @@ write a filter. {{% /md %}}
public folder: pulumi.Output<string>;@@ -703,7 +703,7 @@ accepted. {{% /md %}}
id: Output<ID>;@@ -715,7 +715,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public includeChildren: pulumi.Output<boolean | undefined>;@@ -727,7 +727,7 @@ associated with child projects are also exported; otherwise only logs relating t {{% /md %}}
public name: pulumi.Output<string>;@@ -738,7 +738,7 @@ The name of the logging sink. {{% /md %}}
public writerIdentity: pulumi.Output<string>;@@ -763,7 +763,7 @@ configured `destination`.
extends CustomResource@@ -786,20 +786,20 @@ To get more information about Metric, see: import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const loggingMetric = new gcp.LoggingMetric("logging_metric", { - bucketOptions: [{ - linearBuckets: [{ +const loggingMetric = new gcp.logging.Metric("logging_metric", { + bucketOptions: { + linearBuckets: { numFiniteBuckets: 3, offset: 1, width: 1, - }], - }], + }, + }, filter: "resource.type=gae_app AND severity>=ERROR", - labelExtractors: [{ + labelExtractors: { "EXTRACT(jsonPayload.request)": [{}], mass: [{}], - }], - metricDescriptor: [{ + }, + metricDescriptor: { labels: [{ description: "amount of matter", key: "mass", @@ -807,15 +807,14 @@ const loggingMetric = new gcp.LoggingMetric("logging_metric", { }], metricKind: "DELTA", valueType: "DISTRIBUTION", - }], - name: "my-(custom)/metric", + }, valueExtractor: "EXTRACT(jsonPayload.request)", }); ``` {{% /md %}}
public bucketOptions: pulumi.Output<{ @@ -892,7 +891,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -900,7 +899,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public filter: pulumi.Output<string>;@@ -908,7 +907,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -920,7 +919,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labelExtractors: pulumi.Output<{[key: string]: string} | undefined>;@@ -928,7 +927,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public metricDescriptor: pulumi.Output<{ @@ -944,7 +943,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -952,7 +951,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -960,7 +959,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public valueExtractor: pulumi.Output<string | undefined>;@@ -981,7 +980,7 @@ deployments.
extends CustomResource@@ -1010,7 +1009,7 @@ const my_exclusion = new gcp.logging.OrganizationExclusion("my-exclusion", { {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -1076,7 +1075,7 @@ A human-readable description. {{% /md %}}
public disabled: pulumi.Output<boolean | undefined>;@@ -1088,7 +1087,7 @@ false. {{% /md %}}
public filter: pulumi.Output<string>;@@ -1101,7 +1100,7 @@ write a filter. {{% /md %}}
id: Output<ID>;@@ -1113,7 +1112,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1124,7 +1123,7 @@ The name of the logging exclusion. {{% /md %}}
public orgId: pulumi.Output<string>;@@ -1135,7 +1134,7 @@ The organization to create the exclusion in. {{% /md %}}
extends CustomResource@@ -1182,7 +1181,7 @@ const log_writer = new gcp.projects.IAMBinding("log-writer", { {{% /md %}}
public destination: pulumi.Output<string>;@@ -1253,7 +1252,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
public filter: pulumi.Output<string | undefined>;@@ -1266,7 +1265,7 @@ write a filter. {{% /md %}}
id: Output<ID>;@@ -1278,7 +1277,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public includeChildren: pulumi.Output<boolean | undefined>;@@ -1290,7 +1289,7 @@ associated with child projects are also exported; otherwise only logs relating t {{% /md %}}
public name: pulumi.Output<string>;@@ -1301,7 +1300,7 @@ The name of the logging sink. {{% /md %}}
public orgId: pulumi.Output<string>;@@ -1312,7 +1311,7 @@ The numeric ID of the organization to be exported to the sink. {{% /md %}}
public writerIdentity: pulumi.Output<string>;@@ -1337,7 +1336,7 @@ configured `destination`.
extends CustomResource@@ -1365,7 +1364,7 @@ const my_exclusion = new gcp.logging.ProjectExclusion("my-exclusion", { {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -1431,7 +1430,7 @@ A human-readable description. {{% /md %}}
public disabled: pulumi.Output<boolean | undefined>;@@ -1443,7 +1442,7 @@ false. {{% /md %}}
public filter: pulumi.Output<string>;@@ -1456,7 +1455,7 @@ write a filter. {{% /md %}}
id: Output<ID>;@@ -1468,7 +1467,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1479,7 +1478,7 @@ The name of the logging exclusion. {{% /md %}}
public project: pulumi.Output<string>;@@ -1491,7 +1490,7 @@ used. {{% /md %}}
extends CustomResource@@ -1576,7 +1575,7 @@ const log_writer = new gcp.projects.IAMBinding("log-writer", { {{% /md %}}
public destination: pulumi.Output<string>;@@ -1647,7 +1646,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
public filter: pulumi.Output<string | undefined>;@@ -1660,7 +1659,7 @@ write a filter. {{% /md %}}
id: Output<ID>;@@ -1672,7 +1671,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1683,7 +1682,7 @@ The name of the logging sink. {{% /md %}}
public project: pulumi.Output<string>;@@ -1695,7 +1694,7 @@ used. {{% /md %}}
public uniqueWriterIdentity: pulumi.Output<boolean | undefined>;@@ -1709,7 +1708,7 @@ must set `unique_writer_identity` to true. {{% /md %}}
public writerIdentity: pulumi.Output<string>;@@ -1734,7 +1733,7 @@ configured `destination`.
billingAccount: pulumi.Input<string>;@@ -1754,7 +1753,7 @@ The billing account to create the exclusion for. {{% /md %}}
description?: pulumi.Input<string>;@@ -1765,7 +1764,7 @@ A human-readable description. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -1777,7 +1776,7 @@ false. {{% /md %}}
filter: pulumi.Input<string>;@@ -1790,7 +1789,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -1802,7 +1801,7 @@ The name of the logging exclusion.
billingAccount?: pulumi.Input<string>;@@ -1822,7 +1821,7 @@ The billing account to create the exclusion for. {{% /md %}}
description?: pulumi.Input<string>;@@ -1833,7 +1832,7 @@ A human-readable description. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -1845,7 +1844,7 @@ false. {{% /md %}}
filter?: pulumi.Input<string>;@@ -1858,7 +1857,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -1870,7 +1869,7 @@ The name of the logging exclusion.
billingAccount: pulumi.Input<string>;@@ -1890,7 +1889,7 @@ The billing account exported to the sink. {{% /md %}}
destination: pulumi.Input<string>;@@ -1906,7 +1905,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
filter?: pulumi.Input<string>;@@ -1919,7 +1918,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -1931,7 +1930,7 @@ The name of the logging sink.
billingAccount?: pulumi.Input<string>;@@ -1951,7 +1950,7 @@ The billing account exported to the sink. {{% /md %}}
destination?: pulumi.Input<string>;@@ -1967,7 +1966,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
filter?: pulumi.Input<string>;@@ -1980,7 +1979,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -1991,7 +1990,7 @@ The name of the logging sink. {{% /md %}}
writerIdentity?: pulumi.Input<string>;@@ -2004,7 +2003,7 @@ configured `destination`.
description?: pulumi.Input<string>;@@ -2024,7 +2023,7 @@ A human-readable description. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -2036,7 +2035,7 @@ false. {{% /md %}}
filter: pulumi.Input<string>;@@ -2049,7 +2048,7 @@ write a filter. {{% /md %}}
folder: pulumi.Input<string>;@@ -2061,7 +2060,7 @@ accepted. {{% /md %}}
name?: pulumi.Input<string>;@@ -2073,7 +2072,7 @@ The name of the logging exclusion.
description?: pulumi.Input<string>;@@ -2093,7 +2092,7 @@ A human-readable description. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -2105,7 +2104,7 @@ false. {{% /md %}}
filter?: pulumi.Input<string>;@@ -2118,7 +2117,7 @@ write a filter. {{% /md %}}
folder?: pulumi.Input<string>;@@ -2130,7 +2129,7 @@ accepted. {{% /md %}}
name?: pulumi.Input<string>;@@ -2142,7 +2141,7 @@ The name of the logging exclusion.
destination: pulumi.Input<string>;@@ -2167,7 +2166,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
filter?: pulumi.Input<string>;@@ -2180,7 +2179,7 @@ write a filter. {{% /md %}}
folder: pulumi.Input<string>;@@ -2192,7 +2191,7 @@ accepted. {{% /md %}}
includeChildren?: pulumi.Input<boolean>;@@ -2204,7 +2203,7 @@ associated with child projects are also exported; otherwise only logs relating t {{% /md %}}
name?: pulumi.Input<string>;@@ -2216,7 +2215,7 @@ The name of the logging sink.
destination?: pulumi.Input<string>;@@ -2241,7 +2240,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
filter?: pulumi.Input<string>;@@ -2254,7 +2253,7 @@ write a filter. {{% /md %}}
folder?: pulumi.Input<string>;@@ -2266,7 +2265,7 @@ accepted. {{% /md %}}
includeChildren?: pulumi.Input<boolean>;@@ -2278,7 +2277,7 @@ associated with child projects are also exported; otherwise only logs relating t {{% /md %}}
name?: pulumi.Input<string>;@@ -2289,7 +2288,7 @@ The name of the logging sink. {{% /md %}}
writerIdentity?: pulumi.Input<string>;@@ -2302,7 +2301,7 @@ configured `destination`.
bucketOptions?: pulumi.Input<{ @@ -2333,7 +2332,7 @@ The set of arguments for constructing a Metric resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -2341,7 +2340,7 @@ The set of arguments for constructing a Metric resource. {{% /md %}}
filter: pulumi.Input<string>;@@ -2349,7 +2348,7 @@ The set of arguments for constructing a Metric resource. {{% /md %}}
labelExtractors?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2357,7 +2356,7 @@ The set of arguments for constructing a Metric resource. {{% /md %}}
metricDescriptor: pulumi.Input<{ @@ -2373,7 +2372,7 @@ The set of arguments for constructing a Metric resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -2381,7 +2380,7 @@ The set of arguments for constructing a Metric resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2389,7 +2388,7 @@ The set of arguments for constructing a Metric resource. {{% /md %}}
valueExtractor?: pulumi.Input<string>;@@ -2398,7 +2397,7 @@ The set of arguments for constructing a Metric resource.
bucketOptions?: pulumi.Input<{ @@ -2429,7 +2428,7 @@ Input properties used for looking up and filtering Metric resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -2437,7 +2436,7 @@ Input properties used for looking up and filtering Metric resources. {{% /md %}}
filter?: pulumi.Input<string>;@@ -2445,7 +2444,7 @@ Input properties used for looking up and filtering Metric resources. {{% /md %}}
labelExtractors?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2453,7 +2452,7 @@ Input properties used for looking up and filtering Metric resources. {{% /md %}}
metricDescriptor?: pulumi.Input<{ @@ -2469,7 +2468,7 @@ Input properties used for looking up and filtering Metric resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -2477,7 +2476,7 @@ Input properties used for looking up and filtering Metric resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2485,7 +2484,7 @@ Input properties used for looking up and filtering Metric resources. {{% /md %}}
valueExtractor?: pulumi.Input<string>;@@ -2494,7 +2493,7 @@ Input properties used for looking up and filtering Metric resources.
description?: pulumi.Input<string>;@@ -2514,7 +2513,7 @@ A human-readable description. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -2526,7 +2525,7 @@ false. {{% /md %}}
filter: pulumi.Input<string>;@@ -2539,7 +2538,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -2550,7 +2549,7 @@ The name of the logging exclusion. {{% /md %}}
orgId: pulumi.Input<string>;@@ -2562,7 +2561,7 @@ The organization to create the exclusion in.
description?: pulumi.Input<string>;@@ -2582,7 +2581,7 @@ A human-readable description. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -2594,7 +2593,7 @@ false. {{% /md %}}
filter?: pulumi.Input<string>;@@ -2607,7 +2606,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -2618,7 +2617,7 @@ The name of the logging exclusion. {{% /md %}}
orgId?: pulumi.Input<string>;@@ -2630,7 +2629,7 @@ The organization to create the exclusion in.
destination: pulumi.Input<string>;@@ -2655,7 +2654,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
filter?: pulumi.Input<string>;@@ -2668,7 +2667,7 @@ write a filter. {{% /md %}}
includeChildren?: pulumi.Input<boolean>;@@ -2680,7 +2679,7 @@ associated with child projects are also exported; otherwise only logs relating t {{% /md %}}
name?: pulumi.Input<string>;@@ -2691,7 +2690,7 @@ The name of the logging sink. {{% /md %}}
orgId: pulumi.Input<string>;@@ -2703,7 +2702,7 @@ The numeric ID of the organization to be exported to the sink.
destination?: pulumi.Input<string>;@@ -2728,7 +2727,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
filter?: pulumi.Input<string>;@@ -2741,7 +2740,7 @@ write a filter. {{% /md %}}
includeChildren?: pulumi.Input<boolean>;@@ -2753,7 +2752,7 @@ associated with child projects are also exported; otherwise only logs relating t {{% /md %}}
name?: pulumi.Input<string>;@@ -2764,7 +2763,7 @@ The name of the logging sink. {{% /md %}}
orgId?: pulumi.Input<string>;@@ -2775,7 +2774,7 @@ The numeric ID of the organization to be exported to the sink. {{% /md %}}
writerIdentity?: pulumi.Input<string>;@@ -2788,7 +2787,7 @@ configured `destination`.
description?: pulumi.Input<string>;@@ -2808,7 +2807,7 @@ A human-readable description. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -2820,7 +2819,7 @@ false. {{% /md %}}
filter: pulumi.Input<string>;@@ -2833,7 +2832,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -2844,7 +2843,7 @@ The name of the logging exclusion. {{% /md %}}
project?: pulumi.Input<string>;@@ -2857,7 +2856,7 @@ used.
description?: pulumi.Input<string>;@@ -2877,7 +2876,7 @@ A human-readable description. {{% /md %}}
disabled?: pulumi.Input<boolean>;@@ -2889,7 +2888,7 @@ false. {{% /md %}}
filter?: pulumi.Input<string>;@@ -2902,7 +2901,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -2913,7 +2912,7 @@ The name of the logging exclusion. {{% /md %}}
project?: pulumi.Input<string>;@@ -2926,7 +2925,7 @@ used.
destination: pulumi.Input<string>;@@ -2951,7 +2950,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
filter?: pulumi.Input<string>;@@ -2964,7 +2963,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -2975,7 +2974,7 @@ The name of the logging sink. {{% /md %}}
project?: pulumi.Input<string>;@@ -2987,7 +2986,7 @@ used. {{% /md %}}
uniqueWriterIdentity?: pulumi.Input<boolean>;@@ -3002,7 +3001,7 @@ must set `unique_writer_identity` to true.
destination?: pulumi.Input<string>;@@ -3027,7 +3026,7 @@ The writer associated with the sink must have access to write to the above resou {{% /md %}}
filter?: pulumi.Input<string>;@@ -3040,7 +3039,7 @@ write a filter. {{% /md %}}
name?: pulumi.Input<string>;@@ -3051,7 +3050,7 @@ The name of the logging sink. {{% /md %}}
project?: pulumi.Input<string>;@@ -3063,7 +3062,7 @@ used. {{% /md %}}
uniqueWriterIdentity?: pulumi.Input<boolean>;@@ -3077,7 +3076,7 @@ must set `unique_writer_identity` to true. {{% /md %}}
writerIdentity?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/monitoring/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/monitoring/_index.md similarity index 92% rename from content/reference/pkg/nodejs/pulumi/gcp/monitoring/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/monitoring/_index.md index c6cf0d48a49d..4f89af295c8c 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/monitoring/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/monitoring/_index.md @@ -31,14 +31,14 @@ aliases:
extends CustomResource@@ -76,15 +76,15 @@ const alertPolicy = new gcp.monitoring.AlertPolicy("alert_policy", { displayName: "test condition", }], displayName: "My Alert Policy", - userLabels: [{ + userLabels: { foo: "bar", - }], + }, }); ``` {{% /md %}}
public combiner: pulumi.Output<string>;@@ -147,7 +147,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public conditions: pulumi.Output<{ @@ -195,7 +195,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public creationRecord: pulumi.Output<{ @@ -206,7 +206,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public displayName: pulumi.Output<string>;@@ -214,7 +214,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public documentation: pulumi.Output<{ @@ -225,7 +225,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public enabled: pulumi.Output<boolean | undefined>;@@ -233,7 +233,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -245,7 +245,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<string[] | undefined>;@@ -253,7 +253,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -261,7 +261,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public notificationChannels: pulumi.Output<string[] | undefined>;@@ -269,7 +269,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -277,7 +277,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public userLabels: pulumi.Output<{[key: string]: string} | undefined>;@@ -298,7 +298,7 @@ deployments.
extends CustomResource@@ -347,7 +347,7 @@ const subgroup = new gcp.monitoring.Group("subgroup", { {{% /md %}}
public displayName: pulumi.Output<string>;@@ -410,7 +410,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public filter: pulumi.Output<string>;@@ -418,7 +418,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -430,7 +430,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public isCluster: pulumi.Output<boolean | undefined>;@@ -438,7 +438,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -446,7 +446,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public parentName: pulumi.Output<string | undefined>;@@ -454,7 +454,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -466,7 +466,7 @@ If it is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -514,7 +514,7 @@ const basic = new gcp.monitoring.NotificationChannel("basic", { {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -577,7 +577,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public displayName: pulumi.Output<string>;@@ -585,7 +585,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public enabled: pulumi.Output<boolean | undefined>;@@ -593,7 +593,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -605,7 +605,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -613,7 +613,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -621,7 +621,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -633,7 +633,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public type: pulumi.Output<string>;@@ -641,7 +641,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public userLabels: pulumi.Output<{[key: string]: string} | undefined>;@@ -661,7 +661,7 @@ deployments. {{% /md %}}
public verificationStatus: pulumi.Output<string>;@@ -670,7 +670,7 @@ deployments.
extends CustomResource@@ -736,7 +736,7 @@ const tcpGroup = new gcp.monitoring.UptimeCheckConfig("tcp_group", { {{% /md %}}
public contentMatchers: pulumi.Output<{ @@ -801,7 +801,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public displayName: pulumi.Output<string>;@@ -809,7 +809,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public httpCheck: pulumi.Output<{ @@ -827,7 +827,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -839,7 +839,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public internalCheckers: pulumi.Output<{ @@ -853,7 +853,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public isInternal: pulumi.Output<boolean | undefined>;@@ -861,7 +861,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public monitoredResource: pulumi.Output<{ @@ -872,7 +872,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -880,7 +880,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public period: pulumi.Output<string | undefined>;@@ -888,7 +888,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -900,7 +900,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public resourceGroup: pulumi.Output<{ @@ -911,7 +911,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public selectedRegions: pulumi.Output<string[] | undefined>;@@ -919,7 +919,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public tcpCheck: pulumi.Output<{ @@ -929,7 +929,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public timeout: pulumi.Output<string>;@@ -937,7 +937,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public uptimeCheckId: pulumi.Output<string>;@@ -945,7 +945,7 @@ If it is not provided, the provider project is used. {{% /md %}}
combiner: pulumi.Input<string>;@@ -975,7 +975,7 @@ The set of arguments for constructing a AlertPolicy resource. {{% /md %}}
conditions: pulumi.Input<pulumi.Input<{ @@ -1023,7 +1023,7 @@ The set of arguments for constructing a AlertPolicy resource. {{% /md %}}
displayName: pulumi.Input<string>;@@ -1031,7 +1031,7 @@ The set of arguments for constructing a AlertPolicy resource. {{% /md %}}
documentation?: pulumi.Input<{ @@ -1042,7 +1042,7 @@ The set of arguments for constructing a AlertPolicy resource. {{% /md %}}
enabled?: pulumi.Input<boolean>;@@ -1050,7 +1050,7 @@ The set of arguments for constructing a AlertPolicy resource. {{% /md %}}
labels?: pulumi.Input<pulumi.Input<string>[]>;@@ -1058,7 +1058,7 @@ The set of arguments for constructing a AlertPolicy resource. {{% /md %}}
notificationChannels?: pulumi.Input<pulumi.Input<string>[]>;@@ -1066,7 +1066,7 @@ The set of arguments for constructing a AlertPolicy resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1074,7 +1074,7 @@ The set of arguments for constructing a AlertPolicy resource. {{% /md %}}
userLabels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1083,7 +1083,7 @@ The set of arguments for constructing a AlertPolicy resource.
combiner?: pulumi.Input<string>;@@ -1100,7 +1100,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
conditions?: pulumi.Input<pulumi.Input<{ @@ -1148,7 +1148,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
creationRecord?: pulumi.Input<{ @@ -1159,7 +1159,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
displayName?: pulumi.Input<string>;@@ -1167,7 +1167,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
documentation?: pulumi.Input<{ @@ -1178,7 +1178,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
enabled?: pulumi.Input<boolean>;@@ -1186,7 +1186,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
labels?: pulumi.Input<pulumi.Input<string>[]>;@@ -1194,7 +1194,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -1202,7 +1202,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
notificationChannels?: pulumi.Input<pulumi.Input<string>[]>;@@ -1210,7 +1210,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -1218,7 +1218,7 @@ Input properties used for looking up and filtering AlertPolicy resources. {{% /md %}}
userLabels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1227,7 +1227,7 @@ Input properties used for looking up and filtering AlertPolicy resources.
displayName: pulumi.Input<string>;@@ -1244,7 +1244,7 @@ The set of arguments for constructing a Group resource. {{% /md %}}
filter: pulumi.Input<string>;@@ -1252,7 +1252,7 @@ The set of arguments for constructing a Group resource. {{% /md %}}
isCluster?: pulumi.Input<boolean>;@@ -1260,7 +1260,7 @@ The set of arguments for constructing a Group resource. {{% /md %}}
parentName?: pulumi.Input<string>;@@ -1268,7 +1268,7 @@ The set of arguments for constructing a Group resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1281,7 +1281,7 @@ If it is not provided, the provider project is used.
displayName?: pulumi.Input<string>;@@ -1298,7 +1298,7 @@ Input properties used for looking up and filtering Group resources. {{% /md %}}
filter?: pulumi.Input<string>;@@ -1306,7 +1306,7 @@ Input properties used for looking up and filtering Group resources. {{% /md %}}
isCluster?: pulumi.Input<boolean>;@@ -1314,7 +1314,7 @@ Input properties used for looking up and filtering Group resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -1322,7 +1322,7 @@ Input properties used for looking up and filtering Group resources. {{% /md %}}
parentName?: pulumi.Input<string>;@@ -1330,7 +1330,7 @@ Input properties used for looking up and filtering Group resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -1343,7 +1343,7 @@ If it is not provided, the provider project is used.
description?: pulumi.Input<string>;@@ -1360,7 +1360,7 @@ The set of arguments for constructing a NotificationChannel resource. {{% /md %}}
displayName: pulumi.Input<string>;@@ -1368,7 +1368,7 @@ The set of arguments for constructing a NotificationChannel resource. {{% /md %}}
enabled?: pulumi.Input<boolean>;@@ -1376,7 +1376,7 @@ The set of arguments for constructing a NotificationChannel resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1384,7 +1384,7 @@ The set of arguments for constructing a NotificationChannel resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1396,7 +1396,7 @@ If it is not provided, the provider project is used. {{% /md %}}
type: pulumi.Input<string>;@@ -1404,7 +1404,7 @@ If it is not provided, the provider project is used. {{% /md %}}
userLabels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1413,7 +1413,7 @@ If it is not provided, the provider project is used.
description?: pulumi.Input<string>;@@ -1430,7 +1430,7 @@ Input properties used for looking up and filtering NotificationChannel resources {{% /md %}}
displayName?: pulumi.Input<string>;@@ -1438,7 +1438,7 @@ Input properties used for looking up and filtering NotificationChannel resources {{% /md %}}
enabled?: pulumi.Input<boolean>;@@ -1446,7 +1446,7 @@ Input properties used for looking up and filtering NotificationChannel resources {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1454,7 +1454,7 @@ Input properties used for looking up and filtering NotificationChannel resources {{% /md %}}
name?: pulumi.Input<string>;@@ -1462,7 +1462,7 @@ Input properties used for looking up and filtering NotificationChannel resources {{% /md %}}
project?: pulumi.Input<string>;@@ -1474,7 +1474,7 @@ If it is not provided, the provider project is used. {{% /md %}}
type?: pulumi.Input<string>;@@ -1482,7 +1482,7 @@ If it is not provided, the provider project is used. {{% /md %}}
userLabels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1490,7 +1490,7 @@ If it is not provided, the provider project is used. {{% /md %}}
verificationStatus?: pulumi.Input<string>;@@ -1499,7 +1499,7 @@ If it is not provided, the provider project is used.
contentMatchers?: pulumi.Input<pulumi.Input<{ @@ -1518,7 +1518,7 @@ The set of arguments for constructing a UptimeCheckConfig resource. {{% /md %}}
displayName: pulumi.Input<string>;@@ -1526,7 +1526,7 @@ The set of arguments for constructing a UptimeCheckConfig resource. {{% /md %}}
httpCheck?: pulumi.Input<{ @@ -1544,7 +1544,7 @@ The set of arguments for constructing a UptimeCheckConfig resource. {{% /md %}}
internalCheckers?: pulumi.Input<pulumi.Input<{ @@ -1558,7 +1558,7 @@ The set of arguments for constructing a UptimeCheckConfig resource. {{% /md %}}
isInternal?: pulumi.Input<boolean>;@@ -1566,7 +1566,7 @@ The set of arguments for constructing a UptimeCheckConfig resource. {{% /md %}}
monitoredResource?: pulumi.Input<{ @@ -1577,7 +1577,7 @@ The set of arguments for constructing a UptimeCheckConfig resource. {{% /md %}}
period?: pulumi.Input<string>;@@ -1585,7 +1585,7 @@ The set of arguments for constructing a UptimeCheckConfig resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1597,7 +1597,7 @@ If it is not provided, the provider project is used. {{% /md %}}
resourceGroup?: pulumi.Input<{ @@ -1608,7 +1608,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selectedRegions?: pulumi.Input<pulumi.Input<string>[]>;@@ -1616,7 +1616,7 @@ If it is not provided, the provider project is used. {{% /md %}}
tcpCheck?: pulumi.Input<{ @@ -1626,7 +1626,7 @@ If it is not provided, the provider project is used. {{% /md %}}
timeout: pulumi.Input<string>;@@ -1635,7 +1635,7 @@ If it is not provided, the provider project is used.
contentMatchers?: pulumi.Input<pulumi.Input<{ @@ -1654,7 +1654,7 @@ Input properties used for looking up and filtering UptimeCheckConfig resources. {{% /md %}}
displayName?: pulumi.Input<string>;@@ -1662,7 +1662,7 @@ Input properties used for looking up and filtering UptimeCheckConfig resources. {{% /md %}}
httpCheck?: pulumi.Input<{ @@ -1680,7 +1680,7 @@ Input properties used for looking up and filtering UptimeCheckConfig resources. {{% /md %}}
internalCheckers?: pulumi.Input<pulumi.Input<{ @@ -1694,7 +1694,7 @@ Input properties used for looking up and filtering UptimeCheckConfig resources. {{% /md %}}
isInternal?: pulumi.Input<boolean>;@@ -1702,7 +1702,7 @@ Input properties used for looking up and filtering UptimeCheckConfig resources. {{% /md %}}
monitoredResource?: pulumi.Input<{ @@ -1713,7 +1713,7 @@ Input properties used for looking up and filtering UptimeCheckConfig resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -1721,7 +1721,7 @@ Input properties used for looking up and filtering UptimeCheckConfig resources. {{% /md %}}
period?: pulumi.Input<string>;@@ -1729,7 +1729,7 @@ Input properties used for looking up and filtering UptimeCheckConfig resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -1741,7 +1741,7 @@ If it is not provided, the provider project is used. {{% /md %}}
resourceGroup?: pulumi.Input<{ @@ -1752,7 +1752,7 @@ If it is not provided, the provider project is used. {{% /md %}}
selectedRegions?: pulumi.Input<pulumi.Input<string>[]>;@@ -1760,7 +1760,7 @@ If it is not provided, the provider project is used. {{% /md %}}
tcpCheck?: pulumi.Input<{ @@ -1770,7 +1770,7 @@ If it is not provided, the provider project is used. {{% /md %}}
timeout?: pulumi.Input<string>;@@ -1778,7 +1778,7 @@ If it is not provided, the provider project is used. {{% /md %}}
uptimeCheckId?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/organizations/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/organizations/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/gcp/organizations/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/organizations/_index.md index 6403795f4a13..6d7999e9228c 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/organizations/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/organizations/_index.md @@ -65,14 +65,14 @@ aliases:
extends CustomResource@@ -112,7 +112,7 @@ const team_abc = new gcp.organizations.Folder("team-abc", { {{% /md %}}
public createTime: pulumi.Output<string>;@@ -179,7 +179,7 @@ A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "201 {{% /md %}}
public displayName: pulumi.Output<string>;@@ -191,7 +191,7 @@ A folder’s display name must be unique amongst its siblings, e.g. no two folde {{% /md %}}
id: Output<ID>;@@ -203,7 +203,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public lifecycleState: pulumi.Output<string>;@@ -214,7 +214,7 @@ The lifecycle state of the folder such as `ACTIVE` or `DELETE_REQUESTED`. {{% /md %}}
public name: pulumi.Output<string>;@@ -225,7 +225,7 @@ The resource name of the Folder. Its format is folders/{folder_id}. {{% /md %}}
public parent: pulumi.Output<string>;@@ -237,7 +237,7 @@ Must be of the form `folders/{folder_id}` or `organizations/{org_id}`. {{% /md %}}
extends CustomResource@@ -282,7 +282,7 @@ const binding = new gcp.organizations.IAMBinding("binding", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -348,7 +348,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -360,7 +360,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -371,7 +371,7 @@ A list of users that the role should apply to. For more details on format and re {{% /md %}}
public orgId: pulumi.Output<string>;@@ -382,7 +382,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
public role: pulumi.Output<string>;@@ -395,7 +395,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -449,7 +449,7 @@ const my_custom_role = new gcp.organizations.IAMCustomRole("my-custom-role", { {{% /md %}}
public deleted: pulumi.Output<boolean>;@@ -515,7 +515,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -526,7 +526,7 @@ A human-readable description for the role. {{% /md %}}
id: Output<ID>;@@ -538,7 +538,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public orgId: pulumi.Output<string>;@@ -549,7 +549,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
public permissions: pulumi.Output<string[]>;@@ -560,7 +560,7 @@ The names of the permissions this role grants when bound in an IAM policy. At le {{% /md %}}
public roleId: pulumi.Output<string>;@@ -571,7 +571,7 @@ The role id to use for this role. {{% /md %}}
public stage: pulumi.Output<string | undefined>;@@ -584,7 +584,7 @@ List of possible stages is [here](https://cloud.google.com/iam/reference/rest/v1 {{% /md %}}
public title: pulumi.Output<string>;@@ -595,7 +595,7 @@ A human-readable title for the role. {{% /md %}}
extends CustomResource@@ -636,7 +636,7 @@ const binding = new gcp.organizations.IAMMember("binding", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -702,7 +702,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -714,7 +714,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -725,7 +725,7 @@ The user that the role should apply to. For more details on format and restricti {{% /md %}}
public orgId: pulumi.Output<string>;@@ -736,7 +736,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
public role: pulumi.Output<string>;@@ -748,7 +748,7 @@ The role that should be applied. Note that custom roles must be of the format {{% /md %}}
extends CustomResource@@ -802,7 +802,7 @@ const policy = new gcp.organizations.IAMPolicy("policy", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -865,7 +865,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -877,7 +877,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public orgId: pulumi.Output<string>;@@ -888,7 +888,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -901,7 +901,7 @@ policy applied to the organization. {{% /md %}}
extends CustomResource@@ -995,7 +995,7 @@ const servicesPolicy = new gcp.organizations.Policy("services_policy", { {{% /md %}}
public booleanPolicy: pulumi.Output<{ @@ -1063,7 +1063,7 @@ A boolean policy is a constraint that is either enforced or not. Structure is do {{% /md %}}
public constraint: pulumi.Output<string>;@@ -1074,7 +1074,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
public etag: pulumi.Output<string>;@@ -1085,7 +1085,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
id: Output<ID>;@@ -1097,7 +1097,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public listPolicy: pulumi.Output<{ @@ -1119,7 +1119,7 @@ A policy that can define specific values that are allowed or denied for the give {{% /md %}}
public orgId: pulumi.Output<string>;@@ -1130,7 +1130,7 @@ The numeric ID of the organization to set the policy for. {{% /md %}}
public restorePolicy: pulumi.Output<{ @@ -1143,7 +1143,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
public updateTime: pulumi.Output<string>;@@ -1154,7 +1154,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
public version: pulumi.Output<number>;@@ -1178,7 +1178,7 @@ Version of the Policy. Default version is 0.
extends CustomResource@@ -1242,7 +1242,7 @@ const my_project_in_a_folder = new gcp.organizations.Project("my_project-in-a-fo {{% /md %}}
public autoCreateNetwork: pulumi.Output<boolean | undefined>;@@ -1311,7 +1311,7 @@ you set `auto_create_network` to `false`, since the network will exist momentari {{% /md %}}
public billingAccount: pulumi.Output<string | undefined>;@@ -1326,7 +1326,7 @@ for more details. {{% /md %}}
public folderId: pulumi.Output<string>;@@ -1341,7 +1341,7 @@ project to be migrated to the newly specified folder. {{% /md %}}
id: Output<ID>;@@ -1353,7 +1353,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -1364,7 +1364,7 @@ A set of key/value label pairs to assign to the project. {{% /md %}}
public name: pulumi.Output<string>;@@ -1375,7 +1375,7 @@ The display name of the project. {{% /md %}}
public number: pulumi.Output<string>;@@ -1386,7 +1386,7 @@ The numeric identifier of the project. {{% /md %}}
public orgId: pulumi.Output<string>;@@ -1402,7 +1402,7 @@ organization. {{% /md %}}
public projectId: pulumi.Output<string>;@@ -1413,7 +1413,7 @@ The project ID. Changing this forces a new project to be created. {{% /md %}}
public skipDelete: pulumi.Output<boolean>;@@ -1425,7 +1425,7 @@ without deleting the Project via the Google API. {{% /md %}}
displayName: pulumi.Input<string>;@@ -1738,7 +1738,7 @@ A folder’s display name must be unique amongst its siblings, e.g. no two folde {{% /md %}}
parent: pulumi.Input<string>;@@ -1751,7 +1751,7 @@ Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
createTime?: pulumi.Input<string>;@@ -1772,7 +1772,7 @@ A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "201 {{% /md %}}
displayName?: pulumi.Input<string>;@@ -1784,7 +1784,7 @@ A folder’s display name must be unique amongst its siblings, e.g. no two folde {{% /md %}}
lifecycleState?: pulumi.Input<string>;@@ -1795,7 +1795,7 @@ The lifecycle state of the folder such as `ACTIVE` or `DELETE_REQUESTED`. {{% /md %}}
name?: pulumi.Input<string>;@@ -1806,7 +1806,7 @@ The resource name of the Folder. Its format is folders/{folder_id}. {{% /md %}}
parent?: pulumi.Input<string>;@@ -1819,7 +1819,7 @@ Must be of the form `folders/{folder_id}` or `organizations/{org_id}`.
displayName: string;
@@ -1839,7 +1839,7 @@ The folder's display name.
{{% /md %}}
parent: string;
@@ -1851,7 +1851,7 @@ The resource name of the parent Folder or Organization.
displayName: string;
@@ -1868,7 +1868,7 @@ A collection of values returned by getActiveFolder.
{{% /md %}}
id: string;
@@ -1879,7 +1879,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -1890,7 +1890,7 @@ The resource name of the Folder. This uniquely identifies the folder.
{{% /md %}}
parent: string;
@@ -1899,7 +1899,7 @@ The resource name of the Folder. This uniquely identifies the folder.
billingAccount?: undefined | string;@@ -1919,7 +1919,7 @@ The name of the billing account in the form `{billing_account_id}` or `billingAc {{% /md %}}
displayName?: undefined | string;@@ -1930,7 +1930,7 @@ The display name of the billing account. {{% /md %}}
open?: undefined | false | true;@@ -1942,7 +1942,7 @@ The display name of the billing account.
billingAccount?: undefined | string;@@ -1959,7 +1959,7 @@ A collection of values returned by getBillingAccount. {{% /md %}}
displayName: string;
@@ -1967,7 +1967,7 @@ A collection of values returned by getBillingAccount.
{{% /md %}}
id: string;
@@ -1978,7 +1978,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -1989,7 +1989,7 @@ The resource name of the billing account in the form `billingAccounts/{billing_a
{{% /md %}}
open: boolean;
@@ -1997,7 +1997,7 @@ The resource name of the billing account in the form `billingAccounts/{billing_a
{{% /md %}}
projectIds: string[];
@@ -2009,7 +2009,7 @@ The IDs of any projects associated with the billing account.
accessToken: string;
@@ -2029,7 +2029,7 @@ The OAuth2 access token used by the client to authenticate against the Google Cl
{{% /md %}}
id: string;
@@ -2040,7 +2040,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project: string;
@@ -2051,7 +2051,7 @@ The ID of the project to apply any resources to.
{{% /md %}}
region: string;
@@ -2059,11 +2059,22 @@ The ID of the project to apply any resources to.
The region to operate under.
+{{% /md %}}
+zone: string;
+{{% md %}}
+
+The zone to operate under.
+
{{% /md %}}
email: string;
@@ -2083,7 +2094,7 @@ The email of the account used by the provider to authenticate with GCP.
{{% /md %}}
id: string;
@@ -2095,7 +2106,7 @@ id is the provider-assigned unique ID for this managed resource.
folder: string;
@@ -2115,7 +2126,7 @@ The name of the Folder in the form `{folder_id}` or `folders/{folder_id}`.
{{% /md %}}
lookupOrganization?: undefined | false | true;@@ -2127,7 +2138,7 @@ The name of the Folder in the form `{folder_id}` or `folders/{folder_id}`.
createTime: string;
@@ -2147,7 +2158,7 @@ Timestamp when the Organization was created. A timestamp in RFC3339 UTC "Zulu" f
{{% /md %}}
displayName: string;
@@ -2158,7 +2169,7 @@ The folder's display name.
{{% /md %}}
folder: string;
@@ -2166,7 +2177,7 @@ The folder's display name.
{{% /md %}}
id: string;
@@ -2177,7 +2188,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
lifecycleState: string;
@@ -2188,7 +2199,7 @@ The Folder's current lifecycle state.
{{% /md %}}
lookupOrganization?: undefined | false | true;@@ -2196,7 +2207,7 @@ The Folder's current lifecycle state. {{% /md %}}
name: string;
@@ -2207,7 +2218,7 @@ The resource name of the Folder in the form `folders/{folder_id}`.
{{% /md %}}
organization: string;
@@ -2218,7 +2229,7 @@ If `lookup_organization` is enable, the resource name of the Organization that t
{{% /md %}}
parent: string;
@@ -2230,7 +2241,7 @@ The resource name of the parent Folder or Organization.
auditConfigs?: {
@@ -2256,7 +2267,7 @@ A nested configuration block that defines logging additional configuration for y
{{% /md %}}
bindings: {
@@ -2273,7 +2284,7 @@ defining a binding to be included in the policy document. Multiple
auditConfigs?: {
@@ -2296,7 +2307,7 @@ A collection of values returned by getIAMPolicy.
{{% /md %}}
bindings: {
@@ -2307,7 +2318,7 @@ A collection of values returned by getIAMPolicy.
{{% /md %}}
id: string;
@@ -2318,7 +2329,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
policyData: string;
@@ -2331,7 +2342,7 @@ referencing from a resource that supports IAM.
createTime: string;
@@ -2383,7 +2394,7 @@ Timestamp when the Organization was created. A timestamp in RFC3339 UTC "Zulu" f
{{% /md %}}
directoryCustomerId: string;
@@ -2394,7 +2405,7 @@ The Google for Work customer ID of the Organization.
{{% /md %}}
domain: string;
@@ -2402,7 +2413,7 @@ The Google for Work customer ID of the Organization.
{{% /md %}}
id: string;
@@ -2413,7 +2424,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
lifecycleState: string;
@@ -2424,7 +2435,7 @@ The Organization's current lifecycle state.
{{% /md %}}
name: string;
@@ -2435,7 +2446,7 @@ The resource name of the Organization in the form `organizations/{organization_i
{{% /md %}}
appEngines: {
@@ -2499,7 +2510,7 @@ A collection of values returned by getProject.
{{% /md %}}
autoCreateNetwork: boolean;
@@ -2507,7 +2518,7 @@ A collection of values returned by getProject.
{{% /md %}}
billingAccount: string;
@@ -2515,7 +2526,7 @@ A collection of values returned by getProject.
{{% /md %}}
folderId: string;
@@ -2523,7 +2534,7 @@ A collection of values returned by getProject.
{{% /md %}}
id: string;
@@ -2534,7 +2545,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
labels: {[key: string]: string};
@@ -2542,7 +2553,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -2550,7 +2561,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
number: string;
@@ -2558,7 +2569,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
orgId: string;
@@ -2566,7 +2577,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
policyData: string;
@@ -2574,7 +2585,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
policyEtag: string;
@@ -2582,7 +2593,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
projectId?: undefined | string;@@ -2590,7 +2601,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
skipDelete: boolean;
@@ -2599,7 +2610,7 @@ id is the provider-assigned unique ID for this managed resource.
disableOnDestroy: boolean;
@@ -2637,7 +2648,7 @@ A collection of values returned by getProjectServices.
{{% /md %}}
id: string;
@@ -2648,7 +2659,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project?: undefined | string;@@ -2656,7 +2667,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
services: string[];
@@ -2665,7 +2676,7 @@ id is the provider-assigned unique ID for this managed resource.
members: pulumi.Input<pulumi.Input<string>[]>;@@ -2685,7 +2696,7 @@ A list of users that the role should apply to. For more details on format and re {{% /md %}}
orgId: pulumi.Input<string>;@@ -2696,7 +2707,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
role: pulumi.Input<string>;@@ -2710,7 +2721,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -2730,7 +2741,7 @@ Input properties used for looking up and filtering IAMBinding resources. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -2741,7 +2752,7 @@ A list of users that the role should apply to. For more details on format and re {{% /md %}}
orgId?: pulumi.Input<string>;@@ -2752,7 +2763,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
role?: pulumi.Input<string>;@@ -2766,7 +2777,7 @@ The role that should be applied. Only one
description?: pulumi.Input<string>;@@ -2786,7 +2797,7 @@ A human-readable description for the role. {{% /md %}}
orgId: pulumi.Input<string>;@@ -2797,7 +2808,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
permissions: pulumi.Input<pulumi.Input<string>[]>;@@ -2808,7 +2819,7 @@ The names of the permissions this role grants when bound in an IAM policy. At le {{% /md %}}
roleId: pulumi.Input<string>;@@ -2819,7 +2830,7 @@ The role id to use for this role. {{% /md %}}
stage?: pulumi.Input<string>;@@ -2832,7 +2843,7 @@ List of possible stages is [here](https://cloud.google.com/iam/reference/rest/v1 {{% /md %}}
title: pulumi.Input<string>;@@ -2844,7 +2855,7 @@ A human-readable title for the role.
deleted?: pulumi.Input<boolean>;@@ -2864,7 +2875,7 @@ Input properties used for looking up and filtering IAMCustomRole resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -2875,7 +2886,7 @@ A human-readable description for the role. {{% /md %}}
orgId?: pulumi.Input<string>;@@ -2886,7 +2897,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
permissions?: pulumi.Input<pulumi.Input<string>[]>;@@ -2897,7 +2908,7 @@ The names of the permissions this role grants when bound in an IAM policy. At le {{% /md %}}
roleId?: pulumi.Input<string>;@@ -2908,7 +2919,7 @@ The role id to use for this role. {{% /md %}}
stage?: pulumi.Input<string>;@@ -2921,7 +2932,7 @@ List of possible stages is [here](https://cloud.google.com/iam/reference/rest/v1 {{% /md %}}
title?: pulumi.Input<string>;@@ -2933,7 +2944,7 @@ A human-readable title for the role.
member: pulumi.Input<string>;@@ -2953,7 +2964,7 @@ The user that the role should apply to. For more details on format and restricti {{% /md %}}
orgId: pulumi.Input<string>;@@ -2964,7 +2975,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
role: pulumi.Input<string>;@@ -2977,7 +2988,7 @@ The role that should be applied. Note that custom roles must be of the format
etag?: pulumi.Input<string>;@@ -2997,7 +3008,7 @@ Input properties used for looking up and filtering IAMMember resources. {{% /md %}}
member?: pulumi.Input<string>;@@ -3008,7 +3019,7 @@ The user that the role should apply to. For more details on format and restricti {{% /md %}}
orgId?: pulumi.Input<string>;@@ -3019,7 +3030,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
role?: pulumi.Input<string>;@@ -3032,7 +3043,7 @@ The role that should be applied. Note that custom roles must be of the format
orgId: pulumi.Input<string>;@@ -3052,7 +3063,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
policyData: pulumi.Input<string>;@@ -3066,7 +3077,7 @@ policy applied to the organization.
etag?: pulumi.Input<string>;@@ -3083,7 +3094,7 @@ Input properties used for looking up and filtering IAMPolicy resources. {{% /md %}}
orgId?: pulumi.Input<string>;@@ -3094,7 +3105,7 @@ The numeric ID of the organization in which you want to create a custom role. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -3108,7 +3119,7 @@ policy applied to the organization.
booleanPolicy?: pulumi.Input<{ @@ -3130,7 +3141,7 @@ A boolean policy is a constraint that is either enforced or not. Structure is do {{% /md %}}
constraint: pulumi.Input<string>;@@ -3141,7 +3152,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
listPolicy?: pulumi.Input<{ @@ -3163,7 +3174,7 @@ A policy that can define specific values that are allowed or denied for the give {{% /md %}}
orgId: pulumi.Input<string>;@@ -3174,7 +3185,7 @@ The numeric ID of the organization to set the policy for. {{% /md %}}
restorePolicy?: pulumi.Input<{ @@ -3187,7 +3198,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
version?: pulumi.Input<number>;@@ -3199,7 +3210,7 @@ Version of the Policy. Default version is 0.
booleanPolicy?: pulumi.Input<{ @@ -3221,7 +3232,7 @@ A boolean policy is a constraint that is either enforced or not. Structure is do {{% /md %}}
constraint?: pulumi.Input<string>;@@ -3232,7 +3243,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
etag?: pulumi.Input<string>;@@ -3243,7 +3254,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
listPolicy?: pulumi.Input<{ @@ -3265,7 +3276,7 @@ A policy that can define specific values that are allowed or denied for the give {{% /md %}}
orgId?: pulumi.Input<string>;@@ -3276,7 +3287,7 @@ The numeric ID of the organization to set the policy for. {{% /md %}}
restorePolicy?: pulumi.Input<{ @@ -3289,7 +3300,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
updateTime?: pulumi.Input<string>;@@ -3300,7 +3311,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
version?: pulumi.Input<number>;@@ -3312,7 +3323,7 @@ Version of the Policy. Default version is 0.
autoCreateNetwork?: pulumi.Input<boolean>;@@ -3335,7 +3346,7 @@ you set `auto_create_network` to `false`, since the network will exist momentari {{% /md %}}
billingAccount?: pulumi.Input<string>;@@ -3350,7 +3361,7 @@ for more details. {{% /md %}}
folderId?: pulumi.Input<string>;@@ -3365,7 +3376,7 @@ project to be migrated to the newly specified folder. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -3376,7 +3387,7 @@ A set of key/value label pairs to assign to the project. {{% /md %}}
name?: pulumi.Input<string>;@@ -3387,7 +3398,7 @@ The display name of the project. {{% /md %}}
orgId?: pulumi.Input<string>;@@ -3403,7 +3414,7 @@ organization. {{% /md %}}
projectId: pulumi.Input<string>;@@ -3414,7 +3425,7 @@ The project ID. Changing this forces a new project to be created. {{% /md %}}
skipDelete?: pulumi.Input<boolean>;@@ -3427,7 +3438,7 @@ without deleting the Project via the Google API.
autoCreateNetwork?: pulumi.Input<boolean>;@@ -3450,7 +3461,7 @@ you set `auto_create_network` to `false`, since the network will exist momentari {{% /md %}}
billingAccount?: pulumi.Input<string>;@@ -3465,7 +3476,7 @@ for more details. {{% /md %}}
folderId?: pulumi.Input<string>;@@ -3480,7 +3491,7 @@ project to be migrated to the newly specified folder. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -3491,7 +3502,7 @@ A set of key/value label pairs to assign to the project. {{% /md %}}
name?: pulumi.Input<string>;@@ -3502,7 +3513,7 @@ The display name of the project. {{% /md %}}
number?: pulumi.Input<string>;@@ -3513,7 +3524,7 @@ The numeric identifier of the project. {{% /md %}}
orgId?: pulumi.Input<string>;@@ -3529,7 +3540,7 @@ organization. {{% /md %}}
projectId?: pulumi.Input<string>;@@ -3540,7 +3551,7 @@ The project ID. Changing this forces a new project to be created. {{% /md %}}
skipDelete?: pulumi.Input<boolean>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/projects/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/projects/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/projects/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/projects/_index.md index 994ff45d0f78..18fed90d7bcd 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/projects/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/projects/_index.md @@ -52,19 +52,19 @@ aliases:
extends CustomResource
public auditLogConfigs: pulumi.Output<{ @@ -130,7 +130,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public etag: pulumi.Output<string>;@@ -138,7 +138,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -150,7 +150,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string | undefined>;@@ -158,7 +158,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public service: pulumi.Output<string>;@@ -166,7 +166,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -250,7 +250,7 @@ const project = new gcp.projects.IAMMember("project", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -316,7 +316,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -328,7 +328,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -336,7 +336,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string | undefined>;@@ -350,7 +350,7 @@ will not be inferred from the provider. {{% /md %}}
public role: pulumi.Output<string>;@@ -363,7 +363,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -416,7 +416,7 @@ const my_custom_role = new gcp.projects.IAMCustomRole("my-custom-role", { {{% /md %}}
public deleted: pulumi.Output<boolean>;@@ -482,7 +482,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -493,7 +493,7 @@ A human-readable description for the role. {{% /md %}}
id: Output<ID>;@@ -505,7 +505,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public permissions: pulumi.Output<string[]>;@@ -516,7 +516,7 @@ The names of the permissions this role grants when bound in an IAM policy. At le {{% /md %}}
public project: pulumi.Output<string>;@@ -528,7 +528,7 @@ Defaults to the provider project configuration. {{% /md %}}
public roleId: pulumi.Output<string>;@@ -539,7 +539,7 @@ The role id to use for this role. {{% /md %}}
public stage: pulumi.Output<string | undefined>;@@ -552,7 +552,7 @@ List of possible stages is [here](https://cloud.google.com/iam/reference/rest/v1 {{% /md %}}
public title: pulumi.Output<string>;@@ -563,7 +563,7 @@ A human-readable title for the role. {{% /md %}}
extends CustomResource@@ -647,7 +647,7 @@ const project = new gcp.projects.IAMMember("project", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -713,7 +713,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -725,7 +725,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -733,7 +733,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string | undefined>;@@ -747,7 +747,7 @@ will not be inferred from the provider. {{% /md %}}
public role: pulumi.Output<string>;@@ -760,7 +760,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -844,7 +844,7 @@ const project = new gcp.projects.IAMMember("project", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -910,7 +910,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -922,7 +922,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -935,7 +935,7 @@ merged with any existing policy applied to the project. {{% /md %}}
public project: pulumi.Output<string>;@@ -949,7 +949,7 @@ will not be inferred from the provider. {{% /md %}}
extends CustomResource@@ -1044,7 +1044,7 @@ const servicesPolicy = new gcp.projects.OrganizationPolicy("services_policy", { {{% /md %}}
public booleanPolicy: pulumi.Output<{ @@ -1112,7 +1112,7 @@ A boolean policy is a constraint that is either enforced or not. Structure is do {{% /md %}}
public constraint: pulumi.Output<string>;@@ -1123,7 +1123,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
public etag: pulumi.Output<string>;@@ -1134,7 +1134,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
id: Output<ID>;@@ -1146,7 +1146,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public listPolicy: pulumi.Output<{ @@ -1168,7 +1168,7 @@ A policy that can define specific values that are allowed or denied for the give {{% /md %}}
public project: pulumi.Output<string>;@@ -1179,7 +1179,7 @@ The project id of the project to set the policy for. {{% /md %}}
public restorePolicy: pulumi.Output<{ @@ -1192,7 +1192,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
public updateTime: pulumi.Output<string>;@@ -1203,7 +1203,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
public version: pulumi.Output<number>;@@ -1227,7 +1227,7 @@ Version of the Policy. Default version is 0.
extends CustomResource@@ -1256,7 +1256,7 @@ const project = new gcp.projects.Service("project", { {{% /md %}}
public disableDependentServices: pulumi.Output<boolean | undefined>;@@ -1323,7 +1323,7 @@ If `false` or unset, an error will be generated if any enabled services depend o {{% /md %}}
public disableOnDestroy: pulumi.Output<boolean | undefined>;@@ -1334,7 +1334,7 @@ If true, disable the service when the terraform resource is destroyed. Defaults {{% /md %}}
id: Output<ID>;@@ -1346,7 +1346,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1357,7 +1357,7 @@ The project ID. If not provided, the provider project is used. {{% /md %}}
public service: pulumi.Output<string>;@@ -1368,7 +1368,7 @@ The service to enable. {{% /md %}}
extends CustomResource@@ -1416,7 +1416,7 @@ const project = new gcp.projects.Services("project", { {{% /md %}}
public disableOnDestroy: pulumi.Output<boolean | undefined>;@@ -1479,7 +1479,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1491,7 +1491,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1504,7 +1504,7 @@ API services in the previous project. {{% /md %}}
public services: pulumi.Output<string[]>;@@ -1516,7 +1516,7 @@ update. {{% /md %}}
extends CustomResource@@ -1593,7 +1593,7 @@ const my_project_in_a_folder = new gcp.organizations.Project("my_project-in-a-fo {{% /md %}}
public bucketName: pulumi.Output<string>;@@ -1656,7 +1656,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1668,7 +1668,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public prefix: pulumi.Output<string | undefined>;@@ -1676,7 +1676,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1684,7 +1684,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
constraint: string;
@@ -1775,7 +1775,7 @@ A collection of arguments for invoking getOrganizationPolicy.
{{% /md %}}
project: string;
@@ -1787,7 +1787,7 @@ The project ID.
booleanPolicies: {
@@ -1806,7 +1806,7 @@ A collection of values returned by getOrganizationPolicy.
{{% /md %}}
constraint: string;
@@ -1814,7 +1814,7 @@ A collection of values returned by getOrganizationPolicy.
{{% /md %}}
etag: string;
@@ -1822,7 +1822,7 @@ A collection of values returned by getOrganizationPolicy.
{{% /md %}}
id: string;
@@ -1833,7 +1833,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
listPolicies: {
@@ -1852,7 +1852,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project: string;
@@ -1860,7 +1860,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
restorePolicies: {
@@ -1870,7 +1870,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
updateTime: string;
@@ -1878,7 +1878,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
version: number;
@@ -1887,7 +1887,7 @@ id is the provider-assigned unique ID for this managed resource.
filter: string;
@@ -1908,7 +1908,7 @@ A string filter as defined in the [REST API](https://cloud.google.com/resource-m
filter: string;
@@ -1925,7 +1925,7 @@ A collection of values returned by getProject.
{{% /md %}}
id: string;
@@ -1936,7 +1936,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
projects: {
@@ -1950,7 +1950,7 @@ A list of projects matching the provided filter. Structure is defined below.
auditLogConfigs: pulumi.Input<pulumi.Input<{ @@ -1970,7 +1970,7 @@ The set of arguments for constructing a IAMAuditConfig resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1978,7 +1978,7 @@ The set of arguments for constructing a IAMAuditConfig resource. {{% /md %}}
service: pulumi.Input<string>;@@ -1987,7 +1987,7 @@ The set of arguments for constructing a IAMAuditConfig resource.
auditLogConfigs?: pulumi.Input<pulumi.Input<{ @@ -2007,7 +2007,7 @@ Input properties used for looking up and filtering IAMAuditConfig resources. {{% /md %}}
etag?: pulumi.Input<string>;@@ -2015,7 +2015,7 @@ Input properties used for looking up and filtering IAMAuditConfig resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2023,7 +2023,7 @@ Input properties used for looking up and filtering IAMAuditConfig resources. {{% /md %}}
service?: pulumi.Input<string>;@@ -2032,7 +2032,7 @@ Input properties used for looking up and filtering IAMAuditConfig resources.
members: pulumi.Input<pulumi.Input<string>[]>;@@ -2049,7 +2049,7 @@ The set of arguments for constructing a IAMBinding resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2063,7 +2063,7 @@ will not be inferred from the provider. {{% /md %}}
role: pulumi.Input<string>;@@ -2077,7 +2077,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -2097,7 +2097,7 @@ Input properties used for looking up and filtering IAMBinding resources. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -2105,7 +2105,7 @@ Input properties used for looking up and filtering IAMBinding resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2119,7 +2119,7 @@ will not be inferred from the provider. {{% /md %}}
role?: pulumi.Input<string>;@@ -2133,7 +2133,7 @@ The role that should be applied. Only one
description?: pulumi.Input<string>;@@ -2153,7 +2153,7 @@ A human-readable description for the role. {{% /md %}}
permissions: pulumi.Input<pulumi.Input<string>[]>;@@ -2164,7 +2164,7 @@ The names of the permissions this role grants when bound in an IAM policy. At le {{% /md %}}
project?: pulumi.Input<string>;@@ -2176,7 +2176,7 @@ Defaults to the provider project configuration. {{% /md %}}
roleId: pulumi.Input<string>;@@ -2187,7 +2187,7 @@ The role id to use for this role. {{% /md %}}
stage?: pulumi.Input<string>;@@ -2200,7 +2200,7 @@ List of possible stages is [here](https://cloud.google.com/iam/reference/rest/v1 {{% /md %}}
title: pulumi.Input<string>;@@ -2212,7 +2212,7 @@ A human-readable title for the role.
deleted?: pulumi.Input<boolean>;@@ -2232,7 +2232,7 @@ Input properties used for looking up and filtering IAMCustomRole resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -2243,7 +2243,7 @@ A human-readable description for the role. {{% /md %}}
permissions?: pulumi.Input<pulumi.Input<string>[]>;@@ -2254,7 +2254,7 @@ The names of the permissions this role grants when bound in an IAM policy. At le {{% /md %}}
project?: pulumi.Input<string>;@@ -2266,7 +2266,7 @@ Defaults to the provider project configuration. {{% /md %}}
roleId?: pulumi.Input<string>;@@ -2277,7 +2277,7 @@ The role id to use for this role. {{% /md %}}
stage?: pulumi.Input<string>;@@ -2290,7 +2290,7 @@ List of possible stages is [here](https://cloud.google.com/iam/reference/rest/v1 {{% /md %}}
title?: pulumi.Input<string>;@@ -2302,7 +2302,7 @@ A human-readable title for the role.
member: pulumi.Input<string>;@@ -2319,7 +2319,7 @@ The set of arguments for constructing a IAMMember resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2333,7 +2333,7 @@ will not be inferred from the provider. {{% /md %}}
role: pulumi.Input<string>;@@ -2347,7 +2347,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -2367,7 +2367,7 @@ Input properties used for looking up and filtering IAMMember resources. {{% /md %}}
member?: pulumi.Input<string>;@@ -2375,7 +2375,7 @@ Input properties used for looking up and filtering IAMMember resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2389,7 +2389,7 @@ will not be inferred from the provider. {{% /md %}}
role?: pulumi.Input<string>;@@ -2403,7 +2403,7 @@ The role that should be applied. Only one
policyData: pulumi.Input<string>;@@ -2425,7 +2425,7 @@ merged with any existing policy applied to the project. {{% /md %}}
project: pulumi.Input<string>;@@ -2440,7 +2440,7 @@ will not be inferred from the provider.
etag?: pulumi.Input<string>;@@ -2460,7 +2460,7 @@ Input properties used for looking up and filtering IAMPolicy resources. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -2473,7 +2473,7 @@ merged with any existing policy applied to the project. {{% /md %}}
project?: pulumi.Input<string>;@@ -2488,7 +2488,7 @@ will not be inferred from the provider.
booleanPolicy?: pulumi.Input<{ @@ -2510,7 +2510,7 @@ A boolean policy is a constraint that is either enforced or not. Structure is do {{% /md %}}
constraint: pulumi.Input<string>;@@ -2521,7 +2521,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
listPolicy?: pulumi.Input<{ @@ -2543,7 +2543,7 @@ A policy that can define specific values that are allowed or denied for the give {{% /md %}}
project: pulumi.Input<string>;@@ -2554,7 +2554,7 @@ The project id of the project to set the policy for. {{% /md %}}
restorePolicy?: pulumi.Input<{ @@ -2567,7 +2567,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
version?: pulumi.Input<number>;@@ -2579,7 +2579,7 @@ Version of the Policy. Default version is 0.
booleanPolicy?: pulumi.Input<{ @@ -2601,7 +2601,7 @@ A boolean policy is a constraint that is either enforced or not. Structure is do {{% /md %}}
constraint?: pulumi.Input<string>;@@ -2612,7 +2612,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
etag?: pulumi.Input<string>;@@ -2623,7 +2623,7 @@ The name of the Constraint the Policy is configuring, for example, `serviceuser. {{% /md %}}
listPolicy?: pulumi.Input<{ @@ -2645,7 +2645,7 @@ A policy that can define specific values that are allowed or denied for the give {{% /md %}}
project?: pulumi.Input<string>;@@ -2656,7 +2656,7 @@ The project id of the project to set the policy for. {{% /md %}}
restorePolicy?: pulumi.Input<{ @@ -2669,7 +2669,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
updateTime?: pulumi.Input<string>;@@ -2680,7 +2680,7 @@ A restore policy is a constraint to restore the default policy. Structure is doc {{% /md %}}
version?: pulumi.Input<number>;@@ -2692,7 +2692,7 @@ Version of the Policy. Default version is 0.
disableDependentServices?: pulumi.Input<boolean>;@@ -2713,7 +2713,7 @@ If `false` or unset, an error will be generated if any enabled services depend o {{% /md %}}
disableOnDestroy?: pulumi.Input<boolean>;@@ -2724,7 +2724,7 @@ If true, disable the service when the terraform resource is destroyed. Defaults {{% /md %}}
project?: pulumi.Input<string>;@@ -2735,7 +2735,7 @@ The project ID. If not provided, the provider project is used. {{% /md %}}
service: pulumi.Input<string>;@@ -2747,7 +2747,7 @@ The service to enable.
disableDependentServices?: pulumi.Input<boolean>;@@ -2768,7 +2768,7 @@ If `false` or unset, an error will be generated if any enabled services depend o {{% /md %}}
disableOnDestroy?: pulumi.Input<boolean>;@@ -2779,7 +2779,7 @@ If true, disable the service when the terraform resource is destroyed. Defaults {{% /md %}}
project?: pulumi.Input<string>;@@ -2790,7 +2790,7 @@ The project ID. If not provided, the provider project is used. {{% /md %}}
service?: pulumi.Input<string>;@@ -2802,7 +2802,7 @@ The service to enable.
disableOnDestroy?: pulumi.Input<boolean>;@@ -2819,7 +2819,7 @@ The set of arguments for constructing a Services resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2832,7 +2832,7 @@ API services in the previous project. {{% /md %}}
services: pulumi.Input<pulumi.Input<string>[]>;@@ -2845,7 +2845,7 @@ update.
disableOnDestroy?: pulumi.Input<boolean>;@@ -2862,7 +2862,7 @@ Input properties used for looking up and filtering Services resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2875,7 +2875,7 @@ API services in the previous project. {{% /md %}}
services?: pulumi.Input<pulumi.Input<string>[]>;@@ -2888,7 +2888,7 @@ update.
bucketName: pulumi.Input<string>;@@ -2905,7 +2905,7 @@ The set of arguments for constructing a UsageExportBucket resource. {{% /md %}}
prefix?: pulumi.Input<string>;@@ -2913,7 +2913,7 @@ The set of arguments for constructing a UsageExportBucket resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2922,7 +2922,7 @@ The set of arguments for constructing a UsageExportBucket resource.
bucketName?: pulumi.Input<string>;@@ -2939,7 +2939,7 @@ Input properties used for looking up and filtering UsageExportBucket resources. {{% /md %}}
prefix?: pulumi.Input<string>;@@ -2947,7 +2947,7 @@ Input properties used for looking up and filtering UsageExportBucket resources. {{% /md %}}
project?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/pubsub/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/pubsub/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/gcp/pubsub/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/pubsub/_index.md index 55c5564f64d7..e4869d9cf6d9 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/pubsub/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/pubsub/_index.md @@ -48,14 +48,14 @@ aliases:
extends CustomResource@@ -102,9 +102,9 @@ import * as gcp from "@pulumi/gcp"; const exampleTopic = new gcp.pubsub.Topic("example", {}); const exampleSubscription = new gcp.pubsub.Subscription("example", { ackDeadlineSeconds: 20, - expirationPolicy: [{ + expirationPolicy: { ttl: "300000.5s", - }], + }, labels: { foo: "bar", }, @@ -132,7 +132,7 @@ const exampleSubscription = new gcp.pubsub.Subscription("example", { {{% /md %}}
public ackDeadlineSeconds: pulumi.Output<number>;@@ -195,7 +195,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public expirationPolicy: pulumi.Output<{ @@ -205,7 +205,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -217,7 +217,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -225,7 +225,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public messageRetentionDuration: pulumi.Output<string | undefined>;@@ -233,7 +233,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -241,7 +241,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public path: pulumi.Output<string>;@@ -249,7 +249,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -261,7 +261,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public pushConfig: pulumi.Output<{ @@ -272,7 +272,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public retainAckedMessages: pulumi.Output<boolean | undefined>;@@ -280,7 +280,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public topic: pulumi.Output<string>;@@ -288,7 +288,7 @@ If it is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -363,7 +363,7 @@ const editor = new gcp.pubsub.SubscriptionIAMMember("editor", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -429,7 +429,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -441,7 +441,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -449,7 +449,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -461,7 +461,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -474,7 +474,7 @@ The role that should be applied. Only one {{% /md %}}
public subscription: pulumi.Output<string>;@@ -485,7 +485,7 @@ The subscription name or id to bind to attach IAM policy to. {{% /md %}}
extends CustomResource@@ -560,7 +560,7 @@ const editor = new gcp.pubsub.SubscriptionIAMMember("editor", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -626,7 +626,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -638,7 +638,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -646,7 +646,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -658,7 +658,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -671,7 +671,7 @@ The role that should be applied. Only one {{% /md %}}
public subscription: pulumi.Output<string>;@@ -682,7 +682,7 @@ The subscription name or id to bind to attach IAM policy to. {{% /md %}}
extends CustomResource@@ -757,7 +757,7 @@ const editor = new gcp.pubsub.SubscriptionIAMMember("editor", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -823,7 +823,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -835,7 +835,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -847,7 +847,7 @@ a `google_iam_policy` data source. {{% /md %}}
public project: pulumi.Output<string>;@@ -859,7 +859,7 @@ is not provided, the provider project is used. {{% /md %}}
public subscription: pulumi.Output<string>;@@ -870,7 +870,7 @@ The subscription name or id to bind to attach IAM policy to. {{% /md %}}
extends CustomResource@@ -913,7 +913,7 @@ const example = new gcp.pubsub.Topic("example", { {{% /md %}}
id: Output<ID>;@@ -998,7 +998,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -1006,7 +1006,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1014,7 +1014,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1026,7 +1026,7 @@ If it is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -1101,7 +1101,7 @@ const editor = new gcp.pubsub.TopicIAMMember("editor", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1167,7 +1167,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1179,7 +1179,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -1187,7 +1187,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1199,7 +1199,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -1212,7 +1212,7 @@ The role that should be applied. Only one {{% /md %}}
public topic: pulumi.Output<string>;@@ -1223,7 +1223,7 @@ The topic name or id to bind to attach IAM policy to. {{% /md %}}
extends CustomResource@@ -1298,7 +1298,7 @@ const editor = new gcp.pubsub.TopicIAMMember("editor", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1364,7 +1364,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1376,7 +1376,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -1384,7 +1384,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -1396,7 +1396,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -1409,7 +1409,7 @@ The role that should be applied. Only one {{% /md %}}
public topic: pulumi.Output<string>;@@ -1420,7 +1420,7 @@ The topic name or id to bind to attach IAM policy to. {{% /md %}}
extends CustomResource@@ -1495,7 +1495,7 @@ const editor = new gcp.pubsub.TopicIAMMember("editor", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1561,7 +1561,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1573,7 +1573,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -1585,7 +1585,7 @@ a `google_iam_policy` data source. {{% /md %}}
public project: pulumi.Output<string>;@@ -1597,7 +1597,7 @@ is not provided, the provider project is used. {{% /md %}}
public topic: pulumi.Output<string>;@@ -1608,7 +1608,7 @@ The topic name or id to bind to attach IAM policy to. {{% /md %}}
ackDeadlineSeconds?: pulumi.Input<number>;@@ -1638,7 +1638,7 @@ The set of arguments for constructing a Subscription resource. {{% /md %}}
expirationPolicy?: pulumi.Input<{ @@ -1648,7 +1648,7 @@ The set of arguments for constructing a Subscription resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -1656,7 +1656,7 @@ The set of arguments for constructing a Subscription resource. {{% /md %}}
messageRetentionDuration?: pulumi.Input<string>;@@ -1664,7 +1664,7 @@ The set of arguments for constructing a Subscription resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -1672,7 +1672,7 @@ The set of arguments for constructing a Subscription resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1684,7 +1684,7 @@ If it is not provided, the provider project is used. {{% /md %}}
pushConfig?: pulumi.Input<{ @@ -1695,7 +1695,7 @@ If it is not provided, the provider project is used. {{% /md %}}
retainAckedMessages?: pulumi.Input<boolean>;@@ -1703,7 +1703,7 @@ If it is not provided, the provider project is used. {{% /md %}}
topic: pulumi.Input<string>;@@ -1712,7 +1712,7 @@ If it is not provided, the provider project is used.
members: pulumi.Input<pulumi.Input<string>[]>;@@ -1729,7 +1729,7 @@ The set of arguments for constructing a SubscriptionIAMBinding resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1741,7 +1741,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -1754,7 +1754,7 @@ The role that should be applied. Only one {{% /md %}}
subscription: pulumi.Input<string>;@@ -1766,7 +1766,7 @@ The subscription name or id to bind to attach IAM policy to.
etag?: pulumi.Input<string>;@@ -1786,7 +1786,7 @@ Input properties used for looking up and filtering SubscriptionIAMBinding resour {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -1794,7 +1794,7 @@ Input properties used for looking up and filtering SubscriptionIAMBinding resour {{% /md %}}
project?: pulumi.Input<string>;@@ -1806,7 +1806,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -1819,7 +1819,7 @@ The role that should be applied. Only one {{% /md %}}
subscription?: pulumi.Input<string>;@@ -1831,7 +1831,7 @@ The subscription name or id to bind to attach IAM policy to.
member: pulumi.Input<string>;@@ -1848,7 +1848,7 @@ The set of arguments for constructing a SubscriptionIAMMember resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1860,7 +1860,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -1873,7 +1873,7 @@ The role that should be applied. Only one {{% /md %}}
subscription: pulumi.Input<string>;@@ -1885,7 +1885,7 @@ The subscription name or id to bind to attach IAM policy to.
etag?: pulumi.Input<string>;@@ -1905,7 +1905,7 @@ Input properties used for looking up and filtering SubscriptionIAMMember resourc {{% /md %}}
member?: pulumi.Input<string>;@@ -1913,7 +1913,7 @@ Input properties used for looking up and filtering SubscriptionIAMMember resourc {{% /md %}}
project?: pulumi.Input<string>;@@ -1925,7 +1925,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -1938,7 +1938,7 @@ The role that should be applied. Only one {{% /md %}}
subscription?: pulumi.Input<string>;@@ -1950,7 +1950,7 @@ The subscription name or id to bind to attach IAM policy to.
policyData: pulumi.Input<string>;@@ -1971,7 +1971,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -1983,7 +1983,7 @@ is not provided, the provider project is used. {{% /md %}}
subscription: pulumi.Input<string>;@@ -1995,7 +1995,7 @@ The subscription name or id to bind to attach IAM policy to.
etag?: pulumi.Input<string>;@@ -2015,7 +2015,7 @@ Input properties used for looking up and filtering SubscriptionIAMPolicy resourc {{% /md %}}
policyData?: pulumi.Input<string>;@@ -2027,7 +2027,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -2039,7 +2039,7 @@ is not provided, the provider project is used. {{% /md %}}
subscription?: pulumi.Input<string>;@@ -2051,7 +2051,7 @@ The subscription name or id to bind to attach IAM policy to.
ackDeadlineSeconds?: pulumi.Input<number>;@@ -2068,7 +2068,7 @@ Input properties used for looking up and filtering Subscription resources. {{% /md %}}
expirationPolicy?: pulumi.Input<{ @@ -2078,7 +2078,7 @@ Input properties used for looking up and filtering Subscription resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2086,7 +2086,7 @@ Input properties used for looking up and filtering Subscription resources. {{% /md %}}
messageRetentionDuration?: pulumi.Input<string>;@@ -2094,7 +2094,7 @@ Input properties used for looking up and filtering Subscription resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -2102,7 +2102,7 @@ Input properties used for looking up and filtering Subscription resources. {{% /md %}}
path?: pulumi.Input<string>;@@ -2110,7 +2110,7 @@ Input properties used for looking up and filtering Subscription resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2122,7 +2122,7 @@ If it is not provided, the provider project is used. {{% /md %}}
pushConfig?: pulumi.Input<{ @@ -2133,7 +2133,7 @@ If it is not provided, the provider project is used. {{% /md %}}
retainAckedMessages?: pulumi.Input<boolean>;@@ -2141,7 +2141,7 @@ If it is not provided, the provider project is used. {{% /md %}}
topic?: pulumi.Input<string>;@@ -2150,7 +2150,7 @@ If it is not provided, the provider project is used.
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2167,7 +2167,7 @@ The set of arguments for constructing a Topic resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -2175,7 +2175,7 @@ The set of arguments for constructing a Topic resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2188,7 +2188,7 @@ If it is not provided, the provider project is used.
extends Context@@ -2198,7 +2198,7 @@ Shape of the [context] object passed to a Cloud Function when a topic event fire {{% /md %}}
eventId: string;
@@ -2209,7 +2209,7 @@ A unique ID for the event. For example: "70172329041928".
{{% /md %}}
eventType: "google.pubsub.topic.publish";
@@ -2217,7 +2217,7 @@ A unique ID for the event. For example: "70172329041928".
{{% /md %}}
resource: {
@@ -2229,7 +2229,7 @@ A unique ID for the event. For example: "70172329041928".
{{% /md %}}
timestamp: string;
@@ -2241,7 +2241,7 @@ The date/time this event was created. For example: "2018-04-09T07:56:12.975Z".
@type: "type.googleapis.com/google.pubsub.v1.PubsubMessage";
@@ -2260,7 +2260,7 @@ See https://cloud.google.com/pubsub/docs/reference/rest/v1/PubsubMessage for mor
{{% /md %}}
attributes: Record<string, string>;@@ -2271,7 +2271,7 @@ key/value pairs included with the topic even. {{% /md %}}
data: string;
@@ -2284,7 +2284,7 @@ message.
extends CallbackFunctionArgs@@ -2295,7 +2295,7 @@ for a topic event. {{% /md %}}
availableMemoryMb?: pulumi.Input<number>;@@ -2306,7 +2306,7 @@ Memory (in MB), available to the function. Default value is 256MB. Allowed value {{% /md %}}
bucket?: storage.Bucket;@@ -2319,7 +2319,7 @@ code. {{% /md %}}
callback?: TopicEventHandler;@@ -2327,7 +2327,7 @@ code. {{% /md %}}
callbackFactory?: undefined | () => TopicEventHandler;@@ -2335,7 +2335,7 @@ code. {{% /md %}}
codePathOptions?: pulumi.runtime.CodePathOptions;@@ -2347,7 +2347,7 @@ the code for the GCP Function. {{% /md %}}
description?: pulumi.Input<string>;@@ -2358,7 +2358,7 @@ Description of the function. {{% /md %}}
environmentVariables?: pulumi.Input<{[key: string]: any}>;@@ -2369,7 +2369,7 @@ A set of key/value environment variable pairs to assign to the function. {{% /md %}}
eventTrigger?: undefined;
@@ -2377,7 +2377,7 @@ A set of key/value environment variable pairs to assign to the function.
{{% /md %}}
httpsTriggerUrl?: undefined;
@@ -2385,7 +2385,7 @@ A set of key/value environment variable pairs to assign to the function.
{{% /md %}}
labels?: pulumi.Input<{[key: string]: any}>;@@ -2396,7 +2396,7 @@ A set of key/value label pairs to assign to the function. {{% /md %}}
project?: pulumi.Input<string>;@@ -2407,7 +2407,7 @@ Project of the function. If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -2418,7 +2418,7 @@ Region of function. Currently can be only "us-central1". If it is not provided, {{% /md %}}
serviceAccountEmail?: pulumi.Input<string>;@@ -2429,7 +2429,7 @@ If provided, the self-provided service account to run the function with. {{% /md %}}
timeout?: pulumi.Input<number>;@@ -2440,7 +2440,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo {{% /md %}}
triggerHttp?: undefined;
@@ -2449,7 +2449,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo
members: pulumi.Input<pulumi.Input<string>[]>;@@ -2466,7 +2466,7 @@ The set of arguments for constructing a TopicIAMBinding resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2478,7 +2478,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -2491,7 +2491,7 @@ The role that should be applied. Only one {{% /md %}}
topic: pulumi.Input<string>;@@ -2503,7 +2503,7 @@ The topic name or id to bind to attach IAM policy to.
etag?: pulumi.Input<string>;@@ -2523,7 +2523,7 @@ Input properties used for looking up and filtering TopicIAMBinding resources. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -2531,7 +2531,7 @@ Input properties used for looking up and filtering TopicIAMBinding resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2543,7 +2543,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -2556,7 +2556,7 @@ The role that should be applied. Only one {{% /md %}}
topic?: pulumi.Input<string>;@@ -2568,7 +2568,7 @@ The topic name or id to bind to attach IAM policy to.
member: pulumi.Input<string>;@@ -2585,7 +2585,7 @@ The set of arguments for constructing a TopicIAMMember resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2597,7 +2597,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -2610,7 +2610,7 @@ The role that should be applied. Only one {{% /md %}}
topic: pulumi.Input<string>;@@ -2622,7 +2622,7 @@ The topic name or id to bind to attach IAM policy to.
etag?: pulumi.Input<string>;@@ -2642,7 +2642,7 @@ Input properties used for looking up and filtering TopicIAMMember resources. {{% /md %}}
member?: pulumi.Input<string>;@@ -2650,7 +2650,7 @@ Input properties used for looking up and filtering TopicIAMMember resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2662,7 +2662,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -2675,7 +2675,7 @@ The role that should be applied. Only one {{% /md %}}
topic?: pulumi.Input<string>;@@ -2687,7 +2687,7 @@ The topic name or id to bind to attach IAM policy to.
policyData: pulumi.Input<string>;@@ -2708,7 +2708,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -2720,7 +2720,7 @@ is not provided, the provider project is used. {{% /md %}}
topic: pulumi.Input<string>;@@ -2732,7 +2732,7 @@ The topic name or id to bind to attach IAM policy to.
etag?: pulumi.Input<string>;@@ -2752,7 +2752,7 @@ Input properties used for looking up and filtering TopicIAMPolicy resources. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -2764,7 +2764,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -2776,7 +2776,7 @@ is not provided, the provider project is used. {{% /md %}}
topic?: pulumi.Input<string>;@@ -2788,7 +2788,7 @@ The topic name or id to bind to attach IAM policy to.
failurePolicy?: cloudfunctions.FailurePolicy;@@ -2808,7 +2808,7 @@ See [cloudfunctions.FailurePolicy] for more information on this.
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2825,7 +2825,7 @@ Input properties used for looking up and filtering Topic resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -2833,7 +2833,7 @@ Input properties used for looking up and filtering Topic resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2846,7 +2846,7 @@ If it is not provided, the provider project is used.
type TopicEventHandler = cloudfunctions.Callback<TopicData, TopicContext, void>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/redis/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/redis/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/gcp/redis/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/redis/_index.md index 396f15d7d963..0cfc8e4238bc 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/redis/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/redis/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -80,7 +80,7 @@ const cache = new gcp.redis.Instance("cache", { {{% /md %}}
public alternativeLocationId: pulumi.Output<string>;@@ -143,7 +143,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public authorizedNetwork: pulumi.Output<string>;@@ -151,7 +151,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public createTime: pulumi.Output<string>;@@ -159,7 +159,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public currentLocationId: pulumi.Output<string>;@@ -167,7 +167,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public displayName: pulumi.Output<string | undefined>;@@ -175,7 +175,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public host: pulumi.Output<string>;@@ -183,7 +183,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -195,7 +195,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -203,7 +203,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public locationId: pulumi.Output<string>;@@ -211,7 +211,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public memorySizeGb: pulumi.Output<number>;@@ -219,7 +219,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -227,7 +227,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public port: pulumi.Output<number>;@@ -235,7 +235,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -247,7 +247,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public redisConfigs: pulumi.Output<{[key: string]: string} | undefined>;@@ -255,7 +255,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public redisVersion: pulumi.Output<string>;@@ -263,7 +263,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public region: pulumi.Output<string>;@@ -271,7 +271,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public reservedIpRange: pulumi.Output<string>;@@ -279,7 +279,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public tier: pulumi.Output<string | undefined>;@@ -287,7 +287,7 @@ If it is not provided, the provider project is used. {{% /md %}}
alternativeLocationId?: pulumi.Input<string>;@@ -317,7 +317,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
authorizedNetwork?: pulumi.Input<string>;@@ -325,7 +325,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
displayName?: pulumi.Input<string>;@@ -333,7 +333,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -341,7 +341,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
locationId?: pulumi.Input<string>;@@ -349,7 +349,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
memorySizeGb: pulumi.Input<number>;@@ -357,7 +357,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -365,7 +365,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -377,7 +377,7 @@ If it is not provided, the provider project is used. {{% /md %}}
redisConfigs?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -385,7 +385,7 @@ If it is not provided, the provider project is used. {{% /md %}}
redisVersion?: pulumi.Input<string>;@@ -393,7 +393,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -401,7 +401,7 @@ If it is not provided, the provider project is used. {{% /md %}}
reservedIpRange?: pulumi.Input<string>;@@ -409,7 +409,7 @@ If it is not provided, the provider project is used. {{% /md %}}
tier?: pulumi.Input<string>;@@ -418,7 +418,7 @@ If it is not provided, the provider project is used.
alternativeLocationId?: pulumi.Input<string>;@@ -435,7 +435,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
authorizedNetwork?: pulumi.Input<string>;@@ -443,7 +443,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
createTime?: pulumi.Input<string>;@@ -451,7 +451,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
currentLocationId?: pulumi.Input<string>;@@ -459,7 +459,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
displayName?: pulumi.Input<string>;@@ -467,7 +467,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
host?: pulumi.Input<string>;@@ -475,7 +475,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -483,7 +483,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
locationId?: pulumi.Input<string>;@@ -491,7 +491,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
memorySizeGb?: pulumi.Input<number>;@@ -499,7 +499,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -507,7 +507,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
port?: pulumi.Input<number>;@@ -515,7 +515,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -527,7 +527,7 @@ If it is not provided, the provider project is used. {{% /md %}}
redisConfigs?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -535,7 +535,7 @@ If it is not provided, the provider project is used. {{% /md %}}
redisVersion?: pulumi.Input<string>;@@ -543,7 +543,7 @@ If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -551,7 +551,7 @@ If it is not provided, the provider project is used. {{% /md %}}
reservedIpRange?: pulumi.Input<string>;@@ -559,7 +559,7 @@ If it is not provided, the provider project is used. {{% /md %}}
tier?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/resourcemanager/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/resourcemanager/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/gcp/resourcemanager/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/resourcemanager/_index.md index 94202e94fe90..4da484a23a0a 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/resourcemanager/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/resourcemanager/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -57,7 +57,7 @@ const lien = new gcp.resourcemanager.Lien("lien", { {{% /md %}}
public createTime: pulumi.Output<string>;@@ -120,7 +120,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -132,7 +132,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -140,7 +140,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public origin: pulumi.Output<string>;@@ -148,7 +148,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public parent: pulumi.Output<string>;@@ -156,7 +156,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public reason: pulumi.Output<string>;@@ -164,7 +164,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public restrictions: pulumi.Output<string[]>;@@ -172,7 +172,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
origin: pulumi.Input<string>;@@ -202,7 +202,7 @@ The set of arguments for constructing a Lien resource. {{% /md %}}
parent: pulumi.Input<string>;@@ -210,7 +210,7 @@ The set of arguments for constructing a Lien resource. {{% /md %}}
reason: pulumi.Input<string>;@@ -218,7 +218,7 @@ The set of arguments for constructing a Lien resource. {{% /md %}}
restrictions: pulumi.Input<pulumi.Input<string>[]>;@@ -227,7 +227,7 @@ The set of arguments for constructing a Lien resource.
createTime?: pulumi.Input<string>;@@ -244,7 +244,7 @@ Input properties used for looking up and filtering Lien resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -252,7 +252,7 @@ Input properties used for looking up and filtering Lien resources. {{% /md %}}
origin?: pulumi.Input<string>;@@ -260,7 +260,7 @@ Input properties used for looking up and filtering Lien resources. {{% /md %}}
parent?: pulumi.Input<string>;@@ -268,7 +268,7 @@ Input properties used for looking up and filtering Lien resources. {{% /md %}}
reason?: pulumi.Input<string>;@@ -276,7 +276,7 @@ Input properties used for looking up and filtering Lien resources. {{% /md %}}
restrictions?: pulumi.Input<pulumi.Input<string>[]>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/runtimeconfig/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/runtimeconfig/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/gcp/runtimeconfig/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/runtimeconfig/_index.md index 19e720ea100b..b9a4ef7fc777 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/runtimeconfig/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/runtimeconfig/_index.md @@ -25,14 +25,14 @@ aliases:
extends CustomResource@@ -58,7 +58,7 @@ const my_runtime_config = new gcp.runtimeconfig.Config("my-runtime-config", { {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -125,7 +125,7 @@ config. {{% /md %}}
id: Output<ID>;@@ -137,7 +137,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -148,7 +148,7 @@ The name of the runtime config. {{% /md %}}
public project: pulumi.Output<string>;@@ -160,7 +160,7 @@ is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -222,7 +222,7 @@ const my_secret = new gcp.runtimeconfig.Variable("my-secret", { {{% /md %}}
id: Output<ID>;@@ -289,7 +289,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -301,7 +301,7 @@ names can be hierarchical using slashes (e.g. "prod-variables/hostname"). {{% /md %}}
public parent: pulumi.Output<string>;@@ -313,7 +313,7 @@ variable. {{% /md %}}
public project: pulumi.Output<string>;@@ -325,7 +325,7 @@ is not provided, the provider project is used. {{% /md %}}
public text: pulumi.Output<string | undefined>;@@ -333,7 +333,7 @@ is not provided, the provider project is used. {{% /md %}}
public updateTime: pulumi.Output<string>;@@ -346,7 +346,7 @@ Example: "2016-10-09T12:33:37.578138407Z". {{% /md %}}
public value: pulumi.Output<string | undefined>;@@ -367,7 +367,7 @@ deployments.
description?: pulumi.Input<string>;@@ -388,7 +388,7 @@ config. {{% /md %}}
name?: pulumi.Input<string>;@@ -399,7 +399,7 @@ The name of the runtime config. {{% /md %}}
project?: pulumi.Input<string>;@@ -412,7 +412,7 @@ is not provided, the provider project is used.
description?: pulumi.Input<string>;@@ -433,7 +433,7 @@ config. {{% /md %}}
name?: pulumi.Input<string>;@@ -444,7 +444,7 @@ The name of the runtime config. {{% /md %}}
project?: pulumi.Input<string>;@@ -457,7 +457,7 @@ is not provided, the provider project is used.
name?: pulumi.Input<string>;@@ -478,7 +478,7 @@ names can be hierarchical using slashes (e.g. "prod-variables/hostname"). {{% /md %}}
parent: pulumi.Input<string>;@@ -490,7 +490,7 @@ variable. {{% /md %}}
project?: pulumi.Input<string>;@@ -502,7 +502,7 @@ is not provided, the provider project is used. {{% /md %}}
text?: pulumi.Input<string>;@@ -510,7 +510,7 @@ is not provided, the provider project is used. {{% /md %}}
value?: pulumi.Input<string>;@@ -519,7 +519,7 @@ is not provided, the provider project is used.
name?: pulumi.Input<string>;@@ -540,7 +540,7 @@ names can be hierarchical using slashes (e.g. "prod-variables/hostname"). {{% /md %}}
parent?: pulumi.Input<string>;@@ -552,7 +552,7 @@ variable. {{% /md %}}
project?: pulumi.Input<string>;@@ -564,7 +564,7 @@ is not provided, the provider project is used. {{% /md %}}
text?: pulumi.Input<string>;@@ -572,7 +572,7 @@ is not provided, the provider project is used. {{% /md %}}
updateTime?: pulumi.Input<string>;@@ -585,7 +585,7 @@ Example: "2016-10-09T12:33:37.578138407Z". {{% /md %}}
value?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/serverless/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/serverless/_index.md similarity index 87% rename from content/reference/pkg/nodejs/pulumi/gcp/serverless/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/serverless/_index.md index d5c1167cc344..538ec35714f0 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/serverless/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/serverless/_index.md @@ -22,19 +22,19 @@ aliases:
extends ComponentResource
public bucket: storage.Bucket;
@@ -86,7 +86,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public bucketObject: storage.BucketObject;
@@ -94,7 +94,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public function: cloudfunctions.Function;
@@ -102,7 +102,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public options: FunctionOptions;@@ -110,7 +110,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
availableMemoryMb?: pulumi.Input<number>;@@ -138,7 +138,7 @@ Memory (in MB), available to the function. Default value is 256MB. Allowed value {{% /md %}}
description?: pulumi.Input<string>;@@ -149,7 +149,7 @@ Description of the function. {{% /md %}}
environmentVariables?: pulumi.Input<{[key: string]: any}>;@@ -160,7 +160,7 @@ A set of key/value environment variable pairs to assign to the function. {{% /md %}}
excludePackages?: string[];
@@ -173,7 +173,7 @@ project.json (except @pulumi packages). Default is `[]`.
{{% /md %}}
labels?: pulumi.Input<{[key: string]: any}>;@@ -184,7 +184,7 @@ A set of key/value label pairs to assign to the function. {{% /md %}}
project?: pulumi.Input<string>;@@ -195,7 +195,7 @@ Project of the function. If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -206,7 +206,7 @@ Region of function. Currently can be only "us-central1". If it is not provided, {{% /md %}}
runtime?: pulumi.Input<string>;@@ -217,7 +217,7 @@ The runtime in which the function is going to run. If empty, defaults to `"nodej {{% /md %}}
timeout?: pulumi.Input<number>;@@ -229,7 +229,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo
type Handler = (req: express.Request, resp: express.Response) => void;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/serviceAccount/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/serviceAccount/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/serviceAccount/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/serviceAccount/_index.md index e59dd6bf3cac..f5b65bac640e 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/serviceAccount/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/serviceAccount/_index.md @@ -43,14 +43,14 @@ aliases:
extends CustomResource@@ -80,7 +80,7 @@ const objectViewer = new gcp.serviceAccount.Account("object_viewer", { {{% /md %}}
public accountId: pulumi.Output<string>;@@ -149,7 +149,7 @@ to comply with RFC1035. Changing this forces a new service account to be created {{% /md %}}
public displayName: pulumi.Output<string | undefined>;@@ -161,7 +161,7 @@ Can be updated without creating a new resource. {{% /md %}}
public email: pulumi.Output<string>;@@ -174,7 +174,7 @@ that would grant the service account privileges. {{% /md %}}
id: Output<ID>;@@ -186,7 +186,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -197,7 +197,7 @@ The fully-qualified name of the service account. {{% /md %}}
public project: pulumi.Output<string>;@@ -209,7 +209,7 @@ Defaults to the provider project configuration. {{% /md %}}
public uniqueId: pulumi.Output<string>;@@ -220,7 +220,7 @@ The unique id of the service account. {{% /md %}}
extends CustomResource@@ -316,7 +316,7 @@ const gce_default_account_iam = new gcp.serviceAccount.IAMMember("gce-default-ac {{% /md %}}
public etag: pulumi.Output<string>;@@ -382,7 +382,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -394,7 +394,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -402,7 +402,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public role: pulumi.Output<string>;@@ -415,7 +415,7 @@ The role that should be applied. Only one {{% /md %}}
public serviceAccountId: pulumi.Output<string>;@@ -426,7 +426,7 @@ The fully-qualified name of the service account to apply policy to. {{% /md %}}
extends CustomResource@@ -522,7 +522,7 @@ const gce_default_account_iam = new gcp.serviceAccount.IAMMember("gce-default-ac {{% /md %}}
public etag: pulumi.Output<string>;@@ -588,7 +588,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -600,7 +600,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -608,7 +608,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public role: pulumi.Output<string>;@@ -621,7 +621,7 @@ The role that should be applied. Only one {{% /md %}}
public serviceAccountId: pulumi.Output<string>;@@ -632,7 +632,7 @@ The fully-qualified name of the service account to apply policy to. {{% /md %}}
extends CustomResource@@ -728,7 +728,7 @@ const gce_default_account_iam = new gcp.serviceAccount.IAMMember("gce-default-ac {{% /md %}}
public etag: pulumi.Output<string>;@@ -794,7 +794,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -806,7 +806,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -818,7 +818,7 @@ a `google_iam_policy` data source. {{% /md %}}
public serviceAccountId: pulumi.Output<string>;@@ -829,7 +829,7 @@ The fully-qualified name of the service account to apply policy to. {{% /md %}}
extends CustomResource@@ -885,7 +885,7 @@ const mykey = new gcp.serviceAccount.Key("mykey", { {{% /md %}}
id: Output<ID>;@@ -952,7 +952,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public keyAlgorithm: pulumi.Output<string | undefined>;@@ -966,7 +966,7 @@ Valid values are listed at {{% /md %}}
public name: pulumi.Output<string>;@@ -977,7 +977,7 @@ The name used for this key pair {{% /md %}}
public pgpKey: pulumi.Output<string | undefined>;@@ -991,7 +991,7 @@ in Vault. {{% /md %}}
public privateKey: pulumi.Output<string>;@@ -1004,7 +1004,7 @@ service account keys through the CLI or web console. This is only populated when {{% /md %}}
public privateKeyEncrypted: pulumi.Output<string>;@@ -1017,7 +1017,7 @@ key and `pgp_key` is supplied {{% /md %}}
public privateKeyFingerprint: pulumi.Output<string>;@@ -1029,7 +1029,7 @@ private key. This is only populated when creating a new key and `pgp_key` is sup {{% /md %}}
public privateKeyType: pulumi.Output<string | undefined>;@@ -1040,7 +1040,7 @@ The output format of the private key. TYPE_GOOGLE_CREDENTIALS_FILE is the defaul {{% /md %}}
public publicKey: pulumi.Output<string>;@@ -1051,7 +1051,7 @@ The public key, base64 encoded {{% /md %}}
public publicKeyType: pulumi.Output<string | undefined>;@@ -1062,7 +1062,7 @@ The output format of the public key requested. X509_PEM is the default output fo {{% /md %}}
public serviceAccountId: pulumi.Output<string>;@@ -1075,7 +1075,7 @@ unique id of the service account. If the `{ACCOUNT}` syntax is used, the project {{% /md %}}
public validAfter: pulumi.Output<string>;@@ -1098,7 +1098,7 @@ The key can be used after this timestamp. A timestamp in RFC3339 UTC "Zulu" form {{% /md %}}
public validBefore: pulumi.Output<string>;@@ -1111,7 +1111,7 @@ A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "201
accountId: pulumi.Input<string>;@@ -1206,7 +1206,7 @@ to comply with RFC1035. Changing this forces a new service account to be created {{% /md %}}
displayName?: pulumi.Input<string>;@@ -1218,7 +1218,7 @@ Can be updated without creating a new resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1231,7 +1231,7 @@ Defaults to the provider project configuration.
accountId?: pulumi.Input<string>;@@ -1254,7 +1254,7 @@ to comply with RFC1035. Changing this forces a new service account to be created {{% /md %}}
displayName?: pulumi.Input<string>;@@ -1266,7 +1266,7 @@ Can be updated without creating a new resource. {{% /md %}}
email?: pulumi.Input<string>;@@ -1279,7 +1279,7 @@ that would grant the service account privileges. {{% /md %}}
name?: pulumi.Input<string>;@@ -1290,7 +1290,7 @@ The fully-qualified name of the service account. {{% /md %}}
project?: pulumi.Input<string>;@@ -1302,7 +1302,7 @@ Defaults to the provider project configuration. {{% /md %}}
uniqueId?: pulumi.Input<string>;@@ -1314,7 +1314,7 @@ The unique id of the service account.
delegates?: string[];
@@ -1334,7 +1334,7 @@ Deegate chain of approvals needed to perform full impersonation. Specify the ful
{{% /md %}}
lifetime?: undefined | string;@@ -1345,7 +1345,7 @@ Lifetime of the impersonated token (defaults to its max: `3600s`). {{% /md %}}
scopes: string[];
@@ -1356,7 +1356,7 @@ The scopes the new credential should have (e.g. `["storage-ro", "cloud-platform"
{{% /md %}}
targetServiceAccount: string;
@@ -1368,7 +1368,7 @@ The service account _to_ impersonate (e.g. `service_B@your-project-id.iam.gservi
accessToken: string;
@@ -1388,7 +1388,7 @@ The `access_token` representing the new generated identity.
{{% /md %}}
delegates?: string[];
@@ -1396,7 +1396,7 @@ The `access_token` representing the new generated identity.
{{% /md %}}
id: string;
@@ -1407,7 +1407,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
lifetime?: undefined | string;@@ -1415,7 +1415,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
scopes: string[];
@@ -1423,7 +1423,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
targetServiceAccount: string;
@@ -1432,7 +1432,7 @@ id is the provider-assigned unique ID for this managed resource.
accountId: string;
@@ -1452,7 +1452,7 @@ The Service account id. (This is the part of the service account's email field
{{% /md %}}
name: string;
@@ -1487,7 +1487,7 @@ is the email address or unique id of the service account.
{{% /md %}}
project?: undefined | string;@@ -1499,7 +1499,7 @@ Defaults to the provider project configuration. {{% /md %}}
id: string;
@@ -1531,7 +1531,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
keyAlgorithm: string;
@@ -1539,7 +1539,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -1547,7 +1547,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project?: undefined | string;@@ -1555,7 +1555,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
publicKey: string;
@@ -1566,7 +1566,7 @@ The public key, base64 encoded
{{% /md %}}
accountId: string;
@@ -1592,7 +1592,7 @@ A collection of values returned by getAccount.
{{% /md %}}
displayName: string;
@@ -1603,7 +1603,7 @@ The display name for the service account.
{{% /md %}}
email: string;
@@ -1616,7 +1616,7 @@ that would grant the service account privileges.
{{% /md %}}
id: string;
@@ -1627,7 +1627,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name: string;
@@ -1638,7 +1638,7 @@ The fully-qualified name of the service account.
{{% /md %}}
project?: undefined | string;@@ -1646,7 +1646,7 @@ The fully-qualified name of the service account. {{% /md %}}
uniqueId: string;
@@ -1658,7 +1658,7 @@ The unique id of the service account.
members: pulumi.Input<pulumi.Input<string>[]>;@@ -1675,7 +1675,7 @@ The set of arguments for constructing a IAMBinding resource. {{% /md %}}
role: pulumi.Input<string>;@@ -1688,7 +1688,7 @@ The role that should be applied. Only one {{% /md %}}
serviceAccountId: pulumi.Input<string>;@@ -1700,7 +1700,7 @@ The fully-qualified name of the service account to apply policy to.
etag?: pulumi.Input<string>;@@ -1720,7 +1720,7 @@ Input properties used for looking up and filtering IAMBinding resources. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -1728,7 +1728,7 @@ Input properties used for looking up and filtering IAMBinding resources. {{% /md %}}
role?: pulumi.Input<string>;@@ -1741,7 +1741,7 @@ The role that should be applied. Only one {{% /md %}}
serviceAccountId?: pulumi.Input<string>;@@ -1753,7 +1753,7 @@ The fully-qualified name of the service account to apply policy to.
member: pulumi.Input<string>;@@ -1770,7 +1770,7 @@ The set of arguments for constructing a IAMMember resource. {{% /md %}}
role: pulumi.Input<string>;@@ -1783,7 +1783,7 @@ The role that should be applied. Only one {{% /md %}}
serviceAccountId: pulumi.Input<string>;@@ -1795,7 +1795,7 @@ The fully-qualified name of the service account to apply policy to.
etag?: pulumi.Input<string>;@@ -1815,7 +1815,7 @@ Input properties used for looking up and filtering IAMMember resources. {{% /md %}}
member?: pulumi.Input<string>;@@ -1823,7 +1823,7 @@ Input properties used for looking up and filtering IAMMember resources. {{% /md %}}
role?: pulumi.Input<string>;@@ -1836,7 +1836,7 @@ The role that should be applied. Only one {{% /md %}}
serviceAccountId?: pulumi.Input<string>;@@ -1848,7 +1848,7 @@ The fully-qualified name of the service account to apply policy to.
policyData: pulumi.Input<string>;@@ -1869,7 +1869,7 @@ a `google_iam_policy` data source. {{% /md %}}
serviceAccountId: pulumi.Input<string>;@@ -1881,7 +1881,7 @@ The fully-qualified name of the service account to apply policy to.
etag?: pulumi.Input<string>;@@ -1901,7 +1901,7 @@ Input properties used for looking up and filtering IAMPolicy resources. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -1913,7 +1913,7 @@ a `google_iam_policy` data source. {{% /md %}}
serviceAccountId?: pulumi.Input<string>;@@ -1925,7 +1925,7 @@ The fully-qualified name of the service account to apply policy to.
keyAlgorithm?: pulumi.Input<string>;@@ -1948,7 +1948,7 @@ Valid values are listed at {{% /md %}}
pgpKey?: pulumi.Input<string>;@@ -1962,7 +1962,7 @@ in Vault. {{% /md %}}
privateKeyType?: pulumi.Input<string>;@@ -1973,7 +1973,7 @@ The output format of the private key. TYPE_GOOGLE_CREDENTIALS_FILE is the defaul {{% /md %}}
publicKeyType?: pulumi.Input<string>;@@ -1984,7 +1984,7 @@ The output format of the public key requested. X509_PEM is the default output fo {{% /md %}}
serviceAccountId: pulumi.Input<string>;@@ -1998,7 +1998,7 @@ unique id of the service account. If the `{ACCOUNT}` syntax is used, the project
keyAlgorithm?: pulumi.Input<string>;@@ -2021,7 +2021,7 @@ Valid values are listed at {{% /md %}}
name?: pulumi.Input<string>;@@ -2032,7 +2032,7 @@ The name used for this key pair {{% /md %}}
pgpKey?: pulumi.Input<string>;@@ -2046,7 +2046,7 @@ in Vault. {{% /md %}}
privateKey?: pulumi.Input<string>;@@ -2059,7 +2059,7 @@ service account keys through the CLI or web console. This is only populated when {{% /md %}}
privateKeyEncrypted?: pulumi.Input<string>;@@ -2072,7 +2072,7 @@ key and `pgp_key` is supplied {{% /md %}}
privateKeyFingerprint?: pulumi.Input<string>;@@ -2084,7 +2084,7 @@ private key. This is only populated when creating a new key and `pgp_key` is sup {{% /md %}}
privateKeyType?: pulumi.Input<string>;@@ -2095,7 +2095,7 @@ The output format of the private key. TYPE_GOOGLE_CREDENTIALS_FILE is the defaul {{% /md %}}
publicKey?: pulumi.Input<string>;@@ -2106,7 +2106,7 @@ The public key, base64 encoded {{% /md %}}
publicKeyType?: pulumi.Input<string>;@@ -2117,7 +2117,7 @@ The output format of the public key requested. X509_PEM is the default output fo {{% /md %}}
serviceAccountId?: pulumi.Input<string>;@@ -2130,7 +2130,7 @@ unique id of the service account. If the `{ACCOUNT}` syntax is used, the project {{% /md %}}
validAfter?: pulumi.Input<string>;@@ -2141,7 +2141,7 @@ The key can be used after this timestamp. A timestamp in RFC3339 UTC "Zulu" form {{% /md %}}
validBefore?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/servicenetworking/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/servicenetworking/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/servicenetworking/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/servicenetworking/_index.md index 00a868f1f85c..b649b95ef61a 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/servicenetworking/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/servicenetworking/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -65,7 +65,7 @@ const foobar = new gcp.servicenetworking.Connection("foobar", { {{% /md %}}
id: Output<ID>;@@ -132,7 +132,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string>;@@ -143,7 +143,7 @@ Name of VPC network connected with service producers using VPC peering. {{% /md %}}
public reservedPeeringRanges: pulumi.Output<string[]>;@@ -156,7 +156,7 @@ is already established will not reallocate already provisioned service producer {{% /md %}}
public service: pulumi.Output<string>;@@ -169,7 +169,7 @@ service provider organization. For Google services that support this functionali {{% /md %}}
network: pulumi.Input<string>;@@ -202,7 +202,7 @@ Name of VPC network connected with service producers using VPC peering. {{% /md %}}
reservedPeeringRanges: pulumi.Input<pulumi.Input<string>[]>;@@ -215,7 +215,7 @@ is already established will not reallocate already provisioned service producer {{% /md %}}
service: pulumi.Input<string>;@@ -229,7 +229,7 @@ service provider organization. For Google services that support this functionali
network?: pulumi.Input<string>;@@ -249,7 +249,7 @@ Name of VPC network connected with service producers using VPC peering. {{% /md %}}
reservedPeeringRanges?: pulumi.Input<pulumi.Input<string>[]>;@@ -262,7 +262,7 @@ is already established will not reallocate already provisioned service producer {{% /md %}}
service?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/sourcerepo/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/sourcerepo/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/gcp/sourcerepo/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/sourcerepo/_index.md index ca76fd354a36..c6ce7d73db51 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/sourcerepo/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/sourcerepo/_index.md @@ -22,14 +22,14 @@ aliases:
extends CustomResource@@ -55,7 +55,7 @@ const my_repo = new gcp.sourcerepo.Repository("my-repo", {}); {{% /md %}}
id: Output<ID>;@@ -122,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -130,7 +130,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -142,7 +142,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public size: pulumi.Output<number>;@@ -150,7 +150,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public url: pulumi.Output<string>;@@ -158,7 +158,7 @@ If it is not provided, the provider project is used. {{% /md %}}
name?: pulumi.Input<string>;@@ -188,7 +188,7 @@ The set of arguments for constructing a Repository resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -201,7 +201,7 @@ If it is not provided, the provider project is used.
name?: pulumi.Input<string>;@@ -218,7 +218,7 @@ Input properties used for looking up and filtering Repository resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -230,7 +230,7 @@ If it is not provided, the provider project is used. {{% /md %}}
size?: pulumi.Input<number>;@@ -238,7 +238,7 @@ If it is not provided, the provider project is used. {{% /md %}}
url?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/spanner/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/spanner/_index.md similarity index 89% rename from content/reference/pkg/nodejs/pulumi/gcp/spanner/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/spanner/_index.md index 11aa746d1a83..4e090f165e3f 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/spanner/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/spanner/_index.md @@ -43,14 +43,14 @@ aliases:
extends CustomResource@@ -86,7 +86,7 @@ const database = new gcp.spanner.Database("database", { {{% /md %}}
public ddls: pulumi.Output<string[] | undefined>;@@ -149,7 +149,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -161,7 +161,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -169,7 +169,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -177,7 +177,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -189,7 +189,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public state: pulumi.Output<string>;@@ -197,7 +197,7 @@ If it is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -278,7 +278,7 @@ const database = new gcp.spanner.DatabaseIAMMember("database", { {{% /md %}}
public database: pulumi.Output<string>;@@ -344,7 +344,7 @@ The name of the Spanner database. {{% /md %}}
public etag: pulumi.Output<string>;@@ -355,7 +355,7 @@ The name of the Spanner database. {{% /md %}}
id: Output<ID>;@@ -367,7 +367,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -378,7 +378,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -386,7 +386,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
public project: pulumi.Output<string>;@@ -398,7 +398,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -411,7 +411,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -492,7 +492,7 @@ const database = new gcp.spanner.DatabaseIAMMember("database", { {{% /md %}}
public database: pulumi.Output<string>;@@ -558,7 +558,7 @@ The name of the Spanner database. {{% /md %}}
public etag: pulumi.Output<string>;@@ -569,7 +569,7 @@ The name of the Spanner database. {{% /md %}}
id: Output<ID>;@@ -581,7 +581,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -592,7 +592,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
public member: pulumi.Output<string>;@@ -600,7 +600,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
public project: pulumi.Output<string>;@@ -612,7 +612,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -625,7 +625,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -706,7 +706,7 @@ const database = new gcp.spanner.DatabaseIAMMember("database", { {{% /md %}}
public database: pulumi.Output<string>;@@ -772,7 +772,7 @@ The name of the Spanner database. {{% /md %}}
public etag: pulumi.Output<string>;@@ -783,7 +783,7 @@ The name of the Spanner database. {{% /md %}}
id: Output<ID>;@@ -795,7 +795,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -806,7 +806,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -818,7 +818,7 @@ a `google_iam_policy` data source. {{% /md %}}
public project: pulumi.Output<string>;@@ -830,7 +830,7 @@ is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -877,7 +877,7 @@ const example = new gcp.spanner.Instance("example", { {{% /md %}}
public config: pulumi.Output<string>;@@ -940,7 +940,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public displayName: pulumi.Output<string>;@@ -948,7 +948,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -960,7 +960,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -968,7 +968,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -976,7 +976,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public numNodes: pulumi.Output<number | undefined>;@@ -984,7 +984,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -996,7 +996,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public state: pulumi.Output<string>;@@ -1004,7 +1004,7 @@ If it is not provided, the provider project is used. {{% /md %}}
extends CustomResource@@ -1082,7 +1082,7 @@ const instance = new gcp.spanner.InstanceIAMMember("instance", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1148,7 +1148,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1160,7 +1160,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -1171,7 +1171,7 @@ The name of the instance. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -1179,7 +1179,7 @@ The name of the instance. {{% /md %}}
public project: pulumi.Output<string>;@@ -1191,7 +1191,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -1204,7 +1204,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -1282,7 +1282,7 @@ const instance = new gcp.spanner.InstanceIAMMember("instance", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1348,7 +1348,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1360,7 +1360,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -1371,7 +1371,7 @@ The name of the instance. {{% /md %}}
public member: pulumi.Output<string>;@@ -1379,7 +1379,7 @@ The name of the instance. {{% /md %}}
public project: pulumi.Output<string>;@@ -1391,7 +1391,7 @@ is not provided, the provider project is used. {{% /md %}}
public role: pulumi.Output<string>;@@ -1404,7 +1404,7 @@ The role that should be applied. Only one {{% /md %}}
extends CustomResource@@ -1482,7 +1482,7 @@ const instance = new gcp.spanner.InstanceIAMMember("instance", { {{% /md %}}
public etag: pulumi.Output<string>;@@ -1548,7 +1548,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1560,7 +1560,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -1571,7 +1571,7 @@ The name of the instance. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -1583,7 +1583,7 @@ a `google_iam_policy` data source. {{% /md %}}
public project: pulumi.Output<string>;@@ -1595,7 +1595,7 @@ is not provided, the provider project is used. {{% /md %}}
ddls?: pulumi.Input<pulumi.Input<string>[]>;@@ -1625,7 +1625,7 @@ The set of arguments for constructing a Database resource. {{% /md %}}
instance: pulumi.Input<string>;@@ -1633,7 +1633,7 @@ The set of arguments for constructing a Database resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -1641,7 +1641,7 @@ The set of arguments for constructing a Database resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -1654,7 +1654,7 @@ If it is not provided, the provider project is used.
database: pulumi.Input<string>;@@ -1674,7 +1674,7 @@ The name of the Spanner database. {{% /md %}}
instance: pulumi.Input<string>;@@ -1685,7 +1685,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -1693,7 +1693,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
project?: pulumi.Input<string>;@@ -1705,7 +1705,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -1719,7 +1719,7 @@ The role that should be applied. Only one
database?: pulumi.Input<string>;@@ -1739,7 +1739,7 @@ The name of the Spanner database. {{% /md %}}
etag?: pulumi.Input<string>;@@ -1750,7 +1750,7 @@ The name of the Spanner database. {{% /md %}}
instance?: pulumi.Input<string>;@@ -1761,7 +1761,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -1769,7 +1769,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
project?: pulumi.Input<string>;@@ -1781,7 +1781,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -1795,7 +1795,7 @@ The role that should be applied. Only one
database: pulumi.Input<string>;@@ -1815,7 +1815,7 @@ The name of the Spanner database. {{% /md %}}
instance: pulumi.Input<string>;@@ -1826,7 +1826,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
member: pulumi.Input<string>;@@ -1834,7 +1834,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
project?: pulumi.Input<string>;@@ -1846,7 +1846,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -1860,7 +1860,7 @@ The role that should be applied. Only one
database?: pulumi.Input<string>;@@ -1880,7 +1880,7 @@ The name of the Spanner database. {{% /md %}}
etag?: pulumi.Input<string>;@@ -1891,7 +1891,7 @@ The name of the Spanner database. {{% /md %}}
instance?: pulumi.Input<string>;@@ -1902,7 +1902,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
member?: pulumi.Input<string>;@@ -1910,7 +1910,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
project?: pulumi.Input<string>;@@ -1922,7 +1922,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -1936,7 +1936,7 @@ The role that should be applied. Only one
database: pulumi.Input<string>;@@ -1956,7 +1956,7 @@ The name of the Spanner database. {{% /md %}}
instance: pulumi.Input<string>;@@ -1967,7 +1967,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
policyData: pulumi.Input<string>;@@ -1979,7 +1979,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -1992,7 +1992,7 @@ is not provided, the provider project is used.
database?: pulumi.Input<string>;@@ -2012,7 +2012,7 @@ The name of the Spanner database. {{% /md %}}
etag?: pulumi.Input<string>;@@ -2023,7 +2023,7 @@ The name of the Spanner database. {{% /md %}}
instance?: pulumi.Input<string>;@@ -2034,7 +2034,7 @@ The name of the Spanner instance the database belongs to. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -2046,7 +2046,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -2059,7 +2059,7 @@ is not provided, the provider project is used.
ddls?: pulumi.Input<pulumi.Input<string>[]>;@@ -2076,7 +2076,7 @@ Input properties used for looking up and filtering Database resources. {{% /md %}}
instance?: pulumi.Input<string>;@@ -2084,7 +2084,7 @@ Input properties used for looking up and filtering Database resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -2092,7 +2092,7 @@ Input properties used for looking up and filtering Database resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2104,7 +2104,7 @@ If it is not provided, the provider project is used. {{% /md %}}
state?: pulumi.Input<string>;@@ -2113,7 +2113,7 @@ If it is not provided, the provider project is used.
config: pulumi.Input<string>;@@ -2130,7 +2130,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
displayName: pulumi.Input<string>;@@ -2138,7 +2138,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2146,7 +2146,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -2154,7 +2154,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
numNodes?: pulumi.Input<number>;@@ -2162,7 +2162,7 @@ The set of arguments for constructing a Instance resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -2175,7 +2175,7 @@ If it is not provided, the provider project is used.
instance: pulumi.Input<string>;@@ -2195,7 +2195,7 @@ The name of the instance. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -2203,7 +2203,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -2215,7 +2215,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -2229,7 +2229,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -2249,7 +2249,7 @@ Input properties used for looking up and filtering InstanceIAMBinding resources. {{% /md %}}
instance?: pulumi.Input<string>;@@ -2260,7 +2260,7 @@ The name of the instance. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -2268,7 +2268,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -2280,7 +2280,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -2294,7 +2294,7 @@ The role that should be applied. Only one
instance: pulumi.Input<string>;@@ -2314,7 +2314,7 @@ The name of the instance. {{% /md %}}
member: pulumi.Input<string>;@@ -2322,7 +2322,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -2334,7 +2334,7 @@ is not provided, the provider project is used. {{% /md %}}
role: pulumi.Input<string>;@@ -2348,7 +2348,7 @@ The role that should be applied. Only one
etag?: pulumi.Input<string>;@@ -2368,7 +2368,7 @@ Input properties used for looking up and filtering InstanceIAMMember resources. {{% /md %}}
instance?: pulumi.Input<string>;@@ -2379,7 +2379,7 @@ The name of the instance. {{% /md %}}
member?: pulumi.Input<string>;@@ -2387,7 +2387,7 @@ The name of the instance. {{% /md %}}
project?: pulumi.Input<string>;@@ -2399,7 +2399,7 @@ is not provided, the provider project is used. {{% /md %}}
role?: pulumi.Input<string>;@@ -2413,7 +2413,7 @@ The role that should be applied. Only one
instance: pulumi.Input<string>;@@ -2433,7 +2433,7 @@ The name of the instance. {{% /md %}}
policyData: pulumi.Input<string>;@@ -2445,7 +2445,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -2458,7 +2458,7 @@ is not provided, the provider project is used.
etag?: pulumi.Input<string>;@@ -2478,7 +2478,7 @@ Input properties used for looking up and filtering InstanceIAMPolicy resources. {{% /md %}}
instance?: pulumi.Input<string>;@@ -2489,7 +2489,7 @@ The name of the instance. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -2501,7 +2501,7 @@ a `google_iam_policy` data source. {{% /md %}}
project?: pulumi.Input<string>;@@ -2514,7 +2514,7 @@ is not provided, the provider project is used.
config?: pulumi.Input<string>;@@ -2531,7 +2531,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
displayName?: pulumi.Input<string>;@@ -2539,7 +2539,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2547,7 +2547,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -2555,7 +2555,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
numNodes?: pulumi.Input<number>;@@ -2563,7 +2563,7 @@ Input properties used for looking up and filtering Instance resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -2575,7 +2575,7 @@ If it is not provided, the provider project is used. {{% /md %}}
state?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/sql/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/sql/_index.md similarity index 92% rename from content/reference/pkg/nodejs/pulumi/gcp/sql/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/sql/_index.md index 130bfc4a9258..8c43c4b592bb 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/sql/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/sql/_index.md @@ -31,14 +31,14 @@ aliases:
extends CustomResource@@ -74,7 +74,7 @@ const users = new gcp.sql.Database("users", { {{% /md %}}
public charset: pulumi.Output<string>;@@ -144,7 +144,7 @@ and have limited `charset` support; they only support a value of `UTF8` at creat {{% /md %}}
public collation: pulumi.Output<string>;@@ -159,7 +159,7 @@ and have limited `collation` support; they only support a value of `en_US.UTF8` {{% /md %}}
id: Output<ID>;@@ -171,7 +171,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -182,7 +182,7 @@ The name of containing instance. {{% /md %}}
public name: pulumi.Output<string>;@@ -193,7 +193,7 @@ The name of the database. {{% /md %}}
public project: pulumi.Output<string>;@@ -205,7 +205,7 @@ is not provided, the provider project is used. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -216,7 +216,7 @@ The URI of the created resource. {{% /md %}}
extends CustomResource@@ -285,7 +285,7 @@ const master = new gcp.sql.DatabaseInstance("master", { {{% /md %}}
public connectionName: pulumi.Output<string>;@@ -352,7 +352,7 @@ connection strings. For example, when connecting with [Cloud SQL Proxy](https:// {{% /md %}}
public databaseVersion: pulumi.Output<string | undefined>;@@ -367,7 +367,7 @@ for more information. {{% /md %}}
public firstIpAddress: pulumi.Output<string>;@@ -380,7 +380,7 @@ when the resource is configured with a `count`. {{% /md %}}
id: Output<ID>;@@ -392,7 +392,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ipAddresses: pulumi.Output<{ @@ -404,7 +404,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public masterInstanceName: pulumi.Output<string>;@@ -417,7 +417,7 @@ the master in the replication setup. Note, this requires the master to have {{% /md %}}
public name: pulumi.Output<string>;@@ -431,7 +431,7 @@ up to [one week](https://cloud.google.com/sql/docs/delete-instance). {{% /md %}}
public privateIpAddress: pulumi.Output<string>;@@ -445,7 +445,7 @@ performing filtering in a Terraform config. {{% /md %}}
public project: pulumi.Output<string>;@@ -457,7 +457,7 @@ is not provided, the provider project is used. {{% /md %}}
public publicIpAddress: pulumi.Output<string>;@@ -471,7 +471,7 @@ performing filtering in a Terraform config. {{% /md %}}
public region: pulumi.Output<string>;@@ -488,7 +488,7 @@ If you choose not to provide the `region` argument for this resource, make sure {{% /md %}}
public replicaConfiguration: pulumi.Output<{ @@ -512,7 +512,7 @@ configuration is detailed below. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -523,7 +523,7 @@ The URI of the created resource. {{% /md %}}
public serverCaCert: pulumi.Output<{ @@ -537,7 +537,7 @@ The URI of the created resource. {{% /md %}}
public serviceAccountEmailAddress: pulumi.Output<string>;@@ -549,7 +549,7 @@ instance. This property is applicable only to Second Generation instances. {{% /md %}}
public settings: pulumi.Output<{ @@ -602,7 +602,7 @@ configuration is detailed below. {{% /md %}}
extends CustomResource@@ -651,7 +651,7 @@ const clientCert = new gcp.sql.SslCert("client_cert", { {{% /md %}}
public cert: pulumi.Output<string>;@@ -717,7 +717,7 @@ The actual certificate data for this client certificate. {{% /md %}}
public certSerialNumber: pulumi.Output<string>;@@ -728,7 +728,7 @@ The serial number extracted from the certificate data. {{% /md %}}
public commonName: pulumi.Output<string>;@@ -740,7 +740,7 @@ client. Constrained to [a-zA-Z.-_ ]+. Changing this forces a new resource to be {{% /md %}}
public createTime: pulumi.Output<string>;@@ -752,7 +752,7 @@ for example 2012-11-15T16:19:00.094Z. {{% /md %}}
public expirationTime: pulumi.Output<string>;@@ -764,7 +764,7 @@ for example 2012-11-15T16:19:00.094Z. {{% /md %}}
id: Output<ID>;@@ -776,7 +776,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -788,7 +788,7 @@ forces a new resource to be created. {{% /md %}}
public privateKey: pulumi.Output<string>;@@ -799,7 +799,7 @@ The private key associated with the client certificate. {{% /md %}}
public project: pulumi.Output<string>;@@ -811,7 +811,7 @@ is not provided, the provider project is used. {{% /md %}}
public serverCaCert: pulumi.Output<string>;@@ -822,7 +822,7 @@ The CA cert of the server this client cert was generated from. {{% /md %}}
public sha1Fingerprint: pulumi.Output<string>;@@ -833,7 +833,7 @@ The SHA1 Fingerprint of the certificate. {{% /md %}}
extends CustomResource@@ -884,7 +884,7 @@ const users = new gcp.sql.User("users", { {{% /md %}}
public host: pulumi.Output<string | undefined>;@@ -952,7 +952,7 @@ Can be an IP address. Changing this forces a new resource to be created. {{% /md %}}
id: Output<ID>;@@ -964,7 +964,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instance: pulumi.Output<string>;@@ -976,7 +976,7 @@ forces a new resource to be created. {{% /md %}}
public name: pulumi.Output<string>;@@ -988,7 +988,7 @@ to be created. {{% /md %}}
public password: pulumi.Output<string | undefined>;@@ -999,7 +999,7 @@ The password for the user. Can be updated. {{% /md %}}
public project: pulumi.Output<string>;@@ -1011,7 +1011,7 @@ is not provided, the provider project is used. {{% /md %}}
charset?: pulumi.Input<string>;@@ -1048,7 +1048,7 @@ and have limited `charset` support; they only support a value of `UTF8` at creat {{% /md %}}
collation?: pulumi.Input<string>;@@ -1063,7 +1063,7 @@ and have limited `collation` support; they only support a value of `en_US.UTF8` {{% /md %}}
instance: pulumi.Input<string>;@@ -1074,7 +1074,7 @@ The name of containing instance. {{% /md %}}
name?: pulumi.Input<string>;@@ -1085,7 +1085,7 @@ The name of the database. {{% /md %}}
project?: pulumi.Input<string>;@@ -1098,7 +1098,7 @@ is not provided, the provider project is used.
databaseVersion?: pulumi.Input<string>;@@ -1122,7 +1122,7 @@ for more information. {{% /md %}}
masterInstanceName?: pulumi.Input<string>;@@ -1135,7 +1135,7 @@ the master in the replication setup. Note, this requires the master to have {{% /md %}}
name?: pulumi.Input<string>;@@ -1149,7 +1149,7 @@ up to [one week](https://cloud.google.com/sql/docs/delete-instance). {{% /md %}}
project?: pulumi.Input<string>;@@ -1161,7 +1161,7 @@ is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -1178,7 +1178,7 @@ If you choose not to provide the `region` argument for this resource, make sure {{% /md %}}
replicaConfiguration?: pulumi.Input<{ @@ -1202,7 +1202,7 @@ configuration is detailed below. {{% /md %}}
settings: pulumi.Input<{ @@ -1256,7 +1256,7 @@ configuration is detailed below.
connectionName?: pulumi.Input<string>;@@ -1277,7 +1277,7 @@ connection strings. For example, when connecting with [Cloud SQL Proxy](https:// {{% /md %}}
databaseVersion?: pulumi.Input<string>;@@ -1292,7 +1292,7 @@ for more information. {{% /md %}}
firstIpAddress?: pulumi.Input<string>;@@ -1305,7 +1305,7 @@ when the resource is configured with a `count`. {{% /md %}}
ipAddresses?: pulumi.Input<pulumi.Input<{ @@ -1317,7 +1317,7 @@ when the resource is configured with a `count`. {{% /md %}}
masterInstanceName?: pulumi.Input<string>;@@ -1330,7 +1330,7 @@ the master in the replication setup. Note, this requires the master to have {{% /md %}}
name?: pulumi.Input<string>;@@ -1344,7 +1344,7 @@ up to [one week](https://cloud.google.com/sql/docs/delete-instance). {{% /md %}}
privateIpAddress?: pulumi.Input<string>;@@ -1358,7 +1358,7 @@ performing filtering in a Terraform config. {{% /md %}}
project?: pulumi.Input<string>;@@ -1370,7 +1370,7 @@ is not provided, the provider project is used. {{% /md %}}
publicIpAddress?: pulumi.Input<string>;@@ -1384,7 +1384,7 @@ performing filtering in a Terraform config. {{% /md %}}
region?: pulumi.Input<string>;@@ -1401,7 +1401,7 @@ If you choose not to provide the `region` argument for this resource, make sure {{% /md %}}
replicaConfiguration?: pulumi.Input<{ @@ -1425,7 +1425,7 @@ configuration is detailed below. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -1436,7 +1436,7 @@ The URI of the created resource. {{% /md %}}
serverCaCert?: pulumi.Input<{ @@ -1450,7 +1450,7 @@ The URI of the created resource. {{% /md %}}
serviceAccountEmailAddress?: pulumi.Input<string>;@@ -1462,7 +1462,7 @@ instance. This property is applicable only to Second Generation instances. {{% /md %}}
settings?: pulumi.Input<{ @@ -1516,7 +1516,7 @@ configuration is detailed below.
charset?: pulumi.Input<string>;@@ -1540,7 +1540,7 @@ and have limited `charset` support; they only support a value of `UTF8` at creat {{% /md %}}
collation?: pulumi.Input<string>;@@ -1555,7 +1555,7 @@ and have limited `collation` support; they only support a value of `en_US.UTF8` {{% /md %}}
instance?: pulumi.Input<string>;@@ -1566,7 +1566,7 @@ The name of containing instance. {{% /md %}}
name?: pulumi.Input<string>;@@ -1577,7 +1577,7 @@ The name of the database. {{% /md %}}
project?: pulumi.Input<string>;@@ -1589,7 +1589,7 @@ is not provided, the provider project is used. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -1601,7 +1601,7 @@ The URI of the created resource.
commonName: pulumi.Input<string>;@@ -1622,7 +1622,7 @@ client. Constrained to [a-zA-Z.-_ ]+. Changing this forces a new resource to be {{% /md %}}
instance: pulumi.Input<string>;@@ -1634,7 +1634,7 @@ forces a new resource to be created. {{% /md %}}
project?: pulumi.Input<string>;@@ -1647,7 +1647,7 @@ is not provided, the provider project is used.
cert?: pulumi.Input<string>;@@ -1667,7 +1667,7 @@ The actual certificate data for this client certificate. {{% /md %}}
certSerialNumber?: pulumi.Input<string>;@@ -1678,7 +1678,7 @@ The serial number extracted from the certificate data. {{% /md %}}
commonName?: pulumi.Input<string>;@@ -1690,7 +1690,7 @@ client. Constrained to [a-zA-Z.-_ ]+. Changing this forces a new resource to be {{% /md %}}
createTime?: pulumi.Input<string>;@@ -1702,7 +1702,7 @@ for example 2012-11-15T16:19:00.094Z. {{% /md %}}
expirationTime?: pulumi.Input<string>;@@ -1714,7 +1714,7 @@ for example 2012-11-15T16:19:00.094Z. {{% /md %}}
instance?: pulumi.Input<string>;@@ -1726,7 +1726,7 @@ forces a new resource to be created. {{% /md %}}
privateKey?: pulumi.Input<string>;@@ -1737,7 +1737,7 @@ The private key associated with the client certificate. {{% /md %}}
project?: pulumi.Input<string>;@@ -1749,7 +1749,7 @@ is not provided, the provider project is used. {{% /md %}}
serverCaCert?: pulumi.Input<string>;@@ -1760,7 +1760,7 @@ The CA cert of the server this client cert was generated from. {{% /md %}}
sha1Fingerprint?: pulumi.Input<string>;@@ -1772,7 +1772,7 @@ The SHA1 Fingerprint of the certificate.
host?: pulumi.Input<string>;@@ -1794,7 +1794,7 @@ Can be an IP address. Changing this forces a new resource to be created. {{% /md %}}
instance: pulumi.Input<string>;@@ -1806,7 +1806,7 @@ forces a new resource to be created. {{% /md %}}
name?: pulumi.Input<string>;@@ -1818,7 +1818,7 @@ to be created. {{% /md %}}
password?: pulumi.Input<string>;@@ -1829,7 +1829,7 @@ The password for the user. Can be updated. {{% /md %}}
project?: pulumi.Input<string>;@@ -1842,7 +1842,7 @@ is not provided, the provider project is used.
host?: pulumi.Input<string>;@@ -1864,7 +1864,7 @@ Can be an IP address. Changing this forces a new resource to be created. {{% /md %}}
instance?: pulumi.Input<string>;@@ -1876,7 +1876,7 @@ forces a new resource to be created. {{% /md %}}
name?: pulumi.Input<string>;@@ -1888,7 +1888,7 @@ to be created. {{% /md %}}
password?: pulumi.Input<string>;@@ -1899,7 +1899,7 @@ The password for the user. Can be updated. {{% /md %}}
project?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/storage/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/storage/_index.md similarity index 90% rename from content/reference/pkg/nodejs/pulumi/gcp/storage/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/storage/_index.md index e3fe455c5b91..6f31bdd2cc29 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/storage/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/storage/_index.md @@ -73,14 +73,14 @@ aliases:
extends CustomResource@@ -119,7 +119,7 @@ const image_store = new gcp.storage.Bucket("image-store", { {{% /md %}}
public cors: pulumi.Output<{ @@ -273,7 +273,7 @@ The bucket's [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/) {{% /md %}}
public encryption: pulumi.Output<{ @@ -286,7 +286,7 @@ The bucket's encryption configuration. {{% /md %}}
public forceDestroy: pulumi.Output<boolean | undefined>;@@ -299,7 +299,7 @@ bucket that contains objects, Terraform will fail that run. {{% /md %}}
id: Output<ID>;@@ -311,7 +311,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -322,7 +322,7 @@ A set of key/value label pairs to assign to the bucket. {{% /md %}}
public lifecycleRules: pulumi.Output<{ @@ -346,7 +346,7 @@ The bucket's [Lifecycle Rules](https://cloud.google.com/storage/docs/lifecycle#c {{% /md %}}
public location: pulumi.Output<string | undefined>;@@ -357,7 +357,7 @@ The [GCS location](https://cloud.google.com/storage/docs/bucket-locations) {{% /md %}}
public logging: pulumi.Output<{ @@ -371,7 +371,7 @@ The bucket's [Access & Storage Logs](https://cloud.google.com/storage/docs/acces {{% /md %}}
public name: pulumi.Output<string>;@@ -382,7 +382,7 @@ The name of the bucket. {{% /md %}}
public project: pulumi.Output<string>;@@ -394,7 +394,7 @@ is not provided, the provider project is used. {{% /md %}}
public requesterPays: pulumi.Output<boolean | undefined>;@@ -405,7 +405,7 @@ Enables [Requester Pays](https://cloud.google.com/storage/docs/requester-pays) o {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -416,7 +416,7 @@ The URI of the created resource. {{% /md %}}
public storageClass: pulumi.Output<string | undefined>;@@ -427,7 +427,7 @@ The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of th {{% /md %}}
public url: pulumi.Output<string>;@@ -438,7 +438,7 @@ The base URL of the bucket, in the format `gs://
public versioning: pulumi.Output<{ @@ -463,7 +463,7 @@ The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versionin {{% /md %}}
public websites: pulumi.Output<{ @@ -478,7 +478,7 @@ Configuration if the bucket acts as a website. Structure is documented below.
extends CustomResource@@ -511,7 +511,7 @@ const image_store_acl = new gcp.storage.BucketACL("image-store-acl", { {{% /md %}}
public bucket: pulumi.Output<string>;@@ -577,7 +577,7 @@ The name of the bucket it applies to. {{% /md %}}
public defaultAcl: pulumi.Output<string | undefined>;@@ -588,7 +588,7 @@ Configure this ACL to be the default ACL. {{% /md %}}
id: Output<ID>;@@ -600,7 +600,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public predefinedAcl: pulumi.Output<string | undefined>;@@ -611,7 +611,7 @@ The [canned GCS ACL](https://cloud.google.com/storage/docs/access-control/lists# {{% /md %}}
public roleEntities: pulumi.Output<string[]>;@@ -622,7 +622,7 @@ List of role/entity pairs in the form `ROLE:entity`. See [GCS Bucket ACL documen {{% /md %}}
extends CustomResource@@ -702,7 +702,7 @@ const member = new gcp.storage.BucketIAMPolicy("member", { {{% /md %}}
public bucket: pulumi.Output<string>;@@ -768,7 +768,7 @@ The name of the bucket it applies to. {{% /md %}}
public etag: pulumi.Output<string>;@@ -779,7 +779,7 @@ The name of the bucket it applies to. {{% /md %}}
id: Output<ID>;@@ -791,7 +791,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public members: pulumi.Output<string[]>;@@ -799,7 +799,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public role: pulumi.Output<string>;@@ -811,7 +811,7 @@ The role that should be applied. Note that custom roles must be of the format {{% /md %}}
extends CustomResource@@ -891,7 +891,7 @@ const member = new gcp.storage.BucketIAMPolicy("member", { {{% /md %}}
public bucket: pulumi.Output<string>;@@ -957,7 +957,7 @@ The name of the bucket it applies to. {{% /md %}}
public etag: pulumi.Output<string>;@@ -968,7 +968,7 @@ The name of the bucket it applies to. {{% /md %}}
id: Output<ID>;@@ -980,7 +980,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public member: pulumi.Output<string>;@@ -988,7 +988,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public role: pulumi.Output<string>;@@ -1000,7 +1000,7 @@ The role that should be applied. Note that custom roles must be of the format {{% /md %}}
extends CustomResource@@ -1080,7 +1080,7 @@ const member = new gcp.storage.BucketIAMPolicy("member", { {{% /md %}}
public bucket: pulumi.Output<string>;@@ -1146,7 +1146,7 @@ The name of the bucket it applies to. {{% /md %}}
public etag: pulumi.Output<string>;@@ -1157,7 +1157,7 @@ The name of the bucket it applies to. {{% /md %}}
id: Output<ID>;@@ -1169,7 +1169,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public policyData: pulumi.Output<string>;@@ -1177,7 +1177,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -1219,7 +1219,7 @@ const picture = new gcp.storage.BucketObject("picture", { {{% /md %}}
public bucket: pulumi.Output<string>;@@ -1285,7 +1285,7 @@ The name of the containing bucket. {{% /md %}}
public cacheControl: pulumi.Output<string | undefined>;@@ -1297,7 +1297,7 @@ directive to specify caching behavior of object data. If omitted and object is a {{% /md %}}
public content: pulumi.Output<string | undefined>;@@ -1308,7 +1308,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
public contentDisposition: pulumi.Output<string | undefined>;@@ -1319,7 +1319,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
public contentEncoding: pulumi.Output<string | undefined>;@@ -1330,7 +1330,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
public contentLanguage: pulumi.Output<string | undefined>;@@ -1341,7 +1341,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
public contentType: pulumi.Output<string>;@@ -1352,7 +1352,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
public crc32c: pulumi.Output<string>;@@ -1363,7 +1363,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
public detectMd5hash: pulumi.Output<string | undefined>;@@ -1371,7 +1371,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
id: Output<ID>;@@ -1383,7 +1383,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public md5hash: pulumi.Output<string>;@@ -1394,7 +1394,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1405,7 +1405,7 @@ The name of the object. If you're interpolating the name of this object, see `ou {{% /md %}}
public outputName: pulumi.Output<string>;@@ -1417,7 +1417,7 @@ The name of the object. If you're interpolating the name of this object, see `ou {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -1428,7 +1428,7 @@ The name of the object. If you're interpolating the name of this object, see `ou {{% /md %}}
public source: pulumi.Output<pulumi.asset.Archive | undefined>;@@ -1440,7 +1440,7 @@ if `content` is not. {{% /md %}}
public storageClass: pulumi.Output<string>;@@ -1453,7 +1453,7 @@ storage class or to a [standard](https://cloud.google.com/storage/docs/storage-c {{% /md %}}
extends CustomResource@@ -1508,7 +1508,7 @@ const image_store_default_acl = new gcp.storage.DefaultObjectACL("image-store-de {{% /md %}}
public bucket: pulumi.Output<string>;@@ -1574,7 +1574,7 @@ The name of the bucket it applies to. {{% /md %}}
id: Output<ID>;@@ -1586,7 +1586,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public roleEntities: pulumi.Output<string[]>;@@ -1599,7 +1599,7 @@ Omitting the field is the same as providing an empty list. {{% /md %}}
extends CustomResource@@ -1656,7 +1656,7 @@ const publicRule = new gcp.storage.DefaultObjectAccessControl("public_rule", { {{% /md %}}
public bucket: pulumi.Output<string>;@@ -1719,7 +1719,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public domain: pulumi.Output<string>;@@ -1727,7 +1727,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public email: pulumi.Output<string>;@@ -1735,7 +1735,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public entity: pulumi.Output<string>;@@ -1743,7 +1743,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public entityId: pulumi.Output<string>;@@ -1751,7 +1751,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public generation: pulumi.Output<number>;@@ -1759,7 +1759,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -1771,7 +1771,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public object: pulumi.Output<string | undefined>;@@ -1779,7 +1779,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public projectTeam: pulumi.Output<{ @@ -1790,7 +1790,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public role: pulumi.Output<string>;@@ -1798,7 +1798,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -1859,7 +1859,7 @@ const notification = new gcp.storage.Notification("notification", { {{% /md %}}
public bucket: pulumi.Output<string>;@@ -1925,7 +1925,7 @@ The name of the bucket. {{% /md %}}
public customAttributes: pulumi.Output<{[key: string]: string} | undefined>;@@ -1936,7 +1936,7 @@ A set of key/value attribute pairs to attach to each Cloud PubSub message publis {{% /md %}}
public eventTypes: pulumi.Output<string[] | undefined>;@@ -1947,7 +1947,7 @@ List of event type filters for this notification config. If not specified, Cloud {{% /md %}}
id: Output<ID>;@@ -1959,7 +1959,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public objectNamePrefix: pulumi.Output<string | undefined>;@@ -1970,7 +1970,7 @@ Specifies a prefix path filter for this notification config. Cloud Storage will {{% /md %}}
public payloadFormat: pulumi.Output<string>;@@ -1981,7 +1981,7 @@ The desired content of the Payload. One of `"JSON_API_V1"` or `"NONE"`. {{% /md %}}
public selfLink: pulumi.Output<string>;@@ -1992,7 +1992,7 @@ The URI of the created resource. {{% /md %}}
public topic: pulumi.Output<string>;@@ -2005,7 +2005,7 @@ i.e. `projects/my-gcp-project/topics/my-topic` or `my-topic`. {{% /md %}}
extends CustomResource@@ -2063,7 +2063,7 @@ const image_store_acl = new gcp.storage.ObjectACL("image-store-acl", { {{% /md %}}
public bucket: pulumi.Output<string>;@@ -2129,7 +2129,7 @@ The name of the bucket the object is stored in. {{% /md %}}
id: Output<ID>;@@ -2141,7 +2141,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public object: pulumi.Output<string>;@@ -2152,7 +2152,7 @@ The name of the object to apply the acl to. {{% /md %}}
public predefinedAcl: pulumi.Output<string | undefined>;@@ -2163,7 +2163,7 @@ The "canned" [predefined ACL](https://cloud.google.com/storage/docs/access-contr {{% /md %}}
public roleEntities: pulumi.Output<string[]>;@@ -2175,7 +2175,7 @@ Must be set if `predefined_acl` is not. {{% /md %}}
extends CustomResource@@ -2236,7 +2236,7 @@ const publicRule = new gcp.storage.ObjectAccessControl("public_rule", { {{% /md %}}
public bucket: pulumi.Output<string>;@@ -2299,7 +2299,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public domain: pulumi.Output<string>;@@ -2307,7 +2307,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public email: pulumi.Output<string>;@@ -2315,7 +2315,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public entity: pulumi.Output<string>;@@ -2323,7 +2323,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public entityId: pulumi.Output<string>;@@ -2331,7 +2331,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public generation: pulumi.Output<number>;@@ -2339,7 +2339,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -2351,7 +2351,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public object: pulumi.Output<string>;@@ -2359,7 +2359,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public projectTeam: pulumi.Output<{ @@ -2370,7 +2370,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public role: pulumi.Output<string>;@@ -2378,7 +2378,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -2471,7 +2471,7 @@ const s3_bucket_nightly_backup = new gcp.storage.TransferJob("s3-bucket-nightly- {{% /md %}}
public creationTime: pulumi.Output<string>;@@ -2537,7 +2537,7 @@ When the Transfer Job was created. {{% /md %}}
public deletionTime: pulumi.Output<string>;@@ -2548,7 +2548,7 @@ When the Transfer Job was deleted. {{% /md %}}
public description: pulumi.Output<string>;@@ -2559,7 +2559,7 @@ Unique description to identify the Transfer Job. {{% /md %}}
id: Output<ID>;@@ -2571,7 +2571,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public lastModificationTime: pulumi.Output<string>;@@ -2582,7 +2582,7 @@ When the Transfer Job was last modified. {{% /md %}}
public name: pulumi.Output<string>;@@ -2593,7 +2593,7 @@ The name of the Transfer Job. {{% /md %}}
public project: pulumi.Output<string>;@@ -2605,7 +2605,7 @@ is not provided, the provider project is used. {{% /md %}}
public schedule: pulumi.Output<{ @@ -2633,7 +2633,7 @@ Schedule specification defining when the Transfer Job should be scheduled to sta {{% /md %}}
public status: pulumi.Output<string | undefined>;@@ -2644,7 +2644,7 @@ Status of the job. Default: `ENABLED`. **NOTE: The effect of the new job status {{% /md %}}
public transferSpec: pulumi.Output<{ @@ -2683,7 +2683,7 @@ Transfer specification. Structure documented below. {{% /md %}}
bucket: pulumi.Input<string>;@@ -2838,7 +2838,7 @@ The name of the bucket it applies to. {{% /md %}}
defaultAcl?: pulumi.Input<string>;@@ -2849,7 +2849,7 @@ Configure this ACL to be the default ACL. {{% /md %}}
predefinedAcl?: pulumi.Input<string>;@@ -2860,7 +2860,7 @@ The [canned GCS ACL](https://cloud.google.com/storage/docs/access-control/lists# {{% /md %}}
roleEntities?: pulumi.Input<pulumi.Input<string>[]>;@@ -2872,7 +2872,7 @@ List of role/entity pairs in the form `ROLE:entity`. See [GCS Bucket ACL documen
bucket?: pulumi.Input<string>;@@ -2892,7 +2892,7 @@ The name of the bucket it applies to. {{% /md %}}
defaultAcl?: pulumi.Input<string>;@@ -2903,7 +2903,7 @@ Configure this ACL to be the default ACL. {{% /md %}}
predefinedAcl?: pulumi.Input<string>;@@ -2914,7 +2914,7 @@ The [canned GCS ACL](https://cloud.google.com/storage/docs/access-control/lists# {{% /md %}}
roleEntities?: pulumi.Input<pulumi.Input<string>[]>;@@ -2926,7 +2926,7 @@ List of role/entity pairs in the form `ROLE:entity`. See [GCS Bucket ACL documen
cors?: pulumi.Input<pulumi.Input<{ @@ -2951,7 +2951,7 @@ The bucket's [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/) {{% /md %}}
encryption?: pulumi.Input<{ @@ -2964,7 +2964,7 @@ The bucket's encryption configuration. {{% /md %}}
forceDestroy?: pulumi.Input<boolean>;@@ -2977,7 +2977,7 @@ bucket that contains objects, Terraform will fail that run. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -2988,7 +2988,7 @@ A set of key/value label pairs to assign to the bucket. {{% /md %}}
lifecycleRules?: pulumi.Input<pulumi.Input<{ @@ -3012,7 +3012,7 @@ The bucket's [Lifecycle Rules](https://cloud.google.com/storage/docs/lifecycle#c {{% /md %}}
location?: pulumi.Input<string>;@@ -3023,7 +3023,7 @@ The [GCS location](https://cloud.google.com/storage/docs/bucket-locations) {{% /md %}}
logging?: pulumi.Input<{ @@ -3037,7 +3037,7 @@ The bucket's [Access & Storage Logs](https://cloud.google.com/storage/docs/acces {{% /md %}}
name?: pulumi.Input<string>;@@ -3048,7 +3048,7 @@ The name of the bucket. {{% /md %}}
project?: pulumi.Input<string>;@@ -3060,7 +3060,7 @@ is not provided, the provider project is used. {{% /md %}}
requesterPays?: pulumi.Input<boolean>;@@ -3071,7 +3071,7 @@ Enables [Requester Pays](https://cloud.google.com/storage/docs/requester-pays) o {{% /md %}}
storageClass?: pulumi.Input<string>;@@ -3082,7 +3082,7 @@ The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of th {{% /md %}}
versioning?: pulumi.Input<{ @@ -3095,7 +3095,7 @@ The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versionin {{% /md %}}
websites?: pulumi.Input<pulumi.Input<{ @@ -3110,7 +3110,7 @@ Configuration if the bucket acts as a website. Structure is documented below.
extends Context@@ -3120,7 +3120,7 @@ Shape of the [context] object passed to a Cloud Function when a bucket event fir {{% /md %}}
eventId: string;
@@ -3131,7 +3131,7 @@ A unique ID for the event. For example: "70172329041928".
{{% /md %}}
eventType: "google.storage.object.finalize" | "google.storage.object.delete" | "google.storage.object.archive" | "google.storage.object.metadataUpdate";@@ -3142,7 +3142,7 @@ The type of the event. {{% /md %}}
resource: {
@@ -3157,7 +3157,7 @@ The resource that emitted the event.
{{% /md %}}
timestamp: string;
@@ -3169,7 +3169,7 @@ The date/time this event was created. For example: "2018-04-09T07:56:12.975Z".
bucket: string;
@@ -3188,7 +3188,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
contentType: string;
@@ -3196,7 +3196,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
crc32c: string;
@@ -3204,7 +3204,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
etag: string;
@@ -3212,7 +3212,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
generation: number;
@@ -3220,7 +3220,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
id: string;
@@ -3228,7 +3228,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
kind: "storage#object";
@@ -3236,7 +3236,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
md5Hash: string;
@@ -3244,7 +3244,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
mediaLink: string;
@@ -3252,7 +3252,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
metadata: Record<string, string>;@@ -3260,7 +3260,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details. {{% /md %}}
metageneration: number;
@@ -3268,7 +3268,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
name: string;
@@ -3276,7 +3276,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
selfLink: string;
@@ -3284,7 +3284,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
size: number;
@@ -3292,7 +3292,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
storageClass: string;
@@ -3300,7 +3300,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
timeCreated: string;
@@ -3308,7 +3308,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
timeStorageClassUpdated: string;
@@ -3316,7 +3316,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
{{% /md %}}
updated: string;
@@ -3325,11 +3325,11 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
failurePolicy?: cloudfunctions.FailurePolicy;@@ -3337,7 +3337,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details. {{% /md %}}
triggerType: "finalize" | "delete" | "archive" | "metadataUpdate";@@ -3346,7 +3346,7 @@ See https://cloud.google.com/storage/docs/json_api/v1/objects for more details.
extends CallbackFunctionArgs@@ -3357,7 +3357,7 @@ for a bucket event. {{% /md %}}
availableMemoryMb?: pulumi.Input<number>;@@ -3368,7 +3368,7 @@ Memory (in MB), available to the function. Default value is 256MB. Allowed value {{% /md %}}
bucket?: storage.Bucket;@@ -3381,7 +3381,7 @@ code. {{% /md %}}
callback?: BucketEventHandler;@@ -3389,7 +3389,7 @@ code. {{% /md %}}
callbackFactory?: undefined | () => BucketEventHandler;@@ -3397,7 +3397,7 @@ code. {{% /md %}}
codePathOptions?: pulumi.runtime.CodePathOptions;@@ -3409,7 +3409,7 @@ the code for the GCP Function. {{% /md %}}
description?: pulumi.Input<string>;@@ -3420,7 +3420,7 @@ Description of the function. {{% /md %}}
environmentVariables?: pulumi.Input<{[key: string]: any}>;@@ -3431,7 +3431,7 @@ A set of key/value environment variable pairs to assign to the function. {{% /md %}}
eventTrigger?: undefined;
@@ -3439,7 +3439,7 @@ A set of key/value environment variable pairs to assign to the function.
{{% /md %}}
httpsTriggerUrl?: undefined;
@@ -3447,7 +3447,7 @@ A set of key/value environment variable pairs to assign to the function.
{{% /md %}}
labels?: pulumi.Input<{[key: string]: any}>;@@ -3458,7 +3458,7 @@ A set of key/value label pairs to assign to the function. {{% /md %}}
project?: pulumi.Input<string>;@@ -3469,7 +3469,7 @@ Project of the function. If it is not provided, the provider project is used. {{% /md %}}
region?: pulumi.Input<string>;@@ -3480,7 +3480,7 @@ Region of function. Currently can be only "us-central1". If it is not provided, {{% /md %}}
serviceAccountEmail?: pulumi.Input<string>;@@ -3491,7 +3491,7 @@ If provided, the self-provided service account to run the function with. {{% /md %}}
timeout?: pulumi.Input<number>;@@ -3502,7 +3502,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo {{% /md %}}
triggerHttp?: undefined;
@@ -3511,7 +3511,7 @@ Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be mo
bucket: pulumi.Input<string>;@@ -3531,7 +3531,7 @@ The name of the bucket it applies to. {{% /md %}}
members: pulumi.Input<pulumi.Input<string>[]>;@@ -3539,7 +3539,7 @@ The name of the bucket it applies to. {{% /md %}}
role: pulumi.Input<string>;@@ -3552,7 +3552,7 @@ The role that should be applied. Note that custom roles must be of the format
bucket?: pulumi.Input<string>;@@ -3572,7 +3572,7 @@ The name of the bucket it applies to. {{% /md %}}
etag?: pulumi.Input<string>;@@ -3583,7 +3583,7 @@ The name of the bucket it applies to. {{% /md %}}
members?: pulumi.Input<pulumi.Input<string>[]>;@@ -3591,7 +3591,7 @@ The name of the bucket it applies to. {{% /md %}}
role?: pulumi.Input<string>;@@ -3604,7 +3604,7 @@ The role that should be applied. Note that custom roles must be of the format
bucket: pulumi.Input<string>;@@ -3624,7 +3624,7 @@ The name of the bucket it applies to. {{% /md %}}
member: pulumi.Input<string>;@@ -3632,7 +3632,7 @@ The name of the bucket it applies to. {{% /md %}}
role: pulumi.Input<string>;@@ -3645,7 +3645,7 @@ The role that should be applied. Note that custom roles must be of the format
bucket?: pulumi.Input<string>;@@ -3665,7 +3665,7 @@ The name of the bucket it applies to. {{% /md %}}
etag?: pulumi.Input<string>;@@ -3676,7 +3676,7 @@ The name of the bucket it applies to. {{% /md %}}
member?: pulumi.Input<string>;@@ -3684,7 +3684,7 @@ The name of the bucket it applies to. {{% /md %}}
role?: pulumi.Input<string>;@@ -3697,7 +3697,7 @@ The role that should be applied. Note that custom roles must be of the format
bucket: pulumi.Input<string>;@@ -3717,7 +3717,7 @@ The name of the bucket it applies to. {{% /md %}}
policyData: pulumi.Input<string>;@@ -3726,7 +3726,7 @@ The name of the bucket it applies to.
bucket?: pulumi.Input<string>;@@ -3746,7 +3746,7 @@ The name of the bucket it applies to. {{% /md %}}
etag?: pulumi.Input<string>;@@ -3757,7 +3757,7 @@ The name of the bucket it applies to. {{% /md %}}
policyData?: pulumi.Input<string>;@@ -3766,7 +3766,7 @@ The name of the bucket it applies to.
bucket: pulumi.Input<string>;@@ -3786,7 +3786,7 @@ The name of the containing bucket. {{% /md %}}
cacheControl?: pulumi.Input<string>;@@ -3798,7 +3798,7 @@ directive to specify caching behavior of object data. If omitted and object is a {{% /md %}}
content?: pulumi.Input<string>;@@ -3809,7 +3809,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
contentDisposition?: pulumi.Input<string>;@@ -3820,7 +3820,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
contentEncoding?: pulumi.Input<string>;@@ -3831,7 +3831,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
contentLanguage?: pulumi.Input<string>;@@ -3842,7 +3842,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
contentType?: pulumi.Input<string>;@@ -3853,7 +3853,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
detectMd5hash?: pulumi.Input<string>;@@ -3861,7 +3861,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
name?: pulumi.Input<string>;@@ -3872,7 +3872,7 @@ The name of the object. If you're interpolating the name of this object, see `ou {{% /md %}}
source?: pulumi.Input<pulumi.asset.Archive>;@@ -3884,7 +3884,7 @@ if `content` is not. {{% /md %}}
storageClass?: pulumi.Input<string>;@@ -3898,7 +3898,7 @@ storage class or to a [standard](https://cloud.google.com/storage/docs/storage-c
bucket?: pulumi.Input<string>;@@ -3918,7 +3918,7 @@ The name of the containing bucket. {{% /md %}}
cacheControl?: pulumi.Input<string>;@@ -3930,7 +3930,7 @@ directive to specify caching behavior of object data. If omitted and object is a {{% /md %}}
content?: pulumi.Input<string>;@@ -3941,7 +3941,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
contentDisposition?: pulumi.Input<string>;@@ -3952,7 +3952,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
contentEncoding?: pulumi.Input<string>;@@ -3963,7 +3963,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
contentLanguage?: pulumi.Input<string>;@@ -3974,7 +3974,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
contentType?: pulumi.Input<string>;@@ -3985,7 +3985,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
crc32c?: pulumi.Input<string>;@@ -3996,7 +3996,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
detectMd5hash?: pulumi.Input<string>;@@ -4004,7 +4004,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
md5hash?: pulumi.Input<string>;@@ -4015,7 +4015,7 @@ Data as `string` to be uploaded. Must be defined if `source` is not. **Note**: T {{% /md %}}
name?: pulumi.Input<string>;@@ -4026,7 +4026,7 @@ The name of the object. If you're interpolating the name of this object, see `ou {{% /md %}}
outputName?: pulumi.Input<string>;@@ -4038,7 +4038,7 @@ The name of the object. If you're interpolating the name of this object, see `ou {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -4049,7 +4049,7 @@ The name of the object. If you're interpolating the name of this object, see `ou {{% /md %}}
source?: pulumi.Input<pulumi.asset.Archive>;@@ -4061,7 +4061,7 @@ if `content` is not. {{% /md %}}
storageClass?: pulumi.Input<string>;@@ -4075,7 +4075,7 @@ storage class or to a [standard](https://cloud.google.com/storage/docs/storage-c
cors?: pulumi.Input<pulumi.Input<{ @@ -4100,7 +4100,7 @@ The bucket's [Cross-Origin Resource Sharing (CORS)](https://www.w3.org/TR/cors/) {{% /md %}}
encryption?: pulumi.Input<{ @@ -4113,7 +4113,7 @@ The bucket's encryption configuration. {{% /md %}}
forceDestroy?: pulumi.Input<boolean>;@@ -4126,7 +4126,7 @@ bucket that contains objects, Terraform will fail that run. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -4137,7 +4137,7 @@ A set of key/value label pairs to assign to the bucket. {{% /md %}}
lifecycleRules?: pulumi.Input<pulumi.Input<{ @@ -4161,7 +4161,7 @@ The bucket's [Lifecycle Rules](https://cloud.google.com/storage/docs/lifecycle#c {{% /md %}}
location?: pulumi.Input<string>;@@ -4172,7 +4172,7 @@ The [GCS location](https://cloud.google.com/storage/docs/bucket-locations) {{% /md %}}
logging?: pulumi.Input<{ @@ -4186,7 +4186,7 @@ The bucket's [Access & Storage Logs](https://cloud.google.com/storage/docs/acces {{% /md %}}
name?: pulumi.Input<string>;@@ -4197,7 +4197,7 @@ The name of the bucket. {{% /md %}}
project?: pulumi.Input<string>;@@ -4209,7 +4209,7 @@ is not provided, the provider project is used. {{% /md %}}
requesterPays?: pulumi.Input<boolean>;@@ -4220,7 +4220,7 @@ Enables [Requester Pays](https://cloud.google.com/storage/docs/requester-pays) o {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -4231,7 +4231,7 @@ The URI of the created resource. {{% /md %}}
storageClass?: pulumi.Input<string>;@@ -4242,7 +4242,7 @@ The [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of th {{% /md %}}
url?: pulumi.Input<string>;@@ -4253,7 +4253,7 @@ The base URL of the bucket, in the format `gs://
versioning?: pulumi.Input<{ @@ -4266,7 +4266,7 @@ The bucket's [Versioning](https://cloud.google.com/storage/docs/object-versionin {{% /md %}}
websites?: pulumi.Input<pulumi.Input<{ @@ -4281,7 +4281,7 @@ Configuration if the bucket acts as a website. Structure is documented below.
bucket: pulumi.Input<string>;@@ -4301,7 +4301,7 @@ The name of the bucket it applies to. {{% /md %}}
roleEntities?: pulumi.Input<pulumi.Input<string>[]>;@@ -4315,7 +4315,7 @@ Omitting the field is the same as providing an empty list.
bucket?: pulumi.Input<string>;@@ -4335,7 +4335,7 @@ The name of the bucket it applies to. {{% /md %}}
roleEntities?: pulumi.Input<pulumi.Input<string>[]>;@@ -4349,7 +4349,7 @@ Omitting the field is the same as providing an empty list.
bucket: pulumi.Input<string>;@@ -4366,7 +4366,7 @@ The set of arguments for constructing a DefaultObjectAccessControl resource. {{% /md %}}
entity: pulumi.Input<string>;@@ -4374,7 +4374,7 @@ The set of arguments for constructing a DefaultObjectAccessControl resource. {{% /md %}}
object?: pulumi.Input<string>;@@ -4382,7 +4382,7 @@ The set of arguments for constructing a DefaultObjectAccessControl resource. {{% /md %}}
role: pulumi.Input<string>;@@ -4391,7 +4391,7 @@ The set of arguments for constructing a DefaultObjectAccessControl resource.
bucket?: pulumi.Input<string>;@@ -4408,7 +4408,7 @@ Input properties used for looking up and filtering DefaultObjectAccessControl re {{% /md %}}
domain?: pulumi.Input<string>;@@ -4416,7 +4416,7 @@ Input properties used for looking up and filtering DefaultObjectAccessControl re {{% /md %}}
email?: pulumi.Input<string>;@@ -4424,7 +4424,7 @@ Input properties used for looking up and filtering DefaultObjectAccessControl re {{% /md %}}
entity?: pulumi.Input<string>;@@ -4432,7 +4432,7 @@ Input properties used for looking up and filtering DefaultObjectAccessControl re {{% /md %}}
entityId?: pulumi.Input<string>;@@ -4440,7 +4440,7 @@ Input properties used for looking up and filtering DefaultObjectAccessControl re {{% /md %}}
generation?: pulumi.Input<number>;@@ -4448,7 +4448,7 @@ Input properties used for looking up and filtering DefaultObjectAccessControl re {{% /md %}}
object?: pulumi.Input<string>;@@ -4456,7 +4456,7 @@ Input properties used for looking up and filtering DefaultObjectAccessControl re {{% /md %}}
projectTeam?: pulumi.Input<{ @@ -4467,7 +4467,7 @@ Input properties used for looking up and filtering DefaultObjectAccessControl re {{% /md %}}
role?: pulumi.Input<string>;@@ -4476,7 +4476,7 @@ Input properties used for looking up and filtering DefaultObjectAccessControl re
bucket?: undefined | string;@@ -4525,7 +4525,7 @@ A collection of values returned by getBucketObject. {{% /md %}}
cacheControl: string;
@@ -4537,7 +4537,7 @@ directive to specify caching behavior of object data. If omitted and object is a
{{% /md %}}
content: string;
@@ -4545,7 +4545,7 @@ directive to specify caching behavior of object data. If omitted and object is a
{{% /md %}}
contentDisposition: string;
@@ -4556,7 +4556,7 @@ directive to specify caching behavior of object data. If omitted and object is a
{{% /md %}}
contentEncoding: string;
@@ -4567,7 +4567,7 @@ directive to specify caching behavior of object data. If omitted and object is a
{{% /md %}}
contentLanguage: string;
@@ -4578,7 +4578,7 @@ directive to specify caching behavior of object data. If omitted and object is a
{{% /md %}}
contentType: string;
@@ -4589,7 +4589,7 @@ directive to specify caching behavior of object data. If omitted and object is a
{{% /md %}}
crc32c: string;
@@ -4600,7 +4600,7 @@ directive to specify caching behavior of object data. If omitted and object is a
{{% /md %}}
detectMd5hash: string;
@@ -4608,7 +4608,7 @@ directive to specify caching behavior of object data. If omitted and object is a
{{% /md %}}
id: string;
@@ -4619,7 +4619,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
md5hash: string;
@@ -4630,7 +4630,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name?: undefined | string;@@ -4638,7 +4638,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
outputName: string;
@@ -4646,7 +4646,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
predefinedAcl: string;
@@ -4654,7 +4654,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
selfLink: string;
@@ -4665,7 +4665,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
source: string;
@@ -4673,7 +4673,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
storageClass: string;
@@ -4687,7 +4687,7 @@ storage class or to a [standard](https://cloud.google.com/storage/docs/storage-c
bucket: string;
@@ -4707,7 +4707,7 @@ The name of the bucket to read the object from
{{% /md %}}
contentMd5?: undefined | string;@@ -4720,7 +4720,7 @@ If you provide this in the datasource, the client (e.g. browser, curl) must prov {{% /md %}}
contentType?: undefined | string;@@ -4731,7 +4731,7 @@ If you specify this in the datasource, the client must provide the `Content-Type {{% /md %}}
credentials?: undefined | string;@@ -4743,7 +4743,7 @@ This data source checks the following locations for credentials, in order of pre {{% /md %}}
duration?: undefined | string;@@ -4755,7 +4755,7 @@ See [here](https://golang.org/pkg/time/#ParseDuration) for info on valid duratio {{% /md %}}
extensionHeaders?: undefined | {[key: string]: string};@@ -4767,7 +4767,7 @@ Any header starting with `x-goog-` is accepted but see the [Google Docs](https:/ {{% /md %}}
httpMethod?: undefined | string;@@ -4778,7 +4778,7 @@ What HTTP Method will the signed URL allow (defaults to `GET`) {{% /md %}}
path: string;
@@ -4790,7 +4790,7 @@ The full path to the object inside the bucket
bucket: string;
@@ -4807,7 +4807,7 @@ A collection of values returned by getObjectSignedUrl.
{{% /md %}}
contentMd5?: undefined | string;@@ -4815,7 +4815,7 @@ A collection of values returned by getObjectSignedUrl. {{% /md %}}
contentType?: undefined | string;@@ -4823,7 +4823,7 @@ A collection of values returned by getObjectSignedUrl. {{% /md %}}
credentials?: undefined | string;@@ -4831,7 +4831,7 @@ A collection of values returned by getObjectSignedUrl. {{% /md %}}
duration?: undefined | string;@@ -4839,7 +4839,7 @@ A collection of values returned by getObjectSignedUrl. {{% /md %}}
extensionHeaders?: undefined | {[key: string]: string};@@ -4847,7 +4847,7 @@ A collection of values returned by getObjectSignedUrl. {{% /md %}}
httpMethod?: undefined | string;@@ -4855,7 +4855,7 @@ A collection of values returned by getObjectSignedUrl. {{% /md %}}
id: string;
@@ -4866,7 +4866,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
path: string;
@@ -4874,7 +4874,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
signedUrl: string;
@@ -4886,7 +4886,7 @@ The signed URL that can be used to access the storage object without authenticat
project?: undefined | string;@@ -4906,7 +4906,7 @@ The project the unique service account was created for. If it is not provided, t {{% /md %}}
emailAddress: string;
@@ -4940,7 +4940,7 @@ in order to grant IAM permissions.
{{% /md %}}
id: string;
@@ -4951,7 +4951,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project: string;
@@ -4959,7 +4959,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
email: string;
@@ -5009,7 +5009,7 @@ Email address of the default service account used by Storage Transfer Jobs runni
{{% /md %}}
id: string;
@@ -5020,7 +5020,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project: string;
@@ -5029,7 +5029,7 @@ id is the provider-assigned unique ID for this managed resource.
bucket: pulumi.Input<string>;@@ -5049,7 +5049,7 @@ The name of the bucket. {{% /md %}}
customAttributes?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -5060,7 +5060,7 @@ A set of key/value attribute pairs to attach to each Cloud PubSub message publis {{% /md %}}
eventTypes?: pulumi.Input<pulumi.Input<string>[]>;@@ -5071,7 +5071,7 @@ List of event type filters for this notification config. If not specified, Cloud {{% /md %}}
objectNamePrefix?: pulumi.Input<string>;@@ -5082,7 +5082,7 @@ Specifies a prefix path filter for this notification config. Cloud Storage will {{% /md %}}
payloadFormat: pulumi.Input<string>;@@ -5093,7 +5093,7 @@ The desired content of the Payload. One of `"JSON_API_V1"` or `"NONE"`. {{% /md %}}
topic: pulumi.Input<string>;@@ -5107,7 +5107,7 @@ i.e. `projects/my-gcp-project/topics/my-topic` or `my-topic`.
bucket?: pulumi.Input<string>;@@ -5127,7 +5127,7 @@ The name of the bucket. {{% /md %}}
customAttributes?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -5138,7 +5138,7 @@ A set of key/value attribute pairs to attach to each Cloud PubSub message publis {{% /md %}}
eventTypes?: pulumi.Input<pulumi.Input<string>[]>;@@ -5149,7 +5149,7 @@ List of event type filters for this notification config. If not specified, Cloud {{% /md %}}
objectNamePrefix?: pulumi.Input<string>;@@ -5160,7 +5160,7 @@ Specifies a prefix path filter for this notification config. Cloud Storage will {{% /md %}}
payloadFormat?: pulumi.Input<string>;@@ -5171,7 +5171,7 @@ The desired content of the Payload. One of `"JSON_API_V1"` or `"NONE"`. {{% /md %}}
selfLink?: pulumi.Input<string>;@@ -5182,7 +5182,7 @@ The URI of the created resource. {{% /md %}}
topic?: pulumi.Input<string>;@@ -5196,7 +5196,7 @@ i.e. `projects/my-gcp-project/topics/my-topic` or `my-topic`.
bucket: pulumi.Input<string>;@@ -5216,7 +5216,7 @@ The name of the bucket the object is stored in. {{% /md %}}
object: pulumi.Input<string>;@@ -5227,7 +5227,7 @@ The name of the object to apply the acl to. {{% /md %}}
predefinedAcl?: pulumi.Input<string>;@@ -5238,7 +5238,7 @@ The "canned" [predefined ACL](https://cloud.google.com/storage/docs/access-contr {{% /md %}}
roleEntities?: pulumi.Input<pulumi.Input<string>[]>;@@ -5251,7 +5251,7 @@ Must be set if `predefined_acl` is not.
bucket?: pulumi.Input<string>;@@ -5271,7 +5271,7 @@ The name of the bucket the object is stored in. {{% /md %}}
object?: pulumi.Input<string>;@@ -5282,7 +5282,7 @@ The name of the object to apply the acl to. {{% /md %}}
predefinedAcl?: pulumi.Input<string>;@@ -5293,7 +5293,7 @@ The "canned" [predefined ACL](https://cloud.google.com/storage/docs/access-contr {{% /md %}}
roleEntities?: pulumi.Input<pulumi.Input<string>[]>;@@ -5306,7 +5306,7 @@ Must be set if `predefined_acl` is not.
bucket: pulumi.Input<string>;@@ -5323,7 +5323,7 @@ The set of arguments for constructing a ObjectAccessControl resource. {{% /md %}}
entity: pulumi.Input<string>;@@ -5331,7 +5331,7 @@ The set of arguments for constructing a ObjectAccessControl resource. {{% /md %}}
object: pulumi.Input<string>;@@ -5339,7 +5339,7 @@ The set of arguments for constructing a ObjectAccessControl resource. {{% /md %}}
role: pulumi.Input<string>;@@ -5348,7 +5348,7 @@ The set of arguments for constructing a ObjectAccessControl resource.
bucket?: pulumi.Input<string>;@@ -5365,7 +5365,7 @@ Input properties used for looking up and filtering ObjectAccessControl resources {{% /md %}}
domain?: pulumi.Input<string>;@@ -5373,7 +5373,7 @@ Input properties used for looking up and filtering ObjectAccessControl resources {{% /md %}}
email?: pulumi.Input<string>;@@ -5381,7 +5381,7 @@ Input properties used for looking up and filtering ObjectAccessControl resources {{% /md %}}
entity?: pulumi.Input<string>;@@ -5389,7 +5389,7 @@ Input properties used for looking up and filtering ObjectAccessControl resources {{% /md %}}
entityId?: pulumi.Input<string>;@@ -5397,7 +5397,7 @@ Input properties used for looking up and filtering ObjectAccessControl resources {{% /md %}}
generation?: pulumi.Input<number>;@@ -5405,7 +5405,7 @@ Input properties used for looking up and filtering ObjectAccessControl resources {{% /md %}}
object?: pulumi.Input<string>;@@ -5413,7 +5413,7 @@ Input properties used for looking up and filtering ObjectAccessControl resources {{% /md %}}
projectTeam?: pulumi.Input<{ @@ -5424,7 +5424,7 @@ Input properties used for looking up and filtering ObjectAccessControl resources {{% /md %}}
role?: pulumi.Input<string>;@@ -5433,7 +5433,7 @@ Input properties used for looking up and filtering ObjectAccessControl resources
failurePolicy?: cloudfunctions.FailurePolicy;@@ -5453,7 +5453,7 @@ See [cloudfunctions.FailurePolicy] for more information on this.
description: pulumi.Input<string>;@@ -5473,7 +5473,7 @@ Unique description to identify the Transfer Job. {{% /md %}}
project?: pulumi.Input<string>;@@ -5485,7 +5485,7 @@ is not provided, the provider project is used. {{% /md %}}
schedule: pulumi.Input<{ @@ -5513,7 +5513,7 @@ Schedule specification defining when the Transfer Job should be scheduled to sta {{% /md %}}
status?: pulumi.Input<string>;@@ -5524,7 +5524,7 @@ Status of the job. Default: `ENABLED`. **NOTE: The effect of the new job status {{% /md %}}
transferSpec: pulumi.Input<{ @@ -5564,7 +5564,7 @@ Transfer specification. Structure documented below.
creationTime?: pulumi.Input<string>;@@ -5584,7 +5584,7 @@ When the Transfer Job was created. {{% /md %}}
deletionTime?: pulumi.Input<string>;@@ -5595,7 +5595,7 @@ When the Transfer Job was deleted. {{% /md %}}
description?: pulumi.Input<string>;@@ -5606,7 +5606,7 @@ Unique description to identify the Transfer Job. {{% /md %}}
lastModificationTime?: pulumi.Input<string>;@@ -5617,7 +5617,7 @@ When the Transfer Job was last modified. {{% /md %}}
name?: pulumi.Input<string>;@@ -5628,7 +5628,7 @@ The name of the Transfer Job. {{% /md %}}
project?: pulumi.Input<string>;@@ -5640,7 +5640,7 @@ is not provided, the provider project is used. {{% /md %}}
schedule?: pulumi.Input<{ @@ -5668,7 +5668,7 @@ Schedule specification defining when the Transfer Job should be scheduled to sta {{% /md %}}
status?: pulumi.Input<string>;@@ -5679,7 +5679,7 @@ Status of the job. Default: `ENABLED`. **NOTE: The effect of the new job status {{% /md %}}
transferSpec?: pulumi.Input<{ @@ -5719,7 +5719,7 @@ Transfer specification. Structure documented below.
type BucketEventHandler = cloudfunctions.Callback<BucketData, BucketContext, void>;diff --git a/content/reference/pkg/nodejs/pulumi/gcp/tpu/_index.md b/content/docs/reference/pkg/nodejs/pulumi/gcp/tpu/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/gcp/tpu/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/gcp/tpu/_index.md index 0c91bce364c0..b613c6639acb 100644 --- a/content/reference/pkg/nodejs/pulumi/gcp/tpu/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/gcp/tpu/_index.md @@ -25,14 +25,14 @@ aliases:
extends CustomResource@@ -53,7 +53,7 @@ To get more information about Node, see: import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const available = pulumi.output(gcp.TpuTensorflowVersions({})); +const available = pulumi.output(gcp.tpu.getTensorflowVersions({})); const tpu = new gcp.tpu.Node("tpu", { acceleratorType: "v3-8", cidrBlock: "10.2.0.0/29", @@ -68,7 +68,7 @@ const tpu = new gcp.tpu.Node("tpu", { import * as pulumi from "@pulumi/pulumi"; import * as gcp from "@pulumi/gcp"; -const available = pulumi.output(gcp.TpuTensorflowVersions({})); +const available = pulumi.output(gcp.tpu.getTensorflowVersions({})); const tpuNetwork = new gcp.compute.Network("tpu_network", { autoCreateSubnetworks: false, }); @@ -90,7 +90,7 @@ const tpu = new gcp.tpu.Node("tpu", { {{% /md %}}
public acceleratorType: pulumi.Output<string>;@@ -153,7 +153,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public cidrBlock: pulumi.Output<string>;@@ -161,7 +161,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -169,7 +169,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
id: Output<ID>;@@ -181,7 +181,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public labels: pulumi.Output<{[key: string]: string} | undefined>;@@ -189,7 +189,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -197,7 +197,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public network: pulumi.Output<string>;@@ -205,7 +205,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public networkEndpoints: pulumi.Output<{ @@ -216,7 +216,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public project: pulumi.Output<string>;@@ -228,7 +228,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public schedulingConfig: pulumi.Output<{ @@ -238,7 +238,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public serviceAccount: pulumi.Output<string>;@@ -246,7 +246,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public tensorflowVersion: pulumi.Output<string>;@@ -254,7 +254,7 @@ If it is not provided, the provider project is used. {{% /md %}}
public zone: pulumi.Output<string>;@@ -275,7 +275,7 @@ deployments.
project?: undefined | string;@@ -302,7 +302,7 @@ A collection of arguments for invoking getTensorflowVersions. {{% /md %}}
id: string;
@@ -331,7 +331,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
project: string;
@@ -339,7 +339,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
versions: string[];
@@ -347,7 +347,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
zone: string;
@@ -356,7 +356,7 @@ id is the provider-assigned unique ID for this managed resource.
acceleratorType: pulumi.Input<string>;@@ -373,7 +373,7 @@ The set of arguments for constructing a Node resource. {{% /md %}}
cidrBlock: pulumi.Input<string>;@@ -381,7 +381,7 @@ The set of arguments for constructing a Node resource. {{% /md %}}
description?: pulumi.Input<string>;@@ -389,7 +389,7 @@ The set of arguments for constructing a Node resource. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -397,7 +397,7 @@ The set of arguments for constructing a Node resource. {{% /md %}}
name?: pulumi.Input<string>;@@ -405,7 +405,7 @@ The set of arguments for constructing a Node resource. {{% /md %}}
network?: pulumi.Input<string>;@@ -413,7 +413,7 @@ The set of arguments for constructing a Node resource. {{% /md %}}
project?: pulumi.Input<string>;@@ -425,7 +425,7 @@ If it is not provided, the provider project is used. {{% /md %}}
schedulingConfig?: pulumi.Input<{ @@ -435,7 +435,7 @@ If it is not provided, the provider project is used. {{% /md %}}
tensorflowVersion: pulumi.Input<string>;@@ -443,7 +443,7 @@ If it is not provided, the provider project is used. {{% /md %}}
zone: pulumi.Input<string>;@@ -452,7 +452,7 @@ If it is not provided, the provider project is used.
acceleratorType?: pulumi.Input<string>;@@ -469,7 +469,7 @@ Input properties used for looking up and filtering Node resources. {{% /md %}}
cidrBlock?: pulumi.Input<string>;@@ -477,7 +477,7 @@ Input properties used for looking up and filtering Node resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -485,7 +485,7 @@ Input properties used for looking up and filtering Node resources. {{% /md %}}
labels?: pulumi.Input<{[key: string]: pulumi.Input<string>}>;@@ -493,7 +493,7 @@ Input properties used for looking up and filtering Node resources. {{% /md %}}
name?: pulumi.Input<string>;@@ -501,7 +501,7 @@ Input properties used for looking up and filtering Node resources. {{% /md %}}
network?: pulumi.Input<string>;@@ -509,7 +509,7 @@ Input properties used for looking up and filtering Node resources. {{% /md %}}
networkEndpoints?: pulumi.Input<pulumi.Input<{ @@ -520,7 +520,7 @@ Input properties used for looking up and filtering Node resources. {{% /md %}}
project?: pulumi.Input<string>;@@ -532,7 +532,7 @@ If it is not provided, the provider project is used. {{% /md %}}
schedulingConfig?: pulumi.Input<{ @@ -542,7 +542,7 @@ If it is not provided, the provider project is used. {{% /md %}}
serviceAccount?: pulumi.Input<string>;@@ -550,7 +550,7 @@ If it is not provided, the provider project is used. {{% /md %}}
tensorflowVersion?: pulumi.Input<string>;@@ -558,7 +558,7 @@ If it is not provided, the provider project is used. {{% /md %}}
zone?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/_index.md similarity index 79% rename from content/reference/pkg/nodejs/pulumi/kubernetes/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/_index.md index 07ed74b85441..21b5e34fc644 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/_index.md @@ -29,10 +29,11 @@ import * as kubernetes from "@pulumi/kubernetes";
extends ProviderResource
@@ -85,7 +86,7 @@ The provider type for the kubernetes package.
{{% /md %}}
id: Output<ID>;@@ -138,7 +139,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
getVersion(): string
+
+
+Returns the version of the package containing this file, obtained from the package.json
+of this package.
+
+{{% /md %}}
+cluster?: pulumi.Input<string>;@@ -171,7 +186,7 @@ If present, the name of the kubeconfig cluster to use. {{% /md %}}
context?: pulumi.Input<string>;@@ -182,7 +197,7 @@ If present, the name of the kubeconfig context to use. {{% /md %}}
kubeconfig?: pulumi.Input<string>;@@ -193,13 +208,14 @@ The contents of a kubeconfig file. If this is set, this config will be used inst {{% /md %}}
namespace?: pulumi.Input<string>;{{% md %}} -If present, the namespace scope to use. +If present, the default namespace to use. This flag is ignored for cluster-scoped resources. +Note: if .metadata.namespace is set on a resource, that value takes precedence over the provider default. {{% /md %}}
extends CustomResource@@ -41,7 +41,7 @@ or reject and may change the object. {{% /md %}}
public getInputs(): inputApi.admissionregistration.v1beta1.MutatingWebhookConfiguration
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of MutatingWebhookConfiguration. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"admissionregistration.k8s.io/v1beta1">;@@ -123,7 +113,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -135,7 +125,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"MutatingWebhookConfiguration">;@@ -149,7 +139,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -161,7 +151,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. {{% /md %}}
public webhooks: pulumi.Output<outputApi.admissionregistration.v1beta1.Webhook[]>;@@ -185,7 +175,7 @@ Webhooks is a list of webhooks and the affected resources and operations.
extends CustomResource@@ -195,7 +185,7 @@ MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration. {{% /md %}}
public getInputs(): inputApi.admissionregistration.v1beta1.MutatingWebhookConfigurationList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of MutatingWebhookConfigurationList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"admissionregistration.k8s.io/v1beta1">;@@ -277,7 +257,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -289,7 +269,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.admissionregistration.v1beta1.MutatingWebhookConfiguration[]>;@@ -300,7 +280,7 @@ List of MutatingWebhookConfiguration. {{% /md %}}
public kind: pulumi.Output<"MutatingWebhookConfigurationList">;@@ -314,7 +294,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -326,7 +306,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -350,7 +330,7 @@ accept or reject and object without changing it. {{% /md %}}
public getInputs(): inputApi.admissionregistration.v1beta1.ValidatingWebhookConfiguration
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ValidatingWebhookConfiguration. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"admissionregistration.k8s.io/v1beta1">;@@ -432,7 +402,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -444,7 +414,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ValidatingWebhookConfiguration">;@@ -458,7 +428,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -470,7 +440,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. {{% /md %}}
public webhooks: pulumi.Output<outputApi.admissionregistration.v1beta1.Webhook[]>;@@ -494,7 +464,7 @@ Webhooks is a list of webhooks and the affected resources and operations.
extends CustomResource@@ -504,7 +474,7 @@ ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration. {{% /md %}}
public getInputs(): inputApi.admissionregistration.v1beta1.ValidatingWebhookConfigurationList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ValidatingWebhookConfigurationList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"admissionregistration.k8s.io/v1beta1">;@@ -586,7 +546,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -598,7 +558,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.admissionregistration.v1beta1.ValidatingWebhookConfiguration[]>;@@ -609,7 +569,7 @@ List of ValidatingWebhookConfiguration. {{% /md %}}
public kind: pulumi.Output<"ValidatingWebhookConfigurationList">;@@ -623,7 +583,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -635,7 +595,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/_index.md similarity index 81% rename from content/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/_index.md index c46be7421c6e..840ece80f3d2 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/_index.md @@ -22,7 +22,7 @@ aliases:
extends CustomResource@@ -55,7 +55,7 @@ instantiate this as a Pulumi resource, one could call `new CustomResource`, pass {{% /md %}}
public apiVersion: pulumi.Output<string>;@@ -137,7 +137,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -149,7 +149,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<string>;@@ -163,7 +163,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -175,7 +175,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata. {{% /md %}}
apiVersion: pulumi.Input<string>;@@ -218,7 +218,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
kind: pulumi.Input<string>;@@ -232,7 +232,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
metadata?: pulumi.Input<inputApi.meta.v1.ObjectMeta>;@@ -245,7 +245,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
extends CustomResourceOptions@@ -256,7 +256,7 @@ in supplied to `apiextensions.CustomResource#get`. {{% /md %}}
additionalSecretOutputs?: string[];
@@ -266,10 +266,21 @@ The names of outputs for this resource that should be treated as secrets. This a
the resource provider and pulumi engine already determine based on inputs to your resource. It can be used
to mark certain ouputs as a secrets on a per resource basis.
+{{% /md %}}
+aliases?: Input<URN | Alias>[];+{{% md %}} + +An optional list of aliases to treat this resoruce as matching. + {{% /md %}}
apiVersion: pulumi.Input<string>;@@ -281,7 +292,7 @@ as specified by the CustomResourceDefinition that defines it on the API server. {{% /md %}}
deleteBeforeReplace?: undefined | false | true;@@ -293,7 +304,7 @@ is created when replacement is necessary. {{% /md %}}
dependsOn?: Input<Input<Resource>[]> | Input<Resource>;@@ -304,7 +315,7 @@ An optional additional explicit dependencies on other resources. {{% /md %}}
id: pulumi.Input<pulumi.ID>;@@ -316,7 +327,7 @@ An ID for the Kubernetes resource to retrive. Takes the form
ignoreChanges?: string[];
@@ -327,7 +338,7 @@ Ignore changes to any of the specified properties.
{{% /md %}}
kind: pulumi.Input<string>;@@ -339,7 +350,7 @@ the CustomResourceDefinition that defines it on the API server. {{% /md %}}
parent?: Resource;@@ -350,7 +361,7 @@ An optional parent resource to which this resource belongs. {{% /md %}}
protect?: undefined | false | true;@@ -361,7 +372,7 @@ When set to true, protect ensures this resource cannot be deleted. {{% /md %}}
provider?: ProviderResource;@@ -374,7 +385,7 @@ provider bag (see also ComponentResourceOptions.providers). {{% /md %}}
version?: undefined | string;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/v1beta1/_index.md similarity index 75% rename from content/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/v1beta1/_index.md index 3daf56ae615b..4d9e870c1dde 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiextensions/v1beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -39,7 +39,7 @@ name MUST be in the format <.spec.name>.<.spec.group>. {{% /md %}}
public getInputs(): inputApi.apiextensions.v1beta1.CustomResourceDefinition
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CustomResourceDefinition. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apiextensions.k8s.io/v1beta1">;@@ -121,7 +111,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -133,7 +123,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"CustomResourceDefinition">;@@ -147,7 +137,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -155,7 +145,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.apiextensions.v1beta1.CustomResourceDefinitionSpec>;@@ -166,7 +156,7 @@ Spec describes how the user wants the resources to appear {{% /md %}}
public status: pulumi.Output<outputApi.apiextensions.v1beta1.CustomResourceDefinitionStatus>;@@ -177,7 +167,7 @@ Status indicates the actual state of the CustomResourceDefinition {{% /md %}}
extends CustomResource@@ -200,7 +190,7 @@ CustomResourceDefinitionList is a list of CustomResourceDefinition objects. {{% /md %}}
public getInputs(): inputApi.apiextensions.v1beta1.CustomResourceDefinitionList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CustomResourceDefinitionList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apiextensions.k8s.io/v1beta1">;@@ -282,7 +262,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -294,7 +274,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apiextensions.v1beta1.CustomResourceDefinition[]>;@@ -305,7 +285,7 @@ Items individual CustomResourceDefinitions {{% /md %}}
public kind: pulumi.Output<"CustomResourceDefinitionList">;@@ -319,7 +299,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -327,7 +307,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1/_index.md index 0e779f689b31..a985f5ef9898 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ APIService represents a server for a particular GroupVersion. Name must be "vers {{% /md %}}
public getInputs(): inputApi.apiregistration.v1.APIService
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of APIService. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apiregistration.k8s.io/v1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"APIService">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -154,7 +144,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.apiregistration.v1.APIServiceSpec>;@@ -165,7 +155,7 @@ Spec contains information for locating and communicating with a server {{% /md %}}
public status: pulumi.Output<outputApi.apiregistration.v1.APIServiceStatus>;@@ -176,7 +166,7 @@ Status contains derived information about an API server {{% /md %}}
extends CustomResource@@ -199,7 +189,7 @@ APIServiceList is a list of APIService objects. {{% /md %}}
public getInputs(): inputApi.apiregistration.v1.APIServiceList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of APIServiceList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apiregistration.k8s.io/v1">;@@ -281,7 +261,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -293,7 +273,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apiregistration.v1.APIService[]>;@@ -301,7 +281,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"APIServiceList">;@@ -315,7 +295,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -323,7 +303,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1beta1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1beta1/_index.md index e5ff6ed03d62..b5c73cc2cc23 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apiregistration/v1beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ APIService represents a server for a particular GroupVersion. Name must be "vers {{% /md %}}
public getInputs(): inputApi.apiregistration.v1beta1.APIService
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of APIService. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apiregistration.k8s.io/v1beta1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"APIService">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -154,7 +144,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.apiregistration.v1beta1.APIServiceSpec>;@@ -165,7 +155,7 @@ Spec contains information for locating and communicating with a server {{% /md %}}
public status: pulumi.Output<outputApi.apiregistration.v1beta1.APIServiceStatus>;@@ -176,7 +166,7 @@ Status contains derived information about an API server {{% /md %}}
extends CustomResource@@ -199,7 +189,7 @@ APIServiceList is a list of APIService objects. {{% /md %}}
public getInputs(): inputApi.apiregistration.v1beta1.APIServiceList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of APIServiceList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apiregistration.k8s.io/v1beta1">;@@ -281,7 +261,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -293,7 +273,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apiregistration.v1beta1.APIService[]>;@@ -301,7 +281,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"APIServiceList">;@@ -315,7 +295,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -323,7 +303,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/apps/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/apps/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/apps/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/v1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/apps/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/v1/_index.md index cd425642dda6..00a2afec8124 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/apps/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/v1/_index.md @@ -29,14 +29,14 @@ aliases:
extends CustomResource@@ -53,7 +53,7 @@ stability. It is primarily for internal use by controllers. {{% /md %}}
public getInputs(): inputApi.apps.v1.ControllerRevision
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ControllerRevision. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -135,7 +125,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public data: pulumi.Output<outputApi.pkg.runtime.RawExtension>;@@ -146,7 +136,7 @@ Data is the serialized representation of the state. {{% /md %}}
id: Output<ID>;@@ -158,7 +148,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ControllerRevision">;@@ -172,7 +162,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -184,7 +174,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public revision: pulumi.Output<number>;@@ -195,7 +185,7 @@ Revision indicates the revision of the state represented by Data. {{% /md %}}
extends CustomResource@@ -218,7 +208,7 @@ ControllerRevisionList is a resource containing a list of ControllerRevision obj {{% /md %}}
public getInputs(): inputApi.apps.v1.ControllerRevisionList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ControllerRevisionList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -300,7 +280,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -312,7 +292,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1.ControllerRevision[]>;@@ -323,7 +303,7 @@ Items is the list of ControllerRevisions {{% /md %}}
public kind: pulumi.Output<"ControllerRevisionList">;@@ -337,7 +317,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -348,7 +328,7 @@ More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#me {{% /md %}}
extends CustomResource@@ -371,7 +351,7 @@ DaemonSet represents the configuration of a daemon set. {{% /md %}}
public getInputs(): inputApi.apps.v1.DaemonSet
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DaemonSet. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -453,7 +423,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -465,7 +435,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"DaemonSet">;@@ -479,7 +449,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -491,7 +461,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1.DaemonSetSpec>;@@ -503,7 +473,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1.DaemonSetStatus>;@@ -516,7 +486,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -539,7 +509,7 @@ DaemonSetList is a collection of daemon sets. {{% /md %}}
public getInputs(): inputApi.apps.v1.DaemonSetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DaemonSetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -621,7 +581,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -633,7 +593,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1.DaemonSet[]>;@@ -644,7 +604,7 @@ A list of daemon sets. {{% /md %}}
public kind: pulumi.Output<"DaemonSetList">;@@ -658,7 +618,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -670,7 +630,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
extends CustomResource@@ -693,7 +653,7 @@ Deployment enables declarative updates for Pods and ReplicaSets. {{% /md %}}
public getInputs(): inputApi.apps.v1.Deployment
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Deployment. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -775,7 +725,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -787,7 +737,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Deployment">;@@ -801,7 +751,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -812,7 +762,7 @@ Standard object metadata. {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1.DeploymentSpec>;@@ -823,7 +773,7 @@ Specification of the desired behavior of the Deployment. {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1.DeploymentStatus>;@@ -834,7 +784,7 @@ Most recently observed status of the Deployment. {{% /md %}}
extends CustomResource@@ -857,7 +807,7 @@ DeploymentList is a list of Deployments. {{% /md %}}
public getInputs(): inputApi.apps.v1.DeploymentList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DeploymentList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -939,7 +879,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -951,7 +891,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1.Deployment[]>;@@ -962,7 +902,7 @@ Items is the list of Deployments. {{% /md %}}
public kind: pulumi.Output<"DeploymentList">;@@ -976,7 +916,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -987,7 +927,7 @@ Standard list metadata. {{% /md %}}
extends CustomResource@@ -1010,7 +950,7 @@ ReplicaSet ensures that a specified number of pod replicas are running at any gi {{% /md %}}
public getInputs(): inputApi.apps.v1.ReplicaSet
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ReplicaSet. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -1092,7 +1022,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1104,7 +1034,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ReplicaSet">;@@ -1118,7 +1048,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1131,7 +1061,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1.ReplicaSetSpec>;@@ -1143,7 +1073,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1.ReplicaSetStatus>;@@ -1156,7 +1086,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -1179,7 +1109,7 @@ ReplicaSetList is a collection of ReplicaSets. {{% /md %}}
public getInputs(): inputApi.apps.v1.ReplicaSetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ReplicaSetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -1261,7 +1181,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1273,7 +1193,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1.ReplicaSet[]>;@@ -1285,7 +1205,7 @@ https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller {{% /md %}}
public kind: pulumi.Output<"ReplicaSetList">;@@ -1299,7 +1219,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1311,7 +1231,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -1338,7 +1258,7 @@ identity. {{% /md %}}
public getInputs(): inputApi.apps.v1.StatefulSet
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StatefulSet. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -1420,7 +1330,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1432,7 +1342,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"StatefulSet">;@@ -1446,7 +1356,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1454,7 +1364,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1.StatefulSetSpec>;@@ -1465,7 +1375,7 @@ Spec defines the desired identities of pods in this set. {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1.StatefulSetStatus>;@@ -1477,7 +1387,7 @@ some window of time. {{% /md %}}
extends CustomResource@@ -1500,7 +1410,7 @@ StatefulSetList is a collection of StatefulSets. {{% /md %}}
public getInputs(): inputApi.apps.v1.StatefulSetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StatefulSetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1">;@@ -1582,7 +1482,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1594,7 +1494,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1.StatefulSet[]>;@@ -1602,7 +1502,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"StatefulSetList">;@@ -1616,7 +1516,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1624,7 +1524,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta1/_index.md index 62870ca0b7ae..295c0477d9b9 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta1/_index.md @@ -25,14 +25,14 @@ aliases:
extends CustomResource@@ -51,7 +51,7 @@ stability. It is primarily for internal use by controllers. {{% /md %}}
public getInputs(): inputApi.apps.v1beta1.ControllerRevision
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ControllerRevision. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta1">;@@ -133,7 +123,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public data: pulumi.Output<outputApi.pkg.runtime.RawExtension>;@@ -144,7 +134,7 @@ Data is the serialized representation of the state. {{% /md %}}
id: Output<ID>;@@ -156,7 +146,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ControllerRevision">;@@ -170,7 +160,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -182,7 +172,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public revision: pulumi.Output<number>;@@ -193,7 +183,7 @@ Revision indicates the revision of the state represented by Data. {{% /md %}}
extends CustomResource@@ -216,7 +206,7 @@ ControllerRevisionList is a resource containing a list of ControllerRevision obj {{% /md %}}
public getInputs(): inputApi.apps.v1beta1.ControllerRevisionList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ControllerRevisionList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta1">;@@ -298,7 +278,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -310,7 +290,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1beta1.ControllerRevision[]>;@@ -321,7 +301,7 @@ Items is the list of ControllerRevisions {{% /md %}}
public kind: pulumi.Output<"ControllerRevisionList">;@@ -335,7 +315,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -346,7 +326,7 @@ More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#me {{% /md %}}
extends CustomResource@@ -371,7 +351,7 @@ ReplicaSets. {{% /md %}}
public getInputs(): inputApi.apps.v1beta1.Deployment
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Deployment. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta1">;@@ -453,7 +423,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -465,7 +435,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Deployment">;@@ -479,7 +449,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -490,7 +460,7 @@ Standard object metadata. {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1beta1.DeploymentSpec>;@@ -501,7 +471,7 @@ Specification of the desired behavior of the Deployment. {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1beta1.DeploymentStatus>;@@ -512,7 +482,7 @@ Most recently observed status of the Deployment. {{% /md %}}
extends CustomResource@@ -535,7 +505,7 @@ DeploymentList is a list of Deployments. {{% /md %}}
public getInputs(): inputApi.apps.v1beta1.DeploymentList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DeploymentList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta1">;@@ -617,7 +577,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -629,7 +589,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1beta1.Deployment[]>;@@ -640,7 +600,7 @@ Items is the list of Deployments. {{% /md %}}
public kind: pulumi.Output<"DeploymentList">;@@ -654,7 +614,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -665,7 +625,7 @@ Standard list metadata. {{% /md %}}
extends CustomResource@@ -694,7 +654,7 @@ identity. {{% /md %}}
public getInputs(): inputApi.apps.v1beta1.StatefulSet
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StatefulSet. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta1">;@@ -776,7 +726,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -788,7 +738,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"StatefulSet">;@@ -802,7 +752,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -810,7 +760,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1beta1.StatefulSetSpec>;@@ -821,7 +771,7 @@ Spec defines the desired identities of pods in this set. {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1beta1.StatefulSetStatus>;@@ -833,7 +783,7 @@ some window of time. {{% /md %}}
extends CustomResource@@ -856,7 +806,7 @@ StatefulSetList is a collection of StatefulSets. {{% /md %}}
public getInputs(): inputApi.apps.v1beta1.StatefulSetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StatefulSetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta1">;@@ -938,7 +878,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -950,7 +890,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1beta1.StatefulSet[]>;@@ -958,7 +898,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"StatefulSetList">;@@ -972,7 +912,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -980,7 +920,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta2/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta2/_index.md index 44a9ace8f1fe..fc4fd9495b12 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta2/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/apps/v1beta2/_index.md @@ -29,14 +29,14 @@ aliases:
extends CustomResource@@ -55,7 +55,7 @@ internal use by controllers. {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.ControllerRevision
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ControllerRevision. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -137,7 +127,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public data: pulumi.Output<outputApi.pkg.runtime.RawExtension>;@@ -148,7 +138,7 @@ Data is the serialized representation of the state. {{% /md %}}
id: Output<ID>;@@ -160,7 +150,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ControllerRevision">;@@ -174,7 +164,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -186,7 +176,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public revision: pulumi.Output<number>;@@ -197,7 +187,7 @@ Revision indicates the revision of the state represented by Data. {{% /md %}}
extends CustomResource@@ -220,7 +210,7 @@ ControllerRevisionList is a resource containing a list of ControllerRevision obj {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.ControllerRevisionList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ControllerRevisionList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -302,7 +282,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -314,7 +294,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1beta2.ControllerRevision[]>;@@ -325,7 +305,7 @@ Items is the list of ControllerRevisions {{% /md %}}
public kind: pulumi.Output<"ControllerRevisionList">;@@ -339,7 +319,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -351,7 +331,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -375,7 +355,7 @@ release notes for more information. DaemonSet represents the configuration of a {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.DaemonSet
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DaemonSet. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -457,7 +427,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -469,7 +439,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"DaemonSet">;@@ -483,7 +453,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -495,7 +465,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1beta2.DaemonSetSpec>;@@ -507,7 +477,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1beta2.DaemonSetStatus>;@@ -520,7 +490,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -543,7 +513,7 @@ DaemonSetList is a collection of daemon sets. {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.DaemonSetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DaemonSetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -625,7 +585,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -637,7 +597,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1beta2.DaemonSet[]>;@@ -648,7 +608,7 @@ A list of daemon sets. {{% /md %}}
public kind: pulumi.Output<"DaemonSetList">;@@ -662,7 +622,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -674,7 +634,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -699,7 +659,7 @@ ReplicaSets. {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.Deployment
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Deployment. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -781,7 +731,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -793,7 +743,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Deployment">;@@ -807,7 +757,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -818,7 +768,7 @@ Standard object metadata. {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1beta2.DeploymentSpec>;@@ -829,7 +779,7 @@ Specification of the desired behavior of the Deployment. {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1beta2.DeploymentStatus>;@@ -840,7 +790,7 @@ Most recently observed status of the Deployment. {{% /md %}}
extends CustomResource@@ -863,7 +813,7 @@ DeploymentList is a list of Deployments. {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.DeploymentList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DeploymentList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -945,7 +885,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -957,7 +897,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1beta2.Deployment[]>;@@ -968,7 +908,7 @@ Items is the list of Deployments. {{% /md %}}
public kind: pulumi.Output<"DeploymentList">;@@ -982,7 +922,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -993,7 +933,7 @@ Standard list metadata. {{% /md %}}
extends CustomResource@@ -1018,7 +958,7 @@ replicas are running at any given time. {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.ReplicaSet
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ReplicaSet. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -1100,7 +1030,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1112,7 +1042,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ReplicaSet">;@@ -1126,7 +1056,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1139,7 +1069,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1beta2.ReplicaSetSpec>;@@ -1151,7 +1081,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1beta2.ReplicaSetStatus>;@@ -1164,7 +1094,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -1187,7 +1117,7 @@ ReplicaSetList is a collection of ReplicaSets. {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.ReplicaSetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ReplicaSetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -1269,7 +1189,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1281,7 +1201,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1beta2.ReplicaSet[]>;@@ -1293,7 +1213,7 @@ https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller {{% /md %}}
public kind: pulumi.Output<"ReplicaSetList">;@@ -1307,7 +1227,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1319,7 +1239,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -1348,7 +1268,7 @@ identity. {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.StatefulSet
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StatefulSet. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -1430,7 +1340,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1442,7 +1352,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"StatefulSet">;@@ -1456,7 +1366,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1464,7 +1374,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.apps.v1beta2.StatefulSetSpec>;@@ -1475,7 +1385,7 @@ Spec defines the desired identities of pods in this set. {{% /md %}}
public status: pulumi.Output<outputApi.apps.v1beta2.StatefulSetStatus>;@@ -1487,7 +1397,7 @@ some window of time. {{% /md %}}
extends CustomResource@@ -1510,7 +1420,7 @@ StatefulSetList is a collection of StatefulSets. {{% /md %}}
public getInputs(): inputApi.apps.v1beta2.StatefulSetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StatefulSetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"apps/v1beta2">;@@ -1592,7 +1492,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1604,7 +1504,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.apps.v1beta2.StatefulSet[]>;@@ -1612,7 +1512,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"StatefulSetList">;@@ -1626,7 +1526,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1634,7 +1534,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/v1alpha1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/v1alpha1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/v1alpha1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/v1alpha1/_index.md index 4cfa93006d65..0ee67c03bb8b 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/v1alpha1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/auditregistration/v1alpha1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ AuditSink represents a cluster level audit sink {{% /md %}}
public getInputs(): inputApi.auditregistration.v1alpha1.AuditSink
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of AuditSink. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"auditregistration.k8s.io/v1alpha1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"AuditSink">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -154,7 +144,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.auditregistration.v1alpha1.AuditSinkSpec>;@@ -165,7 +155,7 @@ Spec defines the audit configuration spec {{% /md %}}
extends CustomResource@@ -188,7 +178,7 @@ AuditSinkList is a list of AuditSink items. {{% /md %}}
public getInputs(): inputApi.auditregistration.v1alpha1.AuditSinkList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of AuditSinkList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"auditregistration.k8s.io/v1alpha1">;@@ -270,7 +250,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -282,7 +262,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.auditregistration.v1alpha1.AuditSink[]>;@@ -293,7 +273,7 @@ List of audit configurations. {{% /md %}}
public kind: pulumi.Output<"AuditSinkList">;@@ -307,7 +287,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -315,7 +295,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/authentication/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authentication/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/authentication/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/authentication/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1/_index.md index ef1c70cd5a16..26570d400eff 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1/_index.md @@ -20,14 +20,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ be cached by the webhook token authenticator plugin in the kube-apiserver. {{% /md %}}
public getInputs(): inputApi.authentication.v1.TokenReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of TokenReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authentication.k8s.io/v1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"TokenReview">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -154,7 +144,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authentication.v1.TokenReviewSpec>;@@ -165,7 +155,7 @@ Spec holds information about the request being evaluated {{% /md %}}
public status: pulumi.Output<outputApi.authentication.v1.TokenReviewStatus>;@@ -176,7 +166,7 @@ Status is filled in by the server and indicates whether the request can be authe {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1beta1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1beta1/_index.md index 6fc6b7ecc92f..71979f9f3d02 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authentication/v1beta1/_index.md @@ -20,14 +20,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ be cached by the webhook token authenticator plugin in the kube-apiserver. {{% /md %}}
public getInputs(): inputApi.authentication.v1beta1.TokenReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of TokenReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authentication.k8s.io/v1beta1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"TokenReview">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -154,7 +144,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authentication.v1beta1.TokenReviewSpec>;@@ -165,7 +155,7 @@ Spec holds information about the request being evaluated {{% /md %}}
public status: pulumi.Output<outputApi.authentication.v1beta1.TokenReviewStatus>;@@ -176,7 +166,7 @@ Status is filled in by the server and indicates whether the request can be authe {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/authorization/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authorization/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/authorization/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/authorization/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1/_index.md index 935776de263e..279096746f84 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1/_index.md @@ -23,14 +23,14 @@ aliases:
extends CustomResource@@ -42,7 +42,7 @@ scoped policy that includes permissions checking. {{% /md %}}
public getInputs(): inputApi.authorization.v1.LocalSubjectAccessReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of LocalSubjectAccessReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authorization.k8s.io/v1">;@@ -124,7 +114,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -136,7 +126,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"LocalSubjectAccessReview">;@@ -150,7 +140,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -158,7 +148,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authorization.v1.SubjectAccessReviewSpec>;@@ -170,7 +160,7 @@ the namespace you made the request against. If empty, it is defaulted. {{% /md %}}
public status: pulumi.Output<outputApi.authorization.v1.SubjectAccessReviewStatus>;@@ -181,7 +171,7 @@ Status is filled in by the server and indicates whether the request is allowed o {{% /md %}}
extends CustomResource@@ -206,7 +196,7 @@ should always be able to check whether they can perform an action {{% /md %}}
public getInputs(): inputApi.authorization.v1.SelfSubjectAccessReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of SelfSubjectAccessReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authorization.k8s.io/v1">;@@ -288,7 +268,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -300,7 +280,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"SelfSubjectAccessReview">;@@ -314,7 +294,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -322,7 +302,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authorization.v1.SelfSubjectAccessReviewSpec>;@@ -333,7 +313,7 @@ Spec holds information about the request being evaluated. user and groups must {{% /md %}}
public status: pulumi.Output<outputApi.authorization.v1.SubjectAccessReviewStatus>;@@ -344,7 +324,7 @@ Status is filled in by the server and indicates whether the request is allowed o {{% /md %}}
extends CustomResource@@ -374,7 +354,7 @@ decisions to the API server. {{% /md %}}
public getInputs(): inputApi.authorization.v1.SelfSubjectRulesReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of SelfSubjectRulesReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authorization.k8s.io/v1">;@@ -456,7 +426,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -468,7 +438,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"SelfSubjectRulesReview">;@@ -482,7 +452,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -490,7 +460,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authorization.v1.SelfSubjectRulesReviewSpec>;@@ -501,7 +471,7 @@ Spec holds information about the request being evaluated. {{% /md %}}
public status: pulumi.Output<outputApi.authorization.v1.SubjectRulesReviewStatus>;@@ -512,7 +482,7 @@ Status is filled in by the server and indicates the set of actions a user can pe {{% /md %}}
extends CustomResource@@ -535,7 +505,7 @@ SubjectAccessReview checks whether or not a user or group can perform an action. {{% /md %}}
public getInputs(): inputApi.authorization.v1.SubjectAccessReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of SubjectAccessReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authorization.k8s.io/v1">;@@ -617,7 +577,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -629,7 +589,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"SubjectAccessReview">;@@ -643,7 +603,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -651,7 +611,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authorization.v1.SubjectAccessReviewSpec>;@@ -662,7 +622,7 @@ Spec holds information about the request being evaluated {{% /md %}}
public status: pulumi.Output<outputApi.authorization.v1.SubjectAccessReviewStatus>;@@ -673,7 +633,7 @@ Status is filled in by the server and indicates whether the request is allowed o {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1beta1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1beta1/_index.md index deae8386df82..4b4db5e27b67 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/authorization/v1beta1/_index.md @@ -23,14 +23,14 @@ aliases:
extends CustomResource@@ -42,7 +42,7 @@ scoped policy that includes permissions checking. {{% /md %}}
public getInputs(): inputApi.authorization.v1beta1.LocalSubjectAccessReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of LocalSubjectAccessReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authorization.k8s.io/v1beta1">;@@ -124,7 +114,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -136,7 +126,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"LocalSubjectAccessReview">;@@ -150,7 +140,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -158,7 +148,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authorization.v1beta1.SubjectAccessReviewSpec>;@@ -170,7 +160,7 @@ the namespace you made the request against. If empty, it is defaulted. {{% /md %}}
public status: pulumi.Output<outputApi.authorization.v1beta1.SubjectAccessReviewStatus>;@@ -181,7 +171,7 @@ Status is filled in by the server and indicates whether the request is allowed o {{% /md %}}
extends CustomResource@@ -206,7 +196,7 @@ should always be able to check whether they can perform an action {{% /md %}}
public getInputs(): inputApi.authorization.v1beta1.SelfSubjectAccessReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of SelfSubjectAccessReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authorization.k8s.io/v1beta1">;@@ -288,7 +268,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -300,7 +280,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"SelfSubjectAccessReview">;@@ -314,7 +294,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -322,7 +302,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authorization.v1beta1.SelfSubjectAccessReviewSpec>;@@ -333,7 +313,7 @@ Spec holds information about the request being evaluated. user and groups must {{% /md %}}
public status: pulumi.Output<outputApi.authorization.v1beta1.SubjectAccessReviewStatus>;@@ -344,7 +324,7 @@ Status is filled in by the server and indicates whether the request is allowed o {{% /md %}}
extends CustomResource@@ -374,7 +354,7 @@ decisions to the API server. {{% /md %}}
public getInputs(): inputApi.authorization.v1beta1.SelfSubjectRulesReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of SelfSubjectRulesReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authorization.k8s.io/v1beta1">;@@ -456,7 +426,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -468,7 +438,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"SelfSubjectRulesReview">;@@ -482,7 +452,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -490,7 +460,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authorization.v1beta1.SelfSubjectRulesReviewSpec>;@@ -501,7 +471,7 @@ Spec holds information about the request being evaluated. {{% /md %}}
public status: pulumi.Output<outputApi.authorization.v1beta1.SubjectRulesReviewStatus>;@@ -512,7 +482,7 @@ Status is filled in by the server and indicates the set of actions a user can pe {{% /md %}}
extends CustomResource@@ -535,7 +505,7 @@ SubjectAccessReview checks whether or not a user or group can perform an action. {{% /md %}}
public getInputs(): inputApi.authorization.v1beta1.SubjectAccessReview
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of SubjectAccessReview. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"authorization.k8s.io/v1beta1">;@@ -617,7 +577,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -629,7 +589,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"SubjectAccessReview">;@@ -643,7 +603,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -651,7 +611,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.authorization.v1beta1.SubjectAccessReviewSpec>;@@ -662,7 +622,7 @@ Spec holds information about the request being evaluated {{% /md %}}
public status: pulumi.Output<outputApi.authorization.v1beta1.SubjectAccessReviewStatus>;@@ -673,7 +633,7 @@ Status is filled in by the server and indicates whether the request is allowed o {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v1/_index.md index 519eb97620c9..f0b0f05fb3b3 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ configuration of a horizontal pod autoscaler. {{% /md %}}
public getInputs(): inputApi.autoscaling.v1.HorizontalPodAutoscaler
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of HorizontalPodAutoscaler. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"autoscaling/v1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"HorizontalPodAutoscaler">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -158,7 +148,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.autoscaling.v1.HorizontalPodAutoscalerSpec>;@@ -170,7 +160,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.autoscaling.v1.HorizontalPodAutoscalerStatus>;@@ -181,7 +171,7 @@ current information about the autoscaler. {{% /md %}}
extends CustomResource@@ -204,7 +194,7 @@ list of horizontal pod autoscaler objects. {{% /md %}}
public getInputs(): inputApi.autoscaling.v1.HorizontalPodAutoscalerList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of HorizontalPodAutoscalerList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"autoscaling/v1">;@@ -286,7 +266,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -298,7 +278,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.autoscaling.v1.HorizontalPodAutoscaler[]>;@@ -309,7 +289,7 @@ list of horizontal pod autoscaler objects. {{% /md %}}
public kind: pulumi.Output<"HorizontalPodAutoscalerList">;@@ -323,7 +303,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -334,7 +314,7 @@ Standard list metadata. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta1/_index.md index 0bea04a6fe88..d7d3d0c71ff9 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -40,7 +40,7 @@ based on the metrics specified. {{% /md %}}
public getInputs(): inputApi.autoscaling.v2beta1.HorizontalPodAutoscaler
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of HorizontalPodAutoscaler. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"autoscaling/v2beta1">;@@ -122,7 +112,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -134,7 +124,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"HorizontalPodAutoscaler">;@@ -148,7 +138,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -160,7 +150,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.autoscaling.v2beta1.HorizontalPodAutoscalerSpec>;@@ -172,7 +162,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.autoscaling.v2beta1.HorizontalPodAutoscalerStatus>;@@ -183,7 +173,7 @@ status is the current information about the autoscaler. {{% /md %}}
extends CustomResource@@ -206,7 +196,7 @@ HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects. {{% /md %}}
public getInputs(): inputApi.autoscaling.v2beta1.HorizontalPodAutoscalerList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of HorizontalPodAutoscalerList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"autoscaling/v2beta1">;@@ -288,7 +268,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -300,7 +280,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.autoscaling.v2beta1.HorizontalPodAutoscaler[]>;@@ -311,7 +291,7 @@ items is the list of horizontal pod autoscaler objects. {{% /md %}}
public kind: pulumi.Output<"HorizontalPodAutoscalerList">;@@ -325,7 +305,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -336,7 +316,7 @@ metadata is the standard list metadata. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta2/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta2/_index.md index c63125efcebc..93ab1cc70192 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta2/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/autoscaling/v2beta2/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -40,7 +40,7 @@ based on the metrics specified. {{% /md %}}
public getInputs(): inputApi.autoscaling.v2beta2.HorizontalPodAutoscaler
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of HorizontalPodAutoscaler. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"autoscaling/v2beta2">;@@ -122,7 +112,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -134,7 +124,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"HorizontalPodAutoscaler">;@@ -148,7 +138,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -160,7 +150,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.autoscaling.v2beta2.HorizontalPodAutoscalerSpec>;@@ -172,7 +162,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.autoscaling.v2beta2.HorizontalPodAutoscalerStatus>;@@ -183,7 +173,7 @@ status is the current information about the autoscaler. {{% /md %}}
extends CustomResource@@ -206,7 +196,7 @@ HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects. {{% /md %}}
public getInputs(): inputApi.autoscaling.v2beta2.HorizontalPodAutoscalerList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of HorizontalPodAutoscalerList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"autoscaling/v2beta2">;@@ -288,7 +268,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -300,7 +280,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.autoscaling.v2beta2.HorizontalPodAutoscaler[]>;@@ -311,7 +291,7 @@ items is the list of horizontal pod autoscaler objects. {{% /md %}}
public kind: pulumi.Output<"HorizontalPodAutoscalerList">;@@ -325,7 +305,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -336,7 +316,7 @@ metadata is the standard list metadata. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/batch/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/batch/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/batch/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/v1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/batch/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/v1/_index.md index b9e88cda1b45..b21aa112ef7c 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/batch/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/v1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ Job represents the configuration of a single job. {{% /md %}}
public getInputs(): inputApi.batch.v1.Job
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Job. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"batch/v1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Job">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -158,7 +148,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.batch.v1.JobSpec>;@@ -170,7 +160,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.batch.v1.JobStatus>;@@ -182,7 +172,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -205,7 +195,7 @@ JobList is a collection of jobs. {{% /md %}}
public getInputs(): inputApi.batch.v1.JobList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of JobList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"batch/v1">;@@ -287,7 +267,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -299,7 +279,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.batch.v1.Job[]>;@@ -310,7 +290,7 @@ items is the list of Jobs. {{% /md %}}
public kind: pulumi.Output<"JobList">;@@ -324,7 +304,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -336,7 +316,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/batch/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/v1beta1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/batch/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/v1beta1/_index.md index d3a5f66cf12d..f4b5cb349b13 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/batch/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/v1beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ CronJob represents the configuration of a single cron job. {{% /md %}}
public getInputs(): inputApi.batch.v1beta1.CronJob
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CronJob. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"batch/v1beta1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"CronJob">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -158,7 +148,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.batch.v1beta1.CronJobSpec>;@@ -170,7 +160,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.batch.v1beta1.CronJobStatus>;@@ -182,7 +172,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -205,7 +195,7 @@ CronJobList is a collection of cron jobs. {{% /md %}}
public getInputs(): inputApi.batch.v1beta1.CronJobList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CronJobList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"batch/v1beta1">;@@ -287,7 +267,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -299,7 +279,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.batch.v1beta1.CronJob[]>;@@ -310,7 +290,7 @@ items is the list of CronJobs. {{% /md %}}
public kind: pulumi.Output<"CronJobList">;@@ -324,7 +304,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -336,7 +316,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/batch/v2alpha1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/v2alpha1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/batch/v2alpha1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/v2alpha1/_index.md index f0a4f5a85d96..a82b3a27415d 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/batch/v2alpha1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/batch/v2alpha1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ CronJob represents the configuration of a single cron job. {{% /md %}}
public getInputs(): inputApi.batch.v2alpha1.CronJob
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CronJob. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"batch/v2alpha1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"CronJob">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -158,7 +148,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.batch.v2alpha1.CronJobSpec>;@@ -170,7 +160,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.batch.v2alpha1.CronJobStatus>;@@ -182,7 +172,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -205,7 +195,7 @@ CronJobList is a collection of cron jobs. {{% /md %}}
public getInputs(): inputApi.batch.v2alpha1.CronJobList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CronJobList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"batch/v2alpha1">;@@ -287,7 +267,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -299,7 +279,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.batch.v2alpha1.CronJob[]>;@@ -310,7 +290,7 @@ items is the list of CronJobs. {{% /md %}}
public kind: pulumi.Output<"CronJobList">;@@ -324,7 +304,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -336,7 +316,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/certificates/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/certificates/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/certificates/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/certificates/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/certificates/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/certificates/v1beta1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/certificates/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/certificates/v1beta1/_index.md index 1c17d322196c..5d2a95432bdc 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/certificates/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/certificates/v1beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ Describes a certificate signing request {{% /md %}}
public getInputs(): inputApi.certificates.v1beta1.CertificateSigningRequest
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CertificateSigningRequest. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"certificates.k8s.io/v1beta1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"CertificateSigningRequest">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -154,7 +144,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.certificates.v1beta1.CertificateSigningRequestSpec>;@@ -165,7 +155,7 @@ The certificate request itself and any additional information. {{% /md %}}
public status: pulumi.Output<outputApi.certificates.v1beta1.CertificateSigningRequestStatus>;@@ -176,7 +166,7 @@ Derived information about the request. {{% /md %}}
extends CustomResource
public getInputs(): inputApi.certificates.v1beta1.CertificateSigningRequestList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CertificateSigningRequestList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"certificates.k8s.io/v1beta1">;@@ -276,7 +256,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -288,7 +268,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.certificates.v1beta1.CertificateSigningRequest[]>;@@ -296,7 +276,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"CertificateSigningRequestList">;@@ -310,7 +290,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -318,7 +298,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/coordination/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/coordination/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/coordination/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/coordination/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1/_index.md similarity index 72% rename from content/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1/_index.md index 804799db1527..e25604d5125b 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ Lease defines a lease concept. {{% /md %}}
public getInputs(): inputApi.coordination.v1.Lease
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Lease. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"coordination.k8s.io/v1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Lease">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -157,7 +147,7 @@ More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#me {{% /md %}}
public spec: pulumi.Output<outputApi.coordination.v1.LeaseSpec>;@@ -169,7 +159,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -192,7 +182,7 @@ LeaseList is a list of Lease objects. {{% /md %}}
public getInputs(): inputApi.coordination.v1.LeaseList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of LeaseList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"coordination.k8s.io/v1">;@@ -274,7 +254,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -286,7 +266,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.coordination.v1.Lease[]>;@@ -297,7 +277,7 @@ Items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"LeaseList">;@@ -311,7 +291,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -323,7 +303,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1beta1/_index.md similarity index 72% rename from content/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1beta1/_index.md index 1714751f8028..26d0e81e1952 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/coordination/v1beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ Lease defines a lease concept. {{% /md %}}
public getInputs(): inputApi.coordination.v1beta1.Lease
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Lease. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"coordination.k8s.io/v1beta1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Lease">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -157,7 +147,7 @@ More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#me {{% /md %}}
public spec: pulumi.Output<outputApi.coordination.v1beta1.LeaseSpec>;@@ -169,7 +159,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -192,7 +182,7 @@ LeaseList is a list of Lease objects. {{% /md %}}
public getInputs(): inputApi.coordination.v1beta1.LeaseList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of LeaseList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"coordination.k8s.io/v1beta1">;@@ -274,7 +254,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -286,7 +266,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.coordination.v1beta1.Lease[]>;@@ -297,7 +277,7 @@ Items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"LeaseList">;@@ -311,7 +291,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -323,7 +303,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/core/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/core/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/core/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/core/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/core/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/core/v1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/core/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/core/v1/_index.md index 67ec1807ad11..6d4e156c1b59 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/core/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/core/v1/_index.md @@ -52,14 +52,14 @@ aliases:
extends CustomResource@@ -70,7 +70,7 @@ Deprecated in 1.7, please use the bindings subresource of pods instead. {{% /md %}}
public getInputs(): inputApi.core.v1.Binding
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Binding. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -152,7 +142,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -164,7 +154,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Binding">;@@ -178,7 +168,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -190,7 +180,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public target: pulumi.Output<outputApi.core.v1.ObjectReference>;@@ -201,7 +191,7 @@ The target object that you want to bind to the standard object. {{% /md %}}
extends CustomResource@@ -224,7 +214,7 @@ ComponentStatus (and ComponentStatusList) holds the cluster validation info. {{% /md %}}
public getInputs(): inputApi.core.v1.ComponentStatus
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ComponentStatus. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -306,7 +286,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public conditions: pulumi.Output<outputApi.core.v1.ComponentCondition[]>;@@ -317,7 +297,7 @@ List of component conditions observed {{% /md %}}
id: Output<ID>;@@ -329,7 +309,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ComponentStatus">;@@ -343,7 +323,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -355,7 +335,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
extends CustomResource@@ -378,7 +358,7 @@ Status of all the conditions for the component as a list of ComponentStatus obje {{% /md %}}
public getInputs(): inputApi.core.v1.ComponentStatusList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ComponentStatusList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -460,7 +430,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -472,7 +442,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.ComponentStatus[]>;@@ -483,7 +453,7 @@ List of ComponentStatus objects. {{% /md %}}
public kind: pulumi.Output<"ComponentStatusList">;@@ -497,7 +467,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -509,7 +479,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -532,7 +502,7 @@ ConfigMap holds configuration data for pods to consume. {{% /md %}}
public getInputs(): inputApi.core.v1.ConfigMap
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ConfigMap. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -614,7 +574,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public binaryData: pulumi.Output<object>;@@ -628,7 +588,7 @@ during validation process. Using this field will require 1.10+ apiserver and kub {{% /md %}}
public data: pulumi.Output<{[key: string]: pulumi.Output<string>}>;@@ -642,7 +602,7 @@ enforced during validation process. {{% /md %}}
id: Output<ID>;@@ -654,7 +614,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ConfigMap">;@@ -668,7 +628,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -680,7 +640,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
extends CustomResource@@ -703,7 +663,7 @@ ConfigMapList is a resource containing a list of ConfigMap objects. {{% /md %}}
public getInputs(): inputApi.core.v1.ConfigMapList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ConfigMapList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -785,7 +735,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -797,7 +747,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.ConfigMap[]>;@@ -808,7 +758,7 @@ Items is the list of ConfigMaps. {{% /md %}}
public kind: pulumi.Output<"ConfigMapList">;@@ -822,7 +772,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -833,7 +783,7 @@ More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#me {{% /md %}}
extends CustomResource@@ -867,7 +817,7 @@ Endpoints is a collection of endpoints that implement the actual service. Exampl {{% /md %}}
public getInputs(): inputApi.core.v1.Endpoints
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Endpoints. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -949,7 +889,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -961,7 +901,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Endpoints">;@@ -975,7 +915,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -987,7 +927,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public subsets: pulumi.Output<outputApi.core.v1.EndpointSubset[]>;@@ -1003,7 +943,7 @@ and ports that comprise a service. {{% /md %}}
extends CustomResource@@ -1026,7 +966,7 @@ EndpointsList is a list of endpoints. {{% /md %}}
public getInputs(): inputApi.core.v1.EndpointsList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of EndpointsList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -1108,7 +1038,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1120,7 +1050,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.Endpoints[]>;@@ -1131,7 +1061,7 @@ List of endpoints. {{% /md %}}
public kind: pulumi.Output<"EndpointsList">;@@ -1145,7 +1075,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1157,7 +1087,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -1180,7 +1110,7 @@ Event is a report of an event somewhere in the cluster. {{% /md %}}
public getInputs(): inputApi.core.v1.Event
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Event. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public action: pulumi.Output<string>;@@ -1259,7 +1179,7 @@ What action was taken/failed regarding to the Regarding object. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -1273,7 +1193,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public count: pulumi.Output<number>;@@ -1284,7 +1204,7 @@ The number of times this event has occurred. {{% /md %}}
public eventTime: pulumi.Output<string>;@@ -1295,7 +1215,7 @@ Time when this Event was first observed. {{% /md %}}
public firstTimestamp: pulumi.Output<string>;@@ -1306,7 +1226,7 @@ The time at which the event was first recorded. (Time of server receipt is in Ty {{% /md %}}
id: Output<ID>;@@ -1318,7 +1238,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public involvedObject: pulumi.Output<outputApi.core.v1.ObjectReference>;@@ -1329,7 +1249,7 @@ The object that this event is about. {{% /md %}}
public kind: pulumi.Output<"Event">;@@ -1343,7 +1263,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public lastTimestamp: pulumi.Output<string>;@@ -1354,7 +1274,7 @@ The time at which the most recent occurrence of this event was recorded. {{% /md %}}
public message: pulumi.Output<string>;@@ -1365,7 +1285,7 @@ A human-readable description of the status of this operation. {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1377,7 +1297,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public reason: pulumi.Output<string>;@@ -1389,7 +1309,7 @@ transition into the object's current status. {{% /md %}}
public related: pulumi.Output<outputApi.core.v1.ObjectReference>;@@ -1400,7 +1320,7 @@ Optional secondary object for more complex actions. {{% /md %}}
public reportingComponent: pulumi.Output<string>;@@ -1411,7 +1331,7 @@ Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. {{% /md %}}
public reportingInstance: pulumi.Output<string>;@@ -1422,7 +1342,7 @@ ID of the controller instance, e.g. `kubelet-xyzf`. {{% /md %}}
public series: pulumi.Output<outputApi.core.v1.EventSeries>;@@ -1433,7 +1353,7 @@ Data about the Event series this event represents or nil if it's a singleton Eve {{% /md %}}
public source: pulumi.Output<outputApi.core.v1.EventSource>;@@ -1444,7 +1364,7 @@ The component reporting this event. Should be a short machine understandable str {{% /md %}}
public type: pulumi.Output<string>;@@ -1455,7 +1375,7 @@ Type of this event (Normal, Warning), new types could be added in the future {{% /md %}}
extends CustomResource@@ -1478,7 +1398,7 @@ EventList is a list of events. {{% /md %}}
public getInputs(): inputApi.core.v1.EventList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of EventList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -1560,7 +1470,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1572,7 +1482,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.Event[]>;@@ -1583,7 +1493,7 @@ List of events {{% /md %}}
public kind: pulumi.Output<"EventList">;@@ -1597,7 +1507,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1609,7 +1519,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -1632,7 +1542,7 @@ LimitRange sets resource usage limits for each kind of resource in a Namespace. {{% /md %}}
public getInputs(): inputApi.core.v1.LimitRange
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of LimitRange. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -1714,7 +1614,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1726,7 +1626,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"LimitRange">;@@ -1740,7 +1640,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1752,7 +1652,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.core.v1.LimitRangeSpec>;@@ -1764,7 +1664,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -1787,7 +1687,7 @@ LimitRangeList is a list of LimitRange items. {{% /md %}}
public getInputs(): inputApi.core.v1.LimitRangeList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of LimitRangeList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -1869,7 +1759,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1881,7 +1771,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.LimitRange[]>;@@ -1893,7 +1783,7 @@ https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-conta {{% /md %}}
public kind: pulumi.Output<"LimitRangeList">;@@ -1907,7 +1797,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1919,7 +1809,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -1942,7 +1832,7 @@ Namespace provides a scope for Names. Use of multiple namespaces is optional. {{% /md %}}
public getInputs(): inputApi.core.v1.Namespace
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Namespace. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -2024,7 +1904,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -2036,7 +1916,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Namespace">;@@ -2050,7 +1930,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -2062,7 +1942,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.core.v1.NamespaceSpec>;@@ -2074,7 +1954,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.core.v1.NamespaceStatus>;@@ -2086,7 +1966,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -2109,7 +1989,7 @@ NamespaceList is a list of Namespaces. {{% /md %}}
public getInputs(): inputApi.core.v1.NamespaceList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of NamespaceList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -2191,7 +2061,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -2203,7 +2073,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.Namespace[]>;@@ -2215,7 +2085,7 @@ https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ {{% /md %}}
public kind: pulumi.Output<"NamespaceList">;@@ -2229,7 +2099,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -2241,7 +2111,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -2265,7 +2135,7 @@ Node is a worker node in Kubernetes. Each node will have a unique identifier in {{% /md %}}
public getInputs(): inputApi.core.v1.Node
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Node. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -2347,7 +2207,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -2359,7 +2219,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Node">;@@ -2373,7 +2233,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -2385,7 +2245,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.core.v1.NodeSpec>;@@ -2397,7 +2257,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.core.v1.NodeStatus>;@@ -2409,7 +2269,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -2432,7 +2292,7 @@ NodeList is the whole list of all Nodes which have been registered with master. {{% /md %}}
public getInputs(): inputApi.core.v1.NodeList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of NodeList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -2514,7 +2364,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -2526,7 +2376,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.Node[]>;@@ -2537,7 +2387,7 @@ List of nodes {{% /md %}}
public kind: pulumi.Output<"NodeList">;@@ -2551,7 +2401,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -2563,7 +2413,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -2587,7 +2437,7 @@ to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-vol {{% /md %}}
public getInputs(): inputApi.core.v1.PersistentVolume
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PersistentVolume. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -2669,7 +2509,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -2681,7 +2521,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PersistentVolume">;@@ -2695,7 +2535,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -2707,7 +2547,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.core.v1.PersistentVolumeSpec>;@@ -2720,7 +2560,7 @@ https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volume {{% /md %}}
public status: pulumi.Output<outputApi.core.v1.PersistentVolumeStatus>;@@ -2733,7 +2573,7 @@ https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volume {{% /md %}}
extends CustomResource@@ -2756,7 +2596,7 @@ PersistentVolumeClaim is a user's request for and claim to a persistent volume {{% /md %}}
public getInputs(): inputApi.core.v1.PersistentVolumeClaim
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PersistentVolumeClaim. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -2838,7 +2668,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -2850,7 +2680,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PersistentVolumeClaim">;@@ -2864,7 +2694,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -2876,7 +2706,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.core.v1.PersistentVolumeClaimSpec>;@@ -2888,7 +2718,7 @@ https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumec {{% /md %}}
public status: pulumi.Output<outputApi.core.v1.PersistentVolumeClaimStatus>;@@ -2901,7 +2731,7 @@ https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumec {{% /md %}}
extends CustomResource@@ -2924,7 +2754,7 @@ PersistentVolumeClaimList is a list of PersistentVolumeClaim items. {{% /md %}}
public getInputs(): inputApi.core.v1.PersistentVolumeClaimList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PersistentVolumeClaimList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -3006,7 +2826,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -3018,7 +2838,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.PersistentVolumeClaim[]>;@@ -3030,7 +2850,7 @@ https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumec {{% /md %}}
public kind: pulumi.Output<"PersistentVolumeClaimList">;@@ -3044,7 +2864,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -3056,7 +2876,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -3079,7 +2899,7 @@ PersistentVolumeList is a list of PersistentVolume items. {{% /md %}}
public getInputs(): inputApi.core.v1.PersistentVolumeList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PersistentVolumeList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -3161,7 +2971,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -3173,7 +2983,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.PersistentVolume[]>;@@ -3185,7 +2995,7 @@ https://kubernetes.io/docs/concepts/storage/persistent-volumes {{% /md %}}
public kind: pulumi.Output<"PersistentVolumeList">;@@ -3199,7 +3009,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -3211,7 +3021,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -3235,7 +3045,7 @@ and scheduled onto hosts. {{% /md %}}
public getInputs(): inputApi.core.v1.Pod
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Pod. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -3317,7 +3117,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -3329,7 +3129,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Pod">;@@ -3343,7 +3143,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -3355,7 +3155,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.core.v1.PodSpec>;@@ -3367,7 +3167,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.core.v1.PodStatus>;@@ -3380,7 +3180,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -3403,7 +3203,7 @@ PodList is a list of Pods. {{% /md %}}
public getInputs(): inputApi.core.v1.PodList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -3485,7 +3275,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -3497,7 +3287,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.Pod[]>;@@ -3508,7 +3298,7 @@ List of pods. More info: https://git.k8s.io/community/contributors/devel/api-con {{% /md %}}
public kind: pulumi.Output<"PodList">;@@ -3522,7 +3312,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -3534,7 +3324,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -3557,7 +3347,7 @@ PodTemplate describes a template for creating copies of a predefined pod. {{% /md %}}
public getInputs(): inputApi.core.v1.PodTemplate
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodTemplate. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -3639,7 +3419,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -3651,7 +3431,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PodTemplate">;@@ -3665,7 +3445,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -3677,7 +3457,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public template: pulumi.Output<outputApi.core.v1.PodTemplateSpec>;@@ -3689,7 +3469,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -3712,7 +3492,7 @@ PodTemplateList is a list of PodTemplates. {{% /md %}}
public getInputs(): inputApi.core.v1.PodTemplateList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodTemplateList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -3794,7 +3564,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -3806,7 +3576,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.PodTemplate[]>;@@ -3817,7 +3587,7 @@ List of pod templates {{% /md %}}
public kind: pulumi.Output<"PodTemplateList">;@@ -3831,7 +3601,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -3843,7 +3613,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -3866,7 +3636,7 @@ ReplicationController represents the configuration of a replication controller. {{% /md %}}
public getInputs(): inputApi.core.v1.ReplicationController
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ReplicationController. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -3948,7 +3708,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -3960,7 +3720,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ReplicationController">;@@ -3974,7 +3734,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -3987,7 +3747,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.core.v1.ReplicationControllerSpec>;@@ -3999,7 +3759,7 @@ info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-an {{% /md %}}
public status: pulumi.Output<outputApi.core.v1.ReplicationControllerStatus>;@@ -4012,7 +3772,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -4035,7 +3795,7 @@ ReplicationControllerList is a collection of replication controllers. {{% /md %}}
public getInputs(): inputApi.core.v1.ReplicationControllerList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ReplicationControllerList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -4117,7 +3867,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -4129,7 +3879,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.ReplicationController[]>;@@ -4141,7 +3891,7 @@ https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller {{% /md %}}
public kind: pulumi.Output<"ReplicationControllerList">;@@ -4155,7 +3905,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -4167,7 +3917,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -4190,7 +3940,7 @@ ResourceQuota sets aggregate quota restrictions enforced per namespace {{% /md %}}
public getInputs(): inputApi.core.v1.ResourceQuota
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ResourceQuota. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -4272,7 +4012,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -4284,7 +4024,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ResourceQuota">;@@ -4298,7 +4038,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -4310,7 +4050,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.core.v1.ResourceQuotaSpec>;@@ -4322,7 +4062,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.core.v1.ResourceQuotaStatus>;@@ -4334,7 +4074,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -4357,7 +4097,7 @@ ResourceQuotaList is a list of ResourceQuota items. {{% /md %}}
public getInputs(): inputApi.core.v1.ResourceQuotaList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ResourceQuotaList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -4439,7 +4169,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -4451,7 +4181,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.ResourceQuota[]>;@@ -4463,7 +4193,7 @@ https://kubernetes.io/docs/concepts/policy/resource-quotas/ {{% /md %}}
public kind: pulumi.Output<"ResourceQuotaList">;@@ -4477,7 +4207,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -4489,7 +4219,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -4513,7 +4243,7 @@ must be less than MaxSecretSize bytes. {{% /md %}}
public getInputs(): inputApi.core.v1.Secret
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Secret. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -4595,7 +4315,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public data: pulumi.Output<object>;@@ -4609,7 +4329,7 @@ https://tools.ietf.org/html/rfc4648#section-4 {{% /md %}}
id: Output<ID>;@@ -4621,7 +4341,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Secret">;@@ -4635,7 +4355,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -4647,7 +4367,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public stringData: pulumi.Output<{[key: string]: pulumi.Output<string>}>;@@ -4660,7 +4380,7 @@ overwriting any existing values. It is never output when reading from the API. {{% /md %}}
public type: pulumi.Output<string>;@@ -4671,7 +4391,7 @@ Used to facilitate programmatic handling of secret data. {{% /md %}}
extends CustomResource@@ -4694,7 +4414,7 @@ SecretList is a list of Secret. {{% /md %}}
public getInputs(): inputApi.core.v1.SecretList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of SecretList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -4776,7 +4486,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -4788,7 +4498,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.Secret[]>;@@ -4800,7 +4510,7 @@ https://kubernetes.io/docs/concepts/configuration/secret {{% /md %}}
public kind: pulumi.Output<"SecretList">;@@ -4814,7 +4524,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -4826,7 +4536,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -4851,7 +4561,7 @@ pods will answer requests sent through the proxy. {{% /md %}}
public getInputs(): inputApi.core.v1.Service
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Service. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -4933,7 +4633,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -4945,7 +4645,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Service">;@@ -4959,7 +4659,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -4971,7 +4671,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.core.v1.ServiceSpec>;@@ -4983,7 +4683,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.core.v1.ServiceStatus>;@@ -4995,7 +4695,7 @@ info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-an {{% /md %}}
extends CustomResource@@ -5020,7 +4720,7 @@ secrets {{% /md %}}
public getInputs(): inputApi.core.v1.ServiceAccount
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ServiceAccount. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -5102,7 +4792,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public automountServiceAccountToken: pulumi.Output<boolean>;@@ -5114,7 +4804,7 @@ have an API token automatically mounted. Can be overridden at the pod level. {{% /md %}}
id: Output<ID>;@@ -5126,7 +4816,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public imagePullSecrets: pulumi.Output<outputApi.core.v1.LocalObjectReference[]>;@@ -5141,7 +4831,7 @@ https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecre {{% /md %}}
public kind: pulumi.Output<"ServiceAccount">;@@ -5155,7 +4845,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -5167,7 +4857,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public secrets: pulumi.Output<outputApi.core.v1.ObjectReference[]>;@@ -5179,7 +4869,7 @@ ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/sec {{% /md %}}
extends CustomResource@@ -5202,7 +4892,7 @@ ServiceAccountList is a list of ServiceAccount objects {{% /md %}}
public getInputs(): inputApi.core.v1.ServiceAccountList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ServiceAccountList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -5284,7 +4964,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -5296,7 +4976,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.ServiceAccount[]>;@@ -5308,7 +4988,7 @@ https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-accou {{% /md %}}
public kind: pulumi.Output<"ServiceAccountList">;@@ -5322,7 +5002,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -5334,7 +5014,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -5357,7 +5037,7 @@ ServiceList holds a list of services. {{% /md %}}
public getInputs(): inputApi.core.v1.ServiceList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ServiceList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -5439,7 +5109,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -5451,7 +5121,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.core.v1.Service[]>;@@ -5462,7 +5132,7 @@ List of services {{% /md %}}
public kind: pulumi.Output<"ServiceList">;@@ -5476,7 +5146,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -5488,7 +5158,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/events/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/events/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/events/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/events/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/events/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/events/v1beta1/_index.md similarity index 75% rename from content/reference/pkg/nodejs/pulumi/kubernetes/events/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/events/v1beta1/_index.md index 37d483f1a1fb..d39e90eb895e 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/events/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/events/v1beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -39,7 +39,7 @@ change in the system. {{% /md %}}
public getInputs(): inputApi.events.v1beta1.Event
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Event. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public action: pulumi.Output<string>;@@ -118,7 +108,7 @@ What action was taken/failed regarding to the regarding object. {{% /md %}}
public apiVersion: pulumi.Output<"events.k8s.io/v1beta1">;@@ -132,7 +122,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public deprecatedCount: pulumi.Output<number>;@@ -143,7 +133,7 @@ Deprecated field assuring backward compatibility with core.v1 Event type {{% /md %}}
public deprecatedFirstTimestamp: pulumi.Output<string>;@@ -154,7 +144,7 @@ Deprecated field assuring backward compatibility with core.v1 Event type {{% /md %}}
public deprecatedLastTimestamp: pulumi.Output<string>;@@ -165,7 +155,7 @@ Deprecated field assuring backward compatibility with core.v1 Event type {{% /md %}}
public deprecatedSource: pulumi.Output<outputApi.core.v1.EventSource>;@@ -176,7 +166,7 @@ Deprecated field assuring backward compatibility with core.v1 Event type {{% /md %}}
public eventTime: pulumi.Output<string>;@@ -187,7 +177,7 @@ Required. Time when this Event was first observed. {{% /md %}}
id: Output<ID>;@@ -199,7 +189,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Event">;@@ -213,7 +203,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -221,7 +211,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public note: pulumi.Output<string>;@@ -233,7 +223,7 @@ the note is 1kB, but libraries should be prepared to handle values up to 64kB. {{% /md %}}
public reason: pulumi.Output<string>;@@ -244,7 +234,7 @@ Why the action was taken. {{% /md %}}
public regarding: pulumi.Output<outputApi.core.v1.ObjectReference>;@@ -257,7 +247,7 @@ because it acts on some changes in a ReplicaSet object. {{% /md %}}
public related: pulumi.Output<outputApi.core.v1.ObjectReference>;@@ -269,7 +259,7 @@ creation or deletion of related object. {{% /md %}}
public reportingController: pulumi.Output<string>;@@ -280,7 +270,7 @@ Name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. {{% /md %}}
public reportingInstance: pulumi.Output<string>;@@ -291,7 +281,7 @@ ID of the controller instance, e.g. `kubelet-xyzf`. {{% /md %}}
public series: pulumi.Output<outputApi.events.v1beta1.EventSeries>;@@ -302,7 +292,7 @@ Data about the Event series this event represents or nil if it's a singleton Eve {{% /md %}}
public type: pulumi.Output<string>;@@ -313,7 +303,7 @@ Type of this event (Normal, Warning), new types could be added in the future. {{% /md %}}
extends CustomResource@@ -336,7 +326,7 @@ EventList is a list of Event objects. {{% /md %}}
public getInputs(): inputApi.events.v1beta1.EventList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of EventList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"events.k8s.io/v1beta1">;@@ -418,7 +398,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -430,7 +410,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.events.v1beta1.Event[]>;@@ -441,7 +421,7 @@ Items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"EventList">;@@ -455,7 +435,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -467,7 +447,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/extensions/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/extensions/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/extensions/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/extensions/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/extensions/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/extensions/v1beta1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/extensions/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/extensions/v1beta1/_index.md index efe216b83db6..71255cbcdc55 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/extensions/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/extensions/v1beta1/_index.md @@ -31,14 +31,14 @@ aliases:
extends CustomResource@@ -49,7 +49,7 @@ release notes for more information. DaemonSet represents the configuration of a {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.DaemonSet
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DaemonSet. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -131,7 +121,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -143,7 +133,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"DaemonSet">;@@ -157,7 +147,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -169,7 +159,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public spec: pulumi.Output<outputApi.extensions.v1beta1.DaemonSetSpec>;@@ -181,7 +171,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public status: pulumi.Output<outputApi.extensions.v1beta1.DaemonSetStatus>;@@ -194,7 +184,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -217,7 +207,7 @@ DaemonSetList is a collection of daemon sets. {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.DaemonSetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DaemonSetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -299,7 +279,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -311,7 +291,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.extensions.v1beta1.DaemonSet[]>;@@ -322,7 +302,7 @@ A list of daemon sets. {{% /md %}}
public kind: pulumi.Output<"DaemonSetList">;@@ -336,7 +316,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -348,7 +328,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -373,7 +353,7 @@ ReplicaSets. {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.Deployment
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Deployment. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -455,7 +425,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -467,7 +437,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Deployment">;@@ -481,7 +451,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -492,7 +462,7 @@ Standard object metadata. {{% /md %}}
public spec: pulumi.Output<outputApi.extensions.v1beta1.DeploymentSpec>;@@ -503,7 +473,7 @@ Specification of the desired behavior of the Deployment. {{% /md %}}
public status: pulumi.Output<outputApi.extensions.v1beta1.DeploymentStatus>;@@ -514,7 +484,7 @@ Most recently observed status of the Deployment. {{% /md %}}
extends CustomResource@@ -537,7 +507,7 @@ DeploymentList is a list of Deployments. {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.DeploymentList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of DeploymentList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -619,7 +579,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -631,7 +591,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.extensions.v1beta1.Deployment[]>;@@ -642,7 +602,7 @@ Items is the list of Deployments. {{% /md %}}
public kind: pulumi.Output<"DeploymentList">;@@ -656,7 +616,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -667,7 +627,7 @@ Standard list metadata. {{% /md %}}
extends CustomResource@@ -694,7 +654,7 @@ release notes for more information. {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.Ingress
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Ingress. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -776,7 +726,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -788,7 +738,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Ingress">;@@ -802,7 +752,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -814,7 +764,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public spec: pulumi.Output<outputApi.extensions.v1beta1.IngressSpec>;@@ -826,7 +776,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public status: pulumi.Output<outputApi.extensions.v1beta1.IngressStatus>;@@ -838,7 +788,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -861,7 +811,7 @@ IngressList is a collection of Ingress. {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.IngressList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of IngressList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -943,7 +883,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -955,7 +895,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.extensions.v1beta1.Ingress[]>;@@ -966,7 +906,7 @@ Items is the list of Ingress. {{% /md %}}
public kind: pulumi.Output<"IngressList">;@@ -980,7 +920,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -992,7 +932,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -1017,7 +957,7 @@ set of Pods {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.NetworkPolicy
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of NetworkPolicy. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -1099,7 +1029,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1111,7 +1041,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"NetworkPolicy">;@@ -1125,7 +1055,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1137,7 +1067,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public spec: pulumi.Output<outputApi.extensions.v1beta1.NetworkPolicySpec>;@@ -1148,7 +1078,7 @@ Specification of the desired behavior for this NetworkPolicy. {{% /md %}}
extends CustomResource@@ -1172,7 +1102,7 @@ networking/v1/NetworkPolicyList. Network Policy List is a list of NetworkPolicy {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.NetworkPolicyList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of NetworkPolicyList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -1254,7 +1174,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1266,7 +1186,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.extensions.v1beta1.NetworkPolicy[]>;@@ -1277,7 +1197,7 @@ Items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"NetworkPolicyList">;@@ -1291,7 +1211,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1303,7 +1223,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -1328,7 +1248,7 @@ Group instead. {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.PodSecurityPolicy
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodSecurityPolicy. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -1410,7 +1320,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1422,7 +1332,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PodSecurityPolicy">;@@ -1436,7 +1346,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1448,7 +1358,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public spec: pulumi.Output<outputApi.extensions.v1beta1.PodSecurityPolicySpec>;@@ -1459,7 +1369,7 @@ spec defines the policy enforced. {{% /md %}}
extends CustomResource@@ -1483,7 +1393,7 @@ PodSecurityPolicyList from policy API Group instead. {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.PodSecurityPolicyList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodSecurityPolicyList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -1565,7 +1465,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1577,7 +1477,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.extensions.v1beta1.PodSecurityPolicy[]>;@@ -1588,7 +1488,7 @@ items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"PodSecurityPolicyList">;@@ -1602,7 +1502,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1614,7 +1514,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -1639,7 +1539,7 @@ replicas are running at any given time. {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.ReplicaSet
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ReplicaSet. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -1721,7 +1611,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1733,7 +1623,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ReplicaSet">;@@ -1747,7 +1637,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1760,7 +1650,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public spec: pulumi.Output<outputApi.extensions.v1beta1.ReplicaSetSpec>;@@ -1772,7 +1662,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public status: pulumi.Output<outputApi.extensions.v1beta1.ReplicaSetStatus>;@@ -1785,7 +1675,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
extends CustomResource@@ -1808,7 +1698,7 @@ ReplicaSetList is a collection of ReplicaSets. {{% /md %}}
public getInputs(): inputApi.extensions.v1beta1.ReplicaSetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ReplicaSetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"extensions/v1beta1">;@@ -1890,7 +1770,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1902,7 +1782,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.extensions.v1beta1.ReplicaSet[]>;@@ -1914,7 +1794,7 @@ https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller {{% /md %}}
public kind: pulumi.Output<"ReplicaSetList">;@@ -1928,7 +1808,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1940,7 +1820,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/helm/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/helm/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/helm/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/helm/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/helm/v2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/helm/v2/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/kubernetes/helm/v2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/helm/v2/_index.md index e293ee2a41e8..aa17031b1537 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/helm/v2/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/helm/v2/_index.md @@ -24,14 +24,14 @@ aliases:
extends CollectionComponentResource@@ -58,7 +58,7 @@ This should not affect many Helm charts. {{% /md %}}
parseTemplate(yamlStream: string, transformations: (o: any) => void[] | undefined, dependsOn: pulumi.Resource[]): pulumi.Output<{[key: string]: pulumi.CustomResource}>+
parseTemplate(yamlStream: string, transformations: (o: any, opts: pulumi.CustomResourceOptions) => void[] | undefined, dependsOn: pulumi.Resource[]): pulumi.Output<{[key: string]: pulumi.CustomResource}>{{% /md %}}
resources: pulumi.Output<{[key: string]: pulumi.CustomResource}>;@@ -10110,7 +10110,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
extends BaseChartOpts
chart: pulumi.Input<string>;@@ -10163,7 +10163,7 @@ this chart name must be a fully qualified chart URL or `repo/chartname`. {{% /md %}}
fetchOpts?: pulumi.Input<FetchOpts>;@@ -10174,7 +10174,7 @@ Additional options to customize the fetching of the Helm chart. {{% /md %}}
namespace?: pulumi.Input<string>;@@ -10185,7 +10185,7 @@ The optional namespace to install chart resources into. {{% /md %}}
repo?: pulumi.Input<string>;@@ -10197,10 +10197,10 @@ or repo/chartname. {{% /md %}}
transformations?: (o: any) => void[];+
transformations?: (o: any, opts: pulumi.CustomResourceOptions) => void[];{{% md %}} Optional array of transformations to apply to resources that will be created by this chart prior to @@ -10209,7 +10209,7 @@ creation. Allows customization of the chart behaviour without directly modifying {{% /md %}}
values?: pulumi.Inputs;@@ -10220,7 +10220,7 @@ Overrides for chart values. {{% /md %}}
version?: pulumi.Input<string>;@@ -10232,7 +10232,7 @@ The version of the chart to deploy. If not provided, the latest version will be
caFile?: pulumi.Input<string>;@@ -10252,7 +10252,7 @@ Verify certificates of HTTPS-enabled servers using this CA bundle. {{% /md %}}
certFile?: pulumi.Input<string>;@@ -10263,7 +10263,7 @@ Identify HTTPS client using this SSL certificate file. {{% /md %}}
destination?: pulumi.Input<string>;@@ -10275,7 +10275,7 @@ Location to write the chart. If this and tardir are specified, tardir is appende {{% /md %}}
devel?: pulumi.Input<boolean>;@@ -10287,7 +10287,7 @@ ignored. {{% /md %}}
home?: pulumi.Input<string>;@@ -10298,7 +10298,7 @@ Location of your Helm config. Overrides $HELM_HOME (default "/Users/alex/.helm") {{% /md %}}
keyFile?: pulumi.Input<string>;@@ -10309,7 +10309,7 @@ Identify HTTPS client using this SSL key file. {{% /md %}}
keyring?: pulumi.Input<string>;@@ -10320,7 +10320,7 @@ Keyring containing public keys (default "/Users/alex/.gnupg/pubring.gpg"). {{% /md %}}
password?: pulumi.Input<string>;@@ -10331,7 +10331,7 @@ Chart repository password. {{% /md %}}
prov?: pulumi.Input<boolean>;@@ -10342,7 +10342,7 @@ Fetch the provenance file, but don't perform verification. {{% /md %}}
repo?: pulumi.Input<string>;@@ -10353,7 +10353,7 @@ Chart repository url where to locate the requested chart. {{% /md %}}
untar?: pulumi.Input<boolean>;@@ -10364,7 +10364,7 @@ If set to false, will leave the chart as a tarball after downloading. {{% /md %}}
untardir?: pulumi.Input<string>;@@ -10376,7 +10376,7 @@ expanded (default "."). {{% /md %}}
username?: pulumi.Input<string>;@@ -10387,7 +10387,7 @@ Chart repository username. {{% /md %}}
verify?: pulumi.Input<boolean>;@@ -10398,7 +10398,7 @@ Verify the package against its signature. {{% /md %}}
version?: pulumi.Input<string>;@@ -10410,12 +10410,12 @@ Specific version of a chart. Without this, the latest version is fetched.
extends BaseChartOpts
namespace?: pulumi.Input<string>;@@ -10426,7 +10426,7 @@ The optional namespace to install chart resources into. {{% /md %}}
path: string;
@@ -10437,10 +10437,10 @@ The path to the chart directory which contains the `Chart.yaml` file.
{{% /md %}}
transformations?: (o: any) => void[];+
transformations?: (o: any, opts: pulumi.CustomResourceOptions) => void[];{{% md %}} Optional array of transformations to apply to resources that will be created by this chart prior to @@ -10449,7 +10449,7 @@ creation. Allows customization of the chart behaviour without directly modifying {{% /md %}}
values?: pulumi.Inputs;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/meta/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/meta/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/meta/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/meta/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/meta/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/meta/v1/_index.md similarity index 76% rename from content/reference/pkg/nodejs/pulumi/kubernetes/meta/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/meta/v1/_index.md index 2d41b5265e87..4a4a8549e668 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/meta/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/meta/v1/_index.md @@ -20,14 +20,14 @@ aliases:
extends CustomResource@@ -37,7 +37,7 @@ Status is a return value for calls that don't return other objects. {{% /md %}}
public getInputs(): inputApi.meta.v1.Status
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Status. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"v1">;@@ -119,7 +109,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public code: pulumi.Output<number>;@@ -130,7 +120,7 @@ Suggested HTTP return code for this status, 0 if not set. {{% /md %}}
public details: pulumi.Output<outputApi.meta.v1.StatusDetails>;@@ -143,7 +133,7 @@ except that defined by the reason type. {{% /md %}}
id: Output<ID>;@@ -155,7 +145,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Status">;@@ -169,7 +159,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public message: pulumi.Output<string>;@@ -180,7 +170,7 @@ A human-readable description of the status of this operation. {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -192,7 +182,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public reason: pulumi.Output<string>;@@ -205,7 +195,7 @@ but does not override it. {{% /md %}}
public status: pulumi.Output<string>;@@ -217,7 +207,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/networking/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/networking/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/networking/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/networking/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/networking/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/networking/v1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/networking/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/networking/v1/_index.md index ef3f8b7e73bc..6892664f3950 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/networking/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/networking/v1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ NetworkPolicy describes what network traffic is allowed for a set of Pods {{% /md %}}
public getInputs(): inputApi.networking.v1.NetworkPolicy
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of NetworkPolicy. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"networking.k8s.io/v1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"NetworkPolicy">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -158,7 +148,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public spec: pulumi.Output<outputApi.networking.v1.NetworkPolicySpec>;@@ -169,7 +159,7 @@ Specification of the desired behavior for this NetworkPolicy. {{% /md %}}
extends CustomResource@@ -192,7 +182,7 @@ NetworkPolicyList is a list of NetworkPolicy objects. {{% /md %}}
public getInputs(): inputApi.networking.v1.NetworkPolicyList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of NetworkPolicyList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"networking.k8s.io/v1">;@@ -274,7 +254,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -286,7 +266,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.networking.v1.NetworkPolicy[]>;@@ -297,7 +277,7 @@ Items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"NetworkPolicyList">;@@ -311,7 +291,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -323,7 +303,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/networking/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/networking/v1beta1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/networking/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/networking/v1beta1/_index.md index da69f71d5735..11d9e757361a 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/networking/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/networking/v1beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -40,7 +40,7 @@ urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. {{% /md %}}
public getInputs(): inputApi.networking.v1beta1.Ingress
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Ingress. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"networking.k8s.io/v1beta1">;@@ -122,7 +112,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -134,7 +124,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Ingress">;@@ -148,7 +138,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -160,7 +150,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.networking.v1beta1.IngressSpec>;@@ -172,7 +162,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
public status: pulumi.Output<outputApi.networking.v1beta1.IngressStatus>;@@ -184,7 +174,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -207,7 +197,7 @@ IngressList is a collection of Ingress. {{% /md %}}
public getInputs(): inputApi.networking.v1beta1.IngressList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of IngressList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"networking.k8s.io/v1beta1">;@@ -289,7 +269,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -301,7 +281,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.networking.v1beta1.Ingress[]>;@@ -312,7 +292,7 @@ Items is the list of Ingress. {{% /md %}}
public kind: pulumi.Output<"IngressList">;@@ -326,7 +306,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -338,7 +318,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/node/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/node/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/node/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/node/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/node/v1alpha1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/node/v1alpha1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/node/v1alpha1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/node/v1alpha1/_index.md index 1c32dc05670e..dcdcb3aa684e 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/node/v1alpha1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/node/v1alpha1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -43,7 +43,7 @@ https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md {{% /md %}}
public getInputs(): inputApi.node.v1alpha1.RuntimeClass
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RuntimeClass. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"node.k8s.io/v1alpha1">;@@ -125,7 +115,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -137,7 +127,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"RuntimeClass">;@@ -151,7 +141,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -162,7 +152,7 @@ More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#me {{% /md %}}
public spec: pulumi.Output<outputApi.node.v1alpha1.RuntimeClassSpec>;@@ -174,7 +164,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-stat {{% /md %}}
extends CustomResource@@ -197,7 +187,7 @@ RuntimeClassList is a list of RuntimeClass objects. {{% /md %}}
public getInputs(): inputApi.node.v1alpha1.RuntimeClassList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RuntimeClassList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"node.k8s.io/v1alpha1">;@@ -279,7 +259,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -291,7 +271,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.node.v1alpha1.RuntimeClass[]>;@@ -302,7 +282,7 @@ Items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"RuntimeClassList">;@@ -316,7 +296,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -328,7 +308,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/node/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/node/v1beta1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/node/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/node/v1beta1/_index.md index 90c4512d1780..6d109d9c2935 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/node/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/node/v1beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -43,7 +43,7 @@ https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md {{% /md %}}
public getInputs(): inputApi.node.v1beta1.RuntimeClass
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RuntimeClass. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"node.k8s.io/v1beta1">;@@ -125,7 +115,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public handler: pulumi.Output<string>;@@ -142,7 +132,7 @@ is immutable. {{% /md %}}
id: Output<ID>;@@ -154,7 +144,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"RuntimeClass">;@@ -168,7 +158,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -179,7 +169,7 @@ More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#me {{% /md %}}
extends CustomResource@@ -202,7 +192,7 @@ RuntimeClassList is a list of RuntimeClass objects. {{% /md %}}
public getInputs(): inputApi.node.v1beta1.RuntimeClassList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RuntimeClassList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"node.k8s.io/v1beta1">;@@ -284,7 +264,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -296,7 +276,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.node.v1beta1.RuntimeClass[]>;@@ -307,7 +287,7 @@ Items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"RuntimeClassList">;@@ -321,7 +301,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -333,7 +313,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/pkg/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/pkg/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/pkg/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/pkg/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/pkg/runtime/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/pkg/runtime/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/pkg/runtime/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/pkg/runtime/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/pkg/version/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/pkg/version/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/pkg/version/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/pkg/version/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/policy/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/policy/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/policy/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/policy/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/policy/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/policy/v1beta1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/policy/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/policy/v1beta1/_index.md index e155d7777ba8..526d3196f706 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/policy/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/policy/v1beta1/_index.md @@ -23,14 +23,14 @@ aliases:
extends CustomResource@@ -41,7 +41,7 @@ collection of pods {{% /md %}}
public getInputs(): inputApi.policy.v1beta1.PodDisruptionBudget
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodDisruptionBudget. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"policy/v1beta1">;@@ -123,7 +113,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -135,7 +125,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PodDisruptionBudget">;@@ -149,7 +139,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -157,7 +147,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.policy.v1beta1.PodDisruptionBudgetSpec>;@@ -168,7 +158,7 @@ Specification of the desired behavior of the PodDisruptionBudget. {{% /md %}}
public status: pulumi.Output<outputApi.policy.v1beta1.PodDisruptionBudgetStatus>;@@ -179,7 +169,7 @@ Most recently observed status of the PodDisruptionBudget. {{% /md %}}
extends CustomResource@@ -202,7 +192,7 @@ PodDisruptionBudgetList is a collection of PodDisruptionBudgets. {{% /md %}}
public getInputs(): inputApi.policy.v1beta1.PodDisruptionBudgetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodDisruptionBudgetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"policy/v1beta1">;@@ -284,7 +264,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -296,7 +276,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.policy.v1beta1.PodDisruptionBudget[]>;@@ -304,7 +284,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PodDisruptionBudgetList">;@@ -318,7 +298,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -326,7 +306,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -350,7 +330,7 @@ will be applied to a pod and container. {{% /md %}}
public getInputs(): inputApi.policy.v1beta1.PodSecurityPolicy
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodSecurityPolicy. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"policy/v1beta1">;@@ -432,7 +402,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -444,7 +414,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PodSecurityPolicy">;@@ -458,7 +428,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -470,7 +440,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.policy.v1beta1.PodSecurityPolicySpec>;@@ -481,7 +451,7 @@ spec defines the policy enforced. {{% /md %}}
extends CustomResource@@ -504,7 +474,7 @@ PodSecurityPolicyList is a list of PodSecurityPolicy objects. {{% /md %}}
public getInputs(): inputApi.policy.v1beta1.PodSecurityPolicyList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodSecurityPolicyList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"policy/v1beta1">;@@ -586,7 +546,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -598,7 +558,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.policy.v1beta1.PodSecurityPolicy[]>;@@ -609,7 +569,7 @@ items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"PodSecurityPolicyList">;@@ -623,7 +583,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -635,7 +595,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/rbac/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/rbac/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1/_index.md index c9e73bd89f6d..b91b2da34dc1 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1/_index.md @@ -27,14 +27,14 @@ aliases:
extends CustomResource@@ -45,7 +45,7 @@ unit by a RoleBinding or ClusterRoleBinding. {{% /md %}}
public getInputs(): inputApi.rbac.v1.ClusterRole
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRole. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public aggregationRule: pulumi.Output<outputApi.rbac.v1.AggregationRule>;@@ -126,7 +116,7 @@ changes to Rules will be stomped by the controller. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1">;@@ -140,7 +130,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -152,7 +142,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ClusterRole">;@@ -166,7 +156,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -177,7 +167,7 @@ Standard object's metadata. {{% /md %}}
public rules: pulumi.Output<outputApi.rbac.v1.PolicyRule[]>;@@ -188,7 +178,7 @@ Rules holds all the PolicyRules for this ClusterRole {{% /md %}}
extends CustomResource@@ -212,7 +202,7 @@ ClusterRole in the global namespace, and adds who information via Subject. {{% /md %}}
public getInputs(): inputApi.rbac.v1.ClusterRoleBinding
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRoleBinding. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1">;@@ -294,7 +274,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -306,7 +286,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ClusterRoleBinding">;@@ -320,7 +300,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -331,7 +311,7 @@ Standard object's metadata. {{% /md %}}
public roleRef: pulumi.Output<outputApi.rbac.v1.RoleRef>;@@ -343,7 +323,7 @@ resolved, the Authorizer must return an error. {{% /md %}}
public subjects: pulumi.Output<outputApi.rbac.v1.Subject[]>;@@ -354,7 +334,7 @@ Subjects holds references to the objects the role applies to. {{% /md %}}
extends CustomResource@@ -377,7 +357,7 @@ ClusterRoleBindingList is a collection of ClusterRoleBindings {{% /md %}}
public getInputs(): inputApi.rbac.v1.ClusterRoleBindingList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRoleBindingList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1">;@@ -459,7 +429,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -471,7 +441,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1.ClusterRoleBinding[]>;@@ -482,7 +452,7 @@ Items is a list of ClusterRoleBindings {{% /md %}}
public kind: pulumi.Output<"ClusterRoleBindingList">;@@ -496,7 +466,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -507,7 +477,7 @@ Standard object's metadata. {{% /md %}}
extends CustomResource@@ -530,7 +500,7 @@ ClusterRoleList is a collection of ClusterRoles {{% /md %}}
public getInputs(): inputApi.rbac.v1.ClusterRoleList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRoleList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1">;@@ -612,7 +572,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -624,7 +584,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1.ClusterRole[]>;@@ -635,7 +595,7 @@ Items is a list of ClusterRoles {{% /md %}}
public kind: pulumi.Output<"ClusterRoleList">;@@ -649,7 +609,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -660,7 +620,7 @@ Standard object's metadata. {{% /md %}}
extends CustomResource@@ -684,7 +644,7 @@ RoleBinding. {{% /md %}}
public getInputs(): inputApi.rbac.v1.Role
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Role. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1">;@@ -766,7 +716,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -778,7 +728,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Role">;@@ -792,7 +742,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -803,7 +753,7 @@ Standard object's metadata. {{% /md %}}
public rules: pulumi.Output<outputApi.rbac.v1.PolicyRule[]>;@@ -814,7 +764,7 @@ Rules holds all the PolicyRules for this Role {{% /md %}}
extends CustomResource@@ -840,7 +790,7 @@ only have effect in that namespace. {{% /md %}}
public getInputs(): inputApi.rbac.v1.RoleBinding
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RoleBinding. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1">;@@ -922,7 +862,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -934,7 +874,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"RoleBinding">;@@ -948,7 +888,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -959,7 +899,7 @@ Standard object's metadata. {{% /md %}}
public roleRef: pulumi.Output<outputApi.rbac.v1.RoleRef>;@@ -971,7 +911,7 @@ namespace. If the RoleRef cannot be resolved, the Authorizer must return an erro {{% /md %}}
public subjects: pulumi.Output<outputApi.rbac.v1.Subject[]>;@@ -982,7 +922,7 @@ Subjects holds references to the objects the role applies to. {{% /md %}}
extends CustomResource@@ -1005,7 +945,7 @@ RoleBindingList is a collection of RoleBindings {{% /md %}}
public getInputs(): inputApi.rbac.v1.RoleBindingList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RoleBindingList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1">;@@ -1087,7 +1017,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1099,7 +1029,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1.RoleBinding[]>;@@ -1110,7 +1040,7 @@ Items is a list of RoleBindings {{% /md %}}
public kind: pulumi.Output<"RoleBindingList">;@@ -1124,7 +1054,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1135,7 +1065,7 @@ Standard object's metadata. {{% /md %}}
extends CustomResource@@ -1158,7 +1088,7 @@ RoleList is a collection of Roles {{% /md %}}
public getInputs(): inputApi.rbac.v1.RoleList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RoleList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1">;@@ -1240,7 +1160,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1252,7 +1172,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1.Role[]>;@@ -1263,7 +1183,7 @@ Items is a list of Roles {{% /md %}}
public kind: pulumi.Output<"RoleList">;@@ -1277,7 +1197,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1288,7 +1208,7 @@ Standard object's metadata. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1alpha1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1alpha1/_index.md similarity index 72% rename from content/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1alpha1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1alpha1/_index.md index 2e3d8725bba2..365356b7285d 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1alpha1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1alpha1/_index.md @@ -27,14 +27,14 @@ aliases:
extends CustomResource@@ -45,7 +45,7 @@ unit by a RoleBinding or ClusterRoleBinding. {{% /md %}}
public getInputs(): inputApi.rbac.v1alpha1.ClusterRole
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRole. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public aggregationRule: pulumi.Output<outputApi.rbac.v1alpha1.AggregationRule>;@@ -126,7 +116,7 @@ changes to Rules will be stomped by the controller. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1alpha1">;@@ -140,7 +130,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -152,7 +142,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ClusterRole">;@@ -166,7 +156,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -177,7 +167,7 @@ Standard object's metadata. {{% /md %}}
public rules: pulumi.Output<outputApi.rbac.v1alpha1.PolicyRule[]>;@@ -188,7 +178,7 @@ Rules holds all the PolicyRules for this ClusterRole {{% /md %}}
extends CustomResource@@ -212,7 +202,7 @@ ClusterRole in the global namespace, and adds who information via Subject. {{% /md %}}
public getInputs(): inputApi.rbac.v1alpha1.ClusterRoleBinding
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRoleBinding. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1alpha1">;@@ -294,7 +274,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -306,7 +286,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ClusterRoleBinding">;@@ -320,7 +300,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -331,7 +311,7 @@ Standard object's metadata. {{% /md %}}
public roleRef: pulumi.Output<outputApi.rbac.v1alpha1.RoleRef>;@@ -343,7 +323,7 @@ resolved, the Authorizer must return an error. {{% /md %}}
public subjects: pulumi.Output<outputApi.rbac.v1alpha1.Subject[]>;@@ -354,7 +334,7 @@ Subjects holds references to the objects the role applies to. {{% /md %}}
extends CustomResource@@ -377,7 +357,7 @@ ClusterRoleBindingList is a collection of ClusterRoleBindings {{% /md %}}
public getInputs(): inputApi.rbac.v1alpha1.ClusterRoleBindingList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRoleBindingList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1alpha1">;@@ -459,7 +429,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -471,7 +441,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1alpha1.ClusterRoleBinding[]>;@@ -482,7 +452,7 @@ Items is a list of ClusterRoleBindings {{% /md %}}
public kind: pulumi.Output<"ClusterRoleBindingList">;@@ -496,7 +466,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -507,7 +477,7 @@ Standard object's metadata. {{% /md %}}
extends CustomResource@@ -530,7 +500,7 @@ ClusterRoleList is a collection of ClusterRoles {{% /md %}}
public getInputs(): inputApi.rbac.v1alpha1.ClusterRoleList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRoleList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1alpha1">;@@ -612,7 +572,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -624,7 +584,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1alpha1.ClusterRole[]>;@@ -635,7 +595,7 @@ Items is a list of ClusterRoles {{% /md %}}
public kind: pulumi.Output<"ClusterRoleList">;@@ -649,7 +609,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -660,7 +620,7 @@ Standard object's metadata. {{% /md %}}
extends CustomResource@@ -684,7 +644,7 @@ RoleBinding. {{% /md %}}
public getInputs(): inputApi.rbac.v1alpha1.Role
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Role. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1alpha1">;@@ -766,7 +716,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -778,7 +728,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Role">;@@ -792,7 +742,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -803,7 +753,7 @@ Standard object's metadata. {{% /md %}}
public rules: pulumi.Output<outputApi.rbac.v1alpha1.PolicyRule[]>;@@ -814,7 +764,7 @@ Rules holds all the PolicyRules for this Role {{% /md %}}
extends CustomResource@@ -840,7 +790,7 @@ only have effect in that namespace. {{% /md %}}
public getInputs(): inputApi.rbac.v1alpha1.RoleBinding
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RoleBinding. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1alpha1">;@@ -922,7 +862,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -934,7 +874,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"RoleBinding">;@@ -948,7 +888,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -959,7 +899,7 @@ Standard object's metadata. {{% /md %}}
public roleRef: pulumi.Output<outputApi.rbac.v1alpha1.RoleRef>;@@ -971,7 +911,7 @@ namespace. If the RoleRef cannot be resolved, the Authorizer must return an erro {{% /md %}}
public subjects: pulumi.Output<outputApi.rbac.v1alpha1.Subject[]>;@@ -982,7 +922,7 @@ Subjects holds references to the objects the role applies to. {{% /md %}}
extends CustomResource@@ -1005,7 +945,7 @@ RoleBindingList is a collection of RoleBindings {{% /md %}}
public getInputs(): inputApi.rbac.v1alpha1.RoleBindingList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RoleBindingList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1alpha1">;@@ -1087,7 +1017,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1099,7 +1029,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1alpha1.RoleBinding[]>;@@ -1110,7 +1040,7 @@ Items is a list of RoleBindings {{% /md %}}
public kind: pulumi.Output<"RoleBindingList">;@@ -1124,7 +1054,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1135,7 +1065,7 @@ Standard object's metadata. {{% /md %}}
extends CustomResource@@ -1158,7 +1088,7 @@ RoleList is a collection of Roles {{% /md %}}
public getInputs(): inputApi.rbac.v1alpha1.RoleList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RoleList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1alpha1">;@@ -1240,7 +1160,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1252,7 +1172,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1alpha1.Role[]>;@@ -1263,7 +1183,7 @@ Items is a list of Roles {{% /md %}}
public kind: pulumi.Output<"RoleList">;@@ -1277,7 +1197,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1288,7 +1208,7 @@ Standard object's metadata. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1beta1/_index.md similarity index 72% rename from content/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1beta1/_index.md index b5e18b663a2d..90915c32bfbb 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/rbac/v1beta1/_index.md @@ -27,14 +27,14 @@ aliases:
extends CustomResource@@ -45,7 +45,7 @@ unit by a RoleBinding or ClusterRoleBinding. {{% /md %}}
public getInputs(): inputApi.rbac.v1beta1.ClusterRole
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRole. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public aggregationRule: pulumi.Output<outputApi.rbac.v1beta1.AggregationRule>;@@ -126,7 +116,7 @@ changes to Rules will be stomped by the controller. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1beta1">;@@ -140,7 +130,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -152,7 +142,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ClusterRole">;@@ -166,7 +156,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -177,7 +167,7 @@ Standard object's metadata. {{% /md %}}
public rules: pulumi.Output<outputApi.rbac.v1beta1.PolicyRule[]>;@@ -188,7 +178,7 @@ Rules holds all the PolicyRules for this ClusterRole {{% /md %}}
extends CustomResource@@ -212,7 +202,7 @@ ClusterRole in the global namespace, and adds who information via Subject. {{% /md %}}
public getInputs(): inputApi.rbac.v1beta1.ClusterRoleBinding
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRoleBinding. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1beta1">;@@ -294,7 +274,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -306,7 +286,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"ClusterRoleBinding">;@@ -320,7 +300,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -331,7 +311,7 @@ Standard object's metadata. {{% /md %}}
public roleRef: pulumi.Output<outputApi.rbac.v1beta1.RoleRef>;@@ -343,7 +323,7 @@ resolved, the Authorizer must return an error. {{% /md %}}
public subjects: pulumi.Output<outputApi.rbac.v1beta1.Subject[]>;@@ -354,7 +334,7 @@ Subjects holds references to the objects the role applies to. {{% /md %}}
extends CustomResource@@ -377,7 +357,7 @@ ClusterRoleBindingList is a collection of ClusterRoleBindings {{% /md %}}
public getInputs(): inputApi.rbac.v1beta1.ClusterRoleBindingList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRoleBindingList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1beta1">;@@ -459,7 +429,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -471,7 +441,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1beta1.ClusterRoleBinding[]>;@@ -482,7 +452,7 @@ Items is a list of ClusterRoleBindings {{% /md %}}
public kind: pulumi.Output<"ClusterRoleBindingList">;@@ -496,7 +466,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -507,7 +477,7 @@ Standard object's metadata. {{% /md %}}
extends CustomResource@@ -530,7 +500,7 @@ ClusterRoleList is a collection of ClusterRoles {{% /md %}}
public getInputs(): inputApi.rbac.v1beta1.ClusterRoleList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of ClusterRoleList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1beta1">;@@ -612,7 +572,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -624,7 +584,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1beta1.ClusterRole[]>;@@ -635,7 +595,7 @@ Items is a list of ClusterRoles {{% /md %}}
public kind: pulumi.Output<"ClusterRoleList">;@@ -649,7 +609,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -660,7 +620,7 @@ Standard object's metadata. {{% /md %}}
extends CustomResource@@ -684,7 +644,7 @@ RoleBinding. {{% /md %}}
public getInputs(): inputApi.rbac.v1beta1.Role
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of Role. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1beta1">;@@ -766,7 +716,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -778,7 +728,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"Role">;@@ -792,7 +742,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -803,7 +753,7 @@ Standard object's metadata. {{% /md %}}
public rules: pulumi.Output<outputApi.rbac.v1beta1.PolicyRule[]>;@@ -814,7 +764,7 @@ Rules holds all the PolicyRules for this Role {{% /md %}}
extends CustomResource@@ -840,7 +790,7 @@ only have effect in that namespace. {{% /md %}}
public getInputs(): inputApi.rbac.v1beta1.RoleBinding
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RoleBinding. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1beta1">;@@ -922,7 +862,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -934,7 +874,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"RoleBinding">;@@ -948,7 +888,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -959,7 +899,7 @@ Standard object's metadata. {{% /md %}}
public roleRef: pulumi.Output<outputApi.rbac.v1beta1.RoleRef>;@@ -971,7 +911,7 @@ namespace. If the RoleRef cannot be resolved, the Authorizer must return an erro {{% /md %}}
public subjects: pulumi.Output<outputApi.rbac.v1beta1.Subject[]>;@@ -982,7 +922,7 @@ Subjects holds references to the objects the role applies to. {{% /md %}}
extends CustomResource@@ -1005,7 +945,7 @@ RoleBindingList is a collection of RoleBindings {{% /md %}}
public getInputs(): inputApi.rbac.v1beta1.RoleBindingList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RoleBindingList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1beta1">;@@ -1087,7 +1017,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1099,7 +1029,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1beta1.RoleBinding[]>;@@ -1110,7 +1040,7 @@ Items is a list of RoleBindings {{% /md %}}
public kind: pulumi.Output<"RoleBindingList">;@@ -1124,7 +1054,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1135,7 +1065,7 @@ Standard object's metadata. {{% /md %}}
extends CustomResource@@ -1158,7 +1088,7 @@ RoleList is a collection of Roles {{% /md %}}
public getInputs(): inputApi.rbac.v1beta1.RoleList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of RoleList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"rbac.authorization.k8s.io/v1beta1">;@@ -1240,7 +1160,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1252,7 +1172,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.rbac.v1beta1.Role[]>;@@ -1263,7 +1183,7 @@ Items is a list of Roles {{% /md %}}
public kind: pulumi.Output<"RoleList">;@@ -1277,7 +1197,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1288,7 +1208,7 @@ Standard object's metadata. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1/_index.md index decadb485833..4c9a0aa7d131 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -39,7 +39,7 @@ value can be any valid integer. {{% /md %}}
public getInputs(): inputApi.scheduling.v1.PriorityClass
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PriorityClass. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"scheduling.k8s.io/v1">;@@ -121,7 +111,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public description: pulumi.Output<string>;@@ -133,7 +123,7 @@ class should be used. {{% /md %}}
public globalDefault: pulumi.Output<boolean>;@@ -148,7 +138,7 @@ PriorityClasses will be used as the default priority. {{% /md %}}
id: Output<ID>;@@ -160,7 +150,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PriorityClass">;@@ -174,7 +164,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -186,7 +176,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public value: pulumi.Output<number>;@@ -211,7 +201,7 @@ have the name of this class in their pod spec.
extends CustomResource@@ -221,7 +211,7 @@ PriorityClassList is a collection of priority classes. {{% /md %}}
public getInputs(): inputApi.scheduling.v1.PriorityClassList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PriorityClassList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"scheduling.k8s.io/v1">;@@ -303,7 +283,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -315,7 +295,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.scheduling.v1.PriorityClass[]>;@@ -326,7 +306,7 @@ items is the list of PriorityClasses {{% /md %}}
public kind: pulumi.Output<"PriorityClassList">;@@ -340,7 +320,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -352,7 +332,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1alpha1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1alpha1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1alpha1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1alpha1/_index.md index 1d2f8d87609c..137b678090db 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1alpha1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1alpha1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -40,7 +40,7 @@ to the priority integer value. The value can be any valid integer. {{% /md %}}
public getInputs(): inputApi.scheduling.v1alpha1.PriorityClass
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PriorityClass. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"scheduling.k8s.io/v1alpha1">;@@ -122,7 +112,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public description: pulumi.Output<string>;@@ -134,7 +124,7 @@ class should be used. {{% /md %}}
public globalDefault: pulumi.Output<boolean>;@@ -149,7 +139,7 @@ PriorityClasses will be used as the default priority. {{% /md %}}
id: Output<ID>;@@ -161,7 +151,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PriorityClass">;@@ -175,7 +165,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -187,7 +177,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public value: pulumi.Output<number>;@@ -212,7 +202,7 @@ have the name of this class in their pod spec.
extends CustomResource@@ -222,7 +212,7 @@ PriorityClassList is a collection of priority classes. {{% /md %}}
public getInputs(): inputApi.scheduling.v1alpha1.PriorityClassList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PriorityClassList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"scheduling.k8s.io/v1alpha1">;@@ -304,7 +284,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -316,7 +296,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.scheduling.v1alpha1.PriorityClass[]>;@@ -327,7 +307,7 @@ items is the list of PriorityClasses {{% /md %}}
public kind: pulumi.Output<"PriorityClassList">;@@ -341,7 +321,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -353,7 +333,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1beta1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1beta1/_index.md index 66afc3b9ae03..c606fc32cbfc 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/scheduling/v1beta1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -40,7 +40,7 @@ to the priority integer value. The value can be any valid integer. {{% /md %}}
public getInputs(): inputApi.scheduling.v1beta1.PriorityClass
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PriorityClass. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"scheduling.k8s.io/v1beta1">;@@ -122,7 +112,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
public description: pulumi.Output<string>;@@ -134,7 +124,7 @@ class should be used. {{% /md %}}
public globalDefault: pulumi.Output<boolean>;@@ -149,7 +139,7 @@ PriorityClasses will be used as the default priority. {{% /md %}}
id: Output<ID>;@@ -161,7 +151,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PriorityClass">;@@ -175,7 +165,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -187,7 +177,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
public value: pulumi.Output<number>;@@ -212,7 +202,7 @@ have the name of this class in their pod spec.
extends CustomResource@@ -222,7 +212,7 @@ PriorityClassList is a collection of priority classes. {{% /md %}}
public getInputs(): inputApi.scheduling.v1beta1.PriorityClassList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PriorityClassList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"scheduling.k8s.io/v1beta1">;@@ -304,7 +284,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -316,7 +296,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.scheduling.v1beta1.PriorityClass[]>;@@ -327,7 +307,7 @@ items is the list of PriorityClasses {{% /md %}}
public kind: pulumi.Output<"PriorityClassList">;@@ -341,7 +321,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -353,7 +333,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/settings/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/settings/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/settings/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/settings/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/settings/v1alpha1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/settings/v1alpha1/_index.md similarity index 72% rename from content/reference/pkg/nodejs/pulumi/kubernetes/settings/v1alpha1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/settings/v1alpha1/_index.md index 2a82949db284..b4c57a2680bd 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/settings/v1alpha1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/settings/v1alpha1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -38,7 +38,7 @@ PodPreset is a policy resource that defines additional runtime requirements for {{% /md %}}
public getInputs(): inputApi.settings.v1alpha1.PodPreset
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodPreset. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"settings.k8s.io/v1alpha1">;@@ -120,7 +110,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -132,7 +122,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"PodPreset">;@@ -146,7 +136,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -154,7 +144,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public spec: pulumi.Output<outputApi.settings.v1alpha1.PodPresetSpec>;@@ -162,7 +152,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
extends CustomResource@@ -185,7 +175,7 @@ PodPresetList is a list of PodPreset objects. {{% /md %}}
public getInputs(): inputApi.settings.v1alpha1.PodPresetList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of PodPresetList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"settings.k8s.io/v1alpha1">;@@ -267,7 +247,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -279,7 +259,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.settings.v1alpha1.PodPreset[]>;@@ -290,7 +270,7 @@ Items is a list of schema objects. {{% /md %}}
public kind: pulumi.Output<"PodPresetList">;@@ -304,7 +284,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -316,7 +296,7 @@ https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/storage/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/storage/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/storage/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/v1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/storage/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/v1/_index.md index cf117c5652b8..97dc478d122b 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/storage/v1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/v1/_index.md @@ -23,14 +23,14 @@ aliases:
extends CustomResource@@ -44,7 +44,7 @@ ObjectMeta.Name. {{% /md %}}
public getInputs(): inputApi.storage.v1.StorageClass
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StorageClass. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public allowVolumeExpansion: pulumi.Output<boolean>;@@ -123,7 +113,7 @@ AllowVolumeExpansion shows whether the storage class allow volume expand {{% /md %}}
public allowedTopologies: pulumi.Output<outputApi.core.v1.TopologySelectorTerm[]>;@@ -137,7 +127,7 @@ enable the VolumeScheduling feature. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1">;@@ -151,7 +141,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -163,7 +153,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"StorageClass">;@@ -177,7 +167,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -189,7 +179,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public mountOptions: pulumi.Output<string[]>;@@ -202,7 +192,7 @@ is invalid. {{% /md %}}
public parameters: pulumi.Output<{[key: string]: pulumi.Output<string>}>;@@ -214,7 +204,7 @@ storage class. {{% /md %}}
public provisioner: pulumi.Output<string>;@@ -225,7 +215,7 @@ Provisioner indicates the type of the provisioner. {{% /md %}}
public reclaimPolicy: pulumi.Output<string>;@@ -237,7 +227,7 @@ reclaimPolicy. Defaults to Delete. {{% /md %}}
public volumeBindingMode: pulumi.Output<string>;@@ -263,7 +253,7 @@ enable the VolumeScheduling feature.
extends CustomResource@@ -273,7 +263,7 @@ StorageClassList is a collection of storage classes. {{% /md %}}
public getInputs(): inputApi.storage.v1.StorageClassList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StorageClassList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1">;@@ -355,7 +335,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -367,7 +347,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.storage.v1.StorageClass[]>;@@ -378,7 +358,7 @@ Items is the list of StorageClasses {{% /md %}}
public kind: pulumi.Output<"StorageClassList">;@@ -392,7 +372,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -404,7 +384,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
extends CustomResource@@ -430,7 +410,7 @@ VolumeAttachment objects are non-namespaced. {{% /md %}}
public getInputs(): inputApi.storage.v1.VolumeAttachment
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of VolumeAttachment. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1">;@@ -512,7 +482,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -524,7 +494,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"VolumeAttachment">;@@ -538,7 +508,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -550,7 +520,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.storage.v1.VolumeAttachmentSpec>;@@ -562,7 +532,7 @@ system. {{% /md %}}
public status: pulumi.Output<outputApi.storage.v1.VolumeAttachmentStatus>;@@ -574,7 +544,7 @@ detach operation, i.e. the external-attacher. {{% /md %}}
extends CustomResource@@ -597,7 +567,7 @@ VolumeAttachmentList is a collection of VolumeAttachment objects. {{% /md %}}
public getInputs(): inputApi.storage.v1.VolumeAttachmentList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of VolumeAttachmentList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1">;@@ -679,7 +639,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -691,7 +651,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.storage.v1.VolumeAttachment[]>;@@ -702,7 +662,7 @@ Items is the list of VolumeAttachments {{% /md %}}
public kind: pulumi.Output<"VolumeAttachmentList">;@@ -716,7 +676,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -728,7 +688,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/storage/v1alpha1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/v1alpha1/_index.md similarity index 74% rename from content/reference/pkg/nodejs/pulumi/kubernetes/storage/v1alpha1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/v1alpha1/_index.md index 9d5a706d5b14..25444aef7c8e 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/storage/v1alpha1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/v1alpha1/_index.md @@ -21,14 +21,14 @@ aliases:
extends CustomResource@@ -41,7 +41,7 @@ VolumeAttachment objects are non-namespaced. {{% /md %}}
public getInputs(): inputApi.storage.v1alpha1.VolumeAttachment
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of VolumeAttachment. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1alpha1">;@@ -123,7 +113,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -135,7 +125,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"VolumeAttachment">;@@ -149,7 +139,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -161,7 +151,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.storage.v1alpha1.VolumeAttachmentSpec>;@@ -173,7 +163,7 @@ system. {{% /md %}}
public status: pulumi.Output<outputApi.storage.v1alpha1.VolumeAttachmentStatus>;@@ -185,7 +175,7 @@ detach operation, i.e. the external-attacher. {{% /md %}}
extends CustomResource@@ -208,7 +198,7 @@ VolumeAttachmentList is a collection of VolumeAttachment objects. {{% /md %}}
public getInputs(): inputApi.storage.v1alpha1.VolumeAttachmentList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of VolumeAttachmentList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1alpha1">;@@ -290,7 +270,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -302,7 +282,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.storage.v1alpha1.VolumeAttachment[]>;@@ -313,7 +293,7 @@ Items is the list of VolumeAttachments {{% /md %}}
public kind: pulumi.Output<"VolumeAttachmentList">;@@ -327,7 +307,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -339,7 +319,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/storage/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/v1beta1/_index.md similarity index 73% rename from content/reference/pkg/nodejs/pulumi/kubernetes/storage/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/v1beta1/_index.md index 9937b29beac3..8712ac6ceb93 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/storage/v1beta1/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/storage/v1beta1/_index.md @@ -27,14 +27,14 @@ aliases:
extends CustomResource@@ -50,7 +50,7 @@ are non-namespaced. {{% /md %}}
public getInputs(): inputApi.storage.v1beta1.CSIDriver
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CSIDriver. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1beta1">;@@ -132,7 +122,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -144,7 +134,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"CSIDriver">;@@ -158,7 +148,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -173,7 +163,7 @@ More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#me {{% /md %}}
public spec: pulumi.Output<outputApi.storage.v1beta1.CSIDriverSpec>;@@ -184,7 +174,7 @@ Specification of the CSI Driver. {{% /md %}}
extends CustomResource@@ -207,7 +197,7 @@ CSIDriverList is a collection of CSIDriver objects. {{% /md %}}
public getInputs(): inputApi.storage.v1beta1.CSIDriverList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CSIDriverList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1beta1">;@@ -289,7 +269,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -301,7 +281,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.storage.v1beta1.CSIDriver[]>;@@ -312,7 +292,7 @@ items is the list of CSIDriver {{% /md %}}
public kind: pulumi.Output<"CSIDriverList">;@@ -326,7 +306,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -338,7 +318,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
extends CustomResource@@ -367,7 +347,7 @@ points to the corresponding node object. {{% /md %}}
public getInputs(): inputApi.storage.v1beta1.CSINode
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CSINode. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1beta1">;@@ -449,7 +419,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -461,7 +431,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"CSINode">;@@ -475,7 +445,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -486,7 +456,7 @@ metadata.name must be the Kubernetes node name. {{% /md %}}
public spec: pulumi.Output<outputApi.storage.v1beta1.CSINodeSpec>;@@ -497,7 +467,7 @@ spec is the specification of CSINode {{% /md %}}
extends CustomResource@@ -520,7 +490,7 @@ CSINodeList is a collection of CSINode objects. {{% /md %}}
public getInputs(): inputApi.storage.v1beta1.CSINodeList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of CSINodeList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1beta1">;@@ -602,7 +562,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -614,7 +574,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.storage.v1beta1.CSINode[]>;@@ -625,7 +585,7 @@ items is the list of CSINode {{% /md %}}
public kind: pulumi.Output<"CSINodeList">;@@ -639,7 +599,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -651,7 +611,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
extends CustomResource@@ -678,7 +638,7 @@ ObjectMeta.Name. {{% /md %}}
public getInputs(): inputApi.storage.v1beta1.StorageClass
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StorageClass. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public allowVolumeExpansion: pulumi.Output<boolean>;@@ -757,7 +707,7 @@ AllowVolumeExpansion shows whether the storage class allow volume expand {{% /md %}}
public allowedTopologies: pulumi.Output<outputApi.core.v1.TopologySelectorTerm[]>;@@ -771,7 +721,7 @@ enable the VolumeScheduling feature. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1beta1">;@@ -785,7 +735,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -797,7 +747,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"StorageClass">;@@ -811,7 +761,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -823,7 +773,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public mountOptions: pulumi.Output<string[]>;@@ -836,7 +786,7 @@ is invalid. {{% /md %}}
public parameters: pulumi.Output<{[key: string]: pulumi.Output<string>}>;@@ -848,7 +798,7 @@ storage class. {{% /md %}}
public provisioner: pulumi.Output<string>;@@ -859,7 +809,7 @@ Provisioner indicates the type of the provisioner. {{% /md %}}
public reclaimPolicy: pulumi.Output<string>;@@ -871,7 +821,7 @@ reclaimPolicy. Defaults to Delete. {{% /md %}}
public volumeBindingMode: pulumi.Output<string>;@@ -897,7 +847,7 @@ enable the VolumeScheduling feature.
extends CustomResource@@ -907,7 +857,7 @@ StorageClassList is a collection of storage classes. {{% /md %}}
public getInputs(): inputApi.storage.v1beta1.StorageClassList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of StorageClassList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1beta1">;@@ -989,7 +929,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1001,7 +941,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.storage.v1beta1.StorageClass[]>;@@ -1012,7 +952,7 @@ Items is the list of StorageClasses {{% /md %}}
public kind: pulumi.Output<"StorageClassList">;@@ -1026,7 +966,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1038,7 +978,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
extends CustomResource@@ -1064,7 +1004,7 @@ VolumeAttachment objects are non-namespaced. {{% /md %}}
public getInputs(): inputApi.storage.v1beta1.VolumeAttachment
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of VolumeAttachment. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1beta1">;@@ -1146,7 +1076,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1158,7 +1088,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public kind: pulumi.Output<"VolumeAttachment">;@@ -1172,7 +1102,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ObjectMeta>;@@ -1184,7 +1114,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
public spec: pulumi.Output<outputApi.storage.v1beta1.VolumeAttachmentSpec>;@@ -1196,7 +1126,7 @@ system. {{% /md %}}
public status: pulumi.Output<outputApi.storage.v1beta1.VolumeAttachmentStatus>;@@ -1208,7 +1138,7 @@ detach operation, i.e. the external-attacher. {{% /md %}}
extends CustomResource@@ -1231,7 +1161,7 @@ VolumeAttachmentList is a collection of VolumeAttachment objects. {{% /md %}}
public getInputs(): inputApi.storage.v1beta1.VolumeAttachmentList
-
{{% /md %}}
static isInstance(obj: any): boolean+
public static isInstance(obj: any): boolean-Returns true if the given object is an instance of CustomResource. This is designed to work even when -multiple copies of the Pulumi SDK have been loaded into the same process. +Returns true if the given object is an instance of VolumeAttachmentList. This is designed to work even +when multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public apiVersion: pulumi.Output<"storage.k8s.io/v1beta1">;@@ -1313,7 +1233,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#resources {{% /md %}}
id: Output<ID>;@@ -1325,7 +1245,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public items: pulumi.Output<outputApi.storage.v1beta1.VolumeAttachment[]>;@@ -1336,7 +1256,7 @@ Items is the list of VolumeAttachments {{% /md %}}
public kind: pulumi.Output<"VolumeAttachmentList">;@@ -1350,7 +1270,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds {{% /md %}}
public metadata: pulumi.Output<outputApi.meta.v1.ListMeta>;@@ -1362,7 +1282,7 @@ https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/tests/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/tests/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/tests/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/tests/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/runtime/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/runtime/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/runtime/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/runtime/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/v1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v1/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/v1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v1/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/v1alpha1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v1alpha1/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/v1alpha1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v1alpha1/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/v1beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v1beta1/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/v1beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v1beta1/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/v1beta2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v1beta2/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/v1beta2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v1beta2/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/v2alpha1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v2alpha1/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/v2alpha1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v2alpha1/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/v2beta1/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v2beta1/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/v2beta1/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v2beta1/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/v2beta2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v2beta2/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/v2beta2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/v2beta2/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/types/version/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/version/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/types/version/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/types/version/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/v2/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/v2/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/kubernetes/v2/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/v2/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/kubernetes/yaml/_index.md b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/yaml/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/kubernetes/yaml/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/kubernetes/yaml/_index.md index efde00179945..c220b64e8f93 100644 --- a/content/reference/pkg/nodejs/pulumi/kubernetes/yaml/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/kubernetes/yaml/_index.md @@ -25,19 +25,19 @@ aliases:
extends ComponentResource
resources: pulumi.Output<{[key: string]: pulumi.CustomResource}>;@@ -10072,7 +10072,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
extends CollectionComponentResource@@ -10096,7 +10096,7 @@ is not specified, `ConfigFile` assumes the argument `name` is the filename. {{% /md %}}
resources: pulumi.Output<{[key: string]: pulumi.CustomResource}>;@@ -20131,7 +20131,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
extends CollectionComponentResource@@ -20167,7 +20167,7 @@ may be supplied using any of the following `ConfigGroupOpts`: {{% /md %}}
resources: pulumi.Output<{[key: string]: pulumi.CustomResource}>;@@ -30202,7 +30202,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
file?: undefined | string;@@ -30230,10 +30230,10 @@ Path or a URL that uniquely identifies a file. {{% /md %}}
transformations?: (o: any) => void[];+
transformations?: (o: any, opts: pulumi.CustomResourceOptions) => void[];{{% md %}} A set of transformations to apply to Kubernetes resource definitions before registering @@ -30243,11 +30243,11 @@ with engine.
files?: string[] | string;@@ -30258,7 +30258,7 @@ Set of paths or a URLs that uniquely identify files. {{% /md %}}
objs?: any[] | any;@@ -30269,10 +30269,10 @@ JavaScript objects representing Kubernetes resources. {{% /md %}}
transformations?: (o: any) => void[];+
transformations?: (o: any, opts: pulumi.CustomResourceOptions) => void[];{{% md %}} A set of transformations to apply to Kubernetes resource definitions before registering @@ -30281,7 +30281,7 @@ with engine. {{% /md %}}
objs: any[];
@@ -30308,10 +30308,10 @@ JavaScript objects representing Kubernetes resources.
{{% /md %}}
transformations?: (o: any) => void[];+
transformations?: (o: any, opts: pulumi.CustomResourceOptions) => void[];{{% md %}} A set of transformations to apply to Kubernetes resource definitions before registering diff --git a/content/reference/pkg/nodejs/pulumi/linode/_index.md b/content/docs/reference/pkg/nodejs/pulumi/linode/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/linode/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/linode/_index.md index cf3ff6b6dcc3..5bbc432a9937 100644 --- a/content/reference/pkg/nodejs/pulumi/linode/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/linode/_index.md @@ -189,7 +189,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -368,7 +368,7 @@ If this Domain represents the authoritative source of information for the domain {{% /md %}}
id: Output<ID>;@@ -595,7 +595,7 @@ The target for this Record. This field's actual usage depends on the type of rec {{% /md %}}
id: Output<ID>;@@ -1443,7 +1443,7 @@ The Linode type defines the pricing, CPU, disk, and RAM specs of the instance. {{% /md %}}
id: Output<ID>;@@ -1678,7 +1678,7 @@ A list of tags applied to this object. Tags are for organizational purposes only {{% /md %}}
id: Output<ID>;@@ -2008,7 +2008,7 @@ Controls how session stickiness is handled on this port: 'none', 'table', 'http_ {{% /md %}}
id: Output<ID>;@@ -2222,7 +2222,7 @@ The current status of this node, based on the configured checks of its NodeBalan {{% /md %}}
urn: Output<URN>;@@ -2276,7 +2276,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -2312,7 +2312,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -2600,7 +2600,7 @@ The public SSH Key, which is used to authenticate to the root user of the Linode {{% /md %}}
id: Output<ID>;@@ -3303,7 +3303,7 @@ A list of tags applied to this object. Tags are for organizational purposes only {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/linode/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/linode/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/linode/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/linode/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/mysql/_index.md b/content/docs/reference/pkg/nodejs/pulumi/mysql/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/mysql/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/mysql/_index.md index 7482b8ea540d..a8cffe06abc8 100644 --- a/content/reference/pkg/nodejs/pulumi/mysql/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/mysql/_index.md @@ -127,7 +127,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -203,7 +203,7 @@ the operating system on which the MySQL server is running. {{% /md %}}
id: Output<ID>;@@ -441,7 +441,7 @@ An TLS-Option for the `GRANT` statement. The value is suffixed to `REQUIRE`. A v {{% /md %}}
urn: Output<URN>;@@ -495,7 +495,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -531,7 +531,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -821,7 +821,7 @@ An TLS-Option for the `CREATE USER` or `ALTER USER` statement. The value is suff {{% /md %}}
id: Output<ID>;@@ -974,7 +974,7 @@ Either a base-64 encoded PGP public key, or a keybase username in the form `keyb {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/mysql/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/mysql/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/mysql/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/mysql/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/newrelic/_index.md b/content/docs/reference/pkg/nodejs/pulumi/newrelic/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/newrelic/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/newrelic/_index.md index a6df32fec61a..4ed17481bf22 100644 --- a/content/reference/pkg/nodejs/pulumi/newrelic/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/newrelic/_index.md @@ -143,7 +143,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -212,7 +212,7 @@ The type of channel. One of: `campfire`, `email`, `hipchat`, `opsgenie`, `pager {{% /md %}}
id: Output<ID>;@@ -449,7 +449,7 @@ The type of condition. One of: `apm_app_metric`, `apm_jvm_metric`, `apm_kt_metri {{% /md %}}
id: Output<ID>;@@ -1213,7 +1213,7 @@ The type of Infrastructure alert condition: "infra_process_running", "infra_metr {{% /md %}}
id: Output<ID>;@@ -1445,7 +1445,7 @@ A list of terms for this condition. See Terms below for details. {{% /md %}}
urn: Output<URN>;@@ -1499,7 +1499,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -1535,7 +1535,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/newrelic/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/newrelic/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/newrelic/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/newrelic/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/newrelic/synthetics/_index.md b/content/docs/reference/pkg/nodejs/pulumi/newrelic/synthetics/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/newrelic/synthetics/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/newrelic/synthetics/_index.md index b3068a81a584..396a9af42f84 100644 --- a/content/reference/pkg/nodejs/pulumi/newrelic/synthetics/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/newrelic/synthetics/_index.md @@ -93,7 +93,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/_index.md index f2a82b6129dd..55cbd92fdb02 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/_index.md @@ -98,7 +98,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -134,7 +134,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/blockstorage/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/blockstorage/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/blockstorage/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/blockstorage/_index.md index aafc5bc87d92..839b378e460a 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/blockstorage/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/blockstorage/_index.md @@ -104,7 +104,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/compute/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/compute/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/compute/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/compute/_index.md index 7bc6546a6262..4c2ee0bc4d59 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/compute/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/compute/_index.md @@ -123,7 +123,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -264,7 +264,7 @@ unspecified, the default is 0. Changing this creates a new flavor. {{% /md %}}
id: Output<ID>;@@ -1572,7 +1572,7 @@ If instance doesn't stop within timeout, it will be destroyed anyway. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/openstack/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/config/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/openstack/containerinfra/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/containerinfra/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/containerinfra/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/containerinfra/_index.md index 93ad6fc0913e..26d63d282011 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/containerinfra/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/containerinfra/_index.md @@ -173,7 +173,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -377,7 +377,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -902,7 +902,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/database/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/database/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/openstack/database/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/database/_index.md index 9076fa3d93dd..401e29be9e80 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/database/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/database/_index.md @@ -100,7 +100,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -554,7 +554,7 @@ Specifies the volume size in GB. Changing this creates new instance. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/dns/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/dns/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/dns/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/dns/_index.md index 9b9071aca3e0..4146d13def4d 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/dns/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/dns/_index.md @@ -99,7 +99,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/firewall/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/firewall/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/firewall/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/firewall/_index.md index 1d74ccc148cc..c436b551c7ef 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/firewall/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/firewall/_index.md @@ -110,7 +110,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/identity/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/identity/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/identity/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/identity/_index.md index b47864d42675..bea24829c46c 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/identity/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/identity/_index.md @@ -147,7 +147,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -288,7 +288,7 @@ credentials or trusts. Changing this creates a new application credential. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/images/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/images/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/images/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/images/_index.md index d84039c04321..243980ada25e 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/images/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/images/_index.md @@ -105,7 +105,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/loadbalancer/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/loadbalancer/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/loadbalancer/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/loadbalancer/_index.md index e080406de576..f31183943d09 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/loadbalancer/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/loadbalancer/_index.md @@ -136,7 +136,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -293,7 +293,7 @@ other than their own. Changing this creates a new L7 Policy. {{% /md %}}
id: Output<ID>;@@ -801,7 +801,7 @@ other than their own. Changing this creates a new Listener. {{% /md %}}
id: Output<ID>;@@ -1001,7 +1001,7 @@ other than their own. Changing this creates a new loadbalancer. {{% /md %}}
id: Output<ID>;@@ -1237,7 +1237,7 @@ other than their own. Changing this creates a new member. {{% /md %}}
id: Output<ID>;@@ -1429,7 +1429,7 @@ create a member for another tenant. Changing this creates a new member. {{% /md %}}
id: Output<ID>;@@ -2164,7 +2164,7 @@ other than their own. Changing this creates a new pool. {{% /md %}}
id: Output<ID>;@@ -2453,7 +2453,7 @@ create a pool member for another tenant. Changing this creates a new pool. {{% /md %}}
id: Output<ID>;@@ -2731,7 +2731,7 @@ create a vip member for another tenant. Changing this creates a new vip. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/networking/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/networking/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/networking/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/networking/_index.md index b37d51744d17..12c12553b5bc 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/networking/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/networking/_index.md @@ -170,7 +170,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -691,7 +691,7 @@ floating IP (which may or may not have a different address). {{% /md %}}
id: Output<ID>;@@ -1486,7 +1486,7 @@ to create a port for another tenant. Changing this creates a new port. {{% /md %}}
id: Output<ID>;@@ -1711,7 +1711,7 @@ opposed to how they are configured with the Compute Instance). {{% /md %}}
id: Output<ID>;@@ -1983,7 +1983,7 @@ to create a router for another tenant. Changing this creates a new router. {{% /md %}}
id: Output<ID>;@@ -3198,7 +3198,7 @@ create a subnet for another tenant. Changing this creates a new subnet. {{% /md %}}
id: Output<ID>;@@ -3981,7 +3981,7 @@ to create a trunk on behalf of another tenant. Changing this creates a new trunk {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/objectstorage/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/objectstorage/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/objectstorage/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/objectstorage/_index.md index a3996512155e..c4e0a176110c 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/objectstorage/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/objectstorage/_index.md @@ -95,7 +95,7 @@ properties used to qualify the lookup. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/sharedfilesystem/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/sharedfilesystem/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/sharedfilesystem/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/sharedfilesystem/_index.md index 810fafd5cc55..657a395aa77d 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/sharedfilesystem/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/sharedfilesystem/_index.md @@ -116,7 +116,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -270,7 +270,7 @@ kerberos or ldap. Changing this updates the existing security service. {{% /md %}}
id: Output<ID>;@@ -855,7 +855,7 @@ The UUID of the share to which you are granted access. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/openstack/vpnaas/_index.md b/content/docs/reference/pkg/nodejs/pulumi/openstack/vpnaas/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/openstack/vpnaas/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/openstack/vpnaas/_index.md index 86800d481fd8..f89025ae88cd 100644 --- a/content/reference/pkg/nodejs/pulumi/openstack/vpnaas/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/openstack/vpnaas/_index.md @@ -97,7 +97,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -445,7 +445,7 @@ create a service for another policy. Changing this creates a new policy. {{% /md %}}
id: Output<ID>;@@ -683,7 +683,7 @@ Changing this updates the existing policy. Default is ESP. {{% /md %}}
id: Output<ID>;@@ -913,7 +913,7 @@ create a service for another project. Changing this creates a new service. {{% /md %}}
id: Output<ID>;@@ -1242,7 +1242,7 @@ create a connection for another project. Changing this creates a new connection. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/packet/_index.md b/content/docs/reference/pkg/nodejs/pulumi/packet/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/packet/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/packet/_index.md index 9849aef9680b..474a22de5bf7 100644 --- a/content/reference/pkg/nodejs/pulumi/packet/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/packet/_index.md @@ -86,7 +86,7 @@ import * as packet from "@pulumi/packet";
extends CustomResource@@ -120,7 +120,7 @@ BGP session must be linked to a device running [BIRD](https://bird.network.cz) o {{% /md %}}
public addressFamily: pulumi.Output<string>;@@ -186,7 +186,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public defaultRoute: pulumi.Output<boolean | undefined>;@@ -197,7 +197,7 @@ Boolean flag to set the default route policy. False by default. {{% /md %}}
public deviceId: pulumi.Output<string>;@@ -208,7 +208,7 @@ ID of device {{% /md %}}
id: Output<ID>;@@ -220,7 +220,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public status: pulumi.Output<string>;@@ -228,7 +228,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -276,7 +276,7 @@ const myExpressroute = new packet.Connect("my_expressroute", { {{% /md %}}
public facility: pulumi.Output<string>;@@ -342,7 +342,7 @@ Facility where to create the VLAN {{% /md %}}
id: Output<ID>;@@ -354,7 +354,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -365,7 +365,7 @@ Name for the Connect resource {{% /md %}}
public portSpeed: pulumi.Output<number>;@@ -376,7 +376,7 @@ Port speed in Mbps {{% /md %}}
public projectId: pulumi.Output<string>;@@ -387,7 +387,7 @@ ID of parent project {{% /md %}}
public providerId: pulumi.Output<string>;@@ -399,7 +399,7 @@ ID of Connect Provider. Provider IDs are {{% /md %}}
public providerPayload: pulumi.Output<string>;@@ -410,7 +410,7 @@ Authorization key for the Connect provider {{% /md %}}
public status: pulumi.Output<string>;@@ -421,7 +421,7 @@ Status of the Connect resource, one of PROVISIONING, PROVISIONED, DEPROVISIONING {{% /md %}}
public vxlan: pulumi.Output<number>;@@ -445,7 +445,7 @@ VXLAN Network identifier of the linked Packet VLAN
extends CustomResource@@ -454,7 +454,7 @@ VXLAN Network identifier of the linked Packet VLAN Provides a Packet device resource. This can be used to create, modify, and delete devices. -> **Note:** All arguments including the root_password and user_data will be stored in +> **Note:** All arguments including the `root_password` and `user_data` will be stored in the raw state as plain-text. [Read more about sensitive data in state](https://www.terraform.io/docs/state/sensitive-data.html). @@ -560,13 +560,13 @@ const web1 = new packet.Device("web1", { } ] } - `, +`, }); ``` {{% /md %}}
public accessPrivateIpv4: pulumi.Output<string>;@@ -632,7 +632,7 @@ The ipv4 private IP assigned to the device {{% /md %}}
public accessPublicIpv4: pulumi.Output<string>;@@ -643,7 +643,7 @@ The ipv4 maintenance IP assigned to the device {{% /md %}}
public accessPublicIpv6: pulumi.Output<string>;@@ -654,7 +654,7 @@ The ipv6 maintenance IP assigned to the device {{% /md %}}
public alwaysPxe: pulumi.Output<boolean | undefined>;@@ -666,7 +666,7 @@ continue to boot via iPXE on reboots. {{% /md %}}
public billingCycle: pulumi.Output<string>;@@ -677,7 +677,7 @@ monthly or hourly {{% /md %}}
public created: pulumi.Output<string>;@@ -688,7 +688,7 @@ The timestamp for when the device was created {{% /md %}}
public deployedFacility: pulumi.Output<string>;@@ -699,7 +699,7 @@ The facility where the device is deployed. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -710,7 +710,7 @@ Description string for the device {{% /md %}}
public facilities: pulumi.Output<string[]>;@@ -721,7 +721,7 @@ List of facility codes with deployment preferences. Packet API will go through t {{% /md %}}
public hardwareReservationId: pulumi.Output<string>;@@ -732,7 +732,7 @@ The id of hardware reservation where you want this device deployed, or `next-ava {{% /md %}}
public hostname: pulumi.Output<string>;@@ -743,7 +743,7 @@ The device name {{% /md %}}
id: Output<ID>;@@ -755,7 +755,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public ipAddressTypes: pulumi.Output<string[] | undefined>;@@ -766,7 +766,7 @@ A set containing one or more of [`private_ipv4`, `public_ipv4`, `public_ipv6`]. {{% /md %}}
public ipxeScriptUrl: pulumi.Output<string | undefined>;@@ -780,7 +780,7 @@ doc. {{% /md %}}
public locked: pulumi.Output<boolean>;@@ -791,7 +791,7 @@ Whether the device is locked {{% /md %}}
public networkType: pulumi.Output<string | undefined>;@@ -802,7 +802,7 @@ Network type of device, used for [Layer 2 networking](https://support.packet.com {{% /md %}}
public networks: pulumi.Output<{ @@ -824,7 +824,7 @@ The fields of the network attributes are: {{% /md %}}
public operatingSystem: pulumi.Output<string>;@@ -835,7 +835,7 @@ The operating system slug. To find the slug, or visit [Operating Systems API doc {{% /md %}}
public plan: pulumi.Output<string>;@@ -846,7 +846,7 @@ The device plan slug. To find the plan slug, visit [Device plans API docs](https {{% /md %}}
public ports: pulumi.Output<{ @@ -857,10 +857,13 @@ The device plan slug. To find the plan slug, visit [Device plans API docs](https type: string; }[]>;{{% md %}} + +Ports assigned to the device + {{% /md %}}
public projectId: pulumi.Output<string>;@@ -871,7 +874,7 @@ The id of the project in which to create the device {{% /md %}}
public projectSshKeyIds: pulumi.Output<string[] | undefined>;@@ -882,7 +885,7 @@ Array of IDs of the project SSH keys which should be added to the device. If you {{% /md %}}
public publicIpv4SubnetSize: pulumi.Output<number>;@@ -895,7 +898,7 @@ information is in the {{% /md %}}
public rootPassword: pulumi.Output<string>;@@ -906,7 +909,7 @@ Root password to the server (disabled after 24 hours) {{% /md %}}
public sshKeyIds: pulumi.Output<string[]>;@@ -917,7 +920,7 @@ List of IDs of SSH keys deployed in the device, can be both user and project SSH {{% /md %}}
public state: pulumi.Output<string>;@@ -928,7 +931,7 @@ The status of the device {{% /md %}}
public storage: pulumi.Output<string | undefined>;@@ -939,7 +942,7 @@ JSON for custom partitioning. Only usable on reserved hardware. More information {{% /md %}}
public tags: pulumi.Output<string[] | undefined>;@@ -950,7 +953,7 @@ Tags attached to the device {{% /md %}}
public updated: pulumi.Output<string>;@@ -961,7 +964,7 @@ The timestamp for the last time the device was updated {{% /md %}}
public userData: pulumi.Output<string | undefined>;@@ -985,7 +988,7 @@ A string of the desired User Data for the device.
extends CustomResource@@ -1023,7 +1026,7 @@ const firstAddressAssignment = new packet.IpAttachment("first_address_assignment {{% /md %}}
public address: pulumi.Output<string>;@@ -1086,7 +1089,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public addressFamily: pulumi.Output<number>;@@ -1097,7 +1100,7 @@ Address family as integer (4 or 6) {{% /md %}}
public cidr: pulumi.Output<number>;@@ -1108,7 +1111,7 @@ length of CIDR prefix of the subnet as integer {{% /md %}}
public cidrNotation: pulumi.Output<string>;@@ -1120,7 +1123,7 @@ project and facility as the device {{% /md %}}
public deviceId: pulumi.Output<string>;@@ -1131,7 +1134,7 @@ ID of device to which to assign the subnet {{% /md %}}
public gateway: pulumi.Output<string>;@@ -1142,7 +1145,7 @@ IP address of gateway for the subnet {{% /md %}}
public global: pulumi.Output<boolean>;@@ -1150,7 +1153,7 @@ IP address of gateway for the subnet {{% /md %}}
id: Output<ID>;@@ -1162,7 +1165,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public manageable: pulumi.Output<boolean>;@@ -1170,7 +1173,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public management: pulumi.Output<boolean>;@@ -1178,7 +1181,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public netmask: pulumi.Output<string>;@@ -1189,7 +1192,7 @@ Subnet mask in decimal notation, e.g. "255.255.255.0" {{% /md %}}
public network: pulumi.Output<string>;@@ -1200,7 +1203,7 @@ Subnet network address {{% /md %}}
public public: pulumi.Output<boolean>;@@ -1211,7 +1214,7 @@ boolean flag whether subnet is reachable from the Internet {{% /md %}}
extends CustomResource@@ -1247,7 +1250,7 @@ const tfOrganization1 = new packet.Organization("tf_organization_1", { {{% /md %}}
public created: pulumi.Output<string>;@@ -1310,7 +1313,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -1321,7 +1324,7 @@ Description string. {{% /md %}}
id: Output<ID>;@@ -1333,7 +1336,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public logo: pulumi.Output<string | undefined>;@@ -1344,7 +1347,7 @@ Logo URL. {{% /md %}}
public name: pulumi.Output<string>;@@ -1355,7 +1358,7 @@ The name of the Organization. {{% /md %}}
public twitter: pulumi.Output<string | undefined>;@@ -1366,7 +1369,7 @@ Twitter handle. {{% /md %}}
public updated: pulumi.Output<string>;@@ -1374,7 +1377,7 @@ Twitter handle. {{% /md %}}
public website: pulumi.Output<string | undefined>;@@ -1398,7 +1401,7 @@ Website link.
extends CustomResource@@ -1470,7 +1473,7 @@ const test2PortVlanAttachment = new packet.PortVlanAttachment("test2", { {{% /md %}}
public deviceId: pulumi.Output<string>;@@ -1536,7 +1539,7 @@ ID of device to be assigned to the VLAN {{% /md %}}
public forceBond: pulumi.Output<boolean | undefined>;@@ -1547,7 +1550,7 @@ Add port back to the bond when this resource is removed. Default is false. {{% /md %}}
id: Output<ID>;@@ -1559,7 +1562,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public native: pulumi.Output<boolean | undefined>;@@ -1570,7 +1573,7 @@ Mark this VLAN a native VLAN on the port. This can be used only if this assignme {{% /md %}}
public portId: pulumi.Output<string>;@@ -1578,7 +1581,7 @@ Mark this VLAN a native VLAN on the port. This can be used only if this assignme {{% /md %}}
public portName: pulumi.Output<string>;@@ -1589,7 +1592,7 @@ Name of network port to be assigned to the VLAN {{% /md %}}
public vlanId: pulumi.Output<string>;@@ -1609,7 +1612,7 @@ deployments. {{% /md %}}
public vlanVnid: pulumi.Output<number>;@@ -1621,7 +1624,7 @@ VXLAN Network Identifier, integer
extends CustomResource@@ -1661,7 +1664,7 @@ const tfProject1 = new packet.Project("tf_project_1", { {{% /md %}}
public backendTransfer: pulumi.Output<boolean | undefined>;@@ -1727,7 +1730,7 @@ Enable or disable [Backend Transfer](https://support.packet.com/kb/articles/back {{% /md %}}
public bgpConfig: pulumi.Output<{ @@ -1744,7 +1747,7 @@ Optional BGP settings. Refer to [Packet guide for BGP](https://support.packet.co {{% /md %}}
public created: pulumi.Output<string>;@@ -1755,7 +1758,7 @@ The timestamp for when the project was created {{% /md %}}
id: Output<ID>;@@ -1767,7 +1770,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1778,7 +1781,7 @@ The name of the project {{% /md %}}
public organizationId: pulumi.Output<string>;@@ -1789,7 +1792,7 @@ The UUID of organization under which you want to create the project. If you leav {{% /md %}}
public paymentMethodId: pulumi.Output<string>;@@ -1800,7 +1803,7 @@ The UUID of payment method for this project. The payment method and the project {{% /md %}}
public updated: pulumi.Output<string>;@@ -1811,7 +1814,7 @@ The timestamp for the last time the project was updated {{% /md %}}
extends CustomResource@@ -1859,7 +1862,7 @@ const testDevice = new packet.Device("test", { {{% /md %}}
public created: pulumi.Output<string>;@@ -1925,7 +1928,7 @@ The timestamp for when the SSH key was created {{% /md %}}
public fingerprint: pulumi.Output<string>;@@ -1936,7 +1939,7 @@ The fingerprint of the SSH key {{% /md %}}
id: Output<ID>;@@ -1948,7 +1951,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -1959,7 +1962,7 @@ The name of the SSH key for identification {{% /md %}}
public projectId: pulumi.Output<string>;@@ -1970,7 +1973,7 @@ The ID of parent project {{% /md %}}
public publicKey: pulumi.Output<string>;@@ -1981,7 +1984,7 @@ The public key. If this is a file, it can be read using the file interpolation f {{% /md %}}
public updated: pulumi.Output<string>;@@ -1992,7 +1995,7 @@ The timestamp for the last time the SSH key was updated {{% /md %}}
extends ProviderResource
@@ -2018,7 +2021,7 @@ construction to achieve fine-grained programmatic control over provider settings
{{% /md %}}
id: Output<ID>;@@ -2071,7 +2074,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -2105,7 +2108,7 @@ Once IP block is allocated or imported, an address from it can be assigned to de {{% /md %}}
public address: pulumi.Output<string>;@@ -2168,7 +2171,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
public addressFamily: pulumi.Output<number>;@@ -2179,7 +2182,7 @@ Address family as integer (4 or 6) {{% /md %}}
public cidr: pulumi.Output<number>;@@ -2190,7 +2193,7 @@ length of CIDR prefix of the block as integer {{% /md %}}
public cidrNotation: pulumi.Output<string>;@@ -2201,7 +2204,7 @@ Address and mask in CIDR notation, e.g. "147.229.15.30/31" {{% /md %}}
public facility: pulumi.Output<string | undefined>;@@ -2212,7 +2215,7 @@ Facility where to allocate the public IP address block, makes sense only for typ {{% /md %}}
public gateway: pulumi.Output<string>;@@ -2220,7 +2223,7 @@ Facility where to allocate the public IP address block, makes sense only for typ {{% /md %}}
public global: pulumi.Output<boolean>;@@ -2231,7 +2234,7 @@ boolean flag whether addresses from a block are global (i.e. can be assigned in {{% /md %}}
id: Output<ID>;@@ -2243,7 +2246,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public manageable: pulumi.Output<boolean>;@@ -2251,7 +2254,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public management: pulumi.Output<boolean>;@@ -2259,7 +2262,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public netmask: pulumi.Output<string>;@@ -2270,7 +2273,7 @@ Mask in decimal notation, e.g. "255.255.255.0" {{% /md %}}
public network: pulumi.Output<string>;@@ -2281,7 +2284,7 @@ Network IP address portion of the block specification {{% /md %}}
public projectId: pulumi.Output<string>;@@ -2292,7 +2295,7 @@ The packet project ID where to allocate the address block {{% /md %}}
public public: pulumi.Output<boolean>;@@ -2303,7 +2306,7 @@ boolean flag whether addresses from a block are public {{% /md %}}
public quantity: pulumi.Output<number>;@@ -2314,7 +2317,7 @@ The number of allocated /32 addresses, a power of 2 {{% /md %}}
public type: pulumi.Output<string | undefined>;@@ -2325,7 +2328,7 @@ Either "global_ipv4" or "public_ipv4", defaults to "public_ipv4" for backward co {{% /md %}}
extends CustomResource@@ -2371,7 +2374,7 @@ const req = new packet.SpotMarketRequest("req", { {{% /md %}}
public devicesMax: pulumi.Output<number>;@@ -2437,7 +2440,7 @@ Maximum number devices to be created {{% /md %}}
public devicesMin: pulumi.Output<number>;@@ -2448,7 +2451,7 @@ Miniumum number devices to be created {{% /md %}}
public facilities: pulumi.Output<string[]>;@@ -2459,7 +2462,7 @@ Facility IDs where devices should be created {{% /md %}}
id: Output<ID>;@@ -2471,7 +2474,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public instanceParameters: pulumi.Output<{ @@ -2495,7 +2498,7 @@ Device parameters. See device resource for details {{% /md %}}
public maxBidPrice: pulumi.Output<number>;@@ -2506,7 +2509,7 @@ Maximum price user is willing to pay per hour per device {{% /md %}}
public projectId: pulumi.Output<string>;@@ -2517,7 +2520,7 @@ Project ID {{% /md %}}
public waitForDevices: pulumi.Output<boolean | undefined>;@@ -2541,7 +2544,7 @@ On resource creation - wait until all desired devices are active, on resource de
extends CustomResource@@ -2577,7 +2580,7 @@ const test = new packet.Device("test", { {{% /md %}}
public created: pulumi.Output<string>;@@ -2643,7 +2646,7 @@ The timestamp for when the SSH key was created {{% /md %}}
public fingerprint: pulumi.Output<string>;@@ -2654,7 +2657,7 @@ The fingerprint of the SSH key {{% /md %}}
id: Output<ID>;@@ -2666,7 +2669,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public name: pulumi.Output<string>;@@ -2677,7 +2680,7 @@ The name of the SSH key for identification {{% /md %}}
public publicKey: pulumi.Output<string>;@@ -2689,7 +2692,7 @@ can be read using the file interpolation function {{% /md %}}
public updated: pulumi.Output<string>;@@ -2700,7 +2703,7 @@ The timestamp for the last time the SSH key was updated {{% /md %}}
extends CustomResource@@ -2740,7 +2743,7 @@ const vlan1 = new packet.Vlan("vlan1", { {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -2806,7 +2809,7 @@ Description string {{% /md %}}
public facility: pulumi.Output<string>;@@ -2817,7 +2820,7 @@ Facility where to create the VLAN {{% /md %}}
id: Output<ID>;@@ -2829,7 +2832,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public projectId: pulumi.Output<string>;@@ -2840,7 +2843,7 @@ ID of parent project {{% /md %}}
public vxlan: pulumi.Output<number>;@@ -2864,7 +2867,7 @@ VXLAN segment ID
extends CustomResource@@ -2905,7 +2908,7 @@ const volume1 = new packet.Volume("volume1", { {{% /md %}}
public attachments: pulumi.Output<{ @@ -2973,7 +2976,7 @@ A list of attachments, each with it's own `href` attribute {{% /md %}}
public billingCycle: pulumi.Output<string>;@@ -2984,7 +2987,7 @@ The billing cycle, defaults to "hourly" {{% /md %}}
public created: pulumi.Output<string>;@@ -2995,7 +2998,7 @@ The timestamp for when the volume was created {{% /md %}}
public description: pulumi.Output<string | undefined>;@@ -3006,7 +3009,7 @@ Optional description for the volume {{% /md %}}
public facility: pulumi.Output<string>;@@ -3017,7 +3020,7 @@ The facility to create the volume in {{% /md %}}
id: Output<ID>;@@ -3029,7 +3032,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public locked: pulumi.Output<boolean | undefined>;@@ -3040,7 +3043,7 @@ Lock or unlock the volume {{% /md %}}
public name: pulumi.Output<string>;@@ -3051,7 +3054,7 @@ The name of the volume {{% /md %}}
public plan: pulumi.Output<string>;@@ -3062,7 +3065,7 @@ The service plan slug of the volume {{% /md %}}
public projectId: pulumi.Output<string>;@@ -3073,7 +3076,7 @@ The packet project ID to deploy the volume in {{% /md %}}
public size: pulumi.Output<number>;@@ -3084,7 +3087,7 @@ The size in GB to make the volume {{% /md %}}
public snapshotPolicies: pulumi.Output<{ @@ -3098,7 +3101,7 @@ Optional list of snapshot policies {{% /md %}}
public state: pulumi.Output<string>;@@ -3109,7 +3112,7 @@ The state of the volume {{% /md %}}
public updated: pulumi.Output<string>;@@ -3120,7 +3123,7 @@ The timestamp for the last time the volume was updated {{% /md %}}
extends CustomResource@@ -3178,7 +3181,7 @@ const testVolumeAttachment = new packet.VolumeAttachment("test_volume_attachment {{% /md %}}
public deviceId: pulumi.Output<string>;@@ -3244,7 +3247,7 @@ The ID of the device to which the volume should be attached {{% /md %}}
id: Output<ID>;@@ -3256,7 +3259,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public volumeId: pulumi.Output<string>;@@ -3280,7 +3283,7 @@ The ID of the volume to attach
addressFamily: pulumi.Input<string>;@@ -3444,7 +3447,7 @@ The set of arguments for constructing a BgpSession resource. {{% /md %}}
defaultRoute?: pulumi.Input<boolean>;@@ -3455,7 +3458,7 @@ Boolean flag to set the default route policy. False by default. {{% /md %}}
deviceId: pulumi.Input<string>;@@ -3467,7 +3470,7 @@ ID of device
addressFamily?: pulumi.Input<string>;@@ -3487,7 +3490,7 @@ Input properties used for looking up and filtering BgpSession resources. {{% /md %}}
defaultRoute?: pulumi.Input<boolean>;@@ -3498,7 +3501,7 @@ Boolean flag to set the default route policy. False by default. {{% /md %}}
deviceId?: pulumi.Input<string>;@@ -3509,7 +3512,7 @@ ID of device {{% /md %}}
status?: pulumi.Input<string>;@@ -3518,7 +3521,7 @@ ID of device
facility: pulumi.Input<string>;@@ -3538,7 +3541,7 @@ Facility where to create the VLAN {{% /md %}}
name: pulumi.Input<string>;@@ -3549,7 +3552,7 @@ Name for the Connect resource {{% /md %}}
portSpeed: pulumi.Input<number>;@@ -3560,7 +3563,7 @@ Port speed in Mbps {{% /md %}}
projectId: pulumi.Input<string>;@@ -3571,7 +3574,7 @@ ID of parent project {{% /md %}}
providerId: pulumi.Input<string>;@@ -3583,7 +3586,7 @@ ID of Connect Provider. Provider IDs are {{% /md %}}
providerPayload: pulumi.Input<string>;@@ -3594,7 +3597,7 @@ Authorization key for the Connect provider {{% /md %}}
vxlan: pulumi.Input<number>;@@ -3606,7 +3609,7 @@ VXLAN Network identifier of the linked Packet VLAN
facility?: pulumi.Input<string>;@@ -3626,7 +3629,7 @@ Facility where to create the VLAN {{% /md %}}
name?: pulumi.Input<string>;@@ -3637,7 +3640,7 @@ Name for the Connect resource {{% /md %}}
portSpeed?: pulumi.Input<number>;@@ -3648,7 +3651,7 @@ Port speed in Mbps {{% /md %}}
projectId?: pulumi.Input<string>;@@ -3659,7 +3662,7 @@ ID of parent project {{% /md %}}
providerId?: pulumi.Input<string>;@@ -3671,7 +3674,7 @@ ID of Connect Provider. Provider IDs are {{% /md %}}
providerPayload?: pulumi.Input<string>;@@ -3682,7 +3685,7 @@ Authorization key for the Connect provider {{% /md %}}
status?: pulumi.Input<string>;@@ -3693,7 +3696,7 @@ Status of the Connect resource, one of PROVISIONING, PROVISIONED, DEPROVISIONING {{% /md %}}
vxlan?: pulumi.Input<number>;@@ -3705,7 +3708,7 @@ VXLAN Network identifier of the linked Packet VLAN
alwaysPxe?: pulumi.Input<boolean>;@@ -3726,7 +3729,7 @@ continue to boot via iPXE on reboots. {{% /md %}}
billingCycle: pulumi.Input<string>;@@ -3737,7 +3740,7 @@ monthly or hourly {{% /md %}}
description?: pulumi.Input<string>;@@ -3748,7 +3751,7 @@ Description string for the device {{% /md %}}
facilities: pulumi.Input<pulumi.Input<string>[]>;@@ -3759,7 +3762,7 @@ List of facility codes with deployment preferences. Packet API will go through t {{% /md %}}
hardwareReservationId?: pulumi.Input<string>;@@ -3770,7 +3773,7 @@ The id of hardware reservation where you want this device deployed, or `next-ava {{% /md %}}
hostname: pulumi.Input<string>;@@ -3781,7 +3784,7 @@ The device name {{% /md %}}
ipAddressTypes?: pulumi.Input<pulumi.Input<string>[]>;@@ -3792,7 +3795,7 @@ A set containing one or more of [`private_ipv4`, `public_ipv4`, `public_ipv6`]. {{% /md %}}
ipxeScriptUrl?: pulumi.Input<string>;@@ -3806,7 +3809,7 @@ doc. {{% /md %}}
networkType?: pulumi.Input<string>;@@ -3817,7 +3820,7 @@ Network type of device, used for [Layer 2 networking](https://support.packet.com {{% /md %}}
operatingSystem: pulumi.Input<string>;@@ -3828,7 +3831,7 @@ The operating system slug. To find the slug, or visit [Operating Systems API doc {{% /md %}}
plan: pulumi.Input<string>;@@ -3839,7 +3842,7 @@ The device plan slug. To find the plan slug, visit [Device plans API docs](https {{% /md %}}
projectId: pulumi.Input<string>;@@ -3850,7 +3853,7 @@ The id of the project in which to create the device {{% /md %}}
projectSshKeyIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -3861,7 +3864,7 @@ Array of IDs of the project SSH keys which should be added to the device. If you {{% /md %}}
publicIpv4SubnetSize?: pulumi.Input<number>;@@ -3874,7 +3877,7 @@ information is in the {{% /md %}}
storage?: pulumi.Input<string>;@@ -3885,7 +3888,7 @@ JSON for custom partitioning. Only usable on reserved hardware. More information {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -3896,7 +3899,7 @@ Tags attached to the device {{% /md %}}
userData?: pulumi.Input<string>;@@ -3908,7 +3911,7 @@ A string of the desired User Data for the device.
accessPrivateIpv4?: pulumi.Input<string>;@@ -3928,7 +3931,7 @@ The ipv4 private IP assigned to the device {{% /md %}}
accessPublicIpv4?: pulumi.Input<string>;@@ -3939,7 +3942,7 @@ The ipv4 maintenance IP assigned to the device {{% /md %}}
accessPublicIpv6?: pulumi.Input<string>;@@ -3950,7 +3953,7 @@ The ipv6 maintenance IP assigned to the device {{% /md %}}
alwaysPxe?: pulumi.Input<boolean>;@@ -3962,7 +3965,7 @@ continue to boot via iPXE on reboots. {{% /md %}}
billingCycle?: pulumi.Input<string>;@@ -3973,7 +3976,7 @@ monthly or hourly {{% /md %}}
created?: pulumi.Input<string>;@@ -3984,7 +3987,7 @@ The timestamp for when the device was created {{% /md %}}
deployedFacility?: pulumi.Input<string>;@@ -3995,7 +3998,7 @@ The facility where the device is deployed. {{% /md %}}
description?: pulumi.Input<string>;@@ -4006,7 +4009,7 @@ Description string for the device {{% /md %}}
facilities?: pulumi.Input<pulumi.Input<string>[]>;@@ -4017,7 +4020,7 @@ List of facility codes with deployment preferences. Packet API will go through t {{% /md %}}
hardwareReservationId?: pulumi.Input<string>;@@ -4028,7 +4031,7 @@ The id of hardware reservation where you want this device deployed, or `next-ava {{% /md %}}
hostname?: pulumi.Input<string>;@@ -4039,7 +4042,7 @@ The device name {{% /md %}}
ipAddressTypes?: pulumi.Input<pulumi.Input<string>[]>;@@ -4050,7 +4053,7 @@ A set containing one or more of [`private_ipv4`, `public_ipv4`, `public_ipv6`]. {{% /md %}}
ipxeScriptUrl?: pulumi.Input<string>;@@ -4064,7 +4067,7 @@ doc. {{% /md %}}
locked?: pulumi.Input<boolean>;@@ -4075,7 +4078,7 @@ Whether the device is locked {{% /md %}}
networkType?: pulumi.Input<string>;@@ -4086,7 +4089,7 @@ Network type of device, used for [Layer 2 networking](https://support.packet.com {{% /md %}}
networks?: pulumi.Input<pulumi.Input<{ @@ -4108,7 +4111,7 @@ The fields of the network attributes are: {{% /md %}}
operatingSystem?: pulumi.Input<string>;@@ -4119,7 +4122,7 @@ The operating system slug. To find the slug, or visit [Operating Systems API doc {{% /md %}}
plan?: pulumi.Input<string>;@@ -4130,7 +4133,7 @@ The device plan slug. To find the plan slug, visit [Device plans API docs](https {{% /md %}}
ports?: pulumi.Input<pulumi.Input<{ @@ -4141,10 +4144,13 @@ The device plan slug. To find the plan slug, visit [Device plans API docs](https type: pulumi.Input<string>; }>[]>;{{% md %}} + +Ports assigned to the device + {{% /md %}}
projectId?: pulumi.Input<string>;@@ -4155,7 +4161,7 @@ The id of the project in which to create the device {{% /md %}}
projectSshKeyIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -4166,7 +4172,7 @@ Array of IDs of the project SSH keys which should be added to the device. If you {{% /md %}}
publicIpv4SubnetSize?: pulumi.Input<number>;@@ -4179,7 +4185,7 @@ information is in the {{% /md %}}
rootPassword?: pulumi.Input<string>;@@ -4190,7 +4196,7 @@ Root password to the server (disabled after 24 hours) {{% /md %}}
sshKeyIds?: pulumi.Input<pulumi.Input<string>[]>;@@ -4201,7 +4207,7 @@ List of IDs of SSH keys deployed in the device, can be both user and project SSH {{% /md %}}
state?: pulumi.Input<string>;@@ -4212,7 +4218,7 @@ The status of the device {{% /md %}}
storage?: pulumi.Input<string>;@@ -4223,7 +4229,7 @@ JSON for custom partitioning. Only usable on reserved hardware. More information {{% /md %}}
tags?: pulumi.Input<pulumi.Input<string>[]>;@@ -4234,7 +4240,7 @@ Tags attached to the device {{% /md %}}
updated?: pulumi.Input<string>;@@ -4245,7 +4251,7 @@ The timestamp for the last time the device was updated {{% /md %}}
userData?: pulumi.Input<string>;@@ -4257,7 +4263,7 @@ A string of the desired User Data for the device.
name?: undefined | string;@@ -4288,7 +4294,7 @@ Name or part of the name of the distribution. Case insensitive. {{% /md %}}
distro?: undefined | string;@@ -4328,7 +4334,7 @@ A collection of values returned by getOperatingSystem. {{% /md %}}
id: string;
@@ -4339,7 +4345,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
name?: undefined | string;@@ -4347,7 +4353,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
provisionableOn?: undefined | string;@@ -4355,7 +4361,7 @@ id is the provider-assigned unique ID for this managed resource. {{% /md %}}
slug: string;
@@ -4366,7 +4372,7 @@ Operating system slug (same as `id`)
{{% /md %}}
addressFamily: number;
@@ -4395,7 +4401,7 @@ A collection of arguments for invoking getPrecreatedIpBlock.
{{% /md %}}
facility?: undefined | string;@@ -4406,7 +4412,7 @@ Facility of the searched block. (Optional) Only allowed for non-global blocks. {{% /md %}}
global?: undefined | false | true;@@ -4417,7 +4423,7 @@ Whether to look for global block. Default is false for backward compatibility. {{% /md %}}
projectId: string;
@@ -4428,7 +4434,7 @@ ID of the project where the searched block should be.
{{% /md %}}
public: boolean;
@@ -4440,7 +4446,7 @@ Whether to look for public or private block.
address: string;
@@ -4457,7 +4463,7 @@ A collection of values returned by getPrecreatedIpBlock.
{{% /md %}}
addressFamily: number;
@@ -4465,7 +4471,7 @@ A collection of values returned by getPrecreatedIpBlock.
{{% /md %}}
cidr: number;
@@ -4473,7 +4479,7 @@ A collection of values returned by getPrecreatedIpBlock.
{{% /md %}}
cidrNotation: string;
@@ -4484,7 +4490,7 @@ CIDR notation of the looked up block.
{{% /md %}}
facility?: undefined | string;@@ -4492,7 +4498,7 @@ CIDR notation of the looked up block. {{% /md %}}
gateway: string;
@@ -4500,7 +4506,7 @@ CIDR notation of the looked up block.
{{% /md %}}
global?: undefined | false | true;@@ -4508,7 +4514,7 @@ CIDR notation of the looked up block. {{% /md %}}
id: string;
@@ -4519,7 +4525,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
manageable: boolean;
@@ -4527,7 +4533,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
management: boolean;
@@ -4535,7 +4541,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
netmask: string;
@@ -4543,7 +4549,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
network: string;
@@ -4551,7 +4557,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
projectId: string;
@@ -4559,7 +4565,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
public: boolean;
@@ -4567,7 +4573,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
quantity: number;
@@ -4576,7 +4582,7 @@ id is the provider-assigned unique ID for this managed resource.
facility: string;
@@ -4596,7 +4602,7 @@ Name of the facility.
{{% /md %}}
plan: string;
@@ -4608,7 +4614,7 @@ Name of the plan.
facility: string;
@@ -4625,7 +4631,7 @@ A collection of values returned by getSpotMarketPrice.
{{% /md %}}
id: string;
@@ -4636,7 +4642,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
plan: string;
@@ -4644,7 +4650,7 @@ id is the provider-assigned unique ID for this managed resource.
{{% /md %}}
price: number;
@@ -4656,7 +4662,7 @@ Current spot market price for given plan in given facility.
cidrNotation: pulumi.Input<string>;@@ -4677,7 +4683,7 @@ project and facility as the device {{% /md %}}
deviceId: pulumi.Input<string>;@@ -4689,7 +4695,7 @@ ID of device to which to assign the subnet
address?: pulumi.Input<string>;@@ -4706,7 +4712,7 @@ Input properties used for looking up and filtering IpAttachment resources. {{% /md %}}
addressFamily?: pulumi.Input<number>;@@ -4717,7 +4723,7 @@ Address family as integer (4 or 6) {{% /md %}}
cidr?: pulumi.Input<number>;@@ -4728,7 +4734,7 @@ length of CIDR prefix of the subnet as integer {{% /md %}}
cidrNotation?: pulumi.Input<string>;@@ -4740,7 +4746,7 @@ project and facility as the device {{% /md %}}
deviceId?: pulumi.Input<string>;@@ -4751,7 +4757,7 @@ ID of device to which to assign the subnet {{% /md %}}
gateway?: pulumi.Input<string>;@@ -4762,7 +4768,7 @@ IP address of gateway for the subnet {{% /md %}}
global?: pulumi.Input<boolean>;@@ -4770,7 +4776,7 @@ IP address of gateway for the subnet {{% /md %}}
manageable?: pulumi.Input<boolean>;@@ -4778,7 +4784,7 @@ IP address of gateway for the subnet {{% /md %}}
management?: pulumi.Input<boolean>;@@ -4786,7 +4792,7 @@ IP address of gateway for the subnet {{% /md %}}
netmask?: pulumi.Input<string>;@@ -4797,7 +4803,7 @@ Subnet mask in decimal notation, e.g. "255.255.255.0" {{% /md %}}
network?: pulumi.Input<string>;@@ -4808,7 +4814,7 @@ Subnet network address {{% /md %}}
public?: pulumi.Input<boolean>;@@ -4820,7 +4826,7 @@ boolean flag whether subnet is reachable from the Internet
description?: pulumi.Input<string>;@@ -4840,7 +4846,7 @@ Description string. {{% /md %}}
logo?: pulumi.Input<string>;@@ -4851,7 +4857,7 @@ Logo URL. {{% /md %}}
name: pulumi.Input<string>;@@ -4862,7 +4868,7 @@ The name of the Organization. {{% /md %}}
twitter?: pulumi.Input<string>;@@ -4873,7 +4879,7 @@ Twitter handle. {{% /md %}}
website?: pulumi.Input<string>;@@ -4885,7 +4891,7 @@ Website link.
created?: pulumi.Input<string>;@@ -4902,7 +4908,7 @@ Input properties used for looking up and filtering Organization resources. {{% /md %}}
description?: pulumi.Input<string>;@@ -4913,7 +4919,7 @@ Description string. {{% /md %}}
logo?: pulumi.Input<string>;@@ -4924,7 +4930,7 @@ Logo URL. {{% /md %}}
name?: pulumi.Input<string>;@@ -4935,7 +4941,7 @@ The name of the Organization. {{% /md %}}
twitter?: pulumi.Input<string>;@@ -4946,7 +4952,7 @@ Twitter handle. {{% /md %}}
updated?: pulumi.Input<string>;@@ -4954,7 +4960,7 @@ Twitter handle. {{% /md %}}
website?: pulumi.Input<string>;@@ -4966,7 +4972,7 @@ Website link.
deviceId: pulumi.Input<string>;@@ -4986,7 +4992,7 @@ ID of device to be assigned to the VLAN {{% /md %}}
forceBond?: pulumi.Input<boolean>;@@ -4997,7 +5003,7 @@ Add port back to the bond when this resource is removed. Default is false. {{% /md %}}
native?: pulumi.Input<boolean>;@@ -5008,7 +5014,7 @@ Mark this VLAN a native VLAN on the port. This can be used only if this assignme {{% /md %}}
portName: pulumi.Input<string>;@@ -5019,7 +5025,7 @@ Name of network port to be assigned to the VLAN {{% /md %}}
vlanVnid: pulumi.Input<number>;@@ -5031,7 +5037,7 @@ VXLAN Network Identifier, integer
deviceId?: pulumi.Input<string>;@@ -5051,7 +5057,7 @@ ID of device to be assigned to the VLAN {{% /md %}}
forceBond?: pulumi.Input<boolean>;@@ -5062,7 +5068,7 @@ Add port back to the bond when this resource is removed. Default is false. {{% /md %}}
native?: pulumi.Input<boolean>;@@ -5073,7 +5079,7 @@ Mark this VLAN a native VLAN on the port. This can be used only if this assignme {{% /md %}}
portId?: pulumi.Input<string>;@@ -5081,7 +5087,7 @@ Mark this VLAN a native VLAN on the port. This can be used only if this assignme {{% /md %}}
portName?: pulumi.Input<string>;@@ -5092,7 +5098,7 @@ Name of network port to be assigned to the VLAN {{% /md %}}
vlanId?: pulumi.Input<string>;@@ -5100,7 +5106,7 @@ Name of network port to be assigned to the VLAN {{% /md %}}
vlanVnid?: pulumi.Input<number>;@@ -5112,7 +5118,7 @@ VXLAN Network Identifier, integer
backendTransfer?: pulumi.Input<boolean>;@@ -5132,7 +5138,7 @@ Enable or disable [Backend Transfer](https://support.packet.com/kb/articles/back {{% /md %}}
bgpConfig?: pulumi.Input<{ @@ -5149,7 +5155,7 @@ Optional BGP settings. Refer to [Packet guide for BGP](https://support.packet.co {{% /md %}}
name: pulumi.Input<string>;@@ -5160,7 +5166,7 @@ The name of the project {{% /md %}}
organizationId?: pulumi.Input<string>;@@ -5171,7 +5177,7 @@ The UUID of organization under which you want to create the project. If you leav {{% /md %}}
paymentMethodId?: pulumi.Input<string>;@@ -5183,7 +5189,7 @@ The UUID of payment method for this project. The payment method and the project
name: pulumi.Input<string>;@@ -5203,7 +5209,7 @@ The name of the SSH key for identification {{% /md %}}
projectId: pulumi.Input<string>;@@ -5214,7 +5220,7 @@ The ID of parent project {{% /md %}}
publicKey: pulumi.Input<string>;@@ -5226,7 +5232,7 @@ The public key. If this is a file, it can be read using the file interpolation f
created?: pulumi.Input<string>;@@ -5246,7 +5252,7 @@ The timestamp for when the SSH key was created {{% /md %}}
fingerprint?: pulumi.Input<string>;@@ -5257,7 +5263,7 @@ The fingerprint of the SSH key {{% /md %}}
name?: pulumi.Input<string>;@@ -5268,7 +5274,7 @@ The name of the SSH key for identification {{% /md %}}
projectId?: pulumi.Input<string>;@@ -5279,7 +5285,7 @@ The ID of parent project {{% /md %}}
publicKey?: pulumi.Input<string>;@@ -5290,7 +5296,7 @@ The public key. If this is a file, it can be read using the file interpolation f {{% /md %}}
updated?: pulumi.Input<string>;@@ -5302,7 +5308,7 @@ The timestamp for the last time the SSH key was updated
backendTransfer?: pulumi.Input<boolean>;@@ -5322,7 +5328,7 @@ Enable or disable [Backend Transfer](https://support.packet.com/kb/articles/back {{% /md %}}
bgpConfig?: pulumi.Input<{ @@ -5339,7 +5345,7 @@ Optional BGP settings. Refer to [Packet guide for BGP](https://support.packet.co {{% /md %}}
created?: pulumi.Input<string>;@@ -5350,7 +5356,7 @@ The timestamp for when the project was created {{% /md %}}
name?: pulumi.Input<string>;@@ -5361,7 +5367,7 @@ The name of the project {{% /md %}}
organizationId?: pulumi.Input<string>;@@ -5372,7 +5378,7 @@ The UUID of organization under which you want to create the project. If you leav {{% /md %}}
paymentMethodId?: pulumi.Input<string>;@@ -5383,7 +5389,7 @@ The UUID of payment method for this project. The payment method and the project {{% /md %}}
updated?: pulumi.Input<string>;@@ -5395,7 +5401,7 @@ The timestamp for the last time the project was updated
authToken?: pulumi.Input<string>;@@ -5416,7 +5422,7 @@ The API auth key for API operations.
facility?: pulumi.Input<string>;@@ -5436,7 +5442,7 @@ Facility where to allocate the public IP address block, makes sense only for typ {{% /md %}}
projectId: pulumi.Input<string>;@@ -5447,7 +5453,7 @@ The packet project ID where to allocate the address block {{% /md %}}
quantity: pulumi.Input<number>;@@ -5458,7 +5464,7 @@ The number of allocated /32 addresses, a power of 2 {{% /md %}}
type?: pulumi.Input<string>;@@ -5470,7 +5476,7 @@ Either "global_ipv4" or "public_ipv4", defaults to "public_ipv4" for backward co
address?: pulumi.Input<string>;@@ -5487,7 +5493,7 @@ Input properties used for looking up and filtering ReservedIpBlock resources. {{% /md %}}
addressFamily?: pulumi.Input<number>;@@ -5498,7 +5504,7 @@ Address family as integer (4 or 6) {{% /md %}}
cidr?: pulumi.Input<number>;@@ -5509,7 +5515,7 @@ length of CIDR prefix of the block as integer {{% /md %}}
cidrNotation?: pulumi.Input<string>;@@ -5520,7 +5526,7 @@ Address and mask in CIDR notation, e.g. "147.229.15.30/31" {{% /md %}}
facility?: pulumi.Input<string>;@@ -5531,7 +5537,7 @@ Facility where to allocate the public IP address block, makes sense only for typ {{% /md %}}
gateway?: pulumi.Input<string>;@@ -5539,7 +5545,7 @@ Facility where to allocate the public IP address block, makes sense only for typ {{% /md %}}
global?: pulumi.Input<boolean>;@@ -5550,7 +5556,7 @@ boolean flag whether addresses from a block are global (i.e. can be assigned in {{% /md %}}
manageable?: pulumi.Input<boolean>;@@ -5558,7 +5564,7 @@ boolean flag whether addresses from a block are global (i.e. can be assigned in {{% /md %}}
management?: pulumi.Input<boolean>;@@ -5566,7 +5572,7 @@ boolean flag whether addresses from a block are global (i.e. can be assigned in {{% /md %}}
netmask?: pulumi.Input<string>;@@ -5577,7 +5583,7 @@ Mask in decimal notation, e.g. "255.255.255.0" {{% /md %}}
network?: pulumi.Input<string>;@@ -5588,7 +5594,7 @@ Network IP address portion of the block specification {{% /md %}}
projectId?: pulumi.Input<string>;@@ -5599,7 +5605,7 @@ The packet project ID where to allocate the address block {{% /md %}}
public?: pulumi.Input<boolean>;@@ -5610,7 +5616,7 @@ boolean flag whether addresses from a block are public {{% /md %}}
quantity?: pulumi.Input<number>;@@ -5621,7 +5627,7 @@ The number of allocated /32 addresses, a power of 2 {{% /md %}}
type?: pulumi.Input<string>;@@ -5633,7 +5639,7 @@ Either "global_ipv4" or "public_ipv4", defaults to "public_ipv4" for backward co
devicesMax: pulumi.Input<number>;@@ -5653,7 +5659,7 @@ Maximum number devices to be created {{% /md %}}
devicesMin: pulumi.Input<number>;@@ -5664,7 +5670,7 @@ Miniumum number devices to be created {{% /md %}}
facilities: pulumi.Input<pulumi.Input<string>[]>;@@ -5675,7 +5681,7 @@ Facility IDs where devices should be created {{% /md %}}
instanceParameters: pulumi.Input<{ @@ -5699,7 +5705,7 @@ Device parameters. See device resource for details {{% /md %}}
maxBidPrice: pulumi.Input<number>;@@ -5710,7 +5716,7 @@ Maximum price user is willing to pay per hour per device {{% /md %}}
projectId: pulumi.Input<string>;@@ -5721,7 +5727,7 @@ Project ID {{% /md %}}
waitForDevices?: pulumi.Input<boolean>;@@ -5733,7 +5739,7 @@ On resource creation - wait until all desired devices are active, on resource de
devicesMax?: pulumi.Input<number>;@@ -5753,7 +5759,7 @@ Maximum number devices to be created {{% /md %}}
devicesMin?: pulumi.Input<number>;@@ -5764,7 +5770,7 @@ Miniumum number devices to be created {{% /md %}}
facilities?: pulumi.Input<pulumi.Input<string>[]>;@@ -5775,7 +5781,7 @@ Facility IDs where devices should be created {{% /md %}}
instanceParameters?: pulumi.Input<{ @@ -5799,7 +5805,7 @@ Device parameters. See device resource for details {{% /md %}}
maxBidPrice?: pulumi.Input<number>;@@ -5810,7 +5816,7 @@ Maximum price user is willing to pay per hour per device {{% /md %}}
projectId?: pulumi.Input<string>;@@ -5821,7 +5827,7 @@ Project ID {{% /md %}}
waitForDevices?: pulumi.Input<boolean>;@@ -5833,7 +5839,7 @@ On resource creation - wait until all desired devices are active, on resource de
name: pulumi.Input<string>;@@ -5853,7 +5859,7 @@ The name of the SSH key for identification {{% /md %}}
publicKey: pulumi.Input<string>;@@ -5866,7 +5872,7 @@ can be read using the file interpolation function
created?: pulumi.Input<string>;@@ -5886,7 +5892,7 @@ The timestamp for when the SSH key was created {{% /md %}}
fingerprint?: pulumi.Input<string>;@@ -5897,7 +5903,7 @@ The fingerprint of the SSH key {{% /md %}}
name?: pulumi.Input<string>;@@ -5908,7 +5914,7 @@ The name of the SSH key for identification {{% /md %}}
publicKey?: pulumi.Input<string>;@@ -5920,7 +5926,7 @@ can be read using the file interpolation function {{% /md %}}
updated?: pulumi.Input<string>;@@ -5932,7 +5938,7 @@ The timestamp for the last time the SSH key was updated
description?: pulumi.Input<string>;@@ -5952,7 +5958,7 @@ Description string {{% /md %}}
facility: pulumi.Input<string>;@@ -5963,7 +5969,7 @@ Facility where to create the VLAN {{% /md %}}
projectId: pulumi.Input<string>;@@ -5975,7 +5981,7 @@ ID of parent project
description?: pulumi.Input<string>;@@ -5995,7 +6001,7 @@ Description string {{% /md %}}
facility?: pulumi.Input<string>;@@ -6006,7 +6012,7 @@ Facility where to create the VLAN {{% /md %}}
projectId?: pulumi.Input<string>;@@ -6017,7 +6023,7 @@ ID of parent project {{% /md %}}
vxlan?: pulumi.Input<number>;@@ -6029,7 +6035,7 @@ VXLAN segment ID
billingCycle?: pulumi.Input<string>;@@ -6049,7 +6055,7 @@ The billing cycle, defaults to "hourly" {{% /md %}}
description?: pulumi.Input<string>;@@ -6060,7 +6066,7 @@ Optional description for the volume {{% /md %}}
facility: pulumi.Input<string>;@@ -6071,7 +6077,7 @@ The facility to create the volume in {{% /md %}}
locked?: pulumi.Input<boolean>;@@ -6082,7 +6088,7 @@ Lock or unlock the volume {{% /md %}}
plan: pulumi.Input<string>;@@ -6093,7 +6099,7 @@ The service plan slug of the volume {{% /md %}}
projectId: pulumi.Input<string>;@@ -6104,7 +6110,7 @@ The packet project ID to deploy the volume in {{% /md %}}
size: pulumi.Input<number>;@@ -6115,7 +6121,7 @@ The size in GB to make the volume {{% /md %}}
snapshotPolicies?: pulumi.Input<pulumi.Input<{ @@ -6130,7 +6136,7 @@ Optional list of snapshot policies
deviceId: pulumi.Input<string>;@@ -6150,7 +6156,7 @@ The ID of the device to which the volume should be attached {{% /md %}}
volumeId: pulumi.Input<string>;@@ -6162,7 +6168,7 @@ The ID of the volume to attach
deviceId?: pulumi.Input<string>;@@ -6182,7 +6188,7 @@ The ID of the device to which the volume should be attached {{% /md %}}
volumeId?: pulumi.Input<string>;@@ -6194,7 +6200,7 @@ The ID of the volume to attach
attachments?: pulumi.Input<pulumi.Input<{ @@ -6216,7 +6222,7 @@ A list of attachments, each with it's own `href` attribute {{% /md %}}
billingCycle?: pulumi.Input<string>;@@ -6227,7 +6233,7 @@ The billing cycle, defaults to "hourly" {{% /md %}}
created?: pulumi.Input<string>;@@ -6238,7 +6244,7 @@ The timestamp for when the volume was created {{% /md %}}
description?: pulumi.Input<string>;@@ -6249,7 +6255,7 @@ Optional description for the volume {{% /md %}}
facility?: pulumi.Input<string>;@@ -6260,7 +6266,7 @@ The facility to create the volume in {{% /md %}}
locked?: pulumi.Input<boolean>;@@ -6271,7 +6277,7 @@ Lock or unlock the volume {{% /md %}}
name?: pulumi.Input<string>;@@ -6282,7 +6288,7 @@ The name of the volume {{% /md %}}
plan?: pulumi.Input<string>;@@ -6293,7 +6299,7 @@ The service plan slug of the volume {{% /md %}}
projectId?: pulumi.Input<string>;@@ -6304,7 +6310,7 @@ The packet project ID to deploy the volume in {{% /md %}}
size?: pulumi.Input<number>;@@ -6315,7 +6321,7 @@ The size in GB to make the volume {{% /md %}}
snapshotPolicies?: pulumi.Input<pulumi.Input<{ @@ -6329,7 +6335,7 @@ Optional list of snapshot policies {{% /md %}}
state?: pulumi.Input<string>;@@ -6340,7 +6346,7 @@ The state of the volume {{% /md %}}
updated?: pulumi.Input<string>;diff --git a/content/reference/pkg/nodejs/pulumi/packet/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/packet/config/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/packet/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/packet/config/_index.md index a06b70f6048c..d375d53547d5 100644 --- a/content/reference/pkg/nodejs/pulumi/packet/config/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/packet/config/_index.md @@ -20,14 +20,14 @@ aliases:
let authToken: string | undefined = __config.get("authToken") || utilities.getEnv("PACKET_AUTH_TOKEN");diff --git a/content/reference/pkg/nodejs/pulumi/pulumi/_index.md b/content/docs/reference/pkg/nodejs/pulumi/pulumi/_index.md similarity index 85% rename from content/reference/pkg/nodejs/pulumi/pulumi/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/pulumi/_index.md index f5df0bd8b3c9..a5b20e6aa562 100644 --- a/content/reference/pkg/nodejs/pulumi/pulumi/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/pulumi/_index.md @@ -39,6 +39,7 @@ import * as pulumi from "@pulumi/pulumi";
extends Resource@@ -105,7 +107,7 @@ operations for provisioning. {{% /md %}}
public name: string;@@ -436,7 +438,7 @@ project.
extends Resource@@ -449,7 +451,7 @@ loaded plugin for the defining package. {{% /md %}}
public id: Output<ID>;@@ -508,7 +510,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends CustomResource@@ -532,7 +534,7 @@ managed similarly to other resources, including the usual diffing and update sem {{% /md %}}
public id: Output<ID>;@@ -586,7 +588,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
extends Error@@ -676,7 +678,7 @@ no usefulness of presenting that stack to the user. {{% /md %}}
static Error: ErrorConstructor;
@@ -708,7 +710,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public hideStack?: undefined | false | true;@@ -716,7 +718,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
message: string;
@@ -724,7 +726,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
name: string;
@@ -732,7 +734,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
public resource: Resource | undefined;@@ -740,7 +742,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process. {{% /md %}}
extends Error@@ -762,7 +764,7 @@ that as many errors as possible can be associated with a Resource. {{% /md %}}
static Error: ErrorConstructor;
@@ -794,7 +796,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
message: string;
@@ -802,7 +804,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
name: string;
@@ -810,7 +812,7 @@ multiple copies of the Pulumi SDK have been loaded into the same process.
{{% /md %}}
extends CustomResource@@ -830,7 +832,7 @@ Manages a reference to a Pulumi stack. The referenced stack's outputs are availa {{% /md %}}
public id: Output<ID>;@@ -898,7 +900,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
public outputs: Output<{[name: string]: any}>;@@ -920,7 +922,7 @@ The outputs of the referenced stack. {{% /md %}}
const version: "${VERSION}" = "${VERSION}";
createUrn(name: Input<string>, type: Input<string>, parent?: Resource | Input<URN>, project?: undefined | string, stack?: undefined | string): Output<string>+ + +createUrn computes a URN from the combination of a resource name, resource type, optional parent, +optional project and optional stack. + {{% /md %}}
name?: Input<string>;+{{% md %}} + +The previous name of the resource. If not provided, the current name of the resource is used. + +{{% /md %}} +
parent?: Resource | Input<URN>;+{{% md %}} + +The previous parent of the resource. If not provided, the current parent of the resource is used +(`opts.parent` if provided, else the implicit stack resource parent). + +{{% /md %}} +
project?: Input<string>;+{{% md %}} + +The previous project of the resource. If not provided, defaults to `pulumi.getProject()`. + +{{% /md %}} +
stack?: Input<string>;+{{% md %}} + +The previous stack of the resource. If not provided, defaults to `pulumi.getStack()`. + +{{% /md %}} +
extends ResourceOptions@@ -1148,8 +1231,19 @@ The expected way to use this function is like so: ComponentResourceOptions is a bag of optional settings that control a component resource's behavior. {{% /md %}} +
aliases?: Input<URN | Alias>[];+{{% md %}} + +An optional list of aliases to treat this resoruce as matching. + +{{% /md %}} +
dependsOn?: Input<Input<Resource>[]> | Input<Resource>;@@ -1160,7 +1254,7 @@ An optional additional explicit dependencies on other resources. {{% /md %}}
id?: Input<ID>;@@ -1171,7 +1265,7 @@ An optional existing ID to load, rather than create. {{% /md %}}
ignoreChanges?: string[];
@@ -1182,7 +1276,7 @@ Ignore changes to any of the specified properties.
{{% /md %}}
parent?: Resource;@@ -1193,7 +1287,7 @@ An optional parent resource to which this resource belongs. {{% /md %}}
protect?: undefined | false | true;@@ -1204,7 +1298,7 @@ When set to true, protect ensures this resource cannot be deleted. {{% /md %}}
providers?: Record<string, ProviderResource>;@@ -1215,7 +1309,7 @@ An optional set of providers to use for child resources. Keyed by package name ( {{% /md %}}
extends ResourceOptions@@ -1239,7 +1333,7 @@ CustomResourceOptions is a bag of optional settings that control a custom resour {{% /md %}}
additionalSecretOutputs?: string[];
@@ -1249,10 +1343,21 @@ The names of outputs for this resource that should be treated as secrets. This a
the resource provider and pulumi engine already determine based on inputs to your resource. It can be used
to mark certain ouputs as a secrets on a per resource basis.
+{{% /md %}}
+aliases?: Input<URN | Alias>[];+{{% md %}} + +An optional list of aliases to treat this resoruce as matching. + {{% /md %}}
deleteBeforeReplace?: undefined | false | true;@@ -1264,7 +1369,7 @@ is created when replacement is necessary. {{% /md %}}
dependsOn?: Input<Input<Resource>[]> | Input<Resource>;@@ -1275,7 +1380,7 @@ An optional additional explicit dependencies on other resources. {{% /md %}}
id?: Input<ID>;@@ -1286,7 +1391,7 @@ An optional existing ID to load, rather than create. {{% /md %}}
ignoreChanges?: string[];
@@ -1297,7 +1402,7 @@ Ignore changes to any of the specified properties.
{{% /md %}}
parent?: Resource;@@ -1308,7 +1413,7 @@ An optional parent resource to which this resource belongs. {{% /md %}}
protect?: undefined | false | true;@@ -1319,7 +1424,7 @@ When set to true, protect ensures this resource cannot be deleted. {{% /md %}}
provider?: ProviderResource;@@ -1332,7 +1437,7 @@ provider bag (see also ComponentResourceOptions.providers). {{% /md %}}
aliases?: Input<URN | Alias>[];+{{% md %}} + +An optional list of aliases to treat this resoruce as matching. + +{{% /md %}} +
dependsOn?: Input<Input<Resource>[]> | Input<Resource>;@@ -1492,7 +1608,7 @@ An optional additional explicit dependencies on other resources. {{% /md %}}
id?: Input<ID>;@@ -1503,7 +1619,7 @@ An optional existing ID to load, rather than create. {{% /md %}}
ignoreChanges?: string[];
@@ -1514,7 +1630,7 @@ Ignore changes to any of the specified properties.
{{% /md %}}
parent?: Resource;@@ -1525,7 +1641,7 @@ An optional parent resource to which this resource belongs. {{% /md %}}
protect?: undefined | false | true;@@ -1536,7 +1652,7 @@ When set to true, protect ensures this resource cannot be deleted. {{% /md %}}
extends Array<Unwrap<T>>
Array: ArrayConstructor;@@ -2054,7 +2170,7 @@ Returns an iterable of values in the array {{% /md %}}
length: number;
@@ -2066,13 +2182,13 @@ Gets or sets the length of the array. This is a number one higher than the highe
type ID = string;
type Input = T | Promise<T> | OutputInstance<T>;@@ -2084,7 +2200,7 @@ or the output from a existing Resource. {{% /md %}}
type Inputs = Record<string, Input<any>>;@@ -2095,7 +2211,7 @@ or the output from a existing Resource. {{% /md %}}
type Lifted = Lifted@@ -2136,7 +2252,7 @@ Instead, you still need to write; {{% /md %}};
type LiftedArray = {
@@ -2144,13 +2260,13 @@ Instead, you still need to write;
};
type LiftedObject = { ... };
type Output = OutputInstance<T> & Lifted<T>;@@ -2200,13 +2316,13 @@ Instead of having to write: {{% /md %}}
type URN = string;
type Unwrap = Unwrap@@ -2238,7 +2354,7 @@ It should always either be `{ a: Promise;
type UnwrapSimple = UnwrapSimple@@ -2249,7 +2365,7 @@ Handles encountering basic types when unwrapping. {{% /md %}};
type UnwrappedObject = { ... };
diff --git a/content/reference/pkg/nodejs/pulumi/pulumi/asset/_index.md b/content/docs/reference/pkg/nodejs/pulumi/pulumi/asset/_index.md
similarity index 89%
rename from content/reference/pkg/nodejs/pulumi/pulumi/asset/_index.md
rename to content/docs/reference/pkg/nodejs/pulumi/pulumi/asset/_index.md
index 52e6b62d655c..867f07900a7a 100644
--- a/content/reference/pkg/nodejs/pulumi/pulumi/asset/_index.md
+++ b/content/docs/reference/pkg/nodejs/pulumi/pulumi/asset/_index.md
@@ -28,14 +28,14 @@ aliases:
extends Archive@@ -93,7 +93,7 @@ An AssetArchive is an archive created from an in-memory collection of named asse {{% /md %}}
extends Archive@@ -140,7 +140,7 @@ single archive file in one of the supported formats (.tar, .tar.gz, or .zip). {{% /md %}}
extends Asset@@ -186,7 +186,7 @@ FileAsset is a kind of asset produced from a given path to a file on the local f {{% /md %}}
extends Archive@@ -234,7 +234,7 @@ protocol for fetching the archive's contents: `file://` is a local file (just li {{% /md %}}
extends Asset@@ -282,7 +282,7 @@ specific providers may recognize alternative schemes; this is merely the base-mo {{% /md %}}
extends Asset@@ -328,7 +328,7 @@ StringAsset is a kind of asset produced from an in-memory UTF8-encoded string. {{% /md %}}
type AssetMap = {[name: string]: Asset | Archive};diff --git a/content/reference/pkg/nodejs/pulumi/pulumi/cmd/_index.md b/content/docs/reference/pkg/nodejs/pulumi/pulumi/cmd/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/pulumi/cmd/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/pulumi/cmd/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/pulumi/cmd/dynamic-provider/_index.md b/content/docs/reference/pkg/nodejs/pulumi/pulumi/cmd/dynamic-provider/_index.md similarity index 83% rename from content/reference/pkg/nodejs/pulumi/pulumi/cmd/dynamic-provider/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/pulumi/cmd/dynamic-provider/_index.md index f340fa2dcf1b..154684dd2e34 100644 --- a/content/reference/pkg/nodejs/pulumi/pulumi/cmd/dynamic-provider/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/pulumi/cmd/dynamic-provider/_index.md @@ -20,14 +20,14 @@ aliases:
const nodeJSProcessExitedAfterLoggingUserActionableMessage: 32 = 32;
extends CustomResource@@ -44,7 +44,7 @@ Resource represents a Pulumi Resource that incorporates an inline implementation {{% /md %}}
public id: Output<ID>;@@ -99,7 +99,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
property: string;
@@ -132,7 +132,7 @@ The property that failed validation.
{{% /md %}}
reason: string;
@@ -144,7 +144,7 @@ The reason that the property failed validation.
failures?: CheckFailure[];@@ -164,7 +164,7 @@ Any validation failures that occurred. {{% /md %}}
inputs?: any;
@@ -176,7 +176,7 @@ The inputs to use, if any.
id: resource.ID;@@ -196,7 +196,7 @@ The ID of the created resource. {{% /md %}}
outs?: any;
@@ -208,7 +208,7 @@ Any properties that were computed during creation.
changes?: undefined | false | true;@@ -228,7 +228,7 @@ If true, this diff detected changes and suggests an update. {{% /md %}}
deleteBeforeReplace?: undefined | false | true;@@ -240,7 +240,7 @@ void potential side-by-side issues with the default create before delete behavio {{% /md %}}
replaces?: string[];
@@ -251,7 +251,7 @@ If this update requires a replacement, the set of properties triggering it.
{{% /md %}}
stables?: string[];
@@ -263,11 +263,11 @@ An optional list of properties that will not ever change.
id?: resource.ID;@@ -278,7 +278,7 @@ The ID of the resource ready back (or blank if missing). {{% /md %}}
props?: any;
@@ -290,7 +290,7 @@ The current property state read from the live environment.
check?: undefined | (olds: any, news: any) => Promise<CheckResult>;@@ -310,7 +310,7 @@ Check validates that the given property bag is valid for a resource of the given {{% /md %}}
create: (inputs: any) => Promise<CreateResult>;@@ -322,7 +322,7 @@ If this call fails, the resource must not have been created (i.e., it is "transa {{% /md %}}
delete?: undefined | (id: resource.ID, props: any) => Promise<void>;@@ -333,7 +333,7 @@ Delete tears down an existing resource with the given ID. If it fails, the reso {{% /md %}}
diff?: undefined | (id: resource.ID, olds: any, news: any) => Promise<DiffResult>;@@ -344,7 +344,7 @@ Diff checks what impacts a hypothetical update will have on the resource's prope {{% /md %}}
read?: undefined | (id: resource.ID, props?: any) => Promise<ReadResult>;@@ -356,7 +356,7 @@ identify the resource; this is typically just the resource ID, but it may also i {{% /md %}}
update?: undefined | (id: resource.ID, olds: any, news: any) => Promise<UpdateResult>;@@ -368,7 +368,7 @@ Update updates an existing resource with new values.
outs?: any;
diff --git a/content/reference/pkg/nodejs/pulumi/pulumi/iterable/_index.md b/content/docs/reference/pkg/nodejs/pulumi/pulumi/iterable/_index.md
similarity index 92%
rename from content/reference/pkg/nodejs/pulumi/pulumi/iterable/_index.md
rename to content/docs/reference/pkg/nodejs/pulumi/pulumi/iterable/_index.md
index ed448af304e9..4ac3efb088b1 100644
--- a/content/reference/pkg/nodejs/pulumi/pulumi/iterable/_index.md
+++ b/content/docs/reference/pkg/nodejs/pulumi/pulumi/iterable/_index.md
@@ -21,14 +21,14 @@ aliases:
const rootPulumiStackTypeName: "pulumi:pulumi:Stack" = "pulumi:pulumi:Stack";@@ -98,7 +99,7 @@ resources allocated by a deployment. This must be kept up to date with {{% /md %}}
const specialArchiveSig: "0def7320c3a5731c473e5ecbe6d01bc7" = "0def7320c3a5731c473e5ecbe6d01bc7";@@ -109,7 +110,7 @@ specialArchiveSig is a randomly assigned hash used to identify archives in maps. {{% /md %}}
const specialAssetSig: "c44067f5952c0a294b673a41bacd8c17" = "c44067f5952c0a294b673a41bacd8c17";@@ -120,7 +121,7 @@ specialAssetSig is a randomly assigned hash used to identify assets in maps. See {{% /md %}}
const specialSecretSig: "1b47061264138c4ac30d75fd1eb44270" = "1b47061264138c4ac30d75fd1eb44270";@@ -131,7 +132,7 @@ specialSecretSig is a randomly assigned hash used to identify secrets in maps. S {{% /md %}}
const specialSigKey: "4dabf18193072939515e22adb298388d" = "4dabf18193072939515e22adb298388d";@@ -142,7 +143,7 @@ specialSigKey is sometimes used to encode type identity inside of a map. See pkg {{% /md %}}
const unknownValue: "04da6b54-80e4-46f7-96ec-b56ff0331ba9" = "04da6b54-80e4-46f7-96ec-b56ff0331ba9";@@ -153,17 +154,17 @@ Unknown values are encoded as a distinguished string value. {{% /md %}}
listResourceOutputs<U>(typeFilter?: undefined | (o: any) => boolean, stackName?: undefined | string): query.AsyncQueryable<ResolvedResource<U>>+ + +listResourceOutputs returns the resource outputs (if any) for a stack, or an error if the stack +cannot be found. Resources are retrieved from the latest stack snapshot, which may include +ongoing updates. + {{% /md %}}
dryRun?: undefined | false | true;@@ -647,7 +663,7 @@ Options is a bag of settings that controls the behavior of previews and deployme {{% /md %}}
engineAddr?: undefined | string;@@ -655,7 +671,7 @@ Options is a bag of settings that controls the behavior of previews and deployme {{% /md %}}
monitorAddr?: undefined | string;@@ -663,7 +679,7 @@ Options is a bag of settings that controls the behavior of previews and deployme {{% /md %}}
parallel?: undefined | number;@@ -671,7 +687,7 @@ Options is a bag of settings that controls the behavior of previews and deployme {{% /md %}}
project?: undefined | string;@@ -679,7 +695,7 @@ Options is a bag of settings that controls the behavior of previews and deployme {{% /md %}}
queryMode?: undefined | false | true;@@ -687,7 +703,7 @@ Options is a bag of settings that controls the behavior of previews and deployme {{% /md %}}
stack?: undefined | string;@@ -695,7 +711,7 @@ Options is a bag of settings that controls the behavior of previews and deployme {{% /md %}}
testModeEnabled?: undefined | false | true;@@ -704,7 +720,7 @@ Options is a bag of settings that controls the behavior of previews and deployme
let excessiveDebugOutput: boolean = false;@@ -715,7 +731,7 @@ excessiveDebugOutput enables, well, pretty excessive debug output pertaining to {{% /md %}}
type OutputResolvers = Record<string, (value: any, isStable: boolean, isSecret: boolean) => void>;diff --git a/content/reference/pkg/nodejs/pulumi/pulumi/runtime/closure/_index.md b/content/docs/reference/pkg/nodejs/pulumi/pulumi/runtime/closure/_index.md similarity index 88% rename from content/reference/pkg/nodejs/pulumi/pulumi/runtime/closure/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/pulumi/runtime/closure/_index.md index ce26a9d56f79..7cac6d127575 100644 --- a/content/reference/pkg/nodejs/pulumi/pulumi/runtime/closure/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/pulumi/runtime/closure/_index.md @@ -40,14 +40,14 @@ aliases:
const getFunctionLocationAsync: getFunctionLocationAsync = versionSpecificV8Module.getFunctionLocationAsync;@@ -59,7 +59,7 @@ defined. Returns { "", 0, 0 } if the location cannot be found or if the given fu {{% /md %}}
const lookupCapturedVariableValueAsync: lookupCapturedVariableValueAsync = versionSpecificV8Module.lookupCapturedVariableValueAsync;@@ -72,7 +72,7 @@ whether or not this function should throw or return `undefined. {{% /md %}}
infos: CapturedPropertyInfo[];@@ -155,11 +155,11 @@ There are several known limitations:
invoked: boolean;
@@ -167,7 +167,7 @@ There are several known limitations:
{{% /md %}}
name: string;
@@ -176,11 +176,11 @@ There are several known limitations:
optional: CapturedVariableMap;@@ -188,7 +188,7 @@ There are several known limitations: {{% /md %}}
required: CapturedVariableMap;@@ -197,7 +197,7 @@ There are several known limitations:
array?: Entry[];@@ -214,7 +214,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
expr?: undefined | string;@@ -222,7 +222,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
function?: FunctionInfo;@@ -230,7 +230,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
json?: any;
@@ -238,7 +238,7 @@ Entry is the environment slot for a named lexically captured variable.
{{% /md %}}
module?: undefined | string;@@ -246,7 +246,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
object?: ObjectInfo;@@ -254,7 +254,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
output?: Entry;@@ -262,7 +262,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
promise?: Entry;@@ -270,7 +270,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
regexp?: undefined | {
@@ -282,12 +282,12 @@ Entry is the environment slot for a named lexically captured variable.
extends ObjectInfo
capturedValues: PropertyMap;@@ -295,7 +295,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
code: string;
@@ -303,7 +303,7 @@ Entry is the environment slot for a named lexically captured variable.
{{% /md %}}
env: PropertyMap;@@ -311,7 +311,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
name: string | undefined;@@ -319,7 +319,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
paramCount: number;
@@ -327,7 +327,7 @@ Entry is the environment slot for a named lexically captured variable.
{{% /md %}}
proto?: Entry;@@ -335,7 +335,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
usesNonLexicalThis: boolean;
@@ -344,11 +344,11 @@ Entry is the environment slot for a named lexically captured variable.
env: PropertyMap;@@ -356,7 +356,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
proto?: Entry;@@ -365,12 +365,12 @@ Entry is the environment slot for a named lexically captured variable.
extends ParsedFunctionCode
capturedVariables: CapturedVariables;@@ -378,7 +378,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
funcExprWithName?: undefined | string;@@ -386,7 +386,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
funcExprWithoutName: string;
@@ -394,7 +394,7 @@ Entry is the environment slot for a named lexically captured variable.
{{% /md %}}
functionDeclarationName?: undefined | string;@@ -402,7 +402,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
isArrowFunction: boolean;
@@ -410,7 +410,7 @@ Entry is the environment slot for a named lexically captured variable.
{{% /md %}}
usesNonLexicalThis: boolean;
@@ -419,11 +419,11 @@ Entry is the environment slot for a named lexically captured variable.
funcExprWithName?: undefined | string;@@ -431,7 +431,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
funcExprWithoutName: string;
@@ -439,7 +439,7 @@ Entry is the environment slot for a named lexically captured variable.
{{% /md %}}
functionDeclarationName?: undefined | string;@@ -447,7 +447,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
isArrowFunction: boolean;
@@ -456,11 +456,11 @@ Entry is the environment slot for a named lexically captured variable.
configurable?: undefined | false | true;@@ -468,7 +468,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
enumerable?: undefined | false | true;@@ -476,7 +476,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
get?: Entry;@@ -484,7 +484,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
hasValue: boolean;
@@ -492,7 +492,7 @@ Entry is the environment slot for a named lexically captured variable.
{{% /md %}}
set?: Entry;@@ -500,7 +500,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
writable?: undefined | false | true;@@ -509,11 +509,11 @@ Entry is the environment slot for a named lexically captured variable.
entry: Entry;@@ -521,7 +521,7 @@ Entry is the environment slot for a named lexically captured variable. {{% /md %}}
info?: PropertyInfo;@@ -530,12 +530,12 @@ Entry is the environment slot for a named lexically captured variable.
extends Map<Entry, PropertyInfoAndValue>
Map: MapConstructor;@@ -655,7 +655,7 @@ Returns an iterable of values in the map {{% /md %}}
__@toStringTag: string;
@@ -663,7 +663,7 @@ Returns an iterable of values in the map
{{% /md %}}
size: number;
@@ -672,7 +672,7 @@ Returns an iterable of values in the map
exportName?: undefined | string;@@ -692,7 +692,7 @@ The name to export from the module defined by the generated module text. Defaul {{% /md %}}
isFactoryFunction?: undefined | false | true;@@ -710,7 +710,7 @@ be what is exported. {{% /md %}}
logResource?: Resource;@@ -721,7 +721,7 @@ The resource to log any errors we encounter against. {{% /md %}}
exportName: string;
@@ -754,7 +754,7 @@ The name of the exported module member.
{{% /md %}}
text: string;
@@ -768,7 +768,7 @@ of a factory function this value will be the result of invoking the factory func
type CapturedVariableMap = Map<string, CapturedPropertyChain[]>;diff --git a/content/reference/pkg/nodejs/pulumi/pulumi/tests/_index.md b/content/docs/reference/pkg/nodejs/pulumi/pulumi/tests/_index.md similarity index 91% rename from content/reference/pkg/nodejs/pulumi/pulumi/tests/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/pulumi/tests/_index.md index a5d6fef75e15..82627e41319b 100644 --- a/content/reference/pkg/nodejs/pulumi/pulumi/tests/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/pulumi/tests/_index.md @@ -22,7 +22,7 @@ aliases:
type MochaFunc = (err: Error) => void;diff --git a/content/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/_index.md b/content/docs/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/_index.md similarity index 85% rename from content/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/_index.md index a689af17bf2d..f9f9a552e3f1 100644 --- a/content/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/_index.md @@ -20,14 +20,14 @@ aliases:
const exportedValue: 42 = 42;diff --git a/content/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/langhost/_index.md b/content/docs/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/langhost/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/langhost/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/pulumi/tests/runtime/langhost/_index.md diff --git a/content/reference/pkg/nodejs/pulumi/random/_index.md b/content/docs/reference/pkg/nodejs/pulumi/random/_index.md similarity index 98% rename from content/reference/pkg/nodejs/pulumi/random/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/random/_index.md index b0205f17334b..e895c7c2ead1 100644 --- a/content/reference/pkg/nodejs/pulumi/random/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/random/_index.md @@ -90,7 +90,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -126,7 +126,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/vsphere/_index.md b/content/docs/reference/pkg/nodejs/pulumi/vsphere/_index.md similarity index 99% rename from content/reference/pkg/nodejs/pulumi/vsphere/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/vsphere/_index.md index 62f2a8554b39..86b13e197435 100644 --- a/content/reference/pkg/nodejs/pulumi/vsphere/_index.md +++ b/content/docs/reference/pkg/nodejs/pulumi/vsphere/_index.md @@ -348,7 +348,7 @@ properties used to qualify the lookup. {{% /md %}}
id: Output<ID>;@@ -1098,7 +1098,7 @@ The IDs of any tags to attach to this resource. See {{% /md %}}
id: Output<ID>;@@ -1503,7 +1503,7 @@ The name of the rule. This must be unique in the cluster. {{% /md %}}
id: Output<ID>;@@ -1731,7 +1731,7 @@ The name of the rule. This must be unique in the cluster. {{% /md %}}
id: Output<ID>;@@ -2826,7 +2826,7 @@ The IDs of any tags to attach to this resource. See {{% /md %}}
id: Output<ID>;@@ -3296,7 +3296,7 @@ The IDs of any tags to attach to this resource. See {{% /md %}}
id: Output<ID>;@@ -3504,7 +3504,7 @@ The name of the rule. This must be unique in the cluster. {{% /md %}}
id: Output<ID>;@@ -5758,7 +5758,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -5961,7 +5961,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -6760,7 +6760,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -7604,7 +7604,7 @@ of `loadbalance_ip`, `loadbalance_srcmac`, `loadbalance_srcid`, or {{% /md %}}
id: Output<ID>;@@ -7764,7 +7764,7 @@ Total number of units (example: CPUs) contained in the license. {{% /md %}}
urn: Output<URN>;@@ -8187,7 +8187,7 @@ Create a Provider resource with the given unique name, arguments, and options. {{% /md %}}
id: Output<ID>;@@ -8223,7 +8223,7 @@ deployments and may be missing (undefined) during planning phases. {{% /md %}}
id: Output<ID>;@@ -8526,7 +8526,7 @@ The IDs of any tags to attach to this resource. See {{% /md %}}
id: Output<ID>;@@ -8742,7 +8742,7 @@ requirements. When not specified, the datastore cluster's settings are used. {{% /md %}}
id: Output<ID>;@@ -9465,7 +9465,7 @@ The IDs of any tags to attach to this resource. See {{% /md %}}
id: Output<ID>;@@ -9737,7 +9737,7 @@ to power on or power off. This can be a virtual machine or a vApp. {{% /md %}}
id: Output<ID>;@@ -9936,7 +9936,7 @@ information on what each kind of disk provisioning policy means, click {{% /md %}}
id: Output<ID>;@@ -11401,7 +11401,7 @@ The IDs of any tags to attach to this resource. See {{% /md %}}
urn: Output<URN>;diff --git a/content/reference/pkg/nodejs/pulumi/vsphere/config/_index.md b/content/docs/reference/pkg/nodejs/pulumi/vsphere/config/_index.md similarity index 100% rename from content/reference/pkg/nodejs/pulumi/vsphere/config/_index.md rename to content/docs/reference/pkg/nodejs/pulumi/vsphere/config/_index.md diff --git a/content/reference/pkg/python/_index.md b/content/docs/reference/pkg/python/_index.md similarity index 100% rename from content/reference/pkg/python/_index.md rename to content/docs/reference/pkg/python/_index.md diff --git a/content/reference/pkg/python/pulumi/_index.md b/content/docs/reference/pkg/python/pulumi/_index.md similarity index 98% rename from content/reference/pkg/python/pulumi/_index.md rename to content/docs/reference/pkg/python/pulumi/_index.md index 1812af558184..2898e4e90a1b 100644 --- a/content/reference/pkg/python/pulumi/_index.md +++ b/content/docs/reference/pkg/python/pulumi/_index.md @@ -198,11 +198,17 @@ resource. +
package = None¶package is the name of the package this is provider for. Common examples are “aws” and “azure”.
+pulumi.ResourceOptions(parent: Optional[Resource] = None, depends_on: Optional[List[Resource]] = None, protect: Optional[bool] = None, provider: Optional[ProviderResource] = None, providers: Optional[Mapping[str, ProviderResource]] = None, delete_before_replace: Optional[bool] = None, ignore_changes: Optional[List[str]] = None, version: Optional[str] = None, additional_secret_outputs: Optional[List[str]] = None)¶pulumi.ResourceOptions(parent: Optional[Resource] = None, depends_on: Optional[List[Resource]] = None, protect: Optional[bool] = None, provider: Optional[ProviderResource] = None, providers: Optional[Mapping[str, ProviderResource]] = None, delete_before_replace: Optional[bool] = None, ignore_changes: Optional[List[str]] = None, version: Optional[str] = None, additional_secret_outputs: Optional[List[str]] = None, id: Optional[str] = None)¶
ResourceOptions is a bag of optional settings that control a resource’s behavior.
| Parameters: |
|
@@ -190,7 +191,13 @@ a format of their choosing before sending those properties to the Pulumi engine.
|---|
| Parameters: |
|
+
|---|
dns_support = None¶Whether DNS support is enabled. Valid values: disable, enable.
ipv6_support = None¶Whether IPv6 support is enabled. Valid values: disable, enable.
subnet_ids = None¶Identifiers of EC2 Subnets.
+Key-value tags for the EC2 Transit Gateway VPC Attachment.
+transit_gateway_attachment_id = None¶The ID of the EC2 Transit Gateway Attachment to manage.
+transit_gateway_default_route_table_association = None¶Boolean whether the VPC Attachment should be associated with the EC2 Transit Gateway association default route table. Default value: true.
transit_gateway_default_route_table_propagation = None¶Boolean whether the VPC Attachment should propagate routes with the EC2 Transit Gateway propagation default route table. Default value: true.
transit_gateway_id = None¶Identifier of EC2 Transit Gateway.
+vpc_id = None¶Identifier of EC2 VPC.
+vpc_owner_id = None¶Identifier of the AWS account that owns the EC2 VPC.
+translate_output_property(prop)¶Provides subclasses of Resource an opportunity to translate names of output properties +into a format of their choosing before writing those properties to the resource object.
+| Parameters: | prop (str) – A property name. | +
|---|---|
| Returns: | A potentially transformed property name. | +
| Return type: | str | +
translate_input_property(prop)¶Provides subclasses of Resource an opportunity to translate names of input properties into +a format of their choosing before sending those properties to the Pulumi engine.
+| Parameters: | prop (str) – A property name. | +
|---|---|
| Returns: | A potentially transformed property name. | +
| Return type: | str | +
pulumi_aws.ec2transitgateway.get_direct_connect_gateway_attachment(dx_gateway_id=None, tags=None, transit_gateway_id=None, opts=None)¶Get information on an EC2 Transit Gateway’s attachment to a Direct Connect Gateway.
+pulumi_aws.ec2transitgateway.get_route_table(filters=None, id=None, tags=None, opts=None)¶wait_for_steady_state = None¶If true, Terraform will wait for the service to reach a steady state (like ``aws ecs wait services-stable` <https://docs.aws.amazon.com/cli/latest/reference/ecs/wait/services-stable.html>`_) before continuing. Default false.
The name of the role alias.
arn = None¶The ARN assigned by AWS to this role alias.
+credential_duration = None¶pulumi_aws.msk.Cluster(resource_name, opts=None, broker_node_group_info=None, cluster_name=None, encryption_info=None, enhanced_monitoring=None, kafka_version=None, number_of_broker_nodes=None, tags=None, __name__=None, __opts__=None)¶pulumi_aws.msk.Cluster(resource_name, opts=None, broker_node_group_info=None, client_authentication=None, cluster_name=None, configuration_info=None, encryption_info=None, enhanced_monitoring=None, kafka_version=None, number_of_broker_nodes=None, tags=None, __name__=None, __opts__=None)¶
Manages AWS Managed Streaming for Kafka cluster
--NOTE: This AWS service is in Preview and may change before General Availability release. Backwards compatibility is not guaranteed between Terraform AWS Provider releases.
| Parameters: |
pulumi_aws.msk.Configuration(resource_name, opts=None, description=None, kafka_versions=None, name=None, server_properties=None, __name__=None, __opts__=None)¶
|
|---|