pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731021465__py3-none-any.whl

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 (114) hide show
  1. pulumi_gcp/__init__.py +0 -64
  2. pulumi_gcp/activedirectory/domain.py +0 -24
  3. pulumi_gcp/apigee/__init__.py +0 -1
  4. pulumi_gcp/apigee/_inputs.py +0 -74
  5. pulumi_gcp/apigee/outputs.py +0 -65
  6. pulumi_gcp/applicationintegration/auth_config.py +0 -24
  7. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
  8. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
  9. pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
  10. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
  11. pulumi_gcp/bigquery/data_transfer_config.py +0 -24
  12. pulumi_gcp/cloudrunv2/_inputs.py +0 -46
  13. pulumi_gcp/cloudrunv2/job.py +2 -0
  14. pulumi_gcp/cloudrunv2/outputs.py +2 -60
  15. pulumi_gcp/cloudrunv2/service.py +2 -0
  16. pulumi_gcp/compute/__init__.py +0 -1
  17. pulumi_gcp/compute/_inputs.py +255 -2162
  18. pulumi_gcp/compute/disk.py +7 -7
  19. pulumi_gcp/compute/firewall_policy_rule.py +54 -108
  20. pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
  21. pulumi_gcp/compute/health_check.py +42 -42
  22. pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
  23. pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
  24. pulumi_gcp/compute/node_template.py +0 -95
  25. pulumi_gcp/compute/outputs.py +213 -1639
  26. pulumi_gcp/compute/region_disk.py +7 -7
  27. pulumi_gcp/compute/region_health_check.py +42 -42
  28. pulumi_gcp/compute/region_instance_group_manager.py +14 -54
  29. pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
  30. pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
  31. pulumi_gcp/compute/region_security_policy.py +0 -120
  32. pulumi_gcp/compute/region_security_policy_rule.py +6 -6
  33. pulumi_gcp/compute/router_peer.py +35 -56
  34. pulumi_gcp/compute/security_scan_config.py +8 -8
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/_inputs.py +10 -345
  38. pulumi_gcp/container/cluster.py +0 -101
  39. pulumi_gcp/container/get_cluster.py +1 -23
  40. pulumi_gcp/container/outputs.py +8 -456
  41. pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
  42. pulumi_gcp/dataproc/__init__.py +0 -2
  43. pulumi_gcp/dataproc/_inputs.py +0 -101
  44. pulumi_gcp/dataproc/outputs.py +0 -94
  45. pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
  46. pulumi_gcp/firebase/android_app.py +2 -2
  47. pulumi_gcp/firebase/apple_app.py +2 -2
  48. pulumi_gcp/firebase/web_app.py +2 -2
  49. pulumi_gcp/firestore/index.py +0 -44
  50. pulumi_gcp/gkeonprem/_inputs.py +15 -15
  51. pulumi_gcp/gkeonprem/outputs.py +10 -10
  52. pulumi_gcp/healthcare/dataset.py +7 -7
  53. pulumi_gcp/healthcare/dicom_store.py +7 -7
  54. pulumi_gcp/healthcare/fhir_store.py +7 -7
  55. pulumi_gcp/healthcare/hl7_store.py +14 -14
  56. pulumi_gcp/iam/__init__.py +0 -1
  57. pulumi_gcp/iam/_inputs.py +0 -161
  58. pulumi_gcp/iam/outputs.py +0 -114
  59. pulumi_gcp/logging/metric.py +2 -2
  60. pulumi_gcp/looker/_inputs.py +0 -6
  61. pulumi_gcp/looker/instance.py +321 -169
  62. pulumi_gcp/looker/outputs.py +0 -4
  63. pulumi_gcp/memorystore/instance.py +0 -4
  64. pulumi_gcp/monitoring/alert_policy.py +0 -24
  65. pulumi_gcp/monitoring/custom_service.py +0 -24
  66. pulumi_gcp/monitoring/group.py +0 -24
  67. pulumi_gcp/monitoring/metric_descriptor.py +0 -24
  68. pulumi_gcp/monitoring/slo.py +0 -24
  69. pulumi_gcp/monitoring/uptime_check_config.py +0 -24
  70. pulumi_gcp/networkmanagement/__init__.py +0 -1
  71. pulumi_gcp/osconfig/patch_deployment.py +8 -8
  72. pulumi_gcp/provider.py +0 -40
  73. pulumi_gcp/pulumi-plugin.json +1 -1
  74. pulumi_gcp/redis/_inputs.py +3 -3
  75. pulumi_gcp/redis/outputs.py +2 -2
  76. pulumi_gcp/securitycenter/notification_config.py +16 -4
  77. pulumi_gcp/securitycenter/project_notification_config.py +24 -0
  78. pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
  79. pulumi_gcp/spanner/__init__.py +0 -1
  80. pulumi_gcp/spanner/_inputs.py +9 -9
  81. pulumi_gcp/spanner/get_instance.py +1 -12
  82. pulumi_gcp/spanner/instance.py +0 -70
  83. pulumi_gcp/spanner/outputs.py +12 -46
  84. pulumi_gcp/sql/_inputs.py +0 -26
  85. pulumi_gcp/sql/database_instance.py +11 -124
  86. pulumi_gcp/sql/get_database_instance.py +1 -12
  87. pulumi_gcp/sql/outputs.py +0 -51
  88. pulumi_gcp/storage/_inputs.py +3 -3
  89. pulumi_gcp/storage/outputs.py +2 -2
  90. pulumi_gcp/tags/tag_binding.py +4 -4
  91. pulumi_gcp/tags/tag_value.py +2 -2
  92. pulumi_gcp/transcoder/job.py +0 -24
  93. pulumi_gcp/vertex/_inputs.py +0 -184
  94. pulumi_gcp/vertex/ai_endpoint.py +8 -394
  95. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  96. pulumi_gcp/vertex/outputs.py +0 -166
  97. pulumi_gcp/workbench/instance.py +7 -21
  98. pulumi_gcp/workflows/workflow.py +0 -36
  99. pulumi_gcp/workstations/workstation_config.py +8 -8
  100. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/METADATA +1 -1
  101. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/RECORD +103 -114
  102. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/WHEEL +1 -1
  103. pulumi_gcp/apigee/api.py +0 -456
  104. pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
  105. pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
  106. pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
  107. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
  108. pulumi_gcp/compute/region_resize_request.py +0 -772
  109. pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
  110. pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
  111. pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
  112. pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
  113. pulumi_gcp/spanner/get_database.py +0 -229
  114. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/top_level.txt +0 -0
@@ -21,7 +21,6 @@ __all__ = ['InstanceArgs', 'Instance']
21
21
  @pulumi.input_type
22
22
  class InstanceArgs:
23
23
  def __init__(__self__, *,
24
- oauth_config: pulumi.Input['InstanceOauthConfigArgs'],
25
24
  admin_settings: Optional[pulumi.Input['InstanceAdminSettingsArgs']] = None,
26
25
  consumer_network: Optional[pulumi.Input[str]] = None,
27
26
  custom_domain: Optional[pulumi.Input['InstanceCustomDomainArgs']] = None,
@@ -31,6 +30,7 @@ class InstanceArgs:
31
30
  fips_enabled: Optional[pulumi.Input[bool]] = None,
32
31
  maintenance_window: Optional[pulumi.Input['InstanceMaintenanceWindowArgs']] = None,
33
32
  name: Optional[pulumi.Input[str]] = None,
33
+ oauth_config: Optional[pulumi.Input['InstanceOauthConfigArgs']] = None,
34
34
  platform_edition: Optional[pulumi.Input[str]] = None,
35
35
  private_ip_enabled: Optional[pulumi.Input[bool]] = None,
36
36
  project: Optional[pulumi.Input[str]] = None,
@@ -42,42 +42,62 @@ class InstanceArgs:
42
42
  user_metadata: Optional[pulumi.Input['InstanceUserMetadataArgs']] = None):
