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