@pulumi/gcp 6.30.0 → 6.31.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.
Files changed (95) hide show
  1. package/bigquery/connection.d.ts +14 -14
  2. package/bigquery/connection.js +14 -14
  3. package/bigquery/connectionIamBinding.d.ts +214 -0
  4. package/bigquery/connectionIamBinding.js +155 -0
  5. package/bigquery/connectionIamBinding.js.map +1 -0
  6. package/bigquery/connectionIamMember.d.ts +214 -0
  7. package/bigquery/connectionIamMember.js +155 -0
  8. package/bigquery/connectionIamMember.js.map +1 -0
  9. package/bigquery/connectionIamPolicy.d.ts +204 -0
  10. package/bigquery/connectionIamPolicy.js +148 -0
  11. package/bigquery/connectionIamPolicy.js.map +1 -0
  12. package/bigquery/index.d.ts +3 -0
  13. package/bigquery/index.js +15 -0
  14. package/bigquery/index.js.map +1 -1
  15. package/billing/budget.d.ts +46 -0
  16. package/billing/budget.js +46 -0
  17. package/billing/budget.js.map +1 -1
  18. package/certificateauthority/authority.d.ts +85 -23
  19. package/certificateauthority/authority.js +56 -17
  20. package/certificateauthority/authority.js.map +1 -1
  21. package/certificateauthority/certificate.d.ts +14 -5
  22. package/certificateauthority/certificate.js.map +1 -1
  23. package/certificateauthority/getAuthority.d.ts +2 -0
  24. package/certificateauthority/getAuthority.js.map +1 -1
  25. package/cloudfunctions/function.d.ts +4 -3
  26. package/cloudfunctions/function.js +1 -0
  27. package/cloudfunctions/function.js.map +1 -1
  28. package/cloudfunctionsv2/function.d.ts +6 -2
  29. package/cloudfunctionsv2/function.js +6 -2
  30. package/cloudfunctionsv2/function.js.map +1 -1
  31. package/cloudrun/service.d.ts +424 -0
  32. package/cloudrun/service.js +424 -0
  33. package/cloudrun/service.js.map +1 -1
  34. package/cloudtasks/index.d.ts +3 -0
  35. package/cloudtasks/index.js +15 -0
  36. package/cloudtasks/index.js.map +1 -1
  37. package/cloudtasks/queueIamBinding.d.ts +190 -0
  38. package/cloudtasks/queueIamBinding.js +149 -0
  39. package/cloudtasks/queueIamBinding.js.map +1 -0
  40. package/cloudtasks/queueIamMember.d.ts +190 -0
  41. package/cloudtasks/queueIamMember.js +149 -0
  42. package/cloudtasks/queueIamMember.js.map +1 -0
  43. package/cloudtasks/queueIamPolicy.d.ts +180 -0
  44. package/cloudtasks/queueIamPolicy.js +142 -0
  45. package/cloudtasks/queueIamPolicy.js.map +1 -0
  46. package/compute/globalForwardingRule.d.ts +17 -2
  47. package/compute/globalForwardingRule.js +17 -2
  48. package/compute/globalForwardingRule.js.map +1 -1
  49. package/compute/networkEndpointGroup.d.ts +6 -3
  50. package/compute/networkEndpointGroup.js.map +1 -1
  51. package/dataproc/autoscalingPolicyIamBinding.d.ts +208 -0
  52. package/dataproc/autoscalingPolicyIamBinding.js +155 -0
  53. package/dataproc/autoscalingPolicyIamBinding.js.map +1 -0
  54. package/dataproc/autoscalingPolicyIamMember.d.ts +208 -0
  55. package/dataproc/autoscalingPolicyIamMember.js +155 -0
  56. package/dataproc/autoscalingPolicyIamMember.js.map +1 -0
  57. package/dataproc/autoscalingPolicyIamPolicy.d.ts +198 -0
  58. package/dataproc/autoscalingPolicyIamPolicy.js +148 -0
  59. package/dataproc/autoscalingPolicyIamPolicy.js.map +1 -0
  60. package/dataproc/index.d.ts +6 -0
  61. package/dataproc/index.js +30 -0
  62. package/dataproc/index.js.map +1 -1
  63. package/dataproc/metastoreServiceIamBinding.d.ts +130 -0
  64. package/dataproc/metastoreServiceIamBinding.js +95 -0
  65. package/dataproc/metastoreServiceIamBinding.js.map +1 -0
  66. package/dataproc/metastoreServiceIamMember.d.ts +130 -0
  67. package/dataproc/metastoreServiceIamMember.js +95 -0
  68. package/dataproc/metastoreServiceIamMember.js.map +1 -0
  69. package/dataproc/metastoreServiceIamPolicy.d.ts +120 -0
  70. package/dataproc/metastoreServiceIamPolicy.js +88 -0
  71. package/dataproc/metastoreServiceIamPolicy.js.map +1 -0
  72. package/logging/projectSink.d.ts +80 -0
  73. package/logging/projectSink.js +80 -0
  74. package/logging/projectSink.js.map +1 -1
  75. package/monitoring/monitoredProject.d.ts +2 -6
  76. package/monitoring/monitoredProject.js +2 -6
  77. package/monitoring/monitoredProject.js.map +1 -1
  78. package/package.json +2 -2
  79. package/package.json.dev +2 -2
  80. package/projects/serviceIdentity.d.ts +4 -0
  81. package/projects/serviceIdentity.js +1 -1
  82. package/projects/serviceIdentity.js.map +1 -1
  83. package/redis/getInstance.d.ts +1 -0
  84. package/redis/getInstance.js.map +1 -1
  85. package/redis/instance.d.ts +42 -0
  86. package/redis/instance.js +29 -0
  87. package/redis/instance.js.map +1 -1
  88. package/spanner/database.d.ts +44 -12
  89. package/spanner/database.js +13 -0
  90. package/spanner/database.js.map +1 -1
  91. package/sql/getBackupRun.d.ts +11 -0
  92. package/sql/getBackupRun.js +1 -0
  93. package/sql/getBackupRun.js.map +1 -1
  94. package/types/input.d.ts +144 -7
  95. package/types/output.d.ts +162 -11
