pulumi-gcp 7.0.0a1699651384__py3-none-any.whl → 7.1.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/__init__.py +118 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +546 -71
- pulumi_gcp/accesscontextmanager/access_level.py +18 -2
- pulumi_gcp/accesscontextmanager/access_level_condition.py +57 -3
- pulumi_gcp/accesscontextmanager/access_levels.py +18 -2
- pulumi_gcp/accesscontextmanager/access_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +18 -2
- pulumi_gcp/accesscontextmanager/egress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +18 -2
- pulumi_gcp/accesscontextmanager/ingress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/outputs.py +643 -71
- pulumi_gcp/accesscontextmanager/service_perimeter.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +18 -2
- pulumi_gcp/activedirectory/domain.py +22 -10
- pulumi_gcp/activedirectory/domain_trust.py +18 -2
- pulumi_gcp/activedirectory/peering.py +4 -8
- pulumi_gcp/alloydb/__init__.py +1 -0
- pulumi_gcp/alloydb/_inputs.py +93 -0
- pulumi_gcp/alloydb/backup.py +22 -10
- pulumi_gcp/alloydb/cluster.py +283 -11
- pulumi_gcp/alloydb/instance.py +241 -40
- pulumi_gcp/alloydb/outputs.py +130 -0
- pulumi_gcp/alloydb/user.py +609 -0
- pulumi_gcp/apigateway/api.py +22 -10
- pulumi_gcp/apigateway/api_config.py +22 -10
- pulumi_gcp/apigateway/gateway.py +22 -10
- pulumi_gcp/apigee/addons_config.py +18 -2
- pulumi_gcp/apigee/endpoint_attachment.py +18 -2
- pulumi_gcp/apigee/env_group.py +18 -2
- pulumi_gcp/apigee/env_group_attachment.py +18 -2
- pulumi_gcp/apigee/env_keystore.py +18 -2
- pulumi_gcp/apigee/env_references.py +18 -2
- pulumi_gcp/apigee/environment.py +96 -5
- pulumi_gcp/apigee/flowhook.py +18 -2
- pulumi_gcp/apigee/instance.py +18 -2
- pulumi_gcp/apigee/instance_attachment.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +18 -2
- pulumi_gcp/apigee/nat_address.py +18 -2
- pulumi_gcp/apigee/organization.py +18 -2
- pulumi_gcp/apigee/sharedflow.py +18 -2
- pulumi_gcp/apigee/sharedflow_deployment.py +18 -2
- pulumi_gcp/apigee/sync_authorization.py +18 -2
- pulumi_gcp/apigee/target_server.py +18 -2
- pulumi_gcp/appengine/application.py +20 -4
- pulumi_gcp/appengine/application_url_dispatch_rules.py +18 -2
- pulumi_gcp/appengine/domain_mapping.py +18 -2
- pulumi_gcp/appengine/engine_split_traffic.py +18 -2
- pulumi_gcp/appengine/firewall_rule.py +18 -2
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +18 -2
- pulumi_gcp/appengine/standard_app_version.py +18 -2
- pulumi_gcp/artifactregistry/_inputs.py +4 -4
- pulumi_gcp/artifactregistry/outputs.py +4 -4
- pulumi_gcp/artifactregistry/repository.py +24 -12
- pulumi_gcp/artifactregistry/vpcsc_config.py +18 -2
- pulumi_gcp/assuredworkloads/_inputs.py +178 -4
- pulumi_gcp/assuredworkloads/outputs.py +217 -5
- pulumi_gcp/assuredworkloads/workload.py +474 -63
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +152 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +18 -2
- pulumi_gcp/backupdisasterrecovery/outputs.py +40 -0
- pulumi_gcp/beyondcorp/app_connection.py +22 -10
- pulumi_gcp/beyondcorp/app_connector.py +22 -10
- pulumi_gcp/beyondcorp/app_gateway.py +22 -10
- pulumi_gcp/biglake/catalog.py +18 -2
- pulumi_gcp/biglake/database.py +18 -2
- pulumi_gcp/biglake/table.py +18 -2
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/_inputs.py +94 -8
- pulumi_gcp/bigquery/app_profile.py +18 -2
- pulumi_gcp/bigquery/bi_reservation.py +18 -2
- pulumi_gcp/bigquery/capacity_commitment.py +25 -9
- pulumi_gcp/bigquery/connection.py +56 -2
- pulumi_gcp/bigquery/data_transfer_config.py +18 -2
- pulumi_gcp/bigquery/dataset.py +22 -10
- pulumi_gcp/bigquery/dataset_iam_binding.py +10 -38
- pulumi_gcp/bigquery/dataset_iam_member.py +10 -38
- pulumi_gcp/bigquery/dataset_iam_policy.py +10 -38
- pulumi_gcp/bigquery/get_dataset.py +315 -0
- pulumi_gcp/bigquery/job.py +26 -10
- pulumi_gcp/bigquery/outputs.py +275 -9
- pulumi_gcp/bigquery/reservation.py +18 -2
- pulumi_gcp/bigquery/reservation_assignment.py +18 -2
- pulumi_gcp/bigquery/routine.py +18 -2
- pulumi_gcp/bigquery/table.py +171 -17
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +18 -2
- pulumi_gcp/bigqueryanalyticshub/listing.py +18 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +18 -2
- pulumi_gcp/bigtable/instance.py +30 -10
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -20
- pulumi_gcp/bigtable/instance_iam_member.py +12 -20
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -20
- pulumi_gcp/bigtable/table.py +18 -6
- pulumi_gcp/bigtable/table_iam_binding.py +12 -20
- pulumi_gcp/bigtable/table_iam_member.py +12 -20
- pulumi_gcp/bigtable/table_iam_policy.py +12 -20
- pulumi_gcp/billing/account_iam_binding.py +12 -20
- pulumi_gcp/billing/account_iam_member.py +12 -20
- pulumi_gcp/billing/account_iam_policy.py +12 -20
- pulumi_gcp/billing/budget.py +18 -2
- pulumi_gcp/billing/project_info.py +18 -2
- pulumi_gcp/billing/sub_account.py +18 -2
- pulumi_gcp/binaryauthorization/attestor.py +18 -2
- pulumi_gcp/binaryauthorization/policy.py +18 -2
- pulumi_gcp/certificateauthority/authority.py +22 -10
- pulumi_gcp/certificateauthority/ca_pool.py +22 -10
- pulumi_gcp/certificateauthority/certificate.py +22 -10
- pulumi_gcp/certificateauthority/certificate_template.py +22 -10
- pulumi_gcp/certificatemanager/certificate.py +223 -31
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +22 -10
- pulumi_gcp/certificatemanager/certificate_map.py +22 -10
- pulumi_gcp/certificatemanager/certificate_map_entry.py +22 -10
- pulumi_gcp/certificatemanager/dns_authorization.py +22 -10
- pulumi_gcp/certificatemanager/trust_config.py +22 -10
- pulumi_gcp/cloudasset/folder_feed.py +18 -2
- pulumi_gcp/cloudasset/organization_feed.py +18 -2
- pulumi_gcp/cloudasset/project_feed.py +18 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +18 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -2
- pulumi_gcp/cloudbuild/worker_pool.py +18 -2
- pulumi_gcp/cloudbuildv2/connection.py +18 -2
- pulumi_gcp/cloudbuildv2/repository.py +18 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +22 -10
- pulumi_gcp/clouddeploy/target.py +22 -10
- pulumi_gcp/cloudfunctions/function.py +26 -14
- pulumi_gcp/cloudfunctions/get_function.py +3 -0
- pulumi_gcp/cloudfunctionsv2/function.py +22 -10
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/_inputs.py +119 -0
- pulumi_gcp/cloudidentity/get_group_lookup.py +128 -0
- pulumi_gcp/cloudidentity/group.py +50 -2
- pulumi_gcp/cloudidentity/group_membership.py +18 -2
- pulumi_gcp/cloudidentity/outputs.py +156 -0
- pulumi_gcp/cloudids/endpoint.py +18 -2
- pulumi_gcp/cloudrun/_inputs.py +12 -0
- pulumi_gcp/cloudrun/domain_mapping.py +18 -2
- pulumi_gcp/cloudrun/outputs.py +12 -0
- pulumi_gcp/cloudrun/service.py +18 -2
- pulumi_gcp/cloudrunv2/__init__.py +2 -0
- pulumi_gcp/cloudrunv2/get_job.py +394 -0
- pulumi_gcp/cloudrunv2/get_service.py +454 -0
- pulumi_gcp/cloudrunv2/job.py +40 -27
- pulumi_gcp/cloudrunv2/outputs.py +1687 -0
- pulumi_gcp/cloudrunv2/service.py +40 -27
- pulumi_gcp/cloudscheduler/job.py +18 -2
- pulumi_gcp/cloudtasks/queue.py +18 -2
- pulumi_gcp/composer/_inputs.py +17 -0
- pulumi_gcp/composer/environment.py +68 -5
- pulumi_gcp/composer/get_environment.py +13 -3
- pulumi_gcp/composer/outputs.py +26 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +158 -4
- pulumi_gcp/compute/address.py +38 -18
- pulumi_gcp/compute/attached_disk.py +18 -2
- pulumi_gcp/compute/autoscaler.py +18 -2
- pulumi_gcp/compute/backend_bucket.py +18 -2
- pulumi_gcp/compute/backend_service.py +32 -16
- pulumi_gcp/compute/disk.py +22 -10
- pulumi_gcp/compute/disk_resource_policy_attachment.py +18 -2
- pulumi_gcp/compute/external_vpn_gateway.py +22 -10
- pulumi_gcp/compute/firewall.py +18 -2
- pulumi_gcp/compute/firewall_policy_association.py +18 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/forwarding_rule.py +377 -276
- pulumi_gcp/compute/get_disk.py +3 -0
- pulumi_gcp/compute/get_forwarding_rule.py +11 -1
- pulumi_gcp/compute/get_image.py +3 -0
- pulumi_gcp/compute/get_network.py +14 -1
- pulumi_gcp/compute/get_networks.py +130 -0
- pulumi_gcp/compute/get_subnetwork.py +14 -1
- pulumi_gcp/compute/global_address.py +18 -2
- pulumi_gcp/compute/global_forwarding_rule.py +127 -108
- pulumi_gcp/compute/global_network_endpoint.py +18 -2
- pulumi_gcp/compute/global_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +18 -2
- pulumi_gcp/compute/health_check.py +18 -2
- pulumi_gcp/compute/http_health_check.py +18 -2
- pulumi_gcp/compute/https_health_check.py +18 -2
- pulumi_gcp/compute/image.py +22 -10
- pulumi_gcp/compute/instance.py +44 -36
- pulumi_gcp/compute/instance_group.py +24 -8
- pulumi_gcp/compute/instance_group_manager.py +26 -10
- pulumi_gcp/compute/instance_group_named_port.py +18 -2
- pulumi_gcp/compute/instance_settings.py +387 -0
- pulumi_gcp/compute/instance_template.py +29 -21
- pulumi_gcp/compute/interconnect_attachment.py +18 -2
- pulumi_gcp/compute/machine_image.py +18 -2
- pulumi_gcp/compute/managed_ssl_certificate.py +18 -2
- pulumi_gcp/compute/manged_ssl_certificate.py +18 -2
- pulumi_gcp/compute/network.py +18 -2
- pulumi_gcp/compute/network_attachment.py +156 -2
- pulumi_gcp/compute/network_edge_security_service.py +18 -2
- pulumi_gcp/compute/network_endpoint.py +18 -2
- pulumi_gcp/compute/network_endpoint_group.py +32 -16
- pulumi_gcp/compute/network_endpoint_list.py +18 -2
- pulumi_gcp/compute/network_firewall_policy.py +18 -2
- pulumi_gcp/compute/network_firewall_policy_association.py +18 -2
- pulumi_gcp/compute/network_firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/network_peering.py +20 -4
- pulumi_gcp/compute/network_peering_routes_config.py +18 -2
- pulumi_gcp/compute/node_group.py +129 -2
- pulumi_gcp/compute/node_template.py +18 -2
- pulumi_gcp/compute/organization_security_policy.py +18 -2
- pulumi_gcp/compute/organization_security_policy_association.py +18 -2
- pulumi_gcp/compute/organization_security_policy_rule.py +18 -2
- pulumi_gcp/compute/outputs.py +230 -7
- pulumi_gcp/compute/packet_mirroring.py +18 -2
- pulumi_gcp/compute/per_instance_config.py +18 -2
- pulumi_gcp/compute/project_default_network_tier.py +20 -4
- pulumi_gcp/compute/project_metadata.py +20 -4
- pulumi_gcp/compute/project_metadata_item.py +20 -4
- pulumi_gcp/compute/public_advertised_prefix.py +18 -2
- pulumi_gcp/compute/public_delegated_prefix.py +18 -2
- pulumi_gcp/compute/region_autoscaler.py +18 -2
- pulumi_gcp/compute/region_backend_service.py +18 -2
- pulumi_gcp/compute/region_commitment.py +18 -2
- pulumi_gcp/compute/region_disk.py +22 -10
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +18 -2
- pulumi_gcp/compute/region_health_check.py +18 -2
- pulumi_gcp/compute/region_instance_group_manager.py +20 -4
- pulumi_gcp/compute/region_instance_template.py +29 -21
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy_association.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/region_per_instance_config.py +18 -2
- pulumi_gcp/compute/region_security_policy.py +18 -2
- pulumi_gcp/compute/region_security_policy_rule.py +18 -2
- pulumi_gcp/compute/region_ssl_certificate.py +18 -2
- pulumi_gcp/compute/region_ssl_policy.py +18 -2
- pulumi_gcp/compute/region_target_http_proxy.py +18 -2
- pulumi_gcp/compute/region_target_https_proxy.py +18 -2
- pulumi_gcp/compute/region_target_tcp_proxy.py +18 -2
- pulumi_gcp/compute/region_url_map.py +18 -2
- pulumi_gcp/compute/reservation.py +18 -2
- pulumi_gcp/compute/resource_policy.py +18 -2
- pulumi_gcp/compute/route.py +18 -2
- pulumi_gcp/compute/router.py +18 -2
- pulumi_gcp/compute/router_interface.py +22 -6
- pulumi_gcp/compute/router_nat.py +18 -2
- pulumi_gcp/compute/router_peer.py +18 -2
- pulumi_gcp/compute/security_policy.py +52 -4
- pulumi_gcp/compute/security_scan_config.py +18 -2
- pulumi_gcp/compute/service_attachment.py +18 -2
- pulumi_gcp/compute/shared_vpc_host_project.py +20 -4
- pulumi_gcp/compute/shared_vpc_service_project.py +20 -4
- pulumi_gcp/compute/snapshot.py +22 -10
- pulumi_gcp/compute/ssl_certificate.py +18 -2
- pulumi_gcp/compute/ssl_policy.py +18 -2
- pulumi_gcp/compute/subnetwork.py +109 -2
- pulumi_gcp/compute/target_grpc_proxy.py +18 -2
- pulumi_gcp/compute/target_http_proxy.py +18 -2
- pulumi_gcp/compute/target_https_proxy.py +181 -16
- pulumi_gcp/compute/target_instance.py +18 -2
- pulumi_gcp/compute/target_pool.py +18 -2
- pulumi_gcp/compute/target_ssl_proxy.py +18 -2
- pulumi_gcp/compute/target_tcp_proxy.py +18 -2
- pulumi_gcp/compute/url_map.py +18 -2
- pulumi_gcp/compute/vpn_gateway.py +18 -2
- pulumi_gcp/compute/vpn_tunnel.py +18 -2
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/container/_inputs.py +299 -54
- pulumi_gcp/container/attached_cluster.py +18 -2
- pulumi_gcp/container/aws_cluster.py +24 -2
- pulumi_gcp/container/aws_node_pool.py +18 -2
- pulumi_gcp/container/azure_client.py +18 -2
- pulumi_gcp/container/azure_cluster.py +24 -2
- pulumi_gcp/container/azure_node_pool.py +18 -2
- pulumi_gcp/container/cluster.py +92 -29
- pulumi_gcp/container/get_cluster.py +11 -1
- pulumi_gcp/container/node_pool.py +22 -6
- pulumi_gcp/container/outputs.py +384 -52
- pulumi_gcp/containeranalysis/note.py +18 -2
- pulumi_gcp/containeranalysis/occurence.py +18 -2
- pulumi_gcp/databasemigrationservice/__init__.py +1 -0
- pulumi_gcp/databasemigrationservice/_inputs.py +465 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +122 -12
- pulumi_gcp/databasemigrationservice/outputs.py +466 -0
- pulumi_gcp/databasemigrationservice/private_connection.py +672 -0
- pulumi_gcp/datacatalog/entry.py +18 -2
- pulumi_gcp/datacatalog/entry_group.py +18 -2
- pulumi_gcp/datacatalog/policy_tag.py +18 -2
- pulumi_gcp/datacatalog/tag.py +18 -2
- pulumi_gcp/datacatalog/tag_template.py +18 -2
- pulumi_gcp/datacatalog/taxonomy.py +18 -2
- pulumi_gcp/dataflow/job.py +24 -12
- pulumi_gcp/dataflow/pipeline.py +18 -2
- pulumi_gcp/dataform/_inputs.py +78 -21
- pulumi_gcp/dataform/outputs.py +86 -20
- pulumi_gcp/dataform/repository.py +140 -9
- pulumi_gcp/dataform/repository_release_config.py +18 -2
- pulumi_gcp/dataform/repository_workflow_config.py +20 -4
- pulumi_gcp/datafusion/instance.py +22 -10
- pulumi_gcp/dataloss/prevention_deidentify_template.py +18 -2
- pulumi_gcp/dataloss/prevention_inspect_template.py +18 -2
- pulumi_gcp/dataloss/prevention_job_trigger.py +18 -2
- pulumi_gcp/dataloss/prevention_stored_info_type.py +18 -2
- pulumi_gcp/dataplex/asset.py +22 -10
- pulumi_gcp/dataplex/datascan.py +22 -10
- pulumi_gcp/dataplex/lake.py +22 -10
- pulumi_gcp/dataplex/task.py +22 -10
- pulumi_gcp/dataplex/zone.py +22 -10
- pulumi_gcp/dataproc/_inputs.py +148 -0
- pulumi_gcp/dataproc/autoscaling_policy.py +18 -2
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -20
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -20
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -20
- pulumi_gcp/dataproc/job.py +20 -8
- pulumi_gcp/dataproc/job_iam_binding.py +12 -20
- pulumi_gcp/dataproc/job_iam_member.py +12 -20
- pulumi_gcp/dataproc/job_iam_policy.py +12 -20
- pulumi_gcp/dataproc/metastore_federation.py +22 -10
- pulumi_gcp/dataproc/metastore_service.py +22 -10
- pulumi_gcp/dataproc/outputs.py +175 -0
- pulumi_gcp/dataproc/workflow_template.py +18 -2
- pulumi_gcp/datastore/data_store_index.py +18 -2
- pulumi_gcp/datastream/connection_profile.py +22 -10
- pulumi_gcp/datastream/private_connection.py +22 -10
- pulumi_gcp/datastream/stream.py +22 -10
- pulumi_gcp/deploymentmanager/deployment.py +18 -2
- pulumi_gcp/diagflow/_inputs.py +626 -4
- pulumi_gcp/diagflow/agent.py +18 -2
- pulumi_gcp/diagflow/cx_agent.py +288 -21
- pulumi_gcp/diagflow/cx_entity_type.py +18 -2
- pulumi_gcp/diagflow/cx_environment.py +18 -2
- pulumi_gcp/diagflow/cx_flow.py +309 -4
- pulumi_gcp/diagflow/cx_intent.py +165 -10
- pulumi_gcp/diagflow/cx_page.py +109 -4
- pulumi_gcp/diagflow/cx_security_settings.py +18 -2
- pulumi_gcp/diagflow/cx_test_case.py +18 -2
- pulumi_gcp/diagflow/cx_version.py +18 -2
- pulumi_gcp/diagflow/cx_webhook.py +18 -2
- pulumi_gcp/diagflow/entity_type.py +18 -2
- pulumi_gcp/diagflow/fulfillment.py +18 -2
- pulumi_gcp/diagflow/intent.py +18 -2
- pulumi_gcp/diagflow/outputs.py +722 -5
- pulumi_gcp/dns/get_keys.py +16 -2
- pulumi_gcp/dns/managed_zone.py +22 -10
- pulumi_gcp/dns/policy.py +18 -2
- pulumi_gcp/dns/record_set.py +24 -8
- pulumi_gcp/dns/response_policy.py +18 -2
- pulumi_gcp/dns/response_policy_rule.py +18 -2
- pulumi_gcp/edgecontainer/__init__.py +12 -0
- pulumi_gcp/edgecontainer/_inputs.py +1171 -0
- pulumi_gcp/edgecontainer/cluster.py +1539 -0
- pulumi_gcp/edgecontainer/node_pool.py +1062 -0
- pulumi_gcp/edgecontainer/outputs.py +1204 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +918 -0
- pulumi_gcp/edgenetwork/network.py +18 -2
- pulumi_gcp/edgenetwork/subnet.py +18 -2
- pulumi_gcp/essentialcontacts/contact.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_processor.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +18 -2
- pulumi_gcp/eventarc/channel.py +18 -2
- pulumi_gcp/eventarc/google_channel_config.py +18 -2
- pulumi_gcp/eventarc/trigger.py +22 -10
- pulumi_gcp/filestore/backup.py +22 -10
- pulumi_gcp/filestore/instance.py +22 -10
- pulumi_gcp/filestore/snapshot.py +22 -10
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +878 -0
- pulumi_gcp/firebase/android_app.py +18 -2
- pulumi_gcp/firebase/apple_app.py +18 -2
- pulumi_gcp/firebase/database_instance.py +18 -2
- pulumi_gcp/firebase/extensions_instance.py +18 -2
- pulumi_gcp/firebase/hosting_channel.py +22 -10
- pulumi_gcp/firebase/hosting_custom_domain.py +1274 -0
- pulumi_gcp/firebase/hosting_release.py +18 -2
- pulumi_gcp/firebase/hosting_site.py +18 -2
- pulumi_gcp/firebase/hosting_version.py +18 -2
- pulumi_gcp/firebase/outputs.py +905 -0
- pulumi_gcp/firebase/project.py +18 -2
- pulumi_gcp/firebase/storage_bucket.py +18 -2
- pulumi_gcp/firebase/web_app.py +18 -2
- pulumi_gcp/firebaserules/release.py +18 -2
- pulumi_gcp/firebaserules/ruleset.py +18 -2
- pulumi_gcp/firestore/__init__.py +1 -0
- pulumi_gcp/firestore/_inputs.py +35 -2
- pulumi_gcp/firestore/backup_schedule.py +547 -0
- pulumi_gcp/firestore/database.py +24 -4
- pulumi_gcp/firestore/document.py +22 -2
- pulumi_gcp/firestore/field.py +27 -13
- pulumi_gcp/firestore/index.py +140 -21
- pulumi_gcp/firestore/outputs.py +31 -2
- pulumi_gcp/folder/access_approval_settings.py +18 -2
- pulumi_gcp/folder/iam_audit_config.py +10 -58
- pulumi_gcp/folder/iam_member.py +10 -58
- pulumi_gcp/folder/iam_policy.py +10 -58
- pulumi_gcp/folder/organization_policy.py +22 -6
- pulumi_gcp/gkebackup/backup_plan.py +22 -10
- pulumi_gcp/gkebackup/restore_plan.py +22 -10
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +18 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +18 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +18 -2
- pulumi_gcp/gkehub/__init__.py +1 -0
- pulumi_gcp/gkehub/_inputs.py +431 -0
- pulumi_gcp/gkehub/feature.py +76 -10
- pulumi_gcp/gkehub/feature_membership.py +22 -2
- pulumi_gcp/gkehub/fleet.py +432 -0
- pulumi_gcp/gkehub/get_membership_iam_policy.py +24 -3
- pulumi_gcp/gkehub/membership.py +120 -16
- pulumi_gcp/gkehub/membership_binding.py +22 -10
- pulumi_gcp/gkehub/membership_iam_binding.py +67 -0
- pulumi_gcp/gkehub/membership_iam_member.py +67 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +67 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +18 -2
- pulumi_gcp/gkehub/namespace.py +22 -10
- pulumi_gcp/gkehub/outputs.py +432 -1
- pulumi_gcp/gkehub/scope.py +22 -10
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +22 -10
- pulumi_gcp/gkeonprem/_inputs.py +17 -31
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +148 -132
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +260 -246
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +30 -18
- pulumi_gcp/gkeonprem/outputs.py +17 -31
- pulumi_gcp/gkeonprem/v_mware_cluster.py +287 -230
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +30 -18
- pulumi_gcp/healthcare/consent_store.py +22 -10
- pulumi_gcp/healthcare/dataset.py +18 -2
- pulumi_gcp/healthcare/dataset_iam_binding.py +10 -38
- pulumi_gcp/healthcare/dataset_iam_member.py +10 -38
- pulumi_gcp/healthcare/dataset_iam_policy.py +10 -38
- pulumi_gcp/healthcare/dicom_store.py +22 -10
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/dicom_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +10 -30
- pulumi_gcp/healthcare/fhir_store.py +22 -10
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/fhir_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +10 -30
- pulumi_gcp/healthcare/hl7_store.py +22 -10
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/hl7_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +10 -30
- pulumi_gcp/iam/_inputs.py +20 -0
- pulumi_gcp/iam/access_boundary_policy.py +18 -2
- pulumi_gcp/iam/deny_policy.py +18 -2
- pulumi_gcp/iam/outputs.py +20 -0
- pulumi_gcp/iam/workforce_pool.py +18 -2
- pulumi_gcp/iam/workforce_pool_provider.py +18 -2
- pulumi_gcp/iam/workload_identity_pool.py +18 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +18 -2
- pulumi_gcp/iap/brand.py +18 -2
- pulumi_gcp/iap/client.py +18 -2
- pulumi_gcp/identityplatform/_inputs.py +92 -0
- pulumi_gcp/identityplatform/config.py +91 -5
- pulumi_gcp/identityplatform/default_supported_idp_config.py +18 -2
- pulumi_gcp/identityplatform/inbound_saml_config.py +18 -2
- pulumi_gcp/identityplatform/oauth_idp_config.py +18 -2
- pulumi_gcp/identityplatform/outputs.py +129 -0
- pulumi_gcp/identityplatform/project_default_config.py +18 -2
- pulumi_gcp/identityplatform/tenant.py +18 -2
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +18 -2
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +18 -2
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +18 -2
- pulumi_gcp/integrationconnectors/__init__.py +10 -0
- pulumi_gcp/integrationconnectors/_inputs.py +2518 -0
- pulumi_gcp/integrationconnectors/connection.py +1921 -0
- pulumi_gcp/integrationconnectors/outputs.py +2780 -0
- pulumi_gcp/kms/crypto_key.py +22 -10
- pulumi_gcp/kms/crypto_key_iam_binding.py +10 -30
- pulumi_gcp/kms/crypto_key_iam_member.py +10 -30
- pulumi_gcp/kms/crypto_key_iam_policy.py +10 -30
- pulumi_gcp/kms/crypto_key_version.py +18 -2
- pulumi_gcp/kms/key_ring.py +18 -2
- pulumi_gcp/kms/key_ring_iam_binding.py +10 -30
- pulumi_gcp/kms/key_ring_iam_member.py +10 -30
- pulumi_gcp/kms/key_ring_iam_policy.py +10 -30
- pulumi_gcp/kms/key_ring_import_job.py +18 -2
- pulumi_gcp/logging/_inputs.py +160 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +61 -26
- pulumi_gcp/logging/billing_account_exclusion.py +20 -4
- pulumi_gcp/logging/billing_account_sink.py +20 -4
- pulumi_gcp/logging/folder_bucket_config.py +75 -4
- pulumi_gcp/logging/folder_exclusion.py +20 -4
- pulumi_gcp/logging/folder_sink.py +20 -4
- pulumi_gcp/logging/linked_dataset.py +18 -2
- pulumi_gcp/logging/log_view.py +18 -2
- pulumi_gcp/logging/metric.py +18 -2
- pulumi_gcp/logging/organization_bucket_config.py +75 -4
- pulumi_gcp/logging/organization_exclusion.py +20 -4
- pulumi_gcp/logging/organization_sink.py +20 -4
- pulumi_gcp/logging/outputs.py +196 -0
- pulumi_gcp/logging/project_bucket_config.py +59 -134
- pulumi_gcp/logging/project_exclusion.py +20 -4
- pulumi_gcp/logging/project_sink.py +95 -18
- pulumi_gcp/looker/instance.py +18 -2
- pulumi_gcp/memcache/instance.py +22 -10
- pulumi_gcp/ml/engine_model.py +22 -10
- pulumi_gcp/monitoring/_inputs.py +127 -13
- pulumi_gcp/monitoring/alert_policy.py +64 -2
- pulumi_gcp/monitoring/custom_service.py +18 -2
- pulumi_gcp/monitoring/dashboard.py +18 -2
- pulumi_gcp/monitoring/generic_service.py +18 -2
- pulumi_gcp/monitoring/group.py +18 -2
- pulumi_gcp/monitoring/metric_descriptor.py +18 -2
- pulumi_gcp/monitoring/monitored_project.py +18 -2
- pulumi_gcp/monitoring/notification_channel.py +18 -2
- pulumi_gcp/monitoring/outputs.py +158 -13
- pulumi_gcp/monitoring/slo.py +18 -2
- pulumi_gcp/monitoring/uptime_check_config.py +92 -9
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/_inputs.py +185 -0
- pulumi_gcp/networkconnectivity/hub.py +22 -10
- pulumi_gcp/networkconnectivity/outputs.py +189 -0
- pulumi_gcp/networkconnectivity/policy_based_route.py +1003 -0
- pulumi_gcp/networkconnectivity/service_connection_policy.py +22 -10
- pulumi_gcp/networkconnectivity/spoke.py +22 -10
- pulumi_gcp/networkmanagement/connectivity_test.py +22 -10
- pulumi_gcp/networksecurity/address_group.py +22 -10
- pulumi_gcp/networksecurity/authorization_policy.py +22 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +22 -10
- pulumi_gcp/networksecurity/gateway_security_policy.py +18 -2
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +18 -2
- pulumi_gcp/networksecurity/server_tls_policy.py +92 -10
- pulumi_gcp/networksecurity/tls_inspection_policy.py +18 -2
- pulumi_gcp/networksecurity/url_list.py +18 -2
- pulumi_gcp/networkservices/edge_cache_keyset.py +22 -10
- pulumi_gcp/networkservices/edge_cache_origin.py +22 -10
- pulumi_gcp/networkservices/edge_cache_service.py +22 -10
- pulumi_gcp/networkservices/endpoint_policy.py +22 -10
- pulumi_gcp/networkservices/gateway.py +22 -10
- pulumi_gcp/networkservices/grpc_route.py +22 -10
- pulumi_gcp/networkservices/http_route.py +22 -10
- pulumi_gcp/networkservices/mesh.py +22 -10
- pulumi_gcp/networkservices/service_binding.py +22 -10
- pulumi_gcp/networkservices/tcp_route.py +22 -10
- pulumi_gcp/networkservices/tls_route.py +18 -2
- pulumi_gcp/notebooks/environment.py +18 -2
- pulumi_gcp/notebooks/instance.py +22 -10
- pulumi_gcp/notebooks/location.py +18 -2
- pulumi_gcp/notebooks/runtime.py +18 -2
- pulumi_gcp/organizations/access_approval_settings.py +18 -2
- pulumi_gcp/organizations/folder.py +22 -6
- pulumi_gcp/organizations/iam_member.py +10 -58
- pulumi_gcp/organizations/iam_policy.py +10 -58
- pulumi_gcp/organizations/policy.py +22 -4
- pulumi_gcp/organizations/project.py +24 -12
- pulumi_gcp/orgpolicy/custom_constraint.py +50 -22
- pulumi_gcp/orgpolicy/policy.py +18 -2
- pulumi_gcp/osconfig/guest_policies.py +18 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +18 -2
- pulumi_gcp/osconfig/patch_deployment.py +18 -2
- pulumi_gcp/oslogin/ssh_public_key.py +18 -2
- pulumi_gcp/projects/access_approval_settings.py +18 -2
- pulumi_gcp/projects/api_key.py +18 -2
- pulumi_gcp/projects/iam_audit_config.py +10 -58
- pulumi_gcp/projects/iam_binding.py +10 -58
- pulumi_gcp/projects/iam_custom_role.py +18 -2
- pulumi_gcp/projects/iam_member.py +10 -58
- pulumi_gcp/projects/iam_policy.py +10 -58
- pulumi_gcp/projects/organization_policy.py +24 -8
- pulumi_gcp/projects/service.py +22 -4
- pulumi_gcp/projects/usage_export_bucket.py +20 -4
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/__init__.py +4 -0
- pulumi_gcp/pubsub/_inputs.py +80 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +147 -0
- pulumi_gcp/pubsub/lite_reservation.py +18 -2
- pulumi_gcp/pubsub/lite_subscription.py +18 -2
- pulumi_gcp/pubsub/lite_topic.py +18 -2
- pulumi_gcp/pubsub/outputs.py +56 -0
- pulumi_gcp/pubsub/schema.py +18 -2
- pulumi_gcp/pubsub/schema_iam_binding.py +601 -0
- pulumi_gcp/pubsub/schema_iam_member.py +601 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +523 -0
- pulumi_gcp/pubsub/subscription.py +22 -10
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -20
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -20
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -20
- pulumi_gcp/pubsub/topic.py +36 -17
- pulumi_gcp/recaptcha/enterprise_key.py +22 -10
- pulumi_gcp/redis/cluster.py +42 -18
- pulumi_gcp/redis/instance.py +22 -58
- pulumi_gcp/resourcemanager/lien.py +18 -2
- pulumi_gcp/runtimeconfig/config.py +26 -6
- pulumi_gcp/runtimeconfig/variable.py +26 -6
- pulumi_gcp/secretmanager/__init__.py +1 -0
- pulumi_gcp/secretmanager/get_secrets.py +133 -0
- pulumi_gcp/secretmanager/outputs.py +354 -0
- pulumi_gcp/secretmanager/secret.py +36 -10
- pulumi_gcp/secretmanager/secret_version.py +18 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -2
- pulumi_gcp/securitycenter/mute_config.py +18 -2
- pulumi_gcp/securitycenter/notification_config.py +18 -2
- pulumi_gcp/securitycenter/organization_custom_module.py +18 -2
- pulumi_gcp/securitycenter/project_custom_module.py +18 -2
- pulumi_gcp/securitycenter/source.py +18 -2
- pulumi_gcp/securitycenter/source_iam_binding.py +18 -2
- pulumi_gcp/securitycenter/source_iam_member.py +18 -2
- pulumi_gcp/securitycenter/source_iam_policy.py +18 -2
- pulumi_gcp/serviceaccount/account.py +20 -4
- pulumi_gcp/serviceaccount/iam_binding.py +2 -30
- pulumi_gcp/serviceaccount/iam_member.py +2 -30
- pulumi_gcp/serviceaccount/iam_policy.py +2 -30
- pulumi_gcp/servicedirectory/endpoint.py +18 -2
- pulumi_gcp/servicedirectory/namespace.py +22 -10
- pulumi_gcp/servicedirectory/service.py +18 -2
- pulumi_gcp/servicenetworking/connection.py +22 -6
- pulumi_gcp/servicenetworking/peered_dns_domain.py +18 -6
- pulumi_gcp/serviceusage/consumer_quota_override.py +18 -2
- pulumi_gcp/sourcerepo/repository.py +18 -2
- pulumi_gcp/spanner/_inputs.py +142 -0
- pulumi_gcp/spanner/database.py +18 -2
- pulumi_gcp/spanner/database_iam_binding.py +10 -26
- pulumi_gcp/spanner/database_iam_member.py +10 -26
- pulumi_gcp/spanner/database_iam_policy.py +10 -26
- pulumi_gcp/spanner/get_instance.py +12 -1
- pulumi_gcp/spanner/instance.py +99 -10
- pulumi_gcp/spanner/instance_iam_binding.py +10 -26
- pulumi_gcp/spanner/instance_iam_member.py +10 -26
- pulumi_gcp/spanner/instance_iam_policy.py +10 -26
- pulumi_gcp/spanner/outputs.py +236 -0
- pulumi_gcp/sql/_inputs.py +27 -7
- pulumi_gcp/sql/database.py +18 -2
- pulumi_gcp/sql/database_instance.py +24 -8
- pulumi_gcp/sql/outputs.py +41 -9
- pulumi_gcp/sql/source_representation_instance.py +25 -9
- pulumi_gcp/sql/user.py +38 -8
- pulumi_gcp/storage/_inputs.py +59 -1
- pulumi_gcp/storage/bucket.py +69 -6
- pulumi_gcp/storage/bucket_access_control.py +18 -2
- pulumi_gcp/storage/bucket_object.py +47 -0
- pulumi_gcp/storage/default_object_access_control.py +18 -2
- pulumi_gcp/storage/get_bucket.py +11 -1
- pulumi_gcp/storage/get_bucket_object.py +11 -1
- pulumi_gcp/storage/get_bucket_object_content.py +11 -1
- pulumi_gcp/storage/hmac_key.py +18 -2
- pulumi_gcp/storage/insights_report_config.py +18 -2
- pulumi_gcp/storage/notification.py +20 -4
- pulumi_gcp/storage/object_access_control.py +18 -2
- pulumi_gcp/storage/outputs.py +129 -2
- pulumi_gcp/storage/transfer_agent_pool.py +18 -2
- pulumi_gcp/storage/transfer_job.py +20 -4
- pulumi_gcp/tags/location_tag_binding.py +35 -19
- pulumi_gcp/tags/tag_binding.py +18 -2
- pulumi_gcp/tags/tag_key.py +18 -2
- pulumi_gcp/tags/tag_value.py +18 -2
- pulumi_gcp/tpu/_inputs.py +450 -0
- pulumi_gcp/tpu/node.py +22 -10
- pulumi_gcp/tpu/outputs.py +477 -0
- pulumi_gcp/tpu/v2_vm.py +906 -38
- pulumi_gcp/vertex/_inputs.py +39 -0
- pulumi_gcp/vertex/ai_dataset.py +4 -8
- pulumi_gcp/vertex/ai_endpoint.py +22 -10
- pulumi_gcp/vertex/ai_feature_store.py +22 -10
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +22 -10
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +22 -10
- pulumi_gcp/vertex/ai_index.py +22 -10
- pulumi_gcp/vertex/ai_index_endpoint.py +116 -10
- pulumi_gcp/vertex/ai_metadata_store.py +18 -2
- pulumi_gcp/vertex/ai_tensorboard.py +22 -10
- pulumi_gcp/vertex/outputs.py +50 -0
- pulumi_gcp/vmwareengine/cluster.py +18 -2
- pulumi_gcp/vmwareengine/network.py +18 -2
- pulumi_gcp/vmwareengine/private_cloud.py +18 -2
- pulumi_gcp/vpcaccess/connector.py +18 -2
- pulumi_gcp/workflows/workflow.py +159 -11
- pulumi_gcp/workstations/_inputs.py +23 -0
- pulumi_gcp/workstations/outputs.py +19 -0
- pulumi_gcp/workstations/workstation.py +22 -10
- pulumi_gcp/workstations/workstation_cluster.py +142 -10
- pulumi_gcp/workstations/workstation_config.py +24 -12
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/RECORD +678 -650
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/monitoring/outputs.py
CHANGED
@@ -60,11 +60,13 @@ __all__ = [
|
|
60
60
|
'UptimeCheckConfigHttpCheck',
|
61
61
|
'UptimeCheckConfigHttpCheckAcceptedResponseStatusCode',
|
62
62
|
'UptimeCheckConfigHttpCheckAuthInfo',
|
63
|
+
'UptimeCheckConfigHttpCheckPingConfig',
|
63
64
|
'UptimeCheckConfigMonitoredResource',
|
64
65
|
'UptimeCheckConfigResourceGroup',
|
65
66
|
'UptimeCheckConfigSyntheticMonitor',
|
66
67
|
'UptimeCheckConfigSyntheticMonitorCloudFunctionV2',
|
67
68
|
'UptimeCheckConfigTcpCheck',
|
69
|
+
'UptimeCheckConfigTcpCheckPingConfig',
|
68
70
|
'GetAppEngineServiceTelemetryResult',
|
69
71
|
'GetClusterIstioServiceTelemetryResult',
|
70
72
|
'GetIstioCanonicalServiceTelemetryResult',
|
@@ -271,8 +273,7 @@ class AlertPolicyCondition(dict):
|
|
271
273
|
Structure is documented below.
|
272
274
|
:param 'AlertPolicyConditionConditionMonitoringQueryLanguageArgs' condition_monitoring_query_language: A Monitoring Query Language query that outputs a boolean stream
|
273
275
|
Structure is documented below.
|
274
|
-
:param 'AlertPolicyConditionConditionPrometheusQueryLanguageArgs' condition_prometheus_query_language: A
|
275
|
-
A condition type that allows alert policies to be defined using
|
276
|
+
:param 'AlertPolicyConditionConditionPrometheusQueryLanguageArgs' condition_prometheus_query_language: A condition type that allows alert policies to be defined using
|
276
277
|
Prometheus Query Language (PromQL).
|
277
278
|
The PrometheusQueryLanguageCondition message contains information
|
278
279
|
from a Prometheus alerting rule and its associated rule group.
|
@@ -347,7 +348,6 @@ class AlertPolicyCondition(dict):
|
|
347
348
|
@pulumi.getter(name="conditionPrometheusQueryLanguage")
|
348
349
|
def condition_prometheus_query_language(self) -> Optional['outputs.AlertPolicyConditionConditionPrometheusQueryLanguage']:
|
349
350
|
"""
|
350
|
-
A Monitoring Query Language query that outputs a boolean stream
|
351
351
|
A condition type that allows alert policies to be defined using
|
352
352
|
Prometheus Query Language (PromQL).
|
353
353
|
The PrometheusQueryLanguageCondition message contains information
|
@@ -1038,9 +1038,7 @@ class AlertPolicyConditionConditionPrometheusQueryLanguage(dict):
|
|
1038
1038
|
in order to refer to the original Prometheus configuration file.
|
1039
1039
|
The rule group name and the alert name are necessary to update the
|
1040
1040
|
relevant AlertPolicies in case the definition of the rule group changes
|
1041
|
-
in the future.
|
1042
|
-
This field is optional. If this field is not empty, then it must be a
|
1043
|
-
valid Prometheus label name.
|
1041
|
+
in the future. This field is optional.
|
1044
1042
|
"""
|
1045
1043
|
pulumi.set(__self__, "query", query)
|
1046
1044
|
if alert_rule is not None:
|
@@ -1128,9 +1126,7 @@ class AlertPolicyConditionConditionPrometheusQueryLanguage(dict):
|
|
1128
1126
|
in order to refer to the original Prometheus configuration file.
|
1129
1127
|
The rule group name and the alert name are necessary to update the
|
1130
1128
|
relevant AlertPolicies in case the definition of the rule group changes
|
1131
|
-
in the future.
|
1132
|
-
This field is optional. If this field is not empty, then it must be a
|
1133
|
-
valid Prometheus label name.
|
1129
|
+
in the future. This field is optional.
|
1134
1130
|
"""
|
1135
1131
|
return pulumi.get(self, "rule_group")
|
1136
1132
|
|
@@ -2072,7 +2068,8 @@ class AlertPolicyDocumentation(dict):
|
|
2072
2068
|
|
2073
2069
|
def __init__(__self__, *,
|
2074
2070
|
content: Optional[str] = None,
|
2075
|
-
mime_type: Optional[str] = None
|
2071
|
+
mime_type: Optional[str] = None,
|
2072
|
+
subject: Optional[str] = None):
|
2076
2073
|
"""
|
2077
2074
|
:param str content: The text of the documentation, interpreted according to mimeType.
|
2078
2075
|
The content may not exceed 8,192 Unicode characters and may not
|
@@ -2080,11 +2077,17 @@ class AlertPolicyDocumentation(dict):
|
|
2080
2077
|
whichever is smaller.
|
2081
2078
|
:param str mime_type: The format of the content field. Presently, only the value
|
2082
2079
|
"text/markdown" is supported.
|
2080
|
+
:param str subject: The subject line of the notification. The subject line may not
|
2081
|
+
exceed 10,240 bytes. In notifications generated by this policy the contents
|
2082
|
+
of the subject line after variable expansion will be truncated to 255 bytes
|
2083
|
+
or shorter at the latest UTF-8 character boundary.
|
2083
2084
|
"""
|
2084
2085
|
if content is not None:
|
2085
2086
|
pulumi.set(__self__, "content", content)
|
2086
2087
|
if mime_type is not None:
|
2087
2088
|
pulumi.set(__self__, "mime_type", mime_type)
|
2089
|
+
if subject is not None:
|
2090
|
+
pulumi.set(__self__, "subject", subject)
|
2088
2091
|
|
2089
2092
|
@property
|
2090
2093
|
@pulumi.getter
|
@@ -2106,6 +2109,17 @@ class AlertPolicyDocumentation(dict):
|
|
2106
2109
|
"""
|
2107
2110
|
return pulumi.get(self, "mime_type")
|
2108
2111
|
|
2112
|
+
@property
|
2113
|
+
@pulumi.getter
|
2114
|
+
def subject(self) -> Optional[str]:
|
2115
|
+
"""
|
2116
|
+
The subject line of the notification. The subject line may not
|
2117
|
+
exceed 10,240 bytes. In notifications generated by this policy the contents
|
2118
|
+
of the subject line after variable expansion will be truncated to 255 bytes
|
2119
|
+
or shorter at the latest UTF-8 character boundary.
|
2120
|
+
"""
|
2121
|
+
return pulumi.get(self, "subject")
|
2122
|
+
|
2109
2123
|
|
2110
2124
|
@pulumi.output_type
|
2111
2125
|
class CustomServiceTelemetry(dict):
|
@@ -3801,8 +3815,12 @@ class UptimeCheckConfigHttpCheck(dict):
|
|
3801
3815
|
suggest = "auth_info"
|
3802
3816
|
elif key == "contentType":
|
3803
3817
|
suggest = "content_type"
|
3818
|
+
elif key == "customContentType":
|
3819
|
+
suggest = "custom_content_type"
|
3804
3820
|
elif key == "maskHeaders":
|
3805
3821
|
suggest = "mask_headers"
|
3822
|
+
elif key == "pingConfig":
|
3823
|
+
suggest = "ping_config"
|
3806
3824
|
elif key == "requestMethod":
|
3807
3825
|
suggest = "request_method"
|
3808
3826
|
elif key == "useSsl":
|
@@ -3826,9 +3844,11 @@ class UptimeCheckConfigHttpCheck(dict):
|
|
3826
3844
|
auth_info: Optional['outputs.UptimeCheckConfigHttpCheckAuthInfo'] = None,
|
3827
3845
|
body: Optional[str] = None,
|
3828
3846
|
content_type: Optional[str] = None,
|
3847
|
+
custom_content_type: Optional[str] = None,
|
3829
3848
|
headers: Optional[Mapping[str, str]] = None,
|
3830
3849
|
mask_headers: Optional[bool] = None,
|
3831
3850
|
path: Optional[str] = None,
|
3851
|
+
ping_config: Optional['outputs.UptimeCheckConfigHttpCheckPingConfig'] = None,
|
3832
3852
|
port: Optional[int] = None,
|
3833
3853
|
request_method: Optional[str] = None,
|
3834
3854
|
use_ssl: Optional[bool] = None,
|
@@ -3840,10 +3860,13 @@ class UptimeCheckConfigHttpCheck(dict):
|
|
3840
3860
|
Structure is documented below.
|
3841
3861
|
:param str body: The request body associated with the HTTP POST request. If contentType is URL_ENCODED, the body passed in must be URL-encoded. Users can provide a Content-Length header via the headers field or the API will do so. If the requestMethod is GET and body is not empty, the API will return an error. The maximum byte size is 1 megabyte. Note - As with all bytes fields JSON representations are base64 encoded. e.g. "foo=bar" in URL-encoded form is "foo%3Dbar" and in base64 encoding is "Zm9vJTI1M0RiYXI=".
|
3842
3862
|
:param str content_type: The content type to use for the check.
|
3843
|
-
Possible values are: `TYPE_UNSPECIFIED`, `URL_ENCODED`.
|
3863
|
+
Possible values are: `TYPE_UNSPECIFIED`, `URL_ENCODED`, `USER_PROVIDED`.
|
3864
|
+
:param str custom_content_type: A user provided content type header to use for the check. The invalid configurations outlined in the `content_type` field apply to custom_content_type`, as well as the following 1. `content_type` is `URL_ENCODED` and `custom_content_type` is set. 2. `content_type` is `USER_PROVIDED` and `custom_content_type` is not set.
|
3844
3865
|
:param Mapping[str, str] headers: The list of headers to send as part of the uptime check request. If two headers have the same key and different values, they should be entered as a single header, with the value being a comma-separated list of all the desired values as described at https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31). Entering two separate headers with the same key in a Create call will cause the first to be overwritten by the second. The maximum number of headers allowed is 100.
|
3845
3866
|
:param bool mask_headers: Boolean specifying whether to encrypt the header information. Encryption should be specified for any headers related to authentication that you do not wish to be seen when retrieving the configuration. The server will be responsible for encrypting the headers. On Get/List calls, if mask_headers is set to True then the headers will be obscured with ******.
|
3846
3867
|
:param str path: The path to the page to run the check against. Will be combined with the host (specified within the MonitoredResource) and port to construct the full URL. If the provided path does not begin with "/", a "/" will be prepended automatically. Optional (defaults to "/").
|
3868
|
+
:param 'UptimeCheckConfigHttpCheckPingConfigArgs' ping_config: Contains information needed to add pings to an HTTP check.
|
3869
|
+
Structure is documented below.
|
3847
3870
|
:param int port: The port to the page to run the check against. Will be combined with host (specified within the MonitoredResource) and path to construct the full URL. Optional (defaults to 80 without SSL, or 443 with SSL).
|
3848
3871
|
:param str request_method: The HTTP request method to use for the check. If set to METHOD_UNSPECIFIED then requestMethod defaults to GET.
|
3849
3872
|
Default value is `GET`.
|
@@ -3859,12 +3882,16 @@ class UptimeCheckConfigHttpCheck(dict):
|
|
3859
3882
|
pulumi.set(__self__, "body", body)
|
3860
3883
|
if content_type is not None:
|
3861
3884
|
pulumi.set(__self__, "content_type", content_type)
|
3885
|
+
if custom_content_type is not None:
|
3886
|
+
pulumi.set(__self__, "custom_content_type", custom_content_type)
|
3862
3887
|
if headers is not None:
|
3863
3888
|
pulumi.set(__self__, "headers", headers)
|
3864
3889
|
if mask_headers is not None:
|
3865
3890
|
pulumi.set(__self__, "mask_headers", mask_headers)
|
3866
3891
|
if path is not None:
|
3867
3892
|
pulumi.set(__self__, "path", path)
|
3893
|
+
if ping_config is not None:
|
3894
|
+
pulumi.set(__self__, "ping_config", ping_config)
|
3868
3895
|
if port is not None:
|
3869
3896
|
pulumi.set(__self__, "port", port)
|
3870
3897
|
if request_method is not None:
|
@@ -3905,10 +3932,18 @@ class UptimeCheckConfigHttpCheck(dict):
|
|
3905
3932
|
def content_type(self) -> Optional[str]:
|
3906
3933
|
"""
|
3907
3934
|
The content type to use for the check.
|
3908
|
-
Possible values are: `TYPE_UNSPECIFIED`, `URL_ENCODED`.
|
3935
|
+
Possible values are: `TYPE_UNSPECIFIED`, `URL_ENCODED`, `USER_PROVIDED`.
|
3909
3936
|
"""
|
3910
3937
|
return pulumi.get(self, "content_type")
|
3911
3938
|
|
3939
|
+
@property
|
3940
|
+
@pulumi.getter(name="customContentType")
|
3941
|
+
def custom_content_type(self) -> Optional[str]:
|
3942
|
+
"""
|
3943
|
+
A user provided content type header to use for the check. The invalid configurations outlined in the `content_type` field apply to custom_content_type`, as well as the following 1. `content_type` is `URL_ENCODED` and `custom_content_type` is set. 2. `content_type` is `USER_PROVIDED` and `custom_content_type` is not set.
|
3944
|
+
"""
|
3945
|
+
return pulumi.get(self, "custom_content_type")
|
3946
|
+
|
3912
3947
|
@property
|
3913
3948
|
@pulumi.getter
|
3914
3949
|
def headers(self) -> Optional[Mapping[str, str]]:
|
@@ -3933,6 +3968,15 @@ class UptimeCheckConfigHttpCheck(dict):
|
|
3933
3968
|
"""
|
3934
3969
|
return pulumi.get(self, "path")
|
3935
3970
|
|
3971
|
+
@property
|
3972
|
+
@pulumi.getter(name="pingConfig")
|
3973
|
+
def ping_config(self) -> Optional['outputs.UptimeCheckConfigHttpCheckPingConfig']:
|
3974
|
+
"""
|
3975
|
+
Contains information needed to add pings to an HTTP check.
|
3976
|
+
Structure is documented below.
|
3977
|
+
"""
|
3978
|
+
return pulumi.get(self, "ping_config")
|
3979
|
+
|
3936
3980
|
@property
|
3937
3981
|
@pulumi.getter
|
3938
3982
|
def port(self) -> Optional[int]:
|
@@ -4051,6 +4095,41 @@ class UptimeCheckConfigHttpCheckAuthInfo(dict):
|
|
4051
4095
|
return pulumi.get(self, "username")
|
4052
4096
|
|
4053
4097
|
|
4098
|
+
@pulumi.output_type
|
4099
|
+
class UptimeCheckConfigHttpCheckPingConfig(dict):
|
4100
|
+
@staticmethod
|
4101
|
+
def __key_warning(key: str):
|
4102
|
+
suggest = None
|
4103
|
+
if key == "pingsCount":
|
4104
|
+
suggest = "pings_count"
|
4105
|
+
|
4106
|
+
if suggest:
|
4107
|
+
pulumi.log.warn(f"Key '{key}' not found in UptimeCheckConfigHttpCheckPingConfig. Access the value via the '{suggest}' property getter instead.")
|
4108
|
+
|
4109
|
+
def __getitem__(self, key: str) -> Any:
|
4110
|
+
UptimeCheckConfigHttpCheckPingConfig.__key_warning(key)
|
4111
|
+
return super().__getitem__(key)
|
4112
|
+
|
4113
|
+
def get(self, key: str, default = None) -> Any:
|
4114
|
+
UptimeCheckConfigHttpCheckPingConfig.__key_warning(key)
|
4115
|
+
return super().get(key, default)
|
4116
|
+
|
4117
|
+
def __init__(__self__, *,
|
4118
|
+
pings_count: int):
|
4119
|
+
"""
|
4120
|
+
:param int pings_count: Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
|
4121
|
+
"""
|
4122
|
+
pulumi.set(__self__, "pings_count", pings_count)
|
4123
|
+
|
4124
|
+
@property
|
4125
|
+
@pulumi.getter(name="pingsCount")
|
4126
|
+
def pings_count(self) -> int:
|
4127
|
+
"""
|
4128
|
+
Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
|
4129
|
+
"""
|
4130
|
+
return pulumi.get(self, "pings_count")
|
4131
|
+
|
4132
|
+
|
4054
4133
|
@pulumi.output_type
|
4055
4134
|
class UptimeCheckConfigMonitoredResource(dict):
|
4056
4135
|
def __init__(__self__, *,
|
@@ -4195,12 +4274,34 @@ class UptimeCheckConfigSyntheticMonitorCloudFunctionV2(dict):
|
|
4195
4274
|
|
4196
4275
|
@pulumi.output_type
|
4197
4276
|
class UptimeCheckConfigTcpCheck(dict):
|
4277
|
+
@staticmethod
|
4278
|
+
def __key_warning(key: str):
|
4279
|
+
suggest = None
|
4280
|
+
if key == "pingConfig":
|
4281
|
+
suggest = "ping_config"
|
4282
|
+
|
4283
|
+
if suggest:
|
4284
|
+
pulumi.log.warn(f"Key '{key}' not found in UptimeCheckConfigTcpCheck. Access the value via the '{suggest}' property getter instead.")
|
4285
|
+
|
4286
|
+
def __getitem__(self, key: str) -> Any:
|
4287
|
+
UptimeCheckConfigTcpCheck.__key_warning(key)
|
4288
|
+
return super().__getitem__(key)
|
4289
|
+
|
4290
|
+
def get(self, key: str, default = None) -> Any:
|
4291
|
+
UptimeCheckConfigTcpCheck.__key_warning(key)
|
4292
|
+
return super().get(key, default)
|
4293
|
+
|
4198
4294
|
def __init__(__self__, *,
|
4199
|
-
port: int
|
4295
|
+
port: int,
|
4296
|
+
ping_config: Optional['outputs.UptimeCheckConfigTcpCheckPingConfig'] = None):
|
4200
4297
|
"""
|
4201
4298
|
:param int port: The port to the page to run the check against. Will be combined with host (specified within the MonitoredResource) to construct the full URL.
|
4299
|
+
:param 'UptimeCheckConfigTcpCheckPingConfigArgs' ping_config: Contains information needed to add pings to a TCP check.
|
4300
|
+
Structure is documented below.
|
4202
4301
|
"""
|
4203
4302
|
pulumi.set(__self__, "port", port)
|
4303
|
+
if ping_config is not None:
|
4304
|
+
pulumi.set(__self__, "ping_config", ping_config)
|
4204
4305
|
|
4205
4306
|
@property
|
4206
4307
|
@pulumi.getter
|
@@ -4210,6 +4311,50 @@ class UptimeCheckConfigTcpCheck(dict):
|
|
4210
4311
|
"""
|
4211
4312
|
return pulumi.get(self, "port")
|
4212
4313
|
|
4314
|
+
@property
|
4315
|
+
@pulumi.getter(name="pingConfig")
|
4316
|
+
def ping_config(self) -> Optional['outputs.UptimeCheckConfigTcpCheckPingConfig']:
|
4317
|
+
"""
|
4318
|
+
Contains information needed to add pings to a TCP check.
|
4319
|
+
Structure is documented below.
|
4320
|
+
"""
|
4321
|
+
return pulumi.get(self, "ping_config")
|
4322
|
+
|
4323
|
+
|
4324
|
+
@pulumi.output_type
|
4325
|
+
class UptimeCheckConfigTcpCheckPingConfig(dict):
|
4326
|
+
@staticmethod
|
4327
|
+
def __key_warning(key: str):
|
4328
|
+
suggest = None
|
4329
|
+
if key == "pingsCount":
|
4330
|
+
suggest = "pings_count"
|
4331
|
+
|
4332
|
+
if suggest:
|
4333
|
+
pulumi.log.warn(f"Key '{key}' not found in UptimeCheckConfigTcpCheckPingConfig. Access the value via the '{suggest}' property getter instead.")
|
4334
|
+
|
4335
|
+
def __getitem__(self, key: str) -> Any:
|
4336
|
+
UptimeCheckConfigTcpCheckPingConfig.__key_warning(key)
|
4337
|
+
return super().__getitem__(key)
|
4338
|
+
|
4339
|
+
def get(self, key: str, default = None) -> Any:
|
4340
|
+
UptimeCheckConfigTcpCheckPingConfig.__key_warning(key)
|
4341
|
+
return super().get(key, default)
|
4342
|
+
|
4343
|
+
def __init__(__self__, *,
|
4344
|
+
pings_count: int):
|
4345
|
+
"""
|
4346
|
+
:param int pings_count: Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
|
4347
|
+
"""
|
4348
|
+
pulumi.set(__self__, "pings_count", pings_count)
|
4349
|
+
|
4350
|
+
@property
|
4351
|
+
@pulumi.getter(name="pingsCount")
|
4352
|
+
def pings_count(self) -> int:
|
4353
|
+
"""
|
4354
|
+
Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
|
4355
|
+
"""
|
4356
|
+
return pulumi.get(self, "pings_count")
|
4357
|
+
|
4213
4358
|
|
4214
4359
|
@pulumi.output_type
|
4215
4360
|
class GetAppEngineServiceTelemetryResult(dict):
|
pulumi_gcp/monitoring/slo.py
CHANGED
@@ -613,7 +613,15 @@ class Slo(pulumi.CustomResource):
|
|
613
613
|
|
614
614
|
## Import
|
615
615
|
|
616
|
-
Slo can be imported using any of these accepted formats
|
616
|
+
Slo can be imported using any of these accepted formats* `{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import Slo using one of the formats above. For exampletf import {
|
617
|
+
|
618
|
+
id = "{{name}}"
|
619
|
+
|
620
|
+
to = google_monitoring_slo.default }
|
621
|
+
|
622
|
+
```sh
|
623
|
+
$ pulumi import gcp:monitoring/slo:Slo When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Slo can be imported using one of the formats above. For example
|
624
|
+
```
|
617
625
|
|
618
626
|
```sh
|
619
627
|
$ pulumi import gcp:monitoring/slo:Slo default {{name}}
|
@@ -739,7 +747,15 @@ class Slo(pulumi.CustomResource):
|
|
739
747
|
|
740
748
|
## Import
|
741
749
|
|
742
|
-
Slo can be imported using any of these accepted formats
|
750
|
+
Slo can be imported using any of these accepted formats* `{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import Slo using one of the formats above. For exampletf import {
|
751
|
+
|
752
|
+
id = "{{name}}"
|
753
|
+
|
754
|
+
to = google_monitoring_slo.default }
|
755
|
+
|
756
|
+
```sh
|
757
|
+
$ pulumi import gcp:monitoring/slo:Slo When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), Slo can be imported using one of the formats above. For example
|
758
|
+
```
|
743
759
|
|
744
760
|
```sh
|
745
761
|
$ pulumi import gcp:monitoring/slo:Slo default {{name}}
|
@@ -27,7 +27,8 @@ class UptimeCheckConfigArgs:
|
|
27
27
|
resource_group: Optional[pulumi.Input['UptimeCheckConfigResourceGroupArgs']] = None,
|
28
28
|
selected_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
29
29
|
synthetic_monitor: Optional[pulumi.Input['UptimeCheckConfigSyntheticMonitorArgs']] = None,
|
30
|
-
tcp_check: Optional[pulumi.Input['UptimeCheckConfigTcpCheckArgs']] = None
|
30
|
+
tcp_check: Optional[pulumi.Input['UptimeCheckConfigTcpCheckArgs']] = None,
|
31
|
+
user_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
31
32
|
"""
|
32
33
|
The set of arguments for constructing a UptimeCheckConfig resource.
|
33
34
|
:param pulumi.Input[str] display_name: A human-friendly name for the uptime check configuration. The display name should be unique within a Stackdriver Workspace in order to make it easier to identify; however, uniqueness is not enforced.
|
@@ -53,6 +54,7 @@ class UptimeCheckConfigArgs:
|
|
53
54
|
Structure is documented below.
|
54
55
|
:param pulumi.Input['UptimeCheckConfigTcpCheckArgs'] tcp_check: Contains information needed to make a TCP check.
|
55
56
|
Structure is documented below.
|
57
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_labels: User-supplied key/value data to be used for organizing and identifying the `UptimeCheckConfig` objects. The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.
|
56
58
|
"""
|
57
59
|
pulumi.set(__self__, "display_name", display_name)
|
58
60
|
pulumi.set(__self__, "timeout", timeout)
|
@@ -76,6 +78,8 @@ class UptimeCheckConfigArgs:
|
|
76
78
|
pulumi.set(__self__, "synthetic_monitor", synthetic_monitor)
|
77
79
|
if tcp_check is not None:
|
78
80
|
pulumi.set(__self__, "tcp_check", tcp_check)
|
81
|
+
if user_labels is not None:
|
82
|
+
pulumi.set(__self__, "user_labels", user_labels)
|
79
83
|
|
80
84
|
@property
|
81
85
|
@pulumi.getter(name="displayName")
|
@@ -232,6 +236,18 @@ class UptimeCheckConfigArgs:
|
|
232
236
|
def tcp_check(self, value: Optional[pulumi.Input['UptimeCheckConfigTcpCheckArgs']]):
|
233
237
|
pulumi.set(self, "tcp_check", value)
|
234
238
|
|
239
|
+
@property
|
240
|
+
@pulumi.getter(name="userLabels")
|
241
|
+
def user_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
242
|
+
"""
|
243
|
+
User-supplied key/value data to be used for organizing and identifying the `UptimeCheckConfig` objects. The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.
|
244
|
+
"""
|
245
|
+
return pulumi.get(self, "user_labels")
|
246
|
+
|
247
|
+
@user_labels.setter
|
248
|
+
def user_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
249
|
+
pulumi.set(self, "user_labels", value)
|
250
|
+
|
235
251
|
|
236
252
|
@pulumi.input_type
|
237
253
|
class _UptimeCheckConfigState:
|
@@ -249,7 +265,8 @@ class _UptimeCheckConfigState:
|
|
249
265
|
synthetic_monitor: Optional[pulumi.Input['UptimeCheckConfigSyntheticMonitorArgs']] = None,
|
250
266
|
tcp_check: Optional[pulumi.Input['UptimeCheckConfigTcpCheckArgs']] = None,
|
251
267
|
timeout: Optional[pulumi.Input[str]] = None,
|
252
|
-
uptime_check_id: Optional[pulumi.Input[str]] = None
|
268
|
+
uptime_check_id: Optional[pulumi.Input[str]] = None,
|
269
|
+
user_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
253
270
|
"""
|
254
271
|
Input properties used for looking up and filtering UptimeCheckConfig resources.
|
255
272
|
:param pulumi.Input[str] checker_type: The checker type to use for the check. If the monitored resource type is servicedirectory_service, checkerType must be set to VPC_CHECKERS.
|
@@ -277,6 +294,7 @@ class _UptimeCheckConfigState:
|
|
277
294
|
|
278
295
|
- - -
|
279
296
|
:param pulumi.Input[str] uptime_check_id: The id of the uptime check
|
297
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_labels: User-supplied key/value data to be used for organizing and identifying the `UptimeCheckConfig` objects. The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.
|
280
298
|
"""
|
281
299
|
if checker_type is not None:
|
282
300
|
pulumi.set(__self__, "checker_type", checker_type)
|
@@ -306,6 +324,8 @@ class _UptimeCheckConfigState:
|
|
306
324
|
pulumi.set(__self__, "timeout", timeout)
|
307
325
|
if uptime_check_id is not None:
|
308
326
|
pulumi.set(__self__, "uptime_check_id", uptime_check_id)
|
327
|
+
if user_labels is not None:
|
328
|
+
pulumi.set(__self__, "user_labels", user_labels)
|
309
329
|
|
310
330
|
@property
|
311
331
|
@pulumi.getter(name="checkerType")
|
@@ -486,6 +506,18 @@ class _UptimeCheckConfigState:
|
|
486
506
|
def uptime_check_id(self, value: Optional[pulumi.Input[str]]):
|
487
507
|
pulumi.set(self, "uptime_check_id", value)
|
488
508
|
|
509
|
+
@property
|
510
|
+
@pulumi.getter(name="userLabels")
|
511
|
+
def user_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
512
|
+
"""
|
513
|
+
User-supplied key/value data to be used for organizing and identifying the `UptimeCheckConfig` objects. The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.
|
514
|
+
"""
|
515
|
+
return pulumi.get(self, "user_labels")
|
516
|
+
|
517
|
+
@user_labels.setter
|
518
|
+
def user_labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
519
|
+
pulumi.set(self, "user_labels", value)
|
520
|
+
|
489
521
|
|
490
522
|
class UptimeCheckConfig(pulumi.CustomResource):
|
491
523
|
@overload
|
@@ -504,6 +536,7 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
504
536
|
synthetic_monitor: Optional[pulumi.Input[pulumi.InputType['UptimeCheckConfigSyntheticMonitorArgs']]] = None,
|
505
537
|
tcp_check: Optional[pulumi.Input[pulumi.InputType['UptimeCheckConfigTcpCheckArgs']]] = None,
|
506
538
|
timeout: Optional[pulumi.Input[str]] = None,
|
539
|
+
user_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
507
540
|
__props__=None):
|
508
541
|
"""
|
509
542
|
This message configures which resources and services to monitor for availability.
|
@@ -537,8 +570,12 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
537
570
|
display_name="http-uptime-check",
|
538
571
|
http_check=gcp.monitoring.UptimeCheckConfigHttpCheckArgs(
|
539
572
|
body="Zm9vJTI1M0RiYXI=",
|
540
|
-
content_type="
|
573
|
+
content_type="USER_PROVIDED",
|
574
|
+
custom_content_type="application/json",
|
541
575
|
path="some-path",
|
576
|
+
ping_config=gcp.monitoring.UptimeCheckConfigHttpCheckPingConfigArgs(
|
577
|
+
pings_count=1,
|
578
|
+
),
|
542
579
|
port=8010,
|
543
580
|
request_method="POST",
|
544
581
|
),
|
@@ -549,7 +586,10 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
549
586
|
},
|
550
587
|
type="uptime_url",
|
551
588
|
),
|
552
|
-
timeout="60s"
|
589
|
+
timeout="60s",
|
590
|
+
user_labels={
|
591
|
+
"example-key": "example-value",
|
592
|
+
})
|
553
593
|
```
|
554
594
|
### Uptime Check Config Status Code
|
555
595
|
|
@@ -640,6 +680,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
640
680
|
timeout="60s",
|
641
681
|
tcp_check=gcp.monitoring.UptimeCheckConfigTcpCheckArgs(
|
642
682
|
port=888,
|
683
|
+
ping_config=gcp.monitoring.UptimeCheckConfigTcpCheckPingConfigArgs(
|
684
|
+
pings_count=2,
|
685
|
+
),
|
643
686
|
),
|
644
687
|
resource_group=gcp.monitoring.UptimeCheckConfigResourceGroupArgs(
|
645
688
|
resource_type="INSTANCE",
|
@@ -688,7 +731,15 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
688
731
|
|
689
732
|
## Import
|
690
733
|
|
691
|
-
UptimeCheckConfig can be imported using any of these accepted formats
|
734
|
+
UptimeCheckConfig can be imported using any of these accepted formats* `{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import UptimeCheckConfig using one of the formats above. For exampletf import {
|
735
|
+
|
736
|
+
id = "{{name}}"
|
737
|
+
|
738
|
+
to = google_monitoring_uptime_check_config.default }
|
739
|
+
|
740
|
+
```sh
|
741
|
+
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), UptimeCheckConfig can be imported using one of the formats above. For example
|
742
|
+
```
|
692
743
|
|
693
744
|
```sh
|
694
745
|
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig default {{name}}
|
@@ -719,6 +770,7 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
719
770
|
|
720
771
|
|
721
772
|
- - -
|
773
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_labels: User-supplied key/value data to be used for organizing and identifying the `UptimeCheckConfig` objects. The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.
|
722
774
|
"""
|
723
775
|
...
|
724
776
|
@overload
|
@@ -758,8 +810,12 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
758
810
|
display_name="http-uptime-check",
|
759
811
|
http_check=gcp.monitoring.UptimeCheckConfigHttpCheckArgs(
|
760
812
|
body="Zm9vJTI1M0RiYXI=",
|
761
|
-
content_type="
|
813
|
+
content_type="USER_PROVIDED",
|
814
|
+
custom_content_type="application/json",
|
762
815
|
path="some-path",
|
816
|
+
ping_config=gcp.monitoring.UptimeCheckConfigHttpCheckPingConfigArgs(
|
817
|
+
pings_count=1,
|
818
|
+
),
|
763
819
|
port=8010,
|
764
820
|
request_method="POST",
|
765
821
|
),
|
@@ -770,7 +826,10 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
770
826
|
},
|
771
827
|
type="uptime_url",
|
772
828
|
),
|
773
|
-
timeout="60s"
|
829
|
+
timeout="60s",
|
830
|
+
user_labels={
|
831
|
+
"example-key": "example-value",
|
832
|
+
})
|
774
833
|
```
|
775
834
|
### Uptime Check Config Status Code
|
776
835
|
|
@@ -861,6 +920,9 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
861
920
|
timeout="60s",
|
862
921
|
tcp_check=gcp.monitoring.UptimeCheckConfigTcpCheckArgs(
|
863
922
|
port=888,
|
923
|
+
ping_config=gcp.monitoring.UptimeCheckConfigTcpCheckPingConfigArgs(
|
924
|
+
pings_count=2,
|
925
|
+
),
|
864
926
|
),
|
865
927
|
resource_group=gcp.monitoring.UptimeCheckConfigResourceGroupArgs(
|
866
928
|
resource_type="INSTANCE",
|
@@ -909,7 +971,15 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
909
971
|
|
910
972
|
## Import
|
911
973
|
|
912
|
-
UptimeCheckConfig can be imported using any of these accepted formats
|
974
|
+
UptimeCheckConfig can be imported using any of these accepted formats* `{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import UptimeCheckConfig using one of the formats above. For exampletf import {
|
975
|
+
|
976
|
+
id = "{{name}}"
|
977
|
+
|
978
|
+
to = google_monitoring_uptime_check_config.default }
|
979
|
+
|
980
|
+
```sh
|
981
|
+
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), UptimeCheckConfig can be imported using one of the formats above. For example
|
982
|
+
```
|
913
983
|
|
914
984
|
```sh
|
915
985
|
$ pulumi import gcp:monitoring/uptimeCheckConfig:UptimeCheckConfig default {{name}}
|
@@ -942,6 +1012,7 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
942
1012
|
synthetic_monitor: Optional[pulumi.Input[pulumi.InputType['UptimeCheckConfigSyntheticMonitorArgs']]] = None,
|
943
1013
|
tcp_check: Optional[pulumi.Input[pulumi.InputType['UptimeCheckConfigTcpCheckArgs']]] = None,
|
944
1014
|
timeout: Optional[pulumi.Input[str]] = None,
|
1015
|
+
user_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
945
1016
|
__props__=None):
|
946
1017
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
947
1018
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -967,6 +1038,7 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
967
1038
|
if timeout is None and not opts.urn:
|
968
1039
|
raise TypeError("Missing required property 'timeout'")
|
969
1040
|
__props__.__dict__["timeout"] = timeout
|
1041
|
+
__props__.__dict__["user_labels"] = user_labels
|
970
1042
|
__props__.__dict__["name"] = None
|
971
1043
|
__props__.__dict__["uptime_check_id"] = None
|
972
1044
|
super(UptimeCheckConfig, __self__).__init__(
|
@@ -992,7 +1064,8 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
992
1064
|
synthetic_monitor: Optional[pulumi.Input[pulumi.InputType['UptimeCheckConfigSyntheticMonitorArgs']]] = None,
|
993
1065
|
tcp_check: Optional[pulumi.Input[pulumi.InputType['UptimeCheckConfigTcpCheckArgs']]] = None,
|
994
1066
|
timeout: Optional[pulumi.Input[str]] = None,
|
995
|
-
uptime_check_id: Optional[pulumi.Input[str]] = None
|
1067
|
+
uptime_check_id: Optional[pulumi.Input[str]] = None,
|
1068
|
+
user_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'UptimeCheckConfig':
|
996
1069
|
"""
|
997
1070
|
Get an existing UptimeCheckConfig resource's state with the given name, id, and optional extra
|
998
1071
|
properties used to qualify the lookup.
|
@@ -1025,6 +1098,7 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
1025
1098
|
|
1026
1099
|
- - -
|
1027
1100
|
:param pulumi.Input[str] uptime_check_id: The id of the uptime check
|
1101
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] user_labels: User-supplied key/value data to be used for organizing and identifying the `UptimeCheckConfig` objects. The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.
|
1028
1102
|
"""
|
1029
1103
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1030
1104
|
|
@@ -1044,6 +1118,7 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
1044
1118
|
__props__.__dict__["tcp_check"] = tcp_check
|
1045
1119
|
__props__.__dict__["timeout"] = timeout
|
1046
1120
|
__props__.__dict__["uptime_check_id"] = uptime_check_id
|
1121
|
+
__props__.__dict__["user_labels"] = user_labels
|
1047
1122
|
return UptimeCheckConfig(resource_name, opts=opts, __props__=__props__)
|
1048
1123
|
|
1049
1124
|
@property
|
@@ -1169,3 +1244,11 @@ class UptimeCheckConfig(pulumi.CustomResource):
|
|
1169
1244
|
"""
|
1170
1245
|
return pulumi.get(self, "uptime_check_id")
|
1171
1246
|
|
1247
|
+
@property
|
1248
|
+
@pulumi.getter(name="userLabels")
|
1249
|
+
def user_labels(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
1250
|
+
"""
|
1251
|
+
User-supplied key/value data to be used for organizing and identifying the `UptimeCheckConfig` objects. The field can contain up to 64 entries. Each key and value is limited to 63 Unicode characters or 128 bytes, whichever is smaller. Labels and values can contain only lowercase letters, numerals, underscores, and dashes. Keys must begin with a letter.
|
1252
|
+
"""
|
1253
|
+
return pulumi.get(self, "user_labels")
|
1254
|
+
|