pulumi-gcp 7.23.0a1715695885__py3-none-any.whl → 7.24.0__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 +40 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
- pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
- pulumi_gcp/apigateway/api_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_iam_policy.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
- pulumi_gcp/apigee/environment_iam_binding.py +12 -12
- pulumi_gcp/apigee/environment_iam_member.py +12 -12
- pulumi_gcp/apigee/environment_iam_policy.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +16 -0
- pulumi_gcp/bigquery/connection.py +126 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
- pulumi_gcp/bigquery/connection_iam_member.py +12 -12
- pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
- pulumi_gcp/bigquery/dataset_access.py +56 -0
- pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
- pulumi_gcp/bigquery/iam_binding.py +12 -12
- pulumi_gcp/bigquery/iam_member.py +12 -12
- pulumi_gcp/bigquery/iam_policy.py +12 -12
- pulumi_gcp/bigquery/outputs.py +16 -0
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/bigquery/table.py +47 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
- pulumi_gcp/bigtable/__init__.py +1 -0
- pulumi_gcp/bigtable/_inputs.py +101 -0
- pulumi_gcp/bigtable/authorized_view.py +440 -0
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
- pulumi_gcp/bigtable/instance_iam_member.py +12 -12
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
- pulumi_gcp/bigtable/outputs.py +119 -0
- pulumi_gcp/bigtable/table_iam_binding.py +12 -12
- pulumi_gcp/bigtable/table_iam_member.py +12 -12
- pulumi_gcp/bigtable/table_iam_policy.py +12 -12
- pulumi_gcp/billing/account_iam_binding.py +12 -12
- pulumi_gcp/billing/account_iam_member.py +12 -12
- pulumi_gcp/billing/account_iam_policy.py +12 -12
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template.py +70 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
- pulumi_gcp/cloudasset/__init__.py +1 -0
- pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
- pulumi_gcp/cloudasset/outputs.py +184 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
- pulumi_gcp/cloudbuildv2/repository.py +2 -2
- pulumi_gcp/clouddeploy/_inputs.py +96 -0
- pulumi_gcp/clouddeploy/custom_target_type.py +46 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +7 -7
- pulumi_gcp/clouddeploy/outputs.py +96 -1
- pulumi_gcp/clouddeploy/target.py +54 -7
- pulumi_gcp/cloudfunctions/function.py +21 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
- pulumi_gcp/cloudrun/iam_binding.py +12 -12
- pulumi_gcp/cloudrun/iam_member.py +12 -12
- pulumi_gcp/cloudrun/iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +1412 -42
- pulumi_gcp/compute/backend_service.py +315 -0
- pulumi_gcp/compute/disk_iam_binding.py +12 -12
- pulumi_gcp/compute/disk_iam_member.py +12 -12
- pulumi_gcp/compute/disk_iam_policy.py +12 -12
- pulumi_gcp/compute/firewall_policy_rule.py +125 -10
- pulumi_gcp/compute/forwarding_rule.py +6 -6
- pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_router_nat.py +11 -1
- pulumi_gcp/compute/get_snapshot.py +2 -0
- pulumi_gcp/compute/image_iam_binding.py +12 -12
- pulumi_gcp/compute/image_iam_member.py +12 -12
- pulumi_gcp/compute/image_iam_policy.py +12 -12
- pulumi_gcp/compute/instance_iam_binding.py +12 -12
- pulumi_gcp/compute/instance_iam_member.py +12 -12
- pulumi_gcp/compute/instance_iam_policy.py +12 -12
- pulumi_gcp/compute/interconnect.py +1683 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
- pulumi_gcp/compute/machine_image_iam_member.py +8 -8
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
- pulumi_gcp/compute/network_firewall_policy_rule.py +125 -10
- pulumi_gcp/compute/outputs.py +1385 -0
- pulumi_gcp/compute/region_backend_service.py +315 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
- pulumi_gcp/compute/region_disk_iam_member.py +12 -12
- pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +125 -10
- pulumi_gcp/compute/region_security_policy_rule.py +230 -1
- pulumi_gcp/compute/router_nat.py +68 -0
- pulumi_gcp/compute/router_peer.py +88 -0
- pulumi_gcp/compute/security_policy.py +49 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
- pulumi_gcp/compute/snapshot_iam_member.py +12 -12
- pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/target_pool.py +21 -21
- pulumi_gcp/container/_inputs.py +81 -5
- pulumi_gcp/container/outputs.py +109 -8
- pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
- pulumi_gcp/dataflow/flex_template_job.py +7 -7
- pulumi_gcp/dataflow/job.py +7 -7
- pulumi_gcp/dataloss/_inputs.py +420 -13
- pulumi_gcp/dataloss/outputs.py +439 -13
- pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
- pulumi_gcp/dataplex/asset_iam_member.py +12 -12
- pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
- pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
- pulumi_gcp/dataplex/lake_iam_member.py +12 -12
- pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +12 -12
- pulumi_gcp/dataplex/task_iam_member.py +12 -12
- pulumi_gcp/dataplex/task_iam_policy.py +12 -12
- pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
- pulumi_gcp/dataplex/zone_iam_member.py +12 -12
- pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
- pulumi_gcp/dataproc/_inputs.py +190 -46
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
- pulumi_gcp/dataproc/job_iam_binding.py +12 -12
- pulumi_gcp/dataproc/job_iam_member.py +12 -12
- pulumi_gcp/dataproc/job_iam_policy.py +12 -12
- pulumi_gcp/dataproc/metastore_federation.py +4 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
- pulumi_gcp/dataproc/outputs.py +182 -46
- pulumi_gcp/datastream/_inputs.py +1789 -820
- pulumi_gcp/datastream/connection_profile.py +163 -3
- pulumi_gcp/datastream/outputs.py +864 -5
- pulumi_gcp/datastream/stream.py +174 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
- pulumi_gcp/endpoints/service_iam_binding.py +12 -12
- pulumi_gcp/endpoints/service_iam_member.py +12 -12
- pulumi_gcp/endpoints/service_iam_policy.py +12 -12
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +23 -23
- pulumi_gcp/folder/iam_member.py +16 -16
- pulumi_gcp/folder/iam_policy.py +16 -16
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
- pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
- pulumi_gcp/gkehub/feature_iam_member.py +12 -12
- pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
- pulumi_gcp/gkehub/membership_iam_member.py +12 -12
- pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
- pulumi_gcp/gkehub/scope_iam_member.py +12 -12
- pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
- pulumi_gcp/iam/_inputs.py +191 -2
- pulumi_gcp/iam/outputs.py +197 -2
- pulumi_gcp/iam/workforce_pool_provider.py +245 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_iam_binding.py +12 -12
- pulumi_gcp/iap/web_iam_member.py +12 -12
- pulumi_gcp/iap/web_iam_policy.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
- pulumi_gcp/integrationconnectors/__init__.py +1 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +753 -0
- pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
- pulumi_gcp/kms/key_ring_iam_member.py +12 -12
- pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
- pulumi_gcp/netapp/storage_pool.py +7 -7
- pulumi_gcp/netapp/volume.py +4 -4
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +946 -0
- pulumi_gcp/networksecurity/firewall_endpoint.py +34 -0
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +24 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/security_profile.py +16 -0
- pulumi_gcp/networksecurity/security_profile_group.py +18 -0
- pulumi_gcp/networksecurity/tls_inspection_policy.py +435 -5
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +254 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
- pulumi_gcp/networkservices/outputs.py +265 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
- pulumi_gcp/notebooks/instance_iam_member.py +12 -12
- pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
- pulumi_gcp/organizations/_inputs.py +10 -0
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/organizations/outputs.py +10 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/projects/iam_audit_config.py +23 -23
- pulumi_gcp/projects/iam_binding.py +23 -23
- pulumi_gcp/projects/iam_member.py +23 -23
- pulumi_gcp/projects/iam_policy.py +16 -16
- pulumi_gcp/projects/service.py +2 -43
- pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
- pulumi_gcp/pubsub/schema_iam_member.py +12 -12
- pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
- pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
- pulumi_gcp/pubsub/topic_iam_member.py +12 -12
- pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
- pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
- pulumi_gcp/spanner/database_iam_binding.py +12 -12
- pulumi_gcp/spanner/database_iam_member.py +12 -12
- pulumi_gcp/spanner/database_iam_policy.py +12 -12
- pulumi_gcp/spanner/instance_iam_binding.py +12 -12
- pulumi_gcp/spanner/instance_iam_member.py +12 -12
- pulumi_gcp/spanner/instance_iam_policy.py +12 -12
- pulumi_gcp/storage/_inputs.py +12 -10
- pulumi_gcp/storage/bucket.py +44 -0
- pulumi_gcp/storage/bucket_iam_binding.py +12 -12
- pulumi_gcp/storage/bucket_iam_member.py +12 -12
- pulumi_gcp/storage/bucket_iam_policy.py +12 -12
- pulumi_gcp/storage/outputs.py +12 -10
- pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_key_iam_member.py +12 -12
- pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
- pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_value_iam_member.py +12 -12
- pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/RECORD +355 -349
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/clouddeploy/target.py
CHANGED
@@ -19,6 +19,7 @@ class TargetArgs:
|
|
19
19
|
location: pulumi.Input[str],
|
20
20
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
21
21
|
anthos_cluster: Optional[pulumi.Input['TargetAnthosClusterArgs']] = None,
|
22
|
+
custom_target: Optional[pulumi.Input['TargetCustomTargetArgs']] = None,
|
22
23
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
23
24
|
description: Optional[pulumi.Input[str]] = None,
|
24
25
|
execution_configs: Optional[pulumi.Input[Sequence[pulumi.Input['TargetExecutionConfigArgs']]]] = None,
|
@@ -37,6 +38,7 @@ class TargetArgs:
|
|
37
38
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
38
39
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
39
40
|
:param pulumi.Input['TargetAnthosClusterArgs'] anthos_cluster: Information specifying an Anthos Cluster.
|
41
|
+
:param pulumi.Input['TargetCustomTargetArgs'] custom_target: Optional. Information specifying a Custom Target.
|
40
42
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
41
43
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
42
44
|
:param pulumi.Input[Sequence[pulumi.Input['TargetExecutionConfigArgs']]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
|
@@ -46,7 +48,7 @@ class TargetArgs:
|
|
46
48
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
47
49
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
48
50
|
:param pulumi.Input['TargetMultiTargetArgs'] multi_target: Information specifying a multiTarget.
|
49
|
-
:param pulumi.Input[str] name: Name of the `Target`. Format is
|
51
|
+
:param pulumi.Input[str] name: Name of the `Target`. Format is `a-z?`.
|
50
52
|
|
51
53
|
|
52
54
|
|
@@ -60,6 +62,8 @@ class TargetArgs:
|
|
60
62
|
pulumi.set(__self__, "annotations", annotations)
|
61
63
|
if anthos_cluster is not None:
|
62
64
|
pulumi.set(__self__, "anthos_cluster", anthos_cluster)
|
65
|
+
if custom_target is not None:
|
66
|
+
pulumi.set(__self__, "custom_target", custom_target)
|
63
67
|
if deploy_parameters is not None:
|
64
68
|
pulumi.set(__self__, "deploy_parameters", deploy_parameters)
|
65
69
|
if description is not None:
|
@@ -120,6 +124,18 @@ class TargetArgs:
|
|
120
124
|
def anthos_cluster(self, value: Optional[pulumi.Input['TargetAnthosClusterArgs']]):
|
121
125
|
pulumi.set(self, "anthos_cluster", value)
|
122
126
|
|
127
|
+
@property
|
128
|
+
@pulumi.getter(name="customTarget")
|
129
|
+
def custom_target(self) -> Optional[pulumi.Input['TargetCustomTargetArgs']]:
|
130
|
+
"""
|
131
|
+
Optional. Information specifying a Custom Target.
|
132
|
+
"""
|
133
|
+
return pulumi.get(self, "custom_target")
|
134
|
+
|
135
|
+
@custom_target.setter
|
136
|
+
def custom_target(self, value: Optional[pulumi.Input['TargetCustomTargetArgs']]):
|
137
|
+
pulumi.set(self, "custom_target", value)
|
138
|
+
|
123
139
|
@property
|
124
140
|
@pulumi.getter(name="deployParameters")
|
125
141
|
def deploy_parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -199,7 +215,7 @@ class TargetArgs:
|
|
199
215
|
@pulumi.getter
|
200
216
|
def name(self) -> Optional[pulumi.Input[str]]:
|
201
217
|
"""
|
202
|
-
Name of the `Target`. Format is
|
218
|
+
Name of the `Target`. Format is `a-z?`.
|
203
219
|
|
204
220
|
|
205
221
|
|
@@ -254,6 +270,7 @@ class _TargetState:
|
|
254
270
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
255
271
|
anthos_cluster: Optional[pulumi.Input['TargetAnthosClusterArgs']] = None,
|
256
272
|
create_time: Optional[pulumi.Input[str]] = None,
|
273
|
+
custom_target: Optional[pulumi.Input['TargetCustomTargetArgs']] = None,
|
257
274
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
258
275
|
description: Optional[pulumi.Input[str]] = None,
|
259
276
|
effective_annotations: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -280,6 +297,7 @@ class _TargetState:
|
|
280
297
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
281
298
|
:param pulumi.Input['TargetAnthosClusterArgs'] anthos_cluster: Information specifying an Anthos Cluster.
|
282
299
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
300
|
+
:param pulumi.Input['TargetCustomTargetArgs'] custom_target: Optional. Information specifying a Custom Target.
|
283
301
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
284
302
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
285
303
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
@@ -292,7 +310,7 @@ class _TargetState:
|
|
292
310
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
293
311
|
:param pulumi.Input[str] location: The location for the resource
|
294
312
|
:param pulumi.Input['TargetMultiTargetArgs'] multi_target: Information specifying a multiTarget.
|
295
|
-
:param pulumi.Input[str] name: Name of the `Target`. Format is
|
313
|
+
:param pulumi.Input[str] name: Name of the `Target`. Format is `a-z?`.
|
296
314
|
|
297
315
|
|
298
316
|
|
@@ -311,6 +329,8 @@ class _TargetState:
|
|
311
329
|
pulumi.set(__self__, "anthos_cluster", anthos_cluster)
|
312
330
|
if create_time is not None:
|
313
331
|
pulumi.set(__self__, "create_time", create_time)
|
332
|
+
if custom_target is not None:
|
333
|
+
pulumi.set(__self__, "custom_target", custom_target)
|
314
334
|
if deploy_parameters is not None:
|
315
335
|
pulumi.set(__self__, "deploy_parameters", deploy_parameters)
|
316
336
|
if description is not None:
|
@@ -387,6 +407,18 @@ class _TargetState:
|
|
387
407
|
def create_time(self, value: Optional[pulumi.Input[str]]):
|
388
408
|
pulumi.set(self, "create_time", value)
|
389
409
|
|
410
|
+
@property
|
411
|
+
@pulumi.getter(name="customTarget")
|
412
|
+
def custom_target(self) -> Optional[pulumi.Input['TargetCustomTargetArgs']]:
|
413
|
+
"""
|
414
|
+
Optional. Information specifying a Custom Target.
|
415
|
+
"""
|
416
|
+
return pulumi.get(self, "custom_target")
|
417
|
+
|
418
|
+
@custom_target.setter
|
419
|
+
def custom_target(self, value: Optional[pulumi.Input['TargetCustomTargetArgs']]):
|
420
|
+
pulumi.set(self, "custom_target", value)
|
421
|
+
|
390
422
|
@property
|
391
423
|
@pulumi.getter(name="deployParameters")
|
392
424
|
def deploy_parameters(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -511,7 +543,7 @@ class _TargetState:
|
|
511
543
|
@pulumi.getter
|
512
544
|
def name(self) -> Optional[pulumi.Input[str]]:
|
513
545
|
"""
|
514
|
-
Name of the `Target`. Format is
|
546
|
+
Name of the `Target`. Format is `a-z?`.
|
515
547
|
|
516
548
|
|
517
549
|
|
@@ -615,6 +647,7 @@ class Target(pulumi.CustomResource):
|
|
615
647
|
opts: Optional[pulumi.ResourceOptions] = None,
|
616
648
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
617
649
|
anthos_cluster: Optional[pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']]] = None,
|
650
|
+
custom_target: Optional[pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']]] = None,
|
618
651
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
619
652
|
description: Optional[pulumi.Input[str]] = None,
|
620
653
|
execution_configs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetExecutionConfigArgs']]]]] = None,
|
@@ -758,6 +791,7 @@ class Target(pulumi.CustomResource):
|
|
758
791
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
759
792
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
760
793
|
:param pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']] anthos_cluster: Information specifying an Anthos Cluster.
|
794
|
+
:param pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']] custom_target: Optional. Information specifying a Custom Target.
|
761
795
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
762
796
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
763
797
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetExecutionConfigArgs']]]] execution_configs: Configurations for all execution that relates to this `Target`. Each `ExecutionEnvironmentUsage` value may only be used in a single configuration; using the same value multiple times is an error. When one or more configurations are specified, they must include the `RENDER` and `DEPLOY` `ExecutionEnvironmentUsage` values. When no configurations are specified, execution will use the default specified in `DefaultPool`.
|
@@ -768,7 +802,7 @@ class Target(pulumi.CustomResource):
|
|
768
802
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
769
803
|
:param pulumi.Input[str] location: The location for the resource
|
770
804
|
:param pulumi.Input[pulumi.InputType['TargetMultiTargetArgs']] multi_target: Information specifying a multiTarget.
|
771
|
-
:param pulumi.Input[str] name: Name of the `Target`. Format is
|
805
|
+
:param pulumi.Input[str] name: Name of the `Target`. Format is `a-z?`.
|
772
806
|
|
773
807
|
|
774
808
|
|
@@ -924,6 +958,7 @@ class Target(pulumi.CustomResource):
|
|
924
958
|
opts: Optional[pulumi.ResourceOptions] = None,
|
925
959
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
926
960
|
anthos_cluster: Optional[pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']]] = None,
|
961
|
+
custom_target: Optional[pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']]] = None,
|
927
962
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
928
963
|
description: Optional[pulumi.Input[str]] = None,
|
929
964
|
execution_configs: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['TargetExecutionConfigArgs']]]]] = None,
|
@@ -946,6 +981,7 @@ class Target(pulumi.CustomResource):
|
|
946
981
|
|
947
982
|
__props__.__dict__["annotations"] = annotations
|
948
983
|
__props__.__dict__["anthos_cluster"] = anthos_cluster
|
984
|
+
__props__.__dict__["custom_target"] = custom_target
|
949
985
|
__props__.__dict__["deploy_parameters"] = deploy_parameters
|
950
986
|
__props__.__dict__["description"] = description
|
951
987
|
__props__.__dict__["execution_configs"] = execution_configs
|
@@ -982,6 +1018,7 @@ class Target(pulumi.CustomResource):
|
|
982
1018
|
annotations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
983
1019
|
anthos_cluster: Optional[pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']]] = None,
|
984
1020
|
create_time: Optional[pulumi.Input[str]] = None,
|
1021
|
+
custom_target: Optional[pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']]] = None,
|
985
1022
|
deploy_parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
986
1023
|
description: Optional[pulumi.Input[str]] = None,
|
987
1024
|
effective_annotations: Optional[pulumi.Input[Mapping[str, Any]]] = None,
|
@@ -1013,6 +1050,7 @@ class Target(pulumi.CustomResource):
|
|
1013
1050
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1014
1051
|
:param pulumi.Input[pulumi.InputType['TargetAnthosClusterArgs']] anthos_cluster: Information specifying an Anthos Cluster.
|
1015
1052
|
:param pulumi.Input[str] create_time: Output only. Time at which the `Target` was created.
|
1053
|
+
:param pulumi.Input[pulumi.InputType['TargetCustomTargetArgs']] custom_target: Optional. Information specifying a Custom Target.
|
1016
1054
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] deploy_parameters: Optional. The deploy parameters to use for this target.
|
1017
1055
|
:param pulumi.Input[str] description: Optional. Description of the `Target`. Max length is 255 characters.
|
1018
1056
|
:param pulumi.Input[Mapping[str, Any]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
@@ -1025,7 +1063,7 @@ class Target(pulumi.CustomResource):
|
|
1025
1063
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
1026
1064
|
:param pulumi.Input[str] location: The location for the resource
|
1027
1065
|
:param pulumi.Input[pulumi.InputType['TargetMultiTargetArgs']] multi_target: Information specifying a multiTarget.
|
1028
|
-
:param pulumi.Input[str] name: Name of the `Target`. Format is
|
1066
|
+
:param pulumi.Input[str] name: Name of the `Target`. Format is `a-z?`.
|
1029
1067
|
|
1030
1068
|
|
1031
1069
|
|
@@ -1045,6 +1083,7 @@ class Target(pulumi.CustomResource):
|
|
1045
1083
|
__props__.__dict__["annotations"] = annotations
|
1046
1084
|
__props__.__dict__["anthos_cluster"] = anthos_cluster
|
1047
1085
|
__props__.__dict__["create_time"] = create_time
|
1086
|
+
__props__.__dict__["custom_target"] = custom_target
|
1048
1087
|
__props__.__dict__["deploy_parameters"] = deploy_parameters
|
1049
1088
|
__props__.__dict__["description"] = description
|
1050
1089
|
__props__.__dict__["effective_annotations"] = effective_annotations
|
@@ -1092,6 +1131,14 @@ class Target(pulumi.CustomResource):
|
|
1092
1131
|
"""
|
1093
1132
|
return pulumi.get(self, "create_time")
|
1094
1133
|
|
1134
|
+
@property
|
1135
|
+
@pulumi.getter(name="customTarget")
|
1136
|
+
def custom_target(self) -> pulumi.Output[Optional['outputs.TargetCustomTarget']]:
|
1137
|
+
"""
|
1138
|
+
Optional. Information specifying a Custom Target.
|
1139
|
+
"""
|
1140
|
+
return pulumi.get(self, "custom_target")
|
1141
|
+
|
1095
1142
|
@property
|
1096
1143
|
@pulumi.getter(name="deployParameters")
|
1097
1144
|
def deploy_parameters(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
@@ -1176,7 +1223,7 @@ class Target(pulumi.CustomResource):
|
|
1176
1223
|
@pulumi.getter
|
1177
1224
|
def name(self) -> pulumi.Output[str]:
|
1178
1225
|
"""
|
1179
|
-
Name of the `Target`. Format is
|
1226
|
+
Name of the `Target`. Format is `a-z?`.
|
1180
1227
|
|
1181
1228
|
|
1182
1229
|
|
@@ -62,6 +62,9 @@ class FunctionArgs:
|
|
62
62
|
:param pulumi.Input[Mapping[str, Any]] environment_variables: A set of key/value environment variable pairs to assign to the function.
|
63
63
|
:param pulumi.Input['FunctionEventTriggerArgs'] event_trigger: A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `trigger_http`.
|
64
64
|
:param pulumi.Input[str] https_trigger_security_level: The security level for the function. The following options are available:
|
65
|
+
|
66
|
+
* `SECURE_ALWAYS` Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.
|
67
|
+
* `SECURE_OPTIONAL` Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.
|
65
68
|
:param pulumi.Input[str] https_trigger_url: URL which triggers function execution. Returned only if `trigger_http` is used.
|
66
69
|
:param pulumi.Input[str] ingress_settings: String value that controls what traffic can reach the function. Allowed values are `ALLOW_ALL`, `ALLOW_INTERNAL_AND_GCLB` and `ALLOW_INTERNAL_ONLY`. Check [ingress documentation](https://cloud.google.com/functions/docs/networking/network-settings#ingress_settings) to see the impact of each settings value. Changes to this field will recreate the cloud function.
|
67
70
|
:param pulumi.Input[str] kms_key_name: Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
|
@@ -275,6 +278,9 @@ class FunctionArgs:
|
|
275
278
|
def https_trigger_security_level(self) -> Optional[pulumi.Input[str]]:
|
276
279
|
"""
|
277
280
|
The security level for the function. The following options are available:
|
281
|
+
|
282
|
+
* `SECURE_ALWAYS` Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.
|
283
|
+
* `SECURE_OPTIONAL` Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.
|
278
284
|
"""
|
279
285
|
return pulumi.get(self, "https_trigger_security_level")
|
280
286
|
|
@@ -566,6 +572,9 @@ class _FunctionState:
|
|
566
572
|
:param pulumi.Input[Mapping[str, Any]] environment_variables: A set of key/value environment variable pairs to assign to the function.
|
567
573
|
:param pulumi.Input['FunctionEventTriggerArgs'] event_trigger: A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `trigger_http`.
|
568
574
|
:param pulumi.Input[str] https_trigger_security_level: The security level for the function. The following options are available:
|
575
|
+
|
576
|
+
* `SECURE_ALWAYS` Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.
|
577
|
+
* `SECURE_OPTIONAL` Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.
|
569
578
|
:param pulumi.Input[str] https_trigger_url: URL which triggers function execution. Returned only if `trigger_http` is used.
|
570
579
|
:param pulumi.Input[str] ingress_settings: String value that controls what traffic can reach the function. Allowed values are `ALLOW_ALL`, `ALLOW_INTERNAL_AND_GCLB` and `ALLOW_INTERNAL_ONLY`. Check [ingress documentation](https://cloud.google.com/functions/docs/networking/network-settings#ingress_settings) to see the impact of each settings value. Changes to this field will recreate the cloud function.
|
571
580
|
:param pulumi.Input[str] kms_key_name: Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
|
@@ -793,6 +802,9 @@ class _FunctionState:
|
|
793
802
|
def https_trigger_security_level(self) -> Optional[pulumi.Input[str]]:
|
794
803
|
"""
|
795
804
|
The security level for the function. The following options are available:
|
805
|
+
|
806
|
+
* `SECURE_ALWAYS` Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.
|
807
|
+
* `SECURE_OPTIONAL` Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.
|
796
808
|
"""
|
797
809
|
return pulumi.get(self, "https_trigger_security_level")
|
798
810
|
|
@@ -1237,6 +1249,9 @@ class Function(pulumi.CustomResource):
|
|
1237
1249
|
:param pulumi.Input[Mapping[str, Any]] environment_variables: A set of key/value environment variable pairs to assign to the function.
|
1238
1250
|
:param pulumi.Input[pulumi.InputType['FunctionEventTriggerArgs']] event_trigger: A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `trigger_http`.
|
1239
1251
|
:param pulumi.Input[str] https_trigger_security_level: The security level for the function. The following options are available:
|
1252
|
+
|
1253
|
+
* `SECURE_ALWAYS` Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.
|
1254
|
+
* `SECURE_OPTIONAL` Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.
|
1240
1255
|
:param pulumi.Input[str] https_trigger_url: URL which triggers function execution. Returned only if `trigger_http` is used.
|
1241
1256
|
:param pulumi.Input[str] ingress_settings: String value that controls what traffic can reach the function. Allowed values are `ALLOW_ALL`, `ALLOW_INTERNAL_AND_GCLB` and `ALLOW_INTERNAL_ONLY`. Check [ingress documentation](https://cloud.google.com/functions/docs/networking/network-settings#ingress_settings) to see the impact of each settings value. Changes to this field will recreate the cloud function.
|
1242
1257
|
:param pulumi.Input[str] kms_key_name: Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
|
@@ -1529,6 +1544,9 @@ class Function(pulumi.CustomResource):
|
|
1529
1544
|
:param pulumi.Input[Mapping[str, Any]] environment_variables: A set of key/value environment variable pairs to assign to the function.
|
1530
1545
|
:param pulumi.Input[pulumi.InputType['FunctionEventTriggerArgs']] event_trigger: A source that fires events in response to a condition in another service. Structure is documented below. Cannot be used with `trigger_http`.
|
1531
1546
|
:param pulumi.Input[str] https_trigger_security_level: The security level for the function. The following options are available:
|
1547
|
+
|
1548
|
+
* `SECURE_ALWAYS` Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.
|
1549
|
+
* `SECURE_OPTIONAL` Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.
|
1532
1550
|
:param pulumi.Input[str] https_trigger_url: URL which triggers function execution. Returned only if `trigger_http` is used.
|
1533
1551
|
:param pulumi.Input[str] ingress_settings: String value that controls what traffic can reach the function. Allowed values are `ALLOW_ALL`, `ALLOW_INTERNAL_AND_GCLB` and `ALLOW_INTERNAL_ONLY`. Check [ingress documentation](https://cloud.google.com/functions/docs/networking/network-settings#ingress_settings) to see the impact of each settings value. Changes to this field will recreate the cloud function.
|
1534
1552
|
:param pulumi.Input[str] kms_key_name: Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources. It must match the pattern `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
|
@@ -1687,6 +1705,9 @@ class Function(pulumi.CustomResource):
|
|
1687
1705
|
def https_trigger_security_level(self) -> pulumi.Output[str]:
|
1688
1706
|
"""
|
1689
1707
|
The security level for the function. The following options are available:
|
1708
|
+
|
1709
|
+
* `SECURE_ALWAYS` Requests for a URL that match this handler that do not use HTTPS are automatically redirected to the HTTPS URL with the same path. Query parameters are reserved for the redirect.
|
1710
|
+
* `SECURE_OPTIONAL` Both HTTP and HTTPS requests with URLs that match the handler succeed without redirects. The application can examine the request to determine which protocol was used and respond accordingly.
|
1690
1711
|
"""
|
1691
1712
|
return pulumi.get(self, "https_trigger_security_level")
|
1692
1713
|
|
@@ -313,7 +313,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
313
313
|
|
314
314
|
> **Note:** `cloudfunctions.FunctionIamBinding` resources **can be** used in conjunction with `cloudfunctions.FunctionIamMember` resources **only if** they do not grant privilege to the same role.
|
315
315
|
|
316
|
-
##
|
316
|
+
## cloudfunctions.FunctionIamPolicy
|
317
317
|
|
318
318
|
```python
|
319
319
|
import pulumi
|
@@ -330,7 +330,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
330
330
|
policy_data=admin.policy_data)
|
331
331
|
```
|
332
332
|
|
333
|
-
##
|
333
|
+
## cloudfunctions.FunctionIamBinding
|
334
334
|
|
335
335
|
```python
|
336
336
|
import pulumi
|
@@ -344,7 +344,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
344
344
|
members=["user:jane@example.com"])
|
345
345
|
```
|
346
346
|
|
347
|
-
##
|
347
|
+
## cloudfunctions.FunctionIamMember
|
348
348
|
|
349
349
|
```python
|
350
350
|
import pulumi
|
@@ -358,7 +358,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
358
358
|
member="user:jane@example.com")
|
359
359
|
```
|
360
360
|
|
361
|
-
##
|
361
|
+
## cloudfunctions.FunctionIamPolicy
|
362
362
|
|
363
363
|
```python
|
364
364
|
import pulumi
|
@@ -375,7 +375,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
375
375
|
policy_data=admin.policy_data)
|
376
376
|
```
|
377
377
|
|
378
|
-
##
|
378
|
+
## cloudfunctions.FunctionIamBinding
|
379
379
|
|
380
380
|
```python
|
381
381
|
import pulumi
|
@@ -389,7 +389,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
389
389
|
members=["user:jane@example.com"])
|
390
390
|
```
|
391
391
|
|
392
|
-
##
|
392
|
+
## cloudfunctions.FunctionIamMember
|
393
393
|
|
394
394
|
```python
|
395
395
|
import pulumi
|
@@ -485,7 +485,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
485
485
|
|
486
486
|
> **Note:** `cloudfunctions.FunctionIamBinding` resources **can be** used in conjunction with `cloudfunctions.FunctionIamMember` resources **only if** they do not grant privilege to the same role.
|
487
487
|
|
488
|
-
##
|
488
|
+
## cloudfunctions.FunctionIamPolicy
|
489
489
|
|
490
490
|
```python
|
491
491
|
import pulumi
|
@@ -502,7 +502,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
502
502
|
policy_data=admin.policy_data)
|
503
503
|
```
|
504
504
|
|
505
|
-
##
|
505
|
+
## cloudfunctions.FunctionIamBinding
|
506
506
|
|
507
507
|
```python
|
508
508
|
import pulumi
|
@@ -516,7 +516,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
516
516
|
members=["user:jane@example.com"])
|
517
517
|
```
|
518
518
|
|
519
|
-
##
|
519
|
+
## cloudfunctions.FunctionIamMember
|
520
520
|
|
521
521
|
```python
|
522
522
|
import pulumi
|
@@ -530,7 +530,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
530
530
|
member="user:jane@example.com")
|
531
531
|
```
|
532
532
|
|
533
|
-
##
|
533
|
+
## cloudfunctions.FunctionIamPolicy
|
534
534
|
|
535
535
|
```python
|
536
536
|
import pulumi
|
@@ -547,7 +547,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
547
547
|
policy_data=admin.policy_data)
|
548
548
|
```
|
549
549
|
|
550
|
-
##
|
550
|
+
## cloudfunctions.FunctionIamBinding
|
551
551
|
|
552
552
|
```python
|
553
553
|
import pulumi
|
@@ -561,7 +561,7 @@ class FunctionIamBinding(pulumi.CustomResource):
|
|
561
561
|
members=["user:jane@example.com"])
|
562
562
|
```
|
563
563
|
|
564
|
-
##
|
564
|
+
## cloudfunctions.FunctionIamMember
|
565
565
|
|
566
566
|
```python
|
567
567
|
import pulumi
|
@@ -313,7 +313,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
313
313
|
|
314
314
|
> **Note:** `cloudfunctions.FunctionIamBinding` resources **can be** used in conjunction with `cloudfunctions.FunctionIamMember` resources **only if** they do not grant privilege to the same role.
|
315
315
|
|
316
|
-
##
|
316
|
+
## cloudfunctions.FunctionIamPolicy
|
317
317
|
|
318
318
|
```python
|
319
319
|
import pulumi
|
@@ -330,7 +330,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
330
330
|
policy_data=admin.policy_data)
|
331
331
|
```
|
332
332
|
|
333
|
-
##
|
333
|
+
## cloudfunctions.FunctionIamBinding
|
334
334
|
|
335
335
|
```python
|
336
336
|
import pulumi
|
@@ -344,7 +344,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
344
344
|
members=["user:jane@example.com"])
|
345
345
|
```
|
346
346
|
|
347
|
-
##
|
347
|
+
## cloudfunctions.FunctionIamMember
|
348
348
|
|
349
349
|
```python
|
350
350
|
import pulumi
|
@@ -358,7 +358,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
358
358
|
member="user:jane@example.com")
|
359
359
|
```
|
360
360
|
|
361
|
-
##
|
361
|
+
## cloudfunctions.FunctionIamPolicy
|
362
362
|
|
363
363
|
```python
|
364
364
|
import pulumi
|
@@ -375,7 +375,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
375
375
|
policy_data=admin.policy_data)
|
376
376
|
```
|
377
377
|
|
378
|
-
##
|
378
|
+
## cloudfunctions.FunctionIamBinding
|
379
379
|
|
380
380
|
```python
|
381
381
|
import pulumi
|
@@ -389,7 +389,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
389
389
|
members=["user:jane@example.com"])
|
390
390
|
```
|
391
391
|
|
392
|
-
##
|
392
|
+
## cloudfunctions.FunctionIamMember
|
393
393
|
|
394
394
|
```python
|
395
395
|
import pulumi
|
@@ -485,7 +485,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
485
485
|
|
486
486
|
> **Note:** `cloudfunctions.FunctionIamBinding` resources **can be** used in conjunction with `cloudfunctions.FunctionIamMember` resources **only if** they do not grant privilege to the same role.
|
487
487
|
|
488
|
-
##
|
488
|
+
## cloudfunctions.FunctionIamPolicy
|
489
489
|
|
490
490
|
```python
|
491
491
|
import pulumi
|
@@ -502,7 +502,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
502
502
|
policy_data=admin.policy_data)
|
503
503
|
```
|
504
504
|
|
505
|
-
##
|
505
|
+
## cloudfunctions.FunctionIamBinding
|
506
506
|
|
507
507
|
```python
|
508
508
|
import pulumi
|
@@ -516,7 +516,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
516
516
|
members=["user:jane@example.com"])
|
517
517
|
```
|
518
518
|
|
519
|
-
##
|
519
|
+
## cloudfunctions.FunctionIamMember
|
520
520
|
|
521
521
|
```python
|
522
522
|
import pulumi
|
@@ -530,7 +530,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
530
530
|
member="user:jane@example.com")
|
531
531
|
```
|
532
532
|
|
533
|
-
##
|
533
|
+
## cloudfunctions.FunctionIamPolicy
|
534
534
|
|
535
535
|
```python
|
536
536
|
import pulumi
|
@@ -547,7 +547,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
547
547
|
policy_data=admin.policy_data)
|
548
548
|
```
|
549
549
|
|
550
|
-
##
|
550
|
+
## cloudfunctions.FunctionIamBinding
|
551
551
|
|
552
552
|
```python
|
553
553
|
import pulumi
|
@@ -561,7 +561,7 @@ class FunctionIamMember(pulumi.CustomResource):
|
|
561
561
|
members=["user:jane@example.com"])
|
562
562
|
```
|
563
563
|
|
564
|
-
##
|
564
|
+
## cloudfunctions.FunctionIamMember
|
565
565
|
|
566
566
|
```python
|
567
567
|
import pulumi
|
@@ -210,7 +210,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
210
210
|
|
211
211
|
> **Note:** `cloudfunctions.FunctionIamBinding` resources **can be** used in conjunction with `cloudfunctions.FunctionIamMember` resources **only if** they do not grant privilege to the same role.
|
212
212
|
|
213
|
-
##
|
213
|
+
## cloudfunctions.FunctionIamPolicy
|
214
214
|
|
215
215
|
```python
|
216
216
|
import pulumi
|
@@ -227,7 +227,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
227
227
|
policy_data=admin.policy_data)
|
228
228
|
```
|
229
229
|
|
230
|
-
##
|
230
|
+
## cloudfunctions.FunctionIamBinding
|
231
231
|
|
232
232
|
```python
|
233
233
|
import pulumi
|
@@ -241,7 +241,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
241
241
|
members=["user:jane@example.com"])
|
242
242
|
```
|
243
243
|
|
244
|
-
##
|
244
|
+
## cloudfunctions.FunctionIamMember
|
245
245
|
|
246
246
|
```python
|
247
247
|
import pulumi
|
@@ -255,7 +255,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
255
255
|
member="user:jane@example.com")
|
256
256
|
```
|
257
257
|
|
258
|
-
##
|
258
|
+
## cloudfunctions.FunctionIamPolicy
|
259
259
|
|
260
260
|
```python
|
261
261
|
import pulumi
|
@@ -272,7 +272,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
272
272
|
policy_data=admin.policy_data)
|
273
273
|
```
|
274
274
|
|
275
|
-
##
|
275
|
+
## cloudfunctions.FunctionIamBinding
|
276
276
|
|
277
277
|
```python
|
278
278
|
import pulumi
|
@@ -286,7 +286,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
286
286
|
members=["user:jane@example.com"])
|
287
287
|
```
|
288
288
|
|
289
|
-
##
|
289
|
+
## cloudfunctions.FunctionIamMember
|
290
290
|
|
291
291
|
```python
|
292
292
|
import pulumi
|
@@ -370,7 +370,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
370
370
|
|
371
371
|
> **Note:** `cloudfunctions.FunctionIamBinding` resources **can be** used in conjunction with `cloudfunctions.FunctionIamMember` resources **only if** they do not grant privilege to the same role.
|
372
372
|
|
373
|
-
##
|
373
|
+
## cloudfunctions.FunctionIamPolicy
|
374
374
|
|
375
375
|
```python
|
376
376
|
import pulumi
|
@@ -387,7 +387,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
387
387
|
policy_data=admin.policy_data)
|
388
388
|
```
|
389
389
|
|
390
|
-
##
|
390
|
+
## cloudfunctions.FunctionIamBinding
|
391
391
|
|
392
392
|
```python
|
393
393
|
import pulumi
|
@@ -401,7 +401,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
401
401
|
members=["user:jane@example.com"])
|
402
402
|
```
|
403
403
|
|
404
|
-
##
|
404
|
+
## cloudfunctions.FunctionIamMember
|
405
405
|
|
406
406
|
```python
|
407
407
|
import pulumi
|
@@ -415,7 +415,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
415
415
|
member="user:jane@example.com")
|
416
416
|
```
|
417
417
|
|
418
|
-
##
|
418
|
+
## cloudfunctions.FunctionIamPolicy
|
419
419
|
|
420
420
|
```python
|
421
421
|
import pulumi
|
@@ -432,7 +432,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
432
432
|
policy_data=admin.policy_data)
|
433
433
|
```
|
434
434
|
|
435
|
-
##
|
435
|
+
## cloudfunctions.FunctionIamBinding
|
436
436
|
|
437
437
|
```python
|
438
438
|
import pulumi
|
@@ -446,7 +446,7 @@ class FunctionIamPolicy(pulumi.CustomResource):
|
|
446
446
|
members=["user:jane@example.com"])
|
447
447
|
```
|
448
448
|
|
449
|
-
##
|
449
|
+
## cloudfunctions.FunctionIamMember
|
450
450
|
|
451
451
|
```python
|
452
452
|
import pulumi
|