@pulumi/gcp 6.4.0 → 6.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apigee/environmentIamBinding.d.ts +166 -0
- package/apigee/environmentIamBinding.js +155 -0
- package/apigee/environmentIamBinding.js.map +1 -0
- package/apigee/environmentIamMember.d.ts +166 -0
- package/apigee/environmentIamMember.js +155 -0
- package/apigee/environmentIamMember.js.map +1 -0
- package/apigee/environmentIamPolicy.d.ts +156 -0
- package/apigee/environmentIamPolicy.js +148 -0
- package/apigee/environmentIamPolicy.js.map +1 -0
- package/apigee/index.d.ts +3 -0
- package/apigee/index.js +15 -0
- package/apigee/index.js.map +1 -1
- package/bigquery/dataTransferConfig.d.ts +3 -3
- package/bigquery/routine.d.ts +24 -3
- package/bigquery/routine.js +2 -0
- package/bigquery/routine.js.map +1 -1
- package/certificateauthority/authority.d.ts +2 -1
- package/certificateauthority/authority.js +2 -1
- package/certificateauthority/authority.js.map +1 -1
- package/certificateauthority/certificate.d.ts +2 -0
- package/certificateauthority/certificate.js +2 -0
- package/certificateauthority/certificate.js.map +1 -1
- package/certificateauthority/certificateTemplate.d.ts +3 -0
- package/certificateauthority/certificateTemplate.js +3 -0
- package/certificateauthority/certificateTemplate.js.map +1 -1
- package/cloudbuild/trigger.d.ts +7 -0
- package/cloudbuild/trigger.js +7 -0
- package/cloudbuild/trigger.js.map +1 -1
- package/cloudbuild/workerPool.d.ts +60 -0
- package/cloudbuild/workerPool.js +60 -0
- package/cloudbuild/workerPool.js.map +1 -1
- package/cloudfunctions/function.d.ts +12 -0
- package/cloudfunctions/function.js +2 -0
- package/cloudfunctions/function.js.map +1 -1
- package/cloudfunctions/getFunction.d.ts +1 -0
- package/cloudfunctions/getFunction.js.map +1 -1
- package/compute/forwardingRule.d.ts +199 -10
- package/compute/forwardingRule.js +190 -4
- package/compute/forwardingRule.js.map +1 -1
- package/compute/networkPeering.d.ts +5 -5
- package/compute/networkPeering.js +5 -5
- package/compute/packetMirroring.d.ts +1 -1
- package/compute/packetMirroring.js +1 -1
- package/compute/regionBackendService.d.ts +6 -6
- package/compute/subnetwork.d.ts +9 -15
- package/compute/subnetwork.js.map +1 -1
- package/config/vars.d.ts +3 -0
- package/config/vars.js +18 -0
- package/config/vars.js.map +1 -1
- package/container/awsCluster.d.ts +326 -0
- package/container/awsCluster.js +198 -0
- package/container/awsCluster.js.map +1 -0
- package/container/awsNodePool.d.ts +355 -0
- package/container/awsNodePool.js +242 -0
- package/container/awsNodePool.js.map +1 -0
- package/container/azureClient.d.ts +156 -0
- package/container/azureClient.js +110 -0
- package/container/azureClient.js.map +1 -0
- package/container/azureCluster.d.ts +322 -0
- package/container/azureCluster.js +180 -0
- package/container/azureCluster.js.map +1 -0
- package/container/azureNodePool.d.ts +323 -0
- package/container/azureNodePool.js +200 -0
- package/container/azureNodePool.js.map +1 -0
- package/container/getAwsVersions.d.ts +66 -0
- package/container/getAwsVersions.js +42 -0
- package/container/getAwsVersions.js.map +1 -0
- package/container/getAzureVersions.d.ts +66 -0
- package/container/getAzureVersions.js +42 -0
- package/container/getAzureVersions.js.map +1 -0
- package/container/index.d.ts +7 -0
- package/container/index.js +27 -0
- package/container/index.js.map +1 -1
- package/filestore/instance.d.ts +33 -13
- package/filestore/instance.js +7 -12
- package/filestore/instance.js.map +1 -1
- package/notebooks/index.d.ts +3 -0
- package/notebooks/index.js +15 -0
- package/notebooks/index.js.map +1 -1
- package/notebooks/runtimeIamBinding.d.ts +193 -0
- package/notebooks/runtimeIamBinding.js +157 -0
- package/notebooks/runtimeIamBinding.js.map +1 -0
- package/notebooks/runtimeIamMember.d.ts +193 -0
- package/notebooks/runtimeIamMember.js +157 -0
- package/notebooks/runtimeIamMember.js.map +1 -0
- package/notebooks/runtimeIamPolicy.d.ts +183 -0
- package/notebooks/runtimeIamPolicy.js +150 -0
- package/notebooks/runtimeIamPolicy.js.map +1 -0
- package/osconfig/index.d.ts +1 -0
- package/osconfig/index.js +5 -0
- package/osconfig/index.js.map +1 -1
- package/osconfig/osPolicyAssignment.d.ts +672 -0
- package/osconfig/osPolicyAssignment.js +568 -0
- package/osconfig/osPolicyAssignment.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +1 -1
- package/provider.d.ts +6 -0
- package/provider.js +3 -0
- package/provider.js.map +1 -1
- package/storage/bucket.d.ts +12 -0
- package/storage/bucket.js +2 -0
- package/storage/bucket.js.map +1 -1
- package/storage/getBucket.d.ts +1 -0
- package/storage/getBucket.js.map +1 -1
- package/types/input.d.ts +7380 -6218
- package/types/output.d.ts +6360 -5196
- package/vertex/aiMetadataStore.d.ts +3 -3
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.RuntimeIamPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Three different resources help you manage your IAM policy for Cloud AI Notebooks Runtime. Each of these resources serves a different use case:
|
|
10
|
+
*
|
|
11
|
+
* * `gcp.notebooks.RuntimeIamPolicy`: Authoritative. Sets the IAM policy for the runtime and replaces any existing policy already attached.
|
|
12
|
+
* * `gcp.notebooks.RuntimeIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the runtime are preserved.
|
|
13
|
+
* * `gcp.notebooks.RuntimeIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the runtime are preserved.
|
|
14
|
+
*
|
|
15
|
+
* > **Note:** `gcp.notebooks.RuntimeIamPolicy` **cannot** be used in conjunction with `gcp.notebooks.RuntimeIamBinding` and `gcp.notebooks.RuntimeIamMember` or they will fight over what your policy should be.
|
|
16
|
+
*
|
|
17
|
+
* > **Note:** `gcp.notebooks.RuntimeIamBinding` resources **can be** used in conjunction with `gcp.notebooks.RuntimeIamMember` resources **only if** they do not grant privilege to the same role.
|
|
18
|
+
*
|
|
19
|
+
* ## google\_notebooks\_runtime\_iam\_policy
|
|
20
|
+
*
|
|
21
|
+
* ```typescript
|
|
22
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
23
|
+
* import * as gcp from "@pulumi/gcp";
|
|
24
|
+
*
|
|
25
|
+
* const admin = gcp.organizations.getIAMPolicy({
|
|
26
|
+
* bindings: [{
|
|
27
|
+
* role: "roles/viewer",
|
|
28
|
+
* members: ["user:jane@example.com"],
|
|
29
|
+
* }],
|
|
30
|
+
* });
|
|
31
|
+
* const policy = new gcp.notebooks.RuntimeIamPolicy("policy", {
|
|
32
|
+
* project: google_notebooks_runtime.runtime.project,
|
|
33
|
+
* location: google_notebooks_runtime.runtime.location,
|
|
34
|
+
* runtimeName: google_notebooks_runtime.runtime.name,
|
|
35
|
+
* policyData: admin.then(admin => admin.policyData),
|
|
36
|
+
* });
|
|
37
|
+
* ```
|
|
38
|
+
*
|
|
39
|
+
* ## google\_notebooks\_runtime\_iam\_binding
|
|
40
|
+
*
|
|
41
|
+
* ```typescript
|
|
42
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
43
|
+
* import * as gcp from "@pulumi/gcp";
|
|
44
|
+
*
|
|
45
|
+
* const binding = new gcp.notebooks.RuntimeIamBinding("binding", {
|
|
46
|
+
* project: google_notebooks_runtime.runtime.project,
|
|
47
|
+
* location: google_notebooks_runtime.runtime.location,
|
|
48
|
+
* runtimeName: google_notebooks_runtime.runtime.name,
|
|
49
|
+
* role: "roles/viewer",
|
|
50
|
+
* members: ["user:jane@example.com"],
|
|
51
|
+
* });
|
|
52
|
+
* ```
|
|
53
|
+
*
|
|
54
|
+
* ## google\_notebooks\_runtime\_iam\_member
|
|
55
|
+
*
|
|
56
|
+
* ```typescript
|
|
57
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
58
|
+
* import * as gcp from "@pulumi/gcp";
|
|
59
|
+
*
|
|
60
|
+
* const member = new gcp.notebooks.RuntimeIamMember("member", {
|
|
61
|
+
* project: google_notebooks_runtime.runtime.project,
|
|
62
|
+
* location: google_notebooks_runtime.runtime.location,
|
|
63
|
+
* runtimeName: google_notebooks_runtime.runtime.name,
|
|
64
|
+
* role: "roles/viewer",
|
|
65
|
+
* member: "user:jane@example.com",
|
|
66
|
+
* });
|
|
67
|
+
* ```
|
|
68
|
+
*
|
|
69
|
+
* ## Import
|
|
70
|
+
*
|
|
71
|
+
* For all import syntaxes, the "resource in question" can take any of the following forms* projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}} * {{project}}/{{location}}/{{runtime_name}} * {{location}}/{{runtime_name}} * {{runtime_name}} Any variables not passed in the import command will be taken from the provider configuration. Cloud AI Notebooks runtime IAM resources can be imported using the resource identifiers, role, and member. IAM member imports use space-delimited identifiersthe resource in question, the role, and the member identity, e.g.
|
|
72
|
+
*
|
|
73
|
+
* ```sh
|
|
74
|
+
* $ pulumi import gcp:notebooks/runtimeIamPolicy:RuntimeIamPolicy editor "projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}} roles/viewer user:jane@example.com"
|
|
75
|
+
* ```
|
|
76
|
+
*
|
|
77
|
+
* IAM binding imports use space-delimited identifiersthe resource in question and the role, e.g.
|
|
78
|
+
*
|
|
79
|
+
* ```sh
|
|
80
|
+
* $ pulumi import gcp:notebooks/runtimeIamPolicy:RuntimeIamPolicy editor "projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}} roles/viewer"
|
|
81
|
+
* ```
|
|
82
|
+
*
|
|
83
|
+
* IAM policy imports use the identifier of the resource in question, e.g.
|
|
84
|
+
*
|
|
85
|
+
* ```sh
|
|
86
|
+
* $ pulumi import gcp:notebooks/runtimeIamPolicy:RuntimeIamPolicy editor projects/{{project}}/locations/{{location}}/runtimes/{{runtime_name}}
|
|
87
|
+
* ```
|
|
88
|
+
*
|
|
89
|
+
* -> **Custom Roles**If you're importing a IAM resource with a custom role, make sure to use the
|
|
90
|
+
*
|
|
91
|
+
* full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
|
|
92
|
+
*/
|
|
93
|
+
class RuntimeIamPolicy extends pulumi.CustomResource {
|
|
94
|
+
constructor(name, argsOrState, opts) {
|
|
95
|
+
let inputs = {};
|
|
96
|
+
opts = opts || {};
|
|
97
|
+
if (opts.id) {
|
|
98
|
+
const state = argsOrState;
|
|
99
|
+
inputs["etag"] = state ? state.etag : undefined;
|
|
100
|
+
inputs["location"] = state ? state.location : undefined;
|
|
101
|
+
inputs["policyData"] = state ? state.policyData : undefined;
|
|
102
|
+
inputs["project"] = state ? state.project : undefined;
|
|
103
|
+
inputs["runtimeName"] = state ? state.runtimeName : undefined;
|
|
104
|
+
}
|
|
105
|
+
else {
|
|
106
|
+
const args = argsOrState;
|
|
107
|
+
if ((!args || args.policyData === undefined) && !opts.urn) {
|
|
108
|
+
throw new Error("Missing required property 'policyData'");
|
|
109
|
+
}
|
|
110
|
+
if ((!args || args.runtimeName === undefined) && !opts.urn) {
|
|
111
|
+
throw new Error("Missing required property 'runtimeName'");
|
|
112
|
+
}
|
|
113
|
+
inputs["location"] = args ? args.location : undefined;
|
|
114
|
+
inputs["policyData"] = args ? args.policyData : undefined;
|
|
115
|
+
inputs["project"] = args ? args.project : undefined;
|
|
116
|
+
inputs["runtimeName"] = args ? args.runtimeName : undefined;
|
|
117
|
+
inputs["etag"] = undefined /*out*/;
|
|
118
|
+
}
|
|
119
|
+
if (!opts.version) {
|
|
120
|
+
opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
|
|
121
|
+
}
|
|
122
|
+
super(RuntimeIamPolicy.__pulumiType, name, inputs, opts);
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Get an existing RuntimeIamPolicy resource's state with the given name, ID, and optional extra
|
|
126
|
+
* properties used to qualify the lookup.
|
|
127
|
+
*
|
|
128
|
+
* @param name The _unique_ name of the resulting resource.
|
|
129
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
130
|
+
* @param state Any extra arguments used during the lookup.
|
|
131
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
132
|
+
*/
|
|
133
|
+
static get(name, id, state, opts) {
|
|
134
|
+
return new RuntimeIamPolicy(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* Returns true if the given object is an instance of RuntimeIamPolicy. This is designed to work even
|
|
138
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
139
|
+
*/
|
|
140
|
+
static isInstance(obj) {
|
|
141
|
+
if (obj === undefined || obj === null) {
|
|
142
|
+
return false;
|
|
143
|
+
}
|
|
144
|
+
return obj['__pulumiType'] === RuntimeIamPolicy.__pulumiType;
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
exports.RuntimeIamPolicy = RuntimeIamPolicy;
|
|
148
|
+
/** @internal */
|
|
149
|
+
RuntimeIamPolicy.__pulumiType = 'gcp:notebooks/runtimeIamPolicy:RuntimeIamPolicy';
|
|
150
|
+
//# sourceMappingURL=runtimeIamPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"runtimeIamPolicy.js","sourceRoot":"","sources":["../../notebooks/runtimeIamPolicy.ts"],"names":[],"mappings":"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"}
|
package/osconfig/index.d.ts
CHANGED
package/osconfig/index.js
CHANGED
|
@@ -16,9 +16,11 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
16
16
|
const utilities = require("../utilities");
|
|
17
17
|
// Export members:
|
|
18
18
|
__exportStar(require("./guestPolicies"), exports);
|
|
19
|
+
__exportStar(require("./osPolicyAssignment"), exports);
|
|
19
20
|
__exportStar(require("./patchDeployment"), exports);
|
|
20
21
|
// Import resources to register:
|
|
21
22
|
const guestPolicies_1 = require("./guestPolicies");
|
|
23
|
+
const osPolicyAssignment_1 = require("./osPolicyAssignment");
|
|
22
24
|
const patchDeployment_1 = require("./patchDeployment");
|
|
23
25
|
const _module = {
|
|
24
26
|
version: utilities.getVersion(),
|
|
@@ -26,6 +28,8 @@ const _module = {
|
|
|
26
28
|
switch (type) {
|
|
27
29
|
case "gcp:osconfig/guestPolicies:GuestPolicies":
|
|
28
30
|
return new guestPolicies_1.GuestPolicies(name, undefined, { urn });
|
|
31
|
+
case "gcp:osconfig/osPolicyAssignment:OsPolicyAssignment":
|
|
32
|
+
return new osPolicyAssignment_1.OsPolicyAssignment(name, undefined, { urn });
|
|
29
33
|
case "gcp:osconfig/patchDeployment:PatchDeployment":
|
|
30
34
|
return new patchDeployment_1.PatchDeployment(name, undefined, { urn });
|
|
31
35
|
default:
|
|
@@ -34,5 +38,6 @@ const _module = {
|
|
|
34
38
|
},
|
|
35
39
|
};
|
|
36
40
|
pulumi.runtime.registerResourceModule("gcp", "osconfig/guestPolicies", _module);
|
|
41
|
+
pulumi.runtime.registerResourceModule("gcp", "osconfig/osPolicyAssignment", _module);
|
|
37
42
|
pulumi.runtime.registerResourceModule("gcp", "osconfig/patchDeployment", _module);
|
|
38
43
|
//# sourceMappingURL=index.js.map
|
package/osconfig/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../osconfig/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,kDAAgC;AAChC,oDAAkC;AAElC,gCAAgC;AAChC,mDAAgD;AAChD,uDAAoD;AAEpD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,wBAAwB,EAAE,OAAO,CAAC,CAAA;AAC/E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../osconfig/index.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;;;;;;;;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,kBAAkB;AAClB,kDAAgC;AAChC,uDAAqC;AACrC,oDAAkC;AAElC,gCAAgC;AAChC,mDAAgD;AAChD,6DAA0D;AAC1D,uDAAoD;AAEpD,MAAM,OAAO,GAAG;IACZ,OAAO,EAAE,SAAS,CAAC,UAAU,EAAE;IAC/B,SAAS,EAAE,CAAC,IAAY,EAAE,IAAY,EAAE,GAAW,EAAmB,EAAE;QACpE,QAAQ,IAAI,EAAE;YACV,KAAK,0CAA0C;gBAC3C,OAAO,IAAI,6BAAa,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC3D,KAAK,oDAAoD;gBACrD,OAAO,IAAI,uCAAkB,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAChE,KAAK,8CAA8C;gBAC/C,OAAO,IAAI,iCAAe,CAAC,IAAI,EAAO,SAAS,EAAE,EAAE,GAAG,EAAE,CAAC,CAAA;YAC7D;gBACI,MAAM,IAAI,KAAK,CAAC,yBAAyB,IAAI,EAAE,CAAC,CAAC;SACxD;IACL,CAAC;CACJ,CAAC;AACF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,wBAAwB,EAAE,OAAO,CAAC,CAAA;AAC/E,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,6BAA6B,EAAE,OAAO,CAAC,CAAA;AACpF,MAAM,CAAC,OAAO,CAAC,sBAAsB,CAAC,KAAK,EAAE,0BAA0B,EAAE,OAAO,CAAC,CAAA"}
|