pulumi-gcp 7.23.0a1715695885__py3-none-any.whl → 7.24.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +40 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
- pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
- pulumi_gcp/apigateway/api_iam_binding.py +8 -8
- pulumi_gcp/apigateway/api_iam_member.py +8 -8
- pulumi_gcp/apigateway/api_iam_policy.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
- pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
- pulumi_gcp/apigee/environment_iam_binding.py +12 -12
- pulumi_gcp/apigee/environment_iam_member.py +12 -12
- pulumi_gcp/apigee/environment_iam_policy.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
- pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +16 -0
- pulumi_gcp/bigquery/connection.py +126 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
- pulumi_gcp/bigquery/connection_iam_member.py +12 -12
- pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
- pulumi_gcp/bigquery/dataset_access.py +56 -0
- pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
- pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
- pulumi_gcp/bigquery/iam_binding.py +12 -12
- pulumi_gcp/bigquery/iam_member.py +12 -12
- pulumi_gcp/bigquery/iam_policy.py +12 -12
- pulumi_gcp/bigquery/outputs.py +16 -0
- pulumi_gcp/bigquery/routine.py +2 -2
- pulumi_gcp/bigquery/table.py +47 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
- pulumi_gcp/bigtable/__init__.py +1 -0
- pulumi_gcp/bigtable/_inputs.py +101 -0
- pulumi_gcp/bigtable/authorized_view.py +440 -0
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
- pulumi_gcp/bigtable/instance_iam_member.py +12 -12
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
- pulumi_gcp/bigtable/outputs.py +119 -0
- pulumi_gcp/bigtable/table_iam_binding.py +12 -12
- pulumi_gcp/bigtable/table_iam_member.py +12 -12
- pulumi_gcp/bigtable/table_iam_policy.py +12 -12
- pulumi_gcp/billing/account_iam_binding.py +12 -12
- pulumi_gcp/billing/account_iam_member.py +12 -12
- pulumi_gcp/billing/account_iam_policy.py +12 -12
- pulumi_gcp/billing/project_info.py +4 -4
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template.py +70 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
- pulumi_gcp/cloudasset/__init__.py +1 -0
- pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
- pulumi_gcp/cloudasset/outputs.py +184 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
- pulumi_gcp/cloudbuildv2/repository.py +2 -2
- pulumi_gcp/clouddeploy/_inputs.py +96 -0
- pulumi_gcp/clouddeploy/custom_target_type.py +46 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +7 -7
- pulumi_gcp/clouddeploy/outputs.py +96 -1
- pulumi_gcp/clouddeploy/target.py +54 -7
- pulumi_gcp/cloudfunctions/function.py +21 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
- pulumi_gcp/cloudrun/iam_binding.py +12 -12
- pulumi_gcp/cloudrun/iam_member.py +12 -12
- pulumi_gcp/cloudrun/iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
- pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
- pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +1412 -42
- pulumi_gcp/compute/backend_service.py +315 -0
- pulumi_gcp/compute/disk_iam_binding.py +12 -12
- pulumi_gcp/compute/disk_iam_member.py +12 -12
- pulumi_gcp/compute/disk_iam_policy.py +12 -12
- pulumi_gcp/compute/firewall_policy_rule.py +125 -10
- pulumi_gcp/compute/forwarding_rule.py +6 -6
- pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
- pulumi_gcp/compute/get_router_nat.py +11 -1
- pulumi_gcp/compute/get_snapshot.py +2 -0
- pulumi_gcp/compute/image_iam_binding.py +12 -12
- pulumi_gcp/compute/image_iam_member.py +12 -12
- pulumi_gcp/compute/image_iam_policy.py +12 -12
- pulumi_gcp/compute/instance_iam_binding.py +12 -12
- pulumi_gcp/compute/instance_iam_member.py +12 -12
- pulumi_gcp/compute/instance_iam_policy.py +12 -12
- pulumi_gcp/compute/interconnect.py +1683 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
- pulumi_gcp/compute/machine_image_iam_member.py +8 -8
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
- pulumi_gcp/compute/network_firewall_policy_rule.py +125 -10
- pulumi_gcp/compute/outputs.py +1385 -0
- pulumi_gcp/compute/region_backend_service.py +315 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
- pulumi_gcp/compute/region_disk_iam_member.py +12 -12
- pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +125 -10
- pulumi_gcp/compute/region_security_policy_rule.py +230 -1
- pulumi_gcp/compute/router_nat.py +68 -0
- pulumi_gcp/compute/router_peer.py +88 -0
- pulumi_gcp/compute/security_policy.py +49 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
- pulumi_gcp/compute/snapshot_iam_member.py +12 -12
- pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
- pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
- pulumi_gcp/compute/target_instance.py +4 -4
- pulumi_gcp/compute/target_pool.py +21 -21
- pulumi_gcp/container/_inputs.py +81 -5
- pulumi_gcp/container/outputs.py +109 -8
- pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
- pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
- pulumi_gcp/dataflow/flex_template_job.py +7 -7
- pulumi_gcp/dataflow/job.py +7 -7
- pulumi_gcp/dataloss/_inputs.py +420 -13
- pulumi_gcp/dataloss/outputs.py +439 -13
- pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
- pulumi_gcp/dataplex/asset_iam_member.py +12 -12
- pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
- pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
- pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
- pulumi_gcp/dataplex/lake_iam_member.py +12 -12
- pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
- pulumi_gcp/dataplex/task.py +16 -16
- pulumi_gcp/dataplex/task_iam_binding.py +12 -12
- pulumi_gcp/dataplex/task_iam_member.py +12 -12
- pulumi_gcp/dataplex/task_iam_policy.py +12 -12
- pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
- pulumi_gcp/dataplex/zone_iam_member.py +12 -12
- pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
- pulumi_gcp/dataproc/_inputs.py +190 -46
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
- pulumi_gcp/dataproc/job_iam_binding.py +12 -12
- pulumi_gcp/dataproc/job_iam_member.py +12 -12
- pulumi_gcp/dataproc/job_iam_policy.py +12 -12
- pulumi_gcp/dataproc/metastore_federation.py +4 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
- pulumi_gcp/dataproc/outputs.py +182 -46
- pulumi_gcp/datastream/_inputs.py +1789 -820
- pulumi_gcp/datastream/connection_profile.py +163 -3
- pulumi_gcp/datastream/outputs.py +864 -5
- pulumi_gcp/datastream/stream.py +174 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
- pulumi_gcp/endpoints/service_iam_binding.py +12 -12
- pulumi_gcp/endpoints/service_iam_member.py +12 -12
- pulumi_gcp/endpoints/service_iam_policy.py +12 -12
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +23 -23
- pulumi_gcp/folder/iam_member.py +16 -16
- pulumi_gcp/folder/iam_policy.py +16 -16
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
- pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
- pulumi_gcp/gkehub/feature_iam_member.py +12 -12
- pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
- pulumi_gcp/gkehub/membership_iam_member.py +12 -12
- pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
- pulumi_gcp/gkehub/scope_iam_member.py +12 -12
- pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
- pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
- pulumi_gcp/iam/_inputs.py +191 -2
- pulumi_gcp/iam/outputs.py +197 -2
- pulumi_gcp/iam/workforce_pool_provider.py +245 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
- pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_iam_binding.py +12 -12
- pulumi_gcp/iap/web_iam_member.py +12 -12
- pulumi_gcp/iap/web_iam_policy.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
- pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
- pulumi_gcp/integrationconnectors/__init__.py +1 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +753 -0
- pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
- pulumi_gcp/kms/key_ring_iam_member.py +12 -12
- pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
- pulumi_gcp/netapp/storage_pool.py +7 -7
- pulumi_gcp/netapp/volume.py +4 -4
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +946 -0
- pulumi_gcp/networksecurity/firewall_endpoint.py +34 -0
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +24 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
- pulumi_gcp/networksecurity/security_profile.py +16 -0
- pulumi_gcp/networksecurity/security_profile_group.py +18 -0
- pulumi_gcp/networksecurity/tls_inspection_policy.py +435 -5
- pulumi_gcp/networkservices/__init__.py +1 -0
- pulumi_gcp/networkservices/_inputs.py +254 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
- pulumi_gcp/networkservices/outputs.py +265 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
- pulumi_gcp/notebooks/instance_iam_member.py +12 -12
- pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
- pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
- pulumi_gcp/organizations/_inputs.py +10 -0
- pulumi_gcp/organizations/iam_member.py +16 -16
- pulumi_gcp/organizations/iam_policy.py +16 -16
- pulumi_gcp/organizations/outputs.py +10 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/projects/iam_audit_config.py +23 -23
- pulumi_gcp/projects/iam_binding.py +23 -23
- pulumi_gcp/projects/iam_member.py +23 -23
- pulumi_gcp/projects/iam_policy.py +16 -16
- pulumi_gcp/projects/service.py +2 -43
- pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
- pulumi_gcp/pubsub/schema_iam_member.py +12 -12
- pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
- pulumi_gcp/pubsub/subscription.py +4 -4
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
- pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
- pulumi_gcp/pubsub/topic_iam_member.py +12 -12
- pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
- pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
- pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
- pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
- pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
- pulumi_gcp/spanner/database_iam_binding.py +12 -12
- pulumi_gcp/spanner/database_iam_member.py +12 -12
- pulumi_gcp/spanner/database_iam_policy.py +12 -12
- pulumi_gcp/spanner/instance_iam_binding.py +12 -12
- pulumi_gcp/spanner/instance_iam_member.py +12 -12
- pulumi_gcp/spanner/instance_iam_policy.py +12 -12
- pulumi_gcp/storage/_inputs.py +12 -10
- pulumi_gcp/storage/bucket.py +44 -0
- pulumi_gcp/storage/bucket_iam_binding.py +12 -12
- pulumi_gcp/storage/bucket_iam_member.py +12 -12
- pulumi_gcp/storage/bucket_iam_policy.py +12 -12
- pulumi_gcp/storage/outputs.py +12 -10
- pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_key_iam_member.py +12 -12
- pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
- pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
- pulumi_gcp/tags/tag_value_iam_member.py +12 -12
- pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/RECORD +355 -349
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.23.0a1715695885.dist-info → pulumi_gcp-7.24.0.dist-info}/top_level.txt +0 -0
@@ -53,6 +53,14 @@ class RouterPeerArgs:
|
|
53
53
|
Possible values are: `DEFAULT`, `CUSTOM`.
|
54
54
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] advertised_groups: User-specified list of prefix groups to advertise in custom
|
55
55
|
mode, which currently supports the following option:
|
56
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
57
|
+
This excludes any routes learned for subnets that use VPC Network
|
58
|
+
Peering.
|
59
|
+
|
60
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
61
|
+
and overrides the list defined for the router (in the "bgp" message).
|
62
|
+
These groups are advertised in addition to any specified prefixes.
|
63
|
+
Leave this field blank to advertise no custom groups.
|
56
64
|
:param pulumi.Input[Sequence[pulumi.Input['RouterPeerAdvertisedIpRangeArgs']]] advertised_ip_ranges: User-specified list of individual IP ranges to advertise in
|
57
65
|
custom mode. This field can only be populated if advertiseMode
|
58
66
|
is `CUSTOM` and is advertised to all peers of the router. These IP
|
@@ -204,6 +212,14 @@ class RouterPeerArgs:
|
|
204
212
|
"""
|
205
213
|
User-specified list of prefix groups to advertise in custom
|
206
214
|
mode, which currently supports the following option:
|
215
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
216
|
+
This excludes any routes learned for subnets that use VPC Network
|
217
|
+
Peering.
|
218
|
+
|
219
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
220
|
+
and overrides the list defined for the router (in the "bgp" message).
|
221
|
+
These groups are advertised in addition to any specified prefixes.
|
222
|
+
Leave this field blank to advertise no custom groups.
|
207
223
|
"""
|
208
224
|
return pulumi.get(self, "advertised_groups")
|
209
225
|
|
@@ -480,6 +496,14 @@ class _RouterPeerState:
|
|
480
496
|
Possible values are: `DEFAULT`, `CUSTOM`.
|
481
497
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] advertised_groups: User-specified list of prefix groups to advertise in custom
|
482
498
|
mode, which currently supports the following option:
|
499
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
500
|
+
This excludes any routes learned for subnets that use VPC Network
|
501
|
+
Peering.
|
502
|
+
|
503
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
504
|
+
and overrides the list defined for the router (in the "bgp" message).
|
505
|
+
These groups are advertised in addition to any specified prefixes.
|
506
|
+
Leave this field blank to advertise no custom groups.
|
483
507
|
:param pulumi.Input[Sequence[pulumi.Input['RouterPeerAdvertisedIpRangeArgs']]] advertised_ip_ranges: User-specified list of individual IP ranges to advertise in
|
484
508
|
custom mode. This field can only be populated if advertiseMode
|
485
509
|
is `CUSTOM` and is advertised to all peers of the router. These IP
|
@@ -506,6 +530,14 @@ class _RouterPeerState:
|
|
506
530
|
If you do not specify the next hop addresses, Google Cloud automatically
|
507
531
|
assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
|
508
532
|
:param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
|
533
|
+
* `MANAGED_BY_USER` is the default value and can be managed by
|
534
|
+
you or other users
|
535
|
+
* `MANAGED_BY_ATTACHMENT` is a BGP peer that is configured and
|
536
|
+
managed by Cloud Interconnect, specifically by an
|
537
|
+
InterconnectAttachment of type PARTNER. Google automatically
|
538
|
+
creates, updates, and deletes this type of BGP peer when the
|
539
|
+
PARTNER InterconnectAttachment is created, updated,
|
540
|
+
or deleted.
|
509
541
|
:param pulumi.Input['RouterPeerMd5AuthenticationKeyArgs'] md5_authentication_key: Configuration for MD5 authentication on the BGP session.
|
510
542
|
Structure is documented below.
|
511
543
|
:param pulumi.Input[str] name: Name of this BGP peer. The name must be 1-63 characters long,
|
@@ -604,6 +636,14 @@ class _RouterPeerState:
|
|
604
636
|
"""
|
605
637
|
User-specified list of prefix groups to advertise in custom
|
606
638
|
mode, which currently supports the following option:
|
639
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
640
|
+
This excludes any routes learned for subnets that use VPC Network
|
641
|
+
Peering.
|
642
|
+
|
643
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
644
|
+
and overrides the list defined for the router (in the "bgp" message).
|
645
|
+
These groups are advertised in addition to any specified prefixes.
|
646
|
+
Leave this field blank to advertise no custom groups.
|
607
647
|
"""
|
608
648
|
return pulumi.get(self, "advertised_groups")
|
609
649
|
|
@@ -751,6 +791,14 @@ class _RouterPeerState:
|
|
751
791
|
def management_type(self) -> Optional[pulumi.Input[str]]:
|
752
792
|
"""
|
753
793
|
The resource that configures and manages this BGP peer.
|
794
|
+
* `MANAGED_BY_USER` is the default value and can be managed by
|
795
|
+
you or other users
|
796
|
+
* `MANAGED_BY_ATTACHMENT` is a BGP peer that is configured and
|
797
|
+
managed by Cloud Interconnect, specifically by an
|
798
|
+
InterconnectAttachment of type PARTNER. Google automatically
|
799
|
+
creates, updates, and deletes this type of BGP peer when the
|
800
|
+
PARTNER InterconnectAttachment is created, updated,
|
801
|
+
or deleted.
|
754
802
|
"""
|
755
803
|
return pulumi.get(self, "management_type")
|
756
804
|
|
@@ -1134,6 +1182,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1134
1182
|
Possible values are: `DEFAULT`, `CUSTOM`.
|
1135
1183
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] advertised_groups: User-specified list of prefix groups to advertise in custom
|
1136
1184
|
mode, which currently supports the following option:
|
1185
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
1186
|
+
This excludes any routes learned for subnets that use VPC Network
|
1187
|
+
Peering.
|
1188
|
+
|
1189
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
1190
|
+
and overrides the list defined for the router (in the "bgp" message).
|
1191
|
+
These groups are advertised in addition to any specified prefixes.
|
1192
|
+
Leave this field blank to advertise no custom groups.
|
1137
1193
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RouterPeerAdvertisedIpRangeArgs']]]] advertised_ip_ranges: User-specified list of individual IP ranges to advertise in
|
1138
1194
|
custom mode. This field can only be populated if advertiseMode
|
1139
1195
|
is `CUSTOM` and is advertised to all peers of the router. These IP
|
@@ -1516,6 +1572,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1516
1572
|
Possible values are: `DEFAULT`, `CUSTOM`.
|
1517
1573
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] advertised_groups: User-specified list of prefix groups to advertise in custom
|
1518
1574
|
mode, which currently supports the following option:
|
1575
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
1576
|
+
This excludes any routes learned for subnets that use VPC Network
|
1577
|
+
Peering.
|
1578
|
+
|
1579
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
1580
|
+
and overrides the list defined for the router (in the "bgp" message).
|
1581
|
+
These groups are advertised in addition to any specified prefixes.
|
1582
|
+
Leave this field blank to advertise no custom groups.
|
1519
1583
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['RouterPeerAdvertisedIpRangeArgs']]]] advertised_ip_ranges: User-specified list of individual IP ranges to advertise in
|
1520
1584
|
custom mode. This field can only be populated if advertiseMode
|
1521
1585
|
is `CUSTOM` and is advertised to all peers of the router. These IP
|
@@ -1542,6 +1606,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1542
1606
|
If you do not specify the next hop addresses, Google Cloud automatically
|
1543
1607
|
assigns unused addresses from the 2600:2d00:0:2::/64 or 2600:2d00:0:3::/64 range for you.
|
1544
1608
|
:param pulumi.Input[str] management_type: The resource that configures and manages this BGP peer.
|
1609
|
+
* `MANAGED_BY_USER` is the default value and can be managed by
|
1610
|
+
you or other users
|
1611
|
+
* `MANAGED_BY_ATTACHMENT` is a BGP peer that is configured and
|
1612
|
+
managed by Cloud Interconnect, specifically by an
|
1613
|
+
InterconnectAttachment of type PARTNER. Google automatically
|
1614
|
+
creates, updates, and deletes this type of BGP peer when the
|
1615
|
+
PARTNER InterconnectAttachment is created, updated,
|
1616
|
+
or deleted.
|
1545
1617
|
:param pulumi.Input[pulumi.InputType['RouterPeerMd5AuthenticationKeyArgs']] md5_authentication_key: Configuration for MD5 authentication on the BGP session.
|
1546
1618
|
Structure is documented below.
|
1547
1619
|
:param pulumi.Input[str] name: Name of this BGP peer. The name must be 1-63 characters long,
|
@@ -1618,6 +1690,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1618
1690
|
"""
|
1619
1691
|
User-specified list of prefix groups to advertise in custom
|
1620
1692
|
mode, which currently supports the following option:
|
1693
|
+
* `ALL_SUBNETS`: Advertises all of the router's own VPC subnets.
|
1694
|
+
This excludes any routes learned for subnets that use VPC Network
|
1695
|
+
Peering.
|
1696
|
+
|
1697
|
+
Note that this field can only be populated if advertiseMode is `CUSTOM`
|
1698
|
+
and overrides the list defined for the router (in the "bgp" message).
|
1699
|
+
These groups are advertised in addition to any specified prefixes.
|
1700
|
+
Leave this field blank to advertise no custom groups.
|
1621
1701
|
"""
|
1622
1702
|
return pulumi.get(self, "advertised_groups")
|
1623
1703
|
|
@@ -1721,6 +1801,14 @@ class RouterPeer(pulumi.CustomResource):
|
|
1721
1801
|
def management_type(self) -> pulumi.Output[str]:
|
1722
1802
|
"""
|
1723
1803
|
The resource that configures and manages this BGP peer.
|
1804
|
+
* `MANAGED_BY_USER` is the default value and can be managed by
|
1805
|
+
you or other users
|
1806
|
+
* `MANAGED_BY_ATTACHMENT` is a BGP peer that is configured and
|
1807
|
+
managed by Cloud Interconnect, specifically by an
|
1808
|
+
InterconnectAttachment of type PARTNER. Google automatically
|
1809
|
+
creates, updates, and deletes this type of BGP peer when the
|
1810
|
+
PARTNER InterconnectAttachment is created, updated,
|
1811
|
+
or deleted.
|
1724
1812
|
"""
|
1725
1813
|
return pulumi.get(self, "management_type")
|
1726
1814
|
|
@@ -40,6 +40,13 @@ class SecurityPolicyArgs:
|
|
40
40
|
rule (rule with priority 2147483647 and match "\\*"). If no rules are provided when creating a
|
41
41
|
security policy, a default rule with action "allow" will be added. Structure is documented below.
|
42
42
|
:param pulumi.Input[str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
43
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
44
|
+
They filter requests before they hit the origin servers.
|
45
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
46
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
47
|
+
They filter requests before the request is served from Google's cache.
|
48
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
49
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
43
50
|
"""
|
44
51
|
if adaptive_protection_config is not None:
|
45
52
|
pulumi.set(__self__, "adaptive_protection_config", adaptive_protection_config)
|
@@ -153,6 +160,13 @@ class SecurityPolicyArgs:
|
|
153
160
|
def type(self) -> Optional[pulumi.Input[str]]:
|
154
161
|
"""
|
155
162
|
The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
163
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
164
|
+
They filter requests before they hit the origin servers.
|
165
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
166
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
167
|
+
They filter requests before the request is served from Google's cache.
|
168
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
169
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
156
170
|
"""
|
157
171
|
return pulumi.get(self, "type")
|
158
172
|
|
@@ -192,6 +206,13 @@ class _SecurityPolicyState:
|
|
192
206
|
security policy, a default rule with action "allow" will be added. Structure is documented below.
|
193
207
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
194
208
|
:param pulumi.Input[str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
209
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
210
|
+
They filter requests before they hit the origin servers.
|
211
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
212
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
213
|
+
They filter requests before the request is served from Google's cache.
|
214
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
215
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
195
216
|
"""
|
196
217
|
if adaptive_protection_config is not None:
|
197
218
|
pulumi.set(__self__, "adaptive_protection_config", adaptive_protection_config)
|
@@ -333,6 +354,13 @@ class _SecurityPolicyState:
|
|
333
354
|
def type(self) -> Optional[pulumi.Input[str]]:
|
334
355
|
"""
|
335
356
|
The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
357
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
358
|
+
They filter requests before they hit the origin servers.
|
359
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
360
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
361
|
+
They filter requests before the request is served from Google's cache.
|
362
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
363
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
336
364
|
"""
|
337
365
|
return pulumi.get(self, "type")
|
338
366
|
|
@@ -545,6 +573,13 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
545
573
|
rule (rule with priority 2147483647 and match "\\*"). If no rules are provided when creating a
|
546
574
|
security policy, a default rule with action "allow" will be added. Structure is documented below.
|
547
575
|
:param pulumi.Input[str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
576
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
577
|
+
They filter requests before they hit the origin servers.
|
578
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
579
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
580
|
+
They filter requests before the request is served from Google's cache.
|
581
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
582
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
548
583
|
"""
|
549
584
|
...
|
550
585
|
@overload
|
@@ -811,6 +846,13 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
811
846
|
security policy, a default rule with action "allow" will be added. Structure is documented below.
|
812
847
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
813
848
|
:param pulumi.Input[str] type: The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
849
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
850
|
+
They filter requests before they hit the origin servers.
|
851
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
852
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
853
|
+
They filter requests before the request is served from Google's cache.
|
854
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
855
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
814
856
|
"""
|
815
857
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
816
858
|
|
@@ -911,6 +953,13 @@ class SecurityPolicy(pulumi.CustomResource):
|
|
911
953
|
def type(self) -> pulumi.Output[str]:
|
912
954
|
"""
|
913
955
|
The type indicates the intended use of the security policy. This field can be set only at resource creation time.
|
956
|
+
* `CLOUD_ARMOR` - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services.
|
957
|
+
They filter requests before they hit the origin servers.
|
958
|
+
* `CLOUD_ARMOR_EDGE` - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services
|
959
|
+
(including Cloud CDN-enabled) as well as backend buckets (Cloud Storage).
|
960
|
+
They filter requests before the request is served from Google's cache.
|
961
|
+
* `CLOUD_ARMOR_INTERNAL_SERVICE` - Cloud Armor internal service policies can be configured to filter HTTP requests targeting services
|
962
|
+
managed by Traffic Director in a service mesh. They filter requests before the request is served from the application.
|
914
963
|
"""
|
915
964
|
return pulumi.get(self, "type")
|
916
965
|
|
@@ -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
|
@@ -273,7 +273,7 @@ class SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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 SnapshotIamMember(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
|
@@ -170,7 +170,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
170
170
|
|
171
171
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
172
172
|
|
173
|
-
##
|
173
|
+
## compute.SnapshotIamPolicy
|
174
174
|
|
175
175
|
```python
|
176
176
|
import pulumi
|
@@ -186,7 +186,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
186
186
|
policy_data=admin.policy_data)
|
187
187
|
```
|
188
188
|
|
189
|
-
##
|
189
|
+
## compute.SnapshotIamBinding
|
190
190
|
|
191
191
|
```python
|
192
192
|
import pulumi
|
@@ -199,7 +199,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
199
199
|
members=["user:jane@example.com"])
|
200
200
|
```
|
201
201
|
|
202
|
-
##
|
202
|
+
## compute.SnapshotIamMember
|
203
203
|
|
204
204
|
```python
|
205
205
|
import pulumi
|
@@ -212,7 +212,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
212
212
|
member="user:jane@example.com")
|
213
213
|
```
|
214
214
|
|
215
|
-
##
|
215
|
+
## compute.SnapshotIamPolicy
|
216
216
|
|
217
217
|
```python
|
218
218
|
import pulumi
|
@@ -228,7 +228,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
228
228
|
policy_data=admin.policy_data)
|
229
229
|
```
|
230
230
|
|
231
|
-
##
|
231
|
+
## compute.SnapshotIamBinding
|
232
232
|
|
233
233
|
```python
|
234
234
|
import pulumi
|
@@ -241,7 +241,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
241
241
|
members=["user:jane@example.com"])
|
242
242
|
```
|
243
243
|
|
244
|
-
##
|
244
|
+
## compute.SnapshotIamMember
|
245
245
|
|
246
246
|
```python
|
247
247
|
import pulumi
|
@@ -319,7 +319,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
319
319
|
|
320
320
|
> **Note:** `compute.SnapshotIamBinding` resources **can be** used in conjunction with `compute.SnapshotIamMember` resources **only if** they do not grant privilege to the same role.
|
321
321
|
|
322
|
-
##
|
322
|
+
## compute.SnapshotIamPolicy
|
323
323
|
|
324
324
|
```python
|
325
325
|
import pulumi
|
@@ -335,7 +335,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
335
335
|
policy_data=admin.policy_data)
|
336
336
|
```
|
337
337
|
|
338
|
-
##
|
338
|
+
## compute.SnapshotIamBinding
|
339
339
|
|
340
340
|
```python
|
341
341
|
import pulumi
|
@@ -348,7 +348,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
348
348
|
members=["user:jane@example.com"])
|
349
349
|
```
|
350
350
|
|
351
|
-
##
|
351
|
+
## compute.SnapshotIamMember
|
352
352
|
|
353
353
|
```python
|
354
354
|
import pulumi
|
@@ -361,7 +361,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
361
361
|
member="user:jane@example.com")
|
362
362
|
```
|
363
363
|
|
364
|
-
##
|
364
|
+
## compute.SnapshotIamPolicy
|
365
365
|
|
366
366
|
```python
|
367
367
|
import pulumi
|
@@ -377,7 +377,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
377
377
|
policy_data=admin.policy_data)
|
378
378
|
```
|
379
379
|
|
380
|
-
##
|
380
|
+
## compute.SnapshotIamBinding
|
381
381
|
|
382
382
|
```python
|
383
383
|
import pulumi
|
@@ -390,7 +390,7 @@ class SnapshotIamPolicy(pulumi.CustomResource):
|
|
390
390
|
members=["user:jane@example.com"])
|
391
391
|
```
|
392
392
|
|
393
|
-
##
|
393
|
+
## compute.SnapshotIamMember
|
394
394
|
|
395
395
|
```python
|
396
396
|
import pulumi
|