pulumi-gcp 8.8.1a1731090662__py3-none-any.whl → 8.8.2a1731515595__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.8.1a1731090662.dist-info → pulumi_gcp-8.8.2a1731515595.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.1a1731090662.dist-info → pulumi_gcp-8.8.2a1731515595.dist-info}/RECORD +114 -103
- {pulumi_gcp-8.8.1a1731090662.dist-info → pulumi_gcp-8.8.2a1731515595.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.8.1a1731090662.dist-info → pulumi_gcp-8.8.2a1731515595.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py
CHANGED
@@ -699,6 +699,14 @@ _utilities.register(
|
|
699
699
|
"gcp:apigee/addonsConfig:AddonsConfig": "AddonsConfig"
|
700
700
|
}
|
701
701
|
},
|
702
|
+
{
|
703
|
+
"pkg": "gcp",
|
704
|
+
"mod": "apigee/api",
|
705
|
+
"fqn": "pulumi_gcp.apigee",
|
706
|
+
"classes": {
|
707
|
+
"gcp:apigee/api:Api": "Api"
|
708
|
+
}
|
709
|
+
},
|
702
710
|
{
|
703
711
|
"pkg": "gcp",
|
704
712
|
"mod": "apigee/appGroup",
|
@@ -1059,6 +1067,22 @@ _utilities.register(
|
|
1059
1067
|
"gcp:assuredworkloads/workload:Workload": "Workload"
|
1060
1068
|
}
|
1061
1069
|
},
|
1070
|
+
{
|
1071
|
+
"pkg": "gcp",
|
1072
|
+
"mod": "backupdisasterrecovery/backupPlan",
|
1073
|
+
"fqn": "pulumi_gcp.backupdisasterrecovery",
|
1074
|
+
"classes": {
|
1075
|
+
"gcp:backupdisasterrecovery/backupPlan:BackupPlan": "BackupPlan"
|
1076
|
+
}
|
1077
|
+
},
|
1078
|
+
{
|
1079
|
+
"pkg": "gcp",
|
1080
|
+
"mod": "backupdisasterrecovery/backupPlanAssociation",
|
1081
|
+
"fqn": "pulumi_gcp.backupdisasterrecovery",
|
1082
|
+
"classes": {
|
1083
|
+
"gcp:backupdisasterrecovery/backupPlanAssociation:BackupPlanAssociation": "BackupPlanAssociation"
|
1084
|
+
}
|
1085
|
+
},
|
1062
1086
|
{
|
1063
1087
|
"pkg": "gcp",
|
1064
1088
|
"mod": "backupdisasterrecovery/backupVault",
|
@@ -2995,6 +3019,14 @@ _utilities.register(
|
|
2995
3019
|
"gcp:compute/regionPerInstanceConfig:RegionPerInstanceConfig": "RegionPerInstanceConfig"
|
2996
3020
|
}
|
2997
3021
|
},
|
3022
|
+
{
|
3023
|
+
"pkg": "gcp",
|
3024
|
+
"mod": "compute/regionResizeRequest",
|
3025
|
+
"fqn": "pulumi_gcp.compute",
|
3026
|
+
"classes": {
|
3027
|
+
"gcp:compute/regionResizeRequest:RegionResizeRequest": "RegionResizeRequest"
|
3028
|
+
}
|
3029
|
+
},
|
2998
3030
|
{
|
2999
3031
|
"pkg": "gcp",
|
3000
3032
|
"mod": "compute/regionSecurityPolicy",
|
@@ -4075,6 +4107,22 @@ _utilities.register(
|
|
4075
4107
|
"gcp:dataproc/clusterIAMPolicy:ClusterIAMPolicy": "ClusterIAMPolicy"
|
4076
4108
|
}
|
4077
4109
|
},
|
4110
|
+
{
|
4111
|
+
"pkg": "gcp",
|
4112
|
+
"mod": "dataproc/gdcApplicationEnvironment",
|
4113
|
+
"fqn": "pulumi_gcp.dataproc",
|
4114
|
+
"classes": {
|
4115
|
+
"gcp:dataproc/gdcApplicationEnvironment:GdcApplicationEnvironment": "GdcApplicationEnvironment"
|
4116
|
+
}
|
4117
|
+
},
|
4118
|
+
{
|
4119
|
+
"pkg": "gcp",
|
4120
|
+
"mod": "dataproc/gdcServiceInstance",
|
4121
|
+
"fqn": "pulumi_gcp.dataproc",
|
4122
|
+
"classes": {
|
4123
|
+
"gcp:dataproc/gdcServiceInstance:GdcServiceInstance": "GdcServiceInstance"
|
4124
|
+
}
|
4125
|
+
},
|
4078
4126
|
{
|
4079
4127
|
"pkg": "gcp",
|
4080
4128
|
"mod": "dataproc/job",
|
@@ -5323,6 +5371,14 @@ _utilities.register(
|
|
5323
5371
|
"gcp:iam/denyPolicy:DenyPolicy": "DenyPolicy"
|
5324
5372
|
}
|
5325
5373
|
},
|
5374
|
+
{
|
5375
|
+
"pkg": "gcp",
|
5376
|
+
"mod": "iam/principalAccessBoundaryPolicy",
|
5377
|
+
"fqn": "pulumi_gcp.iam",
|
5378
|
+
"classes": {
|
5379
|
+
"gcp:iam/principalAccessBoundaryPolicy:PrincipalAccessBoundaryPolicy": "PrincipalAccessBoundaryPolicy"
|
5380
|
+
}
|
5381
|
+
},
|
5326
5382
|
{
|
5327
5383
|
"pkg": "gcp",
|
5328
5384
|
"mod": "iam/workforcePool",
|
@@ -6299,6 +6355,14 @@ _utilities.register(
|
|
6299
6355
|
"gcp:networkmanagement/connectivityTest:ConnectivityTest": "ConnectivityTest"
|
6300
6356
|
}
|
6301
6357
|
},
|
6358
|
+
{
|
6359
|
+
"pkg": "gcp",
|
6360
|
+
"mod": "networkmanagement/vpcFlowLogsConfig",
|
6361
|
+
"fqn": "pulumi_gcp.networkmanagement",
|
6362
|
+
"classes": {
|
6363
|
+
"gcp:networkmanagement/vpcFlowLogsConfig:VpcFlowLogsConfig": "VpcFlowLogsConfig"
|
6364
|
+
}
|
6365
|
+
},
|
6302
6366
|
{
|
6303
6367
|
"pkg": "gcp",
|
6304
6368
|
"mod": "networksecurity/addressGroup",
|
@@ -431,10 +431,22 @@ class Domain(pulumi.CustomResource):
|
|
431
431
|
|
432
432
|
Domain can be imported using any of these accepted formats:
|
433
433
|
|
434
|
+
* `{{project}}/{{name}}`
|
435
|
+
|
436
|
+
* `{{project}} {{name}}`
|
437
|
+
|
434
438
|
* `{{name}}`
|
435
439
|
|
436
440
|
When using the `pulumi import` command, Domain can be imported using one of the formats above. For example:
|
437
441
|
|
442
|
+
```sh
|
443
|
+
$ pulumi import gcp:activedirectory/domain:Domain default {{project}}/{{name}}
|
444
|
+
```
|
445
|
+
|
446
|
+
```sh
|
447
|
+
$ pulumi import gcp:activedirectory/domain:Domain default "{{project}} {{name}}"
|
448
|
+
```
|
449
|
+
|
438
450
|
```sh
|
439
451
|
$ pulumi import gcp:activedirectory/domain:Domain default {{name}}
|
440
452
|
```
|
@@ -494,10 +506,22 @@ class Domain(pulumi.CustomResource):
|
|
494
506
|
|
495
507
|
Domain can be imported using any of these accepted formats:
|
496
508
|
|
509
|
+
* `{{project}}/{{name}}`
|
510
|
+
|
511
|
+
* `{{project}} {{name}}`
|
512
|
+
|
497
513
|
* `{{name}}`
|
498
514
|
|
499
515
|
When using the `pulumi import` command, Domain can be imported using one of the formats above. For example:
|
500
516
|
|
517
|
+
```sh
|
518
|
+
$ pulumi import gcp:activedirectory/domain:Domain default {{project}}/{{name}}
|
519
|
+
```
|
520
|
+
|
521
|
+
```sh
|
522
|
+
$ pulumi import gcp:activedirectory/domain:Domain default "{{project}} {{name}}"
|
523
|
+
```
|
524
|
+
|
501
525
|
```sh
|
502
526
|
$ pulumi import gcp:activedirectory/domain:Domain default {{name}}
|
503
527
|
```
|
pulumi_gcp/apigee/__init__.py
CHANGED
pulumi_gcp/apigee/_inputs.py
CHANGED
@@ -27,6 +27,8 @@ __all__ = [
|
|
27
27
|
'AddonsConfigAddonsConfigIntegrationConfigArgsDict',
|
28
28
|
'AddonsConfigAddonsConfigMonetizationConfigArgs',
|
29
29
|
'AddonsConfigAddonsConfigMonetizationConfigArgsDict',
|
30
|
+
'ApiMetaDataArgs',
|
31
|
+
'ApiMetaDataArgsDict',
|
30
32
|
'AppGroupAttributeArgs',
|
31
33
|
'AppGroupAttributeArgsDict',
|
32
34
|
'DeveloperAttributeArgs',
|
@@ -400,6 +402,78 @@ class AddonsConfigAddonsConfigMonetizationConfigArgs:
|
|
400
402
|
pulumi.set(self, "enabled", value)
|
401
403
|
|
402
404
|
|
405
|
+
if not MYPY:
|
406
|
+
class ApiMetaDataArgsDict(TypedDict):
|
407
|
+
created_at: NotRequired[pulumi.Input[str]]
|
408
|
+
"""
|
409
|
+
Time at which the API proxy was created, in milliseconds since epoch.
|
410
|
+
"""
|
411
|
+
last_modified_at: NotRequired[pulumi.Input[str]]
|
412
|
+
"""
|
413
|
+
Time at which the API proxy was most recently modified, in milliseconds since epoch.
|
414
|
+
"""
|
415
|
+
sub_type: NotRequired[pulumi.Input[str]]
|
416
|
+
"""
|
417
|
+
The type of entity described
|
418
|
+
"""
|
419
|
+
elif False:
|
420
|
+
ApiMetaDataArgsDict: TypeAlias = Mapping[str, Any]
|
421
|
+
|
422
|
+
@pulumi.input_type
|
423
|
+
class ApiMetaDataArgs:
|
424
|
+
def __init__(__self__, *,
|
425
|
+
created_at: Optional[pulumi.Input[str]] = None,
|
426
|
+
last_modified_at: Optional[pulumi.Input[str]] = None,
|
427
|
+
sub_type: Optional[pulumi.Input[str]] = None):
|
428
|
+
"""
|
429
|
+
:param pulumi.Input[str] created_at: Time at which the API proxy was created, in milliseconds since epoch.
|
430
|
+
:param pulumi.Input[str] last_modified_at: Time at which the API proxy was most recently modified, in milliseconds since epoch.
|
431
|
+
:param pulumi.Input[str] sub_type: The type of entity described
|
432
|
+
"""
|
433
|
+
if created_at is not None:
|
434
|
+
pulumi.set(__self__, "created_at", created_at)
|
435
|
+
if last_modified_at is not None:
|
436
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
437
|
+
if sub_type is not None:
|
438
|
+
pulumi.set(__self__, "sub_type", sub_type)
|
439
|
+
|
440
|
+
@property
|
441
|
+
@pulumi.getter(name="createdAt")
|
442
|
+
def created_at(self) -> Optional[pulumi.Input[str]]:
|
443
|
+
"""
|
444
|
+
Time at which the API proxy was created, in milliseconds since epoch.
|
445
|
+
"""
|
446
|
+
return pulumi.get(self, "created_at")
|
447
|
+
|
448
|
+
@created_at.setter
|
449
|
+
def created_at(self, value: Optional[pulumi.Input[str]]):
|
450
|
+
pulumi.set(self, "created_at", value)
|
451
|
+
|
452
|
+
@property
|
453
|
+
@pulumi.getter(name="lastModifiedAt")
|
454
|
+
def last_modified_at(self) -> Optional[pulumi.Input[str]]:
|
455
|
+
"""
|
456
|
+
Time at which the API proxy was most recently modified, in milliseconds since epoch.
|
457
|
+
"""
|
458
|
+
return pulumi.get(self, "last_modified_at")
|
459
|
+
|
460
|
+
@last_modified_at.setter
|
461
|
+
def last_modified_at(self, value: Optional[pulumi.Input[str]]):
|
462
|
+
pulumi.set(self, "last_modified_at", value)
|
463
|
+
|
464
|
+
@property
|
465
|
+
@pulumi.getter(name="subType")
|
466
|
+
def sub_type(self) -> Optional[pulumi.Input[str]]:
|
467
|
+
"""
|
468
|
+
The type of entity described
|
469
|
+
"""
|
470
|
+
return pulumi.get(self, "sub_type")
|
471
|
+
|
472
|
+
@sub_type.setter
|
473
|
+
def sub_type(self, value: Optional[pulumi.Input[str]]):
|
474
|
+
pulumi.set(self, "sub_type", value)
|
475
|
+
|
476
|
+
|
403
477
|
if not MYPY:
|
404
478
|
class AppGroupAttributeArgsDict(TypedDict):
|
405
479
|
name: NotRequired[pulumi.Input[str]]
|