pulumi-gcp 7.24.0a1715926460__py3-none-any.whl → 7.24.0a1716588893__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 +16 -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/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/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/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_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/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 +681 -0
- 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/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/outputs.py +701 -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/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 +14 -2
- pulumi_gcp/container/outputs.py +16 -4
- 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/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/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/managed_zone.py +8 -8
- 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/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/tls_inspection_policy.py +419 -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.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +327 -324
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.24.0a1715926460.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -73,6 +73,9 @@ __all__ = [
|
|
73
73
|
'HttpRouteRuleMatchHeader',
|
74
74
|
'HttpRouteRuleMatchHeaderRangeMatch',
|
75
75
|
'HttpRouteRuleMatchQueryParameter',
|
76
|
+
'LbTrafficExtensionExtensionChain',
|
77
|
+
'LbTrafficExtensionExtensionChainExtension',
|
78
|
+
'LbTrafficExtensionExtensionChainMatchCondition',
|
76
79
|
'TcpRouteRule',
|
77
80
|
'TcpRouteRuleAction',
|
78
81
|
'TcpRouteRuleActionDestination',
|
@@ -1925,9 +1928,12 @@ class EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignatur
|
|
1925
1928
|
Each value may be one of: `GENERATE_COOKIE`, `GENERATE_TOKEN_HLS_COOKIELESS`, `PROPAGATE_TOKEN_HLS_COOKIELESS`.
|
1926
1929
|
:param Sequence[str] copied_parameters: The parameters to copy from the verified token to the generated token.
|
1927
1930
|
Only the following parameters may be copied:
|
1931
|
+
* `PathGlobs`
|
1928
1932
|
:param str keyset: The keyset to use for signature generation.
|
1929
1933
|
The following are both valid paths to an EdgeCacheKeyset resource:
|
1930
1934
|
* `projects/project/locations/global/edgeCacheKeysets/yourKeyset`
|
1935
|
+
* `yourKeyset`
|
1936
|
+
This must be specified when the GENERATE_COOKIE or GENERATE_TOKEN_HLS_COOKIELESS actions are specified. This field may not be specified otherwise.
|
1931
1937
|
:param str token_query_parameter: The query parameter in which to put the generated token.
|
1932
1938
|
If not specified, defaults to `edge-cache-token`.
|
1933
1939
|
If specified, the name must be 1-64 characters long and match the regular expression `a-zA-Z*` which means the first character must be a letter, and all following characters must be a dash, underscore, letter or digit.
|
@@ -1963,6 +1969,7 @@ class EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignatur
|
|
1963
1969
|
"""
|
1964
1970
|
The parameters to copy from the verified token to the generated token.
|
1965
1971
|
Only the following parameters may be copied:
|
1972
|
+
* `PathGlobs`
|
1966
1973
|
"""
|
1967
1974
|
return pulumi.get(self, "copied_parameters")
|
1968
1975
|
|
@@ -1973,6 +1980,8 @@ class EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCdnPolicyAddSignatur
|
|
1973
1980
|
The keyset to use for signature generation.
|
1974
1981
|
The following are both valid paths to an EdgeCacheKeyset resource:
|
1975
1982
|
* `projects/project/locations/global/edgeCacheKeysets/yourKeyset`
|
1983
|
+
* `yourKeyset`
|
1984
|
+
This must be specified when the GENERATE_COOKIE or GENERATE_TOKEN_HLS_COOKIELESS actions are specified. This field may not be specified otherwise.
|
1976
1985
|
"""
|
1977
1986
|
return pulumi.get(self, "keyset")
|
1978
1987
|
|
@@ -2476,6 +2485,12 @@ class EdgeCacheServiceRoutingPathMatcherRouteRuleUrlRedirect(dict):
|
|
2476
2485
|
prefixRedirect cannot be supplied together with pathRedirect. Supply one alone or neither. If neither is supplied, the path of the original request will be used for the redirect.
|
2477
2486
|
:param str redirect_response_code: The HTTP Status code to use for this RedirectAction.
|
2478
2487
|
The supported values are:
|
2488
|
+
- `MOVED_PERMANENTLY_DEFAULT`, which is the default value and corresponds to 301.
|
2489
|
+
- `FOUND`, which corresponds to 302.
|
2490
|
+
- `SEE_OTHER` which corresponds to 303.
|
2491
|
+
- `TEMPORARY_REDIRECT`, which corresponds to 307. in this case, the request method will be retained.
|
2492
|
+
- `PERMANENT_REDIRECT`, which corresponds to 308. in this case, the request method will be retained.
|
2493
|
+
Possible values are: `MOVED_PERMANENTLY_DEFAULT`, `FOUND`, `SEE_OTHER`, `TEMPORARY_REDIRECT`, `PERMANENT_REDIRECT`.
|
2479
2494
|
:param bool strip_query: If set to true, any accompanying query portion of the original URL is removed prior to redirecting the request. If set to false, the query portion of the original URL is retained.
|
2480
2495
|
|
2481
2496
|
- - -
|
@@ -2535,6 +2550,12 @@ class EdgeCacheServiceRoutingPathMatcherRouteRuleUrlRedirect(dict):
|
|
2535
2550
|
"""
|
2536
2551
|
The HTTP Status code to use for this RedirectAction.
|
2537
2552
|
The supported values are:
|
2553
|
+
- `MOVED_PERMANENTLY_DEFAULT`, which is the default value and corresponds to 301.
|
2554
|
+
- `FOUND`, which corresponds to 302.
|
2555
|
+
- `SEE_OTHER` which corresponds to 303.
|
2556
|
+
- `TEMPORARY_REDIRECT`, which corresponds to 307. in this case, the request method will be retained.
|
2557
|
+
- `PERMANENT_REDIRECT`, which corresponds to 308. in this case, the request method will be retained.
|
2558
|
+
Possible values are: `MOVED_PERMANENTLY_DEFAULT`, `FOUND`, `SEE_OTHER`, `TEMPORARY_REDIRECT`, `PERMANENT_REDIRECT`.
|
2538
2559
|
"""
|
2539
2560
|
return pulumi.get(self, "redirect_response_code")
|
2540
2561
|
|
@@ -4479,6 +4500,250 @@ class HttpRouteRuleMatchQueryParameter(dict):
|
|
4479
4500
|
return pulumi.get(self, "regex_match")
|
4480
4501
|
|
4481
4502
|
|
4503
|
+
@pulumi.output_type
|
4504
|
+
class LbTrafficExtensionExtensionChain(dict):
|
4505
|
+
@staticmethod
|
4506
|
+
def __key_warning(key: str):
|
4507
|
+
suggest = None
|
4508
|
+
if key == "matchCondition":
|
4509
|
+
suggest = "match_condition"
|
4510
|
+
|
4511
|
+
if suggest:
|
4512
|
+
pulumi.log.warn(f"Key '{key}' not found in LbTrafficExtensionExtensionChain. Access the value via the '{suggest}' property getter instead.")
|
4513
|
+
|
4514
|
+
def __getitem__(self, key: str) -> Any:
|
4515
|
+
LbTrafficExtensionExtensionChain.__key_warning(key)
|
4516
|
+
return super().__getitem__(key)
|
4517
|
+
|
4518
|
+
def get(self, key: str, default = None) -> Any:
|
4519
|
+
LbTrafficExtensionExtensionChain.__key_warning(key)
|
4520
|
+
return super().get(key, default)
|
4521
|
+
|
4522
|
+
def __init__(__self__, *,
|
4523
|
+
extensions: Sequence['outputs.LbTrafficExtensionExtensionChainExtension'],
|
4524
|
+
match_condition: 'outputs.LbTrafficExtensionExtensionChainMatchCondition',
|
4525
|
+
name: str):
|
4526
|
+
"""
|
4527
|
+
:param Sequence['LbTrafficExtensionExtensionChainExtensionArgs'] extensions: A set of extensions to execute for the matching request.
|
4528
|
+
At least one extension is required. Up to 3 extensions can be defined for each extension chain for
|
4529
|
+
LbTrafficExtension resource. LbRouteExtension chains are limited to 1 extension per extension chain.
|
4530
|
+
Structure is documented below.
|
4531
|
+
:param 'LbTrafficExtensionExtensionChainMatchConditionArgs' match_condition: Conditions under which this chain is invoked for a request.
|
4532
|
+
Structure is documented below.
|
4533
|
+
:param str name: The name for this extension chain. The name is logged as part of the HTTP request logs.
|
4534
|
+
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4535
|
+
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4536
|
+
and the last a letter or a number.
|
4537
|
+
"""
|
4538
|
+
pulumi.set(__self__, "extensions", extensions)
|
4539
|
+
pulumi.set(__self__, "match_condition", match_condition)
|
4540
|
+
pulumi.set(__self__, "name", name)
|
4541
|
+
|
4542
|
+
@property
|
4543
|
+
@pulumi.getter
|
4544
|
+
def extensions(self) -> Sequence['outputs.LbTrafficExtensionExtensionChainExtension']:
|
4545
|
+
"""
|
4546
|
+
A set of extensions to execute for the matching request.
|
4547
|
+
At least one extension is required. Up to 3 extensions can be defined for each extension chain for
|
4548
|
+
LbTrafficExtension resource. LbRouteExtension chains are limited to 1 extension per extension chain.
|
4549
|
+
Structure is documented below.
|
4550
|
+
"""
|
4551
|
+
return pulumi.get(self, "extensions")
|
4552
|
+
|
4553
|
+
@property
|
4554
|
+
@pulumi.getter(name="matchCondition")
|
4555
|
+
def match_condition(self) -> 'outputs.LbTrafficExtensionExtensionChainMatchCondition':
|
4556
|
+
"""
|
4557
|
+
Conditions under which this chain is invoked for a request.
|
4558
|
+
Structure is documented below.
|
4559
|
+
"""
|
4560
|
+
return pulumi.get(self, "match_condition")
|
4561
|
+
|
4562
|
+
@property
|
4563
|
+
@pulumi.getter
|
4564
|
+
def name(self) -> str:
|
4565
|
+
"""
|
4566
|
+
The name for this extension chain. The name is logged as part of the HTTP request logs.
|
4567
|
+
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4568
|
+
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4569
|
+
and the last a letter or a number.
|
4570
|
+
"""
|
4571
|
+
return pulumi.get(self, "name")
|
4572
|
+
|
4573
|
+
|
4574
|
+
@pulumi.output_type
|
4575
|
+
class LbTrafficExtensionExtensionChainExtension(dict):
|
4576
|
+
@staticmethod
|
4577
|
+
def __key_warning(key: str):
|
4578
|
+
suggest = None
|
4579
|
+
if key == "failOpen":
|
4580
|
+
suggest = "fail_open"
|
4581
|
+
elif key == "forwardHeaders":
|
4582
|
+
suggest = "forward_headers"
|
4583
|
+
elif key == "supportedEvents":
|
4584
|
+
suggest = "supported_events"
|
4585
|
+
|
4586
|
+
if suggest:
|
4587
|
+
pulumi.log.warn(f"Key '{key}' not found in LbTrafficExtensionExtensionChainExtension. Access the value via the '{suggest}' property getter instead.")
|
4588
|
+
|
4589
|
+
def __getitem__(self, key: str) -> Any:
|
4590
|
+
LbTrafficExtensionExtensionChainExtension.__key_warning(key)
|
4591
|
+
return super().__getitem__(key)
|
4592
|
+
|
4593
|
+
def get(self, key: str, default = None) -> Any:
|
4594
|
+
LbTrafficExtensionExtensionChainExtension.__key_warning(key)
|
4595
|
+
return super().get(key, default)
|
4596
|
+
|
4597
|
+
def __init__(__self__, *,
|
4598
|
+
authority: str,
|
4599
|
+
name: str,
|
4600
|
+
service: str,
|
4601
|
+
timeout: str,
|
4602
|
+
fail_open: Optional[bool] = None,
|
4603
|
+
forward_headers: Optional[Sequence[str]] = None,
|
4604
|
+
supported_events: Optional[Sequence[str]] = None):
|
4605
|
+
"""
|
4606
|
+
:param str authority: The :authority header in the gRPC request sent from Envoy to the extension service.
|
4607
|
+
:param str name: The name for this extension. The name is logged as part of the HTTP request logs.
|
4608
|
+
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4609
|
+
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4610
|
+
and the last a letter or a number.
|
4611
|
+
:param str service: The reference to the service that runs the extension. Must be a reference to a backend service
|
4612
|
+
:param str timeout: Specifies the timeout for each individual message on the stream. The timeout must be between 10-1000 milliseconds.
|
4613
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
4614
|
+
:param bool fail_open: Determines how the proxy behaves if the call to the extension fails or times out.
|
4615
|
+
When set to TRUE, request or response processing continues without error.
|
4616
|
+
Any subsequent extensions in the extension chain are also executed.
|
4617
|
+
When set to FALSE: * If response headers have not been delivered to the downstream client,
|
4618
|
+
a generic 500 error is returned to the client. The error response can be tailored by
|
4619
|
+
configuring a custom error response in the load balancer.
|
4620
|
+
:param Sequence[str] forward_headers: List of the HTTP headers to forward to the extension (from the client or backend).
|
4621
|
+
If omitted, all headers are sent. Each element is a string indicating the header name.
|
4622
|
+
:param Sequence[str] supported_events: A set of events during request or response processing for which this extension is called.
|
4623
|
+
This field is required for the LbTrafficExtension resource. It's not relevant for the LbRouteExtension
|
4624
|
+
resource. Possible values:`EVENT_TYPE_UNSPECIFIED`, `REQUEST_HEADERS`, `REQUEST_BODY`, `RESPONSE_HEADERS`,
|
4625
|
+
`RESPONSE_BODY`, `RESPONSE_BODY` and `RESPONSE_BODY`.
|
4626
|
+
|
4627
|
+
- - -
|
4628
|
+
"""
|
4629
|
+
pulumi.set(__self__, "authority", authority)
|
4630
|
+
pulumi.set(__self__, "name", name)
|
4631
|
+
pulumi.set(__self__, "service", service)
|
4632
|
+
pulumi.set(__self__, "timeout", timeout)
|
4633
|
+
if fail_open is not None:
|
4634
|
+
pulumi.set(__self__, "fail_open", fail_open)
|
4635
|
+
if forward_headers is not None:
|
4636
|
+
pulumi.set(__self__, "forward_headers", forward_headers)
|
4637
|
+
if supported_events is not None:
|
4638
|
+
pulumi.set(__self__, "supported_events", supported_events)
|
4639
|
+
|
4640
|
+
@property
|
4641
|
+
@pulumi.getter
|
4642
|
+
def authority(self) -> str:
|
4643
|
+
"""
|
4644
|
+
The :authority header in the gRPC request sent from Envoy to the extension service.
|
4645
|
+
"""
|
4646
|
+
return pulumi.get(self, "authority")
|
4647
|
+
|
4648
|
+
@property
|
4649
|
+
@pulumi.getter
|
4650
|
+
def name(self) -> str:
|
4651
|
+
"""
|
4652
|
+
The name for this extension. The name is logged as part of the HTTP request logs.
|
4653
|
+
The name must conform with RFC-1034, is restricted to lower-cased letters, numbers and hyphens,
|
4654
|
+
and can have a maximum length of 63 characters. Additionally, the first character must be a letter
|
4655
|
+
and the last a letter or a number.
|
4656
|
+
"""
|
4657
|
+
return pulumi.get(self, "name")
|
4658
|
+
|
4659
|
+
@property
|
4660
|
+
@pulumi.getter
|
4661
|
+
def service(self) -> str:
|
4662
|
+
"""
|
4663
|
+
The reference to the service that runs the extension. Must be a reference to a backend service
|
4664
|
+
"""
|
4665
|
+
return pulumi.get(self, "service")
|
4666
|
+
|
4667
|
+
@property
|
4668
|
+
@pulumi.getter
|
4669
|
+
def timeout(self) -> str:
|
4670
|
+
"""
|
4671
|
+
Specifies the timeout for each individual message on the stream. The timeout must be between 10-1000 milliseconds.
|
4672
|
+
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
|
4673
|
+
"""
|
4674
|
+
return pulumi.get(self, "timeout")
|
4675
|
+
|
4676
|
+
@property
|
4677
|
+
@pulumi.getter(name="failOpen")
|
4678
|
+
def fail_open(self) -> Optional[bool]:
|
4679
|
+
"""
|
4680
|
+
Determines how the proxy behaves if the call to the extension fails or times out.
|
4681
|
+
When set to TRUE, request or response processing continues without error.
|
4682
|
+
Any subsequent extensions in the extension chain are also executed.
|
4683
|
+
When set to FALSE: * If response headers have not been delivered to the downstream client,
|
4684
|
+
a generic 500 error is returned to the client. The error response can be tailored by
|
4685
|
+
configuring a custom error response in the load balancer.
|
4686
|
+
"""
|
4687
|
+
return pulumi.get(self, "fail_open")
|
4688
|
+
|
4689
|
+
@property
|
4690
|
+
@pulumi.getter(name="forwardHeaders")
|
4691
|
+
def forward_headers(self) -> Optional[Sequence[str]]:
|
4692
|
+
"""
|
4693
|
+
List of the HTTP headers to forward to the extension (from the client or backend).
|
4694
|
+
If omitted, all headers are sent. Each element is a string indicating the header name.
|
4695
|
+
"""
|
4696
|
+
return pulumi.get(self, "forward_headers")
|
4697
|
+
|
4698
|
+
@property
|
4699
|
+
@pulumi.getter(name="supportedEvents")
|
4700
|
+
def supported_events(self) -> Optional[Sequence[str]]:
|
4701
|
+
"""
|
4702
|
+
A set of events during request or response processing for which this extension is called.
|
4703
|
+
This field is required for the LbTrafficExtension resource. It's not relevant for the LbRouteExtension
|
4704
|
+
resource. Possible values:`EVENT_TYPE_UNSPECIFIED`, `REQUEST_HEADERS`, `REQUEST_BODY`, `RESPONSE_HEADERS`,
|
4705
|
+
`RESPONSE_BODY`, `RESPONSE_BODY` and `RESPONSE_BODY`.
|
4706
|
+
|
4707
|
+
- - -
|
4708
|
+
"""
|
4709
|
+
return pulumi.get(self, "supported_events")
|
4710
|
+
|
4711
|
+
|
4712
|
+
@pulumi.output_type
|
4713
|
+
class LbTrafficExtensionExtensionChainMatchCondition(dict):
|
4714
|
+
@staticmethod
|
4715
|
+
def __key_warning(key: str):
|
4716
|
+
suggest = None
|
4717
|
+
if key == "celExpression":
|
4718
|
+
suggest = "cel_expression"
|
4719
|
+
|
4720
|
+
if suggest:
|
4721
|
+
pulumi.log.warn(f"Key '{key}' not found in LbTrafficExtensionExtensionChainMatchCondition. Access the value via the '{suggest}' property getter instead.")
|
4722
|
+
|
4723
|
+
def __getitem__(self, key: str) -> Any:
|
4724
|
+
LbTrafficExtensionExtensionChainMatchCondition.__key_warning(key)
|
4725
|
+
return super().__getitem__(key)
|
4726
|
+
|
4727
|
+
def get(self, key: str, default = None) -> Any:
|
4728
|
+
LbTrafficExtensionExtensionChainMatchCondition.__key_warning(key)
|
4729
|
+
return super().get(key, default)
|
4730
|
+
|
4731
|
+
def __init__(__self__, *,
|
4732
|
+
cel_expression: str):
|
4733
|
+
"""
|
4734
|
+
:param str cel_expression: A Common Expression Language (CEL) expression that is used to match requests for which the extension chain is executed.
|
4735
|
+
"""
|
4736
|
+
pulumi.set(__self__, "cel_expression", cel_expression)
|
4737
|
+
|
4738
|
+
@property
|
4739
|
+
@pulumi.getter(name="celExpression")
|
4740
|
+
def cel_expression(self) -> str:
|
4741
|
+
"""
|
4742
|
+
A Common Expression Language (CEL) expression that is used to match requests for which the extension chain is executed.
|
4743
|
+
"""
|
4744
|
+
return pulumi.get(self, "cel_expression")
|
4745
|
+
|
4746
|
+
|
4482
4747
|
@pulumi.output_type
|
4483
4748
|
class TcpRouteRule(dict):
|
4484
4749
|
def __init__(__self__, *,
|
@@ -305,7 +305,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
305
305
|
|
306
306
|
> **Note:** `notebooks.InstanceIamBinding` resources **can be** used in conjunction with `notebooks.InstanceIamMember` resources **only if** they do not grant privilege to the same role.
|
307
307
|
|
308
|
-
##
|
308
|
+
## notebooks.InstanceIamPolicy
|
309
309
|
|
310
310
|
```python
|
311
311
|
import pulumi
|
@@ -322,7 +322,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
322
322
|
policy_data=admin.policy_data)
|
323
323
|
```
|
324
324
|
|
325
|
-
##
|
325
|
+
## notebooks.InstanceIamBinding
|
326
326
|
|
327
327
|
```python
|
328
328
|
import pulumi
|
@@ -336,7 +336,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
336
336
|
members=["user:jane@example.com"])
|
337
337
|
```
|
338
338
|
|
339
|
-
##
|
339
|
+
## notebooks.InstanceIamMember
|
340
340
|
|
341
341
|
```python
|
342
342
|
import pulumi
|
@@ -350,7 +350,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
350
350
|
member="user:jane@example.com")
|
351
351
|
```
|
352
352
|
|
353
|
-
##
|
353
|
+
## notebooks.InstanceIamPolicy
|
354
354
|
|
355
355
|
```python
|
356
356
|
import pulumi
|
@@ -367,7 +367,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
367
367
|
policy_data=admin.policy_data)
|
368
368
|
```
|
369
369
|
|
370
|
-
##
|
370
|
+
## notebooks.InstanceIamBinding
|
371
371
|
|
372
372
|
```python
|
373
373
|
import pulumi
|
@@ -381,7 +381,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
381
381
|
members=["user:jane@example.com"])
|
382
382
|
```
|
383
383
|
|
384
|
-
##
|
384
|
+
## notebooks.InstanceIamMember
|
385
385
|
|
386
386
|
```python
|
387
387
|
import pulumi
|
@@ -475,7 +475,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
475
475
|
|
476
476
|
> **Note:** `notebooks.InstanceIamBinding` resources **can be** used in conjunction with `notebooks.InstanceIamMember` resources **only if** they do not grant privilege to the same role.
|
477
477
|
|
478
|
-
##
|
478
|
+
## notebooks.InstanceIamPolicy
|
479
479
|
|
480
480
|
```python
|
481
481
|
import pulumi
|
@@ -492,7 +492,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
492
492
|
policy_data=admin.policy_data)
|
493
493
|
```
|
494
494
|
|
495
|
-
##
|
495
|
+
## notebooks.InstanceIamBinding
|
496
496
|
|
497
497
|
```python
|
498
498
|
import pulumi
|
@@ -506,7 +506,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
506
506
|
members=["user:jane@example.com"])
|
507
507
|
```
|
508
508
|
|
509
|
-
##
|
509
|
+
## notebooks.InstanceIamMember
|
510
510
|
|
511
511
|
```python
|
512
512
|
import pulumi
|
@@ -520,7 +520,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
520
520
|
member="user:jane@example.com")
|
521
521
|
```
|
522
522
|
|
523
|
-
##
|
523
|
+
## notebooks.InstanceIamPolicy
|
524
524
|
|
525
525
|
```python
|
526
526
|
import pulumi
|
@@ -537,7 +537,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
537
537
|
policy_data=admin.policy_data)
|
538
538
|
```
|
539
539
|
|
540
|
-
##
|
540
|
+
## notebooks.InstanceIamBinding
|
541
541
|
|
542
542
|
```python
|
543
543
|
import pulumi
|
@@ -551,7 +551,7 @@ class InstanceIamBinding(pulumi.CustomResource):
|
|
551
551
|
members=["user:jane@example.com"])
|
552
552
|
```
|
553
553
|
|
554
|
-
##
|
554
|
+
## notebooks.InstanceIamMember
|
555
555
|
|
556
556
|
```python
|
557
557
|
import pulumi
|
@@ -305,7 +305,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
305
305
|
|
306
306
|
> **Note:** `notebooks.InstanceIamBinding` resources **can be** used in conjunction with `notebooks.InstanceIamMember` resources **only if** they do not grant privilege to the same role.
|
307
307
|
|
308
|
-
##
|
308
|
+
## notebooks.InstanceIamPolicy
|
309
309
|
|
310
310
|
```python
|
311
311
|
import pulumi
|
@@ -322,7 +322,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
322
322
|
policy_data=admin.policy_data)
|
323
323
|
```
|
324
324
|
|
325
|
-
##
|
325
|
+
## notebooks.InstanceIamBinding
|
326
326
|
|
327
327
|
```python
|
328
328
|
import pulumi
|
@@ -336,7 +336,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
336
336
|
members=["user:jane@example.com"])
|
337
337
|
```
|
338
338
|
|
339
|
-
##
|
339
|
+
## notebooks.InstanceIamMember
|
340
340
|
|
341
341
|
```python
|
342
342
|
import pulumi
|
@@ -350,7 +350,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
350
350
|
member="user:jane@example.com")
|
351
351
|
```
|
352
352
|
|
353
|
-
##
|
353
|
+
## notebooks.InstanceIamPolicy
|
354
354
|
|
355
355
|
```python
|
356
356
|
import pulumi
|
@@ -367,7 +367,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
367
367
|
policy_data=admin.policy_data)
|
368
368
|
```
|
369
369
|
|
370
|
-
##
|
370
|
+
## notebooks.InstanceIamBinding
|
371
371
|
|
372
372
|
```python
|
373
373
|
import pulumi
|
@@ -381,7 +381,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
381
381
|
members=["user:jane@example.com"])
|
382
382
|
```
|
383
383
|
|
384
|
-
##
|
384
|
+
## notebooks.InstanceIamMember
|
385
385
|
|
386
386
|
```python
|
387
387
|
import pulumi
|
@@ -475,7 +475,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
475
475
|
|
476
476
|
> **Note:** `notebooks.InstanceIamBinding` resources **can be** used in conjunction with `notebooks.InstanceIamMember` resources **only if** they do not grant privilege to the same role.
|
477
477
|
|
478
|
-
##
|
478
|
+
## notebooks.InstanceIamPolicy
|
479
479
|
|
480
480
|
```python
|
481
481
|
import pulumi
|
@@ -492,7 +492,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
492
492
|
policy_data=admin.policy_data)
|
493
493
|
```
|
494
494
|
|
495
|
-
##
|
495
|
+
## notebooks.InstanceIamBinding
|
496
496
|
|
497
497
|
```python
|
498
498
|
import pulumi
|
@@ -506,7 +506,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
506
506
|
members=["user:jane@example.com"])
|
507
507
|
```
|
508
508
|
|
509
|
-
##
|
509
|
+
## notebooks.InstanceIamMember
|
510
510
|
|
511
511
|
```python
|
512
512
|
import pulumi
|
@@ -520,7 +520,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
520
520
|
member="user:jane@example.com")
|
521
521
|
```
|
522
522
|
|
523
|
-
##
|
523
|
+
## notebooks.InstanceIamPolicy
|
524
524
|
|
525
525
|
```python
|
526
526
|
import pulumi
|
@@ -537,7 +537,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
537
537
|
policy_data=admin.policy_data)
|
538
538
|
```
|
539
539
|
|
540
|
-
##
|
540
|
+
## notebooks.InstanceIamBinding
|
541
541
|
|
542
542
|
```python
|
543
543
|
import pulumi
|
@@ -551,7 +551,7 @@ class InstanceIamMember(pulumi.CustomResource):
|
|
551
551
|
members=["user:jane@example.com"])
|
552
552
|
```
|
553
553
|
|
554
|
-
##
|
554
|
+
## notebooks.InstanceIamMember
|
555
555
|
|
556
556
|
```python
|
557
557
|
import pulumi
|
@@ -202,7 +202,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
202
202
|
|
203
203
|
> **Note:** `notebooks.InstanceIamBinding` resources **can be** used in conjunction with `notebooks.InstanceIamMember` resources **only if** they do not grant privilege to the same role.
|
204
204
|
|
205
|
-
##
|
205
|
+
## notebooks.InstanceIamPolicy
|
206
206
|
|
207
207
|
```python
|
208
208
|
import pulumi
|
@@ -219,7 +219,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
219
219
|
policy_data=admin.policy_data)
|
220
220
|
```
|
221
221
|
|
222
|
-
##
|
222
|
+
## notebooks.InstanceIamBinding
|
223
223
|
|
224
224
|
```python
|
225
225
|
import pulumi
|
@@ -233,7 +233,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
233
233
|
members=["user:jane@example.com"])
|
234
234
|
```
|
235
235
|
|
236
|
-
##
|
236
|
+
## notebooks.InstanceIamMember
|
237
237
|
|
238
238
|
```python
|
239
239
|
import pulumi
|
@@ -247,7 +247,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
247
247
|
member="user:jane@example.com")
|
248
248
|
```
|
249
249
|
|
250
|
-
##
|
250
|
+
## notebooks.InstanceIamPolicy
|
251
251
|
|
252
252
|
```python
|
253
253
|
import pulumi
|
@@ -264,7 +264,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
264
264
|
policy_data=admin.policy_data)
|
265
265
|
```
|
266
266
|
|
267
|
-
##
|
267
|
+
## notebooks.InstanceIamBinding
|
268
268
|
|
269
269
|
```python
|
270
270
|
import pulumi
|
@@ -278,7 +278,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
278
278
|
members=["user:jane@example.com"])
|
279
279
|
```
|
280
280
|
|
281
|
-
##
|
281
|
+
## notebooks.InstanceIamMember
|
282
282
|
|
283
283
|
```python
|
284
284
|
import pulumi
|
@@ -360,7 +360,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
360
360
|
|
361
361
|
> **Note:** `notebooks.InstanceIamBinding` resources **can be** used in conjunction with `notebooks.InstanceIamMember` resources **only if** they do not grant privilege to the same role.
|
362
362
|
|
363
|
-
##
|
363
|
+
## notebooks.InstanceIamPolicy
|
364
364
|
|
365
365
|
```python
|
366
366
|
import pulumi
|
@@ -377,7 +377,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
377
377
|
policy_data=admin.policy_data)
|
378
378
|
```
|
379
379
|
|
380
|
-
##
|
380
|
+
## notebooks.InstanceIamBinding
|
381
381
|
|
382
382
|
```python
|
383
383
|
import pulumi
|
@@ -391,7 +391,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
391
391
|
members=["user:jane@example.com"])
|
392
392
|
```
|
393
393
|
|
394
|
-
##
|
394
|
+
## notebooks.InstanceIamMember
|
395
395
|
|
396
396
|
```python
|
397
397
|
import pulumi
|
@@ -405,7 +405,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
405
405
|
member="user:jane@example.com")
|
406
406
|
```
|
407
407
|
|
408
|
-
##
|
408
|
+
## notebooks.InstanceIamPolicy
|
409
409
|
|
410
410
|
```python
|
411
411
|
import pulumi
|
@@ -422,7 +422,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
422
422
|
policy_data=admin.policy_data)
|
423
423
|
```
|
424
424
|
|
425
|
-
##
|
425
|
+
## notebooks.InstanceIamBinding
|
426
426
|
|
427
427
|
```python
|
428
428
|
import pulumi
|
@@ -436,7 +436,7 @@ class InstanceIamPolicy(pulumi.CustomResource):
|
|
436
436
|
members=["user:jane@example.com"])
|
437
437
|
```
|
438
438
|
|
439
|
-
##
|
439
|
+
## notebooks.InstanceIamMember
|
440
440
|
|
441
441
|
```python
|
442
442
|
import pulumi
|