pulumi-gcp 8.19.0a1739290509__py3-none-any.whl → 8.19.1a1739444689__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 +80 -0
- pulumi_gcp/_utilities.py +8 -4
- pulumi_gcp/accesscontextmanager/_inputs.py +288 -78
- pulumi_gcp/accesscontextmanager/outputs.py +186 -54
- pulumi_gcp/appengine/_inputs.py +3 -0
- pulumi_gcp/appengine/outputs.py +2 -0
- pulumi_gcp/beyondcorp/__init__.py +5 -0
- pulumi_gcp/beyondcorp/_inputs.py +189 -0
- pulumi_gcp/beyondcorp/application.py +604 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +1049 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +868 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +174 -0
- pulumi_gcp/beyondcorp/outputs.py +111 -0
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -0
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +318 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +808 -0
- pulumi_gcp/bigqueryanalyticshub/outputs.py +263 -0
- pulumi_gcp/certificateauthority/_inputs.py +54 -0
- pulumi_gcp/certificateauthority/authority.py +149 -3
- pulumi_gcp/certificateauthority/get_authority.py +15 -4
- pulumi_gcp/certificateauthority/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/_inputs.py +112 -0
- pulumi_gcp/cloudrunv2/outputs.py +144 -1
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/colab/__init__.py +2 -0
- pulumi_gcp/colab/_inputs.py +655 -0
- pulumi_gcp/colab/notebook_execution.py +1259 -0
- pulumi_gcp/colab/outputs.py +512 -0
- pulumi_gcp/colab/runtime.py +266 -2
- pulumi_gcp/colab/runtime_template.py +79 -3
- pulumi_gcp/colab/schedule.py +1318 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +204 -0
- pulumi_gcp/compute/firewall_policy.py +54 -43
- pulumi_gcp/compute/forwarding_rule.py +103 -0
- pulumi_gcp/compute/get_forwarding_rule.py +12 -1
- pulumi_gcp/compute/interconnect_attachment.py +12 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1011 -0
- pulumi_gcp/compute/outputs.py +187 -0
- pulumi_gcp/compute/public_advertised_prefix.py +35 -7
- pulumi_gcp/compute/public_delegated_prefix.py +171 -7
- pulumi_gcp/compute/region_resize_request.py +21 -22
- pulumi_gcp/compute/resize_request.py +22 -23
- pulumi_gcp/compute/subnetwork.py +14 -7
- pulumi_gcp/container/_inputs.py +54 -1
- pulumi_gcp/container/outputs.py +79 -1
- pulumi_gcp/datastream/connection_profile.py +120 -46
- pulumi_gcp/discoveryengine/chat_engine.py +7 -7
- pulumi_gcp/filestore/_inputs.py +222 -0
- pulumi_gcp/filestore/get_instance.py +23 -1
- pulumi_gcp/filestore/instance.py +86 -0
- pulumi_gcp/filestore/outputs.py +282 -0
- pulumi_gcp/gemini/__init__.py +2 -0
- pulumi_gcp/gemini/logging_setting.py +671 -0
- pulumi_gcp/gemini/release_channel_setting.py +639 -0
- pulumi_gcp/memorystore/_inputs.py +296 -0
- pulumi_gcp/memorystore/instance.py +32 -28
- pulumi_gcp/memorystore/outputs.py +224 -0
- pulumi_gcp/monitoring/_inputs.py +12 -9
- pulumi_gcp/monitoring/outputs.py +8 -6
- pulumi_gcp/networkservices/_inputs.py +89 -0
- pulumi_gcp/networkservices/outputs.py +75 -0
- pulumi_gcp/parametermanager/__init__.py +2 -0
- pulumi_gcp/parametermanager/get_parameter_version_render.py +199 -0
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +220 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +14 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/branch_rule.py +4 -0
- pulumi_gcp/securesourcemanager/repository.py +4 -0
- pulumi_gcp/storage/bucket_object.py +8 -0
- pulumi_gcp/workbench/instance.py +70 -2
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/RECORD +76 -63
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.19.0a1739290509.dist-info → pulumi_gcp-8.19.1a1739444689.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,174 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import copy
|
6
|
+
import warnings
|
7
|
+
import sys
|
8
|
+
import pulumi
|
9
|
+
import pulumi.runtime
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
|
+
from .. import _utilities
|
16
|
+
|
17
|
+
__all__ = [
|
18
|
+
'GetApplicationIamPolicyResult',
|
19
|
+
'AwaitableGetApplicationIamPolicyResult',
|
20
|
+
'get_application_iam_policy',
|
21
|
+
'get_application_iam_policy_output',
|
22
|
+
]
|
23
|
+
|
24
|
+
@pulumi.output_type
|
25
|
+
class GetApplicationIamPolicyResult:
|
26
|
+
"""
|
27
|
+
A collection of values returned by getApplicationIamPolicy.
|
28
|
+
"""
|
29
|
+
def __init__(__self__, application_id=None, etag=None, id=None, policy_data=None, project=None, security_gateways_id=None):
|
30
|
+
if application_id and not isinstance(application_id, str):
|
31
|
+
raise TypeError("Expected argument 'application_id' to be a str")
|
32
|
+
pulumi.set(__self__, "application_id", application_id)
|
33
|
+
if etag and not isinstance(etag, str):
|
34
|
+
raise TypeError("Expected argument 'etag' to be a str")
|
35
|
+
pulumi.set(__self__, "etag", etag)
|
36
|
+
if id and not isinstance(id, str):
|
37
|
+
raise TypeError("Expected argument 'id' to be a str")
|
38
|
+
pulumi.set(__self__, "id", id)
|
39
|
+
if policy_data and not isinstance(policy_data, str):
|
40
|
+
raise TypeError("Expected argument 'policy_data' to be a str")
|
41
|
+
pulumi.set(__self__, "policy_data", policy_data)
|
42
|
+
if project and not isinstance(project, str):
|
43
|
+
raise TypeError("Expected argument 'project' to be a str")
|
44
|
+
pulumi.set(__self__, "project", project)
|
45
|
+
if security_gateways_id and not isinstance(security_gateways_id, str):
|
46
|
+
raise TypeError("Expected argument 'security_gateways_id' to be a str")
|
47
|
+
pulumi.set(__self__, "security_gateways_id", security_gateways_id)
|
48
|
+
|
49
|
+
@property
|
50
|
+
@pulumi.getter(name="applicationId")
|
51
|
+
def application_id(self) -> str:
|
52
|
+
return pulumi.get(self, "application_id")
|
53
|
+
|
54
|
+
@property
|
55
|
+
@pulumi.getter
|
56
|
+
def etag(self) -> str:
|
57
|
+
"""
|
58
|
+
(Computed) The etag of the IAM policy.
|
59
|
+
"""
|
60
|
+
return pulumi.get(self, "etag")
|
61
|
+
|
62
|
+
@property
|
63
|
+
@pulumi.getter
|
64
|
+
def id(self) -> str:
|
65
|
+
"""
|
66
|
+
The provider-assigned unique ID for this managed resource.
|
67
|
+
"""
|
68
|
+
return pulumi.get(self, "id")
|
69
|
+
|
70
|
+
@property
|
71
|
+
@pulumi.getter(name="policyData")
|
72
|
+
def policy_data(self) -> str:
|
73
|
+
"""
|
74
|
+
(Required only by `beyondcorp.ApplicationIamPolicy`) The policy data generated by
|
75
|
+
a `organizations_get_iam_policy` data source.
|
76
|
+
"""
|
77
|
+
return pulumi.get(self, "policy_data")
|
78
|
+
|
79
|
+
@property
|
80
|
+
@pulumi.getter
|
81
|
+
def project(self) -> str:
|
82
|
+
return pulumi.get(self, "project")
|
83
|
+
|
84
|
+
@property
|
85
|
+
@pulumi.getter(name="securityGatewaysId")
|
86
|
+
def security_gateways_id(self) -> str:
|
87
|
+
return pulumi.get(self, "security_gateways_id")
|
88
|
+
|
89
|
+
|
90
|
+
class AwaitableGetApplicationIamPolicyResult(GetApplicationIamPolicyResult):
|
91
|
+
# pylint: disable=using-constant-test
|
92
|
+
def __await__(self):
|
93
|
+
if False:
|
94
|
+
yield self
|
95
|
+
return GetApplicationIamPolicyResult(
|
96
|
+
application_id=self.application_id,
|
97
|
+
etag=self.etag,
|
98
|
+
id=self.id,
|
99
|
+
policy_data=self.policy_data,
|
100
|
+
project=self.project,
|
101
|
+
security_gateways_id=self.security_gateways_id)
|
102
|
+
|
103
|
+
|
104
|
+
def get_application_iam_policy(application_id: Optional[str] = None,
|
105
|
+
project: Optional[str] = None,
|
106
|
+
security_gateways_id: Optional[str] = None,
|
107
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetApplicationIamPolicyResult:
|
108
|
+
"""
|
109
|
+
Retrieves the current IAM policy data for application
|
110
|
+
|
111
|
+
## example
|
112
|
+
|
113
|
+
```python
|
114
|
+
import pulumi
|
115
|
+
import pulumi_gcp as gcp
|
116
|
+
|
117
|
+
policy = gcp.beyondcorp.get_application_iam_policy(project=example["project"],
|
118
|
+
security_gateways_id=example["securityGatewaysId"],
|
119
|
+
application_id=example["applicationId"])
|
120
|
+
```
|
121
|
+
|
122
|
+
|
123
|
+
:param str project: The ID of the project in which the resource belongs.
|
124
|
+
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
125
|
+
"""
|
126
|
+
__args__ = dict()
|
127
|
+
__args__['applicationId'] = application_id
|
128
|
+
__args__['project'] = project
|
129
|
+
__args__['securityGatewaysId'] = security_gateways_id
|
130
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
131
|
+
__ret__ = pulumi.runtime.invoke('gcp:beyondcorp/getApplicationIamPolicy:getApplicationIamPolicy', __args__, opts=opts, typ=GetApplicationIamPolicyResult).value
|
132
|
+
|
133
|
+
return AwaitableGetApplicationIamPolicyResult(
|
134
|
+
application_id=pulumi.get(__ret__, 'application_id'),
|
135
|
+
etag=pulumi.get(__ret__, 'etag'),
|
136
|
+
id=pulumi.get(__ret__, 'id'),
|
137
|
+
policy_data=pulumi.get(__ret__, 'policy_data'),
|
138
|
+
project=pulumi.get(__ret__, 'project'),
|
139
|
+
security_gateways_id=pulumi.get(__ret__, 'security_gateways_id'))
|
140
|
+
def get_application_iam_policy_output(application_id: Optional[pulumi.Input[str]] = None,
|
141
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
142
|
+
security_gateways_id: Optional[pulumi.Input[str]] = None,
|
143
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetApplicationIamPolicyResult]:
|
144
|
+
"""
|
145
|
+
Retrieves the current IAM policy data for application
|
146
|
+
|
147
|
+
## example
|
148
|
+
|
149
|
+
```python
|
150
|
+
import pulumi
|
151
|
+
import pulumi_gcp as gcp
|
152
|
+
|
153
|
+
policy = gcp.beyondcorp.get_application_iam_policy(project=example["project"],
|
154
|
+
security_gateways_id=example["securityGatewaysId"],
|
155
|
+
application_id=example["applicationId"])
|
156
|
+
```
|
157
|
+
|
158
|
+
|
159
|
+
:param str project: The ID of the project in which the resource belongs.
|
160
|
+
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
161
|
+
"""
|
162
|
+
__args__ = dict()
|
163
|
+
__args__['applicationId'] = application_id
|
164
|
+
__args__['project'] = project
|
165
|
+
__args__['securityGatewaysId'] = security_gateways_id
|
166
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
167
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:beyondcorp/getApplicationIamPolicy:getApplicationIamPolicy', __args__, opts=opts, typ=GetApplicationIamPolicyResult)
|
168
|
+
return __ret__.apply(lambda __response__: GetApplicationIamPolicyResult(
|
169
|
+
application_id=pulumi.get(__response__, 'application_id'),
|
170
|
+
etag=pulumi.get(__response__, 'etag'),
|
171
|
+
id=pulumi.get(__response__, 'id'),
|
172
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
173
|
+
project=pulumi.get(__response__, 'project'),
|
174
|
+
security_gateways_id=pulumi.get(__response__, 'security_gateways_id')))
|
pulumi_gcp/beyondcorp/outputs.py
CHANGED
@@ -21,6 +21,9 @@ __all__ = [
|
|
21
21
|
'AppConnectorPrincipalInfo',
|
22
22
|
'AppConnectorPrincipalInfoServiceAccount',
|
23
23
|
'AppGatewayAllocatedConnection',
|
24
|
+
'ApplicationEndpointMatcher',
|
25
|
+
'ApplicationIamBindingCondition',
|
26
|
+
'ApplicationIamMemberCondition',
|
24
27
|
'SecurityGatewayHub',
|
25
28
|
'SecurityGatewayHubInternetGateway',
|
26
29
|
'SecurityGatewayIamBindingCondition',
|
@@ -255,6 +258,114 @@ class AppGatewayAllocatedConnection(dict):
|
|
255
258
|
return pulumi.get(self, "psc_uri")
|
256
259
|
|
257
260
|
|
261
|
+
@pulumi.output_type
|
262
|
+
class ApplicationEndpointMatcher(dict):
|
263
|
+
def __init__(__self__, *,
|
264
|
+
hostname: str,
|
265
|
+
ports: Optional[Sequence[int]] = None):
|
266
|
+
"""
|
267
|
+
:param str hostname: Required. Hostname of the application.
|
268
|
+
:param Sequence[int] ports: Optional. Ports of the application.
|
269
|
+
|
270
|
+
- - -
|
271
|
+
"""
|
272
|
+
pulumi.set(__self__, "hostname", hostname)
|
273
|
+
if ports is not None:
|
274
|
+
pulumi.set(__self__, "ports", ports)
|
275
|
+
|
276
|
+
@property
|
277
|
+
@pulumi.getter
|
278
|
+
def hostname(self) -> str:
|
279
|
+
"""
|
280
|
+
Required. Hostname of the application.
|
281
|
+
"""
|
282
|
+
return pulumi.get(self, "hostname")
|
283
|
+
|
284
|
+
@property
|
285
|
+
@pulumi.getter
|
286
|
+
def ports(self) -> Optional[Sequence[int]]:
|
287
|
+
"""
|
288
|
+
Optional. Ports of the application.
|
289
|
+
|
290
|
+
- - -
|
291
|
+
"""
|
292
|
+
return pulumi.get(self, "ports")
|
293
|
+
|
294
|
+
|
295
|
+
@pulumi.output_type
|
296
|
+
class ApplicationIamBindingCondition(dict):
|
297
|
+
def __init__(__self__, *,
|
298
|
+
expression: str,
|
299
|
+
title: str,
|
300
|
+
description: Optional[str] = None):
|
301
|
+
"""
|
302
|
+
:param str expression: Textual representation of an expression in Common Expression Language syntax.
|
303
|
+
:param str title: A title for the expression, i.e. a short string describing its purpose.
|
304
|
+
"""
|
305
|
+
pulumi.set(__self__, "expression", expression)
|
306
|
+
pulumi.set(__self__, "title", title)
|
307
|
+
if description is not None:
|
308
|
+
pulumi.set(__self__, "description", description)
|
309
|
+
|
310
|
+
@property
|
311
|
+
@pulumi.getter
|
312
|
+
def expression(self) -> str:
|
313
|
+
"""
|
314
|
+
Textual representation of an expression in Common Expression Language syntax.
|
315
|
+
"""
|
316
|
+
return pulumi.get(self, "expression")
|
317
|
+
|
318
|
+
@property
|
319
|
+
@pulumi.getter
|
320
|
+
def title(self) -> str:
|
321
|
+
"""
|
322
|
+
A title for the expression, i.e. a short string describing its purpose.
|
323
|
+
"""
|
324
|
+
return pulumi.get(self, "title")
|
325
|
+
|
326
|
+
@property
|
327
|
+
@pulumi.getter
|
328
|
+
def description(self) -> Optional[str]:
|
329
|
+
return pulumi.get(self, "description")
|
330
|
+
|
331
|
+
|
332
|
+
@pulumi.output_type
|
333
|
+
class ApplicationIamMemberCondition(dict):
|
334
|
+
def __init__(__self__, *,
|
335
|
+
expression: str,
|
336
|
+
title: str,
|
337
|
+
description: Optional[str] = None):
|
338
|
+
"""
|
339
|
+
:param str expression: Textual representation of an expression in Common Expression Language syntax.
|
340
|
+
:param str title: A title for the expression, i.e. a short string describing its purpose.
|
341
|
+
"""
|
342
|
+
pulumi.set(__self__, "expression", expression)
|
343
|
+
pulumi.set(__self__, "title", title)
|
344
|
+
if description is not None:
|
345
|
+
pulumi.set(__self__, "description", description)
|
346
|
+
|
347
|
+
@property
|
348
|
+
@pulumi.getter
|
349
|
+
def expression(self) -> str:
|
350
|
+
"""
|
351
|
+
Textual representation of an expression in Common Expression Language syntax.
|
352
|
+
"""
|
353
|
+
return pulumi.get(self, "expression")
|
354
|
+
|
355
|
+
@property
|
356
|
+
@pulumi.getter
|
357
|
+
def title(self) -> str:
|
358
|
+
"""
|
359
|
+
A title for the expression, i.e. a short string describing its purpose.
|
360
|
+
"""
|
361
|
+
return pulumi.get(self, "title")
|
362
|
+
|
363
|
+
@property
|
364
|
+
@pulumi.getter
|
365
|
+
def description(self) -> Optional[str]:
|
366
|
+
return pulumi.get(self, "description")
|
367
|
+
|
368
|
+
|
258
369
|
@pulumi.output_type
|
259
370
|
class SecurityGatewayHub(dict):
|
260
371
|
@staticmethod
|
@@ -39,6 +39,14 @@ __all__ = [
|
|
39
39
|
'ListingPublisherArgsDict',
|
40
40
|
'ListingRestrictedExportConfigArgs',
|
41
41
|
'ListingRestrictedExportConfigArgsDict',
|
42
|
+
'ListingSubscriptionDestinationDatasetArgs',
|
43
|
+
'ListingSubscriptionDestinationDatasetArgsDict',
|
44
|
+
'ListingSubscriptionDestinationDatasetDatasetReferenceArgs',
|
45
|
+
'ListingSubscriptionDestinationDatasetDatasetReferenceArgsDict',
|
46
|
+
'ListingSubscriptionLinkedDatasetMapArgs',
|
47
|
+
'ListingSubscriptionLinkedDatasetMapArgsDict',
|
48
|
+
'ListingSubscriptionLinkedResourceArgs',
|
49
|
+
'ListingSubscriptionLinkedResourceArgsDict',
|
42
50
|
]
|
43
51
|
|
44
52
|
MYPY = False
|
@@ -576,3 +584,313 @@ class ListingRestrictedExportConfigArgs:
|
|
576
584
|
pulumi.set(self, "restrict_query_result", value)
|
577
585
|
|
578
586
|
|
587
|
+
if not MYPY:
|
588
|
+
class ListingSubscriptionDestinationDatasetArgsDict(TypedDict):
|
589
|
+
dataset_reference: pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgsDict']
|
590
|
+
"""
|
591
|
+
A reference that identifies the destination dataset.
|
592
|
+
Structure is documented below.
|
593
|
+
"""
|
594
|
+
location: pulumi.Input[str]
|
595
|
+
"""
|
596
|
+
The geographic location where the dataset should reside.
|
597
|
+
See https://cloud.google.com/bigquery/docs/locations for supported locations.
|
598
|
+
"""
|
599
|
+
description: NotRequired[pulumi.Input[str]]
|
600
|
+
"""
|
601
|
+
A user-friendly description of the dataset.
|
602
|
+
"""
|
603
|
+
friendly_name: NotRequired[pulumi.Input[str]]
|
604
|
+
"""
|
605
|
+
A descriptive name for the dataset.
|
606
|
+
"""
|
607
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
608
|
+
"""
|
609
|
+
The labels associated with this dataset. You can use these to
|
610
|
+
organize and group your datasets.
|
611
|
+
"""
|
612
|
+
elif False:
|
613
|
+
ListingSubscriptionDestinationDatasetArgsDict: TypeAlias = Mapping[str, Any]
|
614
|
+
|
615
|
+
@pulumi.input_type
|
616
|
+
class ListingSubscriptionDestinationDatasetArgs:
|
617
|
+
def __init__(__self__, *,
|
618
|
+
dataset_reference: pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgs'],
|
619
|
+
location: pulumi.Input[str],
|
620
|
+
description: Optional[pulumi.Input[str]] = None,
|
621
|
+
friendly_name: Optional[pulumi.Input[str]] = None,
|
622
|
+
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
623
|
+
"""
|
624
|
+
:param pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgs'] dataset_reference: A reference that identifies the destination dataset.
|
625
|
+
Structure is documented below.
|
626
|
+
:param pulumi.Input[str] location: The geographic location where the dataset should reside.
|
627
|
+
See https://cloud.google.com/bigquery/docs/locations for supported locations.
|
628
|
+
:param pulumi.Input[str] description: A user-friendly description of the dataset.
|
629
|
+
:param pulumi.Input[str] friendly_name: A descriptive name for the dataset.
|
630
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: The labels associated with this dataset. You can use these to
|
631
|
+
organize and group your datasets.
|
632
|
+
"""
|
633
|
+
pulumi.set(__self__, "dataset_reference", dataset_reference)
|
634
|
+
pulumi.set(__self__, "location", location)
|
635
|
+
if description is not None:
|
636
|
+
pulumi.set(__self__, "description", description)
|
637
|
+
if friendly_name is not None:
|
638
|
+
pulumi.set(__self__, "friendly_name", friendly_name)
|
639
|
+
if labels is not None:
|
640
|
+
pulumi.set(__self__, "labels", labels)
|
641
|
+
|
642
|
+
@property
|
643
|
+
@pulumi.getter(name="datasetReference")
|
644
|
+
def dataset_reference(self) -> pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgs']:
|
645
|
+
"""
|
646
|
+
A reference that identifies the destination dataset.
|
647
|
+
Structure is documented below.
|
648
|
+
"""
|
649
|
+
return pulumi.get(self, "dataset_reference")
|
650
|
+
|
651
|
+
@dataset_reference.setter
|
652
|
+
def dataset_reference(self, value: pulumi.Input['ListingSubscriptionDestinationDatasetDatasetReferenceArgs']):
|
653
|
+
pulumi.set(self, "dataset_reference", value)
|
654
|
+
|
655
|
+
@property
|
656
|
+
@pulumi.getter
|
657
|
+
def location(self) -> pulumi.Input[str]:
|
658
|
+
"""
|
659
|
+
The geographic location where the dataset should reside.
|
660
|
+
See https://cloud.google.com/bigquery/docs/locations for supported locations.
|
661
|
+
"""
|
662
|
+
return pulumi.get(self, "location")
|
663
|
+
|
664
|
+
@location.setter
|
665
|
+
def location(self, value: pulumi.Input[str]):
|
666
|
+
pulumi.set(self, "location", value)
|
667
|
+
|
668
|
+
@property
|
669
|
+
@pulumi.getter
|
670
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
671
|
+
"""
|
672
|
+
A user-friendly description of the dataset.
|
673
|
+
"""
|
674
|
+
return pulumi.get(self, "description")
|
675
|
+
|
676
|
+
@description.setter
|
677
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
678
|
+
pulumi.set(self, "description", value)
|
679
|
+
|
680
|
+
@property
|
681
|
+
@pulumi.getter(name="friendlyName")
|
682
|
+
def friendly_name(self) -> Optional[pulumi.Input[str]]:
|
683
|
+
"""
|
684
|
+
A descriptive name for the dataset.
|
685
|
+
"""
|
686
|
+
return pulumi.get(self, "friendly_name")
|
687
|
+
|
688
|
+
@friendly_name.setter
|
689
|
+
def friendly_name(self, value: Optional[pulumi.Input[str]]):
|
690
|
+
pulumi.set(self, "friendly_name", value)
|
691
|
+
|
692
|
+
@property
|
693
|
+
@pulumi.getter
|
694
|
+
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
695
|
+
"""
|
696
|
+
The labels associated with this dataset. You can use these to
|
697
|
+
organize and group your datasets.
|
698
|
+
"""
|
699
|
+
return pulumi.get(self, "labels")
|
700
|
+
|
701
|
+
@labels.setter
|
702
|
+
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
703
|
+
pulumi.set(self, "labels", value)
|
704
|
+
|
705
|
+
|
706
|
+
if not MYPY:
|
707
|
+
class ListingSubscriptionDestinationDatasetDatasetReferenceArgsDict(TypedDict):
|
708
|
+
dataset_id: pulumi.Input[str]
|
709
|
+
"""
|
710
|
+
A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
|
711
|
+
"""
|
712
|
+
project_id: pulumi.Input[str]
|
713
|
+
"""
|
714
|
+
The ID of the project containing this dataset.
|
715
|
+
|
716
|
+
- - -
|
717
|
+
"""
|
718
|
+
elif False:
|
719
|
+
ListingSubscriptionDestinationDatasetDatasetReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
720
|
+
|
721
|
+
@pulumi.input_type
|
722
|
+
class ListingSubscriptionDestinationDatasetDatasetReferenceArgs:
|
723
|
+
def __init__(__self__, *,
|
724
|
+
dataset_id: pulumi.Input[str],
|
725
|
+
project_id: pulumi.Input[str]):
|
726
|
+
"""
|
727
|
+
:param pulumi.Input[str] dataset_id: A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
|
728
|
+
:param pulumi.Input[str] project_id: The ID of the project containing this dataset.
|
729
|
+
|
730
|
+
- - -
|
731
|
+
"""
|
732
|
+
pulumi.set(__self__, "dataset_id", dataset_id)
|
733
|
+
pulumi.set(__self__, "project_id", project_id)
|
734
|
+
|
735
|
+
@property
|
736
|
+
@pulumi.getter(name="datasetId")
|
737
|
+
def dataset_id(self) -> pulumi.Input[str]:
|
738
|
+
"""
|
739
|
+
A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
|
740
|
+
"""
|
741
|
+
return pulumi.get(self, "dataset_id")
|
742
|
+
|
743
|
+
@dataset_id.setter
|
744
|
+
def dataset_id(self, value: pulumi.Input[str]):
|
745
|
+
pulumi.set(self, "dataset_id", value)
|
746
|
+
|
747
|
+
@property
|
748
|
+
@pulumi.getter(name="projectId")
|
749
|
+
def project_id(self) -> pulumi.Input[str]:
|
750
|
+
"""
|
751
|
+
The ID of the project containing this dataset.
|
752
|
+
|
753
|
+
- - -
|
754
|
+
"""
|
755
|
+
return pulumi.get(self, "project_id")
|
756
|
+
|
757
|
+
@project_id.setter
|
758
|
+
def project_id(self, value: pulumi.Input[str]):
|
759
|
+
pulumi.set(self, "project_id", value)
|
760
|
+
|
761
|
+
|
762
|
+
if not MYPY:
|
763
|
+
class ListingSubscriptionLinkedDatasetMapArgsDict(TypedDict):
|
764
|
+
resource_name: pulumi.Input[str]
|
765
|
+
"""
|
766
|
+
(Required) The identifier for this object. Format specified above.
|
767
|
+
"""
|
768
|
+
linked_dataset: NotRequired[pulumi.Input[str]]
|
769
|
+
"""
|
770
|
+
(Output)
|
771
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
772
|
+
"""
|
773
|
+
listing: NotRequired[pulumi.Input[str]]
|
774
|
+
"""
|
775
|
+
(Output)
|
776
|
+
Output only. Listing for which linked resource is created.
|
777
|
+
"""
|
778
|
+
elif False:
|
779
|
+
ListingSubscriptionLinkedDatasetMapArgsDict: TypeAlias = Mapping[str, Any]
|
780
|
+
|
781
|
+
@pulumi.input_type
|
782
|
+
class ListingSubscriptionLinkedDatasetMapArgs:
|
783
|
+
def __init__(__self__, *,
|
784
|
+
resource_name: pulumi.Input[str],
|
785
|
+
linked_dataset: Optional[pulumi.Input[str]] = None,
|
786
|
+
listing: Optional[pulumi.Input[str]] = None):
|
787
|
+
"""
|
788
|
+
:param pulumi.Input[str] resource_name: (Required) The identifier for this object. Format specified above.
|
789
|
+
:param pulumi.Input[str] linked_dataset: (Output)
|
790
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
791
|
+
:param pulumi.Input[str] listing: (Output)
|
792
|
+
Output only. Listing for which linked resource is created.
|
793
|
+
"""
|
794
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
795
|
+
if linked_dataset is not None:
|
796
|
+
pulumi.set(__self__, "linked_dataset", linked_dataset)
|
797
|
+
if listing is not None:
|
798
|
+
pulumi.set(__self__, "listing", listing)
|
799
|
+
|
800
|
+
@property
|
801
|
+
@pulumi.getter(name="resourceName")
|
802
|
+
def resource_name(self) -> pulumi.Input[str]:
|
803
|
+
"""
|
804
|
+
(Required) The identifier for this object. Format specified above.
|
805
|
+
"""
|
806
|
+
return pulumi.get(self, "resource_name")
|
807
|
+
|
808
|
+
@resource_name.setter
|
809
|
+
def resource_name(self, value: pulumi.Input[str]):
|
810
|
+
pulumi.set(self, "resource_name", value)
|
811
|
+
|
812
|
+
@property
|
813
|
+
@pulumi.getter(name="linkedDataset")
|
814
|
+
def linked_dataset(self) -> Optional[pulumi.Input[str]]:
|
815
|
+
"""
|
816
|
+
(Output)
|
817
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
818
|
+
"""
|
819
|
+
return pulumi.get(self, "linked_dataset")
|
820
|
+
|
821
|
+
@linked_dataset.setter
|
822
|
+
def linked_dataset(self, value: Optional[pulumi.Input[str]]):
|
823
|
+
pulumi.set(self, "linked_dataset", value)
|
824
|
+
|
825
|
+
@property
|
826
|
+
@pulumi.getter
|
827
|
+
def listing(self) -> Optional[pulumi.Input[str]]:
|
828
|
+
"""
|
829
|
+
(Output)
|
830
|
+
Output only. Listing for which linked resource is created.
|
831
|
+
"""
|
832
|
+
return pulumi.get(self, "listing")
|
833
|
+
|
834
|
+
@listing.setter
|
835
|
+
def listing(self, value: Optional[pulumi.Input[str]]):
|
836
|
+
pulumi.set(self, "listing", value)
|
837
|
+
|
838
|
+
|
839
|
+
if not MYPY:
|
840
|
+
class ListingSubscriptionLinkedResourceArgsDict(TypedDict):
|
841
|
+
linked_dataset: NotRequired[pulumi.Input[str]]
|
842
|
+
"""
|
843
|
+
(Output)
|
844
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
845
|
+
"""
|
846
|
+
listing: NotRequired[pulumi.Input[str]]
|
847
|
+
"""
|
848
|
+
(Output)
|
849
|
+
Output only. Listing for which linked resource is created.
|
850
|
+
"""
|
851
|
+
elif False:
|
852
|
+
ListingSubscriptionLinkedResourceArgsDict: TypeAlias = Mapping[str, Any]
|
853
|
+
|
854
|
+
@pulumi.input_type
|
855
|
+
class ListingSubscriptionLinkedResourceArgs:
|
856
|
+
def __init__(__self__, *,
|
857
|
+
linked_dataset: Optional[pulumi.Input[str]] = None,
|
858
|
+
listing: Optional[pulumi.Input[str]] = None):
|
859
|
+
"""
|
860
|
+
:param pulumi.Input[str] linked_dataset: (Output)
|
861
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
862
|
+
:param pulumi.Input[str] listing: (Output)
|
863
|
+
Output only. Listing for which linked resource is created.
|
864
|
+
"""
|
865
|
+
if linked_dataset is not None:
|
866
|
+
pulumi.set(__self__, "linked_dataset", linked_dataset)
|
867
|
+
if listing is not None:
|
868
|
+
pulumi.set(__self__, "listing", listing)
|
869
|
+
|
870
|
+
@property
|
871
|
+
@pulumi.getter(name="linkedDataset")
|
872
|
+
def linked_dataset(self) -> Optional[pulumi.Input[str]]:
|
873
|
+
"""
|
874
|
+
(Output)
|
875
|
+
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linkedDataset
|
876
|
+
"""
|
877
|
+
return pulumi.get(self, "linked_dataset")
|
878
|
+
|
879
|
+
@linked_dataset.setter
|
880
|
+
def linked_dataset(self, value: Optional[pulumi.Input[str]]):
|
881
|
+
pulumi.set(self, "linked_dataset", value)
|
882
|
+
|
883
|
+
@property
|
884
|
+
@pulumi.getter
|
885
|
+
def listing(self) -> Optional[pulumi.Input[str]]:
|
886
|
+
"""
|
887
|
+
(Output)
|
888
|
+
Output only. Listing for which linked resource is created.
|
889
|
+
"""
|
890
|
+
return pulumi.get(self, "listing")
|
891
|
+
|
892
|
+
@listing.setter
|
893
|
+
def listing(self, value: Optional[pulumi.Input[str]]):
|
894
|
+
pulumi.set(self, "listing", value)
|
895
|
+
|
896
|
+
|