pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__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 +48 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +57 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/_inputs.py +804 -24
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +671 -16
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/container/_inputs.py +446 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +423 -15
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +458 -0
- pulumi_gcp/saasruntime/outputs.py +392 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +54 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -32,9 +32,10 @@ class WorkerPoolArgs:
|
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a WorkerPool resource.
|
34
34
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
35
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
36
|
-
|
37
|
-
|
35
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
36
|
+
|
37
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
38
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
38
39
|
:param pulumi.Input[_builtins.str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
39
40
|
:param pulumi.Input[_builtins.str] name: User-defined name of the `WorkerPool`.
|
40
41
|
|
@@ -77,9 +78,10 @@ class WorkerPoolArgs:
|
|
77
78
|
@pulumi.getter
|
78
79
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
79
80
|
"""
|
80
|
-
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
81
|
-
|
82
|
-
|
81
|
+
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
82
|
+
|
83
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
84
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
83
85
|
"""
|
84
86
|
return pulumi.get(self, "annotations")
|
85
87
|
|
@@ -182,9 +184,10 @@ class _WorkerPoolState:
|
|
182
184
|
worker_config: Optional[pulumi.Input['WorkerPoolWorkerConfigArgs']] = None):
|
183
185
|
"""
|
184
186
|
Input properties used for looking up and filtering WorkerPool resources.
|
185
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
186
|
-
|
187
|
-
|
187
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
188
|
+
|
189
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
190
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
188
191
|
:param pulumi.Input[_builtins.str] create_time: Output only. Time at which the request to create the `WorkerPool` was received.
|
189
192
|
:param pulumi.Input[_builtins.str] delete_time: Output only. Time at which the request to delete the `WorkerPool` was received.
|
190
193
|
:param pulumi.Input[_builtins.str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
@@ -234,9 +237,10 @@ class _WorkerPoolState:
|
|
234
237
|
@pulumi.getter
|
235
238
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
236
239
|
"""
|
237
|
-
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
238
|
-
|
239
|
-
|
240
|
+
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
241
|
+
|
242
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
243
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
240
244
|
"""
|
241
245
|
return pulumi.get(self, "annotations")
|
242
246
|
|
@@ -498,9 +502,10 @@ class WorkerPool(pulumi.CustomResource):
|
|
498
502
|
|
499
503
|
:param str resource_name: The name of the resource.
|
500
504
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
501
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
502
|
-
|
503
|
-
|
505
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
506
|
+
|
507
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
508
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
504
509
|
:param pulumi.Input[_builtins.str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
505
510
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
506
511
|
:param pulumi.Input[_builtins.str] name: User-defined name of the `WorkerPool`.
|
@@ -677,9 +682,10 @@ class WorkerPool(pulumi.CustomResource):
|
|
677
682
|
:param str resource_name: The unique name of the resulting resource.
|
678
683
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
679
684
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
680
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
681
|
-
|
682
|
-
|
685
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
686
|
+
|
687
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
688
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
683
689
|
:param pulumi.Input[_builtins.str] create_time: Output only. Time at which the request to create the `WorkerPool` was received.
|
684
690
|
:param pulumi.Input[_builtins.str] delete_time: Output only. Time at which the request to delete the `WorkerPool` was received.
|
685
691
|
:param pulumi.Input[_builtins.str] display_name: A user-specified, human-readable name for the `WorkerPool`. If provided, this value must be 1-63 characters.
|
@@ -720,9 +726,10 @@ class WorkerPool(pulumi.CustomResource):
|
|
720
726
|
@pulumi.getter
|
721
727
|
def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
722
728
|
"""
|
723
|
-
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size
|
724
|
-
|
725
|
-
|
729
|
+
User specified annotations. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
|
730
|
+
|
731
|
+
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
732
|
+
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
726
733
|
"""
|
727
734
|
return pulumi.get(self, "annotations")
|
728
735
|
|
@@ -662,8 +662,7 @@ class _FunctionState:
|
|
662
662
|
:param pulumi.Input[_builtins.str] status: Describes the current stage of a deployment.
|
663
663
|
:param pulumi.Input[_builtins.int] timeout: Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be more than 540 seconds.
|
664
664
|
:param pulumi.Input[_builtins.bool] trigger_http: Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as `https_trigger_url`. Cannot be used with `event_trigger`.
|
665
|
-
:param pulumi.Input[_builtins.str] version_id: The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being
|
666
|
-
created.
|
665
|
+
:param pulumi.Input[_builtins.str] version_id: The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created.
|
667
666
|
:param pulumi.Input[_builtins.str] vpc_connector: The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is `projects/*/locations/*/connectors/*`.
|
668
667
|
:param pulumi.Input[_builtins.str] vpc_connector_egress_settings: The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are `ALL_TRAFFIC` and `PRIVATE_RANGES_ONLY`. Defaults to `PRIVATE_RANGES_ONLY`. If unset, this field preserves the previously set value.
|
669
668
|
"""
|
@@ -1165,8 +1164,7 @@ class _FunctionState:
|
|
1165
1164
|
@pulumi.getter(name="versionId")
|
1166
1165
|
def version_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
1167
1166
|
"""
|
1168
|
-
The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being
|
1169
|
-
created.
|
1167
|
+
The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created.
|
1170
1168
|
"""
|
1171
1169
|
return pulumi.get(self, "version_id")
|
1172
1170
|
|
@@ -1695,8 +1693,7 @@ class Function(pulumi.CustomResource):
|
|
1695
1693
|
:param pulumi.Input[_builtins.str] status: Describes the current stage of a deployment.
|
1696
1694
|
:param pulumi.Input[_builtins.int] timeout: Timeout (in seconds) for the function. Default value is 60 seconds. Cannot be more than 540 seconds.
|
1697
1695
|
:param pulumi.Input[_builtins.bool] trigger_http: Boolean variable. Any HTTP request (of a supported type) to the endpoint will trigger function execution. Supported HTTP request types are: POST, PUT, GET, DELETE, and OPTIONS. Endpoint is returned as `https_trigger_url`. Cannot be used with `event_trigger`.
|
1698
|
-
:param pulumi.Input[_builtins.str] version_id: The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being
|
1699
|
-
created.
|
1696
|
+
:param pulumi.Input[_builtins.str] version_id: The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created.
|
1700
1697
|
:param pulumi.Input[_builtins.str] vpc_connector: The VPC Network Connector that this cloud function can connect to. It should be set up as fully-qualified URI. The format of this field is `projects/*/locations/*/connectors/*`.
|
1701
1698
|
:param pulumi.Input[_builtins.str] vpc_connector_egress_settings: The egress settings for the connector, controlling what traffic is diverted through it. Allowed values are `ALL_TRAFFIC` and `PRIVATE_RANGES_ONLY`. Defaults to `PRIVATE_RANGES_ONLY`. If unset, this field preserves the previously set value.
|
1702
1699
|
"""
|
@@ -2030,8 +2027,7 @@ class Function(pulumi.CustomResource):
|
|
2030
2027
|
@pulumi.getter(name="versionId")
|
2031
2028
|
def version_id(self) -> pulumi.Output[_builtins.str]:
|
2032
2029
|
"""
|
2033
|
-
The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being
|
2034
|
-
created.
|
2030
|
+
The version identifier of the Cloud Function. Each deployment attempt results in a new version of a function being created.
|
2035
2031
|
"""
|
2036
2032
|
return pulumi.get(self, "version_id")
|
2037
2033
|
|
@@ -177,6 +177,14 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
177
177
|
parent: Optional[pulumi.Input[_builtins.str]] = None,
|
178
178
|
__props__=None):
|
179
179
|
"""
|
180
|
+
QuotaAdjusterSettings resource represents your quota adjuster settings for a particular project. When enabled, the quota adjuster monitors your usage for the specified resources and issues quota adjustment requests when resource usage approaches its quota value.
|
181
|
+
|
182
|
+
To get more information about QuotaAdjusterSettings, see:
|
183
|
+
|
184
|
+
* [API documentation](https://cloud.google.com/docs/quotas/reference/rest/v1beta/projects.locations.quotaAdjusterSettings)
|
185
|
+
* How-to Guides
|
186
|
+
* [Cloud Quotas Overview](https://cloud.google.com/docs/quotas/overview)
|
187
|
+
|
180
188
|
## Example Usage
|
181
189
|
|
182
190
|
### Cloudquotas Quota Adjuster Settings Basic
|
@@ -215,6 +223,14 @@ class SQuotaAdjusterSettings(pulumi.CustomResource):
|
|
215
223
|
args: SQuotaAdjusterSettingsArgs,
|
216
224
|
opts: Optional[pulumi.ResourceOptions] = None):
|
217
225
|
"""
|
226
|
+
QuotaAdjusterSettings resource represents your quota adjuster settings for a particular project. When enabled, the quota adjuster monitors your usage for the specified resources and issues quota adjustment requests when resource usage approaches its quota value.
|
227
|
+
|
228
|
+
To get more information about QuotaAdjusterSettings, see:
|
229
|
+
|
230
|
+
* [API documentation](https://cloud.google.com/docs/quotas/reference/rest/v1beta/projects.locations.quotaAdjusterSettings)
|
231
|
+
* How-to Guides
|
232
|
+
* [Cloud Quotas Overview](https://cloud.google.com/docs/quotas/overview)
|
233
|
+
|
218
234
|
## Example Usage
|
219
235
|
|
220
236
|
### Cloudquotas Quota Adjuster Settings Basic
|
pulumi_gcp/cloudrunv2/_inputs.py
CHANGED
@@ -85,6 +85,8 @@ __all__ = [
|
|
85
85
|
'ServiceIamBindingConditionArgsDict',
|
86
86
|
'ServiceIamMemberConditionArgs',
|
87
87
|
'ServiceIamMemberConditionArgsDict',
|
88
|
+
'ServiceMultiRegionSettingsArgs',
|
89
|
+
'ServiceMultiRegionSettingsArgsDict',
|
88
90
|
'ServiceScalingArgs',
|
89
91
|
'ServiceScalingArgsDict',
|
90
92
|
'ServiceTemplateArgs',
|
@@ -3452,6 +3454,61 @@ class ServiceIamMemberConditionArgs:
|
|
3452
3454
|
pulumi.set(self, "description", value)
|
3453
3455
|
|
3454
3456
|
|
3457
|
+
if not MYPY:
|
3458
|
+
class ServiceMultiRegionSettingsArgsDict(TypedDict):
|
3459
|
+
multi_region_id: NotRequired[pulumi.Input[_builtins.str]]
|
3460
|
+
"""
|
3461
|
+
(Output)
|
3462
|
+
System-generated unique id for the multi-region Service.
|
3463
|
+
"""
|
3464
|
+
regions: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
3465
|
+
"""
|
3466
|
+
The list of regions to deploy the multi-region Service.
|
3467
|
+
"""
|
3468
|
+
elif False:
|
3469
|
+
ServiceMultiRegionSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
3470
|
+
|
3471
|
+
@pulumi.input_type
|
3472
|
+
class ServiceMultiRegionSettingsArgs:
|
3473
|
+
def __init__(__self__, *,
|
3474
|
+
multi_region_id: Optional[pulumi.Input[_builtins.str]] = None,
|
3475
|
+
regions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
3476
|
+
"""
|
3477
|
+
:param pulumi.Input[_builtins.str] multi_region_id: (Output)
|
3478
|
+
System-generated unique id for the multi-region Service.
|
3479
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] regions: The list of regions to deploy the multi-region Service.
|
3480
|
+
"""
|
3481
|
+
if multi_region_id is not None:
|
3482
|
+
pulumi.set(__self__, "multi_region_id", multi_region_id)
|
3483
|
+
if regions is not None:
|
3484
|
+
pulumi.set(__self__, "regions", regions)
|
3485
|
+
|
3486
|
+
@_builtins.property
|
3487
|
+
@pulumi.getter(name="multiRegionId")
|
3488
|
+
def multi_region_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
3489
|
+
"""
|
3490
|
+
(Output)
|
3491
|
+
System-generated unique id for the multi-region Service.
|
3492
|
+
"""
|
3493
|
+
return pulumi.get(self, "multi_region_id")
|
3494
|
+
|
3495
|
+
@multi_region_id.setter
|
3496
|
+
def multi_region_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
3497
|
+
pulumi.set(self, "multi_region_id", value)
|
3498
|
+
|
3499
|
+
@_builtins.property
|
3500
|
+
@pulumi.getter
|
3501
|
+
def regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
3502
|
+
"""
|
3503
|
+
The list of regions to deploy the multi-region Service.
|
3504
|
+
"""
|
3505
|
+
return pulumi.get(self, "regions")
|
3506
|
+
|
3507
|
+
@regions.setter
|
3508
|
+
def regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
3509
|
+
pulumi.set(self, "regions", value)
|
3510
|
+
|
3511
|
+
|
3455
3512
|
if not MYPY:
|
3456
3513
|
class ServiceScalingArgsDict(TypedDict):
|
3457
3514
|
manual_instance_count: NotRequired[pulumi.Input[_builtins.int]]
|
@@ -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, build_configs=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, iap_enabled=None, id=None, ingress=None, invoker_iam_disabled=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, urls=None):
|
30
|
+
def __init__(__self__, annotations=None, binary_authorizations=None, build_configs=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, iap_enabled=None, id=None, ingress=None, invoker_iam_disabled=None, labels=None, last_modifier=None, latest_created_revision=None, latest_ready_revision=None, launch_stage=None, location=None, multi_region_settings=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, urls=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)
|
@@ -112,6 +112,9 @@ class GetServiceResult:
|
|
112
112
|
if location and not isinstance(location, str):
|
113
113
|
raise TypeError("Expected argument 'location' to be a str")
|
114
114
|
pulumi.set(__self__, "location", location)
|
115
|
+
if multi_region_settings and not isinstance(multi_region_settings, list):
|
116
|
+
raise TypeError("Expected argument 'multi_region_settings' to be a list")
|
117
|
+
pulumi.set(__self__, "multi_region_settings", multi_region_settings)
|
115
118
|
if name and not isinstance(name, str):
|
116
119
|
raise TypeError("Expected argument 'name' to be a str")
|
117
120
|
pulumi.set(__self__, "name", name)
|
@@ -298,6 +301,11 @@ class GetServiceResult:
|
|
298
301
|
def location(self) -> Optional[_builtins.str]:
|
299
302
|
return pulumi.get(self, "location")
|
300
303
|
|
304
|
+
@_builtins.property
|
305
|
+
@pulumi.getter(name="multiRegionSettings")
|
306
|
+
def multi_region_settings(self) -> Sequence['outputs.GetServiceMultiRegionSettingResult']:
|
307
|
+
return pulumi.get(self, "multi_region_settings")
|
308
|
+
|
301
309
|
@_builtins.property
|
302
310
|
@pulumi.getter
|
303
311
|
def name(self) -> _builtins.str:
|
@@ -403,6 +411,7 @@ class AwaitableGetServiceResult(GetServiceResult):
|
|
403
411
|
latest_ready_revision=self.latest_ready_revision,
|
404
412
|
launch_stage=self.launch_stage,
|
405
413
|
location=self.location,
|
414
|
+
multi_region_settings=self.multi_region_settings,
|
406
415
|
name=self.name,
|
407
416
|
observed_generation=self.observed_generation,
|
408
417
|
project=self.project,
|
@@ -482,6 +491,7 @@ def get_service(location: Optional[_builtins.str] = None,
|
|
482
491
|
latest_ready_revision=pulumi.get(__ret__, 'latest_ready_revision'),
|
483
492
|
launch_stage=pulumi.get(__ret__, 'launch_stage'),
|
484
493
|
location=pulumi.get(__ret__, 'location'),
|
494
|
+
multi_region_settings=pulumi.get(__ret__, 'multi_region_settings'),
|
485
495
|
name=pulumi.get(__ret__, 'name'),
|
486
496
|
observed_generation=pulumi.get(__ret__, 'observed_generation'),
|
487
497
|
project=pulumi.get(__ret__, 'project'),
|
@@ -558,6 +568,7 @@ def get_service_output(location: Optional[pulumi.Input[Optional[_builtins.str]]]
|
|
558
568
|
latest_ready_revision=pulumi.get(__response__, 'latest_ready_revision'),
|
559
569
|
launch_stage=pulumi.get(__response__, 'launch_stage'),
|
560
570
|
location=pulumi.get(__response__, 'location'),
|
571
|
+
multi_region_settings=pulumi.get(__response__, 'multi_region_settings'),
|
561
572
|
name=pulumi.get(__response__, 'name'),
|
562
573
|
observed_generation=pulumi.get(__response__, 'observed_generation'),
|
563
574
|
project=pulumi.get(__response__, 'project'),
|
pulumi_gcp/cloudrunv2/outputs.py
CHANGED
@@ -51,6 +51,7 @@ __all__ = [
|
|
51
51
|
'ServiceCondition',
|
52
52
|
'ServiceIamBindingCondition',
|
53
53
|
'ServiceIamMemberCondition',
|
54
|
+
'ServiceMultiRegionSettings',
|
54
55
|
'ServiceScaling',
|
55
56
|
'ServiceTemplate',
|
56
57
|
'ServiceTemplateContainer',
|
@@ -142,6 +143,7 @@ __all__ = [
|
|
142
143
|
'GetServiceBinaryAuthorizationResult',
|
143
144
|
'GetServiceBuildConfigResult',
|
144
145
|
'GetServiceConditionResult',
|
146
|
+
'GetServiceMultiRegionSettingResult',
|
145
147
|
'GetServiceScalingResult',
|
146
148
|
'GetServiceTemplateResult',
|
147
149
|
'GetServiceTemplateContainerResult',
|
@@ -2586,6 +2588,56 @@ class ServiceIamMemberCondition(dict):
|
|
2586
2588
|
return pulumi.get(self, "description")
|
2587
2589
|
|
2588
2590
|
|
2591
|
+
@pulumi.output_type
|
2592
|
+
class ServiceMultiRegionSettings(dict):
|
2593
|
+
@staticmethod
|
2594
|
+
def __key_warning(key: str):
|
2595
|
+
suggest = None
|
2596
|
+
if key == "multiRegionId":
|
2597
|
+
suggest = "multi_region_id"
|
2598
|
+
|
2599
|
+
if suggest:
|
2600
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceMultiRegionSettings. Access the value via the '{suggest}' property getter instead.")
|
2601
|
+
|
2602
|
+
def __getitem__(self, key: str) -> Any:
|
2603
|
+
ServiceMultiRegionSettings.__key_warning(key)
|
2604
|
+
return super().__getitem__(key)
|
2605
|
+
|
2606
|
+
def get(self, key: str, default = None) -> Any:
|
2607
|
+
ServiceMultiRegionSettings.__key_warning(key)
|
2608
|
+
return super().get(key, default)
|
2609
|
+
|
2610
|
+
def __init__(__self__, *,
|
2611
|
+
multi_region_id: Optional[_builtins.str] = None,
|
2612
|
+
regions: Optional[Sequence[_builtins.str]] = None):
|
2613
|
+
"""
|
2614
|
+
:param _builtins.str multi_region_id: (Output)
|
2615
|
+
System-generated unique id for the multi-region Service.
|
2616
|
+
:param Sequence[_builtins.str] regions: The list of regions to deploy the multi-region Service.
|
2617
|
+
"""
|
2618
|
+
if multi_region_id is not None:
|
2619
|
+
pulumi.set(__self__, "multi_region_id", multi_region_id)
|
2620
|
+
if regions is not None:
|
2621
|
+
pulumi.set(__self__, "regions", regions)
|
2622
|
+
|
2623
|
+
@_builtins.property
|
2624
|
+
@pulumi.getter(name="multiRegionId")
|
2625
|
+
def multi_region_id(self) -> Optional[_builtins.str]:
|
2626
|
+
"""
|
2627
|
+
(Output)
|
2628
|
+
System-generated unique id for the multi-region Service.
|
2629
|
+
"""
|
2630
|
+
return pulumi.get(self, "multi_region_id")
|
2631
|
+
|
2632
|
+
@_builtins.property
|
2633
|
+
@pulumi.getter
|
2634
|
+
def regions(self) -> Optional[Sequence[_builtins.str]]:
|
2635
|
+
"""
|
2636
|
+
The list of regions to deploy the multi-region Service.
|
2637
|
+
"""
|
2638
|
+
return pulumi.get(self, "regions")
|
2639
|
+
|
2640
|
+
|
2589
2641
|
@pulumi.output_type
|
2590
2642
|
class ServiceScaling(dict):
|
2591
2643
|
@staticmethod
|
@@ -8190,6 +8242,35 @@ class GetServiceConditionResult(dict):
|
|
8190
8242
|
return pulumi.get(self, "type")
|
8191
8243
|
|
8192
8244
|
|
8245
|
+
@pulumi.output_type
|
8246
|
+
class GetServiceMultiRegionSettingResult(dict):
|
8247
|
+
def __init__(__self__, *,
|
8248
|
+
multi_region_id: _builtins.str,
|
8249
|
+
regions: Sequence[_builtins.str]):
|
8250
|
+
"""
|
8251
|
+
:param _builtins.str multi_region_id: System-generated unique id for the multi-region Service.
|
8252
|
+
:param Sequence[_builtins.str] regions: The list of regions to deploy the multi-region Service.
|
8253
|
+
"""
|
8254
|
+
pulumi.set(__self__, "multi_region_id", multi_region_id)
|
8255
|
+
pulumi.set(__self__, "regions", regions)
|
8256
|
+
|
8257
|
+
@_builtins.property
|
8258
|
+
@pulumi.getter(name="multiRegionId")
|
8259
|
+
def multi_region_id(self) -> _builtins.str:
|
8260
|
+
"""
|
8261
|
+
System-generated unique id for the multi-region Service.
|
8262
|
+
"""
|
8263
|
+
return pulumi.get(self, "multi_region_id")
|
8264
|
+
|
8265
|
+
@_builtins.property
|
8266
|
+
@pulumi.getter
|
8267
|
+
def regions(self) -> Sequence[_builtins.str]:
|
8268
|
+
"""
|
8269
|
+
The list of regions to deploy the multi-region Service.
|
8270
|
+
"""
|
8271
|
+
return pulumi.get(self, "regions")
|
8272
|
+
|
8273
|
+
|
8193
8274
|
@pulumi.output_type
|
8194
8275
|
class GetServiceScalingResult(dict):
|
8195
8276
|
def __init__(__self__, *,
|
pulumi_gcp/cloudrunv2/service.py
CHANGED
@@ -37,6 +37,7 @@ class ServiceArgs:
|
|
37
37
|
invoker_iam_disabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
38
38
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
39
39
|
launch_stage: Optional[pulumi.Input[_builtins.str]] = None,
|
40
|
+
multi_region_settings: Optional[pulumi.Input['ServiceMultiRegionSettingsArgs']] = None,
|
40
41
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
41
42
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
42
43
|
scaling: Optional[pulumi.Input['ServiceScalingArgs']] = None,
|
@@ -76,6 +77,8 @@ class ServiceArgs:
|
|
76
77
|
If no value is specified, GA is assumed. Set the launch stage to a preview stage on input to allow use of preview features in that stage. On read (or output), describes whether the resource uses preview features.
|
77
78
|
For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.
|
78
79
|
Possible values are: `UNIMPLEMENTED`, `PRELAUNCH`, `EARLY_ACCESS`, `ALPHA`, `BETA`, `GA`, `DEPRECATED`.
|
80
|
+
:param pulumi.Input['ServiceMultiRegionSettingsArgs'] multi_region_settings: Settings for creating a Multi-Region Service. Make sure to use region = 'global' when using them. For more information, visit https://cloud.google.com/run/docs/multiple-regions#deploy
|
81
|
+
Structure is documented below.
|
79
82
|
:param pulumi.Input[_builtins.str] name: Name of the Service.
|
80
83
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
81
84
|
If it is not provided, the provider project is used.
|
@@ -114,6 +117,8 @@ class ServiceArgs:
|
|
114
117
|
pulumi.set(__self__, "labels", labels)
|
115
118
|
if launch_stage is not None:
|
116
119
|
pulumi.set(__self__, "launch_stage", launch_stage)
|
120
|
+
if multi_region_settings is not None:
|
121
|
+
pulumi.set(__self__, "multi_region_settings", multi_region_settings)
|
117
122
|
if name is not None:
|
118
123
|
pulumi.set(__self__, "name", name)
|
119
124
|
if project is not None:
|
@@ -330,6 +335,19 @@ class ServiceArgs:
|
|
330
335
|
def launch_stage(self, value: Optional[pulumi.Input[_builtins.str]]):
|
331
336
|
pulumi.set(self, "launch_stage", value)
|
332
337
|
|
338
|
+
@_builtins.property
|
339
|
+
@pulumi.getter(name="multiRegionSettings")
|
340
|
+
def multi_region_settings(self) -> Optional[pulumi.Input['ServiceMultiRegionSettingsArgs']]:
|
341
|
+
"""
|
342
|
+
Settings for creating a Multi-Region Service. Make sure to use region = 'global' when using them. For more information, visit https://cloud.google.com/run/docs/multiple-regions#deploy
|
343
|
+
Structure is documented below.
|
344
|
+
"""
|
345
|
+
return pulumi.get(self, "multi_region_settings")
|
346
|
+
|
347
|
+
@multi_region_settings.setter
|
348
|
+
def multi_region_settings(self, value: Optional[pulumi.Input['ServiceMultiRegionSettingsArgs']]):
|
349
|
+
pulumi.set(self, "multi_region_settings", value)
|
350
|
+
|
333
351
|
@_builtins.property
|
334
352
|
@pulumi.getter
|
335
353
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -412,6 +430,7 @@ class _ServiceState:
|
|
412
430
|
latest_ready_revision: Optional[pulumi.Input[_builtins.str]] = None,
|
413
431
|
launch_stage: Optional[pulumi.Input[_builtins.str]] = None,
|
414
432
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
433
|
+
multi_region_settings: Optional[pulumi.Input['ServiceMultiRegionSettingsArgs']] = None,
|
415
434
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
416
435
|
observed_generation: Optional[pulumi.Input[_builtins.str]] = None,
|
417
436
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -471,6 +490,8 @@ class _ServiceState:
|
|
471
490
|
For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.
|
472
491
|
Possible values are: `UNIMPLEMENTED`, `PRELAUNCH`, `EARLY_ACCESS`, `ALPHA`, `BETA`, `GA`, `DEPRECATED`.
|
473
492
|
:param pulumi.Input[_builtins.str] location: The location of the cloud run service
|
493
|
+
:param pulumi.Input['ServiceMultiRegionSettingsArgs'] multi_region_settings: Settings for creating a Multi-Region Service. Make sure to use region = 'global' when using them. For more information, visit https://cloud.google.com/run/docs/multiple-regions#deploy
|
494
|
+
Structure is documented below.
|
474
495
|
:param pulumi.Input[_builtins.str] name: Name of the Service.
|
475
496
|
:param pulumi.Input[_builtins.str] observed_generation: The generation of this Service currently serving traffic. See comments in reconciling for additional information on reconciliation process in Cloud Run. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a string instead of an integer.
|
476
497
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -551,6 +572,8 @@ class _ServiceState:
|
|
551
572
|
pulumi.set(__self__, "launch_stage", launch_stage)
|
552
573
|
if location is not None:
|
553
574
|
pulumi.set(__self__, "location", location)
|
575
|
+
if multi_region_settings is not None:
|
576
|
+
pulumi.set(__self__, "multi_region_settings", multi_region_settings)
|
554
577
|
if name is not None:
|
555
578
|
pulumi.set(__self__, "name", name)
|
556
579
|
if observed_generation is not None:
|
@@ -916,6 +939,19 @@ class _ServiceState:
|
|
916
939
|
def location(self, value: Optional[pulumi.Input[_builtins.str]]):
|
917
940
|
pulumi.set(self, "location", value)
|
918
941
|
|
942
|
+
@_builtins.property
|
943
|
+
@pulumi.getter(name="multiRegionSettings")
|
944
|
+
def multi_region_settings(self) -> Optional[pulumi.Input['ServiceMultiRegionSettingsArgs']]:
|
945
|
+
"""
|
946
|
+
Settings for creating a Multi-Region Service. Make sure to use region = 'global' when using them. For more information, visit https://cloud.google.com/run/docs/multiple-regions#deploy
|
947
|
+
Structure is documented below.
|
948
|
+
"""
|
949
|
+
return pulumi.get(self, "multi_region_settings")
|
950
|
+
|
951
|
+
@multi_region_settings.setter
|
952
|
+
def multi_region_settings(self, value: Optional[pulumi.Input['ServiceMultiRegionSettingsArgs']]):
|
953
|
+
pulumi.set(self, "multi_region_settings", value)
|
954
|
+
|
919
955
|
@_builtins.property
|
920
956
|
@pulumi.getter
|
921
957
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -1117,6 +1153,7 @@ class Service(pulumi.CustomResource):
|
|
1117
1153
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1118
1154
|
launch_stage: Optional[pulumi.Input[_builtins.str]] = None,
|
1119
1155
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
1156
|
+
multi_region_settings: Optional[pulumi.Input[Union['ServiceMultiRegionSettingsArgs', 'ServiceMultiRegionSettingsArgsDict']]] = None,
|
1120
1157
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
1121
1158
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
1122
1159
|
scaling: Optional[pulumi.Input[Union['ServiceScalingArgs', 'ServiceScalingArgsDict']]] = None,
|
@@ -1727,6 +1764,8 @@ class Service(pulumi.CustomResource):
|
|
1727
1764
|
For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.
|
1728
1765
|
Possible values are: `UNIMPLEMENTED`, `PRELAUNCH`, `EARLY_ACCESS`, `ALPHA`, `BETA`, `GA`, `DEPRECATED`.
|
1729
1766
|
:param pulumi.Input[_builtins.str] location: The location of the cloud run service
|
1767
|
+
:param pulumi.Input[Union['ServiceMultiRegionSettingsArgs', 'ServiceMultiRegionSettingsArgsDict']] multi_region_settings: Settings for creating a Multi-Region Service. Make sure to use region = 'global' when using them. For more information, visit https://cloud.google.com/run/docs/multiple-regions#deploy
|
1768
|
+
Structure is documented below.
|
1730
1769
|
:param pulumi.Input[_builtins.str] name: Name of the Service.
|
1731
1770
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1732
1771
|
If it is not provided, the provider project is used.
|
@@ -2344,6 +2383,7 @@ class Service(pulumi.CustomResource):
|
|
2344
2383
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
2345
2384
|
launch_stage: Optional[pulumi.Input[_builtins.str]] = None,
|
2346
2385
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
2386
|
+
multi_region_settings: Optional[pulumi.Input[Union['ServiceMultiRegionSettingsArgs', 'ServiceMultiRegionSettingsArgsDict']]] = None,
|
2347
2387
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
2348
2388
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
2349
2389
|
scaling: Optional[pulumi.Input[Union['ServiceScalingArgs', 'ServiceScalingArgsDict']]] = None,
|
@@ -2375,6 +2415,7 @@ class Service(pulumi.CustomResource):
|
|
2375
2415
|
if location is None and not opts.urn:
|
2376
2416
|
raise TypeError("Missing required property 'location'")
|
2377
2417
|
__props__.__dict__["location"] = location
|
2418
|
+
__props__.__dict__["multi_region_settings"] = multi_region_settings
|
2378
2419
|
__props__.__dict__["name"] = name
|
2379
2420
|
__props__.__dict__["project"] = project
|
2380
2421
|
__props__.__dict__["scaling"] = scaling
|
@@ -2442,6 +2483,7 @@ class Service(pulumi.CustomResource):
|
|
2442
2483
|
latest_ready_revision: Optional[pulumi.Input[_builtins.str]] = None,
|
2443
2484
|
launch_stage: Optional[pulumi.Input[_builtins.str]] = None,
|
2444
2485
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
2486
|
+
multi_region_settings: Optional[pulumi.Input[Union['ServiceMultiRegionSettingsArgs', 'ServiceMultiRegionSettingsArgsDict']]] = None,
|
2445
2487
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
2446
2488
|
observed_generation: Optional[pulumi.Input[_builtins.str]] = None,
|
2447
2489
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
@@ -2506,6 +2548,8 @@ class Service(pulumi.CustomResource):
|
|
2506
2548
|
For example, if ALPHA is provided as input, but only BETA and GA-level features are used, this field will be BETA on output.
|
2507
2549
|
Possible values are: `UNIMPLEMENTED`, `PRELAUNCH`, `EARLY_ACCESS`, `ALPHA`, `BETA`, `GA`, `DEPRECATED`.
|
2508
2550
|
:param pulumi.Input[_builtins.str] location: The location of the cloud run service
|
2551
|
+
:param pulumi.Input[Union['ServiceMultiRegionSettingsArgs', 'ServiceMultiRegionSettingsArgsDict']] multi_region_settings: Settings for creating a Multi-Region Service. Make sure to use region = 'global' when using them. For more information, visit https://cloud.google.com/run/docs/multiple-regions#deploy
|
2552
|
+
Structure is documented below.
|
2509
2553
|
:param pulumi.Input[_builtins.str] name: Name of the Service.
|
2510
2554
|
:param pulumi.Input[_builtins.str] observed_generation: The generation of this Service currently serving traffic. See comments in reconciling for additional information on reconciliation process in Cloud Run. Please note that unlike v1, this is an int64 value. As with most Google APIs, its JSON representation will be a string instead of an integer.
|
2511
2555
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -2563,6 +2607,7 @@ class Service(pulumi.CustomResource):
|
|
2563
2607
|
__props__.__dict__["latest_ready_revision"] = latest_ready_revision
|
2564
2608
|
__props__.__dict__["launch_stage"] = launch_stage
|
2565
2609
|
__props__.__dict__["location"] = location
|
2610
|
+
__props__.__dict__["multi_region_settings"] = multi_region_settings
|
2566
2611
|
__props__.__dict__["name"] = name
|
2567
2612
|
__props__.__dict__["observed_generation"] = observed_generation
|
2568
2613
|
__props__.__dict__["project"] = project
|
@@ -2807,6 +2852,15 @@ class Service(pulumi.CustomResource):
|
|
2807
2852
|
"""
|
2808
2853
|
return pulumi.get(self, "location")
|
2809
2854
|
|
2855
|
+
@_builtins.property
|
2856
|
+
@pulumi.getter(name="multiRegionSettings")
|
2857
|
+
def multi_region_settings(self) -> pulumi.Output[Optional['outputs.ServiceMultiRegionSettings']]:
|
2858
|
+
"""
|
2859
|
+
Settings for creating a Multi-Region Service. Make sure to use region = 'global' when using them. For more information, visit https://cloud.google.com/run/docs/multiple-regions#deploy
|
2860
|
+
Structure is documented below.
|
2861
|
+
"""
|
2862
|
+
return pulumi.get(self, "multi_region_settings")
|
2863
|
+
|
2810
2864
|
@_builtins.property
|
2811
2865
|
@pulumi.getter
|
2812
2866
|
def name(self) -> pulumi.Output[_builtins.str]:
|
@@ -1074,7 +1074,7 @@ class WorkerPool(pulumi.CustomResource):
|
|
1074
1074
|
name="cloudrun-worker-pool",
|
1075
1075
|
location="us-central1",
|
1076
1076
|
deletion_protection=False,
|
1077
|
-
launch_stage="
|
1077
|
+
launch_stage="BETA",
|
1078
1078
|
template={
|
1079
1079
|
"containers": [{
|
1080
1080
|
"image": "us-docker.pkg.dev/cloudrun/container/worker-pool",
|
@@ -1497,7 +1497,7 @@ class WorkerPool(pulumi.CustomResource):
|
|
1497
1497
|
name="cloudrun-worker-pool",
|
1498
1498
|
location="us-central1",
|
1499
1499
|
deletion_protection=False,
|
1500
|
-
launch_stage="
|
1500
|
+
launch_stage="BETA",
|
1501
1501
|
template={
|
1502
1502
|
"containers": [{
|
1503
1503
|
"image": "us-docker.pkg.dev/cloudrun/container/worker-pool",
|