pulumi-gcp 8.7.0a1730183903__py3-none-any.whl → 8.8.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 +78 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
- pulumi_gcp/accesscontextmanager/service_perimeter.py +2 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
- pulumi_gcp/apigateway/api_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_iam_policy.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
- pulumi_gcp/apigee/__init__.py +2 -0
- pulumi_gcp/apigee/_inputs.py +108 -0
- pulumi_gcp/apigee/app_group.py +811 -0
- pulumi_gcp/apigee/developer.py +757 -0
- pulumi_gcp/apigee/environment_iam_binding.py +4 -4
- pulumi_gcp/apigee/environment_iam_member.py +4 -4
- pulumi_gcp/apigee/environment_iam_policy.py +4 -4
- pulumi_gcp/apigee/outputs.py +64 -0
- pulumi_gcp/appengine/engine_split_traffic.py +4 -4
- pulumi_gcp/apphub/_inputs.py +6 -3
- pulumi_gcp/apphub/application.py +30 -4
- pulumi_gcp/apphub/outputs.py +8 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +40 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +37 -0
- pulumi_gcp/assuredworkloads/workload.py +56 -3
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
- pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
- pulumi_gcp/biglake/table.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +60 -0
- pulumi_gcp/bigquery/connection.py +14 -14
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
- pulumi_gcp/bigquery/connection_iam_member.py +2 -2
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/dataset.py +99 -2
- pulumi_gcp/bigquery/dataset_access.py +2 -2
- pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
- pulumi_gcp/bigquery/get_dataset.py +12 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -2
- pulumi_gcp/bigquery/iam_member.py +2 -2
- pulumi_gcp/bigquery/iam_policy.py +2 -2
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/bigquery/outputs.py +87 -0
- pulumi_gcp/bigquery/routine.py +6 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -18
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +22 -22
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/iam_binding.py +2 -2
- pulumi_gcp/cloudrun/iam_member.py +2 -2
- pulumi_gcp/cloudrun/iam_policy.py +2 -2
- pulumi_gcp/cloudrun/service.py +24 -24
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/service.py +94 -2
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
- pulumi_gcp/cloudscheduler/job.py +4 -4
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +396 -166
- pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
- pulumi_gcp/compute/backend_service.py +76 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/disk_iam_binding.py +2 -2
- pulumi_gcp/compute/disk_iam_member.py +2 -2
- pulumi_gcp/compute/disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_instance.py +29 -1
- pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
- pulumi_gcp/compute/get_instance_template.py +29 -1
- pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
- pulumi_gcp/compute/get_region_instance_template.py +29 -1
- pulumi_gcp/compute/image.py +76 -22
- pulumi_gcp/compute/image_iam_binding.py +2 -2
- pulumi_gcp/compute/image_iam_member.py +2 -2
- pulumi_gcp/compute/image_iam_policy.py +2 -2
- pulumi_gcp/compute/instance.py +89 -0
- pulumi_gcp/compute/instance_from_machine_image.py +82 -0
- pulumi_gcp/compute/instance_from_template.py +82 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -2
- pulumi_gcp/compute/instance_iam_member.py +2 -2
- pulumi_gcp/compute/instance_iam_policy.py +2 -2
- pulumi_gcp/compute/instance_template.py +75 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
- pulumi_gcp/compute/machine_image_iam_member.py +2 -2
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
- pulumi_gcp/compute/network_firewall_policy_association.py +76 -50
- pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
- pulumi_gcp/compute/outputs.py +367 -110
- pulumi_gcp/compute/region_backend_service.py +94 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
- pulumi_gcp/compute/region_disk_iam_member.py +2 -2
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/region_instance_template.py +75 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
- pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
- pulumi_gcp/compute/region_security_policy_rule.py +74 -0
- pulumi_gcp/compute/security_policy_rule.py +111 -13
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
- pulumi_gcp/compute/snapshot_iam_member.py +2 -2
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/url_map.py +10 -10
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/attached_cluster.py +9 -6
- pulumi_gcp/container/aws_node_pool.py +12 -12
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
- pulumi_gcp/dataplex/asset_iam_member.py +2 -2
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
- pulumi_gcp/dataplex/lake_iam_member.py +2 -2
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/task.py +4 -4
- pulumi_gcp/dataplex/task_iam_binding.py +2 -2
- pulumi_gcp/dataplex/task_iam_member.py +2 -2
- pulumi_gcp/dataplex/task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
- pulumi_gcp/dataplex/zone_iam_member.py +2 -2
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/batch.py +24 -24
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/job.py +4 -4
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +472 -2
- pulumi_gcp/diagflow/cx_agent.py +64 -4
- pulumi_gcp/diagflow/cx_flow.py +34 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- pulumi_gcp/diagflow/outputs.py +378 -2
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
- pulumi_gcp/endpoints/service_iam_binding.py +4 -4
- pulumi_gcp/endpoints/service_iam_member.py +4 -4
- pulumi_gcp/endpoints/service_iam_policy.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +24 -24
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/restore_plan.py +18 -18
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +21 -21
- pulumi_gcp/gkehub/feature.py +2 -4
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
- pulumi_gcp/gkehub/feature_iam_member.py +2 -2
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
- pulumi_gcp/gkehub/membership_iam_member.py +2 -2
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/outputs.py +13 -13
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
- pulumi_gcp/gkehub/scope_iam_member.py +2 -2
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
- pulumi_gcp/iam/workload_identity_pool_provider.py +56 -0
- pulumi_gcp/iap/__init__.py +1 -0
- pulumi_gcp/iap/_inputs.py +1002 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/outputs.py +827 -0
- pulumi_gcp/iap/settings.py +546 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_iam_binding.py +2 -2
- pulumi_gcp/iap/web_iam_member.py +2 -2
- pulumi_gcp/iap/web_iam_policy.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/log_view_iam_binding.py +4 -4
- pulumi_gcp/logging/log_view_iam_member.py +4 -4
- pulumi_gcp/logging/log_view_iam_policy.py +4 -4
- pulumi_gcp/looker/instance.py +104 -2
- pulumi_gcp/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- pulumi_gcp/monitoring/_inputs.py +23 -0
- pulumi_gcp/monitoring/get_secret_version.py +22 -3
- pulumi_gcp/monitoring/outputs.py +16 -0
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/_inputs.py +148 -0
- pulumi_gcp/networkconnectivity/group.py +764 -0
- pulumi_gcp/networkconnectivity/outputs.py +125 -0
- pulumi_gcp/networkconnectivity/spoke.py +144 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/networkservices/edge_cache_service.py +2 -2
- pulumi_gcp/networkservices/http_route.py +4 -4
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
- pulumi_gcp/notebooks/instance_iam_member.py +2 -2
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
- pulumi_gcp/oracledatabase/__init__.py +20 -0
- pulumi_gcp/oracledatabase/_inputs.py +4745 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
- pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
- pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
- pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
- pulumi_gcp/oracledatabase/outputs.py +9304 -0
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
- pulumi_gcp/provider.py +40 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
- pulumi_gcp/pubsub/schema_iam_member.py +2 -2
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +18 -66
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
- pulumi_gcp/pubsub/topic_iam_member.py +2 -2
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/get_regional_secret_version.py +24 -5
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
- pulumi_gcp/secretmanager/get_secret_version.py +22 -3
- pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
- pulumi_gcp/serviceaccount/__init__.py +1 -0
- pulumi_gcp/serviceaccount/get_account.py +15 -1
- pulumi_gcp/serviceaccount/get_s.py +132 -0
- pulumi_gcp/serviceaccount/outputs.py +89 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/siteverification/get_token.py +0 -16
- pulumi_gcp/siteverification/owner.py +0 -16
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/_inputs.py +237 -17
- pulumi_gcp/spanner/outputs.py +307 -12
- pulumi_gcp/sql/_inputs.py +12 -9
- pulumi_gcp/sql/outputs.py +8 -6
- pulumi_gcp/sql/user.py +28 -21
- pulumi_gcp/storage/_inputs.py +33 -0
- pulumi_gcp/storage/bucket.py +47 -0
- pulumi_gcp/storage/bucket_iam_binding.py +2 -2
- pulumi_gcp/storage/bucket_iam_member.py +2 -2
- pulumi_gcp/storage/bucket_iam_policy.py +2 -2
- pulumi_gcp/storage/get_bucket.py +12 -1
- pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
- pulumi_gcp/storage/outputs.py +38 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_key_iam_member.py +4 -4
- pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_value_iam_member.py +4 -4
- pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
- pulumi_gcp/transcoder/__init__.py +11 -0
- pulumi_gcp/transcoder/_inputs.py +3991 -0
- pulumi_gcp/transcoder/job.py +2134 -0
- pulumi_gcp/transcoder/job_template.py +1524 -0
- pulumi_gcp/transcoder/outputs.py +2918 -0
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +912 -6
- pulumi_gcp/vmwareengine/cluster.py +100 -2
- pulumi_gcp/vmwareengine/get_cluster.py +12 -1
- pulumi_gcp/vmwareengine/outputs.py +1310 -49
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/_inputs.py +54 -0
- pulumi_gcp/workstations/outputs.py +32 -0
- pulumi_gcp/workstations/workstation_config.py +211 -6
- pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
- pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +437 -412
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -30,6 +30,7 @@ class InstanceArgs:
|
|
30
30
|
engine_configs: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
31
31
|
engine_version: Optional[pulumi.Input[str]] = None,
|
32
32
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
33
|
+
mode: Optional[pulumi.Input[str]] = None,
|
33
34
|
node_type: Optional[pulumi.Input[str]] = None,
|
34
35
|
persistence_config: Optional[pulumi.Input['InstancePersistenceConfigArgs']] = None,
|
35
36
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -61,6 +62,11 @@ class InstanceArgs:
|
|
61
62
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: Optional. Labels to represent user-provided metadata.
|
62
63
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
63
64
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
65
|
+
:param pulumi.Input[str] mode: Optional. Standalone or cluster.
|
66
|
+
Possible values:
|
67
|
+
CLUSTER
|
68
|
+
STANDALONE
|
69
|
+
Possible values are: `CLUSTER`, `STANDALONE`.
|
64
70
|
:param pulumi.Input[str] node_type: Optional. Immutable. Machine type for individual nodes of the instance.
|
65
71
|
Possible values:
|
66
72
|
SHARED_CORE_NANO
|
@@ -93,6 +99,8 @@ class InstanceArgs:
|
|
93
99
|
pulumi.set(__self__, "engine_version", engine_version)
|
94
100
|
if labels is not None:
|
95
101
|
pulumi.set(__self__, "labels", labels)
|
102
|
+
if mode is not None:
|
103
|
+
pulumi.set(__self__, "mode", mode)
|
96
104
|
if node_type is not None:
|
97
105
|
pulumi.set(__self__, "node_type", node_type)
|
98
106
|
if persistence_config is not None:
|
@@ -228,6 +236,22 @@ class InstanceArgs:
|
|
228
236
|
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
229
237
|
pulumi.set(self, "labels", value)
|
230
238
|
|
239
|
+
@property
|
240
|
+
@pulumi.getter
|
241
|
+
def mode(self) -> Optional[pulumi.Input[str]]:
|
242
|
+
"""
|
243
|
+
Optional. Standalone or cluster.
|
244
|
+
Possible values:
|
245
|
+
CLUSTER
|
246
|
+
STANDALONE
|
247
|
+
Possible values are: `CLUSTER`, `STANDALONE`.
|
248
|
+
"""
|
249
|
+
return pulumi.get(self, "mode")
|
250
|
+
|
251
|
+
@mode.setter
|
252
|
+
def mode(self, value: Optional[pulumi.Input[str]]):
|
253
|
+
pulumi.set(self, "mode", value)
|
254
|
+
|
231
255
|
@property
|
232
256
|
@pulumi.getter(name="nodeType")
|
233
257
|
def node_type(self) -> Optional[pulumi.Input[str]]:
|
@@ -321,11 +345,13 @@ class _InstanceState:
|
|
321
345
|
desired_psc_auto_connections: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceDesiredPscAutoConnectionArgs']]]] = None,
|
322
346
|
discovery_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceDiscoveryEndpointArgs']]]] = None,
|
323
347
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
348
|
+
endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]]] = None,
|
324
349
|
engine_configs: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
325
350
|
engine_version: Optional[pulumi.Input[str]] = None,
|
326
351
|
instance_id: Optional[pulumi.Input[str]] = None,
|
327
352
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
328
353
|
location: Optional[pulumi.Input[str]] = None,
|
354
|
+
mode: Optional[pulumi.Input[str]] = None,
|
329
355
|
name: Optional[pulumi.Input[str]] = None,
|
330
356
|
node_configs: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceNodeConfigArgs']]]] = None,
|
331
357
|
node_type: Optional[pulumi.Input[str]] = None,
|
@@ -353,6 +379,7 @@ class _InstanceState:
|
|
353
379
|
discovery endpoint is supported.
|
354
380
|
Structure is documented below.
|
355
381
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
382
|
+
:param pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]] endpoints: Endpoints for the instance.
|
356
383
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] engine_configs: Optional. User-provided engine configurations for the instance.
|
357
384
|
:param pulumi.Input[str] engine_version: Optional. Immutable. Engine version of the instance.
|
358
385
|
:param pulumi.Input[str] instance_id: Required. The ID to use for the instance, which will become the final component of
|
@@ -370,6 +397,11 @@ class _InstanceState:
|
|
370
397
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
371
398
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
372
399
|
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `memorystore.googleapis.com/CertificateAuthority`.
|
400
|
+
:param pulumi.Input[str] mode: Optional. Standalone or cluster.
|
401
|
+
Possible values:
|
402
|
+
CLUSTER
|
403
|
+
STANDALONE
|
404
|
+
Possible values are: `CLUSTER`, `STANDALONE`.
|
373
405
|
:param pulumi.Input[str] name: Identifier. Unique name of the instance.
|
374
406
|
Format: projects/{project}/locations/{location}/instances/{instance}
|
375
407
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceNodeConfigArgs']]] node_configs: Represents configuration for nodes of the instance.
|
@@ -419,6 +451,8 @@ class _InstanceState:
|
|
419
451
|
pulumi.set(__self__, "discovery_endpoints", discovery_endpoints)
|
420
452
|
if effective_labels is not None:
|
421
453
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
454
|
+
if endpoints is not None:
|
455
|
+
pulumi.set(__self__, "endpoints", endpoints)
|
422
456
|
if engine_configs is not None:
|
423
457
|
pulumi.set(__self__, "engine_configs", engine_configs)
|
424
458
|
if engine_version is not None:
|
@@ -429,6 +463,8 @@ class _InstanceState:
|
|
429
463
|
pulumi.set(__self__, "labels", labels)
|
430
464
|
if location is not None:
|
431
465
|
pulumi.set(__self__, "location", location)
|
466
|
+
if mode is not None:
|
467
|
+
pulumi.set(__self__, "mode", mode)
|
432
468
|
if name is not None:
|
433
469
|
pulumi.set(__self__, "name", name)
|
434
470
|
if node_configs is not None:
|
@@ -536,6 +572,18 @@ class _InstanceState:
|
|
536
572
|
def effective_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
537
573
|
pulumi.set(self, "effective_labels", value)
|
538
574
|
|
575
|
+
@property
|
576
|
+
@pulumi.getter
|
577
|
+
def endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]]]:
|
578
|
+
"""
|
579
|
+
Endpoints for the instance.
|
580
|
+
"""
|
581
|
+
return pulumi.get(self, "endpoints")
|
582
|
+
|
583
|
+
@endpoints.setter
|
584
|
+
def endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]]]):
|
585
|
+
pulumi.set(self, "endpoints", value)
|
586
|
+
|
539
587
|
@property
|
540
588
|
@pulumi.getter(name="engineConfigs")
|
541
589
|
def engine_configs(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -608,6 +656,22 @@ class _InstanceState:
|
|
608
656
|
def location(self, value: Optional[pulumi.Input[str]]):
|
609
657
|
pulumi.set(self, "location", value)
|
610
658
|
|
659
|
+
@property
|
660
|
+
@pulumi.getter
|
661
|
+
def mode(self) -> Optional[pulumi.Input[str]]:
|
662
|
+
"""
|
663
|
+
Optional. Standalone or cluster.
|
664
|
+
Possible values:
|
665
|
+
CLUSTER
|
666
|
+
STANDALONE
|
667
|
+
Possible values are: `CLUSTER`, `STANDALONE`.
|
668
|
+
"""
|
669
|
+
return pulumi.get(self, "mode")
|
670
|
+
|
671
|
+
@mode.setter
|
672
|
+
def mode(self, value: Optional[pulumi.Input[str]]):
|
673
|
+
pulumi.set(self, "mode", value)
|
674
|
+
|
611
675
|
@property
|
612
676
|
@pulumi.getter
|
613
677
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -823,6 +887,7 @@ class Instance(pulumi.CustomResource):
|
|
823
887
|
instance_id: Optional[pulumi.Input[str]] = None,
|
824
888
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
825
889
|
location: Optional[pulumi.Input[str]] = None,
|
890
|
+
mode: Optional[pulumi.Input[str]] = None,
|
826
891
|
node_type: Optional[pulumi.Input[str]] = None,
|
827
892
|
persistence_config: Optional[pulumi.Input[Union['InstancePersistenceConfigArgs', 'InstancePersistenceConfigArgsDict']]] = None,
|
828
893
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -914,6 +979,7 @@ class Instance(pulumi.CustomResource):
|
|
914
979
|
},
|
915
980
|
engine_version="VALKEY_7_2",
|
916
981
|
deletion_protection_enabled=False,
|
982
|
+
mode="CLUSTER",
|
917
983
|
persistence_config={
|
918
984
|
"mode": "RDB",
|
919
985
|
"rdb_config": {
|
@@ -1016,6 +1082,11 @@ class Instance(pulumi.CustomResource):
|
|
1016
1082
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1017
1083
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
1018
1084
|
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `memorystore.googleapis.com/CertificateAuthority`.
|
1085
|
+
:param pulumi.Input[str] mode: Optional. Standalone or cluster.
|
1086
|
+
Possible values:
|
1087
|
+
CLUSTER
|
1088
|
+
STANDALONE
|
1089
|
+
Possible values are: `CLUSTER`, `STANDALONE`.
|
1019
1090
|
:param pulumi.Input[str] node_type: Optional. Immutable. Machine type for individual nodes of the instance.
|
1020
1091
|
Possible values:
|
1021
1092
|
SHARED_CORE_NANO
|
@@ -1124,6 +1195,7 @@ class Instance(pulumi.CustomResource):
|
|
1124
1195
|
},
|
1125
1196
|
engine_version="VALKEY_7_2",
|
1126
1197
|
deletion_protection_enabled=False,
|
1198
|
+
mode="CLUSTER",
|
1127
1199
|
persistence_config={
|
1128
1200
|
"mode": "RDB",
|
1129
1201
|
"rdb_config": {
|
@@ -1225,6 +1297,7 @@ class Instance(pulumi.CustomResource):
|
|
1225
1297
|
instance_id: Optional[pulumi.Input[str]] = None,
|
1226
1298
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1227
1299
|
location: Optional[pulumi.Input[str]] = None,
|
1300
|
+
mode: Optional[pulumi.Input[str]] = None,
|
1228
1301
|
node_type: Optional[pulumi.Input[str]] = None,
|
1229
1302
|
persistence_config: Optional[pulumi.Input[Union['InstancePersistenceConfigArgs', 'InstancePersistenceConfigArgsDict']]] = None,
|
1230
1303
|
project: Optional[pulumi.Input[str]] = None,
|
@@ -1255,6 +1328,7 @@ class Instance(pulumi.CustomResource):
|
|
1255
1328
|
if location is None and not opts.urn:
|
1256
1329
|
raise TypeError("Missing required property 'location'")
|
1257
1330
|
__props__.__dict__["location"] = location
|
1331
|
+
__props__.__dict__["mode"] = mode
|
1258
1332
|
__props__.__dict__["node_type"] = node_type
|
1259
1333
|
__props__.__dict__["persistence_config"] = persistence_config
|
1260
1334
|
__props__.__dict__["project"] = project
|
@@ -1267,6 +1341,7 @@ class Instance(pulumi.CustomResource):
|
|
1267
1341
|
__props__.__dict__["create_time"] = None
|
1268
1342
|
__props__.__dict__["discovery_endpoints"] = None
|
1269
1343
|
__props__.__dict__["effective_labels"] = None
|
1344
|
+
__props__.__dict__["endpoints"] = None
|
1270
1345
|
__props__.__dict__["name"] = None
|
1271
1346
|
__props__.__dict__["node_configs"] = None
|
1272
1347
|
__props__.__dict__["psc_auto_connections"] = None
|
@@ -1293,11 +1368,13 @@ class Instance(pulumi.CustomResource):
|
|
1293
1368
|
desired_psc_auto_connections: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceDesiredPscAutoConnectionArgs', 'InstanceDesiredPscAutoConnectionArgsDict']]]]] = None,
|
1294
1369
|
discovery_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceDiscoveryEndpointArgs', 'InstanceDiscoveryEndpointArgsDict']]]]] = None,
|
1295
1370
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1371
|
+
endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]]] = None,
|
1296
1372
|
engine_configs: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1297
1373
|
engine_version: Optional[pulumi.Input[str]] = None,
|
1298
1374
|
instance_id: Optional[pulumi.Input[str]] = None,
|
1299
1375
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
1300
1376
|
location: Optional[pulumi.Input[str]] = None,
|
1377
|
+
mode: Optional[pulumi.Input[str]] = None,
|
1301
1378
|
name: Optional[pulumi.Input[str]] = None,
|
1302
1379
|
node_configs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceNodeConfigArgs', 'InstanceNodeConfigArgsDict']]]]] = None,
|
1303
1380
|
node_type: Optional[pulumi.Input[str]] = None,
|
@@ -1330,6 +1407,7 @@ class Instance(pulumi.CustomResource):
|
|
1330
1407
|
discovery endpoint is supported.
|
1331
1408
|
Structure is documented below.
|
1332
1409
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
1410
|
+
:param pulumi.Input[Sequence[pulumi.Input[Sequence[Any]]]] endpoints: Endpoints for the instance.
|
1333
1411
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] engine_configs: Optional. User-provided engine configurations for the instance.
|
1334
1412
|
:param pulumi.Input[str] engine_version: Optional. Immutable. Engine version of the instance.
|
1335
1413
|
:param pulumi.Input[str] instance_id: Required. The ID to use for the instance, which will become the final component of
|
@@ -1347,6 +1425,11 @@ class Instance(pulumi.CustomResource):
|
|
1347
1425
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1348
1426
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
1349
1427
|
:param pulumi.Input[str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. See documentation for resource type `memorystore.googleapis.com/CertificateAuthority`.
|
1428
|
+
:param pulumi.Input[str] mode: Optional. Standalone or cluster.
|
1429
|
+
Possible values:
|
1430
|
+
CLUSTER
|
1431
|
+
STANDALONE
|
1432
|
+
Possible values are: `CLUSTER`, `STANDALONE`.
|
1350
1433
|
:param pulumi.Input[str] name: Identifier. Unique name of the instance.
|
1351
1434
|
Format: projects/{project}/locations/{location}/instances/{instance}
|
1352
1435
|
:param pulumi.Input[Sequence[pulumi.Input[Union['InstanceNodeConfigArgs', 'InstanceNodeConfigArgsDict']]]] node_configs: Represents configuration for nodes of the instance.
|
@@ -1394,11 +1477,13 @@ class Instance(pulumi.CustomResource):
|
|
1394
1477
|
__props__.__dict__["desired_psc_auto_connections"] = desired_psc_auto_connections
|
1395
1478
|
__props__.__dict__["discovery_endpoints"] = discovery_endpoints
|
1396
1479
|
__props__.__dict__["effective_labels"] = effective_labels
|
1480
|
+
__props__.__dict__["endpoints"] = endpoints
|
1397
1481
|
__props__.__dict__["engine_configs"] = engine_configs
|
1398
1482
|
__props__.__dict__["engine_version"] = engine_version
|
1399
1483
|
__props__.__dict__["instance_id"] = instance_id
|
1400
1484
|
__props__.__dict__["labels"] = labels
|
1401
1485
|
__props__.__dict__["location"] = location
|
1486
|
+
__props__.__dict__["mode"] = mode
|
1402
1487
|
__props__.__dict__["name"] = name
|
1403
1488
|
__props__.__dict__["node_configs"] = node_configs
|
1404
1489
|
__props__.__dict__["node_type"] = node_type
|
@@ -1468,6 +1553,14 @@ class Instance(pulumi.CustomResource):
|
|
1468
1553
|
"""
|
1469
1554
|
return pulumi.get(self, "effective_labels")
|
1470
1555
|
|
1556
|
+
@property
|
1557
|
+
@pulumi.getter
|
1558
|
+
def endpoints(self) -> pulumi.Output[Sequence[Sequence[Any]]]:
|
1559
|
+
"""
|
1560
|
+
Endpoints for the instance.
|
1561
|
+
"""
|
1562
|
+
return pulumi.get(self, "endpoints")
|
1563
|
+
|
1471
1564
|
@property
|
1472
1565
|
@pulumi.getter(name="engineConfigs")
|
1473
1566
|
def engine_configs(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
@@ -1520,6 +1613,18 @@ class Instance(pulumi.CustomResource):
|
|
1520
1613
|
"""
|
1521
1614
|
return pulumi.get(self, "location")
|
1522
1615
|
|
1616
|
+
@property
|
1617
|
+
@pulumi.getter
|
1618
|
+
def mode(self) -> pulumi.Output[str]:
|
1619
|
+
"""
|
1620
|
+
Optional. Standalone or cluster.
|
1621
|
+
Possible values:
|
1622
|
+
CLUSTER
|
1623
|
+
STANDALONE
|
1624
|
+
Possible values are: `CLUSTER`, `STANDALONE`.
|
1625
|
+
"""
|
1626
|
+
return pulumi.get(self, "mode")
|
1627
|
+
|
1523
1628
|
@property
|
1524
1629
|
@pulumi.getter
|
1525
1630
|
def name(self) -> pulumi.Output[str]:
|
@@ -93,7 +93,7 @@ class InstanceDiscoveryEndpoint(dict):
|
|
93
93
|
Output only. The consumer network where the IP address resides, in the form of
|
94
94
|
projects/{project_id}/global/networks/{network_id}.
|
95
95
|
:param int port: (Output)
|
96
|
-
Output only.
|
96
|
+
Output only. Ports of the exposed endpoint.
|
97
97
|
"""
|
98
98
|
if address is not None:
|
99
99
|
pulumi.set(__self__, "address", address)
|
@@ -126,7 +126,7 @@ class InstanceDiscoveryEndpoint(dict):
|
|
126
126
|
def port(self) -> Optional[int]:
|
127
127
|
"""
|
128
128
|
(Output)
|
129
|
-
Output only.
|
129
|
+
Output only. Ports of the exposed endpoint.
|
130
130
|
"""
|
131
131
|
return pulumi.get(self, "port")
|
132
132
|
|
@@ -358,7 +358,9 @@ class InstancePscAutoConnection(dict):
|
|
358
358
|
@staticmethod
|
359
359
|
def __key_warning(key: str):
|
360
360
|
suggest = None
|
361
|
-
if key == "
|
361
|
+
if key == "connectionType":
|
362
|
+
suggest = "connection_type"
|
363
|
+
elif key == "forwardingRule":
|
362
364
|
suggest = "forwarding_rule"
|
363
365
|
elif key == "ipAddress":
|
364
366
|
suggest = "ip_address"
|
@@ -366,6 +368,10 @@ class InstancePscAutoConnection(dict):
|
|
366
368
|
suggest = "project_id"
|
367
369
|
elif key == "pscConnectionId":
|
368
370
|
suggest = "psc_connection_id"
|
371
|
+
elif key == "pscConnectionStatus":
|
372
|
+
suggest = "psc_connection_status"
|
373
|
+
elif key == "serviceAttachment":
|
374
|
+
suggest = "service_attachment"
|
369
375
|
|
370
376
|
if suggest:
|
371
377
|
pulumi.log.warn(f"Key '{key}' not found in InstancePscAutoConnection. Access the value via the '{suggest}' property getter instead.")
|
@@ -379,12 +385,22 @@ class InstancePscAutoConnection(dict):
|
|
379
385
|
return super().get(key, default)
|
380
386
|
|
381
387
|
def __init__(__self__, *,
|
388
|
+
connection_type: Optional[str] = None,
|
382
389
|
forwarding_rule: Optional[str] = None,
|
383
390
|
ip_address: Optional[str] = None,
|
384
391
|
network: Optional[str] = None,
|
392
|
+
port: Optional[int] = None,
|
385
393
|
project_id: Optional[str] = None,
|
386
|
-
psc_connection_id: Optional[str] = None
|
394
|
+
psc_connection_id: Optional[str] = None,
|
395
|
+
psc_connection_status: Optional[str] = None,
|
396
|
+
service_attachment: Optional[str] = None):
|
387
397
|
"""
|
398
|
+
:param str connection_type: (Output)
|
399
|
+
Output Only. Type of a PSC Connection.
|
400
|
+
Possible values:
|
401
|
+
CONNECTION_TYPE_DISCOVERY
|
402
|
+
CONNECTION_TYPE_PRIMARY
|
403
|
+
CONNECTION_TYPE_READER
|
388
404
|
:param str forwarding_rule: (Output)
|
389
405
|
Output only. The URI of the consumer side forwarding rule.
|
390
406
|
Format:
|
@@ -394,22 +410,52 @@ class InstancePscAutoConnection(dict):
|
|
394
410
|
:param str network: (Output)
|
395
411
|
Output only. The consumer network where the IP address resides, in the form of
|
396
412
|
projects/{project_id}/global/networks/{network_id}.
|
413
|
+
:param int port: (Output)
|
414
|
+
Output only. Ports of the exposed endpoint.
|
397
415
|
:param str project_id: (Output)
|
398
416
|
Output only. The consumer project_id where the forwarding rule is created from.
|
399
417
|
:param str psc_connection_id: (Output)
|
400
418
|
Output only. The PSC connection id of the forwarding rule connected to the
|
401
419
|
service attachment.
|
420
|
+
:param str psc_connection_status: (Output)
|
421
|
+
Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists.
|
422
|
+
Possible values:
|
423
|
+
ACTIVE
|
424
|
+
NOT_FOUND
|
425
|
+
:param str service_attachment: (Output)
|
426
|
+
Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
|
402
427
|
"""
|
428
|
+
if connection_type is not None:
|
429
|
+
pulumi.set(__self__, "connection_type", connection_type)
|
403
430
|
if forwarding_rule is not None:
|
404
431
|
pulumi.set(__self__, "forwarding_rule", forwarding_rule)
|
405
432
|
if ip_address is not None:
|
406
433
|
pulumi.set(__self__, "ip_address", ip_address)
|
407
434
|
if network is not None:
|
408
435
|
pulumi.set(__self__, "network", network)
|
436
|
+
if port is not None:
|
437
|
+
pulumi.set(__self__, "port", port)
|
409
438
|
if project_id is not None:
|
410
439
|
pulumi.set(__self__, "project_id", project_id)
|
411
440
|
if psc_connection_id is not None:
|
412
441
|
pulumi.set(__self__, "psc_connection_id", psc_connection_id)
|
442
|
+
if psc_connection_status is not None:
|
443
|
+
pulumi.set(__self__, "psc_connection_status", psc_connection_status)
|
444
|
+
if service_attachment is not None:
|
445
|
+
pulumi.set(__self__, "service_attachment", service_attachment)
|
446
|
+
|
447
|
+
@property
|
448
|
+
@pulumi.getter(name="connectionType")
|
449
|
+
def connection_type(self) -> Optional[str]:
|
450
|
+
"""
|
451
|
+
(Output)
|
452
|
+
Output Only. Type of a PSC Connection.
|
453
|
+
Possible values:
|
454
|
+
CONNECTION_TYPE_DISCOVERY
|
455
|
+
CONNECTION_TYPE_PRIMARY
|
456
|
+
CONNECTION_TYPE_READER
|
457
|
+
"""
|
458
|
+
return pulumi.get(self, "connection_type")
|
413
459
|
|
414
460
|
@property
|
415
461
|
@pulumi.getter(name="forwardingRule")
|
@@ -441,6 +487,15 @@ class InstancePscAutoConnection(dict):
|
|
441
487
|
"""
|
442
488
|
return pulumi.get(self, "network")
|
443
489
|
|
490
|
+
@property
|
491
|
+
@pulumi.getter
|
492
|
+
def port(self) -> Optional[int]:
|
493
|
+
"""
|
494
|
+
(Output)
|
495
|
+
Output only. Ports of the exposed endpoint.
|
496
|
+
"""
|
497
|
+
return pulumi.get(self, "port")
|
498
|
+
|
444
499
|
@property
|
445
500
|
@pulumi.getter(name="projectId")
|
446
501
|
def project_id(self) -> Optional[str]:
|
@@ -460,6 +515,27 @@ class InstancePscAutoConnection(dict):
|
|
460
515
|
"""
|
461
516
|
return pulumi.get(self, "psc_connection_id")
|
462
517
|
|
518
|
+
@property
|
519
|
+
@pulumi.getter(name="pscConnectionStatus")
|
520
|
+
def psc_connection_status(self) -> Optional[str]:
|
521
|
+
"""
|
522
|
+
(Output)
|
523
|
+
Output Only. The status of the PSC connection: whether a connection exists and ACTIVE or it no longer exists.
|
524
|
+
Possible values:
|
525
|
+
ACTIVE
|
526
|
+
NOT_FOUND
|
527
|
+
"""
|
528
|
+
return pulumi.get(self, "psc_connection_status")
|
529
|
+
|
530
|
+
@property
|
531
|
+
@pulumi.getter(name="serviceAttachment")
|
532
|
+
def service_attachment(self) -> Optional[str]:
|
533
|
+
"""
|
534
|
+
(Output)
|
535
|
+
Output only. The service attachment which is the target of the PSC connection, in the form of projects/{project-id}/regions/{region}/serviceAttachments/{service-attachment-id}.
|
536
|
+
"""
|
537
|
+
return pulumi.get(self, "service_attachment")
|
538
|
+
|
463
539
|
|
464
540
|
@pulumi.output_type
|
465
541
|
class InstanceStateInfo(dict):
|
pulumi_gcp/monitoring/_inputs.py
CHANGED
@@ -147,6 +147,11 @@ if not MYPY:
|
|
147
147
|
are notified when this alert fires, on a per-channel basis.
|
148
148
|
Structure is documented below.
|
149
149
|
"""
|
150
|
+
notification_prompts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
151
|
+
"""
|
152
|
+
Control when notifications will be sent out.
|
153
|
+
Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
|
154
|
+
"""
|
150
155
|
notification_rate_limit: NotRequired[pulumi.Input['AlertPolicyAlertStrategyNotificationRateLimitArgsDict']]
|
151
156
|
"""
|
152
157
|
Required for alert policies with a LogMatch condition.
|
@@ -161,12 +166,15 @@ class AlertPolicyAlertStrategyArgs:
|
|
161
166
|
def __init__(__self__, *,
|
162
167
|
auto_close: Optional[pulumi.Input[str]] = None,
|
163
168
|
notification_channel_strategies: Optional[pulumi.Input[Sequence[pulumi.Input['AlertPolicyAlertStrategyNotificationChannelStrategyArgs']]]] = None,
|
169
|
+
notification_prompts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
164
170
|
notification_rate_limit: Optional[pulumi.Input['AlertPolicyAlertStrategyNotificationRateLimitArgs']] = None):
|
165
171
|
"""
|
166
172
|
:param pulumi.Input[str] auto_close: If an alert policy that was active has no data for this long, any open incidents will close.
|
167
173
|
:param pulumi.Input[Sequence[pulumi.Input['AlertPolicyAlertStrategyNotificationChannelStrategyArgs']]] notification_channel_strategies: Control over how the notification channels in `notification_channels`
|
168
174
|
are notified when this alert fires, on a per-channel basis.
|
169
175
|
Structure is documented below.
|
176
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] notification_prompts: Control when notifications will be sent out.
|
177
|
+
Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
|
170
178
|
:param pulumi.Input['AlertPolicyAlertStrategyNotificationRateLimitArgs'] notification_rate_limit: Required for alert policies with a LogMatch condition.
|
171
179
|
This limit is not implemented for alert policies that are not log-based.
|
172
180
|
Structure is documented below.
|
@@ -175,6 +183,8 @@ class AlertPolicyAlertStrategyArgs:
|
|
175
183
|
pulumi.set(__self__, "auto_close", auto_close)
|
176
184
|
if notification_channel_strategies is not None:
|
177
185
|
pulumi.set(__self__, "notification_channel_strategies", notification_channel_strategies)
|
186
|
+
if notification_prompts is not None:
|
187
|
+
pulumi.set(__self__, "notification_prompts", notification_prompts)
|
178
188
|
if notification_rate_limit is not None:
|
179
189
|
pulumi.set(__self__, "notification_rate_limit", notification_rate_limit)
|
180
190
|
|
@@ -204,6 +214,19 @@ class AlertPolicyAlertStrategyArgs:
|
|
204
214
|
def notification_channel_strategies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AlertPolicyAlertStrategyNotificationChannelStrategyArgs']]]]):
|
205
215
|
pulumi.set(self, "notification_channel_strategies", value)
|
206
216
|
|
217
|
+
@property
|
218
|
+
@pulumi.getter(name="notificationPrompts")
|
219
|
+
def notification_prompts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
220
|
+
"""
|
221
|
+
Control when notifications will be sent out.
|
222
|
+
Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
|
223
|
+
"""
|
224
|
+
return pulumi.get(self, "notification_prompts")
|
225
|
+
|
226
|
+
@notification_prompts.setter
|
227
|
+
def notification_prompts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
228
|
+
pulumi.set(self, "notification_prompts", value)
|
229
|
+
|
207
230
|
@property
|
208
231
|
@pulumi.getter(name="notificationRateLimit")
|
209
232
|
def notification_rate_limit(self) -> Optional[pulumi.Input['AlertPolicyAlertStrategyNotificationRateLimitArgs']]:
|
@@ -28,7 +28,7 @@ class GetSecretVersionResult:
|
|
28
28
|
"""
|
29
29
|
A collection of values returned by getSecretVersion.
|
30
30
|
"""
|
31
|
-
def __init__(__self__, create_time=None, destroy_time=None, enabled=None, id=None, name=None, project=None, secret=None, secret_data=None, version=None):
|
31
|
+
def __init__(__self__, create_time=None, destroy_time=None, enabled=None, id=None, is_secret_data_base64=None, name=None, project=None, secret=None, secret_data=None, version=None):
|
32
32
|
if create_time and not isinstance(create_time, str):
|
33
33
|
raise TypeError("Expected argument 'create_time' to be a str")
|
34
34
|
pulumi.set(__self__, "create_time", create_time)
|
@@ -41,6 +41,9 @@ class GetSecretVersionResult:
|
|
41
41
|
if id and not isinstance(id, str):
|
42
42
|
raise TypeError("Expected argument 'id' to be a str")
|
43
43
|
pulumi.set(__self__, "id", id)
|
44
|
+
if is_secret_data_base64 and not isinstance(is_secret_data_base64, bool):
|
45
|
+
raise TypeError("Expected argument 'is_secret_data_base64' to be a bool")
|
46
|
+
pulumi.set(__self__, "is_secret_data_base64", is_secret_data_base64)
|
44
47
|
if name and not isinstance(name, str):
|
45
48
|
raise TypeError("Expected argument 'name' to be a str")
|
46
49
|
pulumi.set(__self__, "name", name)
|
@@ -89,6 +92,11 @@ class GetSecretVersionResult:
|
|
89
92
|
"""
|
90
93
|
return pulumi.get(self, "id")
|
91
94
|
|
95
|
+
@property
|
96
|
+
@pulumi.getter(name="isSecretDataBase64")
|
97
|
+
def is_secret_data_base64(self) -> Optional[bool]:
|
98
|
+
return pulumi.get(self, "is_secret_data_base64")
|
99
|
+
|
92
100
|
@property
|
93
101
|
@pulumi.getter
|
94
102
|
def name(self) -> str:
|
@@ -132,6 +140,7 @@ class AwaitableGetSecretVersionResult(GetSecretVersionResult):
|
|
132
140
|
destroy_time=self.destroy_time,
|
133
141
|
enabled=self.enabled,
|
134
142
|
id=self.id,
|
143
|
+
is_secret_data_base64=self.is_secret_data_base64,
|
135
144
|
name=self.name,
|
136
145
|
project=self.project,
|
137
146
|
secret=self.secret,
|
@@ -139,7 +148,8 @@ class AwaitableGetSecretVersionResult(GetSecretVersionResult):
|
|
139
148
|
version=self.version)
|
140
149
|
|
141
150
|
|
142
|
-
def get_secret_version(
|
151
|
+
def get_secret_version(is_secret_data_base64: Optional[bool] = None,
|
152
|
+
project: Optional[str] = None,
|
143
153
|
secret: Optional[str] = None,
|
144
154
|
version: Optional[str] = None,
|
145
155
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecretVersionResult:
|
@@ -156,6 +166,8 @@ def get_secret_version(project: Optional[str] = None,
|
|
156
166
|
```
|
157
167
|
|
158
168
|
|
169
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
170
|
+
expected to be base64-encoded string.
|
159
171
|
:param str project: The project to get the secret version for. If it
|
160
172
|
is not provided, the provider project is used.
|
161
173
|
:param str secret: The secret to get the secret version for.
|
@@ -164,6 +176,7 @@ def get_secret_version(project: Optional[str] = None,
|
|
164
176
|
"""
|
165
177
|
pulumi.log.warn("""get_secret_version is deprecated: gcp.monitoring.getSecretVersion has been deprecated in favor of gcp.secretmanager.getSecretVersion""")
|
166
178
|
__args__ = dict()
|
179
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
167
180
|
__args__['project'] = project
|
168
181
|
__args__['secret'] = secret
|
169
182
|
__args__['version'] = version
|
@@ -175,12 +188,14 @@ def get_secret_version(project: Optional[str] = None,
|
|
175
188
|
destroy_time=pulumi.get(__ret__, 'destroy_time'),
|
176
189
|
enabled=pulumi.get(__ret__, 'enabled'),
|
177
190
|
id=pulumi.get(__ret__, 'id'),
|
191
|
+
is_secret_data_base64=pulumi.get(__ret__, 'is_secret_data_base64'),
|
178
192
|
name=pulumi.get(__ret__, 'name'),
|
179
193
|
project=pulumi.get(__ret__, 'project'),
|
180
194
|
secret=pulumi.get(__ret__, 'secret'),
|
181
195
|
secret_data=pulumi.get(__ret__, 'secret_data'),
|
182
196
|
version=pulumi.get(__ret__, 'version'))
|
183
|
-
def get_secret_version_output(
|
197
|
+
def get_secret_version_output(is_secret_data_base64: Optional[pulumi.Input[Optional[bool]]] = None,
|
198
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
184
199
|
secret: Optional[pulumi.Input[str]] = None,
|
185
200
|
version: Optional[pulumi.Input[Optional[str]]] = None,
|
186
201
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSecretVersionResult]:
|
@@ -197,6 +212,8 @@ def get_secret_version_output(project: Optional[pulumi.Input[Optional[str]]] = N
|
|
197
212
|
```
|
198
213
|
|
199
214
|
|
215
|
+
:param bool is_secret_data_base64: If set to 'true', the secret data is
|
216
|
+
expected to be base64-encoded string.
|
200
217
|
:param str project: The project to get the secret version for. If it
|
201
218
|
is not provided, the provider project is used.
|
202
219
|
:param str secret: The secret to get the secret version for.
|
@@ -205,6 +222,7 @@ def get_secret_version_output(project: Optional[pulumi.Input[Optional[str]]] = N
|
|
205
222
|
"""
|
206
223
|
pulumi.log.warn("""get_secret_version is deprecated: gcp.monitoring.getSecretVersion has been deprecated in favor of gcp.secretmanager.getSecretVersion""")
|
207
224
|
__args__ = dict()
|
225
|
+
__args__['isSecretDataBase64'] = is_secret_data_base64
|
208
226
|
__args__['project'] = project
|
209
227
|
__args__['secret'] = secret
|
210
228
|
__args__['version'] = version
|
@@ -215,6 +233,7 @@ def get_secret_version_output(project: Optional[pulumi.Input[Optional[str]]] = N
|
|
215
233
|
destroy_time=pulumi.get(__response__, 'destroy_time'),
|
216
234
|
enabled=pulumi.get(__response__, 'enabled'),
|
217
235
|
id=pulumi.get(__response__, 'id'),
|
236
|
+
is_secret_data_base64=pulumi.get(__response__, 'is_secret_data_base64'),
|
218
237
|
name=pulumi.get(__response__, 'name'),
|
219
238
|
project=pulumi.get(__response__, 'project'),
|
220
239
|
secret=pulumi.get(__response__, 'secret'),
|
pulumi_gcp/monitoring/outputs.py
CHANGED
@@ -91,6 +91,8 @@ class AlertPolicyAlertStrategy(dict):
|
|
91
91
|
suggest = "auto_close"
|
92
92
|
elif key == "notificationChannelStrategies":
|
93
93
|
suggest = "notification_channel_strategies"
|
94
|
+
elif key == "notificationPrompts":
|
95
|
+
suggest = "notification_prompts"
|
94
96
|
elif key == "notificationRateLimit":
|
95
97
|
suggest = "notification_rate_limit"
|
96
98
|
|
@@ -108,12 +110,15 @@ class AlertPolicyAlertStrategy(dict):
|
|
108
110
|
def __init__(__self__, *,
|
109
111
|
auto_close: Optional[str] = None,
|
110
112
|
notification_channel_strategies: Optional[Sequence['outputs.AlertPolicyAlertStrategyNotificationChannelStrategy']] = None,
|
113
|
+
notification_prompts: Optional[Sequence[str]] = None,
|
111
114
|
notification_rate_limit: Optional['outputs.AlertPolicyAlertStrategyNotificationRateLimit'] = None):
|
112
115
|
"""
|
113
116
|
:param str auto_close: If an alert policy that was active has no data for this long, any open incidents will close.
|
114
117
|
:param Sequence['AlertPolicyAlertStrategyNotificationChannelStrategyArgs'] notification_channel_strategies: Control over how the notification channels in `notification_channels`
|
115
118
|
are notified when this alert fires, on a per-channel basis.
|
116
119
|
Structure is documented below.
|
120
|
+
:param Sequence[str] notification_prompts: Control when notifications will be sent out.
|
121
|
+
Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
|
117
122
|
:param 'AlertPolicyAlertStrategyNotificationRateLimitArgs' notification_rate_limit: Required for alert policies with a LogMatch condition.
|
118
123
|
This limit is not implemented for alert policies that are not log-based.
|
119
124
|
Structure is documented below.
|
@@ -122,6 +127,8 @@ class AlertPolicyAlertStrategy(dict):
|
|
122
127
|
pulumi.set(__self__, "auto_close", auto_close)
|
123
128
|
if notification_channel_strategies is not None:
|
124
129
|
pulumi.set(__self__, "notification_channel_strategies", notification_channel_strategies)
|
130
|
+
if notification_prompts is not None:
|
131
|
+
pulumi.set(__self__, "notification_prompts", notification_prompts)
|
125
132
|
if notification_rate_limit is not None:
|
126
133
|
pulumi.set(__self__, "notification_rate_limit", notification_rate_limit)
|
127
134
|
|
@@ -143,6 +150,15 @@ class AlertPolicyAlertStrategy(dict):
|
|
143
150
|
"""
|
144
151
|
return pulumi.get(self, "notification_channel_strategies")
|
145
152
|
|
153
|
+
@property
|
154
|
+
@pulumi.getter(name="notificationPrompts")
|
155
|
+
def notification_prompts(self) -> Optional[Sequence[str]]:
|
156
|
+
"""
|
157
|
+
Control when notifications will be sent out.
|
158
|
+
Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
|
159
|
+
"""
|
160
|
+
return pulumi.get(self, "notification_prompts")
|
161
|
+
|
146
162
|
@property
|
147
163
|
@pulumi.getter(name="notificationRateLimit")
|
148
164
|
def notification_rate_limit(self) -> Optional['outputs.AlertPolicyAlertStrategyNotificationRateLimit']:
|