pulumi-gcp 7.24.0a1716510380__py3-none-any.whl → 7.25.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 +104 -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/accesscontextmanager/service_perimeter_egress_policy.py +0 -64
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -70
- pulumi_gcp/alloydb/backup.py +50 -42
- pulumi_gcp/alloydb/cluster.py +56 -48
- pulumi_gcp/alloydb/instance.py +50 -42
- pulumi_gcp/alloydb/user.py +32 -24
- pulumi_gcp/apigateway/api_config.py +0 -114
- 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.py +0 -44
- 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/addons_config.py +14 -4
- pulumi_gcp/apigee/endpoint_attachment.py +4 -2
- pulumi_gcp/apigee/env_group.py +4 -2
- pulumi_gcp/apigee/environment.py +4 -2
- 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/apigee/instance.py +22 -8
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +26 -10
- pulumi_gcp/apigee/nat_address.py +10 -2
- pulumi_gcp/apigee/organization.py +18 -6
- pulumi_gcp/apigee/sync_authorization.py +8 -4
- pulumi_gcp/apigee/target_server.py +26 -10
- pulumi_gcp/appengine/_inputs.py +18 -0
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/outputs.py +16 -0
- pulumi_gcp/apphub/service.py +40 -20
- pulumi_gcp/apphub/service_project_attachment.py +16 -8
- pulumi_gcp/apphub/workload.py +0 -418
- pulumi_gcp/applicationintegration/auth_config.py +4 -2
- pulumi_gcp/artifactregistry/repository.py +14 -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/backupdisasterrecovery/management_server.py +4 -2
- pulumi_gcp/bigquery/_inputs.py +286 -2
- 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/data_transfer_config.py +8 -4
- 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/job.py +22 -16
- pulumi_gcp/bigquery/outputs.py +289 -2
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/bigquery/table.py +77 -35
- 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/authority.py +10 -2
- 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.py +8 -4
- 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/certificatemanager/certificate.py +84 -80
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +32 -30
- 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/cloudbuild/bitbucket_server_config.py +12 -6
- pulumi_gcp/cloudbuild/trigger.py +22 -14
- pulumi_gcp/cloudbuild/worker_pool.py +12 -6
- pulumi_gcp/cloudbuildv2/connection.py +10 -2
- 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 +10 -2
- 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.py +110 -66
- 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/cloudids/endpoint.py +4 -2
- pulumi_gcp/cloudrun/_inputs.py +80 -4
- 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/cloudrun/outputs.py +137 -4
- pulumi_gcp/cloudrunv2/job.py +32 -20
- 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.py +28 -20
- 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/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +805 -182
- 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 +231 -823
- 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/get_subnetworks.py +157 -0
- pulumi_gcp/compute/global_forwarding_rule.py +0 -766
- 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_group.py +0 -100
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- 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/interconnect_attachment.py +82 -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_endpoint.py +2 -2
- pulumi_gcp/compute/network_endpoint_list.py +2 -2
- pulumi_gcp/compute/outputs.py +1022 -161
- pulumi_gcp/compute/packet_mirroring.py +4 -2
- 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_security_policy_rule.py +4 -2
- pulumi_gcp/compute/region_ssl_certificate.py +0 -188
- pulumi_gcp/compute/region_ssl_policy.py +39 -40
- pulumi_gcp/compute/route.py +10 -2
- pulumi_gcp/compute/router_nat.py +68 -0
- pulumi_gcp/compute/security_policy_rule.py +55 -1
- 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/ssl_certificate.py +0 -166
- 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 +8 -6
- pulumi_gcp/compute/target_pool.py +21 -21
- pulumi_gcp/compute/vpn_gateway.py +12 -2
- pulumi_gcp/compute/vpn_tunnel.py +26 -16
- pulumi_gcp/container/_inputs.py +562 -2
- pulumi_gcp/container/outputs.py +1110 -55
- 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 +38 -22
- 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.py +4 -2
- 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/datafusion/instance.py +14 -12
- pulumi_gcp/dataloss/_inputs.py +420 -13
- pulumi_gcp/dataloss/outputs.py +439 -13
- pulumi_gcp/dataplex/__init__.py +10 -0
- pulumi_gcp/dataplex/_inputs.py +160 -0
- pulumi_gcp/dataplex/aspect_type.py +1077 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +765 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +765 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +604 -0
- pulumi_gcp/dataplex/asset.py +4 -2
- 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.py +16 -14
- 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/entry_group.py +722 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +765 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +765 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +604 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +164 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +164 -0
- 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/outputs.py +112 -0
- 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 +70 -0
- 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 +62 -0
- pulumi_gcp/datastore/data_store_index.py +4 -2
- pulumi_gcp/datastream/_inputs.py +1789 -820
- pulumi_gcp/datastream/connection_profile.py +210 -3
- pulumi_gcp/datastream/outputs.py +864 -5
- pulumi_gcp/datastream/private_connection.py +47 -0
- pulumi_gcp/datastream/stream.py +231 -4
- pulumi_gcp/diagflow/cx_test_case.py +4 -4
- pulumi_gcp/diagflow/entity_type.py +4 -2
- pulumi_gcp/diagflow/fulfillment.py +4 -2
- pulumi_gcp/diagflow/intent.py +8 -4
- 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/dns/get_managed_zone.py +3 -3
- pulumi_gcp/dns/managed_zone.py +7 -7
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/edgecontainer/node_pool.py +4 -2
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -2
- 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/eventarc/channel.py +4 -2
- pulumi_gcp/eventarc/google_channel_config.py +4 -2
- pulumi_gcp/firebase/app_check_app_attest_config.py +16 -8
- pulumi_gcp/firebase/app_check_debug_token.py +8 -4
- pulumi_gcp/firebase/app_check_device_check_config.py +8 -4
- pulumi_gcp/firebase/app_check_play_integrity_config.py +16 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +8 -4
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +8 -4
- pulumi_gcp/firebase/app_check_service_config.py +12 -6
- pulumi_gcp/firebase/database_instance.py +4 -2
- pulumi_gcp/firebaserules/release.py +0 -98
- pulumi_gcp/firestore/database.py +24 -20
- pulumi_gcp/firestore/document.py +24 -12
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/access_approval_settings.py +4 -2
- 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 +20 -10
- 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 +12 -8
- pulumi_gcp/gkehub/namespace.py +8 -6
- 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 +8 -6
- 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/connection.py +4 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +26 -14
- pulumi_gcp/kms/__init__.py +2 -0
- pulumi_gcp/kms/autokey_config.py +366 -0
- pulumi_gcp/kms/key_handle.py +548 -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/logging/folder_settings.py +12 -10
- pulumi_gcp/logging/linked_dataset.py +4 -2
- pulumi_gcp/logging/organization_settings.py +12 -10
- pulumi_gcp/logging/project_bucket_config.py +4 -2
- pulumi_gcp/looker/instance.py +12 -10
- pulumi_gcp/netapp/storage_pool.py +7 -7
- pulumi_gcp/netapp/volume.py +4 -4
- pulumi_gcp/netapp/volume_replication.py +4 -2
- pulumi_gcp/netapp/volume_snapshot.py +4 -2
- pulumi_gcp/networkconnectivity/internal_range.py +14 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +20 -8
- pulumi_gcp/networksecurity/tls_inspection_policy.py +437 -5
- pulumi_gcp/networkservices/__init__.py +2 -0
- pulumi_gcp/networkservices/_inputs.py +454 -0
- pulumi_gcp/networkservices/gateway.py +12 -6
- pulumi_gcp/networkservices/lb_route_extension.py +663 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +669 -0
- pulumi_gcp/networkservices/outputs.py +478 -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/access_approval_settings.py +4 -2
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/parallelstore/instance.py +20 -18
- pulumi_gcp/projects/access_approval_settings.py +4 -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/_inputs.py +16 -0
- pulumi_gcp/pubsub/outputs.py +25 -0
- pulumi_gcp/pubsub/schema.py +4 -2
- 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 +102 -66
- 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.py +4 -2
- 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/redis/cluster.py +30 -28
- pulumi_gcp/redis/instance.py +4 -2
- pulumi_gcp/secretmanager/secret.py +4 -2
- 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/securesourcemanager/instance.py +20 -8
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -12
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -12
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -12
- pulumi_gcp/serviceaccount/key.py +2 -2
- 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/sql/database_instance.py +4 -2
- pulumi_gcp/sql/user.py +4 -4
- 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/get_project_service_account.py +4 -2
- pulumi_gcp/storage/insights_report_config.py +12 -10
- pulumi_gcp/storage/notification.py +18 -16
- pulumi_gcp/storage/outputs.py +12 -10
- pulumi_gcp/storage/transfer_agent_pool.py +4 -2
- pulumi_gcp/storage/transfer_job.py +14 -4
- 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/tpu/_inputs.py +2 -2
- pulumi_gcp/tpu/outputs.py +2 -2
- pulumi_gcp/tpu/v2_vm.py +10 -6
- pulumi_gcp/vertex/ai_endpoint.py +24 -22
- pulumi_gcp/vertex/ai_index_endpoint.py +20 -18
- pulumi_gcp/vertex/ai_tensorboard.py +14 -12
- pulumi_gcp/vmwareengine/external_address.py +4 -2
- pulumi_gcp/vmwareengine/network.py +8 -4
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/RECORD +467 -450
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.25.0.dist-info}/top_level.txt +0 -0
@@ -14,19 +14,15 @@ __all__ = ['RegionSslPolicyArgs', 'RegionSslPolicy']
|
|
14
14
|
@pulumi.input_type
|
15
15
|
class RegionSslPolicyArgs:
|
16
16
|
def __init__(__self__, *,
|
17
|
-
region: pulumi.Input[str],
|
18
17
|
custom_features: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
19
18
|
description: Optional[pulumi.Input[str]] = None,
|
20
19
|
min_tls_version: Optional[pulumi.Input[str]] = None,
|
21
20
|
name: Optional[pulumi.Input[str]] = None,
|
22
21
|
profile: Optional[pulumi.Input[str]] = None,
|
23
|
-
project: Optional[pulumi.Input[str]] = None
|
22
|
+
project: Optional[pulumi.Input[str]] = None,
|
23
|
+
region: Optional[pulumi.Input[str]] = None):
|
24
24
|
"""
|
25
25
|
The set of arguments for constructing a RegionSslPolicy resource.
|
26
|
-
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
27
|
-
|
28
|
-
|
29
|
-
- - -
|
30
26
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] custom_features: A list of features enabled when the selected profile is CUSTOM. The
|
31
27
|
method returns the set of features that can be specified in this
|
32
28
|
list. This field must be empty if the profile is not CUSTOM.
|
@@ -46,6 +42,9 @@ class RegionSslPolicyArgs:
|
|
46
42
|
first character must be a lowercase letter, and all following
|
47
43
|
characters must be a dash, lowercase letter, or digit, except the last
|
48
44
|
character, which cannot be a dash.
|
45
|
+
|
46
|
+
|
47
|
+
- - -
|
49
48
|
:param pulumi.Input[str] profile: Profile specifies the set of SSL features that can be used by the
|
50
49
|
load balancer when negotiating SSL with clients. If using `CUSTOM`,
|
51
50
|
the set of SSL features to enable must be specified in the
|
@@ -57,8 +56,8 @@ class RegionSslPolicyArgs:
|
|
57
56
|
Possible values are: `COMPATIBLE`, `MODERN`, `RESTRICTED`, `CUSTOM`.
|
58
57
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
59
58
|
If it is not provided, the provider project is used.
|
59
|
+
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
60
60
|
"""
|
61
|
-
pulumi.set(__self__, "region", region)
|
62
61
|
if custom_features is not None:
|
63
62
|
pulumi.set(__self__, "custom_features", custom_features)
|
64
63
|
if description is not None:
|
@@ -71,21 +70,8 @@ class RegionSslPolicyArgs:
|
|
71
70
|
pulumi.set(__self__, "profile", profile)
|
72
71
|
if project is not None:
|
73
72
|
pulumi.set(__self__, "project", project)
|
74
|
-
|
75
|
-
|
76
|
-
@pulumi.getter
|
77
|
-
def region(self) -> pulumi.Input[str]:
|
78
|
-
"""
|
79
|
-
The region where the regional SSL policy resides.
|
80
|
-
|
81
|
-
|
82
|
-
- - -
|
83
|
-
"""
|
84
|
-
return pulumi.get(self, "region")
|
85
|
-
|
86
|
-
@region.setter
|
87
|
-
def region(self, value: pulumi.Input[str]):
|
88
|
-
pulumi.set(self, "region", value)
|
73
|
+
if region is not None:
|
74
|
+
pulumi.set(__self__, "region", region)
|
89
75
|
|
90
76
|
@property
|
91
77
|
@pulumi.getter(name="customFeatures")
|
@@ -143,6 +129,9 @@ class RegionSslPolicyArgs:
|
|
143
129
|
first character must be a lowercase letter, and all following
|
144
130
|
characters must be a dash, lowercase letter, or digit, except the last
|
145
131
|
character, which cannot be a dash.
|
132
|
+
|
133
|
+
|
134
|
+
- - -
|
146
135
|
"""
|
147
136
|
return pulumi.get(self, "name")
|
148
137
|
|
@@ -183,6 +172,18 @@ class RegionSslPolicyArgs:
|
|
183
172
|
def project(self, value: Optional[pulumi.Input[str]]):
|
184
173
|
pulumi.set(self, "project", value)
|
185
174
|
|
175
|
+
@property
|
176
|
+
@pulumi.getter
|
177
|
+
def region(self) -> Optional[pulumi.Input[str]]:
|
178
|
+
"""
|
179
|
+
The region where the regional SSL policy resides.
|
180
|
+
"""
|
181
|
+
return pulumi.get(self, "region")
|
182
|
+
|
183
|
+
@region.setter
|
184
|
+
def region(self, value: Optional[pulumi.Input[str]]):
|
185
|
+
pulumi.set(self, "region", value)
|
186
|
+
|
186
187
|
|
187
188
|
@pulumi.input_type
|
188
189
|
class _RegionSslPolicyState:
|
@@ -223,6 +224,9 @@ class _RegionSslPolicyState:
|
|
223
224
|
first character must be a lowercase letter, and all following
|
224
225
|
characters must be a dash, lowercase letter, or digit, except the last
|
225
226
|
character, which cannot be a dash.
|
227
|
+
|
228
|
+
|
229
|
+
- - -
|
226
230
|
:param pulumi.Input[str] profile: Profile specifies the set of SSL features that can be used by the
|
227
231
|
load balancer when negotiating SSL with clients. If using `CUSTOM`,
|
228
232
|
the set of SSL features to enable must be specified in the
|
@@ -235,9 +239,6 @@ class _RegionSslPolicyState:
|
|
235
239
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
236
240
|
If it is not provided, the provider project is used.
|
237
241
|
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
238
|
-
|
239
|
-
|
240
|
-
- - -
|
241
242
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
242
243
|
"""
|
243
244
|
if creation_timestamp is not None:
|
@@ -356,6 +357,9 @@ class _RegionSslPolicyState:
|
|
356
357
|
first character must be a lowercase letter, and all following
|
357
358
|
characters must be a dash, lowercase letter, or digit, except the last
|
358
359
|
character, which cannot be a dash.
|
360
|
+
|
361
|
+
|
362
|
+
- - -
|
359
363
|
"""
|
360
364
|
return pulumi.get(self, "name")
|
361
365
|
|
@@ -401,9 +405,6 @@ class _RegionSslPolicyState:
|
|
401
405
|
def region(self) -> Optional[pulumi.Input[str]]:
|
402
406
|
"""
|
403
407
|
The region where the regional SSL policy resides.
|
404
|
-
|
405
|
-
|
406
|
-
- - -
|
407
408
|
"""
|
408
409
|
return pulumi.get(self, "region")
|
409
410
|
|
@@ -498,6 +499,9 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
498
499
|
first character must be a lowercase letter, and all following
|
499
500
|
characters must be a dash, lowercase letter, or digit, except the last
|
500
501
|
character, which cannot be a dash.
|
502
|
+
|
503
|
+
|
504
|
+
- - -
|
501
505
|
:param pulumi.Input[str] profile: Profile specifies the set of SSL features that can be used by the
|
502
506
|
load balancer when negotiating SSL with clients. If using `CUSTOM`,
|
503
507
|
the set of SSL features to enable must be specified in the
|
@@ -510,15 +514,12 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
510
514
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
511
515
|
If it is not provided, the provider project is used.
|
512
516
|
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
513
|
-
|
514
|
-
|
515
|
-
- - -
|
516
517
|
"""
|
517
518
|
...
|
518
519
|
@overload
|
519
520
|
def __init__(__self__,
|
520
521
|
resource_name: str,
|
521
|
-
args: RegionSslPolicyArgs,
|
522
|
+
args: Optional[RegionSslPolicyArgs] = None,
|
522
523
|
opts: Optional[pulumi.ResourceOptions] = None):
|
523
524
|
"""
|
524
525
|
Represents a Regional SSL policy. SSL policies give you the ability to control the
|
@@ -597,8 +598,6 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
597
598
|
__props__.__dict__["name"] = name
|
598
599
|
__props__.__dict__["profile"] = profile
|
599
600
|
__props__.__dict__["project"] = project
|
600
|
-
if region is None and not opts.urn:
|
601
|
-
raise TypeError("Missing required property 'region'")
|
602
601
|
__props__.__dict__["region"] = region
|
603
602
|
__props__.__dict__["creation_timestamp"] = None
|
604
603
|
__props__.__dict__["enabled_features"] = None
|
@@ -655,6 +654,9 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
655
654
|
first character must be a lowercase letter, and all following
|
656
655
|
characters must be a dash, lowercase letter, or digit, except the last
|
657
656
|
character, which cannot be a dash.
|
657
|
+
|
658
|
+
|
659
|
+
- - -
|
658
660
|
:param pulumi.Input[str] profile: Profile specifies the set of SSL features that can be used by the
|
659
661
|
load balancer when negotiating SSL with clients. If using `CUSTOM`,
|
660
662
|
the set of SSL features to enable must be specified in the
|
@@ -667,9 +669,6 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
667
669
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
668
670
|
If it is not provided, the provider project is used.
|
669
671
|
:param pulumi.Input[str] region: The region where the regional SSL policy resides.
|
670
|
-
|
671
|
-
|
672
|
-
- - -
|
673
672
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
674
673
|
"""
|
675
674
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -758,6 +757,9 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
758
757
|
first character must be a lowercase letter, and all following
|
759
758
|
characters must be a dash, lowercase letter, or digit, except the last
|
760
759
|
character, which cannot be a dash.
|
760
|
+
|
761
|
+
|
762
|
+
- - -
|
761
763
|
"""
|
762
764
|
return pulumi.get(self, "name")
|
763
765
|
|
@@ -791,9 +793,6 @@ class RegionSslPolicy(pulumi.CustomResource):
|
|
791
793
|
def region(self) -> pulumi.Output[str]:
|
792
794
|
"""
|
793
795
|
The region where the regional SSL policy resides.
|
794
|
-
|
795
|
-
|
796
|
-
- - -
|
797
796
|
"""
|
798
797
|
return pulumi.get(self, "region")
|
799
798
|
|
pulumi_gcp/compute/route.py
CHANGED
@@ -804,7 +804,11 @@ class Route(pulumi.CustomResource):
|
|
804
804
|
tags=[
|
805
805
|
"tag1",
|
806
806
|
"tag2",
|
807
|
-
]
|
807
|
+
],
|
808
|
+
opts=pulumi.ResourceOptions(depends_on=[
|
809
|
+
peering1,
|
810
|
+
peering2,
|
811
|
+
]))
|
808
812
|
```
|
809
813
|
|
810
814
|
## Import
|
@@ -1039,7 +1043,11 @@ class Route(pulumi.CustomResource):
|
|
1039
1043
|
tags=[
|
1040
1044
|
"tag1",
|
1041
1045
|
"tag2",
|
1042
|
-
]
|
1046
|
+
],
|
1047
|
+
opts=pulumi.ResourceOptions(depends_on=[
|
1048
|
+
peering1,
|
1049
|
+
peering2,
|
1050
|
+
]))
|
1043
1051
|
```
|
1044
1052
|
|
1045
1053
|
## Import
|
pulumi_gcp/compute/router_nat.py
CHANGED
@@ -18,6 +18,7 @@ class RouterNatArgs:
|
|
18
18
|
def __init__(__self__, *,
|
19
19
|
router: pulumi.Input[str],
|
20
20
|
source_subnetwork_ip_ranges_to_nat: pulumi.Input[str],
|
21
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
21
22
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
22
23
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
23
24
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -55,6 +56,10 @@ class RouterNatArgs:
|
|
55
56
|
ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any
|
56
57
|
other RouterNat section in any Router for this network in this region.
|
57
58
|
Possible values are: `ALL_SUBNETWORKS_ALL_IP_RANGES`, `ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES`, `LIST_OF_SUBNETWORKS`.
|
59
|
+
:param pulumi.Input[str] auto_network_tier: The network tier to use when automatically reserving NAT IP addresses.
|
60
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
61
|
+
project-level default tier is used.
|
62
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
58
63
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] drain_nat_ips: A list of URLs of the IP resources to be drained. These IPs must be
|
59
64
|
valid static external IPs that have been assigned to the NAT.
|
60
65
|
:param pulumi.Input[bool] enable_dynamic_port_allocation: Enable Dynamic Port Allocation.
|
@@ -107,6 +112,8 @@ class RouterNatArgs:
|
|
107
112
|
"""
|
108
113
|
pulumi.set(__self__, "router", router)
|
109
114
|
pulumi.set(__self__, "source_subnetwork_ip_ranges_to_nat", source_subnetwork_ip_ranges_to_nat)
|
115
|
+
if auto_network_tier is not None:
|
116
|
+
pulumi.set(__self__, "auto_network_tier", auto_network_tier)
|
110
117
|
if drain_nat_ips is not None:
|
111
118
|
pulumi.set(__self__, "drain_nat_ips", drain_nat_ips)
|
112
119
|
if enable_dynamic_port_allocation is not None:
|
@@ -185,6 +192,21 @@ class RouterNatArgs:
|
|
185
192
|
def source_subnetwork_ip_ranges_to_nat(self, value: pulumi.Input[str]):
|
186
193
|
pulumi.set(self, "source_subnetwork_ip_ranges_to_nat", value)
|
187
194
|
|
195
|
+
@property
|
196
|
+
@pulumi.getter(name="autoNetworkTier")
|
197
|
+
def auto_network_tier(self) -> Optional[pulumi.Input[str]]:
|
198
|
+
"""
|
199
|
+
The network tier to use when automatically reserving NAT IP addresses.
|
200
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
201
|
+
project-level default tier is used.
|
202
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
203
|
+
"""
|
204
|
+
return pulumi.get(self, "auto_network_tier")
|
205
|
+
|
206
|
+
@auto_network_tier.setter
|
207
|
+
def auto_network_tier(self, value: Optional[pulumi.Input[str]]):
|
208
|
+
pulumi.set(self, "auto_network_tier", value)
|
209
|
+
|
188
210
|
@property
|
189
211
|
@pulumi.getter(name="drainNatIps")
|
190
212
|
def drain_nat_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -458,6 +480,7 @@ class RouterNatArgs:
|
|
458
480
|
@pulumi.input_type
|
459
481
|
class _RouterNatState:
|
460
482
|
def __init__(__self__, *,
|
483
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
461
484
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
462
485
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
463
486
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -482,6 +505,10 @@ class _RouterNatState:
|
|
482
505
|
udp_idle_timeout_sec: Optional[pulumi.Input[int]] = None):
|
483
506
|
"""
|
484
507
|
Input properties used for looking up and filtering RouterNat resources.
|
508
|
+
:param pulumi.Input[str] auto_network_tier: The network tier to use when automatically reserving NAT IP addresses.
|
509
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
510
|
+
project-level default tier is used.
|
511
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
485
512
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] drain_nat_ips: A list of URLs of the IP resources to be drained. These IPs must be
|
486
513
|
valid static external IPs that have been assigned to the NAT.
|
487
514
|
:param pulumi.Input[bool] enable_dynamic_port_allocation: Enable Dynamic Port Allocation.
|
@@ -547,6 +574,8 @@ class _RouterNatState:
|
|
547
574
|
Possible values are: `PUBLIC`, `PRIVATE`.
|
548
575
|
:param pulumi.Input[int] udp_idle_timeout_sec: Timeout (in seconds) for UDP connections. Defaults to 30s if not set.
|
549
576
|
"""
|
577
|
+
if auto_network_tier is not None:
|
578
|
+
pulumi.set(__self__, "auto_network_tier", auto_network_tier)
|
550
579
|
if drain_nat_ips is not None:
|
551
580
|
pulumi.set(__self__, "drain_nat_ips", drain_nat_ips)
|
552
581
|
if enable_dynamic_port_allocation is not None:
|
@@ -592,6 +621,21 @@ class _RouterNatState:
|
|
592
621
|
if udp_idle_timeout_sec is not None:
|
593
622
|
pulumi.set(__self__, "udp_idle_timeout_sec", udp_idle_timeout_sec)
|
594
623
|
|
624
|
+
@property
|
625
|
+
@pulumi.getter(name="autoNetworkTier")
|
626
|
+
def auto_network_tier(self) -> Optional[pulumi.Input[str]]:
|
627
|
+
"""
|
628
|
+
The network tier to use when automatically reserving NAT IP addresses.
|
629
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
630
|
+
project-level default tier is used.
|
631
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
632
|
+
"""
|
633
|
+
return pulumi.get(self, "auto_network_tier")
|
634
|
+
|
635
|
+
@auto_network_tier.setter
|
636
|
+
def auto_network_tier(self, value: Optional[pulumi.Input[str]]):
|
637
|
+
pulumi.set(self, "auto_network_tier", value)
|
638
|
+
|
595
639
|
@property
|
596
640
|
@pulumi.getter(name="drainNatIps")
|
597
641
|
def drain_nat_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
@@ -904,6 +948,7 @@ class RouterNat(pulumi.CustomResource):
|
|
904
948
|
def __init__(__self__,
|
905
949
|
resource_name: str,
|
906
950
|
opts: Optional[pulumi.ResourceOptions] = None,
|
951
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
907
952
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
908
953
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
909
954
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -1139,6 +1184,10 @@ class RouterNat(pulumi.CustomResource):
|
|
1139
1184
|
|
1140
1185
|
:param str resource_name: The name of the resource.
|
1141
1186
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1187
|
+
:param pulumi.Input[str] auto_network_tier: The network tier to use when automatically reserving NAT IP addresses.
|
1188
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
1189
|
+
project-level default tier is used.
|
1190
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
1142
1191
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] drain_nat_ips: A list of URLs of the IP resources to be drained. These IPs must be
|
1143
1192
|
valid static external IPs that have been assigned to the NAT.
|
1144
1193
|
:param pulumi.Input[bool] enable_dynamic_port_allocation: Enable Dynamic Port Allocation.
|
@@ -1435,6 +1484,7 @@ class RouterNat(pulumi.CustomResource):
|
|
1435
1484
|
def _internal_init(__self__,
|
1436
1485
|
resource_name: str,
|
1437
1486
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1487
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
1438
1488
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1439
1489
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
1440
1490
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -1466,6 +1516,7 @@ class RouterNat(pulumi.CustomResource):
|
|
1466
1516
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
1467
1517
|
__props__ = RouterNatArgs.__new__(RouterNatArgs)
|
1468
1518
|
|
1519
|
+
__props__.__dict__["auto_network_tier"] = auto_network_tier
|
1469
1520
|
__props__.__dict__["drain_nat_ips"] = drain_nat_ips
|
1470
1521
|
__props__.__dict__["enable_dynamic_port_allocation"] = enable_dynamic_port_allocation
|
1471
1522
|
__props__.__dict__["enable_endpoint_independent_mapping"] = enable_endpoint_independent_mapping
|
@@ -1502,6 +1553,7 @@ class RouterNat(pulumi.CustomResource):
|
|
1502
1553
|
def get(resource_name: str,
|
1503
1554
|
id: pulumi.Input[str],
|
1504
1555
|
opts: Optional[pulumi.ResourceOptions] = None,
|
1556
|
+
auto_network_tier: Optional[pulumi.Input[str]] = None,
|
1505
1557
|
drain_nat_ips: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
1506
1558
|
enable_dynamic_port_allocation: Optional[pulumi.Input[bool]] = None,
|
1507
1559
|
enable_endpoint_independent_mapping: Optional[pulumi.Input[bool]] = None,
|
@@ -1531,6 +1583,10 @@ class RouterNat(pulumi.CustomResource):
|
|
1531
1583
|
:param str resource_name: The unique name of the resulting resource.
|
1532
1584
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1533
1585
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1586
|
+
:param pulumi.Input[str] auto_network_tier: The network tier to use when automatically reserving NAT IP addresses.
|
1587
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
1588
|
+
project-level default tier is used.
|
1589
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
1534
1590
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] drain_nat_ips: A list of URLs of the IP resources to be drained. These IPs must be
|
1535
1591
|
valid static external IPs that have been assigned to the NAT.
|
1536
1592
|
:param pulumi.Input[bool] enable_dynamic_port_allocation: Enable Dynamic Port Allocation.
|
@@ -1600,6 +1656,7 @@ class RouterNat(pulumi.CustomResource):
|
|
1600
1656
|
|
1601
1657
|
__props__ = _RouterNatState.__new__(_RouterNatState)
|
1602
1658
|
|
1659
|
+
__props__.__dict__["auto_network_tier"] = auto_network_tier
|
1603
1660
|
__props__.__dict__["drain_nat_ips"] = drain_nat_ips
|
1604
1661
|
__props__.__dict__["enable_dynamic_port_allocation"] = enable_dynamic_port_allocation
|
1605
1662
|
__props__.__dict__["enable_endpoint_independent_mapping"] = enable_endpoint_independent_mapping
|
@@ -1624,6 +1681,17 @@ class RouterNat(pulumi.CustomResource):
|
|
1624
1681
|
__props__.__dict__["udp_idle_timeout_sec"] = udp_idle_timeout_sec
|
1625
1682
|
return RouterNat(resource_name, opts=opts, __props__=__props__)
|
1626
1683
|
|
1684
|
+
@property
|
1685
|
+
@pulumi.getter(name="autoNetworkTier")
|
1686
|
+
def auto_network_tier(self) -> pulumi.Output[str]:
|
1687
|
+
"""
|
1688
|
+
The network tier to use when automatically reserving NAT IP addresses.
|
1689
|
+
Must be one of: PREMIUM, STANDARD. If not specified, then the current
|
1690
|
+
project-level default tier is used.
|
1691
|
+
Possible values are: `PREMIUM`, `STANDARD`.
|
1692
|
+
"""
|
1693
|
+
return pulumi.get(self, "auto_network_tier")
|
1694
|
+
|
1627
1695
|
@property
|
1628
1696
|
@pulumi.getter(name="drainNatIps")
|
1629
1697
|
def drain_nat_ips(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
@@ -23,7 +23,8 @@ class SecurityPolicyRuleInitArgs:
|
|
23
23
|
match: Optional[pulumi.Input['SecurityPolicyRuleMatchArgs']] = None,
|
24
24
|
preconfigured_waf_config: Optional[pulumi.Input['SecurityPolicyRulePreconfiguredWafConfigArgs']] = None,
|
25
25
|
preview: Optional[pulumi.Input[bool]] = None,
|
26
|
-
project: Optional[pulumi.Input[str]] = None
|
26
|
+
project: Optional[pulumi.Input[str]] = None,
|
27
|
+
rate_limit_options: Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']] = None):
|
27
28
|
"""
|
28
29
|
The set of arguments for constructing a SecurityPolicyRule resource.
|
29
30
|
:param pulumi.Input[str] action: The Action to perform when the rule is matched. The following are the valid actions:
|
@@ -49,6 +50,8 @@ class SecurityPolicyRuleInitArgs:
|
|
49
50
|
:param pulumi.Input[bool] preview: If set to true, the specified action is not enforced.
|
50
51
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
51
52
|
If it is not provided, the provider project is used.
|
53
|
+
:param pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs'] rate_limit_options: Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
54
|
+
Structure is documented below.
|
52
55
|
"""
|
53
56
|
pulumi.set(__self__, "action", action)
|
54
57
|
pulumi.set(__self__, "priority", priority)
|
@@ -63,6 +66,8 @@ class SecurityPolicyRuleInitArgs:
|
|
63
66
|
pulumi.set(__self__, "preview", preview)
|
64
67
|
if project is not None:
|
65
68
|
pulumi.set(__self__, "project", project)
|
69
|
+
if rate_limit_options is not None:
|
70
|
+
pulumi.set(__self__, "rate_limit_options", rate_limit_options)
|
66
71
|
|
67
72
|
@property
|
68
73
|
@pulumi.getter
|
@@ -175,6 +180,19 @@ class SecurityPolicyRuleInitArgs:
|
|
175
180
|
def project(self, value: Optional[pulumi.Input[str]]):
|
176
181
|
pulumi.set(self, "project", value)
|
177
182
|
|
183
|
+
@property
|
184
|
+
@pulumi.getter(name="rateLimitOptions")
|
185
|
+
def rate_limit_options(self) -> Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']]:
|
186
|
+
"""
|
187
|
+
Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
188
|
+
Structure is documented below.
|
189
|
+
"""
|
190
|
+
return pulumi.get(self, "rate_limit_options")
|
191
|
+
|
192
|
+
@rate_limit_options.setter
|
193
|
+
def rate_limit_options(self, value: Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']]):
|
194
|
+
pulumi.set(self, "rate_limit_options", value)
|
195
|
+
|
178
196
|
|
179
197
|
@pulumi.input_type
|
180
198
|
class _SecurityPolicyRuleState:
|
@@ -186,6 +204,7 @@ class _SecurityPolicyRuleState:
|
|
186
204
|
preview: Optional[pulumi.Input[bool]] = None,
|
187
205
|
priority: Optional[pulumi.Input[int]] = None,
|
188
206
|
project: Optional[pulumi.Input[str]] = None,
|
207
|
+
rate_limit_options: Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']] = None,
|
189
208
|
security_policy: Optional[pulumi.Input[str]] = None):
|
190
209
|
"""
|
191
210
|
Input properties used for looking up and filtering SecurityPolicyRule resources.
|
@@ -208,6 +227,8 @@ class _SecurityPolicyRuleState:
|
|
208
227
|
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
|
209
228
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
210
229
|
If it is not provided, the provider project is used.
|
230
|
+
:param pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs'] rate_limit_options: Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
231
|
+
Structure is documented below.
|
211
232
|
:param pulumi.Input[str] security_policy: The name of the security policy this rule belongs to.
|
212
233
|
|
213
234
|
|
@@ -227,6 +248,8 @@ class _SecurityPolicyRuleState:
|
|
227
248
|
pulumi.set(__self__, "priority", priority)
|
228
249
|
if project is not None:
|
229
250
|
pulumi.set(__self__, "project", project)
|
251
|
+
if rate_limit_options is not None:
|
252
|
+
pulumi.set(__self__, "rate_limit_options", rate_limit_options)
|
230
253
|
if security_policy is not None:
|
231
254
|
pulumi.set(__self__, "security_policy", security_policy)
|
232
255
|
|
@@ -326,6 +349,19 @@ class _SecurityPolicyRuleState:
|
|
326
349
|
def project(self, value: Optional[pulumi.Input[str]]):
|
327
350
|
pulumi.set(self, "project", value)
|
328
351
|
|
352
|
+
@property
|
353
|
+
@pulumi.getter(name="rateLimitOptions")
|
354
|
+
def rate_limit_options(self) -> Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']]:
|
355
|
+
"""
|
356
|
+
Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
357
|
+
Structure is documented below.
|
358
|
+
"""
|
359
|
+
return pulumi.get(self, "rate_limit_options")
|
360
|
+
|
361
|
+
@rate_limit_options.setter
|
362
|
+
def rate_limit_options(self, value: Optional[pulumi.Input['SecurityPolicyRuleRateLimitOptionsArgs']]):
|
363
|
+
pulumi.set(self, "rate_limit_options", value)
|
364
|
+
|
329
365
|
@property
|
330
366
|
@pulumi.getter(name="securityPolicy")
|
331
367
|
def security_policy(self) -> Optional[pulumi.Input[str]]:
|
@@ -354,6 +390,7 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
354
390
|
preview: Optional[pulumi.Input[bool]] = None,
|
355
391
|
priority: Optional[pulumi.Input[int]] = None,
|
356
392
|
project: Optional[pulumi.Input[str]] = None,
|
393
|
+
rate_limit_options: Optional[pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']]] = None,
|
357
394
|
security_policy: Optional[pulumi.Input[str]] = None,
|
358
395
|
__props__=None):
|
359
396
|
"""
|
@@ -513,6 +550,8 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
513
550
|
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
|
514
551
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
515
552
|
If it is not provided, the provider project is used.
|
553
|
+
:param pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']] rate_limit_options: Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
554
|
+
Structure is documented below.
|
516
555
|
:param pulumi.Input[str] security_policy: The name of the security policy this rule belongs to.
|
517
556
|
|
518
557
|
|
@@ -682,6 +721,7 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
682
721
|
preview: Optional[pulumi.Input[bool]] = None,
|
683
722
|
priority: Optional[pulumi.Input[int]] = None,
|
684
723
|
project: Optional[pulumi.Input[str]] = None,
|
724
|
+
rate_limit_options: Optional[pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']]] = None,
|
685
725
|
security_policy: Optional[pulumi.Input[str]] = None,
|
686
726
|
__props__=None):
|
687
727
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -703,6 +743,7 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
703
743
|
raise TypeError("Missing required property 'priority'")
|
704
744
|
__props__.__dict__["priority"] = priority
|
705
745
|
__props__.__dict__["project"] = project
|
746
|
+
__props__.__dict__["rate_limit_options"] = rate_limit_options
|
706
747
|
if security_policy is None and not opts.urn:
|
707
748
|
raise TypeError("Missing required property 'security_policy'")
|
708
749
|
__props__.__dict__["security_policy"] = security_policy
|
@@ -723,6 +764,7 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
723
764
|
preview: Optional[pulumi.Input[bool]] = None,
|
724
765
|
priority: Optional[pulumi.Input[int]] = None,
|
725
766
|
project: Optional[pulumi.Input[str]] = None,
|
767
|
+
rate_limit_options: Optional[pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']]] = None,
|
726
768
|
security_policy: Optional[pulumi.Input[str]] = None) -> 'SecurityPolicyRule':
|
727
769
|
"""
|
728
770
|
Get an existing SecurityPolicyRule resource's state with the given name, id, and optional extra
|
@@ -750,6 +792,8 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
750
792
|
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
|
751
793
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
752
794
|
If it is not provided, the provider project is used.
|
795
|
+
:param pulumi.Input[pulumi.InputType['SecurityPolicyRuleRateLimitOptionsArgs']] rate_limit_options: Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
796
|
+
Structure is documented below.
|
753
797
|
:param pulumi.Input[str] security_policy: The name of the security policy this rule belongs to.
|
754
798
|
|
755
799
|
|
@@ -766,6 +810,7 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
766
810
|
__props__.__dict__["preview"] = preview
|
767
811
|
__props__.__dict__["priority"] = priority
|
768
812
|
__props__.__dict__["project"] = project
|
813
|
+
__props__.__dict__["rate_limit_options"] = rate_limit_options
|
769
814
|
__props__.__dict__["security_policy"] = security_policy
|
770
815
|
return SecurityPolicyRule(resource_name, opts=opts, __props__=__props__)
|
771
816
|
|
@@ -837,6 +882,15 @@ class SecurityPolicyRule(pulumi.CustomResource):
|
|
837
882
|
"""
|
838
883
|
return pulumi.get(self, "project")
|
839
884
|
|
885
|
+
@property
|
886
|
+
@pulumi.getter(name="rateLimitOptions")
|
887
|
+
def rate_limit_options(self) -> pulumi.Output[Optional['outputs.SecurityPolicyRuleRateLimitOptions']]:
|
888
|
+
"""
|
889
|
+
Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
|
890
|
+
Structure is documented below.
|
891
|
+
"""
|
892
|
+
return pulumi.get(self, "rate_limit_options")
|
893
|
+
|
840
894
|
@property
|
841
895
|
@pulumi.getter(name="securityPolicy")
|
842
896
|
def security_policy(self) -> pulumi.Output[str]:
|
@@ -273,7 +273,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
273
273
|
|
274
274
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
275
275
|
|
276
|
-
##
|
276
|
+
## compute.SnapshotIamPolicy
|
277
277
|
|
278
278
|
```python
|
279
279
|
import pulumi
|
@@ -289,7 +289,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
289
289
|
policy_data=admin.policy_data)
|
290
290
|
```
|
291
291
|
|
292
|
-
##
|
292
|
+
## compute.SnapshotIamBinding
|
293
293
|
|
294
294
|
```python
|
295
295
|
import pulumi
|
@@ -302,7 +302,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
302
302
|
members=["user:jane@example.com"])
|
303
303
|
```
|
304
304
|
|
305
|
-
##
|
305
|
+
## compute.SnapshotIamMember
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -315,7 +315,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
315
315
|
member="user:jane@example.com")
|
316
316
|
```
|
317
317
|
|
318
|
-
##
|
318
|
+
## compute.SnapshotIamPolicy
|
319
319
|
|
320
320
|
```python
|
321
321
|
import pulumi
|
@@ -331,7 +331,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
331
331
|
policy_data=admin.policy_data)
|
332
332
|
```
|
333
333
|
|
334
|
-
##
|
334
|
+
## compute.SnapshotIamBinding
|
335
335
|
|
336
336
|
```python
|
337
337
|
import pulumi
|
@@ -344,7 +344,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
344
344
|
members=["user:jane@example.com"])
|
345
345
|
```
|
346
346
|
|
347
|
-
##
|
347
|
+
## compute.SnapshotIamMember
|
348
348
|
|
349
349
|
```python
|
350
350
|
import pulumi
|
@@ -434,7 +434,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
434
434
|
|
435
435
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
436
436
|
|
437
|
-
##
|
437
|
+
## compute.SnapshotIamPolicy
|
438
438
|
|
439
439
|
```python
|
440
440
|
import pulumi
|
@@ -450,7 +450,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
450
450
|
policy_data=admin.policy_data)
|
451
451
|
```
|
452
452
|
|
453
|
-
##
|
453
|
+
## compute.SnapshotIamBinding
|
454
454
|
|
455
455
|
```python
|
456
456
|
import pulumi
|
@@ -463,7 +463,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
463
463
|
members=["user:jane@example.com"])
|
464
464
|
```
|
465
465
|
|
466
|
-
##
|
466
|
+
## compute.SnapshotIamMember
|
467
467
|
|
468
468
|
```python
|
469
469
|
import pulumi
|
@@ -476,7 +476,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
476
476
|
member="user:jane@example.com")
|
477
477
|
```
|
478
478
|
|
479
|
-
##
|
479
|
+
## compute.SnapshotIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -492,7 +492,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
492
492
|
policy_data=admin.policy_data)
|
493
493
|
```
|
494
494
|
|
495
|
-
##
|
495
|
+
## compute.SnapshotIamBinding
|
496
496
|
|
497
497
|
```python
|
498
498
|
import pulumi
|
@@ -505,7 +505,7 @@ class SnapshotIamBinding(pulumi.CustomResource):
|
|
505
505
|
members=["user:jane@example.com"])
|
506
506
|
```
|
507
507
|
|
508
|
-
##
|
508
|
+
## compute.SnapshotIamMember
|
509
509
|
|
510
510
|
```python
|
511
511
|
import pulumi
|