43
43
  """
44
44
  The set of arguments for constructing a Instance resource.
45
- :param pulumi.Input['InstanceOauthConfigArgs'] oauth_config: Looker Instance OAuth login settings.
46
- Structure is documented below.
47
45
  :param pulumi.Input['InstanceAdminSettingsArgs'] admin_settings: Looker instance Admin settings.
48
- :param pulumi.Input[str] consumer_network: Network name in the consumer project in the format of: projects/{project}/global/networks/{network} Note that the
49
- consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
46
+ Structure is documented below.
47
+ :param pulumi.Input[str] consumer_network: Network name in the consumer project in the format of: projects/{project}/global/networks/{network}
48
+ Note that the consumer network may be in a different GCP project than the consumer
49
+ project that is hosting the Looker Instance.
50
50
  :param pulumi.Input['InstanceCustomDomainArgs'] custom_domain: Custom domain settings for a Looker instance.
51
- :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully. If setting deletion_policy = "FORCE", the Looker
52
- instance will be deleted regardless of its nested resources. If set to "DEFAULT", Looker instances that still have
51
+ Structure is documented below.
52
+ :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully.
53
+ If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
54
+ of its nested resources. If set to "DEFAULT", Looker instances that still have
53
55
  nested resources will return an error. Possible values: DEFAULT, FORCE
54
- :param pulumi.Input['InstanceDenyMaintenancePeriodArgs'] deny_maintenance_period: Maintenance denial period for this instance. You must allow at least 14 days of maintenance availability between any two
55
- deny maintenance periods.
56
+ :param pulumi.Input['InstanceDenyMaintenancePeriodArgs'] deny_maintenance_period: Maintenance denial period for this instance.
57
+ You must allow at least 14 days of maintenance availability
58
+ between any two deny maintenance periods.
59
+ Structure is documented below.
56
60
  :param pulumi.Input['InstanceEncryptionConfigArgs'] encryption_config: Looker instance encryption settings.
61
+ Structure is documented below.
57
62
  :param pulumi.Input[bool] fips_enabled: FIPS 140-2 Encryption enablement for Looker (Google Cloud Core).
58
- :param pulumi.Input['InstanceMaintenanceWindowArgs'] maintenance_window: Maintenance window for an instance. Maintenance of your instance takes place once a month, and will require your
59
- instance to be restarted during updates, which will temporarily disrupt service.
63
+ :param pulumi.Input['InstanceMaintenanceWindowArgs'] maintenance_window: Maintenance window for an instance.
64
+ Maintenance of your instance takes place once a month, and will require
65
+ your instance to be restarted during updates, which will temporarily
66
+ disrupt service.
67
+ Structure is documented below.
60
68
  :param pulumi.Input[str] name: The ID of the instance or a fully qualified identifier for the instance.
61
- :param pulumi.Input[str] platform_edition: Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of
62
- these values: - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable) - LOOKER_CORE_STANDARD: pay as you go standard
63
- instance (Currently Unavailable) - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance -
64
- LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
65
- Default value: "LOOKER_CORE_TRIAL" Possible values: ["LOOKER_CORE_TRIAL", "LOOKER_CORE_STANDARD",
66
- "LOOKER_CORE_STANDARD_ANNUAL", "LOOKER_CORE_ENTERPRISE_ANNUAL", "LOOKER_CORE_EMBED_ANNUAL"]
69
+
70
+
71
+ - - -
72
+ :param pulumi.Input['InstanceOauthConfigArgs'] oauth_config: Looker Instance OAuth login settings.
73
+ Structure is documented below.
74
+ :param pulumi.Input[str] platform_edition: Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of these values:
75
+ - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable)
76
+ - LOOKER_CORE_STANDARD: pay as you go standard instance (Currently Unavailable)
77
+ - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance
78
+ - LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance
79
+ - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
80
+ Default value is `LOOKER_CORE_TRIAL`.
81
+ Possible values are: `LOOKER_CORE_TRIAL`, `LOOKER_CORE_STANDARD`, `LOOKER_CORE_STANDARD_ANNUAL`, `LOOKER_CORE_ENTERPRISE_ANNUAL`, `LOOKER_CORE_EMBED_ANNUAL`.
67
82
  :param pulumi.Input[bool] private_ip_enabled: Whether private IP is enabled on the Looker instance.
83
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
84
+ If it is not provided, the provider project is used.
68
85
  :param pulumi.Input['InstancePscConfigArgs'] psc_config: Information for Private Service Connect (PSC) setup for a Looker instance.
86
+ Structure is documented below.
69
87
  :param pulumi.Input[bool] psc_enabled: Whether Public Service Connect (PSC) is enabled on the Looker instance
70
88
  :param pulumi.Input[bool] public_ip_enabled: Whether public IP is enabled on the Looker instance.
71
89
  :param pulumi.Input[str] region: The name of the Looker region of the instance.
72
- :param pulumi.Input[str] reserved_range: Name of a reserved IP address range within the consumer network, to be used for private service access connection. User
73
- may or may not specify this in a request.
74
- :param pulumi.Input['InstanceUserMetadataArgs'] user_metadata: Metadata about users for a Looker instance. These settings are only available when platform edition LOOKER_CORE_STANDARD
75
- is set. There are ten Standard and two Developer users included in the cost of the product. You can allocate additional
76
- Standard, Viewer, and Developer users for this instance. It is an optional step and can be modified later. With the
77
- Standard edition of Looker (Google Cloud core), you can provision up to 50 total users, distributed across Viewer,
78
- Standard, and Developer.
79
- """
80
- pulumi.set(__self__, "oauth_config", oauth_config)
90
+ :param pulumi.Input[str] reserved_range: Name of a reserved IP address range within the consumer network, to be used for
91
+ private service access connection. User may or may not specify this in a request.
92
+ :param pulumi.Input['InstanceUserMetadataArgs'] user_metadata: Metadata about users for a Looker instance.
93
+ These settings are only available when platform edition LOOKER_CORE_STANDARD is set.
94
+ There are ten Standard and two Developer users included in the cost of the product.
95
+ You can allocate additional Standard, Viewer, and Developer users for this instance.
96
+ It is an optional step and can be modified later.
97
+ With the Standard edition of Looker (Google Cloud core), you can provision up to 50
98
+ total users, distributed across Viewer, Standard, and Developer.
99
+ Structure is documented below.
100
+ """
81
101
  if admin_settings is not None:
82
102
  pulumi.set(__self__, "admin_settings", admin_settings)
83
103
  if consumer_network is not None:
@@ -96,6 +116,8 @@ class InstanceArgs:
96
116
  pulumi.set(__self__, "maintenance_window", maintenance_window)
97
117
  if name is not None:
98
118
  pulumi.set(__self__, "name", name)
119
+ if oauth_config is not None:
120
+ pulumi.set(__self__, "oauth_config", oauth_config)
99
121
  if platform_edition is not None:
100
122
  pulumi.set(__self__, "platform_edition", platform_edition)
101
123
  if private_ip_enabled is not None:
@@ -115,24 +137,12 @@ class InstanceArgs:
115
137
  if user_metadata is not None:
116
138
  pulumi.set(__self__, "user_metadata", user_metadata)
117
139
 
118
- @property
119
- @pulumi.getter(name="oauthConfig")
120
- def oauth_config(self) -> pulumi.Input['InstanceOauthConfigArgs']:
121
- """
122
- Looker Instance OAuth login settings.
123
- Structure is documented below.
124
- """
125
- return pulumi.get(self, "oauth_config")
126
-
127
- @oauth_config.setter
128
- def oauth_config(self, value: pulumi.Input['InstanceOauthConfigArgs']):
129
- pulumi.set(self, "oauth_config", value)
130
-
131
140
  @property
132
141
  @pulumi.getter(name="adminSettings")
133
142
  def admin_settings(self) -> Optional[pulumi.Input['InstanceAdminSettingsArgs']]:
134
143
  """
135
144
  Looker instance Admin settings.
145
+ Structure is documented below.
136
146
  """
137
147
  return pulumi.get(self, "admin_settings")
138
148
 
@@ -144,8 +154,9 @@ class InstanceArgs:
144
154
  @pulumi.getter(name="consumerNetwork")
145
155
  def consumer_network(self) -> Optional[pulumi.Input[str]]:
146
156
  """
