@pulumi/gcp 8.3.1 → 8.4.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 (73) hide show
  1. package/apigee/natAddress.d.ts +76 -1
  2. package/apigee/natAddress.js +66 -1
  3. package/apigee/natAddress.js.map +1 -1
  4. package/bigquery/table.d.ts +12 -0
  5. package/bigquery/table.js +2 -0
  6. package/bigquery/table.js.map +1 -1
  7. package/cloudrun/service.d.ts +39 -0
  8. package/cloudrun/service.js +39 -0
  9. package/cloudrun/service.js.map +1 -1
  10. package/cloudrunv2/service.d.ts +33 -0
  11. package/cloudrunv2/service.js +33 -0
  12. package/cloudrunv2/service.js.map +1 -1
  13. package/compute/getRegionInstanceGroupManager.d.ts +135 -0
  14. package/compute/getRegionInstanceGroupManager.js +82 -0
  15. package/compute/getRegionInstanceGroupManager.js.map +1 -0
  16. package/compute/getRouterNat.d.ts +1 -0
  17. package/compute/getRouterNat.js.map +1 -1
  18. package/compute/index.d.ts +9 -0
  19. package/compute/index.js +17 -4
  20. package/compute/index.js.map +1 -1
  21. package/compute/instance.d.ts +3 -3
  22. package/compute/instanceFromMachineImage.d.ts +3 -3
  23. package/compute/instanceFromTemplate.d.ts +3 -3
  24. package/compute/interconnect.d.ts +22 -16
  25. package/compute/interconnect.js +0 -6
  26. package/compute/interconnect.js.map +1 -1
  27. package/compute/regionCommitment.d.ts +12 -0
  28. package/compute/regionCommitment.js +2 -0
  29. package/compute/regionCommitment.js.map +1 -1
  30. package/compute/regionNetworkFirewallPolicyWithRules.d.ts +304 -0
  31. package/compute/regionNetworkFirewallPolicyWithRules.js +210 -0
  32. package/compute/regionNetworkFirewallPolicyWithRules.js.map +1 -0
  33. package/compute/routerNat.d.ts +17 -2
  34. package/compute/routerNat.js +2 -0
  35. package/compute/routerNat.js.map +1 -1
  36. package/compute/routerNatAddress.d.ts +171 -0
  37. package/compute/routerNatAddress.js +113 -0
  38. package/compute/routerNatAddress.js.map +1 -0
  39. package/compute/subnetwork.d.ts +6 -6
  40. package/logging/index.d.ts +3 -0
  41. package/logging/index.js +6 -1
  42. package/logging/index.js.map +1 -1
  43. package/logging/logScope.d.ts +163 -0
  44. package/logging/logScope.js +106 -0
  45. package/logging/logScope.js.map +1 -0
  46. package/looker/instance.d.ts +49 -0
  47. package/looker/instance.js +26 -0
  48. package/looker/instance.js.map +1 -1
  49. package/networkconnectivity/spoke.d.ts +174 -0
  50. package/networkconnectivity/spoke.js +174 -0
  51. package/networkconnectivity/spoke.js.map +1 -1
  52. package/networksecurity/securityProfile.d.ts +1 -1
  53. package/networksecurity/securityProfile.js +1 -1
  54. package/package.json +2 -2
  55. package/privilegedaccessmanager/getEntitlement.d.ts +43 -0
  56. package/privilegedaccessmanager/getEntitlement.js +28 -0
  57. package/privilegedaccessmanager/getEntitlement.js.map +1 -0
  58. package/privilegedaccessmanager/index.d.ts +3 -0
  59. package/privilegedaccessmanager/index.js +4 -1
  60. package/privilegedaccessmanager/index.js.map +1 -1
  61. package/secretmanager/getRegionalSecretVersion.d.ts +2 -2
  62. package/secretmanager/getRegionalSecretVersion.js +2 -2
  63. package/secretmanager/getRegionalSecretVersionAccess.d.ts +105 -0
  64. package/secretmanager/getRegionalSecretVersionAccess.js +58 -0
  65. package/secretmanager/getRegionalSecretVersionAccess.js.map +1 -0
  66. package/secretmanager/getRegionalSecrets.d.ts +88 -0
  67. package/secretmanager/getRegionalSecrets.js +54 -0
  68. package/secretmanager/getRegionalSecrets.js.map +1 -0
  69. package/secretmanager/index.d.ts +6 -0
  70. package/secretmanager/index.js +7 -1
  71. package/secretmanager/index.js.map +1 -1
  72. package/types/input.d.ts +578 -3
  73. package/types/output.d.ts +1055 -5
