pulumi-gcp 8.41.0a1755723613__py3-none-any.whl → 8.41.1__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/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/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/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.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/RECORD +310 -307
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755723613.dist-info → pulumi_gcp-8.41.1.dist-info}/top_level.txt +0 -0
@@ -33,21 +33,21 @@ class DeployPolicyArgs:
|
|
33
33
|
"""
|
34
34
|
The set of arguments for constructing a DeployPolicy resource.
|
35
35
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
36
|
-
:param pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]] rules:
|
36
|
+
:param pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]] rules: Rules to apply. At least one rule must be present.
|
37
37
|
Structure is documented below.
|
38
|
-
:param pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]] selectors:
|
38
|
+
:param pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]] selectors: Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
|
39
39
|
Structure is documented below.
|
40
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations:
|
40
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
41
41
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
42
42
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
43
|
-
:param pulumi.Input[_builtins.str] description:
|
44
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels:
|
43
|
+
:param pulumi.Input[_builtins.str] description: Description of the `DeployPolicy`. Max length is 255 characters.
|
44
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
45
45
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
46
46
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
47
47
|
:param pulumi.Input[_builtins.str] name: Name of the `DeployPolicy`.
|
48
48
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
49
49
|
If it is not provided, the provider project is used.
|
50
|
-
:param pulumi.Input[_builtins.bool] suspended:
|
50
|
+
:param pulumi.Input[_builtins.bool] suspended: When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
|
51
51
|
"""
|
52
52
|
pulumi.set(__self__, "location", location)
|
53
53
|
pulumi.set(__self__, "rules", rules)
|
@@ -81,7 +81,7 @@ class DeployPolicyArgs:
|
|
81
81
|
@pulumi.getter
|
82
82
|
def rules(self) -> pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]]:
|
83
83
|
"""
|
84
|
-
|
84
|
+
Rules to apply. At least one rule must be present.
|
85
85
|
Structure is documented below.
|
86
86
|
"""
|
87
87
|
return pulumi.get(self, "rules")
|
@@ -94,7 +94,7 @@ class DeployPolicyArgs:
|
|
94
94
|
@pulumi.getter
|
95
95
|
def selectors(self) -> pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]]:
|
96
96
|
"""
|
97
|
-
|
97
|
+
Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
|
98
98
|
Structure is documented below.
|
99
99
|
"""
|
100
100
|
return pulumi.get(self, "selectors")
|
@@ -107,7 +107,7 @@ class DeployPolicyArgs:
|
|
107
107
|
@pulumi.getter
|
108
108
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
109
109
|
"""
|
110
|
-
|
110
|
+
User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
111
111
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
112
112
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
113
113
|
"""
|
@@ -121,7 +121,7 @@ class DeployPolicyArgs:
|
|
121
121
|
@pulumi.getter
|
122
122
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
123
123
|
"""
|
124
|
-
|
124
|
+
Description of the `DeployPolicy`. Max length is 255 characters.
|
125
125
|
"""
|
126
126
|
return pulumi.get(self, "description")
|
127
127
|
|
@@ -133,7 +133,7 @@ class DeployPolicyArgs:
|
|
133
133
|
@pulumi.getter
|
134
134
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
135
135
|
"""
|
136
|
-
|
136
|
+
Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
137
137
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
138
138
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
139
139
|
"""
|
@@ -172,7 +172,7 @@ class DeployPolicyArgs:
|
|
172
172
|
@pulumi.getter
|
173
173
|
def suspended(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
174
174
|
"""
|
175
|
-
|
175
|
+
When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
|
176
176
|
"""
|
177
177
|
return pulumi.get(self, "suspended")
|
178
178
|
|
@@ -202,14 +202,14 @@ class _DeployPolicyState:
|
|
202
202
|
update_time: Optional[pulumi.Input[_builtins.str]] = None):
|
203
203
|
"""
|
204
204
|
Input properties used for looking up and filtering DeployPolicy resources.
|
205
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations:
|
205
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
206
206
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
207
207
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
208
208
|
:param pulumi.Input[_builtins.str] create_time: Output only. Time at which the DeployPolicy was created.
|
209
|
-
:param pulumi.Input[_builtins.str] description:
|
209
|
+
:param pulumi.Input[_builtins.str] description: Description of the `DeployPolicy`. Max length is 255 characters.
|
210
210
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
211
|
-
:param pulumi.Input[_builtins.str] etag:
|
212
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels:
|
211
|
+
:param pulumi.Input[_builtins.str] etag: The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
212
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
213
213
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
214
214
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
215
215
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
@@ -218,11 +218,11 @@ class _DeployPolicyState:
|
|
218
218
|
If it is not provided, the provider project is used.
|
219
219
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
|
220
220
|
and default labels configured on the provider.
|
221
|
-
:param pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]] rules:
|
221
|
+
:param pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]] rules: Rules to apply. At least one rule must be present.
|
222
222
|
Structure is documented below.
|
223
|
-
:param pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]] selectors:
|
223
|
+
:param pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]] selectors: Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
|
224
224
|
Structure is documented below.
|
225
|
-
:param pulumi.Input[_builtins.bool] suspended:
|
225
|
+
:param pulumi.Input[_builtins.bool] suspended: When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
|
226
226
|
:param pulumi.Input[_builtins.str] uid: Output only. Unique identifier of the `DeployPolicy`.
|
227
227
|
:param pulumi.Input[_builtins.str] update_time: Output only. Time at which the DeployPolicy was updated.
|
228
228
|
"""
|
@@ -263,7 +263,7 @@ class _DeployPolicyState:
|
|
263
263
|
@pulumi.getter
|
264
264
|
def annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
265
265
|
"""
|
266
|
-
|
266
|
+
User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
267
267
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
268
268
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
269
269
|
"""
|
@@ -289,7 +289,7 @@ class _DeployPolicyState:
|
|
289
289
|
@pulumi.getter
|
290
290
|
def description(self) -> Optional[pulumi.Input[_builtins.str]]:
|
291
291
|
"""
|
292
|
-
|
292
|
+
Description of the `DeployPolicy`. Max length is 255 characters.
|
293
293
|
"""
|
294
294
|
return pulumi.get(self, "description")
|
295
295
|
|
@@ -322,7 +322,7 @@ class _DeployPolicyState:
|
|
322
322
|
@pulumi.getter
|
323
323
|
def etag(self) -> Optional[pulumi.Input[_builtins.str]]:
|
324
324
|
"""
|
325
|
-
|
325
|
+
The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
326
326
|
"""
|
327
327
|
return pulumi.get(self, "etag")
|
328
328
|
|
@@ -334,7 +334,7 @@ class _DeployPolicyState:
|
|
334
334
|
@pulumi.getter
|
335
335
|
def labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
336
336
|
"""
|
337
|
-
|
337
|
+
Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
338
338
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
339
339
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
340
340
|
"""
|
@@ -398,7 +398,7 @@ class _DeployPolicyState:
|
|
398
398
|
@pulumi.getter
|
399
399
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPolicyRuleArgs']]]]:
|
400
400
|
"""
|
401
|
-
|
401
|
+
Rules to apply. At least one rule must be present.
|
402
402
|
Structure is documented below.
|
403
403
|
"""
|
404
404
|
return pulumi.get(self, "rules")
|
@@ -411,7 +411,7 @@ class _DeployPolicyState:
|
|
411
411
|
@pulumi.getter
|
412
412
|
def selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeployPolicySelectorArgs']]]]:
|
413
413
|
"""
|
414
|
-
|
414
|
+
Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
|
415
415
|
Structure is documented below.
|
416
416
|
"""
|
417
417
|
return pulumi.get(self, "selectors")
|
@@ -424,7 +424,7 @@ class _DeployPolicyState:
|
|
424
424
|
@pulumi.getter
|
425
425
|
def suspended(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
426
426
|
"""
|
427
|
-
|
427
|
+
When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
|
428
428
|
"""
|
429
429
|
return pulumi.get(self, "suspended")
|
430
430
|
|
@@ -505,11 +505,11 @@ class DeployPolicy(pulumi.CustomResource):
|
|
505
505
|
"time_zone": "America/Los_Angeles",
|
506
506
|
"weekly_windows": [{
|
507
507
|
"start_time": {
|
508
|
-
"hours":
|
508
|
+
"hours": 0,
|
509
509
|
"minutes": 0,
|
510
510
|
},
|
511
511
|
"end_time": {
|
512
|
-
"hours":
|
512
|
+
"hours": 24,
|
513
513
|
"minutes": 0,
|
514
514
|
},
|
515
515
|
}],
|
@@ -562,16 +562,12 @@ class DeployPolicy(pulumi.CustomResource):
|
|
562
562
|
"time_zone": "America/Los_Angeles",
|
563
563
|
"weekly_windows": [{
|
564
564
|
"start_time": {
|
565
|
-
"hours":
|
565
|
+
"hours": 0,
|
566
566
|
"minutes": 0,
|
567
|
-
"seconds": 0,
|
568
|
-
"nanos": 0,
|
569
567
|
},
|
570
568
|
"end_time": {
|
571
569
|
"hours": 13,
|
572
570
|
"minutes": 0,
|
573
|
-
"seconds": 0,
|
574
|
-
"nanos": 0,
|
575
571
|
},
|
576
572
|
}],
|
577
573
|
},
|
@@ -588,8 +584,6 @@ class DeployPolicy(pulumi.CustomResource):
|
|
588
584
|
"start_time": {
|
589
585
|
"hours": 13,
|
590
586
|
"minutes": 0,
|
591
|
-
"seconds": 0,
|
592
|
-
"nanos": 0,
|
593
587
|
},
|
594
588
|
"end_time": {
|
595
589
|
"hours": 14,
|
@@ -601,16 +595,12 @@ class DeployPolicy(pulumi.CustomResource):
|
|
601
595
|
}],
|
602
596
|
"one_time_windows": [{
|
603
597
|
"start_time": {
|
604
|
-
"hours":
|
598
|
+
"hours": 0,
|
605
599
|
"minutes": 0,
|
606
|
-
"seconds": 0,
|
607
|
-
"nanos": 0,
|
608
600
|
},
|
609
601
|
"end_time": {
|
610
602
|
"hours": 16,
|
611
603
|
"minutes": 0,
|
612
|
-
"seconds": 0,
|
613
|
-
"nanos": 0,
|
614
604
|
},
|
615
605
|
"start_date": {
|
616
606
|
"year": 2019,
|
@@ -655,22 +645,22 @@ class DeployPolicy(pulumi.CustomResource):
|
|
655
645
|
|
656
646
|
:param str resource_name: The name of the resource.
|
657
647
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
658
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations:
|
648
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
659
649
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
660
650
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
661
|
-
:param pulumi.Input[_builtins.str] description:
|
662
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels:
|
651
|
+
:param pulumi.Input[_builtins.str] description: Description of the `DeployPolicy`. Max length is 255 characters.
|
652
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
663
653
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
664
654
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
665
655
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
666
656
|
:param pulumi.Input[_builtins.str] name: Name of the `DeployPolicy`.
|
667
657
|
:param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
|
668
658
|
If it is not provided, the provider project is used.
|
669
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicyRuleArgs', 'DeployPolicyRuleArgsDict']]]] rules:
|
659
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicyRuleArgs', 'DeployPolicyRuleArgsDict']]]] rules: Rules to apply. At least one rule must be present.
|
670
660
|
Structure is documented below.
|
671
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicySelectorArgs', 'DeployPolicySelectorArgsDict']]]] selectors:
|
661
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicySelectorArgs', 'DeployPolicySelectorArgsDict']]]] selectors: Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
|
672
662
|
Structure is documented below.
|
673
|
-
:param pulumi.Input[_builtins.bool] suspended:
|
663
|
+
:param pulumi.Input[_builtins.bool] suspended: When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
|
674
664
|
"""
|
675
665
|
...
|
676
666
|
@overload
|
@@ -710,11 +700,11 @@ class DeployPolicy(pulumi.CustomResource):
|
|
710
700
|
"time_zone": "America/Los_Angeles",
|
711
701
|
"weekly_windows": [{
|
712
702
|
"start_time": {
|
713
|
-
"hours":
|
703
|
+
"hours": 0,
|
714
704
|
"minutes": 0,
|
715
705
|
},
|
716
706
|
"end_time": {
|
717
|
-
"hours":
|
707
|
+
"hours": 24,
|
718
708
|
"minutes": 0,
|
719
709
|
},
|
720
710
|
}],
|
@@ -767,16 +757,12 @@ class DeployPolicy(pulumi.CustomResource):
|
|
767
757
|
"time_zone": "America/Los_Angeles",
|
768
758
|
"weekly_windows": [{
|
769
759
|
"start_time": {
|
770
|
-
"hours":
|
760
|
+
"hours": 0,
|
771
761
|
"minutes": 0,
|
772
|
-
"seconds": 0,
|
773
|
-
"nanos": 0,
|
774
762
|
},
|
775
763
|
"end_time": {
|
776
764
|
"hours": 13,
|
777
765
|
"minutes": 0,
|
778
|
-
"seconds": 0,
|
779
|
-
"nanos": 0,
|
780
766
|
},
|
781
767
|
}],
|
782
768
|
},
|
@@ -793,8 +779,6 @@ class DeployPolicy(pulumi.CustomResource):
|
|
793
779
|
"start_time": {
|
794
780
|
"hours": 13,
|
795
781
|
"minutes": 0,
|
796
|
-
"seconds": 0,
|
797
|
-
"nanos": 0,
|
798
782
|
},
|
799
783
|
"end_time": {
|
800
784
|
"hours": 14,
|
@@ -806,16 +790,12 @@ class DeployPolicy(pulumi.CustomResource):
|
|
806
790
|
}],
|
807
791
|
"one_time_windows": [{
|
808
792
|
"start_time": {
|
809
|
-
"hours":
|
793
|
+
"hours": 0,
|
810
794
|
"minutes": 0,
|
811
|
-
"seconds": 0,
|
812
|
-
"nanos": 0,
|
813
795
|
},
|
814
796
|
"end_time": {
|
815
797
|
"hours": 16,
|
816
798
|
"minutes": 0,
|
817
|
-
"seconds": 0,
|
818
|
-
"nanos": 0,
|
819
799
|
},
|
820
800
|
"start_date": {
|
821
801
|
"year": 2019,
|
@@ -948,14 +928,14 @@ class DeployPolicy(pulumi.CustomResource):
|
|
948
928
|
:param str resource_name: The unique name of the resulting resource.
|
949
929
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
950
930
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
951
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations:
|
931
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] annotations: User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
952
932
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
953
933
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
954
934
|
:param pulumi.Input[_builtins.str] create_time: Output only. Time at which the DeployPolicy was created.
|
955
|
-
:param pulumi.Input[_builtins.str] description:
|
935
|
+
:param pulumi.Input[_builtins.str] description: Description of the `DeployPolicy`. Max length is 255 characters.
|
956
936
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
957
|
-
:param pulumi.Input[_builtins.str] etag:
|
958
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels:
|
937
|
+
:param pulumi.Input[_builtins.str] etag: The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
938
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] labels: Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
959
939
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
960
940
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
961
941
|
:param pulumi.Input[_builtins.str] location: The location for the resource
|
@@ -964,11 +944,11 @@ class DeployPolicy(pulumi.CustomResource):
|
|
964
944
|
If it is not provided, the provider project is used.
|
965
945
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] pulumi_labels: The combination of labels configured directly on the resource
|
966
946
|
and default labels configured on the provider.
|
967
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicyRuleArgs', 'DeployPolicyRuleArgsDict']]]] rules:
|
947
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicyRuleArgs', 'DeployPolicyRuleArgsDict']]]] rules: Rules to apply. At least one rule must be present.
|
968
948
|
Structure is documented below.
|
969
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicySelectorArgs', 'DeployPolicySelectorArgsDict']]]] selectors:
|
949
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['DeployPolicySelectorArgs', 'DeployPolicySelectorArgsDict']]]] selectors: Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
|
970
950
|
Structure is documented below.
|
971
|
-
:param pulumi.Input[_builtins.bool] suspended:
|
951
|
+
:param pulumi.Input[_builtins.bool] suspended: When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
|
972
952
|
:param pulumi.Input[_builtins.str] uid: Output only. Unique identifier of the `DeployPolicy`.
|
973
953
|
:param pulumi.Input[_builtins.str] update_time: Output only. Time at which the DeployPolicy was updated.
|
974
954
|
"""
|
@@ -998,7 +978,7 @@ class DeployPolicy(pulumi.CustomResource):
|
|
998
978
|
@pulumi.getter
|
999
979
|
def annotations(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
1000
980
|
"""
|
1001
|
-
|
981
|
+
User annotations. These attributes can only be set and used by the user, and not by Cloud Deploy. Annotations must meet the following constraints: * Annotations are key/value pairs. * Valid annotation keys have two segments: an optional prefix and name, separated by a slash (`/`). * The name segment is required and must be 63 characters or less, beginning and ending with an alphanumeric character (`[a-z0-9A-Z]`) with dashes (`-`), underscores (`_`), dots (`.`), and alphanumerics between. * The prefix is optional. If specified, the prefix must be a DNS subdomain: a series of DNS labels separated by dots(`.`), not longer than 253 characters in total, followed by a slash (`/`). See https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/#syntax-and-character-set for more details.
|
1002
982
|
**Note**: This field is non-authoritative, and will only manage the annotations present in your configuration.
|
1003
983
|
Please refer to the field `effective_annotations` for all of the annotations present on the resource.
|
1004
984
|
"""
|
@@ -1016,7 +996,7 @@ class DeployPolicy(pulumi.CustomResource):
|
|
1016
996
|
@pulumi.getter
|
1017
997
|
def description(self) -> pulumi.Output[Optional[_builtins.str]]:
|
1018
998
|
"""
|
1019
|
-
|
999
|
+
Description of the `DeployPolicy`. Max length is 255 characters.
|
1020
1000
|
"""
|
1021
1001
|
return pulumi.get(self, "description")
|
1022
1002
|
|
@@ -1037,7 +1017,7 @@ class DeployPolicy(pulumi.CustomResource):
|
|
1037
1017
|
@pulumi.getter
|
1038
1018
|
def etag(self) -> pulumi.Output[_builtins.str]:
|
1039
1019
|
"""
|
1040
|
-
|
1020
|
+
The weak etag of the `DeployPolicy` resource. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
|
1041
1021
|
"""
|
1042
1022
|
return pulumi.get(self, "etag")
|
1043
1023
|
|
@@ -1045,7 +1025,7 @@ class DeployPolicy(pulumi.CustomResource):
|
|
1045
1025
|
@pulumi.getter
|
1046
1026
|
def labels(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
1047
1027
|
"""
|
1048
|
-
|
1028
|
+
Labels are attributes that can be set and used by both the user and by Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 63 characters.
|
1049
1029
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
1050
1030
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
1051
1031
|
"""
|
@@ -1089,7 +1069,7 @@ class DeployPolicy(pulumi.CustomResource):
|
|
1089
1069
|
@pulumi.getter
|
1090
1070
|
def rules(self) -> pulumi.Output[Sequence['outputs.DeployPolicyRule']]:
|
1091
1071
|
"""
|
1092
|
-
|
1072
|
+
Rules to apply. At least one rule must be present.
|
1093
1073
|
Structure is documented below.
|
1094
1074
|
"""
|
1095
1075
|
return pulumi.get(self, "rules")
|
@@ -1098,7 +1078,7 @@ class DeployPolicy(pulumi.CustomResource):
|
|
1098
1078
|
@pulumi.getter
|
1099
1079
|
def selectors(self) -> pulumi.Output[Sequence['outputs.DeployPolicySelector']]:
|
1100
1080
|
"""
|
1101
|
-
|
1081
|
+
Selected resources to which the policy will be applied. At least one selector is required. If one selector matches the resource the policy applies. For example, if there are two selectors and the action being attempted matches one of them, the policy will apply to that action.
|
1102
1082
|
Structure is documented below.
|
1103
1083
|
"""
|
1104
1084
|
return pulumi.get(self, "selectors")
|
@@ -1107,7 +1087,7 @@ class DeployPolicy(pulumi.CustomResource):
|
|
1107
1087
|
@pulumi.getter
|
1108
1088
|
def suspended(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
1109
1089
|
"""
|
1110
|
-
|
1090
|
+
When suspended, the policy will not prevent actions from occurring, even if the action violates the policy.
|
1111
1091
|
"""
|
1112
1092
|
return pulumi.get(self, "suspended")
|
1113
1093
|
|