147
- Network name in the consumer project in the format of: projects/{project}/global/networks/{network} Note that the
148
- consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
157
+ Network name in the consumer project in the format of: projects/{project}/global/networks/{network}
158
+ Note that the consumer network may be in a different GCP project than the consumer
159
+ project that is hosting the Looker Instance.
149
160
  """
150
161
  return pulumi.get(self, "consumer_network")
151
162
 
@@ -158,6 +169,7 @@ class InstanceArgs:
158
169
  def custom_domain(self) -> Optional[pulumi.Input['InstanceCustomDomainArgs']]:
159
170
  """
160
171
  Custom domain settings for a Looker instance.
172
+ Structure is documented below.
161
173
  """
162
174
  return pulumi.get(self, "custom_domain")
163
175
 
@@ -169,8 +181,9 @@ class InstanceArgs:
169
181
  @pulumi.getter(name="deletionPolicy")
170
182
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
171
183
  """
172
- Policy to determine if the cluster should be deleted forcefully. If setting deletion_policy = "FORCE", the Looker
173
- instance will be deleted regardless of its nested resources. If set to "DEFAULT", Looker instances that still have
184
+ Policy to determine if the cluster should be deleted forcefully.
185
+ If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
186
+ of its nested resources. If set to "DEFAULT", Looker instances that still have
174
187
  nested resources will return an error. Possible values: DEFAULT, FORCE
175
188
  """
176
189
  return pulumi.get(self, "deletion_policy")
@@ -183,8 +196,10 @@ class InstanceArgs:
183
196
  @pulumi.getter(name="denyMaintenancePeriod")
184
197
  def deny_maintenance_period(self) -> Optional[pulumi.Input['InstanceDenyMaintenancePeriodArgs']]:
185
198
  """
186
- Maintenance denial period for this instance. You must allow at least 14 days of maintenance availability between any two
187
- deny maintenance periods.
199
+ Maintenance denial period for this instance.
200
+ You must allow at least 14 days of maintenance availability
201
+ between any two deny maintenance periods.
202
+ Structure is documented below.
188
203
  """
189
204
  return pulumi.get(self, "deny_maintenance_period")
190
205
 
@@ -197,6 +212,7 @@ class InstanceArgs:
197
212
  def encryption_config(self) -> Optional[pulumi.Input['InstanceEncryptionConfigArgs']]:
198
213
  """
199
214
  Looker instance encryption settings.
215
+ Structure is documented below.
200
216
  """
201
217
  return pulumi.get(self, "encryption_config")
202
218
 
@@ -220,8 +236,11 @@ class InstanceArgs:
220
236
  @pulumi.getter(name="maintenanceWindow")
221
237
  def maintenance_window(self) -> Optional[pulumi.Input['InstanceMaintenanceWindowArgs']]:
222
238
  """
223
- Maintenance window for an instance. Maintenance of your instance takes place once a month, and will require your
224
- instance to be restarted during updates, which will temporarily disrupt service.
239
+ Maintenance window for an instance.
240
+ Maintenance of your instance takes place once a month, and will require
241
+ your instance to be restarted during updates, which will temporarily
242
+ disrupt service.
243
+ Structure is documented below.
225
244
  """
226
245
  return pulumi.get(self, "maintenance_window")
227
246
 
@@ -234,6 +253,9 @@ class InstanceArgs:
234
253
  def name(self) -> Optional[pulumi.Input[str]]:
235
254
  """
236
255
  The ID of the instance or a fully qualified identifier for the instance.
256
+
257
+
258
+ - - -
237
259
  """
238
260
  return pulumi.get(self, "name")
239
261
 
@@ -241,16 +263,31 @@ class InstanceArgs:
241
263
  def name(self, value: Optional[pulumi.Input[str]]):
242
264
  pulumi.set(self, "name", value)
243
265
 
266
+ @property
267
+ @pulumi.getter(name="oauthConfig")
268
+ def oauth_config(self) -> Optional[pulumi.Input['InstanceOauthConfigArgs']]:
269
+ """
270
+ Looker Instance OAuth login settings.
271
+ Structure is documented below.
272
+ """
273
+ return pulumi.get(self, "oauth_config")
274
+
275
+ @oauth_config.setter
276
+ def oauth_config(self, value: Optional[pulumi.Input['InstanceOauthConfigArgs']]):
277
+ pulumi.set(self, "oauth_config", value)
278
+
244
279
  @property
245
280
  @pulumi.getter(name="platformEdition")
246
281
  def platform_edition(self) -> Optional[pulumi.Input[str]]:
247
282
  """
248
- Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of
249
- these values: - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable) - LOOKER_CORE_STANDARD: pay as you go standard
250
- instance (Currently Unavailable) - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance -
251
- LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
252
- Default value: "LOOKER_CORE_TRIAL" Possible values: ["LOOKER_CORE_TRIAL", "LOOKER_CORE_STANDARD",
253
- "LOOKER_CORE_STANDARD_ANNUAL", "LOOKER_CORE_ENTERPRISE_ANNUAL", "LOOKER_CORE_EMBED_ANNUAL"]
283
+ Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of these values:
284
+ - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable)
285
+ - LOOKER_CORE_STANDARD: pay as you go standard instance (Currently Unavailable)
286
+ - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance
287
+ - LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance
288
+ - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
289
+ Default value is `LOOKER_CORE_TRIAL`.
290
+ Possible values are: `LOOKER_CORE_TRIAL`, `LOOKER_CORE_STANDARD`, `LOOKER_CORE_STANDARD_ANNUAL`, `LOOKER_CORE_ENTERPRISE_ANNUAL`, `LOOKER_CORE_EMBED_ANNUAL`.
254
291
  """
255
292
  return pulumi.get(self, "platform_edition")
256
293
 
@@ -273,6 +310,10 @@ class InstanceArgs:
273
310
  @property
274
311
  @pulumi.getter
275
312
  def project(self) -> Optional[pulumi.Input[str]]:
313
+ """
314
+ The ID of the project in which the resource belongs.
315
+ If it is not provided, the provider project is used.
316
+ """
276
317
  return pulumi.get(self, "project")
277
318
 
278
319
  @project.setter
@@ -284,6 +325,7 @@ class InstanceArgs:
284
325
  def psc_config(self) -> Optional[pulumi.Input['InstancePscConfigArgs']]:
285
326
  """
286
327
  Information for Private Service Connect (PSC) setup for a Looker instance.
328
+ Structure is documented below.
287
329
  """
288
330
  return pulumi.get(self, "psc_config")
289
331
 
@@ -331,8 +373,8 @@ class InstanceArgs:
331
373
  @pulumi.getter(name="reservedRange")
332
374
  def reserved_range(self) -> Optional[pulumi.Input[str]]:
333
375
  """
334
- Name of a reserved IP address range within the consumer network, to be used for private service access connection. User
335
- may or may not specify this in a request.
376
+ Name of a reserved IP address range within the consumer network, to be used for
377
+ private service access connection. User may or may not specify this in a request.
336
378
  """
337
379
  return pulumi.get(self, "reserved_range")
338
380
 
@@ -344,11 +386,14 @@ class InstanceArgs:
344
386
  @pulumi.getter(name="userMetadata")
345
387
  def user_metadata(self) -> Optional[pulumi.Input['InstanceUserMetadataArgs']]:
346
388
  """
347
- Metadata about users for a Looker instance. These settings are only available when platform edition LOOKER_CORE_STANDARD
348
- is set. There are ten Standard and two Developer users included in the cost of the product. You can allocate additional
349
- Standard, Viewer, and Developer users for this instance. It is an optional step and can be modified later. With the
350
- Standard edition of Looker (Google Cloud core), you can provision up to 50 total users, distributed across Viewer,
351
- Standard, and Developer.
389
+ Metadata about users for a Looker instance.
390
+ These settings are only available when platform edition LOOKER_CORE_STANDARD is set.
391
+ There are ten Standard and two Developer users included in the cost of the product.
392
+ You can allocate additional Standard, Viewer, and Developer users for this instance.
393
+ It is an optional step and can be modified later.
394
+ With the Standard edition of Looker (Google Cloud core), you can provision up to 50
395
+ total users, distributed across Viewer, Standard, and Developer.
396
+ Structure is documented below.
352
397
  """
353
398
  return pulumi.get(self, "user_metadata")
354
399
 
@@ -389,48 +434,69 @@ class _InstanceState:
389
434
  """
390
435
  Input properties used for looking up and filtering Instance resources.
