@pulumi/gcp 7.14.0-alpha.1710186287 → 7.14.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/certificatemanager/certificate.d.ts +24 -0
- package/certificatemanager/certificate.js +24 -0
- package/certificatemanager/certificate.js.map +1 -1
- package/certificatemanager/dnsAuthorization.d.ts +46 -0
- package/certificatemanager/dnsAuthorization.js +18 -0
- package/certificatemanager/dnsAuthorization.js.map +1 -1
- package/clouddeploy/customTargetTypeIamBinding.d.ts +58 -0
- package/clouddeploy/customTargetTypeIamBinding.js +67 -0
- package/clouddeploy/customTargetTypeIamBinding.js.map +1 -0
- package/clouddeploy/customTargetTypeIamMember.d.ts +58 -0
- package/clouddeploy/customTargetTypeIamMember.js +67 -0
- package/clouddeploy/customTargetTypeIamMember.js.map +1 -0
- package/clouddeploy/customTargetTypeIamPolicy.d.ts +50 -0
- package/clouddeploy/customTargetTypeIamPolicy.js +60 -0
- package/clouddeploy/customTargetTypeIamPolicy.js.map +1 -0
- package/clouddeploy/getCustomTargetTypeIamPolicy.d.ts +96 -0
- package/clouddeploy/getCustomTargetTypeIamPolicy.js +57 -0
- package/clouddeploy/getCustomTargetTypeIamPolicy.js.map +1 -0
- package/clouddeploy/index.d.ts +12 -0
- package/clouddeploy/index.js +19 -1
- package/clouddeploy/index.js.map +1 -1
- package/cloudfunctions/function.d.ts +6 -6
- package/compute/serviceAttachment.d.ts +86 -0
- package/compute/serviceAttachment.js +86 -0
- package/compute/serviceAttachment.js.map +1 -1
- package/dataflow/flexTemplateJob.d.ts +6 -6
- package/package.json +1 -1
- package/types/input.d.ts +126 -9
- package/types/output.d.ts +130 -9
|
@@ -278,6 +278,30 @@ import * as outputs from "../types/output";
|
|
|
278
278
|
* });
|
|
279
279
|
* ```
|
|
280
280
|
* <!--End PulumiCodeChooser -->
|
|
281
|
+
* ### Certificate Manager Google Managed Regional Certificate Dns Auth
|
|
282
|
+
*
|
|
283
|
+
* <!--Start PulumiCodeChooser -->
|
|
284
|
+
* ```typescript
|
|
285
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
286
|
+
* import * as gcp from "@pulumi/gcp";
|
|
287
|
+
*
|
|
288
|
+
* const instance = new gcp.certificatemanager.DnsAuthorization("instance", {
|
|
289
|
+
* name: "dns-auth",
|
|
290
|
+
* location: "us-central1",
|
|
291
|
+
* description: "The default dnss",
|
|
292
|
+
* domain: "subdomain.hashicorptest.com",
|
|
293
|
+
* });
|
|
294
|
+
* const _default = new gcp.certificatemanager.Certificate("default", {
|
|
295
|
+
* name: "dns-cert",
|
|
296
|
+
* description: "regional managed certs",
|
|
297
|
+
* location: "us-central1",
|
|
298
|
+
* managed: {
|
|
299
|
+
* domains: [instance.domain],
|
|
300
|
+
* dnsAuthorizations: [instance.id],
|
|
301
|
+
* },
|
|
302
|
+
* });
|
|
303
|
+
* ```
|
|
304
|
+
* <!--End PulumiCodeChooser -->
|
|
281
305
|
*
|
|
282
306
|
* ## Import
|
|
283
307
|
*
|
|
@@ -282,6 +282,30 @@ const utilities = require("../utilities");
|
|
|
282
282
|
* });
|
|
283
283
|
* ```
|
|
284
284
|
* <!--End PulumiCodeChooser -->
|
|
285
|
+
* ### Certificate Manager Google Managed Regional Certificate Dns Auth
|
|
286
|
+
*
|
|
287
|
+
* <!--Start PulumiCodeChooser -->
|
|
288
|
+
* ```typescript
|
|
289
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
290
|
+
* import * as gcp from "@pulumi/gcp";
|
|
291
|
+
*
|
|
292
|
+
* const instance = new gcp.certificatemanager.DnsAuthorization("instance", {
|
|
293
|
+
* name: "dns-auth",
|
|
294
|
+
* location: "us-central1",
|
|
295
|
+
* description: "The default dnss",
|
|
296
|
+
* domain: "subdomain.hashicorptest.com",
|
|
297
|
+
* });
|
|
298
|
+
* const _default = new gcp.certificatemanager.Certificate("default", {
|
|
299
|
+
* name: "dns-cert",
|
|
300
|
+
* description: "regional managed certs",
|
|
301
|
+
* location: "us-central1",
|
|
302
|
+
* managed: {
|
|
303
|
+
* domains: [instance.domain],
|
|
304
|
+
* dnsAuthorizations: [instance.id],
|
|
305
|
+
* },
|
|
306
|
+
* });
|
|
307
|
+
* ```
|
|
308
|
+
* <!--End PulumiCodeChooser -->
|
|
285
309
|
*
|
|
286
310
|
* ## Import
|
|
287
311
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../certificatemanager/certificate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"certificate.js","sourceRoot":"","sources":["../../certificatemanager/certificate.ts"],"names":[],"mappings":"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"}
|
|
@@ -24,6 +24,22 @@ import * as outputs from "../types/output";
|
|
|
24
24
|
* export const recordDataToInsert = _default.dnsResourceRecords.apply(dnsResourceRecords => dnsResourceRecords[0].data);
|
|
25
25
|
* ```
|
|
26
26
|
* <!--End PulumiCodeChooser -->
|
|
27
|
+
* ### Certificate Manager Dns Authorization Regional
|
|
28
|
+
*
|
|
29
|
+
* <!--Start PulumiCodeChooser -->
|
|
30
|
+
* ```typescript
|
|
31
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
32
|
+
* import * as gcp from "@pulumi/gcp";
|
|
33
|
+
*
|
|
34
|
+
* const _default = new gcp.certificatemanager.DnsAuthorization("default", {
|
|
35
|
+
* name: "dns-auth",
|
|
36
|
+
* location: "us-central1",
|
|
37
|
+
* description: "reginal dns",
|
|
38
|
+
* type: "PER_PROJECT_RECORD",
|
|
39
|
+
* domain: "subdomain.hashicorptest.com",
|
|
40
|
+
* });
|
|
41
|
+
* ```
|
|
42
|
+
* <!--End PulumiCodeChooser -->
|
|
27
43
|
*
|
|
28
44
|
* ## Import
|
|
29
45
|
*
|
|
@@ -121,6 +137,16 @@ export declare class DnsAuthorization extends pulumi.CustomResource {
|
|
|
121
137
|
readonly pulumiLabels: pulumi.Output<{
|
|
122
138
|
[key: string]: string;
|
|
123
139
|
}>;
|
|
140
|
+
/**
|
|
141
|
+
* type of DNS authorization. If unset during the resource creation, FIXED_RECORD will
|
|
142
|
+
* be used for global resources, and PER_PROJECT_RECORD will be used for other locations.
|
|
143
|
+
* FIXED_RECORD DNS authorization uses DNS-01 validation method
|
|
144
|
+
* PER_PROJECT_RECORD DNS authorization allows for independent management
|
|
145
|
+
* of Google-managed certificates with DNS authorization across multiple
|
|
146
|
+
* projects.
|
|
147
|
+
* Possible values are: `FIXED_RECORD`, `PER_PROJECT_RECORD`.
|
|
148
|
+
*/
|
|
149
|
+
readonly type: pulumi.Output<string>;
|
|
124
150
|
/**
|
|
125
151
|
* Create a DnsAuthorization resource with the given unique name, arguments, and options.
|
|
126
152
|
*
|
|
@@ -190,6 +216,16 @@ export interface DnsAuthorizationState {
|
|
|
190
216
|
pulumiLabels?: pulumi.Input<{
|
|
191
217
|
[key: string]: pulumi.Input<string>;
|
|
192
218
|
}>;
|
|
219
|
+
/**
|
|
220
|
+
* type of DNS authorization. If unset during the resource creation, FIXED_RECORD will
|
|
221
|
+
* be used for global resources, and PER_PROJECT_RECORD will be used for other locations.
|
|
222
|
+
* FIXED_RECORD DNS authorization uses DNS-01 validation method
|
|
223
|
+
* PER_PROJECT_RECORD DNS authorization allows for independent management
|
|
224
|
+
* of Google-managed certificates with DNS authorization across multiple
|
|
225
|
+
* projects.
|
|
226
|
+
* Possible values are: `FIXED_RECORD`, `PER_PROJECT_RECORD`.
|
|
227
|
+
*/
|
|
228
|
+
type?: pulumi.Input<string>;
|
|
193
229
|
}
|
|
194
230
|
/**
|
|
195
231
|
* The set of arguments for constructing a DnsAuthorization resource.
|
|
@@ -231,4 +267,14 @@ export interface DnsAuthorizationArgs {
|
|
|
231
267
|
* If it is not provided, the provider project is used.
|
|
232
268
|
*/
|
|
233
269
|
project?: pulumi.Input<string>;
|
|
270
|
+
/**
|
|
271
|
+
* type of DNS authorization. If unset during the resource creation, FIXED_RECORD will
|
|
272
|
+
* be used for global resources, and PER_PROJECT_RECORD will be used for other locations.
|
|
273
|
+
* FIXED_RECORD DNS authorization uses DNS-01 validation method
|
|
274
|
+
* PER_PROJECT_RECORD DNS authorization allows for independent management
|
|
275
|
+
* of Google-managed certificates with DNS authorization across multiple
|
|
276
|
+
* projects.
|
|
277
|
+
* Possible values are: `FIXED_RECORD`, `PER_PROJECT_RECORD`.
|
|
278
|
+
*/
|
|
279
|
+
type?: pulumi.Input<string>;
|
|
234
280
|
}
|
|
@@ -28,6 +28,22 @@ const utilities = require("../utilities");
|
|
|
28
28
|
* export const recordDataToInsert = _default.dnsResourceRecords.apply(dnsResourceRecords => dnsResourceRecords[0].data);
|
|
29
29
|
* ```
|
|
30
30
|
* <!--End PulumiCodeChooser -->
|
|
31
|
+
* ### Certificate Manager Dns Authorization Regional
|
|
32
|
+
*
|
|
33
|
+
* <!--Start PulumiCodeChooser -->
|
|
34
|
+
* ```typescript
|
|
35
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
36
|
+
* import * as gcp from "@pulumi/gcp";
|
|
37
|
+
*
|
|
38
|
+
* const _default = new gcp.certificatemanager.DnsAuthorization("default", {
|
|
39
|
+
* name: "dns-auth",
|
|
40
|
+
* location: "us-central1",
|
|
41
|
+
* description: "reginal dns",
|
|
42
|
+
* type: "PER_PROJECT_RECORD",
|
|
43
|
+
* domain: "subdomain.hashicorptest.com",
|
|
44
|
+
* });
|
|
45
|
+
* ```
|
|
46
|
+
* <!--End PulumiCodeChooser -->
|
|
31
47
|
*
|
|
32
48
|
* ## Import
|
|
33
49
|
*
|
|
@@ -90,6 +106,7 @@ class DnsAuthorization extends pulumi.CustomResource {
|
|
|
90
106
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
91
107
|
resourceInputs["project"] = state ? state.project : undefined;
|
|
92
108
|
resourceInputs["pulumiLabels"] = state ? state.pulumiLabels : undefined;
|
|
109
|
+
resourceInputs["type"] = state ? state.type : undefined;
|
|
93
110
|
}
|
|
94
111
|
else {
|
|
95
112
|
const args = argsOrState;
|
|
@@ -102,6 +119,7 @@ class DnsAuthorization extends pulumi.CustomResource {
|
|
|
102
119
|
resourceInputs["location"] = args ? args.location : undefined;
|
|
103
120
|
resourceInputs["name"] = args ? args.name : undefined;
|
|
104
121
|
resourceInputs["project"] = args ? args.project : undefined;
|
|
122
|
+
resourceInputs["type"] = args ? args.type : undefined;
|
|
105
123
|
resourceInputs["dnsResourceRecords"] = undefined /*out*/;
|
|
106
124
|
resourceInputs["effectiveLabels"] = undefined /*out*/;
|
|
107
125
|
resourceInputs["pulumiLabels"] = undefined /*out*/;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dnsAuthorization.js","sourceRoot":"","sources":["../../certificatemanager/dnsAuthorization.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"dnsAuthorization.js","sourceRoot":"","sources":["../../certificatemanager/dnsAuthorization.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
export declare class CustomTargetTypeIamBinding extends pulumi.CustomResource {
|
|
5
|
+
/**
|
|
6
|
+
* Get an existing CustomTargetTypeIamBinding resource's state with the given name, ID, and optional extra
|
|
7
|
+
* properties used to qualify the lookup.
|
|
8
|
+
*
|
|
9
|
+
* @param name The _unique_ name of the resulting resource.
|
|
10
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
11
|
+
* @param state Any extra arguments used during the lookup.
|
|
12
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
13
|
+
*/
|
|
14
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CustomTargetTypeIamBindingState, opts?: pulumi.CustomResourceOptions): CustomTargetTypeIamBinding;
|
|
15
|
+
/**
|
|
16
|
+
* Returns true if the given object is an instance of CustomTargetTypeIamBinding. This is designed to work even
|
|
17
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
18
|
+
*/
|
|
19
|
+
static isInstance(obj: any): obj is CustomTargetTypeIamBinding;
|
|
20
|
+
readonly condition: pulumi.Output<outputs.clouddeploy.CustomTargetTypeIamBindingCondition | undefined>;
|
|
21
|
+
readonly etag: pulumi.Output<string>;
|
|
22
|
+
readonly location: pulumi.Output<string>;
|
|
23
|
+
readonly members: pulumi.Output<string[]>;
|
|
24
|
+
readonly name: pulumi.Output<string>;
|
|
25
|
+
readonly project: pulumi.Output<string>;
|
|
26
|
+
readonly role: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Create a CustomTargetTypeIamBinding resource with the given unique name, arguments, and options.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resource.
|
|
31
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
32
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
33
|
+
*/
|
|
34
|
+
constructor(name: string, args: CustomTargetTypeIamBindingArgs, opts?: pulumi.CustomResourceOptions);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Input properties used for looking up and filtering CustomTargetTypeIamBinding resources.
|
|
38
|
+
*/
|
|
39
|
+
export interface CustomTargetTypeIamBindingState {
|
|
40
|
+
condition?: pulumi.Input<inputs.clouddeploy.CustomTargetTypeIamBindingCondition>;
|
|
41
|
+
etag?: pulumi.Input<string>;
|
|
42
|
+
location?: pulumi.Input<string>;
|
|
43
|
+
members?: pulumi.Input<pulumi.Input<string>[]>;
|
|
44
|
+
name?: pulumi.Input<string>;
|
|
45
|
+
project?: pulumi.Input<string>;
|
|
46
|
+
role?: pulumi.Input<string>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* The set of arguments for constructing a CustomTargetTypeIamBinding resource.
|
|
50
|
+
*/
|
|
51
|
+
export interface CustomTargetTypeIamBindingArgs {
|
|
52
|
+
condition?: pulumi.Input<inputs.clouddeploy.CustomTargetTypeIamBindingCondition>;
|
|
53
|
+
location?: pulumi.Input<string>;
|
|
54
|
+
members: pulumi.Input<pulumi.Input<string>[]>;
|
|
55
|
+
name?: pulumi.Input<string>;
|
|
56
|
+
project?: pulumi.Input<string>;
|
|
57
|
+
role: pulumi.Input<string>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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.CustomTargetTypeIamBinding = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
class CustomTargetTypeIamBinding extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing CustomTargetTypeIamBinding resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param state Any extra arguments used during the lookup.
|
|
16
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
|
+
*/
|
|
18
|
+
static get(name, id, state, opts) {
|
|
19
|
+
return new CustomTargetTypeIamBinding(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of CustomTargetTypeIamBinding. This is designed to work even
|
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
|
+
*/
|
|
25
|
+
static isInstance(obj) {
|
|
26
|
+
if (obj === undefined || obj === null) {
|
|
27
|
+
return false;
|
|
28
|
+
}
|
|
29
|
+
return obj['__pulumiType'] === CustomTargetTypeIamBinding.__pulumiType;
|
|
30
|
+
}
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["condition"] = state ? state.condition : undefined;
|
|
37
|
+
resourceInputs["etag"] = state ? state.etag : undefined;
|
|
38
|
+
resourceInputs["location"] = state ? state.location : undefined;
|
|
39
|
+
resourceInputs["members"] = state ? state.members : undefined;
|
|
40
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
41
|
+
resourceInputs["project"] = state ? state.project : undefined;
|
|
42
|
+
resourceInputs["role"] = state ? state.role : undefined;
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
const args = argsOrState;
|
|
46
|
+
if ((!args || args.members === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'members'");
|
|
48
|
+
}
|
|
49
|
+
if ((!args || args.role === undefined) && !opts.urn) {
|
|
50
|
+
throw new Error("Missing required property 'role'");
|
|
51
|
+
}
|
|
52
|
+
resourceInputs["condition"] = args ? args.condition : undefined;
|
|
53
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
54
|
+
resourceInputs["members"] = args ? args.members : undefined;
|
|
55
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
56
|
+
resourceInputs["project"] = args ? args.project : undefined;
|
|
57
|
+
resourceInputs["role"] = args ? args.role : undefined;
|
|
58
|
+
resourceInputs["etag"] = undefined /*out*/;
|
|
59
|
+
}
|
|
60
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
61
|
+
super(CustomTargetTypeIamBinding.__pulumiType, name, resourceInputs, opts);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
exports.CustomTargetTypeIamBinding = CustomTargetTypeIamBinding;
|
|
65
|
+
/** @internal */
|
|
66
|
+
CustomTargetTypeIamBinding.__pulumiType = 'gcp:clouddeploy/customTargetTypeIamBinding:CustomTargetTypeIamBinding';
|
|
67
|
+
//# sourceMappingURL=customTargetTypeIamBinding.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customTargetTypeIamBinding.js","sourceRoot":"","sources":["../../clouddeploy/customTargetTypeIamBinding.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
export declare class CustomTargetTypeIamMember extends pulumi.CustomResource {
|
|
5
|
+
/**
|
|
6
|
+
* Get an existing CustomTargetTypeIamMember resource's state with the given name, ID, and optional extra
|
|
7
|
+
* properties used to qualify the lookup.
|
|
8
|
+
*
|
|
9
|
+
* @param name The _unique_ name of the resulting resource.
|
|
10
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
11
|
+
* @param state Any extra arguments used during the lookup.
|
|
12
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
13
|
+
*/
|
|
14
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CustomTargetTypeIamMemberState, opts?: pulumi.CustomResourceOptions): CustomTargetTypeIamMember;
|
|
15
|
+
/**
|
|
16
|
+
* Returns true if the given object is an instance of CustomTargetTypeIamMember. This is designed to work even
|
|
17
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
18
|
+
*/
|
|
19
|
+
static isInstance(obj: any): obj is CustomTargetTypeIamMember;
|
|
20
|
+
readonly condition: pulumi.Output<outputs.clouddeploy.CustomTargetTypeIamMemberCondition | undefined>;
|
|
21
|
+
readonly etag: pulumi.Output<string>;
|
|
22
|
+
readonly location: pulumi.Output<string>;
|
|
23
|
+
readonly member: pulumi.Output<string>;
|
|
24
|
+
readonly name: pulumi.Output<string>;
|
|
25
|
+
readonly project: pulumi.Output<string>;
|
|
26
|
+
readonly role: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* Create a CustomTargetTypeIamMember resource with the given unique name, arguments, and options.
|
|
29
|
+
*
|
|
30
|
+
* @param name The _unique_ name of the resource.
|
|
31
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
32
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
33
|
+
*/
|
|
34
|
+
constructor(name: string, args: CustomTargetTypeIamMemberArgs, opts?: pulumi.CustomResourceOptions);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* Input properties used for looking up and filtering CustomTargetTypeIamMember resources.
|
|
38
|
+
*/
|
|
39
|
+
export interface CustomTargetTypeIamMemberState {
|
|
40
|
+
condition?: pulumi.Input<inputs.clouddeploy.CustomTargetTypeIamMemberCondition>;
|
|
41
|
+
etag?: pulumi.Input<string>;
|
|
42
|
+
location?: pulumi.Input<string>;
|
|
43
|
+
member?: pulumi.Input<string>;
|
|
44
|
+
name?: pulumi.Input<string>;
|
|
45
|
+
project?: pulumi.Input<string>;
|
|
46
|
+
role?: pulumi.Input<string>;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* The set of arguments for constructing a CustomTargetTypeIamMember resource.
|
|
50
|
+
*/
|
|
51
|
+
export interface CustomTargetTypeIamMemberArgs {
|
|
52
|
+
condition?: pulumi.Input<inputs.clouddeploy.CustomTargetTypeIamMemberCondition>;
|
|
53
|
+
location?: pulumi.Input<string>;
|
|
54
|
+
member: pulumi.Input<string>;
|
|
55
|
+
name?: pulumi.Input<string>;
|
|
56
|
+
project?: pulumi.Input<string>;
|
|
57
|
+
role: pulumi.Input<string>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
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.CustomTargetTypeIamMember = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
class CustomTargetTypeIamMember extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing CustomTargetTypeIamMember resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param state Any extra arguments used during the lookup.
|
|
16
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
|
+
*/
|
|
18
|
+
static get(name, id, state, opts) {
|
|
19
|
+
return new CustomTargetTypeIamMember(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of CustomTargetTypeIamMember. This is designed to work even
|
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
|
+
*/
|
|
25
|
+
static isInstance(obj) {
|
|
26
|
+
if (obj === undefined || obj === null) {
|
|
27
|
+
return false;
|
|
28
|
+
}
|
|
29
|
+
return obj['__pulumiType'] === CustomTargetTypeIamMember.__pulumiType;
|
|
30
|
+
}
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["condition"] = state ? state.condition : undefined;
|
|
37
|
+
resourceInputs["etag"] = state ? state.etag : undefined;
|
|
38
|
+
resourceInputs["location"] = state ? state.location : undefined;
|
|
39
|
+
resourceInputs["member"] = state ? state.member : undefined;
|
|
40
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
41
|
+
resourceInputs["project"] = state ? state.project : undefined;
|
|
42
|
+
resourceInputs["role"] = state ? state.role : undefined;
|
|
43
|
+
}
|
|
44
|
+
else {
|
|
45
|
+
const args = argsOrState;
|
|
46
|
+
if ((!args || args.member === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'member'");
|
|
48
|
+
}
|
|
49
|
+
if ((!args || args.role === undefined) && !opts.urn) {
|
|
50
|
+
throw new Error("Missing required property 'role'");
|
|
51
|
+
}
|
|
52
|
+
resourceInputs["condition"] = args ? args.condition : undefined;
|
|
53
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
54
|
+
resourceInputs["member"] = args ? args.member : undefined;
|
|
55
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
56
|
+
resourceInputs["project"] = args ? args.project : undefined;
|
|
57
|
+
resourceInputs["role"] = args ? args.role : undefined;
|
|
58
|
+
resourceInputs["etag"] = undefined /*out*/;
|
|
59
|
+
}
|
|
60
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
61
|
+
super(CustomTargetTypeIamMember.__pulumiType, name, resourceInputs, opts);
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
exports.CustomTargetTypeIamMember = CustomTargetTypeIamMember;
|
|
65
|
+
/** @internal */
|
|
66
|
+
CustomTargetTypeIamMember.__pulumiType = 'gcp:clouddeploy/customTargetTypeIamMember:CustomTargetTypeIamMember';
|
|
67
|
+
//# sourceMappingURL=customTargetTypeIamMember.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customTargetTypeIamMember.js","sourceRoot":"","sources":["../../clouddeploy/customTargetTypeIamMember.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
export declare class CustomTargetTypeIamPolicy extends pulumi.CustomResource {
|
|
3
|
+
/**
|
|
4
|
+
* Get an existing CustomTargetTypeIamPolicy resource's state with the given name, ID, and optional extra
|
|
5
|
+
* properties used to qualify the lookup.
|
|
6
|
+
*
|
|
7
|
+
* @param name The _unique_ name of the resulting resource.
|
|
8
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
9
|
+
* @param state Any extra arguments used during the lookup.
|
|
10
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
11
|
+
*/
|
|
12
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: CustomTargetTypeIamPolicyState, opts?: pulumi.CustomResourceOptions): CustomTargetTypeIamPolicy;
|
|
13
|
+
/**
|
|
14
|
+
* Returns true if the given object is an instance of CustomTargetTypeIamPolicy. This is designed to work even
|
|
15
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
16
|
+
*/
|
|
17
|
+
static isInstance(obj: any): obj is CustomTargetTypeIamPolicy;
|
|
18
|
+
readonly etag: pulumi.Output<string>;
|
|
19
|
+
readonly location: pulumi.Output<string>;
|
|
20
|
+
readonly name: pulumi.Output<string>;
|
|
21
|
+
readonly policyData: pulumi.Output<string>;
|
|
22
|
+
readonly project: pulumi.Output<string>;
|
|
23
|
+
/**
|
|
24
|
+
* Create a CustomTargetTypeIamPolicy resource with the given unique name, arguments, and options.
|
|
25
|
+
*
|
|
26
|
+
* @param name The _unique_ name of the resource.
|
|
27
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
28
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
29
|
+
*/
|
|
30
|
+
constructor(name: string, args: CustomTargetTypeIamPolicyArgs, opts?: pulumi.CustomResourceOptions);
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Input properties used for looking up and filtering CustomTargetTypeIamPolicy resources.
|
|
34
|
+
*/
|
|
35
|
+
export interface CustomTargetTypeIamPolicyState {
|
|
36
|
+
etag?: pulumi.Input<string>;
|
|
37
|
+
location?: pulumi.Input<string>;
|
|
38
|
+
name?: pulumi.Input<string>;
|
|
39
|
+
policyData?: pulumi.Input<string>;
|
|
40
|
+
project?: pulumi.Input<string>;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* The set of arguments for constructing a CustomTargetTypeIamPolicy resource.
|
|
44
|
+
*/
|
|
45
|
+
export interface CustomTargetTypeIamPolicyArgs {
|
|
46
|
+
location?: pulumi.Input<string>;
|
|
47
|
+
name?: pulumi.Input<string>;
|
|
48
|
+
policyData: pulumi.Input<string>;
|
|
49
|
+
project?: pulumi.Input<string>;
|
|
50
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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.CustomTargetTypeIamPolicy = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
class CustomTargetTypeIamPolicy extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing CustomTargetTypeIamPolicy resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param state Any extra arguments used during the lookup.
|
|
16
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
|
+
*/
|
|
18
|
+
static get(name, id, state, opts) {
|
|
19
|
+
return new CustomTargetTypeIamPolicy(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Returns true if the given object is an instance of CustomTargetTypeIamPolicy. This is designed to work even
|
|
23
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
|
+
*/
|
|
25
|
+
static isInstance(obj) {
|
|
26
|
+
if (obj === undefined || obj === null) {
|
|
27
|
+
return false;
|
|
28
|
+
}
|
|
29
|
+
return obj['__pulumiType'] === CustomTargetTypeIamPolicy.__pulumiType;
|
|
30
|
+
}
|
|
31
|
+
constructor(name, argsOrState, opts) {
|
|
32
|
+
let resourceInputs = {};
|
|
33
|
+
opts = opts || {};
|
|
34
|
+
if (opts.id) {
|
|
35
|
+
const state = argsOrState;
|
|
36
|
+
resourceInputs["etag"] = state ? state.etag : undefined;
|
|
37
|
+
resourceInputs["location"] = state ? state.location : undefined;
|
|
38
|
+
resourceInputs["name"] = state ? state.name : undefined;
|
|
39
|
+
resourceInputs["policyData"] = state ? state.policyData : undefined;
|
|
40
|
+
resourceInputs["project"] = state ? state.project : undefined;
|
|
41
|
+
}
|
|
42
|
+
else {
|
|
43
|
+
const args = argsOrState;
|
|
44
|
+
if ((!args || args.policyData === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'policyData'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
48
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
49
|
+
resourceInputs["policyData"] = args ? args.policyData : undefined;
|
|
50
|
+
resourceInputs["project"] = args ? args.project : undefined;
|
|
51
|
+
resourceInputs["etag"] = undefined /*out*/;
|
|
52
|
+
}
|
|
53
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
54
|
+
super(CustomTargetTypeIamPolicy.__pulumiType, name, resourceInputs, opts);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
exports.CustomTargetTypeIamPolicy = CustomTargetTypeIamPolicy;
|
|
58
|
+
/** @internal */
|
|
59
|
+
CustomTargetTypeIamPolicy.__pulumiType = 'gcp:clouddeploy/customTargetTypeIamPolicy:CustomTargetTypeIamPolicy';
|
|
60
|
+
//# sourceMappingURL=customTargetTypeIamPolicy.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"customTargetTypeIamPolicy.js","sourceRoot":"","sources":["../../clouddeploy/customTargetTypeIamPolicy.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IAgBD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC9C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AAjEL,8DAkEC;AApDG,gBAAgB;AACO,sCAAY,GAAG,qEAAqE,CAAC"}
|