pulumi-gcp 8.13.0__py3-none-any.whl → 8.13.0a1734503365__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 +0 -43
- pulumi_gcp/accesscontextmanager/_inputs.py +3 -3
- pulumi_gcp/accesscontextmanager/outputs.py +2 -2
- pulumi_gcp/artifactregistry/_inputs.py +0 -83
- pulumi_gcp/artifactregistry/get_repository.py +4 -15
- pulumi_gcp/artifactregistry/outputs.py +0 -112
- pulumi_gcp/artifactregistry/repository.py +7 -93
- pulumi_gcp/backupdisasterrecovery/get_backup.py +2 -38
- pulumi_gcp/backupdisasterrecovery/get_data_source.py +2 -38
- pulumi_gcp/backupdisasterrecovery/outputs.py +8 -8
- pulumi_gcp/bigquery/_inputs.py +0 -369
- pulumi_gcp/bigquery/dataset_access.py +0 -61
- pulumi_gcp/bigquery/job.py +18 -6
- pulumi_gcp/bigquery/outputs.py +0 -350
- pulumi_gcp/bigquery/table.py +0 -47
- pulumi_gcp/cloudrunv2/_inputs.py +3 -6
- pulumi_gcp/cloudrunv2/outputs.py +6 -10
- pulumi_gcp/composer/_inputs.py +5 -80
- pulumi_gcp/composer/outputs.py +4 -111
- pulumi_gcp/compute/_inputs.py +87 -181
- pulumi_gcp/compute/firewall_policy_association.py +39 -50
- pulumi_gcp/compute/get_network.py +2 -17
- pulumi_gcp/compute/get_subnetwork.py +4 -18
- pulumi_gcp/compute/network.py +2 -39
- pulumi_gcp/compute/outputs.py +58 -157
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/resize_request.py +40 -26
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/dataproc/batch.py +18 -4
- pulumi_gcp/datastream/_inputs.py +0 -68
- pulumi_gcp/datastream/outputs.py +1 -41
- pulumi_gcp/developerconnect/connection.py +12 -58
- pulumi_gcp/diagflow/_inputs.py +3 -3
- pulumi_gcp/diagflow/outputs.py +2 -2
- pulumi_gcp/filestore/backup.py +3 -71
- pulumi_gcp/firebase/hosting_custom_domain.py +4 -4
- pulumi_gcp/firestore/_inputs.py +3 -3
- pulumi_gcp/firestore/outputs.py +2 -2
- pulumi_gcp/gkehub/__init__.py +0 -1
- pulumi_gcp/gkehub/outputs.py +0 -1153
- pulumi_gcp/gkeonprem/__init__.py +0 -1
- pulumi_gcp/gkeonprem/_inputs.py +0 -2364
- pulumi_gcp/gkeonprem/outputs.py +0 -1780
- pulumi_gcp/integrationconnectors/_inputs.py +6 -6
- pulumi_gcp/integrationconnectors/connection.py +7 -7
- pulumi_gcp/integrationconnectors/outputs.py +4 -4
- pulumi_gcp/kms/__init__.py +0 -2
- pulumi_gcp/netapp/kmsconfig.py +14 -2
- pulumi_gcp/networkconnectivity/hub.py +0 -108
- pulumi_gcp/networkconnectivity/spoke.py +0 -195
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -4
- pulumi_gcp/networksecurity/__init__.py +0 -2
- pulumi_gcp/networksecurity/_inputs.py +0 -78
- pulumi_gcp/networksecurity/outputs.py +0 -48
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parallelstore/instance.py +0 -149
- pulumi_gcp/projects/usage_export_bucket.py +110 -42
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +16 -4
- pulumi_gcp/spanner/instance_iam_binding.py +0 -14
- pulumi_gcp/spanner/instance_iam_member.py +0 -14
- pulumi_gcp/sql/database_instance.py +7 -7
- pulumi_gcp/storage/__init__.py +0 -1
- pulumi_gcp/storage/_inputs.py +0 -431
- pulumi_gcp/storage/outputs.py +0 -363
- pulumi_gcp/storage/transfer_job.py +38 -84
- pulumi_gcp/vertex/_inputs.py +25 -26
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +14 -15
- pulumi_gcp/workstations/workstation.py +1 -55
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/RECORD +79 -90
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/WHEEL +1 -1
- pulumi_gcp/chronicle/__init__.py +0 -10
- pulumi_gcp/chronicle/_inputs.py +0 -169
- pulumi_gcp/chronicle/outputs.py +0 -107
- pulumi_gcp/chronicle/watchlist.py +0 -776
- pulumi_gcp/gkehub/get_feature.py +0 -226
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +0 -1715
- pulumi_gcp/kms/get_autokey_config.py +0 -121
- pulumi_gcp/kms/get_key_handle.py +0 -185
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -723
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -815
- pulumi_gcp/storage/folder.py +0 -483
- {pulumi_gcp-8.13.0.dist-info → pulumi_gcp-8.13.0a1734503365.dist-info}/top_level.txt +0 -0
@@ -1,121 +0,0 @@
|
|
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
|
-
'GetAutokeyConfigResult',
|
19
|
-
'AwaitableGetAutokeyConfigResult',
|
20
|
-
'get_autokey_config',
|
21
|
-
'get_autokey_config_output',
|
22
|
-
]
|
23
|
-
|
24
|
-
@pulumi.output_type
|
25
|
-
class GetAutokeyConfigResult:
|
26
|
-
"""
|
27
|
-
A collection of values returned by getAutokeyConfig.
|
28
|
-
"""
|
29
|
-
def __init__(__self__, folder=None, id=None, key_project=None):
|
30
|
-
if folder and not isinstance(folder, str):
|
31
|
-
raise TypeError("Expected argument 'folder' to be a str")
|
32
|
-
pulumi.set(__self__, "folder", folder)
|
33
|
-
if id and not isinstance(id, str):
|
34
|
-
raise TypeError("Expected argument 'id' to be a str")
|
35
|
-
pulumi.set(__self__, "id", id)
|
36
|
-
if key_project and not isinstance(key_project, str):
|
37
|
-
raise TypeError("Expected argument 'key_project' to be a str")
|
38
|
-
pulumi.set(__self__, "key_project", key_project)
|
39
|
-
|
40
|
-
@property
|
41
|
-
@pulumi.getter
|
42
|
-
def folder(self) -> str:
|
43
|
-
return pulumi.get(self, "folder")
|
44
|
-
|
45
|
-
@property
|
46
|
-
@pulumi.getter
|
47
|
-
def id(self) -> str:
|
48
|
-
"""
|
49
|
-
The provider-assigned unique ID for this managed resource.
|
50
|
-
"""
|
51
|
-
return pulumi.get(self, "id")
|
52
|
-
|
53
|
-
@property
|
54
|
-
@pulumi.getter(name="keyProject")
|
55
|
-
def key_project(self) -> str:
|
56
|
-
"""
|
57
|
-
The identifier of the project hosting KMS KeyRings and Keys generated by Autokey. Its format is `projects/{projectId}`.
|
58
|
-
"""
|
59
|
-
return pulumi.get(self, "key_project")
|
60
|
-
|
61
|
-
|
62
|
-
class AwaitableGetAutokeyConfigResult(GetAutokeyConfigResult):
|
63
|
-
# pylint: disable=using-constant-test
|
64
|
-
def __await__(self):
|
65
|
-
if False:
|
66
|
-
yield self
|
67
|
-
return GetAutokeyConfigResult(
|
68
|
-
folder=self.folder,
|
69
|
-
id=self.id,
|
70
|
-
key_project=self.key_project)
|
71
|
-
|
72
|
-
|
73
|
-
def get_autokey_config(folder: Optional[str] = None,
|
74
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetAutokeyConfigResult:
|
75
|
-
"""
|
76
|
-
## Example Usage
|
77
|
-
|
78
|
-
```python
|
79
|
-
import pulumi
|
80
|
-
import pulumi_gcp as gcp
|
81
|
-
|
82
|
-
my_autokey_config = gcp.kms.get_autokey_config(folder="folders/123")
|
83
|
-
```
|
84
|
-
|
85
|
-
|
86
|
-
:param str folder: The folder in which the AutokeyConfig is configured. If it
|
87
|
-
is not provided, the provider folder is used.
|
88
|
-
"""
|
89
|
-
__args__ = dict()
|
90
|
-
__args__['folder'] = folder
|
91
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
92
|
-
__ret__ = pulumi.runtime.invoke('gcp:kms/getAutokeyConfig:getAutokeyConfig', __args__, opts=opts, typ=GetAutokeyConfigResult).value
|
93
|
-
|
94
|
-
return AwaitableGetAutokeyConfigResult(
|
95
|
-
folder=pulumi.get(__ret__, 'folder'),
|
96
|
-
id=pulumi.get(__ret__, 'id'),
|
97
|
-
key_project=pulumi.get(__ret__, 'key_project'))
|
98
|
-
def get_autokey_config_output(folder: Optional[pulumi.Input[str]] = None,
|
99
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetAutokeyConfigResult]:
|
100
|
-
"""
|
101
|
-
## Example Usage
|
102
|
-
|
103
|
-
```python
|
104
|
-
import pulumi
|
105
|
-
import pulumi_gcp as gcp
|
106
|
-
|
107
|
-
my_autokey_config = gcp.kms.get_autokey_config(folder="folders/123")
|
108
|
-
```
|
109
|
-
|
110
|
-
|
111
|
-
:param str folder: The folder in which the AutokeyConfig is configured. If it
|
112
|
-
is not provided, the provider folder is used.
|
113
|
-
"""
|
114
|
-
__args__ = dict()
|
115
|
-
__args__['folder'] = folder
|
116
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
117
|
-
__ret__ = pulumi.runtime.invoke_output('gcp:kms/getAutokeyConfig:getAutokeyConfig', __args__, opts=opts, typ=GetAutokeyConfigResult)
|
118
|
-
return __ret__.apply(lambda __response__: GetAutokeyConfigResult(
|
119
|
-
folder=pulumi.get(__response__, 'folder'),
|
120
|
-
id=pulumi.get(__response__, 'id'),
|
121
|
-
key_project=pulumi.get(__response__, 'key_project')))
|
pulumi_gcp/kms/get_key_handle.py
DELETED
@@ -1,185 +0,0 @@
|
|
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
|
-
'GetKeyHandleResult',
|
19
|
-
'AwaitableGetKeyHandleResult',
|
20
|
-
'get_key_handle',
|
21
|
-
'get_key_handle_output',
|
22
|
-
]
|
23
|
-
|
24
|
-
@pulumi.output_type
|
25
|
-
class GetKeyHandleResult:
|
26
|
-
"""
|
27
|
-
A collection of values returned by getKeyHandle.
|
28
|
-
"""
|
29
|
-
def __init__(__self__, id=None, kms_key=None, location=None, name=None, project=None, resource_type_selector=None):
|
30
|
-
if id and not isinstance(id, str):
|
31
|
-
raise TypeError("Expected argument 'id' to be a str")
|
32
|
-
pulumi.set(__self__, "id", id)
|
33
|
-
if kms_key and not isinstance(kms_key, str):
|
34
|
-
raise TypeError("Expected argument 'kms_key' to be a str")
|
35
|
-
pulumi.set(__self__, "kms_key", kms_key)
|
36
|
-
if location and not isinstance(location, str):
|
37
|
-
raise TypeError("Expected argument 'location' to be a str")
|
38
|
-
pulumi.set(__self__, "location", location)
|
39
|
-
if name and not isinstance(name, str):
|
40
|
-
raise TypeError("Expected argument 'name' to be a str")
|
41
|
-
pulumi.set(__self__, "name", name)
|
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 resource_type_selector and not isinstance(resource_type_selector, str):
|
46
|
-
raise TypeError("Expected argument 'resource_type_selector' to be a str")
|
47
|
-
pulumi.set(__self__, "resource_type_selector", resource_type_selector)
|
48
|
-
|
49
|
-
@property
|
50
|
-
@pulumi.getter
|
51
|
-
def id(self) -> str:
|
52
|
-
"""
|
53
|
-
The provider-assigned unique ID for this managed resource.
|
54
|
-
"""
|
55
|
-
return pulumi.get(self, "id")
|
56
|
-
|
57
|
-
@property
|
58
|
-
@pulumi.getter(name="kmsKey")
|
59
|
-
def kms_key(self) -> str:
|
60
|
-
"""
|
61
|
-
The identifier of the KMS Key created for the KeyHandle. Its format is `projects/{projectId}/locations/{location}/keyRings/{keyRingName}/cryptoKeys/{cryptoKeyName}`.
|
62
|
-
"""
|
63
|
-
return pulumi.get(self, "kms_key")
|
64
|
-
|
65
|
-
@property
|
66
|
-
@pulumi.getter
|
67
|
-
def location(self) -> str:
|
68
|
-
"""
|
69
|
-
The location of the KMS Key and KeyHandle.
|
70
|
-
"""
|
71
|
-
return pulumi.get(self, "location")
|
72
|
-
|
73
|
-
@property
|
74
|
-
@pulumi.getter
|
75
|
-
def name(self) -> str:
|
76
|
-
return pulumi.get(self, "name")
|
77
|
-
|
78
|
-
@property
|
79
|
-
@pulumi.getter
|
80
|
-
def project(self) -> Optional[str]:
|
81
|
-
"""
|
82
|
-
The identifier of the project where KMS KeyHandle is created.
|
83
|
-
"""
|
84
|
-
return pulumi.get(self, "project")
|
85
|
-
|
86
|
-
@property
|
87
|
-
@pulumi.getter(name="resourceTypeSelector")
|
88
|
-
def resource_type_selector(self) -> str:
|
89
|
-
"""
|
90
|
-
Indicates the resource type that the resulting CryptoKey is meant to protect, e.g. {SERVICE}.googleapis.com/{TYPE}. See documentation for supported resource types.
|
91
|
-
"""
|
92
|
-
return pulumi.get(self, "resource_type_selector")
|
93
|
-
|
94
|
-
|
95
|
-
class AwaitableGetKeyHandleResult(GetKeyHandleResult):
|
96
|
-
# pylint: disable=using-constant-test
|
97
|
-
def __await__(self):
|
98
|
-
if False:
|
99
|
-
yield self
|
100
|
-
return GetKeyHandleResult(
|
101
|
-
id=self.id,
|
102
|
-
kms_key=self.kms_key,
|
103
|
-
location=self.location,
|
104
|
-
name=self.name,
|
105
|
-
project=self.project,
|
106
|
-
resource_type_selector=self.resource_type_selector)
|
107
|
-
|
108
|
-
|
109
|
-
def get_key_handle(location: Optional[str] = None,
|
110
|
-
name: Optional[str] = None,
|
111
|
-
project: Optional[str] = None,
|
112
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetKeyHandleResult:
|
113
|
-
"""
|
114
|
-
## Example Usage
|
115
|
-
|
116
|
-
```python
|
117
|
-
import pulumi
|
118
|
-
import pulumi_gcp as gcp
|
119
|
-
|
120
|
-
my_key_handle = gcp.kms.get_key_handle(name="eed58b7b-20ad-4da8-ad85-ba78a0d5ab87",
|
121
|
-
location="us-central1")
|
122
|
-
```
|
123
|
-
|
124
|
-
|
125
|
-
:param str location: The Google Cloud Platform location for the KeyHandle.
|
126
|
-
A full list of valid locations can be found by running `gcloud kms locations list`.
|
127
|
-
|
128
|
-
- - -
|
129
|
-
:param str name: The KeyHandle's name.
|
130
|
-
A KeyHandle name must exist within the provided location and must be valid UUID.
|
131
|
-
:param str project: The project in which the resource belongs. If it
|
132
|
-
is not provided, the provider project is used.
|
133
|
-
"""
|
134
|
-
__args__ = dict()
|
135
|
-
__args__['location'] = location
|
136
|
-
__args__['name'] = name
|
137
|
-
__args__['project'] = project
|
138
|
-
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
139
|
-
__ret__ = pulumi.runtime.invoke('gcp:kms/getKeyHandle:getKeyHandle', __args__, opts=opts, typ=GetKeyHandleResult).value
|
140
|
-
|
141
|
-
return AwaitableGetKeyHandleResult(
|
142
|
-
id=pulumi.get(__ret__, 'id'),
|
143
|
-
kms_key=pulumi.get(__ret__, 'kms_key'),
|
144
|
-
location=pulumi.get(__ret__, 'location'),
|
145
|
-
name=pulumi.get(__ret__, 'name'),
|
146
|
-
project=pulumi.get(__ret__, 'project'),
|
147
|
-
resource_type_selector=pulumi.get(__ret__, 'resource_type_selector'))
|
148
|
-
def get_key_handle_output(location: Optional[pulumi.Input[str]] = None,
|
149
|
-
name: Optional[pulumi.Input[str]] = None,
|
150
|
-
project: Optional[pulumi.Input[Optional[str]]] = None,
|
151
|
-
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetKeyHandleResult]:
|
152
|
-
"""
|
153
|
-
## Example Usage
|
154
|
-
|
155
|
-
```python
|
156
|
-
import pulumi
|
157
|
-
import pulumi_gcp as gcp
|
158
|
-
|
159
|
-
my_key_handle = gcp.kms.get_key_handle(name="eed58b7b-20ad-4da8-ad85-ba78a0d5ab87",
|
160
|
-
location="us-central1")
|
161
|
-
```
|
162
|
-
|
163
|
-
|
164
|
-
:param str location: The Google Cloud Platform location for the KeyHandle.
|
165
|
-
A full list of valid locations can be found by running `gcloud kms locations list`.
|
166
|
-
|
167
|
-
- - -
|
168
|
-
:param str name: The KeyHandle's name.
|
169
|
-
A KeyHandle name must exist within the provided location and must be valid UUID.
|
170
|
-
:param str project: The project in which the resource belongs. If it
|
171
|
-
is not provided, the provider project is used.
|
172
|
-
"""
|
173
|
-
__args__ = dict()
|
174
|
-
__args__['location'] = location
|
175
|
-
__args__['name'] = name
|
176
|
-
__args__['project'] = project
|
177
|
-
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
178
|
-
__ret__ = pulumi.runtime.invoke_output('gcp:kms/getKeyHandle:getKeyHandle', __args__, opts=opts, typ=GetKeyHandleResult)
|
179
|
-
return __ret__.apply(lambda __response__: GetKeyHandleResult(
|
180
|
-
id=pulumi.get(__response__, 'id'),
|
181
|
-
kms_key=pulumi.get(__response__, 'kms_key'),
|
182
|
-
location=pulumi.get(__response__, 'location'),
|
183
|
-
name=pulumi.get(__response__, 'name'),
|
184
|
-
project=pulumi.get(__response__, 'project'),
|
185
|
-
resource_type_selector=pulumi.get(__response__, 'resource_type_selector')))
|