pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729107581__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 -70
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/_inputs.py +0 -108
- pulumi_gcp/apigee/outputs.py +0 -64
- pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
- pulumi_gcp/bigquery/connection.py +12 -12
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/cloudrunv2/get_service.py +1 -12
- pulumi_gcp/cloudrunv2/service.py +0 -92
- pulumi_gcp/compute/_inputs.py +116 -214
- pulumi_gcp/compute/backend_service.py +0 -76
- pulumi_gcp/compute/get_backend_service.py +1 -12
- pulumi_gcp/compute/get_instance.py +1 -29
- pulumi_gcp/compute/get_instance_template.py +1 -29
- pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
- pulumi_gcp/compute/get_region_instance_template.py +1 -29
- pulumi_gcp/compute/instance.py +0 -89
- pulumi_gcp/compute/instance_from_machine_image.py +0 -82
- pulumi_gcp/compute/instance_from_template.py +0 -82
- pulumi_gcp/compute/instance_template.py +0 -75
- pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
- pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
- pulumi_gcp/compute/outputs.py +80 -170
- pulumi_gcp/compute/region_backend_service.py +0 -94
- pulumi_gcp/compute/region_instance_template.py +0 -75
- pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
- pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/attached_cluster.py +6 -9
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +2 -472
- pulumi_gcp/diagflow/cx_agent.py +4 -64
- pulumi_gcp/diagflow/cx_flow.py +0 -30
- pulumi_gcp/diagflow/outputs.py +2 -378
- pulumi_gcp/gkehub/feature.py +4 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
- pulumi_gcp/looker/instance.py +2 -104
- pulumi_gcp/monitoring/_inputs.py +0 -23
- pulumi_gcp/monitoring/get_secret_version.py +3 -22
- pulumi_gcp/monitoring/outputs.py +0 -16
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/networkconnectivity/_inputs.py +0 -148
- pulumi_gcp/networkconnectivity/outputs.py +0 -125
- pulumi_gcp/networkconnectivity/spoke.py +0 -144
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
- pulumi_gcp/secretmanager/get_secret_version.py +3 -22
- pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/siteverification/get_token.py +16 -0
- pulumi_gcp/siteverification/owner.py +16 -0
- pulumi_gcp/spanner/_inputs.py +5 -29
- pulumi_gcp/spanner/outputs.py +3 -20
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/sql/user.py +21 -28
- pulumi_gcp/storage/_inputs.py +0 -36
- pulumi_gcp/storage/bucket.py +0 -47
- pulumi_gcp/storage/get_bucket.py +1 -12
- pulumi_gcp/storage/outputs.py +0 -40
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +0 -440
- pulumi_gcp/vmwareengine/cluster.py +2 -100
- pulumi_gcp/vmwareengine/get_cluster.py +1 -12
- pulumi_gcp/vmwareengine/outputs.py +0 -615
- pulumi_gcp/workstations/_inputs.py +0 -54
- pulumi_gcp/workstations/outputs.py +0 -32
- pulumi_gcp/workstations/workstation_config.py +0 -205
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/RECORD +89 -111
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/app_group.py +0 -811
- pulumi_gcp/apigee/developer.py +0 -757
- pulumi_gcp/networkconnectivity/group.py +0 -764
- pulumi_gcp/oracledatabase/__init__.py +0 -20
- pulumi_gcp/oracledatabase/_inputs.py +0 -4745
- pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
- pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
- pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
- pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
- pulumi_gcp/oracledatabase/outputs.py +0 -9304
- pulumi_gcp/transcoder/__init__.py +0 -11
- pulumi_gcp/transcoder/_inputs.py +0 -3991
- pulumi_gcp/transcoder/job.py +0 -2134
- pulumi_gcp/transcoder/job_template.py +0 -1524
- pulumi_gcp/transcoder/outputs.py +0 -2918
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729107581.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -188,8 +188,6 @@ if typing.TYPE_CHECKING:
|
|
188
188
|
networkservices = __networkservices
|
189
189
|
import pulumi_gcp.notebooks as __notebooks
|
190
190
|
notebooks = __notebooks
|
191
|
-
import pulumi_gcp.oracledatabase as __oracledatabase
|
192
|
-
oracledatabase = __oracledatabase
|
193
191
|
import pulumi_gcp.organizations as __organizations
|
194
192
|
organizations = __organizations
|
195
193
|
import pulumi_gcp.orgpolicy as __orgpolicy
|
@@ -244,8 +242,6 @@ if typing.TYPE_CHECKING:
|
|
244
242
|
tags = __tags
|
245
243
|
import pulumi_gcp.tpu as __tpu
|
246
244
|
tpu = __tpu
|
247
|
-
import pulumi_gcp.transcoder as __transcoder
|
248
|
-
transcoder = __transcoder
|
249
245
|
import pulumi_gcp.vertex as __vertex
|
250
246
|
vertex = __vertex
|
251
247
|
import pulumi_gcp.vmwareengine as __vmwareengine
|
@@ -348,7 +344,6 @@ else:
|
|
348
344
|
networksecurity = _utilities.lazy_import('pulumi_gcp.networksecurity')
|
349
345
|
networkservices = _utilities.lazy_import('pulumi_gcp.networkservices')
|
350
346
|
notebooks = _utilities.lazy_import('pulumi_gcp.notebooks')
|
351
|
-
oracledatabase = _utilities.lazy_import('pulumi_gcp.oracledatabase')
|
352
347
|
organizations = _utilities.lazy_import('pulumi_gcp.organizations')
|
353
348
|
orgpolicy = _utilities.lazy_import('pulumi_gcp.orgpolicy')
|
354
349
|
osconfig = _utilities.lazy_import('pulumi_gcp.osconfig')
|
@@ -376,7 +371,6 @@ else:
|
|
376
371
|
storage = _utilities.lazy_import('pulumi_gcp.storage')
|
377
372
|
tags = _utilities.lazy_import('pulumi_gcp.tags')
|
378
373
|
tpu = _utilities.lazy_import('pulumi_gcp.tpu')
|
379
|
-
transcoder = _utilities.lazy_import('pulumi_gcp.transcoder')
|
380
374
|
vertex = _utilities.lazy_import('pulumi_gcp.vertex')
|
381
375
|
vmwareengine = _utilities.lazy_import('pulumi_gcp.vmwareengine')
|
382
376
|
vpcaccess = _utilities.lazy_import('pulumi_gcp.vpcaccess')
|
@@ -699,22 +693,6 @@ _utilities.register(
|
|
699
693
|
"gcp:apigee/addonsConfig:AddonsConfig": "AddonsConfig"
|
700
694
|
}
|
701
695
|
},
|
702
|
-
{
|
703
|
-
"pkg": "gcp",
|
704
|
-
"mod": "apigee/appGroup",
|
705
|
-
"fqn": "pulumi_gcp.apigee",
|
706
|
-
"classes": {
|
707
|
-
"gcp:apigee/appGroup:AppGroup": "AppGroup"
|
708
|
-
}
|
709
|
-
},
|
710
|
-
{
|
711
|
-
"pkg": "gcp",
|
712
|
-
"mod": "apigee/developer",
|
713
|
-
"fqn": "pulumi_gcp.apigee",
|
714
|
-
"classes": {
|
715
|
-
"gcp:apigee/developer:Developer": "Developer"
|
716
|
-
}
|
717
|
-
},
|
718
696
|
{
|
719
697
|
"pkg": "gcp",
|
720
698
|
"mod": "apigee/endpointAttachment",
|
@@ -6227,14 +6205,6 @@ _utilities.register(
|
|
6227
6205
|
"gcp:netapp/volumeSnapshot:VolumeSnapshot": "VolumeSnapshot"
|
6228
6206
|
}
|
6229
6207
|
},
|
6230
|
-
{
|
6231
|
-
"pkg": "gcp",
|
6232
|
-
"mod": "networkconnectivity/group",
|
6233
|
-
"fqn": "pulumi_gcp.networkconnectivity",
|
6234
|
-
"classes": {
|
6235
|
-
"gcp:networkconnectivity/group:Group": "Group"
|
6236
|
-
}
|
6237
|
-
},
|
6238
6208
|
{
|
6239
6209
|
"pkg": "gcp",
|
6240
6210
|
"mod": "networkconnectivity/hub",
|
@@ -6603,30 +6573,6 @@ _utilities.register(
|
|
6603
6573
|
"gcp:notebooks/runtimeIamPolicy:RuntimeIamPolicy": "RuntimeIamPolicy"
|
6604
6574
|
}
|
6605
6575
|
},
|
6606
|
-
{
|
6607
|
-
"pkg": "gcp",
|
6608
|
-
"mod": "oracledatabase/autonomousDatabase",
|
6609
|
-
"fqn": "pulumi_gcp.oracledatabase",
|
6610
|
-
"classes": {
|
6611
|
-
"gcp:oracledatabase/autonomousDatabase:AutonomousDatabase": "AutonomousDatabase"
|
6612
|
-
}
|
6613
|
-
},
|
6614
|
-
{
|
6615
|
-
"pkg": "gcp",
|
6616
|
-
"mod": "oracledatabase/cloudExadataInfrastructure",
|
6617
|
-
"fqn": "pulumi_gcp.oracledatabase",
|
6618
|
-
"classes": {
|
6619
|
-
"gcp:oracledatabase/cloudExadataInfrastructure:CloudExadataInfrastructure": "CloudExadataInfrastructure"
|
6620
|
-
}
|
6621
|
-
},
|
6622
|
-
{
|
6623
|
-
"pkg": "gcp",
|
6624
|
-
"mod": "oracledatabase/cloudVmCluster",
|
6625
|
-
"fqn": "pulumi_gcp.oracledatabase",
|
6626
|
-
"classes": {
|
6627
|
-
"gcp:oracledatabase/cloudVmCluster:CloudVmCluster": "CloudVmCluster"
|
6628
|
-
}
|
6629
|
-
},
|
6630
6576
|
{
|
6631
6577
|
"pkg": "gcp",
|
6632
6578
|
"mod": "organizations/accessApprovalSettings",
|
@@ -8083,22 +8029,6 @@ _utilities.register(
|
|
8083
8029
|
"gcp:tpu/v2Vm:V2Vm": "V2Vm"
|
8084
8030
|
}
|
8085
8031
|
},
|
8086
|
-
{
|
8087
|
-
"pkg": "gcp",
|
8088
|
-
"mod": "transcoder/job",
|
8089
|
-
"fqn": "pulumi_gcp.transcoder",
|
8090
|
-
"classes": {
|
8091
|
-
"gcp:transcoder/job:Job": "Job"
|
8092
|
-
}
|
8093
|
-
},
|
8094
|
-
{
|
8095
|
-
"pkg": "gcp",
|
8096
|
-
"mod": "transcoder/jobTemplate",
|
8097
|
-
"fqn": "pulumi_gcp.transcoder",
|
8098
|
-
"classes": {
|
8099
|
-
"gcp:transcoder/jobTemplate:JobTemplate": "JobTemplate"
|
8100
|
-
}
|
8101
|
-
},
|
8102
8032
|
{
|
8103
8033
|
"pkg": "gcp",
|
8104
8034
|
"mod": "vertex/aiDataset",
|
@@ -497,7 +497,6 @@ class ServicePerimeter(pulumi.CustomResource):
|
|
497
497
|
|
498
498
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters)
|
499
499
|
* How-to Guides
|
500
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
501
500
|
* [Service Perimeter Quickstart](https://cloud.google.com/vpc-service-controls/docs/quickstart)
|
502
501
|
|
503
502
|
> **Warning:** If you are using User ADCs (Application Default Credentials) with this resource,
|
@@ -755,7 +754,6 @@ class ServicePerimeter(pulumi.CustomResource):
|
|
755
754
|
|
756
755
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters)
|
757
756
|
* How-to Guides
|
758
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
759
757
|
* [Service Perimeter Quickstart](https://cloud.google.com/vpc-service-controls/docs/quickstart)
|
760
758
|
|
761
759
|
> **Warning:** If you are using User ADCs (Application Default Credentials) with this resource,
|
@@ -179,8 +179,6 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
179
179
|
To get more information about ServicePerimeterDryRunEgressPolicy, see:
|
180
180
|
|
181
181
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters#egresspolicy)
|
182
|
-
* How-to Guides
|
183
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
184
182
|
|
185
183
|
## Example Usage
|
186
184
|
|
@@ -219,8 +217,6 @@ class ServicePerimeterDryRunEgressPolicy(pulumi.CustomResource):
|
|
219
217
|
To get more information about ServicePerimeterDryRunEgressPolicy, see:
|
220
218
|
|
221
219
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters#egresspolicy)
|
222
|
-
* How-to Guides
|
223
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
224
220
|
|
225
221
|
## Example Usage
|
226
222
|
|
@@ -184,8 +184,6 @@ class ServicePerimeterDryRunIngressPolicy(pulumi.CustomResource):
|
|
184
184
|
To get more information about ServicePerimeterDryRunIngressPolicy, see:
|
185
185
|
|
186
186
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters#ingresspolicy)
|
187
|
-
* How-to Guides
|
188
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
189
187
|
|
190
188
|
## Example Usage
|
191
189
|
|
@@ -226,8 +224,6 @@ class ServicePerimeterDryRunIngressPolicy(pulumi.CustomResource):
|
|
226
224
|
To get more information about ServicePerimeterDryRunIngressPolicy, see:
|
227
225
|
|
228
226
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters#ingresspolicy)
|
229
|
-
* How-to Guides
|
230
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
231
227
|
|
232
228
|
## Example Usage
|
233
229
|
|
@@ -179,8 +179,6 @@ class ServicePerimeterEgressPolicy(pulumi.CustomResource):
|
|
179
179
|
To get more information about ServicePerimeterEgressPolicy, see:
|
180
180
|
|
181
181
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters#egresspolicy)
|
182
|
-
* How-to Guides
|
183
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
184
182
|
|
185
183
|
## Example Usage
|
186
184
|
|
@@ -219,8 +217,6 @@ class ServicePerimeterEgressPolicy(pulumi.CustomResource):
|
|
219
217
|
To get more information about ServicePerimeterEgressPolicy, see:
|
220
218
|
|
221
219
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters#egresspolicy)
|
222
|
-
* How-to Guides
|
223
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
224
220
|
|
225
221
|
## Example Usage
|
226
222
|
|
@@ -184,8 +184,6 @@ class ServicePerimeterIngressPolicy(pulumi.CustomResource):
|
|
184
184
|
To get more information about ServicePerimeterIngressPolicy, see:
|
185
185
|
|
186
186
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters#ingresspolicy)
|
187
|
-
* How-to Guides
|
188
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
189
187
|
|
190
188
|
## Example Usage
|
191
189
|
|
@@ -226,8 +224,6 @@ class ServicePerimeterIngressPolicy(pulumi.CustomResource):
|
|
226
224
|
To get more information about ServicePerimeterIngressPolicy, see:
|
227
225
|
|
228
226
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters#ingresspolicy)
|
229
|
-
* How-to Guides
|
230
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
231
227
|
|
232
228
|
## Example Usage
|
233
229
|
|
@@ -134,7 +134,6 @@ class ServicePerimeters(pulumi.CustomResource):
|
|
134
134
|
|
135
135
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters)
|
136
136
|
* How-to Guides
|
137
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
138
137
|
* [Service Perimeter Quickstart](https://cloud.google.com/vpc-service-controls/docs/quickstart)
|
139
138
|
|
140
139
|
## Example Usage
|
@@ -230,7 +229,6 @@ class ServicePerimeters(pulumi.CustomResource):
|
|
230
229
|
|
231
230
|
* [API documentation](https://cloud.google.com/access-context-manager/docs/reference/rest/v1/accessPolicies.servicePerimeters)
|
232
231
|
* How-to Guides
|
233
|
-
* [Guide to Ingress and Egress Rules](https://cloud.google.com/vpc-service-controls/docs/ingress-egress-rules)
|
234
232
|
* [Service Perimeter Quickstart](https://cloud.google.com/vpc-service-controls/docs/quickstart)
|
235
233
|
|
236
234
|
## Example Usage
|
pulumi_gcp/apigee/__init__.py
CHANGED
@@ -6,8 +6,6 @@ from .. import _utilities
|
|
6
6
|
import typing
|
7
7
|
# Export this package's modules as members:
|
8
8
|
from .addons_config import *
|
9
|
-
from .app_group import *
|
10
|
-
from .developer import *
|
11
9
|
from .endpoint_attachment import *
|
12
10
|
from .env_group import *
|
13
11
|
from .env_group_attachment import *
|
pulumi_gcp/apigee/_inputs.py
CHANGED
@@ -27,10 +27,6 @@ __all__ = [
|
|
27
27
|
'AddonsConfigAddonsConfigIntegrationConfigArgsDict',
|
28
28
|
'AddonsConfigAddonsConfigMonetizationConfigArgs',
|
29
29
|
'AddonsConfigAddonsConfigMonetizationConfigArgsDict',
|
30
|
-
'AppGroupAttributeArgs',
|
31
|
-
'AppGroupAttributeArgsDict',
|
32
|
-
'DeveloperAttributeArgs',
|
33
|
-
'DeveloperAttributeArgsDict',
|
34
30
|
'EnvironmentIamBindingConditionArgs',
|
35
31
|
'EnvironmentIamBindingConditionArgsDict',
|
36
32
|
'EnvironmentIamMemberConditionArgs',
|
@@ -400,110 +396,6 @@ class AddonsConfigAddonsConfigMonetizationConfigArgs:
|
|
400
396
|
pulumi.set(self, "enabled", value)
|
401
397
|
|
402
398
|
|
403
|
-
if not MYPY:
|
404
|
-
class AppGroupAttributeArgsDict(TypedDict):
|
405
|
-
name: NotRequired[pulumi.Input[str]]
|
406
|
-
"""
|
407
|
-
Key of the attribute
|
408
|
-
"""
|
409
|
-
value: NotRequired[pulumi.Input[str]]
|
410
|
-
"""
|
411
|
-
Value of the attribute
|
412
|
-
"""
|
413
|
-
elif False:
|
414
|
-
AppGroupAttributeArgsDict: TypeAlias = Mapping[str, Any]
|
415
|
-
|
416
|
-
@pulumi.input_type
|
417
|
-
class AppGroupAttributeArgs:
|
418
|
-
def __init__(__self__, *,
|
419
|
-
name: Optional[pulumi.Input[str]] = None,
|
420
|
-
value: Optional[pulumi.Input[str]] = None):
|
421
|
-
"""
|
422
|
-
:param pulumi.Input[str] name: Key of the attribute
|
423
|
-
:param pulumi.Input[str] value: Value of the attribute
|
424
|
-
"""
|
425
|
-
if name is not None:
|
426
|
-
pulumi.set(__self__, "name", name)
|
427
|
-
if value is not None:
|
428
|
-
pulumi.set(__self__, "value", value)
|
429
|
-
|
430
|
-
@property
|
431
|
-
@pulumi.getter
|
432
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
433
|
-
"""
|
434
|
-
Key of the attribute
|
435
|
-
"""
|
436
|
-
return pulumi.get(self, "name")
|
437
|
-
|
438
|
-
@name.setter
|
439
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
440
|
-
pulumi.set(self, "name", value)
|
441
|
-
|
442
|
-
@property
|
443
|
-
@pulumi.getter
|
444
|
-
def value(self) -> Optional[pulumi.Input[str]]:
|
445
|
-
"""
|
446
|
-
Value of the attribute
|
447
|
-
"""
|
448
|
-
return pulumi.get(self, "value")
|
449
|
-
|
450
|
-
@value.setter
|
451
|
-
def value(self, value: Optional[pulumi.Input[str]]):
|
452
|
-
pulumi.set(self, "value", value)
|
453
|
-
|
454
|
-
|
455
|
-
if not MYPY:
|
456
|
-
class DeveloperAttributeArgsDict(TypedDict):
|
457
|
-
name: NotRequired[pulumi.Input[str]]
|
458
|
-
"""
|
459
|
-
Key of the attribute
|
460
|
-
"""
|
461
|
-
value: NotRequired[pulumi.Input[str]]
|
462
|
-
"""
|
463
|
-
Value of the attribute
|
464
|
-
"""
|
465
|
-
elif False:
|
466
|
-
DeveloperAttributeArgsDict: TypeAlias = Mapping[str, Any]
|
467
|
-
|
468
|
-
@pulumi.input_type
|
469
|
-
class DeveloperAttributeArgs:
|
470
|
-
def __init__(__self__, *,
|
471
|
-
name: Optional[pulumi.Input[str]] = None,
|
472
|
-
value: Optional[pulumi.Input[str]] = None):
|
473
|
-
"""
|
474
|
-
:param pulumi.Input[str] name: Key of the attribute
|
475
|
-
:param pulumi.Input[str] value: Value of the attribute
|
476
|
-
"""
|
477
|
-
if name is not None:
|
478
|
-
pulumi.set(__self__, "name", name)
|
479
|
-
if value is not None:
|
480
|
-
pulumi.set(__self__, "value", value)
|
481
|
-
|
482
|
-
@property
|
483
|
-
@pulumi.getter
|
484
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
485
|
-
"""
|
486
|
-
Key of the attribute
|
487
|
-
"""
|
488
|
-
return pulumi.get(self, "name")
|
489
|
-
|
490
|
-
@name.setter
|
491
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
492
|
-
pulumi.set(self, "name", value)
|
493
|
-
|
494
|
-
@property
|
495
|
-
@pulumi.getter
|
496
|
-
def value(self) -> Optional[pulumi.Input[str]]:
|
497
|
-
"""
|
498
|
-
Value of the attribute
|
499
|
-
"""
|
500
|
-
return pulumi.get(self, "value")
|
501
|
-
|
502
|
-
@value.setter
|
503
|
-
def value(self, value: Optional[pulumi.Input[str]]):
|
504
|
-
pulumi.set(self, "value", value)
|
505
|
-
|
506
|
-
|
507
399
|
if not MYPY:
|
508
400
|
class EnvironmentIamBindingConditionArgsDict(TypedDict):
|
509
401
|
expression: pulumi.Input[str]
|
pulumi_gcp/apigee/outputs.py
CHANGED
@@ -22,8 +22,6 @@ __all__ = [
|
|
22
22
|
'AddonsConfigAddonsConfigConnectorsPlatformConfig',
|
23
23
|
'AddonsConfigAddonsConfigIntegrationConfig',
|
24
24
|
'AddonsConfigAddonsConfigMonetizationConfig',
|
25
|
-
'AppGroupAttribute',
|
26
|
-
'DeveloperAttribute',
|
27
25
|
'EnvironmentIamBindingCondition',
|
28
26
|
'EnvironmentIamMemberCondition',
|
29
27
|
'EnvironmentNodeConfig',
|
@@ -301,68 +299,6 @@ class AddonsConfigAddonsConfigMonetizationConfig(dict):
|
|
301
299
|
return pulumi.get(self, "enabled")
|
302
300
|
|
303
301
|
|
304
|
-
@pulumi.output_type
|
305
|
-
class AppGroupAttribute(dict):
|
306
|
-
def __init__(__self__, *,
|
307
|
-
name: Optional[str] = None,
|
308
|
-
value: Optional[str] = None):
|
309
|
-
"""
|
310
|
-
:param str name: Key of the attribute
|
311
|
-
:param str value: Value of the attribute
|
312
|
-
"""
|
313
|
-
if name is not None:
|
314
|
-
pulumi.set(__self__, "name", name)
|
315
|
-
if value is not None:
|
316
|
-
pulumi.set(__self__, "value", value)
|
317
|
-
|
318
|
-
@property
|
319
|
-
@pulumi.getter
|
320
|
-
def name(self) -> Optional[str]:
|
321
|
-
"""
|
322
|
-
Key of the attribute
|
323
|
-
"""
|
324
|
-
return pulumi.get(self, "name")
|
325
|
-
|
326
|
-
@property
|
327
|
-
@pulumi.getter
|
328
|
-
def value(self) -> Optional[str]:
|
329
|
-
"""
|
330
|
-
Value of the attribute
|
331
|
-
"""
|
332
|
-
return pulumi.get(self, "value")
|
333
|
-
|
334
|
-
|
335
|
-
@pulumi.output_type
|
336
|
-
class DeveloperAttribute(dict):
|
337
|
-
def __init__(__self__, *,
|
338
|
-
name: Optional[str] = None,
|
339
|
-
value: Optional[str] = None):
|
340
|
-
"""
|
341
|
-
:param str name: Key of the attribute
|
342
|
-
:param str value: Value of the attribute
|
343
|
-
"""
|
344
|
-
if name is not None:
|
345
|
-
pulumi.set(__self__, "name", name)
|
346
|
-
if value is not None:
|
347
|
-
pulumi.set(__self__, "value", value)
|
348
|
-
|
349
|
-
@property
|
350
|
-
@pulumi.getter
|
351
|
-
def name(self) -> Optional[str]:
|
352
|
-
"""
|
353
|
-
Key of the attribute
|
354
|
-
"""
|
355
|
-
return pulumi.get(self, "name")
|
356
|
-
|
357
|
-
@property
|
358
|
-
@pulumi.getter
|
359
|
-
def value(self) -> Optional[str]:
|
360
|
-
"""
|
361
|
-
Value of the attribute
|
362
|
-
"""
|
363
|
-
return pulumi.get(self, "value")
|
364
|
-
|
365
|
-
|
366
302
|
@pulumi.output_type
|
367
303
|
class EnvironmentIamBindingCondition(dict):
|
368
304
|
def __init__(__self__, *,
|
@@ -198,26 +198,6 @@ def get_docker_image(image_name: Optional[str] = None,
|
|
198
198
|
> **Note**
|
199
199
|
Requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-platform.read-only`.
|
200
200
|
|
201
|
-
## Example Usage
|
202
|
-
|
203
|
-
```python
|
204
|
-
import pulumi
|
205
|
-
import pulumi_gcp as gcp
|
206
|
-
|
207
|
-
my_repo = gcp.artifactregistry.Repository("my_repo",
|
208
|
-
location="us-west1",
|
209
|
-
repository_id="my-repository",
|
210
|
-
format="DOCKER")
|
211
|
-
my_image = gcp.artifactregistry.get_docker_image_output(location=my_repo.location,
|
212
|
-
repository_id=my_repo.repository_id,
|
213
|
-
image_name="my-image:my-tag")
|
214
|
-
default = gcp.cloudrunv2.Service("default", template={
|
215
|
-
"containers": [{
|
216
|
-
"image": my_image.self_link,
|
217
|
-
}],
|
218
|
-
})
|
219
|
-
```
|
220
|
-
|
221
201
|
|
222
202
|
:param str image_name: The image name to fetch. If no digest or tag is provided, then the latest modified image will be used.
|
223
203
|
:param str location: The location of the artifact registry.
|
@@ -257,26 +237,6 @@ def get_docker_image_output(image_name: Optional[pulumi.Input[str]] = None,
|
|
257
237
|
> **Note**
|
258
238
|
Requires one of the following OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/cloud-platform.read-only`.
|
259
239
|
|
260
|
-
## Example Usage
|
261
|
-
|
262
|
-
```python
|
263
|
-
import pulumi
|
264
|
-
import pulumi_gcp as gcp
|
265
|
-
|
266
|
-
my_repo = gcp.artifactregistry.Repository("my_repo",
|
267
|
-
location="us-west1",
|
268
|
-
repository_id="my-repository",
|
269
|
-
format="DOCKER")
|
270
|
-
my_image = gcp.artifactregistry.get_docker_image_output(location=my_repo.location,
|
271
|
-
repository_id=my_repo.repository_id,
|
272
|
-
image_name="my-image:my-tag")
|
273
|
-
default = gcp.cloudrunv2.Service("default", template={
|
274
|
-
"containers": [{
|
275
|
-
"image": my_image.self_link,
|
276
|
-
}],
|
277
|
-
})
|
278
|
-
```
|
279
|
-
|
280
240
|
|
281
241
|
:param str image_name: The image name to fetch. If no digest or tag is provided, then the latest modified image will be used.
|
282
242
|
:param str location: The location of the artifact registry.
|
@@ -730,7 +730,7 @@ class Connection(pulumi.CustomResource):
|
|
730
730
|
},
|
731
731
|
})
|
732
732
|
```
|
733
|
-
### Bigquery Connection
|
733
|
+
### Bigquery Connection Kms
|
734
734
|
|
735
735
|
```python
|
736
736
|
import pulumi
|
@@ -738,8 +738,8 @@ class Connection(pulumi.CustomResource):
|
|
738
738
|
|
739
739
|
instance = gcp.sql.DatabaseInstance("instance",
|
740
740
|
name="my-database-instance",
|
741
|
-
region="us-central1",
|
742
741
|
database_version="POSTGRES_11",
|
742
|
+
region="us-central1",
|
743
743
|
settings={
|
744
744
|
"tier": "db-f1-micro",
|
745
745
|
},
|
@@ -752,8 +752,9 @@ class Connection(pulumi.CustomResource):
|
|
752
752
|
instance=instance.name,
|
753
753
|
password="tf-test-my-password_77884")
|
754
754
|
bq_sa = gcp.bigquery.get_default_service_account()
|
755
|
-
|
756
|
-
|
755
|
+
project = gcp.organizations.get_project()
|
756
|
+
key_sa_user = gcp.projects.IAMMember("key_sa_user",
|
757
|
+
project=project.project_id,
|
757
758
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
758
759
|
member=f"serviceAccount:{bq_sa.email}")
|
759
760
|
bq_connection_cmek = gcp.bigquery.Connection("bq-connection-cmek",
|
@@ -769,8 +770,7 @@ class Connection(pulumi.CustomResource):
|
|
769
770
|
"username": user.name,
|
770
771
|
"password": user.password,
|
771
772
|
},
|
772
|
-
}
|
773
|
-
opts = pulumi.ResourceOptions(depends_on=[key_sa_user]))
|
773
|
+
})
|
774
774
|
```
|
775
775
|
|
776
776
|
## Import
|
@@ -1036,7 +1036,7 @@ class Connection(pulumi.CustomResource):
|
|
1036
1036
|
},
|
1037
1037
|
})
|
1038
1038
|
```
|
1039
|
-
### Bigquery Connection
|
1039
|
+
### Bigquery Connection Kms
|
1040
1040
|
|
1041
1041
|
```python
|
1042
1042
|
import pulumi
|
@@ -1044,8 +1044,8 @@ class Connection(pulumi.CustomResource):
|
|
1044
1044
|
|
1045
1045
|
instance = gcp.sql.DatabaseInstance("instance",
|
1046
1046
|
name="my-database-instance",
|
1047
|
-
region="us-central1",
|
1048
1047
|
database_version="POSTGRES_11",
|
1048
|
+
region="us-central1",
|
1049
1049
|
settings={
|
1050
1050
|
"tier": "db-f1-micro",
|
1051
1051
|
},
|
@@ -1058,8 +1058,9 @@ class Connection(pulumi.CustomResource):
|
|
1058
1058
|
instance=instance.name,
|
1059
1059
|
password="tf-test-my-password_77884")
|
1060
1060
|
bq_sa = gcp.bigquery.get_default_service_account()
|
1061
|
-
|
1062
|
-
|
1061
|
+
project = gcp.organizations.get_project()
|
1062
|
+
key_sa_user = gcp.projects.IAMMember("key_sa_user",
|
1063
|
+
project=project.project_id,
|
1063
1064
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
1064
1065
|
member=f"serviceAccount:{bq_sa.email}")
|
1065
1066
|
bq_connection_cmek = gcp.bigquery.Connection("bq-connection-cmek",
|
@@ -1075,8 +1076,7 @@ class Connection(pulumi.CustomResource):
|
|
1075
1076
|
"username": user.name,
|
1076
1077
|
"password": user.password,
|
1077
1078
|
},
|
1078
|
-
}
|
1079
|
-
opts = pulumi.ResourceOptions(depends_on=[key_sa_user]))
|
1079
|
+
})
|
1080
1080
|
```
|
1081
1081
|
|
1082
1082
|
## Import
|
pulumi_gcp/bigquery/job.py
CHANGED
@@ -661,9 +661,9 @@ class Job(pulumi.CustomResource):
|
|
661
661
|
source = []
|
662
662
|
for range in [{"value": i} for i in range(0, count)]:
|
663
663
|
source.append(gcp.bigquery.Table(f"source-{range['value']}",
|
664
|
+
deletion_protection=False,
|
664
665
|
dataset_id=source_dataset[range["value"]].dataset_id,
|
665
666
|
table_id=f"job_copy_{range['value']}_table",
|
666
|
-
deletion_protection=False,
|
667
667
|
schema=\"\"\"[
|
668
668
|
{
|
669
669
|
"name": "name",
|
@@ -694,8 +694,8 @@ class Job(pulumi.CustomResource):
|
|
694
694
|
name="example-key",
|
695
695
|
key_ring=key_ring.id)
|
696
696
|
project = gcp.organizations.get_project(project_id="my-project-name")
|
697
|
-
encrypt_role = gcp.
|
698
|
-
|
697
|
+
encrypt_role = gcp.projects.IAMMember("encrypt_role",
|
698
|
+
project=project.project_id,
|
699
699
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
700
700
|
member=f"serviceAccount:bq-{project.number}@bigquery-encryption.iam.gserviceaccount.com")
|
701
701
|
dest = gcp.bigquery.Table("dest",
|
@@ -1097,9 +1097,9 @@ class Job(pulumi.CustomResource):
|
|
1097
1097
|
source = []
|
1098
1098
|
for range in [{"value": i} for i in range(0, count)]:
|
1099
1099
|
source.append(gcp.bigquery.Table(f"source-{range['value']}",
|
1100
|
+
deletion_protection=False,
|
1100
1101
|
dataset_id=source_dataset[range["value"]].dataset_id,
|
1101
1102
|
table_id=f"job_copy_{range['value']}_table",
|
1102
|
-
deletion_protection=False,
|
1103
1103
|
schema=\"\"\"[
|
1104
1104
|
{
|
1105
1105
|
"name": "name",
|
@@ -1130,8 +1130,8 @@ class Job(pulumi.CustomResource):
|
|
1130
1130
|
name="example-key",
|
1131
1131
|
key_ring=key_ring.id)
|
1132
1132
|
project = gcp.organizations.get_project(project_id="my-project-name")
|
1133
|
-
encrypt_role = gcp.
|
1134
|
-
|
1133
|
+
encrypt_role = gcp.projects.IAMMember("encrypt_role",
|
1134
|
+
project=project.project_id,
|
1135
1135
|
role="roles/cloudkms.cryptoKeyEncrypterDecrypter",
|
1136
1136
|
member=f"serviceAccount:bq-{project.number}@bigquery-encryption.iam.gserviceaccount.com")
|
1137
1137
|
dest = gcp.bigquery.Table("dest",
|
@@ -27,7 +27,7 @@ class GetServiceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getService.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, annotations=None, binary_authorizations=None, client=None, client_version=None, conditions=None, create_time=None, creator=None, custom_audiences=None, default_uri_disabled=None, delete_time=None, deletion_protection=None, description=None, effective_annotations=None, effective_labels=None, etag=None, expire_time=None, generation=None, id=None, ingress=None,
|
30
|
+
def __init__(__self__, annotations=None, binary_authorizations=None, client=None, client_version=None, conditions=None, create_time=None, creator=None, custom_audiences=None, default_uri_disabled=None, delete_time=None, deletion_protection=None, description=None, effective_annotations=None, effective_labels=None, etag=None, expire_time=None, generation=None, id=None, ingress=None, labels=None, last_modifier=None, latest_created_revision=None, latest_ready_revision=None, launch_stage=None, location=None, name=None, observed_generation=None, project=None, pulumi_labels=None, reconciling=None, scalings=None, templates=None, terminal_conditions=None, traffic_statuses=None, traffics=None, uid=None, update_time=None, uri=None):
|
31
31
|
if annotations and not isinstance(annotations, dict):
|
32
32
|
raise TypeError("Expected argument 'annotations' to be a dict")
|
33
33
|
pulumi.set(__self__, "annotations", annotations)
|
@@ -85,9 +85,6 @@ class GetServiceResult:
|
|
85
85
|
if ingress and not isinstance(ingress, str):
|
86
86
|
raise TypeError("Expected argument 'ingress' to be a str")
|
87
87
|
pulumi.set(__self__, "ingress", ingress)
|
88
|
-
if invoker_iam_disabled and not isinstance(invoker_iam_disabled, bool):
|
89
|
-
raise TypeError("Expected argument 'invoker_iam_disabled' to be a bool")
|
90
|
-
pulumi.set(__self__, "invoker_iam_disabled", invoker_iam_disabled)
|
91
88
|
if labels and not isinstance(labels, dict):
|
92
89
|
raise TypeError("Expected argument 'labels' to be a dict")
|
93
90
|
pulumi.set(__self__, "labels", labels)
|
@@ -244,11 +241,6 @@ class GetServiceResult:
|
|
244
241
|
def ingress(self) -> str:
|
245
242
|
return pulumi.get(self, "ingress")
|
246
243
|
|
247
|
-
@property
|
248
|
-
@pulumi.getter(name="invokerIamDisabled")
|
249
|
-
def invoker_iam_disabled(self) -> bool:
|
250
|
-
return pulumi.get(self, "invoker_iam_disabled")
|
251
|
-
|
252
244
|
@property
|
253
245
|
@pulumi.getter
|
254
246
|
def labels(self) -> Mapping[str, str]:
|
@@ -370,7 +362,6 @@ class AwaitableGetServiceResult(GetServiceResult):
|
|
370
362
|
generation=self.generation,
|
371
363
|
id=self.id,
|
372
364
|
ingress=self.ingress,
|
373
|
-
invoker_iam_disabled=self.invoker_iam_disabled,
|
374
365
|
labels=self.labels,
|
375
366
|
last_modifier=self.last_modifier,
|
376
367
|
latest_created_revision=self.latest_created_revision,
|
@@ -446,7 +437,6 @@ def get_service(location: Optional[str] = None,
|
|
446
437
|
generation=pulumi.get(__ret__, 'generation'),
|
447
438
|
id=pulumi.get(__ret__, 'id'),
|
448
439
|
ingress=pulumi.get(__ret__, 'ingress'),
|
449
|
-
invoker_iam_disabled=pulumi.get(__ret__, 'invoker_iam_disabled'),
|
450
440
|
labels=pulumi.get(__ret__, 'labels'),
|
451
441
|
last_modifier=pulumi.get(__ret__, 'last_modifier'),
|
452
442
|
latest_created_revision=pulumi.get(__ret__, 'latest_created_revision'),
|
@@ -519,7 +509,6 @@ def get_service_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
|
519
509
|
generation=pulumi.get(__response__, 'generation'),
|
520
510
|
id=pulumi.get(__response__, 'id'),
|
521
511
|
ingress=pulumi.get(__response__, 'ingress'),
|
522
|
-
invoker_iam_disabled=pulumi.get(__response__, 'invoker_iam_disabled'),
|
523
512
|
labels=pulumi.get(__response__, 'labels'),
|
524
513
|
last_modifier=pulumi.get(__response__, 'last_modifier'),
|
525
514
|
latest_created_revision=pulumi.get(__response__, 'latest_created_revision'),
|