@@ -0,0 +1,130 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * ## Import
5
+ *
6
+ * For all import syntaxes, the "resource in question" can take any of the following forms* projects/{{project}}/locations/{{location}}/services/{{service_id}} * {{project}}/{{location}}/{{service_id}} * {{location}}/{{service_id}} * {{service_id}} Any variables not passed in the import command will be taken from the provider configuration. Dataproc metastore service 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.
7
+ *
8
+ * ```sh
9
+ * $ pulumi import gcp:dataproc/metastoreServiceIamBinding:MetastoreServiceIamBinding editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer user:jane@example.com"
10
+ * ```
11
+ *
12
+ * IAM binding imports use space-delimited identifiersthe resource in question and the role, e.g.
13
+ *
14
+ * ```sh
15
+ * $ pulumi import gcp:dataproc/metastoreServiceIamBinding:MetastoreServiceIamBinding editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer"
16
+ * ```
17
+ *
18
+ * IAM policy imports use the identifier of the resource in question, e.g.
19
+ *
20
+ * ```sh
21
+ * $ pulumi import gcp:dataproc/metastoreServiceIamBinding:MetastoreServiceIamBinding editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
22
+ * ```
23
+ *
24
+ * -> **Custom Roles**If you're importing a IAM resource with a custom role, make sure to use the
25
+ *
26
+ * full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
27
+ */
28
+ export declare class MetastoreServiceIamBinding extends pulumi.CustomResource {
29
+ /**
30
+ * Get an existing MetastoreServiceIamBinding resource's state with the given name, ID, and optional extra
31
+ * properties used to qualify the lookup.
32
+ *
33
+ * @param name The _unique_ name of the resulting resource.
34
+ * @param id The _unique_ provider ID of the resource to lookup.
35
+ * @param state Any extra arguments used during the lookup.
36
+ * @param opts Optional settings to control the behavior of the CustomResource.
37
+ */
38
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: MetastoreServiceIamBindingState, opts?: pulumi.CustomResourceOptions): MetastoreServiceIamBinding;
39
+ /**
40
+ * Returns true if the given object is an instance of MetastoreServiceIamBinding. This is designed to work even
41
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
42
+ */
43
+ static isInstance(obj: any): obj is MetastoreServiceIamBinding;
44
+ readonly condition: pulumi.Output<outputs.dataproc.MetastoreServiceIamBindingCondition | undefined>;
45
+ /**
46
+ * (Computed) The etag of the IAM policy.
47
+ */
48
+ readonly etag: pulumi.Output<string>;
49
+ /**
50
+ * The location where the autoscaling policy should reside.
51
+ * The default value is `global`.
52
+ * Used to find the parent resource to bind the IAM policy to
53
+ */
54
+ readonly location: pulumi.Output<string>;
55
+ readonly members: pulumi.Output<string[]>;
56
+ /**
57
+ * The ID of the project in which the resource belongs.
58
+ * If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
59
+ */
60
+ readonly project: pulumi.Output<string>;
61
+ /**
62
+ * The role that should be applied. Only one
63
+ * `gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
64
+ * `[projects|organizations]/{parent-name}/roles/{role-name}`.
65
+ */
66
+ readonly role: pulumi.Output<string>;
67
+ readonly serviceId: pulumi.Output<string>;
68
+ /**
69
+ * Create a MetastoreServiceIamBinding resource with the given unique name, arguments, and options.
70
+ *
71
+ * @param name The _unique_ name of the resource.
72
+ * @param args The arguments to use to populate this resource's properties.
73
+ * @param opts A bag of options that control this resource's behavior.
74
+ */
75
+ constructor(name: string, args: MetastoreServiceIamBindingArgs, opts?: pulumi.CustomResourceOptions);
76
+ }
77
+ /**
78
+ * Input properties used for looking up and filtering MetastoreServiceIamBinding resources.
79
+ */
80
+ export interface MetastoreServiceIamBindingState {
81
+ condition?: pulumi.Input<inputs.dataproc.MetastoreServiceIamBindingCondition>;
82
+ /**
83
+ * (Computed) The etag of the IAM policy.
84
+ */
85
+ etag?: pulumi.Input<string>;
86
+ /**
87
+ * The location where the autoscaling policy should reside.
88
+ * The default value is `global`.
89
+ * Used to find the parent resource to bind the IAM policy to
90
+ */
91
+ location?: pulumi.Input<string>;
92
+ members?: pulumi.Input<pulumi.Input<string>[]>;
93
+ /**
94
+ * The ID of the project in which the resource belongs.
95
+ * If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
96
+ */
97
+ project?: pulumi.Input<string>;
98
+ /**
99
+ * The role that should be applied. Only one
100
+ * `gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
101
+ * `[projects|organizations]/{parent-name}/roles/{role-name}`.
102
+ */
103
+ role?: pulumi.Input<string>;
104
+ serviceId?: pulumi.Input<string>;
105
+ }
106
+ /**
107
+ * The set of arguments for constructing a MetastoreServiceIamBinding resource.
108
+ */
109
+ export interface MetastoreServiceIamBindingArgs {
110
+ condition?: pulumi.Input<inputs.dataproc.MetastoreServiceIamBindingCondition>;
111
+ /**
112
+ * The location where the autoscaling policy should reside.
113
+ * The default value is `global`.
114
+ * Used to find the parent resource to bind the IAM policy to
115
+ */
116
+ location?: pulumi.Input<string>;
117
+ members: pulumi.Input<pulumi.Input<string>[]>;
118
+ /**
119
+ * The ID of the project in which the resource belongs.
120
+ * If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
121
+ */
122
+ project?: pulumi.Input<string>;
123
+ /**
124
+ * The role that should be applied. Only one
125
+ * `gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
126
+ * `[projects|organizations]/{parent-name}/roles/{role-name}`.
127
+ */
128
+ role: pulumi.Input<string>;
129
+ serviceId: pulumi.Input<string>;
130
+ }
@@ -0,0 +1,95 @@
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.MetastoreServiceIamBinding = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * ## Import
10
+ *
11
+ * For all import syntaxes, the "resource in question" can take any of the following forms* projects/{{project}}/locations/{{location}}/services/{{service_id}} * {{project}}/{{location}}/{{service_id}} * {{location}}/{{service_id}} * {{service_id}} Any variables not passed in the import command will be taken from the provider configuration. Dataproc metastore service 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.
12
+ *
13
+ * ```sh
14
+ * $ pulumi import gcp:dataproc/metastoreServiceIamBinding:MetastoreServiceIamBinding editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer user:jane@example.com"
15
+ * ```
16
+ *
17
+ * IAM binding imports use space-delimited identifiersthe resource in question and the role, e.g.
18
+ *
19
+ * ```sh
20
+ * $ pulumi import gcp:dataproc/metastoreServiceIamBinding:MetastoreServiceIamBinding editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer"
21
+ * ```
22
+ *
23
+ * IAM policy imports use the identifier of the resource in question, e.g.
24
+ *
25
+ * ```sh
26
+ * $ pulumi import gcp:dataproc/metastoreServiceIamBinding:MetastoreServiceIamBinding editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
27
+ * ```
28
+ *
29
+ * -> **Custom Roles**If you're importing a IAM resource with a custom role, make sure to use the
30
+ *
31
+ * full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
32
+ */
33
+ class MetastoreServiceIamBinding extends pulumi.CustomResource {
34
+ constructor(name, argsOrState, opts) {
35
+ let resourceInputs = {};
36
+ opts = opts || {};
37
+ if (opts.id) {
38
+ const state = argsOrState;
39
+ resourceInputs["condition"] = state ? state.condition : undefined;
40
+ resourceInputs["etag"] = state ? state.etag : undefined;
41
+ resourceInputs["location"] = state ? state.location : undefined;
42
+ resourceInputs["members"] = state ? state.members : undefined;
43
+ resourceInputs["project"] = state ? state.project : undefined;
44
+ resourceInputs["role"] = state ? state.role : undefined;
45
+ resourceInputs["serviceId"] = state ? state.serviceId : undefined;
46
+ }
47
+ else {
48
+ const args = argsOrState;
49
+ if ((!args || args.members === undefined) && !opts.urn) {
50
+ throw new Error("Missing required property 'members'");
51
+ }
52
+ if ((!args || args.role === undefined) && !opts.urn) {
53
+ throw new Error("Missing required property 'role'");
54
+ }
55
+ if ((!args || args.serviceId === undefined) && !opts.urn) {
56
+ throw new Error("Missing required property 'serviceId'");
57
+ }
58
+ resourceInputs["condition"] = args ? args.condition : undefined;
59
+ resourceInputs["location"] = args ? args.location : undefined;
60
+ resourceInputs["members"] = args ? args.members : undefined;
61
+ resourceInputs["project"] = args ? args.project : undefined;
62
+ resourceInputs["role"] = args ? args.role : undefined;
63
+ resourceInputs["serviceId"] = args ? args.serviceId : undefined;
64
+ resourceInputs["etag"] = undefined /*out*/;
65
+ }
66
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
67
+ super(MetastoreServiceIamBinding.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ /**
70
+ * Get an existing MetastoreServiceIamBinding resource's state with the given name, ID, and optional extra
71
+ * properties used to qualify the lookup.
72
+ *
73
+ * @param name The _unique_ name of the resulting resource.
74
+ * @param id The _unique_ provider ID of the resource to lookup.
75
+ * @param state Any extra arguments used during the lookup.
76
+ * @param opts Optional settings to control the behavior of the CustomResource.
77
+ */
78
+ static get(name, id, state, opts) {
79
+ return new MetastoreServiceIamBinding(name, state, Object.assign(Object.assign({}, opts), { id: id }));
80
+ }
81
+ /**
82
+ * Returns true if the given object is an instance of MetastoreServiceIamBinding. This is designed to work even
83
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
84
+ */
85
+ static isInstance(obj) {
86
+ if (obj === undefined || obj === null) {
87
+ return false;
88
+ }
89
+ return obj['__pulumiType'] === MetastoreServiceIamBinding.__pulumiType;
90
+ }
91
+ }
92
+ exports.MetastoreServiceIamBinding = MetastoreServiceIamBinding;
93
+ /** @internal */
94
+ MetastoreServiceIamBinding.__pulumiType = 'gcp:dataproc/metastoreServiceIamBinding:MetastoreServiceIamBinding';
95
+ //# sourceMappingURL=metastoreServiceIamBinding.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metastoreServiceIamBinding.js","sourceRoot":"","sources":["../../dataproc/metastoreServiceIamBinding.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,130 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * ## Import
5
+ *
6
+ * For all import syntaxes, the "resource in question" can take any of the following forms* projects/{{project}}/locations/{{location}}/services/{{service_id}} * {{project}}/{{location}}/{{service_id}} * {{location}}/{{service_id}} * {{service_id}} Any variables not passed in the import command will be taken from the provider configuration. Dataproc metastore service 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.
7
+ *
8
+ * ```sh
9
+ * $ pulumi import gcp:dataproc/metastoreServiceIamMember:MetastoreServiceIamMember editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer user:jane@example.com"
10
+ * ```
11
+ *
12
+ * IAM binding imports use space-delimited identifiersthe resource in question and the role, e.g.
13
+ *
14
+ * ```sh
15
+ * $ pulumi import gcp:dataproc/metastoreServiceIamMember:MetastoreServiceIamMember editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer"
16
+ * ```
17
+ *
18
+ * IAM policy imports use the identifier of the resource in question, e.g.
19
+ *
20
+ * ```sh
21
+ * $ pulumi import gcp:dataproc/metastoreServiceIamMember:MetastoreServiceIamMember editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
22
+ * ```
23
+ *
24
+ * -> **Custom Roles**If you're importing a IAM resource with a custom role, make sure to use the
25
+ *
26
+ * full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
27
+ */
28
+ export declare class MetastoreServiceIamMember extends pulumi.CustomResource {
29
+ /**
30
+ * Get an existing MetastoreServiceIamMember resource's state with the given name, ID, and optional extra
31
+ * properties used to qualify the lookup.
32
+ *
33
+ * @param name The _unique_ name of the resulting resource.
34
+ * @param id The _unique_ provider ID of the resource to lookup.
35
+ * @param state Any extra arguments used during the lookup.
36
+ * @param opts Optional settings to control the behavior of the CustomResource.
37
+ */
38
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: MetastoreServiceIamMemberState, opts?: pulumi.CustomResourceOptions): MetastoreServiceIamMember;
39
+ /**
40
+ * Returns true if the given object is an instance of MetastoreServiceIamMember. This is designed to work even
41
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
42
+ */
43
+ static isInstance(obj: any): obj is MetastoreServiceIamMember;
44
+ readonly condition: pulumi.Output<outputs.dataproc.MetastoreServiceIamMemberCondition | undefined>;
45
+ /**
46
+ * (Computed) The etag of the IAM policy.
47
+ */
48
+ readonly etag: pulumi.Output<string>;
49
+ /**
50
+ * The location where the autoscaling policy should reside.
51
+ * The default value is `global`.
52
+ * Used to find the parent resource to bind the IAM policy to
53
+ */
54
+ readonly location: pulumi.Output<string>;
55
+ readonly member: pulumi.Output<string>;
56
+ /**
57
+ * The ID of the project in which the resource belongs.
58
+ * If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
59
+ */
60
+ readonly project: pulumi.Output<string>;
61
+ /**
62
+ * The role that should be applied. Only one
63
+ * `gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
64
+ * `[projects|organizations]/{parent-name}/roles/{role-name}`.
65
+ */
66
+ readonly role: pulumi.Output<string>;
67
+ readonly serviceId: pulumi.Output<string>;
68
+ /**
69
+ * Create a MetastoreServiceIamMember resource with the given unique name, arguments, and options.
70
+ *
71
+ * @param name The _unique_ name of the resource.
72
+ * @param args The arguments to use to populate this resource's properties.
73
+ * @param opts A bag of options that control this resource's behavior.
74
+ */
75
+ constructor(name: string, args: MetastoreServiceIamMemberArgs, opts?: pulumi.CustomResourceOptions);
76
+ }
77
+ /**
78
+ * Input properties used for looking up and filtering MetastoreServiceIamMember resources.
79
+ */
80
+ export interface MetastoreServiceIamMemberState {
81
+ condition?: pulumi.Input<inputs.dataproc.MetastoreServiceIamMemberCondition>;
82
+ /**
83
+ * (Computed) The etag of the IAM policy.
84
+ */
85
+ etag?: pulumi.Input<string>;
86
+ /**
87
+ * The location where the autoscaling policy should reside.
88
+ * The default value is `global`.
89
+ * Used to find the parent resource to bind the IAM policy to
90
+ */
91
+ location?: pulumi.Input<string>;
92
+ member?: pulumi.Input<string>;
93
+ /**
94
+ * The ID of the project in which the resource belongs.
95
+ * If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
96
+ */
97
+ project?: pulumi.Input<string>;
98
+ /**
99
+ * The role that should be applied. Only one
100
+ * `gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
101
+ * `[projects|organizations]/{parent-name}/roles/{role-name}`.
102
+ */
103
+ role?: pulumi.Input<string>;
104
+ serviceId?: pulumi.Input<string>;
105
+ }
106
+ /**
107
+ * The set of arguments for constructing a MetastoreServiceIamMember resource.
108
+ */
109
+ export interface MetastoreServiceIamMemberArgs {
110
+ condition?: pulumi.Input<inputs.dataproc.MetastoreServiceIamMemberCondition>;
111
+ /**
112
+ * The location where the autoscaling policy should reside.
113
+ * The default value is `global`.
114
+ * Used to find the parent resource to bind the IAM policy to
115
+ */
116
+ location?: pulumi.Input<string>;
117
+ member: pulumi.Input<string>;
118
+ /**
119
+ * The ID of the project in which the resource belongs.
120
+ * If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
121
+ */
122
+ project?: pulumi.Input<string>;
123
+ /**
124
+ * The role that should be applied. Only one
125
+ * `gcp.dataproc.MetastoreServiceIamBinding` can be used per role. Note that custom roles must be of the format
126
+ * `[projects|organizations]/{parent-name}/roles/{role-name}`.
127
+ */
128
+ role: pulumi.Input<string>;
129
+ serviceId: pulumi.Input<string>;
130
+ }
@@ -0,0 +1,95 @@
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.MetastoreServiceIamMember = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * ## Import
10
+ *
11
+ * For all import syntaxes, the "resource in question" can take any of the following forms* projects/{{project}}/locations/{{location}}/services/{{service_id}} * {{project}}/{{location}}/{{service_id}} * {{location}}/{{service_id}} * {{service_id}} Any variables not passed in the import command will be taken from the provider configuration. Dataproc metastore service 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.
12
+ *
13
+ * ```sh
14
+ * $ pulumi import gcp:dataproc/metastoreServiceIamMember:MetastoreServiceIamMember editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer user:jane@example.com"
15
+ * ```
16
+ *
17
+ * IAM binding imports use space-delimited identifiersthe resource in question and the role, e.g.
18
+ *
19
+ * ```sh
20
+ * $ pulumi import gcp:dataproc/metastoreServiceIamMember:MetastoreServiceIamMember editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer"
21
+ * ```
22
+ *
23
+ * IAM policy imports use the identifier of the resource in question, e.g.
24
+ *
25
+ * ```sh
26
+ * $ pulumi import gcp:dataproc/metastoreServiceIamMember:MetastoreServiceIamMember editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
27
+ * ```
28
+ *
29
+ * -> **Custom Roles**If you're importing a IAM resource with a custom role, make sure to use the
30
+ *
31
+ * full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
32
+ */
33
+ class MetastoreServiceIamMember extends pulumi.CustomResource {
34
+ constructor(name, argsOrState, opts) {
35
+ let resourceInputs = {};
36
+ opts = opts || {};
37
+ if (opts.id) {
38
+ const state = argsOrState;
39
+ resourceInputs["condition"] = state ? state.condition : undefined;
40
+ resourceInputs["etag"] = state ? state.etag : undefined;
41
+ resourceInputs["location"] = state ? state.location : undefined;
42
+ resourceInputs["member"] = state ? state.member : undefined;
43
+ resourceInputs["project"] = state ? state.project : undefined;
44
+ resourceInputs["role"] = state ? state.role : undefined;
45
+ resourceInputs["serviceId"] = state ? state.serviceId : undefined;
46
+ }
47
+ else {
48
+ const args = argsOrState;
49
+ if ((!args || args.member === undefined) && !opts.urn) {
50
+ throw new Error("Missing required property 'member'");
51
+ }
52
+ if ((!args || args.role === undefined) && !opts.urn) {
53
+ throw new Error("Missing required property 'role'");
54
+ }
55
+ if ((!args || args.serviceId === undefined) && !opts.urn) {
56
+ throw new Error("Missing required property 'serviceId'");
57
+ }
58
+ resourceInputs["condition"] = args ? args.condition : undefined;
59
+ resourceInputs["location"] = args ? args.location : undefined;
60
+ resourceInputs["member"] = args ? args.member : undefined;
61
+ resourceInputs["project"] = args ? args.project : undefined;
62
+ resourceInputs["role"] = args ? args.role : undefined;
63
+ resourceInputs["serviceId"] = args ? args.serviceId : undefined;
64
+ resourceInputs["etag"] = undefined /*out*/;
65
+ }
66
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
67
+ super(MetastoreServiceIamMember.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ /**
70
+ * Get an existing MetastoreServiceIamMember resource's state with the given name, ID, and optional extra
71
+ * properties used to qualify the lookup.
72
+ *
73
+ * @param name The _unique_ name of the resulting resource.
74
+ * @param id The _unique_ provider ID of the resource to lookup.
75
+ * @param state Any extra arguments used during the lookup.
76
+ * @param opts Optional settings to control the behavior of the CustomResource.
77
+ */
78
+ static get(name, id, state, opts) {
79
+ return new MetastoreServiceIamMember(name, state, Object.assign(Object.assign({}, opts), { id: id }));
80
+ }
81
+ /**
82
+ * Returns true if the given object is an instance of MetastoreServiceIamMember. This is designed to work even
83
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
84
+ */
85
+ static isInstance(obj) {
86
+ if (obj === undefined || obj === null) {
87
+ return false;
88
+ }
89
+ return obj['__pulumiType'] === MetastoreServiceIamMember.__pulumiType;
90
+ }
91
+ }
92
+ exports.MetastoreServiceIamMember = MetastoreServiceIamMember;
93
+ /** @internal */
94
+ MetastoreServiceIamMember.__pulumiType = 'gcp:dataproc/metastoreServiceIamMember:MetastoreServiceIamMember';
95
+ //# sourceMappingURL=metastoreServiceIamMember.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metastoreServiceIamMember.js","sourceRoot":"","sources":["../../dataproc/metastoreServiceIamMember.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,120 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * ## Import
4
+ *
5
+ * For all import syntaxes, the "resource in question" can take any of the following forms* projects/{{project}}/locations/{{location}}/services/{{service_id}} * {{project}}/{{location}}/{{service_id}} * {{location}}/{{service_id}} * {{service_id}} Any variables not passed in the import command will be taken from the provider configuration. Dataproc metastore service 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.
6
+ *
7
+ * ```sh
8
+ * $ pulumi import gcp:dataproc/metastoreServiceIamPolicy:MetastoreServiceIamPolicy editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer user:jane@example.com"
9
+ * ```
10
+ *
11
+ * IAM binding imports use space-delimited identifiersthe resource in question and the role, e.g.
12
+ *
13
+ * ```sh
14
+ * $ pulumi import gcp:dataproc/metastoreServiceIamPolicy:MetastoreServiceIamPolicy editor "projects/{{project}}/locations/{{location}}/services/{{service_id}} roles/viewer"
15
+ * ```
16
+ *
17
+ * IAM policy imports use the identifier of the resource in question, e.g.
18
+ *
19
+ * ```sh
20
+ * $ pulumi import gcp:dataproc/metastoreServiceIamPolicy:MetastoreServiceIamPolicy editor projects/{{project}}/locations/{{location}}/services/{{service_id}}
21
+ * ```
22
+ *
23
+ * -> **Custom Roles**If you're importing a IAM resource with a custom role, make sure to use the
24
+ *
25
+ * full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
26
+ */
27
+ export declare class MetastoreServiceIamPolicy extends pulumi.CustomResource {
28
+ /**
29
+ * Get an existing MetastoreServiceIamPolicy resource's state with the given name, ID, and optional extra
30
+ * properties used to qualify the lookup.
31
+ *
32
+ * @param name The _unique_ name of the resulting resource.
33
+ * @param id The _unique_ provider ID of the resource to lookup.
34
+ * @param state Any extra arguments used during the lookup.
35
+ * @param opts Optional settings to control the behavior of the CustomResource.
36
+ */
37
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: MetastoreServiceIamPolicyState, opts?: pulumi.CustomResourceOptions): MetastoreServiceIamPolicy;
38
+ /**
39
+ * Returns true if the given object is an instance of MetastoreServiceIamPolicy. This is designed to work even
40
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
41
+ */
42
+ static isInstance(obj: any): obj is MetastoreServiceIamPolicy;
43
+ /**
44
+ * (Computed) The etag of the IAM policy.
45
+ */
46
+ readonly etag: pulumi.Output<string>;
47
+ /**
48
+ * The location where the autoscaling policy should reside.
49
+ * The default value is `global`.
50
+ * Used to find the parent resource to bind the IAM policy to
51
+ */
52
+ readonly location: pulumi.Output<string>;
53
+ /**
54
+ * The policy data generated by
55
+ * a `gcp.organizations.getIAMPolicy` data source.
56
+ */
57
+ readonly policyData: pulumi.Output<string>;
58
+ /**
59
+ * The ID of the project in which the resource belongs.
60
+ * If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
61
+ */
62
+ readonly project: pulumi.Output<string>;
63
+ readonly serviceId: pulumi.Output<string>;
64
+ /**
65
+ * Create a MetastoreServiceIamPolicy resource with the given unique name, arguments, and options.
66
+ *
67
+ * @param name The _unique_ name of the resource.
68
+ * @param args The arguments to use to populate this resource's properties.
69
+ * @param opts A bag of options that control this resource's behavior.
70
+ */
71
+ constructor(name: string, args: MetastoreServiceIamPolicyArgs, opts?: pulumi.CustomResourceOptions);
72
+ }
73
+ /**
74
+ * Input properties used for looking up and filtering MetastoreServiceIamPolicy resources.
75
+ */
76
+ export interface MetastoreServiceIamPolicyState {
77
+ /**
78
+ * (Computed) The etag of the IAM policy.
79
+ */
80
+ etag?: pulumi.Input<string>;
81
+ /**
82
+ * The location where the autoscaling policy should reside.
83
+ * The default value is `global`.
84
+ * Used to find the parent resource to bind the IAM policy to
85
+ */
86
+ location?: pulumi.Input<string>;
87
+ /**
88
+ * The policy data generated by
89
+ * a `gcp.organizations.getIAMPolicy` data source.
90
+ */
91
+ policyData?: pulumi.Input<string>;
92
+ /**
93
+ * The ID of the project in which the resource belongs.
94
+ * If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
95
+ */
96
+ project?: pulumi.Input<string>;
97
+ serviceId?: pulumi.Input<string>;
98
+ }
99
+ /**
100
+ * The set of arguments for constructing a MetastoreServiceIamPolicy resource.
101
+ */
102
+ export interface MetastoreServiceIamPolicyArgs {
103
+ /**
104
+ * The location where the autoscaling policy should reside.
105
+ * The default value is `global`.
106
+ * Used to find the parent resource to bind the IAM policy to
107
+ */
108
+ location?: pulumi.Input<string>;
109
+ /**
110
+ * The policy data generated by
111
+ * a `gcp.organizations.getIAMPolicy` data source.
112
+ */
113
+ policyData: pulumi.Input<string>;
114
+ /**
115
+ * The ID of the project in which the resource belongs.
116
+ * If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
117
+ */
118
+ project?: pulumi.Input<string>;
119
+ serviceId: pulumi.Input<string>;
120
+ }