391
436
  :param pulumi.Input['InstanceAdminSettingsArgs'] admin_settings: Looker instance Admin settings.
392
- :param pulumi.Input[str] consumer_network: Network name in the consumer project in the format of: projects/{project}/global/networks/{network} Note that the
393
- consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
437
+ Structure is documented below.
438
+ :param pulumi.Input[str] consumer_network: Network name in the consumer project in the format of: projects/{project}/global/networks/{network}
439
+ Note that the consumer network may be in a different GCP project than the consumer
440
+ project that is hosting the Looker Instance.
394
441
  :param pulumi.Input[str] create_time: The time the instance was created in RFC3339 UTC "Zulu" format,
395
442
  accurate to nanoseconds.
396
443
  :param pulumi.Input['InstanceCustomDomainArgs'] custom_domain: Custom domain settings for a Looker instance.
397
- :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully. If setting deletion_policy = "FORCE", the Looker
398
- instance will be deleted regardless of its nested resources. If set to "DEFAULT", Looker instances that still have
444
+ Structure is documented below.
445
+ :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully.
446
+ If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
447
+ of its nested resources. If set to "DEFAULT", Looker instances that still have
399
448
  nested resources will return an error. Possible values: DEFAULT, FORCE
400
- :param pulumi.Input['InstanceDenyMaintenancePeriodArgs'] deny_maintenance_period: Maintenance denial period for this instance. You must allow at least 14 days of maintenance availability between any two
401
- deny maintenance periods.
449
+ :param pulumi.Input['InstanceDenyMaintenancePeriodArgs'] deny_maintenance_period: Maintenance denial period for this instance.
450
+ You must allow at least 14 days of maintenance availability
451
+ between any two deny maintenance periods.
452
+ Structure is documented below.
402
453
  :param pulumi.Input[str] egress_public_ip: Public Egress IP (IPv4).
403
454
  :param pulumi.Input['InstanceEncryptionConfigArgs'] encryption_config: Looker instance encryption settings.
455
+ Structure is documented below.
404
456
  :param pulumi.Input[bool] fips_enabled: FIPS 140-2 Encryption enablement for Looker (Google Cloud Core).
405
457
  :param pulumi.Input[str] ingress_private_ip: Private Ingress IP (IPv4).
406
458
  :param pulumi.Input[str] ingress_public_ip: Public Ingress IP (IPv4).
407
459
  :param pulumi.Input[str] looker_uri: Looker instance URI which can be used to access the Looker Instance UI.
408
460
  :param pulumi.Input[str] looker_version: The Looker version that the instance is using.
409
- :param pulumi.Input['InstanceMaintenanceWindowArgs'] maintenance_window: Maintenance window for an instance. Maintenance of your instance takes place once a month, and will require your
410
- instance to be restarted during updates, which will temporarily disrupt service.
461
+ :param pulumi.Input['InstanceMaintenanceWindowArgs'] maintenance_window: Maintenance window for an instance.
462
+ Maintenance of your instance takes place once a month, and will require
463
+ your instance to be restarted during updates, which will temporarily
464
+ disrupt service.
465
+ Structure is documented below.
411
466
  :param pulumi.Input[str] name: The ID of the instance or a fully qualified identifier for the instance.
467
+
468
+
469
+ - - -
412
470
  :param pulumi.Input['InstanceOauthConfigArgs'] oauth_config: Looker Instance OAuth login settings.
413
471
  Structure is documented below.
414
- :param pulumi.Input[str] platform_edition: Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of
415
- these values: - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable) - LOOKER_CORE_STANDARD: pay as you go standard
416
- instance (Currently Unavailable) - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance -
417
- LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
418
- Default value: "LOOKER_CORE_TRIAL" Possible values: ["LOOKER_CORE_TRIAL", "LOOKER_CORE_STANDARD",
419
- "LOOKER_CORE_STANDARD_ANNUAL", "LOOKER_CORE_ENTERPRISE_ANNUAL", "LOOKER_CORE_EMBED_ANNUAL"]
472
+ :param pulumi.Input[str] platform_edition: Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of these values:
473
+ - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable)
474
+ - LOOKER_CORE_STANDARD: pay as you go standard instance (Currently Unavailable)
475
+ - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance
476
+ - LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance
477
+ - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
478
+ Default value is `LOOKER_CORE_TRIAL`.
479
+ Possible values are: `LOOKER_CORE_TRIAL`, `LOOKER_CORE_STANDARD`, `LOOKER_CORE_STANDARD_ANNUAL`, `LOOKER_CORE_ENTERPRISE_ANNUAL`, `LOOKER_CORE_EMBED_ANNUAL`.
420
480
  :param pulumi.Input[bool] private_ip_enabled: Whether private IP is enabled on the Looker instance.
481
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
482
+ If it is not provided, the provider project is used.
421
483
  :param pulumi.Input['InstancePscConfigArgs'] psc_config: Information for Private Service Connect (PSC) setup for a Looker instance.
484
+ Structure is documented below.
422
485
  :param pulumi.Input[bool] psc_enabled: Whether Public Service Connect (PSC) is enabled on the Looker instance
423
486
  :param pulumi.Input[bool] public_ip_enabled: Whether public IP is enabled on the Looker instance.
424
487
  :param pulumi.Input[str] region: The name of the Looker region of the instance.
425
- :param pulumi.Input[str] reserved_range: Name of a reserved IP address range within the consumer network, to be used for private service access connection. User
426
- may or may not specify this in a request.
488
+ :param pulumi.Input[str] reserved_range: Name of a reserved IP address range within the consumer network, to be used for
489
+ private service access connection. User may or may not specify this in a request.
427
490
  :param pulumi.Input[str] update_time: The time the instance was updated in RFC3339 UTC "Zulu" format,
428
491
  accurate to nanoseconds.
429
- :param pulumi.Input['InstanceUserMetadataArgs'] user_metadata: Metadata about users for a Looker instance. These settings are only available when platform edition LOOKER_CORE_STANDARD
430
- is set. There are ten Standard and two Developer users included in the cost of the product. You can allocate additional
431
- Standard, Viewer, and Developer users for this instance. It is an optional step and can be modified later. With the
432
- Standard edition of Looker (Google Cloud core), you can provision up to 50 total users, distributed across Viewer,
433
- Standard, and Developer.
492
+ :param pulumi.Input['InstanceUserMetadataArgs'] user_metadata: Metadata about users for a Looker instance.
493
+ These settings are only available when platform edition LOOKER_CORE_STANDARD is set.
494
+ There are ten Standard and two Developer users included in the cost of the product.
495
+ You can allocate additional Standard, Viewer, and Developer users for this instance.
496
+ It is an optional step and can be modified later.
497
+ With the Standard edition of Looker (Google Cloud core), you can provision up to 50
498
+ total users, distributed across Viewer, Standard, and Developer.
499
+ Structure is documented below.
434
500
  """
435
501
  if admin_settings is not None:
436
502
  pulumi.set(__self__, "admin_settings", admin_settings)
@@ -490,6 +556,7 @@ class _InstanceState:
490
556
  def admin_settings(self) -> Optional[pulumi.Input['InstanceAdminSettingsArgs']]:
491
557
  """
492
558
  Looker instance Admin settings.
559
+ Structure is documented below.
493
560
  """
494
561
  return pulumi.get(self, "admin_settings")
495
562
 
@@ -501,8 +568,9 @@ class _InstanceState:
501
568
  @pulumi.getter(name="consumerNetwork")
502
569
  def consumer_network(self) -> Optional[pulumi.Input[str]]:
503
570
  """
504
- Network name in the consumer project in the format of: projects/{project}/global/networks/{network} Note that the
505
- consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
571
+ Network name in the consumer project in the format of: projects/{project}/global/networks/{network}
572
+ Note that the consumer network may be in a different GCP project than the consumer
573
+ project that is hosting the Looker Instance.
506
574
  """
507
575
  return pulumi.get(self, "consumer_network")
508
576
 
@@ -528,6 +596,7 @@ class _InstanceState:
528
596
  def custom_domain(self) -> Optional[pulumi.Input['InstanceCustomDomainArgs']]:
529
597
  """
530
598
  Custom domain settings for a Looker instance.
