pulumi-gcp 8.41.0a1755716203__py3-none-any.whl → 8.41.0a1755891135__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 +8 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +2 -0
- pulumi_gcp/apigee/environment_iam_member.py +2 -0
- pulumi_gcp/apigee/environment_iam_policy.py +2 -0
- pulumi_gcp/artifactregistry/__init__.py +2 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/outputs.py +30 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
- pulumi_gcp/bigquery/connection_iam_member.py +2 -0
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
- pulumi_gcp/bigquery/data_transfer_config.py +2 -0
- pulumi_gcp/bigquery/iam_binding.py +2 -0
- pulumi_gcp/bigquery/iam_member.py +2 -0
- pulumi_gcp/bigquery/iam_policy.py +2 -0
- pulumi_gcp/bigquery/reservation.py +535 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
- pulumi_gcp/clouddeploy/_inputs.py +48 -48
- pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
- pulumi_gcp/clouddeploy/outputs.py +32 -32
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
- pulumi_gcp/cloudrun/iam_binding.py +2 -0
- pulumi_gcp/cloudrun/iam_member.py +2 -0
- pulumi_gcp/cloudrun/iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
- pulumi_gcp/compute/disk_iam_binding.py +2 -0
- pulumi_gcp/compute/disk_iam_member.py +2 -0
- pulumi_gcp/compute/disk_iam_policy.py +2 -0
- pulumi_gcp/compute/image_iam_binding.py +2 -0
- pulumi_gcp/compute/image_iam_member.py +2 -0
- pulumi_gcp/compute/image_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_iam_member.py +2 -0
- pulumi_gcp/compute/instance_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_template_iam_member.py +2 -0
- pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
- pulumi_gcp/compute/machine_image_iam_member.py +2 -0
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
- pulumi_gcp/compute/region_disk_iam_member.py +2 -0
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +1728 -42
- pulumi_gcp/container/outputs.py +1935 -16
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
- pulumi_gcp/datafusion/instance.py +18 -4
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
- pulumi_gcp/dataplex/asset_iam_member.py +2 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
- pulumi_gcp/dataplex/lake_iam_member.py +2 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
- pulumi_gcp/dataplex/task_iam_binding.py +2 -0
- pulumi_gcp/dataplex/task_iam_member.py +2 -0
- pulumi_gcp/dataplex/task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
- pulumi_gcp/dataplex/zone_iam_member.py +2 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
- pulumi_gcp/diagflow/__init__.py +1 -0
- pulumi_gcp/diagflow/_inputs.py +2661 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/outputs.py +2213 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
- pulumi_gcp/endpoints/service_iam_binding.py +2 -0
- pulumi_gcp/endpoints/service_iam_member.py +2 -0
- pulumi_gcp/endpoints/service_iam_policy.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
- pulumi_gcp/gkehub/feature_iam_member.py +2 -0
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
- pulumi_gcp/gkehub/membership_iam_member.py +2 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
- pulumi_gcp/gkehub/scope_iam_member.py +2 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_binding.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_iam_binding.py +2 -0
- pulumi_gcp/iap/web_iam_member.py +2 -0
- pulumi_gcp/iap/web_iam_policy.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
- pulumi_gcp/kms/crypto_key.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
- pulumi_gcp/kms/outputs.py +2 -0
- pulumi_gcp/logging/log_view_iam_binding.py +2 -0
- pulumi_gcp/logging/log_view_iam_member.py +2 -0
- pulumi_gcp/logging/log_view_iam_policy.py +2 -0
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
- pulumi_gcp/notebooks/instance.py +18 -18
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
- pulumi_gcp/notebooks/instance_iam_member.py +2 -0
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
- pulumi_gcp/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
- pulumi_gcp/pubsub/schema_iam_member.py +2 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
- pulumi_gcp/pubsub/topic_iam_member.py +2 -0
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_version.py +1 -48
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_key_iam_member.py +2 -0
- pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_value_iam_member.py +2 -0
- pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
- pulumi_gcp/vertex/ai_index.py +21 -7
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/RECORD +314 -311
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755716203.dist-info → pulumi_gcp-8.41.0a1755891135.dist-info}/top_level.txt +0 -0
@@ -29,8 +29,10 @@ class VpcFlowLogsConfigArgs:
|
|
29
29
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
30
30
|
metadata: Optional[pulumi.Input[_builtins.str]] = None,
|
31
31
|
metadata_fields: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
32
|
+
network: Optional[pulumi.Input[_builtins.str]] = None,
|
32
33
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
33
34
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
35
|
+
subnet: Optional[pulumi.Input[_builtins.str]] = None,
|
34
36
|
vpn_tunnel: Optional[pulumi.Input[_builtins.str]] = None):
|
35
37
|
"""
|
36
38
|
The set of arguments for constructing a VpcFlowLogsConfig resource.
|
@@ -39,7 +41,7 @@ class VpcFlowLogsConfigArgs:
|
|
39
41
|
for resource type `networkmanagement.googleapis.com/VpcFlowLogsConfig`.
|
40
42
|
:param pulumi.Input[_builtins.str] vpc_flow_logs_config_id: Required. ID of the `VpcFlowLogsConfig`.
|
41
43
|
:param pulumi.Input[_builtins.str] aggregation_interval: Optional. The aggregation interval for the logs. Default value is
|
42
|
-
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
44
|
+
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
43
45
|
:param pulumi.Input[_builtins.str] description: Optional. The user-supplied description of the VPC Flow Logs configuration. Maximum
|
44
46
|
of 512 characters.
|
45
47
|
:param pulumi.Input[_builtins.str] filter_expr: Optional. Export filter used to define which VPC Flow Logs should be logged.
|
@@ -57,10 +59,13 @@ class VpcFlowLogsConfigArgs:
|
|
57
59
|
Possible values: METADATA_UNSPECIFIED INCLUDE_ALL_METADATA EXCLUDE_ALL_METADATA CUSTOM_METADATA
|
58
60
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] metadata_fields: Optional. Custom metadata fields to include in the reported VPC flow
|
59
61
|
logs. Can only be specified if \\"metadata\\" was set to CUSTOM_METADATA.
|
62
|
+
:param pulumi.Input[_builtins.str] network: Traffic will be logged from VMs, VPN tunnels and Interconnect Attachments within the network. Format: projects/{project_id}/global/networks/{name}
|
60
63
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
61
64
|
If it is not provided, the provider project is used.
|
62
65
|
:param pulumi.Input[_builtins.str] state: Optional. The state of the VPC Flow Log configuration. Default value
|
63
|
-
is ENABLED. When creating a new configuration, it must be enabled.
|
66
|
+
is ENABLED. When creating a new configuration, it must be enabled.
|
67
|
+
Possible values: STATE_UNSPECIFIED ENABLED DISABLED
|
68
|
+
:param pulumi.Input[_builtins.str] subnet: Traffic will be logged from VMs within the subnetwork. Format: projects/{project_id}/regions/{region}/subnetworks/{name}
|
64
69
|
:param pulumi.Input[_builtins.str] vpn_tunnel: Traffic will be logged from the VPN Tunnel. Format: projects/{project_id}/regions/{region}/vpnTunnels/{name}
|
65
70
|
"""
|
66
71
|
pulumi.set(__self__, "location", location)
|
@@ -81,10 +86,14 @@ class VpcFlowLogsConfigArgs:
|
|
81
86
|
pulumi.set(__self__, "metadata", metadata)
|
82
87
|
if metadata_fields is not None:
|
83
88
|
pulumi.set(__self__, "metadata_fields", metadata_fields)
|
89
|
+
if network is not None:
|
90
|
+
pulumi.set(__self__, "network", network)
|
84
91
|
if project is not None:
|
85
92
|
pulumi.set(__self__, "project", project)
|
86
93
|
if state is not None:
|
87
94
|
pulumi.set(__self__, "state", state)
|
95
|
+
if subnet is not None:
|
96
|
+
pulumi.set(__self__, "subnet", subnet)
|
88
97
|
if vpn_tunnel is not None:
|
89
98
|
pulumi.set(__self__, "vpn_tunnel", vpn_tunnel)
|
90
99
|
|
@@ -119,7 +128,7 @@ class VpcFlowLogsConfigArgs:
|
|
119
128
|
def aggregation_interval(self) -> Optional[pulumi.Input[_builtins.str]]:
|
120
129
|
"""
|
121
130
|
Optional. The aggregation interval for the logs. Default value is
|
122
|
-
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
131
|
+
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
123
132
|
"""
|
124
133
|
return pulumi.get(self, "aggregation_interval")
|
125
134
|
|
@@ -221,6 +230,18 @@ class VpcFlowLogsConfigArgs:
|
|
221
230
|
def metadata_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
222
231
|
pulumi.set(self, "metadata_fields", value)
|
223
232
|
|
233
|
+
@_builtins.property
|
234
|
+
@pulumi.getter
|
235
|
+
def network(self) -> Optional[pulumi.Input[_builtins.str]]:
|
236
|
+
"""
|
237
|
+
Traffic will be logged from VMs, VPN tunnels and Interconnect Attachments within the network. Format: projects/{project_id}/global/networks/{name}
|
238
|
+
"""
|
239
|
+
return pulumi.get(self, "network")
|
240
|
+
|
241
|
+
@network.setter
|
242
|
+
def network(self, value: Optional[pulumi.Input[_builtins.str]]):
|
243
|
+
pulumi.set(self, "network", value)
|
244
|
+
|
224
245
|
@_builtins.property
|
225
246
|
@pulumi.getter
|
226
247
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -239,7 +260,8 @@ class VpcFlowLogsConfigArgs:
|
|
239
260
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
240
261
|
"""
|
241
262
|
Optional. The state of the VPC Flow Log configuration. Default value
|
242
|
-
is ENABLED. When creating a new configuration, it must be enabled.
|
263
|
+
is ENABLED. When creating a new configuration, it must be enabled.
|
264
|
+
Possible values: STATE_UNSPECIFIED ENABLED DISABLED
|
243
265
|
"""
|
244
266
|
return pulumi.get(self, "state")
|
245
267
|
|
@@ -247,6 +269,18 @@ class VpcFlowLogsConfigArgs:
|
|
247
269
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
248
270
|
pulumi.set(self, "state", value)
|
249
271
|
|
272
|
+
@_builtins.property
|
273
|
+
@pulumi.getter
|
274
|
+
def subnet(self) -> Optional[pulumi.Input[_builtins.str]]:
|
275
|
+
"""
|
276
|
+
Traffic will be logged from VMs within the subnetwork. Format: projects/{project_id}/regions/{region}/subnetworks/{name}
|
277
|
+
"""
|
278
|
+
return pulumi.get(self, "subnet")
|
279
|
+
|
280
|
+
@subnet.setter
|
281
|
+
def subnet(self, value: Optional[pulumi.Input[_builtins.str]]):
|
282
|
+
pulumi.set(self, "subnet", value)
|
283
|
+
|
250
284
|
@_builtins.property
|
251
285
|
@pulumi.getter(name="vpnTunnel")
|
252
286
|
def vpn_tunnel(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -275,16 +309,19 @@ class _VpcFlowLogsConfigState:
|
|
275
309
|
metadata: Optional[pulumi.Input[_builtins.str]] = None,
|
276
310
|
metadata_fields: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
277
311
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
312
|
+
network: Optional[pulumi.Input[_builtins.str]] = None,
|
278
313
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
279
314
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
280
315
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
316
|
+
subnet: Optional[pulumi.Input[_builtins.str]] = None,
|
317
|
+
target_resource_state: Optional[pulumi.Input[_builtins.str]] = None,
|
281
318
|
update_time: Optional[pulumi.Input[_builtins.str]] = None,
|
282
319
|
vpc_flow_logs_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
283
320
|
vpn_tunnel: Optional[pulumi.Input[_builtins.str]] = None):
|
284
321
|
"""
|
285
322
|
Input properties used for looking up and filtering VpcFlowLogsConfig resources.
|
286
323
|
:param pulumi.Input[_builtins.str] aggregation_interval: Optional. The aggregation interval for the logs. Default value is
|
287
|
-
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
324
|
+
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
288
325
|
:param pulumi.Input[_builtins.str] create_time: Output only. The time the config was created.
|
289
326
|
:param pulumi.Input[_builtins.str] description: Optional. The user-supplied description of the VPC Flow Logs configuration. Maximum
|
290
327
|
of 512 characters.
|
@@ -308,12 +345,21 @@ class _VpcFlowLogsConfigState:
|
|
308
345
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] metadata_fields: Optional. Custom metadata fields to include in the reported VPC flow
|
309
346
|
logs. Can only be specified if \\"metadata\\" was set to CUSTOM_METADATA.
|
310
347
|
:param pulumi.Input[_builtins.str] name: Identifier. Unique name of the configuration using the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
|
348
|
+
:param pulumi.Input[_builtins.str] network: Traffic will be logged from VMs, VPN tunnels and Interconnect Attachments within the network. Format: projects/{project_id}/global/networks/{name}
|
311
349
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
312
350
|
If it is not provided, the provider project is used.
|
313
351
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
|
314
352
|
and default labels configured on the provider.
|
315
353
|
:param pulumi.Input[_builtins.str] state: Optional. The state of the VPC Flow Log configuration. Default value
|
316
|
-
is ENABLED. When creating a new configuration, it must be enabled.
|
354
|
+
is ENABLED. When creating a new configuration, it must be enabled.
|
355
|
+
Possible values: STATE_UNSPECIFIED ENABLED DISABLED
|
356
|
+
:param pulumi.Input[_builtins.str] subnet: Traffic will be logged from VMs within the subnetwork. Format: projects/{project_id}/regions/{region}/subnetworks/{name}
|
357
|
+
:param pulumi.Input[_builtins.str] target_resource_state: Describes the state of the configured target resource for diagnostic
|
358
|
+
purposes.
|
359
|
+
Possible values:
|
360
|
+
TARGET_RESOURCE_STATE_UNSPECIFIED
|
361
|
+
TARGET_RESOURCE_EXISTS
|
362
|
+
TARGET_RESOURCE_DOES_NOT_EXIST
|
317
363
|
:param pulumi.Input[_builtins.str] update_time: Output only. The time the config was updated.
|
318
364
|
:param pulumi.Input[_builtins.str] vpc_flow_logs_config_id: Required. ID of the `VpcFlowLogsConfig`.
|
319
365
|
:param pulumi.Input[_builtins.str] vpn_tunnel: Traffic will be logged from the VPN Tunnel. Format: projects/{project_id}/regions/{region}/vpnTunnels/{name}
|
@@ -342,12 +388,18 @@ class _VpcFlowLogsConfigState:
|
|
342
388
|
pulumi.set(__self__, "metadata_fields", metadata_fields)
|
343
389
|
if name is not None:
|
344
390
|
pulumi.set(__self__, "name", name)
|
391
|
+
if network is not None:
|
392
|
+
pulumi.set(__self__, "network", network)
|
345
393
|
if project is not None:
|
346
394
|
pulumi.set(__self__, "project", project)
|
347
395
|
if pulumi_labels is not None:
|
348
396
|
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
349
397
|
if state is not None:
|
350
398
|
pulumi.set(__self__, "state", state)
|
399
|
+
if subnet is not None:
|
400
|
+
pulumi.set(__self__, "subnet", subnet)
|
401
|
+
if target_resource_state is not None:
|
402
|
+
pulumi.set(__self__, "target_resource_state", target_resource_state)
|
351
403
|
if update_time is not None:
|
352
404
|
pulumi.set(__self__, "update_time", update_time)
|
353
405
|
if vpc_flow_logs_config_id is not None:
|
@@ -360,7 +412,7 @@ class _VpcFlowLogsConfigState:
|
|
360
412
|
def aggregation_interval(self) -> Optional[pulumi.Input[_builtins.str]]:
|
361
413
|
"""
|
362
414
|
Optional. The aggregation interval for the logs. Default value is
|
363
|
-
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
415
|
+
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
364
416
|
"""
|
365
417
|
return pulumi.get(self, "aggregation_interval")
|
366
418
|
|
@@ -512,6 +564,18 @@ class _VpcFlowLogsConfigState:
|
|
512
564
|
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
513
565
|
pulumi.set(self, "name", value)
|
514
566
|
|
567
|
+
@_builtins.property
|
568
|
+
@pulumi.getter
|
569
|
+
def network(self) -> Optional[pulumi.Input[_builtins.str]]:
|
570
|
+
"""
|
571
|
+
Traffic will be logged from VMs, VPN tunnels and Interconnect Attachments within the network. Format: projects/{project_id}/global/networks/{name}
|
572
|
+
"""
|
573
|
+
return pulumi.get(self, "network")
|
574
|
+
|
575
|
+
@network.setter
|
576
|
+
def network(self, value: Optional[pulumi.Input[_builtins.str]]):
|
577
|
+
pulumi.set(self, "network", value)
|
578
|
+
|
515
579
|
@_builtins.property
|
516
580
|
@pulumi.getter
|
517
581
|
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -543,7 +607,8 @@ class _VpcFlowLogsConfigState:
|
|
543
607
|
def state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
544
608
|
"""
|
545
609
|
Optional. The state of the VPC Flow Log configuration. Default value
|
546
|
-
is ENABLED. When creating a new configuration, it must be enabled.
|
610
|
+
is ENABLED. When creating a new configuration, it must be enabled.
|
611
|
+
Possible values: STATE_UNSPECIFIED ENABLED DISABLED
|
547
612
|
"""
|
548
613
|
return pulumi.get(self, "state")
|
549
614
|
|
@@ -551,6 +616,35 @@ class _VpcFlowLogsConfigState:
|
|
551
616
|
def state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
552
617
|
pulumi.set(self, "state", value)
|
553
618
|
|
619
|
+
@_builtins.property
|
620
|
+
@pulumi.getter
|
621
|
+
def subnet(self) -> Optional[pulumi.Input[_builtins.str]]:
|
622
|
+
"""
|
623
|
+
Traffic will be logged from VMs within the subnetwork. Format: projects/{project_id}/regions/{region}/subnetworks/{name}
|
624
|
+
"""
|
625
|
+
return pulumi.get(self, "subnet")
|
626
|
+
|
627
|
+
@subnet.setter
|
628
|
+
def subnet(self, value: Optional[pulumi.Input[_builtins.str]]):
|
629
|
+
pulumi.set(self, "subnet", value)
|
630
|
+
|
631
|
+
@_builtins.property
|
632
|
+
@pulumi.getter(name="targetResourceState")
|
633
|
+
def target_resource_state(self) -> Optional[pulumi.Input[_builtins.str]]:
|
634
|
+
"""
|
635
|
+
Describes the state of the configured target resource for diagnostic
|
636
|
+
purposes.
|
637
|
+
Possible values:
|
638
|
+
TARGET_RESOURCE_STATE_UNSPECIFIED
|
639
|
+
TARGET_RESOURCE_EXISTS
|
640
|
+
TARGET_RESOURCE_DOES_NOT_EXIST
|
641
|
+
"""
|
642
|
+
return pulumi.get(self, "target_resource_state")
|
643
|
+
|
644
|
+
@target_resource_state.setter
|
645
|
+
def target_resource_state(self, value: Optional[pulumi.Input[_builtins.str]]):
|
646
|
+
pulumi.set(self, "target_resource_state", value)
|
647
|
+
|
554
648
|
@_builtins.property
|
555
649
|
@pulumi.getter(name="updateTime")
|
556
650
|
def update_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -603,46 +697,18 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
603
697
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
604
698
|
metadata: Optional[pulumi.Input[_builtins.str]] = None,
|
605
699
|
metadata_fields: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
700
|
+
network: Optional[pulumi.Input[_builtins.str]] = None,
|
606
701
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
607
702
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
703
|
+
subnet: Optional[pulumi.Input[_builtins.str]] = None,
|
608
704
|
vpc_flow_logs_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
609
705
|
vpn_tunnel: Optional[pulumi.Input[_builtins.str]] = None,
|
610
706
|
__props__=None):
|
611
707
|
"""
|
612
|
-
VPC Flow Logs Config is a resource that lets you configure Flow Logs for
|
708
|
+
VPC Flow Logs Config is a resource that lets you configure Flow Logs for Networks, Subnets, Interconnect attachments or VPN Tunnels.
|
613
709
|
|
614
710
|
## Example Usage
|
615
711
|
|
616
|
-
### Network Management Vpc Flow Logs Config Interconnect Full
|
617
|
-
|
618
|
-
```python
|
619
|
-
import pulumi
|
620
|
-
import pulumi_gcp as gcp
|
621
|
-
|
622
|
-
project = gcp.organizations.get_project()
|
623
|
-
network = gcp.compute.Network("network", name="full-interconnect-test-network")
|
624
|
-
router = gcp.compute.Router("router",
|
625
|
-
name="full-interconnect-test-router",
|
626
|
-
network=network.name,
|
627
|
-
bgp={
|
628
|
-
"asn": 16550,
|
629
|
-
})
|
630
|
-
attachment = gcp.compute.InterconnectAttachment("attachment",
|
631
|
-
name="full-interconnect-test-id",
|
632
|
-
edge_availability_domain="AVAILABILITY_DOMAIN_1",
|
633
|
-
type="PARTNER",
|
634
|
-
router=router.id,
|
635
|
-
mtu="1500")
|
636
|
-
interconnect_test = gcp.networkmanagement.VpcFlowLogsConfig("interconnect-test",
|
637
|
-
vpc_flow_logs_config_id="full-interconnect-test-id",
|
638
|
-
location="global",
|
639
|
-
interconnect_attachment=attachment.name.apply(lambda name: f"projects/{project.number}/regions/us-east4/interconnectAttachments/{name}"),
|
640
|
-
state="ENABLED",
|
641
|
-
aggregation_interval="INTERVAL_5_SEC",
|
642
|
-
description="VPC Flow Logs over a VPN Gateway.",
|
643
|
-
flow_sampling=0.5,
|
644
|
-
metadata="INCLUDE_ALL_METADATA")
|
645
|
-
```
|
646
712
|
### Network Management Vpc Flow Logs Config Interconnect Basic
|
647
713
|
|
648
714
|
```python
|
@@ -718,60 +784,38 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
718
784
|
priority=1000,
|
719
785
|
next_hop_vpn_tunnel=tunnel.id)
|
720
786
|
```
|
721
|
-
### Network Management Vpc Flow Logs Config
|
787
|
+
### Network Management Vpc Flow Logs Config Network Basic
|
722
788
|
|
723
789
|
```python
|
724
790
|
import pulumi
|
725
791
|
import pulumi_gcp as gcp
|
726
792
|
|
727
793
|
project = gcp.organizations.get_project()
|
728
|
-
network = gcp.compute.Network("network", name="
|
729
|
-
|
730
|
-
|
794
|
+
network = gcp.compute.Network("network", name="basic-network-test-network")
|
795
|
+
network_test = gcp.networkmanagement.VpcFlowLogsConfig("network-test",
|
796
|
+
vpc_flow_logs_config_id="basic-network-test-id",
|
797
|
+
location="global",
|
798
|
+
network=network.name.apply(lambda name: f"projects/{project.number}/global/networks/{name}"))
|
799
|
+
```
|
800
|
+
### Network Management Vpc Flow Logs Config Subnet Basic
|
801
|
+
|
802
|
+
```python
|
803
|
+
import pulumi
|
804
|
+
import pulumi_gcp as gcp
|
805
|
+
|
806
|
+
project = gcp.organizations.get_project()
|
807
|
+
network = gcp.compute.Network("network",
|
808
|
+
name="basic-subnet-test-network",
|
809
|
+
auto_create_subnetworks=False)
|
810
|
+
subnetwork = gcp.compute.Subnetwork("subnetwork",
|
811
|
+
name="basic-subnet-test-subnetwork",
|
812
|
+
ip_cidr_range="10.2.0.0/16",
|
813
|
+
region="us-central1",
|
731
814
|
network=network.id)
|
732
|
-
|
733
|
-
|
734
|
-
name="full-test-fresp",
|
735
|
-
ip_protocol="ESP",
|
736
|
-
ip_address=vpn_static_ip.address,
|
737
|
-
target=target_gateway.id)
|
738
|
-
fr_udp500 = gcp.compute.ForwardingRule("fr_udp500",
|
739
|
-
name="full-test-fr500",
|
740
|
-
ip_protocol="UDP",
|
741
|
-
port_range="500",
|
742
|
-
ip_address=vpn_static_ip.address,
|
743
|
-
target=target_gateway.id)
|
744
|
-
fr_udp4500 = gcp.compute.ForwardingRule("fr_udp4500",
|
745
|
-
name="full-test-fr4500",
|
746
|
-
ip_protocol="UDP",
|
747
|
-
port_range="4500",
|
748
|
-
ip_address=vpn_static_ip.address,
|
749
|
-
target=target_gateway.id)
|
750
|
-
tunnel = gcp.compute.VPNTunnel("tunnel",
|
751
|
-
name="full-test-tunnel",
|
752
|
-
peer_ip="15.0.0.120",
|
753
|
-
shared_secret="a secret message",
|
754
|
-
target_vpn_gateway=target_gateway.id,
|
755
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
756
|
-
fr_esp,
|
757
|
-
fr_udp500,
|
758
|
-
fr_udp4500,
|
759
|
-
]))
|
760
|
-
vpn_test = gcp.networkmanagement.VpcFlowLogsConfig("vpn-test",
|
761
|
-
vpc_flow_logs_config_id="full-test-id",
|
815
|
+
subnet_test = gcp.networkmanagement.VpcFlowLogsConfig("subnet-test",
|
816
|
+
vpc_flow_logs_config_id="basic-subnet-test-id",
|
762
817
|
location="global",
|
763
|
-
|
764
|
-
state="ENABLED",
|
765
|
-
aggregation_interval="INTERVAL_5_SEC",
|
766
|
-
description="VPC Flow Logs over a VPN Gateway.",
|
767
|
-
flow_sampling=0.5,
|
768
|
-
metadata="INCLUDE_ALL_METADATA")
|
769
|
-
route = gcp.compute.Route("route",
|
770
|
-
name="full-test-route",
|
771
|
-
network=network.name,
|
772
|
-
dest_range="15.0.0.0/24",
|
773
|
-
priority=1000,
|
774
|
-
next_hop_vpn_tunnel=tunnel.id)
|
818
|
+
subnet=subnetwork.name.apply(lambda name: f"projects/{project.number}/regions/us-central1/subnetworks/{name}"))
|
775
819
|
```
|
776
820
|
|
777
821
|
## Import
|
@@ -801,7 +845,7 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
801
845
|
:param str resource_name: The name of the resource.
|
802
846
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
803
847
|
:param pulumi.Input[_builtins.str] aggregation_interval: Optional. The aggregation interval for the logs. Default value is
|
804
|
-
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
848
|
+
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
805
849
|
:param pulumi.Input[_builtins.str] description: Optional. The user-supplied description of the VPC Flow Logs configuration. Maximum
|
806
850
|
of 512 characters.
|
807
851
|
:param pulumi.Input[_builtins.str] filter_expr: Optional. Export filter used to define which VPC Flow Logs should be logged.
|
@@ -822,10 +866,13 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
822
866
|
Possible values: METADATA_UNSPECIFIED INCLUDE_ALL_METADATA EXCLUDE_ALL_METADATA CUSTOM_METADATA
|
823
867
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] metadata_fields: Optional. Custom metadata fields to include in the reported VPC flow
|
824
868
|
logs. Can only be specified if \\"metadata\\" was set to CUSTOM_METADATA.
|
869
|
+
:param pulumi.Input[_builtins.str] network: Traffic will be logged from VMs, VPN tunnels and Interconnect Attachments within the network. Format: projects/{project_id}/global/networks/{name}
|
825
870
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
826
871
|
If it is not provided, the provider project is used.
|
827
872
|
:param pulumi.Input[_builtins.str] state: Optional. The state of the VPC Flow Log configuration. Default value
|
828
|
-
is ENABLED. When creating a new configuration, it must be enabled.
|
873
|
+
is ENABLED. When creating a new configuration, it must be enabled.
|
874
|
+
Possible values: STATE_UNSPECIFIED ENABLED DISABLED
|
875
|
+
:param pulumi.Input[_builtins.str] subnet: Traffic will be logged from VMs within the subnetwork. Format: projects/{project_id}/regions/{region}/subnetworks/{name}
|
829
876
|
:param pulumi.Input[_builtins.str] vpc_flow_logs_config_id: Required. ID of the `VpcFlowLogsConfig`.
|
830
877
|
:param pulumi.Input[_builtins.str] vpn_tunnel: Traffic will be logged from the VPN Tunnel. Format: projects/{project_id}/regions/{region}/vpnTunnels/{name}
|
831
878
|
"""
|
@@ -836,40 +883,10 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
836
883
|
args: VpcFlowLogsConfigArgs,
|
837
884
|
opts: Optional[pulumi.ResourceOptions] = None):
|
838
885
|
"""
|
839
|
-
VPC Flow Logs Config is a resource that lets you configure Flow Logs for
|
886
|
+
VPC Flow Logs Config is a resource that lets you configure Flow Logs for Networks, Subnets, Interconnect attachments or VPN Tunnels.
|
840
887
|
|
841
888
|
## Example Usage
|
842
889
|
|
843
|
-
### Network Management Vpc Flow Logs Config Interconnect Full
|
844
|
-
|
845
|
-
```python
|
846
|
-
import pulumi
|
847
|
-
import pulumi_gcp as gcp
|
848
|
-
|
849
|
-
project = gcp.organizations.get_project()
|
850
|
-
network = gcp.compute.Network("network", name="full-interconnect-test-network")
|
851
|
-
router = gcp.compute.Router("router",
|
852
|
-
name="full-interconnect-test-router",
|
853
|
-
network=network.name,
|
854
|
-
bgp={
|
855
|
-
"asn": 16550,
|
856
|
-
})
|
857
|
-
attachment = gcp.compute.InterconnectAttachment("attachment",
|
858
|
-
name="full-interconnect-test-id",
|
859
|
-
edge_availability_domain="AVAILABILITY_DOMAIN_1",
|
860
|
-
type="PARTNER",
|
861
|
-
router=router.id,
|
862
|
-
mtu="1500")
|
863
|
-
interconnect_test = gcp.networkmanagement.VpcFlowLogsConfig("interconnect-test",
|
864
|
-
vpc_flow_logs_config_id="full-interconnect-test-id",
|
865
|
-
location="global",
|
866
|
-
interconnect_attachment=attachment.name.apply(lambda name: f"projects/{project.number}/regions/us-east4/interconnectAttachments/{name}"),
|
867
|
-
state="ENABLED",
|
868
|
-
aggregation_interval="INTERVAL_5_SEC",
|
869
|
-
description="VPC Flow Logs over a VPN Gateway.",
|
870
|
-
flow_sampling=0.5,
|
871
|
-
metadata="INCLUDE_ALL_METADATA")
|
872
|
-
```
|
873
890
|
### Network Management Vpc Flow Logs Config Interconnect Basic
|
874
891
|
|
875
892
|
```python
|
@@ -945,60 +962,38 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
945
962
|
priority=1000,
|
946
963
|
next_hop_vpn_tunnel=tunnel.id)
|
947
964
|
```
|
948
|
-
### Network Management Vpc Flow Logs Config
|
965
|
+
### Network Management Vpc Flow Logs Config Network Basic
|
949
966
|
|
950
967
|
```python
|
951
968
|
import pulumi
|
952
969
|
import pulumi_gcp as gcp
|
953
970
|
|
954
971
|
project = gcp.organizations.get_project()
|
955
|
-
network = gcp.compute.Network("network", name="
|
956
|
-
|
957
|
-
|
972
|
+
network = gcp.compute.Network("network", name="basic-network-test-network")
|
973
|
+
network_test = gcp.networkmanagement.VpcFlowLogsConfig("network-test",
|
974
|
+
vpc_flow_logs_config_id="basic-network-test-id",
|
975
|
+
location="global",
|
976
|
+
network=network.name.apply(lambda name: f"projects/{project.number}/global/networks/{name}"))
|
977
|
+
```
|
978
|
+
### Network Management Vpc Flow Logs Config Subnet Basic
|
979
|
+
|
980
|
+
```python
|
981
|
+
import pulumi
|
982
|
+
import pulumi_gcp as gcp
|
983
|
+
|
984
|
+
project = gcp.organizations.get_project()
|
985
|
+
network = gcp.compute.Network("network",
|
986
|
+
name="basic-subnet-test-network",
|
987
|
+
auto_create_subnetworks=False)
|
988
|
+
subnetwork = gcp.compute.Subnetwork("subnetwork",
|
989
|
+
name="basic-subnet-test-subnetwork",
|
990
|
+
ip_cidr_range="10.2.0.0/16",
|
991
|
+
region="us-central1",
|
958
992
|
network=network.id)
|
959
|
-
|
960
|
-
|
961
|
-
name="full-test-fresp",
|
962
|
-
ip_protocol="ESP",
|
963
|
-
ip_address=vpn_static_ip.address,
|
964
|
-
target=target_gateway.id)
|
965
|
-
fr_udp500 = gcp.compute.ForwardingRule("fr_udp500",
|
966
|
-
name="full-test-fr500",
|
967
|
-
ip_protocol="UDP",
|
968
|
-
port_range="500",
|
969
|
-
ip_address=vpn_static_ip.address,
|
970
|
-
target=target_gateway.id)
|
971
|
-
fr_udp4500 = gcp.compute.ForwardingRule("fr_udp4500",
|
972
|
-
name="full-test-fr4500",
|
973
|
-
ip_protocol="UDP",
|
974
|
-
port_range="4500",
|
975
|
-
ip_address=vpn_static_ip.address,
|
976
|
-
target=target_gateway.id)
|
977
|
-
tunnel = gcp.compute.VPNTunnel("tunnel",
|
978
|
-
name="full-test-tunnel",
|
979
|
-
peer_ip="15.0.0.120",
|
980
|
-
shared_secret="a secret message",
|
981
|
-
target_vpn_gateway=target_gateway.id,
|
982
|
-
opts = pulumi.ResourceOptions(depends_on=[
|
983
|
-
fr_esp,
|
984
|
-
fr_udp500,
|
985
|
-
fr_udp4500,
|
986
|
-
]))
|
987
|
-
vpn_test = gcp.networkmanagement.VpcFlowLogsConfig("vpn-test",
|
988
|
-
vpc_flow_logs_config_id="full-test-id",
|
993
|
+
subnet_test = gcp.networkmanagement.VpcFlowLogsConfig("subnet-test",
|
994
|
+
vpc_flow_logs_config_id="basic-subnet-test-id",
|
989
995
|
location="global",
|
990
|
-
|
991
|
-
state="ENABLED",
|
992
|
-
aggregation_interval="INTERVAL_5_SEC",
|
993
|
-
description="VPC Flow Logs over a VPN Gateway.",
|
994
|
-
flow_sampling=0.5,
|
995
|
-
metadata="INCLUDE_ALL_METADATA")
|
996
|
-
route = gcp.compute.Route("route",
|
997
|
-
name="full-test-route",
|
998
|
-
network=network.name,
|
999
|
-
dest_range="15.0.0.0/24",
|
1000
|
-
priority=1000,
|
1001
|
-
next_hop_vpn_tunnel=tunnel.id)
|
996
|
+
subnet=subnetwork.name.apply(lambda name: f"projects/{project.number}/regions/us-central1/subnetworks/{name}"))
|
1002
997
|
```
|
1003
998
|
|
1004
999
|
## Import
|
@@ -1049,8 +1044,10 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1049
1044
|
location: Optional[pulumi.Input[_builtins.str]] = None,
|
1050
1045
|
metadata: Optional[pulumi.Input[_builtins.str]] = None,
|
1051
1046
|
metadata_fields: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1047
|
+
network: Optional[pulumi.Input[_builtins.str]] = None,
|
1052
1048
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
1053
1049
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
1050
|
+
subnet: Optional[pulumi.Input[_builtins.str]] = None,
|
1054
1051
|
vpc_flow_logs_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1055
1052
|
vpn_tunnel: Optional[pulumi.Input[_builtins.str]] = None,
|
1056
1053
|
__props__=None):
|
@@ -1073,8 +1070,10 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1073
1070
|
__props__.__dict__["location"] = location
|
1074
1071
|
__props__.__dict__["metadata"] = metadata
|
1075
1072
|
__props__.__dict__["metadata_fields"] = metadata_fields
|
1073
|
+
__props__.__dict__["network"] = network
|
1076
1074
|
__props__.__dict__["project"] = project
|
1077
1075
|
__props__.__dict__["state"] = state
|
1076
|
+
__props__.__dict__["subnet"] = subnet
|
1078
1077
|
if vpc_flow_logs_config_id is None and not opts.urn:
|
1079
1078
|
raise TypeError("Missing required property 'vpc_flow_logs_config_id'")
|
1080
1079
|
__props__.__dict__["vpc_flow_logs_config_id"] = vpc_flow_logs_config_id
|
@@ -1083,6 +1082,7 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1083
1082
|
__props__.__dict__["effective_labels"] = None
|
1084
1083
|
__props__.__dict__["name"] = None
|
1085
1084
|
__props__.__dict__["pulumi_labels"] = None
|
1085
|
+
__props__.__dict__["target_resource_state"] = None
|
1086
1086
|
__props__.__dict__["update_time"] = None
|
1087
1087
|
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["effectiveLabels", "pulumiLabels"])
|
1088
1088
|
opts = pulumi.ResourceOptions.merge(opts, secret_opts)
|
@@ -1108,9 +1108,12 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1108
1108
|
metadata: Optional[pulumi.Input[_builtins.str]] = None,
|
1109
1109
|
metadata_fields: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
1110
1110
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
1111
|
+
network: Optional[pulumi.Input[_builtins.str]] = None,
|
1111
1112
|
project: Optional[pulumi.Input[_builtins.str]] = None,
|
1112
1113
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
1113
1114
|
state: Optional[pulumi.Input[_builtins.str]] = None,
|
1115
|
+
subnet: Optional[pulumi.Input[_builtins.str]] = None,
|
1116
|
+
target_resource_state: Optional[pulumi.Input[_builtins.str]] = None,
|
1114
1117
|
update_time: Optional[pulumi.Input[_builtins.str]] = None,
|
1115
1118
|
vpc_flow_logs_config_id: Optional[pulumi.Input[_builtins.str]] = None,
|
1116
1119
|
vpn_tunnel: Optional[pulumi.Input[_builtins.str]] = None) -> 'VpcFlowLogsConfig':
|
@@ -1122,7 +1125,7 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1122
1125
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1123
1126
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1124
1127
|
:param pulumi.Input[_builtins.str] aggregation_interval: Optional. The aggregation interval for the logs. Default value is
|
1125
|
-
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
1128
|
+
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
1126
1129
|
:param pulumi.Input[_builtins.str] create_time: Output only. The time the config was created.
|
1127
1130
|
:param pulumi.Input[_builtins.str] description: Optional. The user-supplied description of the VPC Flow Logs configuration. Maximum
|
1128
1131
|
of 512 characters.
|
@@ -1146,12 +1149,21 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1146
1149
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] metadata_fields: Optional. Custom metadata fields to include in the reported VPC flow
|
1147
1150
|
logs. Can only be specified if \\"metadata\\" was set to CUSTOM_METADATA.
|
1148
1151
|
:param pulumi.Input[_builtins.str] name: Identifier. Unique name of the configuration using the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
|
1152
|
+
:param pulumi.Input[_builtins.str] network: Traffic will be logged from VMs, VPN tunnels and Interconnect Attachments within the network. Format: projects/{project_id}/global/networks/{name}
|
1149
1153
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
1150
1154
|
If it is not provided, the provider project is used.
|
1151
1155
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
|
1152
1156
|
and default labels configured on the provider.
|
1153
1157
|
:param pulumi.Input[_builtins.str] state: Optional. The state of the VPC Flow Log configuration. Default value
|
1154
|
-
is ENABLED. When creating a new configuration, it must be enabled.
|
1158
|
+
is ENABLED. When creating a new configuration, it must be enabled.
|
1159
|
+
Possible values: STATE_UNSPECIFIED ENABLED DISABLED
|
1160
|
+
:param pulumi.Input[_builtins.str] subnet: Traffic will be logged from VMs within the subnetwork. Format: projects/{project_id}/regions/{region}/subnetworks/{name}
|
1161
|
+
:param pulumi.Input[_builtins.str] target_resource_state: Describes the state of the configured target resource for diagnostic
|
1162
|
+
purposes.
|
1163
|
+
Possible values:
|
1164
|
+
TARGET_RESOURCE_STATE_UNSPECIFIED
|
1165
|
+
TARGET_RESOURCE_EXISTS
|
1166
|
+
TARGET_RESOURCE_DOES_NOT_EXIST
|
1155
1167
|
:param pulumi.Input[_builtins.str] update_time: Output only. The time the config was updated.
|
1156
1168
|
:param pulumi.Input[_builtins.str] vpc_flow_logs_config_id: Required. ID of the `VpcFlowLogsConfig`.
|
1157
1169
|
:param pulumi.Input[_builtins.str] vpn_tunnel: Traffic will be logged from the VPN Tunnel. Format: projects/{project_id}/regions/{region}/vpnTunnels/{name}
|
@@ -1172,9 +1184,12 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1172
1184
|
__props__.__dict__["metadata"] = metadata
|
1173
1185
|
__props__.__dict__["metadata_fields"] = metadata_fields
|
1174
1186
|
__props__.__dict__["name"] = name
|
1187
|
+
__props__.__dict__["network"] = network
|
1175
1188
|
__props__.__dict__["project"] = project
|
1176
1189
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
1177
1190
|
__props__.__dict__["state"] = state
|
1191
|
+
__props__.__dict__["subnet"] = subnet
|
1192
|
+
__props__.__dict__["target_resource_state"] = target_resource_state
|
1178
1193
|
__props__.__dict__["update_time"] = update_time
|
1179
1194
|
__props__.__dict__["vpc_flow_logs_config_id"] = vpc_flow_logs_config_id
|
1180
1195
|
__props__.__dict__["vpn_tunnel"] = vpn_tunnel
|
@@ -1185,7 +1200,7 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1185
1200
|
def aggregation_interval(self) -> pulumi.Output[_builtins.str]:
|
1186
1201
|
"""
|
1187
1202
|
Optional. The aggregation interval for the logs. Default value is
|
1188
|
-
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
1203
|
+
INTERVAL_5_SEC. Possible values: AGGREGATION_INTERVAL_UNSPECIFIED INTERVAL_5_SEC INTERVAL_30_SEC INTERVAL_1_MIN INTERVAL_5_MIN INTERVAL_10_MIN INTERVAL_15_MIN
|
1189
1204
|
"""
|
1190
1205
|
return pulumi.get(self, "aggregation_interval")
|
1191
1206
|
|
@@ -1289,6 +1304,14 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1289
1304
|
"""
|
1290
1305
|
return pulumi.get(self, "name")
|
1291
1306
|
|
1307
|
+
@_builtins.property
|
1308
|
+
@pulumi.getter
|
1309
|
+
def network(self) -> pulumi.Output[Optional[_builtins.str]]:
|
1310
|
+
"""
|
1311
|
+
Traffic will be logged from VMs, VPN tunnels and Interconnect Attachments within the network. Format: projects/{project_id}/global/networks/{name}
|
1312
|
+
"""
|
1313
|
+
return pulumi.get(self, "network")
|
1314
|
+
|
1292
1315
|
@_builtins.property
|
1293
1316
|
@pulumi.getter
|
1294
1317
|
def project(self) -> pulumi.Output[_builtins.str]:
|
@@ -1312,10 +1335,32 @@ class VpcFlowLogsConfig(pulumi.CustomResource):
|
|
1312
1335
|
def state(self) -> pulumi.Output[_builtins.str]:
|
1313
1336
|
"""
|
1314
1337
|
Optional. The state of the VPC Flow Log configuration. Default value
|
1315
|
-
is ENABLED. When creating a new configuration, it must be enabled.
|
1338
|
+
is ENABLED. When creating a new configuration, it must be enabled.
|
1339
|
+
Possible values: STATE_UNSPECIFIED ENABLED DISABLED
|
1316
1340
|
"""
|
1317
1341
|
return pulumi.get(self, "state")
|
1318
1342
|
|
1343
|
+
@_builtins.property
|
1344
|
+
@pulumi.getter
|
1345
|
+
def subnet(self) -> pulumi.Output[Optional[_builtins.str]]:
|
1346
|
+
"""
|
1347
|
+
Traffic will be logged from VMs within the subnetwork. Format: projects/{project_id}/regions/{region}/subnetworks/{name}
|
1348
|
+
"""
|
1349
|
+
return pulumi.get(self, "subnet")
|
1350
|
+
|
1351
|
+
@_builtins.property
|
1352
|
+
@pulumi.getter(name="targetResourceState")
|
1353
|
+
def target_resource_state(self) -> pulumi.Output[_builtins.str]:
|
1354
|
+
"""
|
1355
|
+
Describes the state of the configured target resource for diagnostic
|
1356
|
+
purposes.
|
1357
|
+
Possible values:
|
1358
|
+
TARGET_RESOURCE_STATE_UNSPECIFIED
|
1359
|
+
TARGET_RESOURCE_EXISTS
|
1360
|
+
TARGET_RESOURCE_DOES_NOT_EXIST
|
1361
|
+
"""
|
1362
|
+
return pulumi.get(self, "target_resource_state")
|
1363
|
+
|
1319
1364
|
@_builtins.property
|
1320
1365
|
@pulumi.getter(name="updateTime")
|
1321
1366
|
def update_time(self) -> pulumi.Output[_builtins.str]:
|