@@ -0,0 +1,171 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * A resource used to set the list of IP addresses to be used in a NAT service and manage the draining of destroyed IPs.
4
+ *
5
+ * > **Note:** This resource is to be used alongside a `gcp.compute.RouterNat` resource,
6
+ * the router nat resource must have no defined `natIps` or `drainNatIps` parameters,
7
+ * instead using the `initialNatIps` parameter to set at least one IP for the creation of the resource.
8
+ *
9
+ * To get more information about RouterNatAddress, see:
10
+ *
11
+ * * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/routers)
12
+ * * How-to Guides
13
+ * * [Google Cloud Router](https://cloud.google.com/router/docs/)
14
+ *
15
+ * ## Example Usage
16
+ *
17
+ * ## Import
18
+ *
19
+ * RouterNatAddress can be imported using any of these accepted formats:
20
+ *
21
+ * * `projects/{{project}}/regions/{{region}}/routers/{{router}}/{{router_nat}}`
22
+ *
23
+ * * `{{project}}/{{region}}/{{router}}/{{router_nat}}`
24
+ *
25
+ * * `{{region}}/{{router}}/{{router_nat}}`
26
+ *
27
+ * * `{{router}}/{{router_nat}}`
28
+ *
29
+ * When using the `pulumi import` command, RouterNatAddress can be imported using one of the formats above. For example:
30
+ *
31
+ * ```sh
32
+ * $ pulumi import gcp:compute/routerNatAddress:RouterNatAddress default projects/{{project}}/regions/{{region}}/routers/{{router}}/{{router_nat}}
33
+ * ```
34
+ *
35
+ * ```sh
36
+ * $ pulumi import gcp:compute/routerNatAddress:RouterNatAddress default {{project}}/{{region}}/{{router}}/{{router_nat}}
37
+ * ```
38
+ *
39
+ * ```sh
40
+ * $ pulumi import gcp:compute/routerNatAddress:RouterNatAddress default {{region}}/{{router}}/{{router_nat}}
41
+ * ```
42
+ *
43
+ * ```sh
44
+ * $ pulumi import gcp:compute/routerNatAddress:RouterNatAddress default {{router}}/{{router_nat}}
45
+ * ```
46
+ */
47
+ export declare class RouterNatAddress extends pulumi.CustomResource {
48
+ /**
49
+ * Get an existing RouterNatAddress resource's state with the given name, ID, and optional extra
50
+ * properties used to qualify the lookup.
51
+ *
52
+ * @param name The _unique_ name of the resulting resource.
53
+ * @param id The _unique_ provider ID of the resource to lookup.
54
+ * @param state Any extra arguments used during the lookup.
55
+ * @param opts Optional settings to control the behavior of the CustomResource.
56
+ */
57
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: RouterNatAddressState, opts?: pulumi.CustomResourceOptions): RouterNatAddress;
58
+ /**
59
+ * Returns true if the given object is an instance of RouterNatAddress. This is designed to work even
60
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
61
+ */
62
+ static isInstance(obj: any): obj is RouterNatAddress;
63
+ /**
64
+ * A list of URLs of the IP resources to be drained. These IPs must be
65
+ * valid static external IPs that have been assigned to the NAT.
66
+ */
67
+ readonly drainNatIps: pulumi.Output<string[] | undefined>;
68
+ /**
69
+ * Self-links of NAT IPs to be used in a Nat service. Only valid if the referenced RouterNat
70
+ * natIpAllocateOption is set to MANUAL_ONLY.
71
+ */
72
+ readonly natIps: pulumi.Output<string[]>;
73
+ /**
74
+ * The ID of the project in which the resource belongs.
75
+ * If it is not provided, the provider project is used.
76
+ */
77
+ readonly project: pulumi.Output<string>;
78
+ /**
79
+ * Region where the NAT service reside.
80
+ */
81
+ readonly region: pulumi.Output<string>;
82
+ /**
83
+ * The name of the Cloud Router in which the referenced NAT service is configured.
84
+ */
85
+ readonly router: pulumi.Output<string>;
86
+ /**
87
+ * The name of the Nat service in which this address will be configured.
88
+ *
89
+ *
90
+ * - - -
91
+ */
92
+ readonly routerNat: pulumi.Output<string>;
93
+ /**
94
+ * Create a RouterNatAddress resource with the given unique name, arguments, and options.
95
+ *
96
+ * @param name The _unique_ name of the resource.
97
+ * @param args The arguments to use to populate this resource's properties.
98
+ * @param opts A bag of options that control this resource's behavior.
99
+ */
100
+ constructor(name: string, args: RouterNatAddressArgs, opts?: pulumi.CustomResourceOptions);
101
+ }
102
+ /**
103
+ * Input properties used for looking up and filtering RouterNatAddress resources.
104
+ */
105
+ export interface RouterNatAddressState {
106
+ /**
107
+ * A list of URLs of the IP resources to be drained. These IPs must be
108
+ * valid static external IPs that have been assigned to the NAT.
109
+ */
110
+ drainNatIps?: pulumi.Input<pulumi.Input<string>[]>;
111
+ /**
112
+ * Self-links of NAT IPs to be used in a Nat service. Only valid if the referenced RouterNat
113
+ * natIpAllocateOption is set to MANUAL_ONLY.
114
+ */
115
+ natIps?: pulumi.Input<pulumi.Input<string>[]>;
116
+ /**
117
+ * The ID of the project in which the resource belongs.
118
+ * If it is not provided, the provider project is used.
119
+ */
120
+ project?: pulumi.Input<string>;
121
+ /**
122
+ * Region where the NAT service reside.
123
+ */
124
+ region?: pulumi.Input<string>;
125
+ /**
126
+ * The name of the Cloud Router in which the referenced NAT service is configured.
127
+ */
128
+ router?: pulumi.Input<string>;
129
+ /**
130
+ * The name of the Nat service in which this address will be configured.
131
+ *
132
+ *
133
+ * - - -
134
+ */
135
+ routerNat?: pulumi.Input<string>;
136
+ }
137
+ /**
138
+ * The set of arguments for constructing a RouterNatAddress resource.
139
+ */
140
+ export interface RouterNatAddressArgs {
141
+ /**
142
+ * A list of URLs of the IP resources to be drained. These IPs must be
143
+ * valid static external IPs that have been assigned to the NAT.
144
+ */
145
+ drainNatIps?: pulumi.Input<pulumi.Input<string>[]>;
146
+ /**
147
+ * Self-links of NAT IPs to be used in a Nat service. Only valid if the referenced RouterNat
148
+ * natIpAllocateOption is set to MANUAL_ONLY.
149
+ */
150
+ natIps: pulumi.Input<pulumi.Input<string>[]>;
151
+ /**
152
+ * The ID of the project in which the resource belongs.
153
+ * If it is not provided, the provider project is used.
154
+ */
155
+ project?: pulumi.Input<string>;
156
+ /**
157
+ * Region where the NAT service reside.
158
+ */
159
+ region?: pulumi.Input<string>;
160
+ /**
161
+ * The name of the Cloud Router in which the referenced NAT service is configured.
162
+ */
163
+ router: pulumi.Input<string>;
164
+ /**
165
+ * The name of the Nat service in which this address will be configured.
166
+ *
167
+ *
168
+ * - - -
169
+ */
170
+ routerNat: pulumi.Input<string>;
171
+ }
@@ -0,0 +1,113 @@
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.RouterNatAddress = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * A resource used to set the list of IP addresses to be used in a NAT service and manage the draining of destroyed IPs.
10
+ *
11
+ * > **Note:** This resource is to be used alongside a `gcp.compute.RouterNat` resource,
12
+ * the router nat resource must have no defined `natIps` or `drainNatIps` parameters,
13
+ * instead using the `initialNatIps` parameter to set at least one IP for the creation of the resource.
14
+ *
15
+ * To get more information about RouterNatAddress, see:
16
+ *
17
+ * * [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/routers)
18
+ * * How-to Guides
19
+ * * [Google Cloud Router](https://cloud.google.com/router/docs/)
20
+ *
21
+ * ## Example Usage
22
+ *
23
+ * ## Import
24
+ *
25
+ * RouterNatAddress can be imported using any of these accepted formats:
26
+ *
27
+ * * `projects/{{project}}/regions/{{region}}/routers/{{router}}/{{router_nat}}`
28
+ *
29
+ * * `{{project}}/{{region}}/{{router}}/{{router_nat}}`
30
+ *
31
+ * * `{{region}}/{{router}}/{{router_nat}}`
32
+ *
33
+ * * `{{router}}/{{router_nat}}`
34
+ *
35
+ * When using the `pulumi import` command, RouterNatAddress can be imported using one of the formats above. For example:
36
+ *
37
+ * ```sh
38
+ * $ pulumi import gcp:compute/routerNatAddress:RouterNatAddress default projects/{{project}}/regions/{{region}}/routers/{{router}}/{{router_nat}}
39
+ * ```
40
+ *
41
+ * ```sh
42
+ * $ pulumi import gcp:compute/routerNatAddress:RouterNatAddress default {{project}}/{{region}}/{{router}}/{{router_nat}}
43
+ * ```
44
+ *
45
+ * ```sh
46
+ * $ pulumi import gcp:compute/routerNatAddress:RouterNatAddress default {{region}}/{{router}}/{{router_nat}}
47
+ * ```
48
+ *
49
+ * ```sh
50
+ * $ pulumi import gcp:compute/routerNatAddress:RouterNatAddress default {{router}}/{{router_nat}}
51
+ * ```
52
+ */
53
+ class RouterNatAddress extends pulumi.CustomResource {
54
+ /**
55
+ * Get an existing RouterNatAddress resource's state with the given name, ID, and optional extra
56
+ * properties used to qualify the lookup.
57
+ *
58
+ * @param name The _unique_ name of the resulting resource.
59
+ * @param id The _unique_ provider ID of the resource to lookup.
60
+ * @param state Any extra arguments used during the lookup.
61
+ * @param opts Optional settings to control the behavior of the CustomResource.
62
+ */
63
+ static get(name, id, state, opts) {
64
+ return new RouterNatAddress(name, state, Object.assign(Object.assign({}, opts), { id: id }));
65
+ }
66
+ /**
67
+ * Returns true if the given object is an instance of RouterNatAddress. This is designed to work even
68
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
69
+ */
70
+ static isInstance(obj) {
71
+ if (obj === undefined || obj === null) {
72
+ return false;
73
+ }
74
+ return obj['__pulumiType'] === RouterNatAddress.__pulumiType;
75
+ }
76
+ constructor(name, argsOrState, opts) {
77
+ let resourceInputs = {};
78
+ opts = opts || {};
79
+ if (opts.id) {
80
+ const state = argsOrState;
81
+ resourceInputs["drainNatIps"] = state ? state.drainNatIps : undefined;
82
+ resourceInputs["natIps"] = state ? state.natIps : undefined;
83
+ resourceInputs["project"] = state ? state.project : undefined;
84
+ resourceInputs["region"] = state ? state.region : undefined;
85
+ resourceInputs["router"] = state ? state.router : undefined;
86
+ resourceInputs["routerNat"] = state ? state.routerNat : undefined;
87
+ }
88
+ else {
89
+ const args = argsOrState;
90
+ if ((!args || args.natIps === undefined) && !opts.urn) {
91
+ throw new Error("Missing required property 'natIps'");
92
+ }
93
+ if ((!args || args.router === undefined) && !opts.urn) {
94
+ throw new Error("Missing required property 'router'");
95
+ }
96
+ if ((!args || args.routerNat === undefined) && !opts.urn) {
97
+ throw new Error("Missing required property 'routerNat'");
98
+ }
99
+ resourceInputs["drainNatIps"] = args ? args.drainNatIps : undefined;
100
+ resourceInputs["natIps"] = args ? args.natIps : undefined;
101
+ resourceInputs["project"] = args ? args.project : undefined;
102
+ resourceInputs["region"] = args ? args.region : undefined;
103
+ resourceInputs["router"] = args ? args.router : undefined;
104
+ resourceInputs["routerNat"] = args ? args.routerNat : undefined;
105
+ }
106
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
107
+ super(RouterNatAddress.__pulumiType, name, resourceInputs, opts);
108
+ }
109
+ }
110
+ exports.RouterNatAddress = RouterNatAddress;
111
+ /** @internal */
112
+ RouterNatAddress.__pulumiType = 'gcp:compute/routerNatAddress:RouterNatAddress';
113
+ //# sourceMappingURL=routerNatAddress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"routerNatAddress.js","sourceRoot":"","sources":["../../compute/routerNatAddress.ts"],"names":[],"mappings":"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"}
@@ -376,13 +376,13 @@ export declare class Subnetwork extends pulumi.CustomResource {
376
376
  */
377
377
  readonly project: pulumi.Output<string>;
378
378
  /**
379
- * The purpose of the resource. This field can be either `PRIVATE_RFC_1918`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
379
+ * The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
380
380
  * A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
381
381
  * A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
382
382
  * A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
383
383
  * A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
384
384
  * Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
385
- * If unspecified, the purpose defaults to `PRIVATE_RFC_1918`.
385
+ * If unspecified, the purpose defaults to `PRIVATE`.
386
386
  */
387
387
  readonly purpose: pulumi.Output<string>;
388
388
  /**
@@ -539,13 +539,13 @@ export interface SubnetworkState {
539
539
  */
540
540
  project?: pulumi.Input<string>;
541
541
  /**
542
- * The purpose of the resource. This field can be either `PRIVATE_RFC_1918`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
542
+ * The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
543
543
  * A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
544
544
  * A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
545
545
  * A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
546
546
  * A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
547
547
  * Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
548
- * If unspecified, the purpose defaults to `PRIVATE_RFC_1918`.
548
+ * If unspecified, the purpose defaults to `PRIVATE`.
549
549
  */
550
550
  purpose?: pulumi.Input<string>;
551
551
  /**
@@ -671,13 +671,13 @@ export interface SubnetworkArgs {
671
671
  */
672
672
  project?: pulumi.Input<string>;
673
673
  /**
674
- * The purpose of the resource. This field can be either `PRIVATE_RFC_1918`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
674
+ * The purpose of the resource. This field can be either `PRIVATE`, `REGIONAL_MANAGED_PROXY`, `GLOBAL_MANAGED_PROXY`, `PRIVATE_SERVICE_CONNECT` or `PRIVATE_NAT`.
675
675
  * A subnet with purpose set to `REGIONAL_MANAGED_PROXY` is a user-created subnetwork that is reserved for regional Envoy-based load balancers.
676
676
  * A subnetwork in a given region with purpose set to `GLOBAL_MANAGED_PROXY` is a proxy-only subnet and is shared between all the cross-regional Envoy-based load balancers.
677
677
  * A subnetwork with purpose set to `PRIVATE_SERVICE_CONNECT` reserves the subnet for hosting a Private Service Connect published service.
678
678
  * A subnetwork with purpose set to `PRIVATE_NAT` is used as source range for Private NAT gateways.
679
679
  * Note that `REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers.
680
- * If unspecified, the purpose defaults to `PRIVATE_RFC_1918`.
680
+ * If unspecified, the purpose defaults to `PRIVATE`.
681
681
  */
682
682
  purpose?: pulumi.Input<string>;
683
683
  /**
@@ -40,6 +40,9 @@ export declare const getSinkOutput: typeof import("./getSink").getSinkOutput;
40
40
  export { LinkedDatasetArgs, LinkedDatasetState } from "./linkedDataset";
41
41
  export type LinkedDataset = import("./linkedDataset").LinkedDataset;
42
42
  export declare const LinkedDataset: typeof import("./linkedDataset").LinkedDataset;
43
+ export { LogScopeArgs, LogScopeState } from "./logScope";
44
+ export type LogScope = import("./logScope").LogScope;
45
+ export declare const LogScope: typeof import("./logScope").LogScope;
43
46
  export { LogViewArgs, LogViewState } from "./logView";
44
47
  export type LogView = import("./logView").LogView;
45
48
  export declare const LogView: typeof import("./logView").LogView;
package/logging/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.ProjectSink = exports.ProjectExclusion = exports.ProjectBucketConfig = exports.OrganizationSink = exports.OrganizationSettings = exports.OrganizationExclusion = exports.OrganizationBucketConfig = exports.Metric = exports.LogViewIamPolicy = exports.LogViewIamMember = exports.LogViewIamBinding = exports.LogView = exports.LinkedDataset = exports.getSinkOutput = exports.getSink = exports.getProjectSettingsOutput = exports.getProjectSettings = exports.getProjectCmekSettingsOutput = exports.getProjectCmekSettings = exports.getOrganizationSettingsOutput = exports.getOrganizationSettings = exports.getLogViewIamPolicyOutput = exports.getLogViewIamPolicy = exports.getFolderSettingsOutput = exports.getFolderSettings = exports.FolderSink = exports.FolderSettings = exports.FolderExclusion = exports.FolderBucketConfig = exports.BillingAccountSink = exports.BillingAccountExclusion = exports.BillingAccountBucketConfig = void 0;
5
+ exports.ProjectSink = exports.ProjectExclusion = exports.ProjectBucketConfig = exports.OrganizationSink = exports.OrganizationSettings = exports.OrganizationExclusion = exports.OrganizationBucketConfig = exports.Metric = exports.LogViewIamPolicy = exports.LogViewIamMember = exports.LogViewIamBinding = exports.LogView = exports.LogScope = exports.LinkedDataset = exports.getSinkOutput = exports.getSink = exports.getProjectSettingsOutput = exports.getProjectSettings = exports.getProjectCmekSettingsOutput = exports.getProjectCmekSettings = exports.getOrganizationSettingsOutput = exports.getOrganizationSettings = exports.getLogViewIamPolicyOutput = exports.getLogViewIamPolicy = exports.getFolderSettingsOutput = exports.getFolderSettings = exports.FolderSink = exports.FolderSettings = exports.FolderExclusion = exports.FolderBucketConfig = exports.BillingAccountSink = exports.BillingAccountExclusion = exports.BillingAccountBucketConfig = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  exports.BillingAccountBucketConfig = null;
@@ -39,6 +39,8 @@ exports.getSinkOutput = null;
39
39
  utilities.lazyLoad(exports, ["getSink", "getSinkOutput"], () => require("./getSink"));
40
40
  exports.LinkedDataset = null;
41
41
  utilities.lazyLoad(exports, ["LinkedDataset"], () => require("./linkedDataset"));
42
+ exports.LogScope = null;
43
+ utilities.lazyLoad(exports, ["LogScope"], () => require("./logScope"));
42
44
  exports.LogView = null;
43
45
  utilities.lazyLoad(exports, ["LogView"], () => require("./logView"));
44
46
  exports.LogViewIamBinding = null;
@@ -83,6 +85,8 @@ const _module = {
83
85
  return new exports.FolderSink(name, undefined, { urn });
84
86
  case "gcp:logging/linkedDataset:LinkedDataset":
85
87
  return new exports.LinkedDataset(name, undefined, { urn });
88
+ case "gcp:logging/logScope:LogScope":
89
+ return new exports.LogScope(name, undefined, { urn });
86
90
  case "gcp:logging/logView:LogView":
87
91
  return new exports.LogView(name, undefined, { urn });
88
92
  case "gcp:logging/logViewIamBinding:LogViewIamBinding":
@@ -120,6 +124,7 @@ pulumi.runtime.registerResourceModule("gcp", "logging/folderExclusion", _module)
120
124
  pulumi.runtime.registerResourceModule("gcp", "logging/folderSettings", _module);
121
125
  pulumi.runtime.registerResourceModule("gcp", "logging/folderSink", _module);
122
126
  pulumi.runtime.registerResourceModule("gcp", "logging/linkedDataset", _module);
127
+ pulumi.runtime.registerResourceModule("gcp", "logging/logScope", _module);
123
128
  pulumi.runtime.registerResourceModule("gcp", "logging/logView", _module);
124
129
  pulumi.runtime.registerResourceModule("gcp", "logging/logViewIamBinding", _module);
125
130
  pulumi.runtime.registerResourceModule("gcp", "logging/logViewIamMember", _module);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../logging/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../logging/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,163 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ /**
3
+ * Describes a group of resources to read log entries from
4
+ *
5
+ * To get more information about LogScope, see:
6
+ *
7
+ * * [API documentation](https://cloud.google.com/logging/docs/reference/v2/rest/v2/projects.locations.logScopes)
8
+ * * How-to Guides
9
+ * * [Official Documentation](https://cloud.google.com/logging/docs/apis)
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ### Logging Log Scope Basic
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as gcp from "@pulumi/gcp";
18
+ *
19
+ * const loggingLogScope = new gcp.logging.LogScope("logging_log_scope", {
20
+ * parent: "projects/my-project-name",
21
+ * location: "global",
22
+ * name: "projects/my-project-name/locations/global/logScopes/my-log-scope",
23
+ * resourceNames: [
24
+ * "projects/my-project-name",
25
+ * "projects/my-project-name/locations/global/buckets/_Default/views/view1",
26
+ * "projects/my-project-name/locations/global/buckets/_Default/views/view2",
27
+ * ],
28
+ * description: "A log scope configured with Terraform",
29
+ * });
30
+ * ```
31
+ *
32
+ * ## Import
33
+ *
34
+ * LogScope can be imported using any of these accepted formats:
35
+ *
36
+ * * `{{parent}}/locations/{{location}}/logScopes/{{name}}`
37
+ *
38
+ * When using the `pulumi import` command, LogScope can be imported using one of the formats above. For example:
39
+ *
40
+ * ```sh
41
+ * $ pulumi import gcp:logging/logScope:LogScope default {{parent}}/locations/{{location}}/logScopes/{{name}}
42
+ * ```
43
+ */
44
+ export declare class LogScope extends pulumi.CustomResource {
45
+ /**
46
+ * Get an existing LogScope resource's state with the given name, ID, and optional extra
47
+ * properties used to qualify the lookup.
48
+ *
49
+ * @param name The _unique_ name of the resulting resource.
50
+ * @param id The _unique_ provider ID of the resource to lookup.
51
+ * @param state Any extra arguments used during the lookup.
52
+ * @param opts Optional settings to control the behavior of the CustomResource.
53
+ */
54
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: LogScopeState, opts?: pulumi.CustomResourceOptions): LogScope;
55
+ /**
56
+ * Returns true if the given object is an instance of LogScope. This is designed to work even
57
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
58
+ */
59
+ static isInstance(obj: any): obj is LogScope;
60
+ /**
61
+ * Output only. The creation timestamp of the log scopes.
62
+ */
63
+ readonly createTime: pulumi.Output<string>;
64
+ /**
65
+ * Describes this log scopes.
66
+ */
67
+ readonly description: pulumi.Output<string | undefined>;
68
+ /**
69
+ * The location of the resource. The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1.
70
+ */
71
+ readonly location: pulumi.Output<string>;
72
+ /**
73
+ * The resource name of the log scope. For example: \`projects/my-project/locations/global/logScopes/my-log-scope\`
74
+ */
75
+ readonly name: pulumi.Output<string>;
76
+ /**
77
+ * The parent of the resource.
78
+ */
79
+ readonly parent: pulumi.Output<string>;
80
+ /**
81
+ * Names of one or more parent resources : * \`projects/[PROJECT_ID]\` May alternatively be one or more views : * \`projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]\` A log scope can include a maximum of 50 projects and a maximum of 100 resources in total.
82
+ *
83
+ *
84
+ * - - -
85
+ */
86
+ readonly resourceNames: pulumi.Output<string[]>;
87
+ /**
88
+ * Output only. The last update timestamp of the log scopes.
89
+ */
90
+ readonly updateTime: pulumi.Output<string>;
91
+ /**
92
+ * Create a LogScope resource with the given unique name, arguments, and options.
93
+ *
94
+ * @param name The _unique_ name of the resource.
95
+ * @param args The arguments to use to populate this resource's properties.
96
+ * @param opts A bag of options that control this resource's behavior.
97
+ */
98
+ constructor(name: string, args: LogScopeArgs, opts?: pulumi.CustomResourceOptions);
99
+ }
100
+ /**
101
+ * Input properties used for looking up and filtering LogScope resources.
102
+ */
103
+ export interface LogScopeState {
104
+ /**
105
+ * Output only. The creation timestamp of the log scopes.
106
+ */
107
+ createTime?: pulumi.Input<string>;
108
+ /**
109
+ * Describes this log scopes.
110
+ */
111
+ description?: pulumi.Input<string>;
112
+ /**
113
+ * The location of the resource. The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1.
114
+ */
115
+ location?: pulumi.Input<string>;
116
+ /**
117
+ * The resource name of the log scope. For example: \`projects/my-project/locations/global/logScopes/my-log-scope\`
118
+ */
119
+ name?: pulumi.Input<string>;
120
+ /**
121
+ * The parent of the resource.
122
+ */
123
+ parent?: pulumi.Input<string>;
124
+ /**
125
+ * Names of one or more parent resources : * \`projects/[PROJECT_ID]\` May alternatively be one or more views : * \`projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]\` A log scope can include a maximum of 50 projects and a maximum of 100 resources in total.
126
+ *
127
+ *
128
+ * - - -
129
+ */
130
+ resourceNames?: pulumi.Input<pulumi.Input<string>[]>;
131
+ /**
132
+ * Output only. The last update timestamp of the log scopes.
133
+ */
134
+ updateTime?: pulumi.Input<string>;
135
+ }
136
+ /**
137
+ * The set of arguments for constructing a LogScope resource.
138
+ */
139
+ export interface LogScopeArgs {
140
+ /**
141
+ * Describes this log scopes.
142
+ */
143
+ description?: pulumi.Input<string>;
144
+ /**
145
+ * The location of the resource. The supported locations are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1.
146
+ */
147
+ location?: pulumi.Input<string>;
148
+ /**
149
+ * The resource name of the log scope. For example: \`projects/my-project/locations/global/logScopes/my-log-scope\`
150
+ */
151
+ name?: pulumi.Input<string>;
152
+ /**
153
+ * The parent of the resource.
154
+ */
155
+ parent?: pulumi.Input<string>;
156
+ /**
157
+ * Names of one or more parent resources : * \`projects/[PROJECT_ID]\` May alternatively be one or more views : * \`projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]\` A log scope can include a maximum of 50 projects and a maximum of 100 resources in total.
158
+ *
159
+ *
160
+ * - - -
161
+ */
162
+ resourceNames: pulumi.Input<pulumi.Input<string>[]>;
163
+ }