599
+ Structure is documented below.
531
600
  """
532
601
  return pulumi.get(self, "custom_domain")
533
602
 
@@ -539,8 +608,9 @@ class _InstanceState:
539
608
  @pulumi.getter(name="deletionPolicy")
540
609
  def deletion_policy(self) -> Optional[pulumi.Input[str]]:
541
610
  """
542
- Policy to determine if the cluster should be deleted forcefully. If setting deletion_policy = "FORCE", the Looker
543
- instance will be deleted regardless of its nested resources. If set to "DEFAULT", Looker instances that still have
611
+ Policy to determine if the cluster should be deleted forcefully.
612
+ If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
613
+ of its nested resources. If set to "DEFAULT", Looker instances that still have
544
614
  nested resources will return an error. Possible values: DEFAULT, FORCE
545
615
  """
546
616
  return pulumi.get(self, "deletion_policy")
@@ -553,8 +623,10 @@ class _InstanceState:
553
623
  @pulumi.getter(name="denyMaintenancePeriod")
554
624
  def deny_maintenance_period(self) -> Optional[pulumi.Input['InstanceDenyMaintenancePeriodArgs']]:
555
625
  """
556
- Maintenance denial period for this instance. You must allow at least 14 days of maintenance availability between any two
557
- deny maintenance periods.
626
+ Maintenance denial period for this instance.
627
+ You must allow at least 14 days of maintenance availability
628
+ between any two deny maintenance periods.
629
+ Structure is documented below.
558
630
  """
559
631
  return pulumi.get(self, "deny_maintenance_period")
560
632
 
@@ -579,6 +651,7 @@ class _InstanceState:
579
651
  def encryption_config(self) -> Optional[pulumi.Input['InstanceEncryptionConfigArgs']]:
580
652
  """
581
653
  Looker instance encryption settings.
654
+ Structure is documented below.
582
655
  """
583
656
  return pulumi.get(self, "encryption_config")
584
657
 
@@ -650,8 +723,11 @@ class _InstanceState:
650
723
  @pulumi.getter(name="maintenanceWindow")
651
724
  def maintenance_window(self) -> Optional[pulumi.Input['InstanceMaintenanceWindowArgs']]:
652
725
  """
653
- Maintenance window for an instance. Maintenance of your instance takes place once a month, and will require your
654
- instance to be restarted during updates, which will temporarily disrupt service.
726
+ Maintenance window for an instance.
727
+ Maintenance of your instance takes place once a month, and will require
728
+ your instance to be restarted during updates, which will temporarily
729
+ disrupt service.
730
+ Structure is documented below.
655
731
  """
656
732
  return pulumi.get(self, "maintenance_window")
657
733
 
@@ -664,6 +740,9 @@ class _InstanceState:
664
740
  def name(self) -> Optional[pulumi.Input[str]]:
665
741
  """
666
742
  The ID of the instance or a fully qualified identifier for the instance.
743
+
744
+
745
+ - - -
667
746
  """
668
747
  return pulumi.get(self, "name")
669
748
 
@@ -688,12 +767,14 @@ class _InstanceState:
688
767
  @pulumi.getter(name="platformEdition")
689
768
  def platform_edition(self) -> Optional[pulumi.Input[str]]:
690
769
  """
691
- Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of
692
- these values: - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable) - LOOKER_CORE_STANDARD: pay as you go standard
693
- instance (Currently Unavailable) - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance -
694
- LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
695
- Default value: "LOOKER_CORE_TRIAL" Possible values: ["LOOKER_CORE_TRIAL", "LOOKER_CORE_STANDARD",
696
- "LOOKER_CORE_STANDARD_ANNUAL", "LOOKER_CORE_ENTERPRISE_ANNUAL", "LOOKER_CORE_EMBED_ANNUAL"]
770
+ Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of these values:
771
+ - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable)
772
+ - LOOKER_CORE_STANDARD: pay as you go standard instance (Currently Unavailable)
773
+ - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance
774
+ - LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance
775
+ - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
776
+ Default value is `LOOKER_CORE_TRIAL`.
777
+ Possible values are: `LOOKER_CORE_TRIAL`, `LOOKER_CORE_STANDARD`, `LOOKER_CORE_STANDARD_ANNUAL`, `LOOKER_CORE_ENTERPRISE_ANNUAL`, `LOOKER_CORE_EMBED_ANNUAL`.
697
778
  """
698
779
  return pulumi.get(self, "platform_edition")
699
780
 
@@ -716,6 +797,10 @@ class _InstanceState:
716
797
  @property
717
798
  @pulumi.getter
718
799
  def project(self) -> Optional[pulumi.Input[str]]:
800
+ """
801
+ The ID of the project in which the resource belongs.
802
+ If it is not provided, the provider project is used.
803
+ """
719
804
  return pulumi.get(self, "project")
720
805
 
721
806
  @project.setter
@@ -727,6 +812,7 @@ class _InstanceState:
727
812
  def psc_config(self) -> Optional[pulumi.Input['InstancePscConfigArgs']]:
728
813
  """
729
814
  Information for Private Service Connect (PSC) setup for a Looker instance.
815
+ Structure is documented below.
730
816
  """
731
817
  return pulumi.get(self, "psc_config")
732
818
 
@@ -774,8 +860,8 @@ class _InstanceState:
774
860
  @pulumi.getter(name="reservedRange")
775
861
  def reserved_range(self) -> Optional[pulumi.Input[str]]:
776
862
  """
777
- Name of a reserved IP address range within the consumer network, to be used for private service access connection. User
778
- may or may not specify this in a request.
863
+ Name of a reserved IP address range within the consumer network, to be used for
864
+ private service access connection. User may or may not specify this in a request.
779
865
  """
780
866
  return pulumi.get(self, "reserved_range")
781
867
 
@@ -800,11 +886,14 @@ class _InstanceState:
800
886
  @pulumi.getter(name="userMetadata")
801
887
  def user_metadata(self) -> Optional[pulumi.Input['InstanceUserMetadataArgs']]:
802
888
  """
803
- Metadata about users for a Looker instance. These settings are only available when platform edition LOOKER_CORE_STANDARD
804
- is set. There are ten Standard and two Developer users included in the cost of the product. You can allocate additional
805
- Standard, Viewer, and Developer users for this instance. It is an optional step and can be modified later. With the
806
- Standard edition of Looker (Google Cloud core), you can provision up to 50 total users, distributed across Viewer,
807
- Standard, and Developer.
889
+ Metadata about users for a Looker instance.
890
+ These settings are only available when platform edition LOOKER_CORE_STANDARD is set.
891
+ There are ten Standard and two Developer users included in the cost of the product.
892
+ You can allocate additional Standard, Viewer, and Developer users for this instance.
893
+ It is an optional step and can be modified later.
894
+ With the Standard edition of Looker (Google Cloud core), you can provision up to 50
895
+ total users, distributed across Viewer, Standard, and Developer.
896
+ Structure is documented below.
808
897
  """
809
898
  return pulumi.get(self, "user_metadata")
810
899
 
@@ -1087,45 +1176,66 @@ class Instance(pulumi.CustomResource):
1087
1176
  :param str resource_name: The name of the resource.
1088
1177
  :param pulumi.ResourceOptions opts: Options for the resource.
1089
1178
  :param pulumi.Input[Union['InstanceAdminSettingsArgs', 'InstanceAdminSettingsArgsDict']] admin_settings: Looker instance Admin settings.
1090
- :param pulumi.Input[str] consumer_network: Network name in the consumer project in the format of: projects/{project}/global/networks/{network} Note that the
1091
- consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
1179
+ Structure is documented below.
1180
+ :param pulumi.Input[str] consumer_network: Network name in the consumer project in the format of: projects/{project}/global/networks/{network}
1181
+ Note that the consumer network may be in a different GCP project than the consumer
1182
+ project that is hosting the Looker Instance.
1092
1183
  :param pulumi.Input[Union['InstanceCustomDomainArgs', 'InstanceCustomDomainArgsDict']] custom_domain: Custom domain settings for a Looker instance.
1093
- :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully. If setting deletion_policy = "FORCE", the Looker
1094
- instance will be deleted regardless of its nested resources. If set to "DEFAULT", Looker instances that still have
1184
+ Structure is documented below.
1185
+ :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully.
1186
+ If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
1187
+ of its nested resources. If set to "DEFAULT", Looker instances that still have
1095
1188
  nested resources will return an error. Possible values: DEFAULT, FORCE
1096
- :param pulumi.Input[Union['InstanceDenyMaintenancePeriodArgs', 'InstanceDenyMaintenancePeriodArgsDict']] deny_maintenance_period: Maintenance denial period for this instance. You must allow at least 14 days of maintenance availability between any two
1097
- deny maintenance periods.
1189
+ :param pulumi.Input[Union['InstanceDenyMaintenancePeriodArgs', 'InstanceDenyMaintenancePeriodArgsDict']] deny_maintenance_period: Maintenance denial period for this instance.
1190
+ You must allow at least 14 days of maintenance availability
1191
+ between any two deny maintenance periods.
1192
+ Structure is documented below.
1098
1193
  :param pulumi.Input[Union['InstanceEncryptionConfigArgs', 'InstanceEncryptionConfigArgsDict']] encryption_config: Looker instance encryption settings.
1194
+ Structure is documented below.
1099
1195
  :param pulumi.Input[bool] fips_enabled: FIPS 140-2 Encryption enablement for Looker (Google Cloud Core).
1100
- :param pulumi.Input[Union['InstanceMaintenanceWindowArgs', 'InstanceMaintenanceWindowArgsDict']] maintenance_window: Maintenance window for an instance. Maintenance of your instance takes place once a month, and will require your
1101
- instance to be restarted during updates, which will temporarily disrupt service.
1196
+ :param pulumi.Input[Union['InstanceMaintenanceWindowArgs', 'InstanceMaintenanceWindowArgsDict']] maintenance_window: Maintenance window for an instance.
1197
+ Maintenance of your instance takes place once a month, and will require
1198
+ your instance to be restarted during updates, which will temporarily
1199
+ disrupt service.
1200
+ Structure is documented below.
1102
1201
  :param pulumi.Input[str] name: The ID of the instance or a fully qualified identifier for the instance.
1202
+
1203
+
1204
+ - - -
1103
1205
  :param pulumi.Input[Union['InstanceOauthConfigArgs', 'InstanceOauthConfigArgsDict']] oauth_config: Looker Instance OAuth login settings.
1104
1206
  Structure is documented below.
1105
- :param pulumi.Input[str] platform_edition: Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of
1106
- these values: - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable) - LOOKER_CORE_STANDARD: pay as you go standard
1107
- instance (Currently Unavailable) - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance -
1108
- LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
1109
- Default value: "LOOKER_CORE_TRIAL" Possible values: ["LOOKER_CORE_TRIAL", "LOOKER_CORE_STANDARD",
1110
- "LOOKER_CORE_STANDARD_ANNUAL", "LOOKER_CORE_ENTERPRISE_ANNUAL", "LOOKER_CORE_EMBED_ANNUAL"]
1207
+ :param pulumi.Input[str] platform_edition: Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of these values:
1208
+ - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable)
1209
+ - LOOKER_CORE_STANDARD: pay as you go standard instance (Currently Unavailable)
1210
+ - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance
1211
+ - LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance
1212
+ - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
1213
+ Default value is `LOOKER_CORE_TRIAL`.
1214
+ Possible values are: `LOOKER_CORE_TRIAL`, `LOOKER_CORE_STANDARD`, `LOOKER_CORE_STANDARD_ANNUAL`, `LOOKER_CORE_ENTERPRISE_ANNUAL`, `LOOKER_CORE_EMBED_ANNUAL`.
1111
1215
  :param pulumi.Input[bool] private_ip_enabled: Whether private IP is enabled on the Looker instance.
1216
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
1217
+ If it is not provided, the provider project is used.
1112
1218
  :param pulumi.Input[Union['InstancePscConfigArgs', 'InstancePscConfigArgsDict']] psc_config: Information for Private Service Connect (PSC) setup for a Looker instance.
1219
+ Structure is documented below.
1113
1220
  :param pulumi.Input[bool] psc_enabled: Whether Public Service Connect (PSC) is enabled on the Looker instance
1114
1221
  :param pulumi.Input[bool] public_ip_enabled: Whether public IP is enabled on the Looker instance.
1115
1222
  :param pulumi.Input[str] region: The name of the Looker region of the instance.
1116
- :param pulumi.Input[str] reserved_range: Name of a reserved IP address range within the consumer network, to be used for private service access connection. User
1117
- may or may not specify this in a request.
1118
- :param pulumi.Input[Union['InstanceUserMetadataArgs', 'InstanceUserMetadataArgsDict']] user_metadata: Metadata about users for a Looker instance. These settings are only available when platform edition LOOKER_CORE_STANDARD
1119
- is set. There are ten Standard and two Developer users included in the cost of the product. You can allocate additional
1120
- Standard, Viewer, and Developer users for this instance. It is an optional step and can be modified later. With the
1121
- Standard edition of Looker (Google Cloud core), you can provision up to 50 total users, distributed across Viewer,
1122
- Standard, and Developer.
1223
+ :param pulumi.Input[str] reserved_range: Name of a reserved IP address range within the consumer network, to be used for
1224
+ private service access connection. User may or may not specify this in a request.
1225
+ :param pulumi.Input[Union['InstanceUserMetadataArgs', 'InstanceUserMetadataArgsDict']] user_metadata: Metadata about users for a Looker instance.
1226
+ These settings are only available when platform edition LOOKER_CORE_STANDARD is set.
1227
+ There are ten Standard and two Developer users included in the cost of the product.
1228
+ You can allocate additional Standard, Viewer, and Developer users for this instance.
1229
+ It is an optional step and can be modified later.
1230
+ With the Standard edition of Looker (Google Cloud core), you can provision up to 50
1231
+ total users, distributed across Viewer, Standard, and Developer.
1232
+ Structure is documented below.
1123
1233
  """
1124
1234
  ...
1125
1235
  @overload
1126
1236
  def __init__(__self__,
1127
1237
  resource_name: str,
1128
- args: InstanceArgs,
1238
+ args: Optional[InstanceArgs] = None,
1129
1239
  opts: Optional[pulumi.ResourceOptions] = None):
1130
1240
  """
1131
1241
  A Google Cloud Looker instance.
@@ -1425,8 +1535,6 @@ class Instance(pulumi.CustomResource):
1425
1535
  __props__.__dict__["fips_enabled"] = fips_enabled
1426
1536
  __props__.__dict__["maintenance_window"] = maintenance_window
1427
1537
  __props__.__dict__["name"] = name
1428
- if oauth_config is None and not opts.urn:
1429
- raise TypeError("Missing required property 'oauth_config'")
1430
1538
  __props__.__dict__["oauth_config"] = oauth_config
1431
1539
  __props__.__dict__["platform_edition"] = platform_edition
1432
1540
  __props__.__dict__["private_ip_enabled"] = private_ip_enabled
@@ -1488,48 +1596,69 @@ class Instance(pulumi.CustomResource):
1488
1596
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1489
1597
  :param pulumi.ResourceOptions opts: Options for the resource.
1490
1598
  :param pulumi.Input[Union['InstanceAdminSettingsArgs', 'InstanceAdminSettingsArgsDict']] admin_settings: Looker instance Admin settings.
1491
- :param pulumi.Input[str] consumer_network: Network name in the consumer project in the format of: projects/{project}/global/networks/{network} Note that the
1492
- consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
1599
+ Structure is documented below.
1600
+ :param pulumi.Input[str] consumer_network: Network name in the consumer project in the format of: projects/{project}/global/networks/{network}
1601
+ Note that the consumer network may be in a different GCP project than the consumer
1602
+ project that is hosting the Looker Instance.
1493
1603
  :param pulumi.Input[str] create_time: The time the instance was created in RFC3339 UTC "Zulu" format,
1494
1604
  accurate to nanoseconds.
1495
1605
  :param pulumi.Input[Union['InstanceCustomDomainArgs', 'InstanceCustomDomainArgsDict']] custom_domain: Custom domain settings for a Looker instance.
1496
- :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully. If setting deletion_policy = "FORCE", the Looker
1497
- instance will be deleted regardless of its nested resources. If set to "DEFAULT", Looker instances that still have
1606
+ Structure is documented below.
1607
+ :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully.
1608
+ If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
1609
+ of its nested resources. If set to "DEFAULT", Looker instances that still have
1498
1610
  nested resources will return an error. Possible values: DEFAULT, FORCE
1499
- :param pulumi.Input[Union['InstanceDenyMaintenancePeriodArgs', 'InstanceDenyMaintenancePeriodArgsDict']] deny_maintenance_period: Maintenance denial period for this instance. You must allow at least 14 days of maintenance availability between any two
1500
- deny maintenance periods.
1611
+ :param pulumi.Input[Union['InstanceDenyMaintenancePeriodArgs', 'InstanceDenyMaintenancePeriodArgsDict']] deny_maintenance_period: Maintenance denial period for this instance.
1612
+ You must allow at least 14 days of maintenance availability
1613
+ between any two deny maintenance periods.
1614
+ Structure is documented below.
1501
1615
  :param pulumi.Input[str] egress_public_ip: Public Egress IP (IPv4).
1502
1616
  :param pulumi.Input[Union['InstanceEncryptionConfigArgs', 'InstanceEncryptionConfigArgsDict']] encryption_config: Looker instance encryption settings.
1617
+ Structure is documented below.
1503
1618
  :param pulumi.Input[bool] fips_enabled: FIPS 140-2 Encryption enablement for Looker (Google Cloud Core).
1504
1619
  :param pulumi.Input[str] ingress_private_ip: Private Ingress IP (IPv4).
1505
1620
  :param pulumi.Input[str] ingress_public_ip: Public Ingress IP (IPv4).
1506
1621
  :param pulumi.Input[str] looker_uri: Looker instance URI which can be used to access the Looker Instance UI.
1507
1622
  :param pulumi.Input[str] looker_version: The Looker version that the instance is using.
1508
- :param pulumi.Input[Union['InstanceMaintenanceWindowArgs', 'InstanceMaintenanceWindowArgsDict']] maintenance_window: Maintenance window for an instance. Maintenance of your instance takes place once a month, and will require your
1509
- instance to be restarted during updates, which will temporarily disrupt service.
1623
+ :param pulumi.Input[Union['InstanceMaintenanceWindowArgs', 'InstanceMaintenanceWindowArgsDict']] maintenance_window: Maintenance window for an instance.
1624
+ Maintenance of your instance takes place once a month, and will require
1625
+ your instance to be restarted during updates, which will temporarily
1626
+ disrupt service.
1627
+ Structure is documented below.
1510
1628
  :param pulumi.Input[str] name: The ID of the instance or a fully qualified identifier for the instance.
1629
+
1630
+
1631
+ - - -
1511
1632
  :param pulumi.Input[Union['InstanceOauthConfigArgs', 'InstanceOauthConfigArgsDict']] oauth_config: Looker Instance OAuth login settings.
1512
1633
  Structure is documented below.
1513
- :param pulumi.Input[str] platform_edition: Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of
1514
- these values: - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable) - LOOKER_CORE_STANDARD: pay as you go standard
1515
- instance (Currently Unavailable) - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance -
1516
- LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
1517
- Default value: "LOOKER_CORE_TRIAL" Possible values: ["LOOKER_CORE_TRIAL", "LOOKER_CORE_STANDARD",
1518
- "LOOKER_CORE_STANDARD_ANNUAL", "LOOKER_CORE_ENTERPRISE_ANNUAL", "LOOKER_CORE_EMBED_ANNUAL"]
1634
+ :param pulumi.Input[str] platform_edition: Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of these values:
1635
+ - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable)
1636
+ - LOOKER_CORE_STANDARD: pay as you go standard instance (Currently Unavailable)
1637
+ - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance
1638
+ - LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance
1639
+ - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
1640
+ Default value is `LOOKER_CORE_TRIAL`.
1641
+ Possible values are: `LOOKER_CORE_TRIAL`, `LOOKER_CORE_STANDARD`, `LOOKER_CORE_STANDARD_ANNUAL`, `LOOKER_CORE_ENTERPRISE_ANNUAL`, `LOOKER_CORE_EMBED_ANNUAL`.
1519
1642
  :param pulumi.Input[bool] private_ip_enabled: Whether private IP is enabled on the Looker instance.
1643
+ :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
1644
+ If it is not provided, the provider project is used.
1520
1645
  :param pulumi.Input[Union['InstancePscConfigArgs', 'InstancePscConfigArgsDict']] psc_config: Information for Private Service Connect (PSC) setup for a Looker instance.
1646
+ Structure is documented below.
1521
1647
  :param pulumi.Input[bool] psc_enabled: Whether Public Service Connect (PSC) is enabled on the Looker instance
1522
1648
  :param pulumi.Input[bool] public_ip_enabled: Whether public IP is enabled on the Looker instance.
1523
1649
  :param pulumi.Input[str] region: The name of the Looker region of the instance.
1524
- :param pulumi.Input[str] reserved_range: Name of a reserved IP address range within the consumer network, to be used for private service access connection. User
1525
- may or may not specify this in a request.
1650
+ :param pulumi.Input[str] reserved_range: Name of a reserved IP address range within the consumer network, to be used for
1651
+ private service access connection. User may or may not specify this in a request.
1526
1652
  :param pulumi.Input[str] update_time: The time the instance was updated in RFC3339 UTC "Zulu" format,
1527
1653
  accurate to nanoseconds.
1528
- :param pulumi.Input[Union['InstanceUserMetadataArgs', 'InstanceUserMetadataArgsDict']] user_metadata: Metadata about users for a Looker instance. These settings are only available when platform edition LOOKER_CORE_STANDARD
1529
- is set. There are ten Standard and two Developer users included in the cost of the product. You can allocate additional
1530
- Standard, Viewer, and Developer users for this instance. It is an optional step and can be modified later. With the
1531
- Standard edition of Looker (Google Cloud core), you can provision up to 50 total users, distributed across Viewer,
1532
- Standard, and Developer.
1654
+ :param pulumi.Input[Union['InstanceUserMetadataArgs', 'InstanceUserMetadataArgsDict']] user_metadata: Metadata about users for a Looker instance.
1655
+ These settings are only available when platform edition LOOKER_CORE_STANDARD is set.
1656
+ There are ten Standard and two Developer users included in the cost of the product.
1657
+ You can allocate additional Standard, Viewer, and Developer users for this instance.
1658
+ It is an optional step and can be modified later.
1659
+ With the Standard edition of Looker (Google Cloud core), you can provision up to 50
1660
+ total users, distributed across Viewer, Standard, and Developer.
1661
+ Structure is documented below.
1533
1662
  """
1534
1663
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1535
1664
 
@@ -1568,6 +1697,7 @@ class Instance(pulumi.CustomResource):
1568
1697
  def admin_settings(self) -> pulumi.Output[Optional['outputs.InstanceAdminSettings']]:
1569
1698
  """
1570
1699
  Looker instance Admin settings.
1700
+ Structure is documented below.
1571
1701
  """
1572
1702
  return pulumi.get(self, "admin_settings")
1573
1703
 
@@ -1575,8 +1705,9 @@ class Instance(pulumi.CustomResource):
1575
1705
  @pulumi.getter(name="consumerNetwork")
1576
1706
  def consumer_network(self) -> pulumi.Output[Optional[str]]:
1577
1707
  """
1578
- Network name in the consumer project in the format of: projects/{project}/global/networks/{network} Note that the
1579
- consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
1708
+ Network name in the consumer project in the format of: projects/{project}/global/networks/{network}
1709
+ Note that the consumer network may be in a different GCP project than the consumer
1710
+ project that is hosting the Looker Instance.
1580
1711
  """
1581
1712
  return pulumi.get(self, "consumer_network")
1582
1713
 
@@ -1594,6 +1725,7 @@ class Instance(pulumi.CustomResource):
1594
1725
  def custom_domain(self) -> pulumi.Output[Optional['outputs.InstanceCustomDomain']]:
1595
1726
  """
1596
1727
  Custom domain settings for a Looker instance.
1728
+ Structure is documented below.
1597
1729
  """
1598
1730
  return pulumi.get(self, "custom_domain")
1599
1731
 
@@ -1601,8 +1733,9 @@ class Instance(pulumi.CustomResource):
1601
1733
  @pulumi.getter(name="deletionPolicy")
1602
1734
  def deletion_policy(self) -> pulumi.Output[Optional[str]]:
1603
1735
  """
1604
- Policy to determine if the cluster should be deleted forcefully. If setting deletion_policy = "FORCE", the Looker
1605
- instance will be deleted regardless of its nested resources. If set to "DEFAULT", Looker instances that still have
1736
+ Policy to determine if the cluster should be deleted forcefully.
1737
+ If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
1738
+ of its nested resources. If set to "DEFAULT", Looker instances that still have
1606
1739
  nested resources will return an error. Possible values: DEFAULT, FORCE
1607
1740
  """
1608
1741
  return pulumi.get(self, "deletion_policy")
@@ -1611,8 +1744,10 @@ class Instance(pulumi.CustomResource):
1611
1744
  @pulumi.getter(name="denyMaintenancePeriod")
1612
1745
  def deny_maintenance_period(self) -> pulumi.Output[Optional['outputs.InstanceDenyMaintenancePeriod']]:
1613
1746
  """
1614
- Maintenance denial period for this instance. You must allow at least 14 days of maintenance availability between any two
1615
- deny maintenance periods.
1747
+ Maintenance denial period for this instance.
1748
+ You must allow at least 14 days of maintenance availability
1749
+ between any two deny maintenance periods.
1750
+ Structure is documented below.
1616
1751
  """
1617
1752
  return pulumi.get(self, "deny_maintenance_period")
1618
1753
 
@@ -1629,6 +1764,7 @@ class Instance(pulumi.CustomResource):
1629
1764
  def encryption_config(self) -> pulumi.Output['outputs.InstanceEncryptionConfig']:
1630
1765
  """
1631
1766
  Looker instance encryption settings.
1767
+ Structure is documented below.
1632
1768
  """
1633
1769
  return pulumi.get(self, "encryption_config")
1634
1770
 
@@ -1676,8 +1812,11 @@ class Instance(pulumi.CustomResource):
1676
1812
  @pulumi.getter(name="maintenanceWindow")
1677
1813
  def maintenance_window(self) -> pulumi.Output[Optional['outputs.InstanceMaintenanceWindow']]:
1678
1814
  """
1679
- Maintenance window for an instance. Maintenance of your instance takes place once a month, and will require your
1680
- instance to be restarted during updates, which will temporarily disrupt service.
1815
+ Maintenance window for an instance.
1816
+ Maintenance of your instance takes place once a month, and will require
1817
+ your instance to be restarted during updates, which will temporarily
1818
+ disrupt service.
1819
+ Structure is documented below.
1681
1820
  """
1682
1821
  return pulumi.get(self, "maintenance_window")
1683
1822
 
@@ -1686,12 +1825,15 @@ class Instance(pulumi.CustomResource):
1686
1825
  def name(self) -> pulumi.Output[str]:
1687
1826
  """
1688
1827
  The ID of the instance or a fully qualified identifier for the instance.
1828
+
1829
+
1830
+ - - -
1689
1831
  """
1690
1832
  return pulumi.get(self, "name")
1691
1833
 
1692
1834
  @property
1693
1835
  @pulumi.getter(name="oauthConfig")
1694
- def oauth_config(self) -> pulumi.Output['outputs.InstanceOauthConfig']:
1836
+ def oauth_config(self) -> pulumi.Output[Optional['outputs.InstanceOauthConfig']]:
1695
1837
  """
1696
1838
  Looker Instance OAuth login settings.
1697
1839
  Structure is documented below.
@@ -1702,12 +1844,14 @@ class Instance(pulumi.CustomResource):
1702
1844
  @pulumi.getter(name="platformEdition")
1703
1845
  def platform_edition(self) -> pulumi.Output[Optional[str]]:
1704
1846
  """
1705
- Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of
1706
- these values: - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable) - LOOKER_CORE_STANDARD: pay as you go standard
1707
- instance (Currently Unavailable) - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance -
1708
- LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
1709
- Default value: "LOOKER_CORE_TRIAL" Possible values: ["LOOKER_CORE_TRIAL", "LOOKER_CORE_STANDARD",
1710
- "LOOKER_CORE_STANDARD_ANNUAL", "LOOKER_CORE_ENTERPRISE_ANNUAL", "LOOKER_CORE_EMBED_ANNUAL"]
1847
+ Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of these values:
1848
+ - LOOKER_CORE_TRIAL: trial instance (Currently Unavailable)
1849
+ - LOOKER_CORE_STANDARD: pay as you go standard instance (Currently Unavailable)
1850
+ - LOOKER_CORE_STANDARD_ANNUAL: subscription standard instance
1851
+ - LOOKER_CORE_ENTERPRISE_ANNUAL: subscription enterprise instance
1852
+ - LOOKER_CORE_EMBED_ANNUAL: subscription embed instance
1853
+ Default value is `LOOKER_CORE_TRIAL`.
1854
+ Possible values are: `LOOKER_CORE_TRIAL`, `LOOKER_CORE_STANDARD`, `LOOKER_CORE_STANDARD_ANNUAL`, `LOOKER_CORE_ENTERPRISE_ANNUAL`, `LOOKER_CORE_EMBED_ANNUAL`.
1711
1855
  """
1712
1856
  return pulumi.get(self, "platform_edition")
1713
1857
 
@@ -1722,6 +1866,10 @@ class Instance(pulumi.CustomResource):
1722
1866
  @property
1723
1867
  @pulumi.getter
1724
1868
  def project(self) -> pulumi.Output[str]:
1869
+ """
1870
+ The ID of the project in which the resource belongs.
1871
+ If it is not provided, the provider project is used.
1872
+ """
1725
1873
  return pulumi.get(self, "project")
1726
1874
 
1727
1875
  @property
@@ -1729,6 +1877,7 @@ class Instance(pulumi.CustomResource):
1729
1877
  def psc_config(self) -> pulumi.Output[Optional['outputs.InstancePscConfig']]:
1730
1878
  """
1731
1879
  Information for Private Service Connect (PSC) setup for a Looker instance.
1880
+ Structure is documented below.
1732
1881
  """
1733
1882
  return pulumi.get(self, "psc_config")
1734
1883
 
@@ -1760,8 +1909,8 @@ class Instance(pulumi.CustomResource):
1760
1909
  @pulumi.getter(name="reservedRange")
1761
1910
  def reserved_range(self) -> pulumi.Output[Optional[str]]:
1762
1911
  """
1763
- Name of a reserved IP address range within the consumer network, to be used for private service access connection. User
1764
- may or may not specify this in a request.
1912
+ Name of a reserved IP address range within the consumer network, to be used for
1913
+ private service access connection. User may or may not specify this in a request.
1765
1914
  """
1766
1915
  return pulumi.get(self, "reserved_range")
1767
1916
 
@@ -1778,11 +1927,14 @@ class Instance(pulumi.CustomResource):
1778
1927
  @pulumi.getter(name="userMetadata")
1779
1928
  def user_metadata(self) -> pulumi.Output[Optional['outputs.InstanceUserMetadata']]:
1780
1929
  """
1781
- Metadata about users for a Looker instance. These settings are only available when platform edition LOOKER_CORE_STANDARD
1782
- is set. There are ten Standard and two Developer users included in the cost of the product. You can allocate additional
1783
- Standard, Viewer, and Developer users for this instance. It is an optional step and can be modified later. With the
1784
- Standard edition of Looker (Google Cloud core), you can provision up to 50 total users, distributed across Viewer,
1785
- Standard, and Developer.
1930
+ Metadata about users for a Looker instance.
1931
+ These settings are only available when platform edition LOOKER_CORE_STANDARD is set.
1932
+ There are ten Standard and two Developer users included in the cost of the product.
1933
+ You can allocate additional Standard, Viewer, and Developer users for this instance.
1934
+ It is an optional step and can be modified later.
1935
+ With the Standard edition of Looker (Google Cloud core), you can provision up to 50
1936
+ total users, distributed across Viewer, Standard, and Developer.
1937
+ Structure is documented below.
1786
1938
  """
1787
1939
  return pulumi.get(self, "user_metadata")
1788
1940