pulumi-gcp 7.29.0a1719416802__py3-none-any.whl → 7.30.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +32 -0
- pulumi_gcp/_inputs.py +15 -0
- pulumi_gcp/accessapproval/get_folder_service_account.py +5 -0
- pulumi_gcp/accessapproval/get_organization_service_account.py +5 -0
- pulumi_gcp/accessapproval/get_project_service_account.py +5 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +2066 -6
- pulumi_gcp/accesscontextmanager/access_level.py +37 -32
- pulumi_gcp/accesscontextmanager/access_level_condition.py +53 -48
- pulumi_gcp/accesscontextmanager/access_levels.py +70 -65
- pulumi_gcp/accesscontextmanager/access_policy.py +5 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +24 -19
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +24 -19
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +21 -16
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +5 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +5 -0
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +33 -28
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +5 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +5 -0
- pulumi_gcp/accesscontextmanager/outputs.py +5 -0
- pulumi_gcp/accesscontextmanager/service_perimeter.py +201 -196
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +11 -6
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +15 -10
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +15 -10
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +11 -6
- pulumi_gcp/accesscontextmanager/service_perimeters.py +60 -55
- pulumi_gcp/activedirectory/domain.py +5 -0
- pulumi_gcp/activedirectory/domain_trust.py +5 -0
- pulumi_gcp/activedirectory/peering.py +5 -0
- pulumi_gcp/alloydb/_inputs.py +535 -0
- pulumi_gcp/alloydb/backup.py +26 -21
- pulumi_gcp/alloydb/cluster.py +177 -172
- pulumi_gcp/alloydb/get_locations.py +5 -0
- pulumi_gcp/alloydb/get_supported_database_flags.py +5 -0
- pulumi_gcp/alloydb/instance.py +77 -72
- pulumi_gcp/alloydb/outputs.py +5 -0
- pulumi_gcp/alloydb/user.py +17 -12
- pulumi_gcp/apigateway/_inputs.py +168 -0
- pulumi_gcp/apigateway/api.py +5 -0
- pulumi_gcp/apigateway/api_config.py +25 -20
- pulumi_gcp/apigateway/api_config_iam_binding.py +24 -19
- pulumi_gcp/apigateway/api_config_iam_member.py +24 -19
- pulumi_gcp/apigateway/api_config_iam_policy.py +21 -16
- pulumi_gcp/apigateway/api_iam_binding.py +24 -19
- pulumi_gcp/apigateway/api_iam_member.py +24 -19
- pulumi_gcp/apigateway/api_iam_policy.py +21 -16
- pulumi_gcp/apigateway/gateway.py +5 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +24 -19
- pulumi_gcp/apigateway/gateway_iam_member.py +24 -19
- pulumi_gcp/apigateway/gateway_iam_policy.py +21 -16
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +5 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +5 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +5 -0
- pulumi_gcp/apigateway/outputs.py +5 -0
- pulumi_gcp/apigee/_inputs.py +508 -0
- pulumi_gcp/apigee/addons_config.py +60 -55
- pulumi_gcp/apigee/endpoint_attachment.py +5 -0
- pulumi_gcp/apigee/env_group.py +5 -0
- pulumi_gcp/apigee/env_group_attachment.py +5 -0
- pulumi_gcp/apigee/env_keystore.py +5 -0
- pulumi_gcp/apigee/env_references.py +5 -0
- pulumi_gcp/apigee/environment.py +10 -5
- pulumi_gcp/apigee/environment_iam_binding.py +24 -19
- pulumi_gcp/apigee/environment_iam_member.py +24 -19
- pulumi_gcp/apigee/environment_iam_policy.py +21 -16
- pulumi_gcp/apigee/flowhook.py +5 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +5 -0
- pulumi_gcp/apigee/instance.py +5 -0
- pulumi_gcp/apigee/instance_attachment.py +5 -0
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +10 -5
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +7 -2
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +31 -26
- pulumi_gcp/apigee/nat_address.py +5 -0
- pulumi_gcp/apigee/organization.py +10 -5
- pulumi_gcp/apigee/outputs.py +5 -0
- pulumi_gcp/apigee/sharedflow.py +7 -2
- pulumi_gcp/apigee/sharedflow_deployment.py +5 -0
- pulumi_gcp/apigee/sync_authorization.py +5 -0
- pulumi_gcp/apigee/target_server.py +10 -5
- pulumi_gcp/appengine/_inputs.py +990 -7
- pulumi_gcp/appengine/application.py +17 -12
- pulumi_gcp/appengine/application_url_dispatch_rules.py +46 -41
- pulumi_gcp/appengine/domain_mapping.py +18 -13
- pulumi_gcp/appengine/engine_split_traffic.py +50 -45
- pulumi_gcp/appengine/firewall_rule.py +5 -0
- pulumi_gcp/appengine/flexible_app_version.py +130 -125
- pulumi_gcp/appengine/get_default_service_account.py +5 -0
- pulumi_gcp/appengine/outputs.py +5 -0
- pulumi_gcp/appengine/service_network_settings.py +32 -27
- pulumi_gcp/appengine/standard_app_version.py +109 -104
- pulumi_gcp/apphub/_inputs.py +370 -0
- pulumi_gcp/apphub/application.py +67 -62
- pulumi_gcp/apphub/get_application.py +5 -0
- pulumi_gcp/apphub/get_discovered_service.py +5 -0
- pulumi_gcp/apphub/get_discovered_workload.py +5 -0
- pulumi_gcp/apphub/outputs.py +5 -0
- pulumi_gcp/apphub/service.py +78 -73
- pulumi_gcp/apphub/service_project_attachment.py +5 -0
- pulumi_gcp/apphub/workload.py +14 -9
- pulumi_gcp/applicationintegration/_inputs.py +324 -0
- pulumi_gcp/applicationintegration/auth_config.py +29 -24
- pulumi_gcp/applicationintegration/client.py +24 -19
- pulumi_gcp/applicationintegration/outputs.py +5 -0
- pulumi_gcp/artifactregistry/_inputs.py +392 -0
- pulumi_gcp/artifactregistry/get_docker_image.py +7 -2
- pulumi_gcp/artifactregistry/get_repository.py +5 -0
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +5 -0
- pulumi_gcp/artifactregistry/outputs.py +5 -0
- pulumi_gcp/artifactregistry/repository.py +338 -333
- pulumi_gcp/artifactregistry/repository_iam_binding.py +24 -19
- pulumi_gcp/artifactregistry/repository_iam_member.py +24 -19
- pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -16
- pulumi_gcp/artifactregistry/vpcsc_config.py +5 -0
- pulumi_gcp/assuredworkloads/_inputs.py +117 -0
- pulumi_gcp/assuredworkloads/outputs.py +5 -0
- pulumi_gcp/assuredworkloads/workload.py +86 -81
- pulumi_gcp/backupdisasterrecovery/_inputs.py +41 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +5 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +20 -15
- pulumi_gcp/backupdisasterrecovery/outputs.py +5 -0
- pulumi_gcp/beyondcorp/_inputs.py +86 -0
- pulumi_gcp/beyondcorp/app_connection.py +57 -52
- pulumi_gcp/beyondcorp/app_connector.py +30 -25
- pulumi_gcp/beyondcorp/app_gateway.py +7 -2
- pulumi_gcp/beyondcorp/get_app_connection.py +5 -0
- pulumi_gcp/beyondcorp/get_app_connector.py +5 -0
- pulumi_gcp/beyondcorp/get_app_gateway.py +5 -0
- pulumi_gcp/beyondcorp/outputs.py +5 -0
- pulumi_gcp/biglake/_inputs.py +64 -0
- pulumi_gcp/biglake/catalog.py +5 -0
- pulumi_gcp/biglake/database.py +18 -13
- pulumi_gcp/biglake/outputs.py +5 -0
- pulumi_gcp/biglake/table.py +36 -31
- pulumi_gcp/bigquery/_inputs.py +1930 -6
- pulumi_gcp/bigquery/app_profile.py +133 -128
- pulumi_gcp/bigquery/bi_reservation.py +10 -5
- pulumi_gcp/bigquery/capacity_commitment.py +5 -0
- pulumi_gcp/bigquery/connection.py +181 -176
- pulumi_gcp/bigquery/connection_iam_binding.py +24 -19
- pulumi_gcp/bigquery/connection_iam_member.py +24 -19
- pulumi_gcp/bigquery/connection_iam_policy.py +21 -16
- pulumi_gcp/bigquery/data_transfer_config.py +20 -15
- pulumi_gcp/bigquery/dataset.py +132 -127
- pulumi_gcp/bigquery/dataset_access.py +72 -67
- pulumi_gcp/bigquery/dataset_iam_binding.py +24 -19
- pulumi_gcp/bigquery/dataset_iam_member.py +24 -19
- pulumi_gcp/bigquery/dataset_iam_policy.py +21 -16
- pulumi_gcp/bigquery/get_connection_iam_policy.py +5 -0
- pulumi_gcp/bigquery/get_dataset.py +5 -0
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +5 -0
- pulumi_gcp/bigquery/get_default_service_account.py +5 -0
- pulumi_gcp/bigquery/get_table_iam_policy.py +5 -0
- pulumi_gcp/bigquery/iam_binding.py +102 -97
- pulumi_gcp/bigquery/iam_member.py +102 -97
- pulumi_gcp/bigquery/iam_policy.py +97 -92
- pulumi_gcp/bigquery/job.py +229 -224
- pulumi_gcp/bigquery/outputs.py +5 -0
- pulumi_gcp/bigquery/reservation.py +16 -11
- pulumi_gcp/bigquery/reservation_assignment.py +5 -0
- pulumi_gcp/bigquery/routine.py +114 -109
- pulumi_gcp/bigquery/table.py +67 -62
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +97 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +5 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +24 -19
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +24 -19
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -16
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +5 -0
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +5 -0
- pulumi_gcp/bigqueryanalyticshub/listing.py +45 -40
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +24 -19
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +24 -19
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -16
- pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -0
- pulumi_gcp/bigquerydatapolicy/_inputs.py +40 -0
- pulumi_gcp/bigquerydatapolicy/data_policy.py +24 -19
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +24 -19
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +24 -19
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -16
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +5 -0
- pulumi_gcp/bigquerydatapolicy/outputs.py +5 -0
- pulumi_gcp/bigtable/_inputs.py +202 -0
- pulumi_gcp/bigtable/authorized_view.py +10 -5
- pulumi_gcp/bigtable/gc_policy.py +113 -54
- pulumi_gcp/bigtable/get_instance_iam_policy.py +5 -0
- pulumi_gcp/bigtable/get_table_iam_policy.py +5 -0
- pulumi_gcp/bigtable/instance.py +52 -47
- pulumi_gcp/bigtable/instance_iam_binding.py +24 -19
- pulumi_gcp/bigtable/instance_iam_member.py +24 -19
- pulumi_gcp/bigtable/instance_iam_policy.py +21 -16
- pulumi_gcp/bigtable/outputs.py +5 -0
- pulumi_gcp/bigtable/table.py +39 -34
- pulumi_gcp/bigtable/table_iam_binding.py +24 -19
- pulumi_gcp/bigtable/table_iam_member.py +24 -19
- pulumi_gcp/bigtable/table_iam_policy.py +21 -16
- pulumi_gcp/billing/_inputs.py +257 -0
- pulumi_gcp/billing/account_iam_binding.py +24 -19
- pulumi_gcp/billing/account_iam_member.py +24 -19
- pulumi_gcp/billing/account_iam_policy.py +21 -16
- pulumi_gcp/billing/budget.py +225 -220
- pulumi_gcp/billing/get_account_iam_policy.py +5 -0
- pulumi_gcp/billing/outputs.py +5 -0
- pulumi_gcp/billing/project_info.py +5 -0
- pulumi_gcp/billing/sub_account.py +5 -0
- pulumi_gcp/binaryauthorization/_inputs.py +199 -0
- pulumi_gcp/binaryauthorization/attestor.py +68 -63
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +24 -19
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +24 -19
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +21 -16
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +5 -0
- pulumi_gcp/binaryauthorization/outputs.py +5 -0
- pulumi_gcp/binaryauthorization/policy.py +88 -83
- pulumi_gcp/blockchainnodeengine/_inputs.py +131 -0
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +62 -57
- pulumi_gcp/blockchainnodeengine/outputs.py +5 -0
- pulumi_gcp/certificateauthority/_inputs.py +2157 -36
- pulumi_gcp/certificateauthority/authority.py +398 -393
- pulumi_gcp/certificateauthority/ca_pool.py +189 -184
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +102 -97
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +102 -97
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +97 -92
- pulumi_gcp/certificateauthority/certificate.py +636 -631
- pulumi_gcp/certificateauthority/certificate_template.py +134 -129
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +102 -97
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +102 -97
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +97 -92
- pulumi_gcp/certificateauthority/get_authority.py +5 -0
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +5 -0
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +5 -0
- pulumi_gcp/certificateauthority/outputs.py +5 -0
- pulumi_gcp/certificatemanager/_inputs.py +256 -0
- pulumi_gcp/certificatemanager/certificate.py +203 -198
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +76 -71
- pulumi_gcp/certificatemanager/certificate_map.py +7 -2
- pulumi_gcp/certificatemanager/certificate_map_entry.py +13 -8
- pulumi_gcp/certificatemanager/dns_authorization.py +7 -2
- pulumi_gcp/certificatemanager/get_certificate_map.py +5 -0
- pulumi_gcp/certificatemanager/outputs.py +5 -0
- pulumi_gcp/certificatemanager/trust_config.py +26 -21
- pulumi_gcp/cloudasset/_inputs.py +151 -0
- pulumi_gcp/cloudasset/folder_feed.py +35 -30
- pulumi_gcp/cloudasset/get_resources_search_all.py +5 -0
- pulumi_gcp/cloudasset/get_search_all_resources.py +5 -0
- pulumi_gcp/cloudasset/organization_feed.py +35 -30
- pulumi_gcp/cloudasset/outputs.py +5 -0
- pulumi_gcp/cloudasset/project_feed.py +35 -30
- pulumi_gcp/cloudbuild/_inputs.py +1038 -29
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +61 -56
- pulumi_gcp/cloudbuild/get_trigger.py +5 -0
- pulumi_gcp/cloudbuild/outputs.py +5 -0
- pulumi_gcp/cloudbuild/trigger.py +733 -728
- pulumi_gcp/cloudbuild/worker_pool.py +43 -38
- pulumi_gcp/cloudbuildv2/_inputs.py +335 -0
- pulumi_gcp/cloudbuildv2/connection.py +106 -101
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +24 -19
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +24 -19
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -16
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +5 -0
- pulumi_gcp/cloudbuildv2/outputs.py +5 -0
- pulumi_gcp/cloudbuildv2/repository.py +67 -62
- pulumi_gcp/clouddeploy/_inputs.py +700 -0
- pulumi_gcp/clouddeploy/automation.py +101 -96
- pulumi_gcp/clouddeploy/custom_target_type.py +88 -83
- pulumi_gcp/clouddeploy/custom_target_type_iam_binding.py +8 -3
- pulumi_gcp/clouddeploy/custom_target_type_iam_member.py +8 -3
- pulumi_gcp/clouddeploy/custom_target_type_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +162 -157
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_binding.py +8 -3
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_member.py +8 -3
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +5 -0
- pulumi_gcp/clouddeploy/outputs.py +5 -0
- pulumi_gcp/clouddeploy/target.py +69 -64
- pulumi_gcp/clouddeploy/target_iam_binding.py +8 -3
- pulumi_gcp/clouddeploy/target_iam_member.py +8 -3
- pulumi_gcp/clouddeploy/target_iam_policy.py +5 -0
- pulumi_gcp/clouddomains/_inputs.py +372 -0
- pulumi_gcp/clouddomains/outputs.py +5 -0
- pulumi_gcp/clouddomains/registration.py +121 -116
- pulumi_gcp/cloudfunctions/_inputs.py +132 -0
- pulumi_gcp/cloudfunctions/function.py +25 -20
- pulumi_gcp/cloudfunctions/function_iam_binding.py +24 -19
- pulumi_gcp/cloudfunctions/function_iam_member.py +24 -19
- pulumi_gcp/cloudfunctions/function_iam_policy.py +21 -16
- pulumi_gcp/cloudfunctions/get_function.py +5 -0
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +5 -0
- pulumi_gcp/cloudfunctions/outputs.py +5 -0
- pulumi_gcp/cloudfunctionsv2/_inputs.py +454 -0
- pulumi_gcp/cloudfunctionsv2/function.py +746 -509
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +24 -19
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +24 -19
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -16
- pulumi_gcp/cloudfunctionsv2/get_function.py +5 -0
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +5 -0
- pulumi_gcp/cloudfunctionsv2/outputs.py +134 -1
- pulumi_gcp/cloudidentity/_inputs.py +161 -0
- pulumi_gcp/cloudidentity/get_group_lookup.py +9 -4
- pulumi_gcp/cloudidentity/get_group_memberships.py +5 -0
- pulumi_gcp/cloudidentity/get_groups.py +5 -0
- pulumi_gcp/cloudidentity/group.py +18 -13
- pulumi_gcp/cloudidentity/group_membership.py +68 -63
- pulumi_gcp/cloudidentity/outputs.py +5 -0
- pulumi_gcp/cloudids/endpoint.py +5 -0
- pulumi_gcp/cloudquota/_inputs.py +44 -0
- pulumi_gcp/cloudquota/get_s_quota_info.py +5 -0
- pulumi_gcp/cloudquota/get_s_quota_infos.py +5 -0
- pulumi_gcp/cloudquota/outputs.py +5 -0
- pulumi_gcp/cloudquota/s_quota_preference.py +16 -11
- pulumi_gcp/cloudrun/_inputs.py +1165 -15
- pulumi_gcp/cloudrun/domain_mapping.py +49 -44
- pulumi_gcp/cloudrun/get_locations.py +5 -0
- pulumi_gcp/cloudrun/get_service.py +5 -0
- pulumi_gcp/cloudrun/get_service_iam_policy.py +5 -0
- pulumi_gcp/cloudrun/iam_binding.py +24 -19
- pulumi_gcp/cloudrun/iam_member.py +24 -19
- pulumi_gcp/cloudrun/iam_policy.py +21 -16
- pulumi_gcp/cloudrun/outputs.py +5 -0
- pulumi_gcp/cloudrun/service.py +270 -265
- pulumi_gcp/cloudrunv2/_inputs.py +1338 -5
- pulumi_gcp/cloudrunv2/get_job.py +5 -0
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +5 -0
- pulumi_gcp/cloudrunv2/get_service.py +5 -0
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +5 -0
- pulumi_gcp/cloudrunv2/job.py +287 -282
- pulumi_gcp/cloudrunv2/job_iam_binding.py +24 -19
- pulumi_gcp/cloudrunv2/job_iam_member.py +24 -19
- pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -16
- pulumi_gcp/cloudrunv2/outputs.py +5 -0
- pulumi_gcp/cloudrunv2/service.py +437 -432
- pulumi_gcp/cloudrunv2/service_iam_binding.py +24 -19
- pulumi_gcp/cloudrunv2/service_iam_member.py +24 -19
- pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -16
- pulumi_gcp/cloudscheduler/_inputs.py +193 -0
- pulumi_gcp/cloudscheduler/job.py +127 -122
- pulumi_gcp/cloudscheduler/outputs.py +5 -0
- pulumi_gcp/cloudtasks/_inputs.py +134 -0
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +5 -0
- pulumi_gcp/cloudtasks/outputs.py +5 -0
- pulumi_gcp/cloudtasks/queue.py +63 -58
- pulumi_gcp/cloudtasks/queue_iam_binding.py +24 -19
- pulumi_gcp/cloudtasks/queue_iam_member.py +24 -19
- pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -16
- pulumi_gcp/composer/_inputs.py +566 -0
- pulumi_gcp/composer/environment.py +15 -10
- pulumi_gcp/composer/get_environment.py +5 -0
- pulumi_gcp/composer/get_image_versions.py +15 -10
- pulumi_gcp/composer/get_user_workloads_config_map.py +15 -10
- pulumi_gcp/composer/get_user_workloads_secret.py +15 -10
- pulumi_gcp/composer/outputs.py +5 -0
- pulumi_gcp/composer/user_workloads_config_map.py +15 -10
- pulumi_gcp/composer/user_workloads_secret.py +15 -10
- pulumi_gcp/compute/_inputs.py +14134 -145
- pulumi_gcp/compute/address.py +27 -29
- pulumi_gcp/compute/attached_disk.py +21 -16
- pulumi_gcp/compute/autoscaler.py +98 -93
- pulumi_gcp/compute/backend_bucket.py +30 -25
- pulumi_gcp/compute/backend_bucket_iam_binding.py +8 -3
- pulumi_gcp/compute/backend_bucket_iam_member.py +8 -3
- pulumi_gcp/compute/backend_bucket_iam_policy.py +5 -0
- pulumi_gcp/compute/backend_bucket_signed_url_key.py +5 -0
- pulumi_gcp/compute/backend_service.py +204 -213
- pulumi_gcp/compute/backend_service_iam_binding.py +10 -5
- pulumi_gcp/compute/backend_service_iam_member.py +10 -5
- pulumi_gcp/compute/backend_service_iam_policy.py +5 -0
- pulumi_gcp/compute/backend_service_signed_url_key.py +35 -30
- pulumi_gcp/compute/ca_external_account_key.py +5 -0
- pulumi_gcp/compute/disk.py +54 -49
- pulumi_gcp/compute/disk_async_replication.py +10 -5
- pulumi_gcp/compute/disk_iam_binding.py +24 -19
- pulumi_gcp/compute/disk_iam_member.py +24 -19
- pulumi_gcp/compute/disk_iam_policy.py +21 -16
- pulumi_gcp/compute/disk_resource_policy_attachment.py +21 -16
- pulumi_gcp/compute/external_vpn_gateway.py +24 -19
- pulumi_gcp/compute/firewall.py +42 -37
- pulumi_gcp/compute/firewall_policy.py +5 -0
- pulumi_gcp/compute/firewall_policy_association.py +5 -0
- pulumi_gcp/compute/firewall_policy_rule.py +44 -39
- pulumi_gcp/compute/forwarding_rule.py +248 -264
- pulumi_gcp/compute/get_address.py +5 -0
- pulumi_gcp/compute/get_addresses.py +5 -0
- pulumi_gcp/compute/get_backend_bucket.py +5 -0
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +5 -0
- pulumi_gcp/compute/get_backend_service.py +5 -0
- pulumi_gcp/compute/get_backend_service_iam_policy.py +5 -0
- pulumi_gcp/compute/get_certificate.py +5 -0
- pulumi_gcp/compute/get_default_service_account.py +5 -0
- pulumi_gcp/compute/get_disk.py +13 -8
- pulumi_gcp/compute/get_disk_iam_policy.py +5 -0
- pulumi_gcp/compute/get_forwarding_rule.py +5 -0
- pulumi_gcp/compute/get_forwarding_rules.py +5 -0
- pulumi_gcp/compute/get_global_address.py +5 -0
- pulumi_gcp/compute/get_global_forwarding_rule.py +5 -0
- pulumi_gcp/compute/get_hc_vpn_gateway.py +5 -0
- pulumi_gcp/compute/get_health_check.py +5 -0
- pulumi_gcp/compute/get_image.py +15 -10
- pulumi_gcp/compute/get_image_iam_policy.py +5 -0
- pulumi_gcp/compute/get_instance.py +5 -0
- pulumi_gcp/compute/get_instance_group.py +5 -0
- pulumi_gcp/compute/get_instance_group_manager.py +5 -0
- pulumi_gcp/compute/get_instance_iam_policy.py +5 -0
- pulumi_gcp/compute/get_instance_serial_port.py +29 -24
- pulumi_gcp/compute/get_instance_template.py +5 -0
- pulumi_gcp/compute/get_lbip_ranges.py +5 -0
- pulumi_gcp/compute/get_machine_image_iam_policy.py +5 -0
- pulumi_gcp/compute/get_machine_types.py +5 -0
- pulumi_gcp/compute/get_netblock_ip_ranges.py +5 -0
- pulumi_gcp/compute/get_network.py +5 -0
- pulumi_gcp/compute/get_network_endpoint_group.py +5 -0
- pulumi_gcp/compute/get_network_peering.py +5 -0
- pulumi_gcp/compute/get_networks.py +5 -0
- pulumi_gcp/compute/get_node_types.py +5 -0
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +5 -0
- pulumi_gcp/compute/get_region_disk.py +5 -0
- pulumi_gcp/compute/get_region_disk_iam_policy.py +5 -0
- pulumi_gcp/compute/get_region_instance_group.py +5 -0
- pulumi_gcp/compute/get_region_instance_template.py +5 -0
- pulumi_gcp/compute/get_region_network_endpoint_group.py +5 -0
- pulumi_gcp/compute/get_region_ssl_certificate.py +5 -0
- pulumi_gcp/compute/get_regions.py +5 -0
- pulumi_gcp/compute/get_reservation.py +5 -0
- pulumi_gcp/compute/get_resource_policy.py +5 -0
- pulumi_gcp/compute/get_router.py +5 -0
- pulumi_gcp/compute/get_router_nat.py +5 -0
- pulumi_gcp/compute/get_router_status.py +5 -0
- pulumi_gcp/compute/get_security_policy.py +5 -0
- pulumi_gcp/compute/get_snapshot.py +5 -0
- pulumi_gcp/compute/get_snapshot_iam_policy.py +5 -0
- pulumi_gcp/compute/get_ssl_policy.py +5 -0
- pulumi_gcp/compute/get_subnetwork.py +5 -0
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +5 -0
- pulumi_gcp/compute/get_subnetworks.py +5 -0
- pulumi_gcp/compute/get_vpn_gateway.py +5 -0
- pulumi_gcp/compute/get_zones.py +5 -0
- pulumi_gcp/compute/global_address.py +5 -0
- pulumi_gcp/compute/global_forwarding_rule.py +211 -227
- pulumi_gcp/compute/global_network_endpoint.py +5 -0
- pulumi_gcp/compute/global_network_endpoint_group.py +5 -0
- pulumi_gcp/compute/ha_vpn_gateway.py +32 -27
- pulumi_gcp/compute/health_check.py +174 -169
- pulumi_gcp/compute/http_health_check.py +5 -0
- pulumi_gcp/compute/https_health_check.py +5 -0
- pulumi_gcp/compute/image.py +50 -45
- pulumi_gcp/compute/image_iam_binding.py +102 -97
- pulumi_gcp/compute/image_iam_member.py +102 -97
- pulumi_gcp/compute/image_iam_policy.py +97 -92
- pulumi_gcp/compute/instance.py +104 -99
- pulumi_gcp/compute/instance_from_machine_image.py +61 -56
- pulumi_gcp/compute/instance_from_template.py +88 -83
- pulumi_gcp/compute/instance_group.py +26 -21
- pulumi_gcp/compute/instance_group_manager.py +138 -133
- pulumi_gcp/compute/instance_group_membership.py +21 -16
- pulumi_gcp/compute/instance_group_named_port.py +13 -8
- pulumi_gcp/compute/instance_iam_binding.py +102 -97
- pulumi_gcp/compute/instance_iam_member.py +102 -97
- pulumi_gcp/compute/instance_iam_policy.py +97 -92
- pulumi_gcp/compute/instance_settings.py +16 -11
- pulumi_gcp/compute/instance_template.py +147 -142
- pulumi_gcp/compute/interconnect.py +14 -9
- pulumi_gcp/compute/interconnect_attachment.py +19 -14
- pulumi_gcp/compute/machine_image.py +48 -43
- pulumi_gcp/compute/machine_image_iam_binding.py +102 -97
- pulumi_gcp/compute/machine_image_iam_member.py +102 -97
- pulumi_gcp/compute/machine_image_iam_policy.py +97 -92
- pulumi_gcp/compute/managed_ssl_certificate.py +40 -42
- pulumi_gcp/compute/manged_ssl_certificate.py +40 -42
- pulumi_gcp/compute/network.py +5 -0
- pulumi_gcp/compute/network_attachment.py +45 -24
- pulumi_gcp/compute/network_edge_security_service.py +5 -0
- pulumi_gcp/compute/network_endpoint.py +23 -18
- pulumi_gcp/compute/network_endpoint_group.py +5 -0
- pulumi_gcp/compute/network_endpoint_list.py +66 -61
- pulumi_gcp/compute/network_firewall_policy.py +5 -0
- pulumi_gcp/compute/network_firewall_policy_association.py +5 -0
- pulumi_gcp/compute/network_firewall_policy_rule.py +41 -36
- pulumi_gcp/compute/network_peering.py +5 -0
- pulumi_gcp/compute/network_peering_routes_config.py +41 -36
- pulumi_gcp/compute/node_group.py +50 -45
- pulumi_gcp/compute/node_template.py +21 -16
- pulumi_gcp/compute/organization_security_policy.py +5 -0
- pulumi_gcp/compute/organization_security_policy_association.py +31 -26
- pulumi_gcp/compute/organization_security_policy_rule.py +36 -31
- pulumi_gcp/compute/outputs.py +509 -8
- pulumi_gcp/compute/packet_mirroring.py +83 -78
- pulumi_gcp/compute/per_instance_config.py +56 -51
- pulumi_gcp/compute/project_cloud_armor_tier.py +5 -0
- pulumi_gcp/compute/project_default_network_tier.py +5 -0
- pulumi_gcp/compute/project_metadata.py +5 -0
- pulumi_gcp/compute/project_metadata_item.py +5 -0
- pulumi_gcp/compute/public_advertised_prefix.py +5 -0
- pulumi_gcp/compute/public_delegated_prefix.py +5 -0
- pulumi_gcp/compute/region_autoscaler.py +60 -55
- pulumi_gcp/compute/region_backend_service.py +203 -212
- pulumi_gcp/compute/region_backend_service_iam_binding.py +10 -5
- pulumi_gcp/compute/region_backend_service_iam_member.py +10 -5
- pulumi_gcp/compute/region_backend_service_iam_policy.py +5 -0
- pulumi_gcp/compute/region_commitment.py +47 -42
- pulumi_gcp/compute/region_disk.py +49 -44
- pulumi_gcp/compute/region_disk_iam_binding.py +146 -114
- pulumi_gcp/compute/region_disk_iam_member.py +146 -114
- pulumi_gcp/compute/region_disk_iam_policy.py +136 -104
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +21 -16
- pulumi_gcp/compute/region_health_check.py +174 -169
- pulumi_gcp/compute/region_instance_group_manager.py +134 -129
- pulumi_gcp/compute/region_instance_template.py +55 -50
- pulumi_gcp/compute/region_network_endpoint.py +23 -18
- pulumi_gcp/compute/region_network_endpoint_group.py +135 -130
- pulumi_gcp/compute/region_network_firewall_policy.py +5 -0
- pulumi_gcp/compute/region_network_firewall_policy_association.py +5 -0
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +41 -36
- pulumi_gcp/compute/region_per_instance_config.py +66 -61
- pulumi_gcp/compute/region_security_policy.py +49 -44
- pulumi_gcp/compute/region_security_policy_rule.py +161 -156
- pulumi_gcp/compute/region_ssl_certificate.py +5 -7
- pulumi_gcp/compute/region_ssl_policy.py +5 -0
- pulumi_gcp/compute/region_target_http_proxy.py +43 -38
- pulumi_gcp/compute/region_target_https_proxy.py +97 -92
- pulumi_gcp/compute/region_target_tcp_proxy.py +11 -6
- pulumi_gcp/compute/region_url_map.py +824 -819
- pulumi_gcp/compute/reservation.py +29 -24
- pulumi_gcp/compute/resource_policy.py +153 -148
- pulumi_gcp/compute/route.py +17 -12
- pulumi_gcp/compute/router.py +40 -35
- pulumi_gcp/compute/router_interface.py +5 -0
- pulumi_gcp/compute/router_nat.py +98 -93
- pulumi_gcp/compute/router_peer.py +78 -73
- pulumi_gcp/compute/router_status.py +5 -0
- pulumi_gcp/compute/security_policy.py +201 -196
- pulumi_gcp/compute/security_policy_rule.py +80 -75
- pulumi_gcp/compute/security_scan_config.py +15 -10
- pulumi_gcp/compute/service_attachment.py +60 -55
- pulumi_gcp/compute/shared_vpc_host_project.py +5 -0
- pulumi_gcp/compute/shared_vpc_service_project.py +5 -0
- pulumi_gcp/compute/snapshot.py +15 -10
- pulumi_gcp/compute/snapshot_iam_binding.py +24 -19
- pulumi_gcp/compute/snapshot_iam_member.py +24 -19
- pulumi_gcp/compute/snapshot_iam_policy.py +21 -16
- pulumi_gcp/compute/ssl_certificate.py +5 -7
- pulumi_gcp/compute/ssl_policy.py +5 -0
- pulumi_gcp/compute/subnetwork.py +33 -28
- pulumi_gcp/compute/subnetwork_iam_binding.py +102 -97
- pulumi_gcp/compute/subnetwork_iam_member.py +102 -97
- pulumi_gcp/compute/subnetwork_iam_policy.py +97 -92
- pulumi_gcp/compute/target_grpc_proxy.py +129 -124
- pulumi_gcp/compute/target_http_proxy.py +61 -56
- pulumi_gcp/compute/target_https_proxy.py +209 -129
- pulumi_gcp/compute/target_instance.py +63 -58
- pulumi_gcp/compute/target_pool.py +5 -0
- pulumi_gcp/compute/target_ssl_proxy.py +11 -6
- pulumi_gcp/compute/target_tcp_proxy.py +11 -6
- pulumi_gcp/compute/url_map.py +986 -726
- pulumi_gcp/compute/vpn_gateway.py +5 -0
- pulumi_gcp/compute/vpn_tunnel.py +5 -0
- pulumi_gcp/config/__init__.pyi +5 -0
- pulumi_gcp/config/outputs.py +5 -0
- pulumi_gcp/config/vars.py +5 -0
- pulumi_gcp/container/_inputs.py +5502 -823
- pulumi_gcp/container/attached_cluster.py +128 -123
- pulumi_gcp/container/aws_cluster.py +361 -356
- pulumi_gcp/container/aws_node_pool.py +556 -551
- pulumi_gcp/container/azure_client.py +7 -2
- pulumi_gcp/container/azure_cluster.py +135 -130
- pulumi_gcp/container/azure_node_pool.py +117 -112
- pulumi_gcp/container/cluster.py +224 -219
- pulumi_gcp/container/get_attached_install_manifest.py +5 -0
- pulumi_gcp/container/get_attached_versions.py +5 -0
- pulumi_gcp/container/get_aws_versions.py +5 -0
- pulumi_gcp/container/get_azure_versions.py +5 -0
- pulumi_gcp/container/get_cluster.py +5 -0
- pulumi_gcp/container/get_engine_versions.py +5 -0
- pulumi_gcp/container/get_registry_image.py +5 -0
- pulumi_gcp/container/get_registry_repository.py +5 -0
- pulumi_gcp/container/node_pool.py +78 -73
- pulumi_gcp/container/outputs.py +5 -0
- pulumi_gcp/container/registry.py +5 -0
- pulumi_gcp/containeranalysis/_inputs.py +121 -0
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +5 -0
- pulumi_gcp/containeranalysis/note.py +49 -44
- pulumi_gcp/containeranalysis/note_iam_binding.py +24 -19
- pulumi_gcp/containeranalysis/note_iam_member.py +24 -19
- pulumi_gcp/containeranalysis/note_iam_policy.py +21 -16
- pulumi_gcp/containeranalysis/occurence.py +10 -5
- pulumi_gcp/containeranalysis/outputs.py +5 -0
- pulumi_gcp/databasemigrationservice/_inputs.py +578 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +188 -183
- pulumi_gcp/databasemigrationservice/outputs.py +5 -0
- pulumi_gcp/databasemigrationservice/private_connection.py +20 -15
- pulumi_gcp/datacatalog/_inputs.py +318 -0
- pulumi_gcp/datacatalog/entry.py +20 -15
- pulumi_gcp/datacatalog/entry_group.py +5 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +24 -19
- pulumi_gcp/datacatalog/entry_group_iam_member.py +24 -19
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +21 -16
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +5 -0
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +5 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +5 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +5 -0
- pulumi_gcp/datacatalog/outputs.py +5 -0
- pulumi_gcp/datacatalog/policy_tag.py +5 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +24 -19
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +24 -19
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +21 -16
- pulumi_gcp/datacatalog/tag.py +264 -259
- pulumi_gcp/datacatalog/tag_template.py +76 -71
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +24 -19
- pulumi_gcp/datacatalog/tag_template_iam_member.py +24 -19
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +21 -16
- pulumi_gcp/datacatalog/taxonomy.py +5 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +24 -19
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +24 -19
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +21 -16
- pulumi_gcp/dataflow/_inputs.py +316 -0
- pulumi_gcp/dataflow/flex_template_job.py +5 -0
- pulumi_gcp/dataflow/job.py +5 -0
- pulumi_gcp/dataflow/outputs.py +5 -0
- pulumi_gcp/dataflow/pipeline.py +75 -70
- pulumi_gcp/dataform/_inputs.py +251 -0
- pulumi_gcp/dataform/get_repository_iam_policy.py +5 -0
- pulumi_gcp/dataform/outputs.py +5 -0
- pulumi_gcp/dataform/repository.py +41 -36
- pulumi_gcp/dataform/repository_iam_binding.py +8 -3
- pulumi_gcp/dataform/repository_iam_member.py +8 -3
- pulumi_gcp/dataform/repository_iam_policy.py +5 -0
- pulumi_gcp/dataform/repository_release_config.py +58 -53
- pulumi_gcp/dataform/repository_workflow_config.py +94 -89
- pulumi_gcp/datafusion/_inputs.py +224 -8
- pulumi_gcp/datafusion/get_instance_iam_policy.py +5 -0
- pulumi_gcp/datafusion/instance.py +119 -50
- pulumi_gcp/datafusion/outputs.py +132 -7
- pulumi_gcp/dataloss/_inputs.py +6566 -114
- pulumi_gcp/dataloss/outputs.py +5 -0
- pulumi_gcp/dataloss/prevention_deidentify_template.py +226 -221
- pulumi_gcp/dataloss/prevention_discovery_config.py +22 -17
- pulumi_gcp/dataloss/prevention_inspect_template.py +442 -437
- pulumi_gcp/dataloss/prevention_job_trigger.py +701 -696
- pulumi_gcp/dataloss/prevention_stored_info_type.py +62 -57
- pulumi_gcp/dataplex/_inputs.py +1212 -6
- pulumi_gcp/dataplex/aspect_type.py +5 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +24 -19
- pulumi_gcp/dataplex/aspect_type_iam_member.py +24 -19
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -16
- pulumi_gcp/dataplex/asset.py +47 -42
- pulumi_gcp/dataplex/asset_iam_binding.py +24 -19
- pulumi_gcp/dataplex/asset_iam_member.py +24 -19
- pulumi_gcp/dataplex/asset_iam_policy.py +21 -16
- pulumi_gcp/dataplex/datascan.py +289 -284
- pulumi_gcp/dataplex/datascan_iam_binding.py +24 -19
- pulumi_gcp/dataplex/datascan_iam_member.py +24 -19
- pulumi_gcp/dataplex/datascan_iam_policy.py +21 -16
- pulumi_gcp/dataplex/entry_group.py +5 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +24 -19
- pulumi_gcp/dataplex/entry_group_iam_member.py +24 -19
- pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -16
- pulumi_gcp/dataplex/entry_type.py +16 -11
- pulumi_gcp/dataplex/entry_type_iam_binding.py +24 -19
- pulumi_gcp/dataplex/entry_type_iam_member.py +24 -19
- pulumi_gcp/dataplex/entry_type_iam_policy.py +21 -16
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +5 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +5 -0
- pulumi_gcp/dataplex/lake.py +14 -9
- pulumi_gcp/dataplex/lake_iam_binding.py +24 -19
- pulumi_gcp/dataplex/lake_iam_member.py +24 -19
- pulumi_gcp/dataplex/lake_iam_policy.py +21 -16
- pulumi_gcp/dataplex/outputs.py +5 -0
- pulumi_gcp/dataplex/task.py +173 -168
- pulumi_gcp/dataplex/task_iam_binding.py +24 -19
- pulumi_gcp/dataplex/task_iam_member.py +24 -19
- pulumi_gcp/dataplex/task_iam_policy.py +21 -16
- pulumi_gcp/dataplex/zone.py +29 -24
- pulumi_gcp/dataplex/zone_iam_binding.py +24 -19
- pulumi_gcp/dataplex/zone_iam_member.py +24 -19
- pulumi_gcp/dataplex/zone_iam_policy.py +21 -16
- pulumi_gcp/dataproc/_inputs.py +3214 -39
- pulumi_gcp/dataproc/autoscaling_policy.py +50 -45
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +24 -19
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +24 -19
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -16
- pulumi_gcp/dataproc/cluster.py +109 -104
- pulumi_gcp/dataproc/cluster_iam_binding.py +24 -19
- pulumi_gcp/dataproc/cluster_iam_member.py +24 -19
- pulumi_gcp/dataproc/cluster_iam_policy.py +21 -16
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +5 -0
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +5 -0
- pulumi_gcp/dataproc/get_job_iam_policy.py +5 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +5 -0
- pulumi_gcp/dataproc/get_metastore_service.py +5 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +5 -0
- pulumi_gcp/dataproc/job.py +95 -90
- pulumi_gcp/dataproc/job_iam_binding.py +24 -19
- pulumi_gcp/dataproc/job_iam_member.py +24 -19
- pulumi_gcp/dataproc/job_iam_policy.py +21 -16
- pulumi_gcp/dataproc/metastore_federation.py +56 -51
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +24 -19
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +24 -19
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -16
- pulumi_gcp/dataproc/metastore_service.py +239 -234
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +24 -19
- pulumi_gcp/dataproc/metastore_service_iam_member.py +24 -19
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -16
- pulumi_gcp/dataproc/outputs.py +5 -0
- pulumi_gcp/dataproc/workflow_template.py +112 -107
- pulumi_gcp/datastore/_inputs.py +22 -0
- pulumi_gcp/datastore/data_store_index.py +26 -21
- pulumi_gcp/datastore/outputs.py +5 -0
- pulumi_gcp/datastream/_inputs.py +1631 -35
- pulumi_gcp/datastream/connection_profile.py +251 -246
- pulumi_gcp/datastream/get_static_ips.py +5 -0
- pulumi_gcp/datastream/outputs.py +5 -0
- pulumi_gcp/datastream/private_connection.py +20 -15
- pulumi_gcp/datastream/stream.py +777 -772
- pulumi_gcp/deploymentmanager/_inputs.py +66 -0
- pulumi_gcp/deploymentmanager/deployment.py +33 -28
- pulumi_gcp/deploymentmanager/outputs.py +5 -0
- pulumi_gcp/diagflow/_inputs.py +2590 -41
- pulumi_gcp/diagflow/agent.py +5 -0
- pulumi_gcp/diagflow/cx_agent.py +75 -70
- pulumi_gcp/diagflow/cx_entity_type.py +37 -32
- pulumi_gcp/diagflow/cx_environment.py +22 -17
- pulumi_gcp/diagflow/cx_flow.py +455 -450
- pulumi_gcp/diagflow/cx_intent.py +55 -50
- pulumi_gcp/diagflow/cx_page.py +718 -713
- pulumi_gcp/diagflow/cx_security_settings.py +69 -64
- pulumi_gcp/diagflow/cx_test_case.py +197 -192
- pulumi_gcp/diagflow/cx_version.py +13 -8
- pulumi_gcp/diagflow/cx_webhook.py +27 -22
- pulumi_gcp/diagflow/entity_type.py +26 -21
- pulumi_gcp/diagflow/fulfillment.py +27 -22
- pulumi_gcp/diagflow/intent.py +7 -2
- pulumi_gcp/diagflow/outputs.py +5 -0
- pulumi_gcp/discoveryengine/_inputs.py +183 -0
- pulumi_gcp/discoveryengine/chat_engine.py +37 -32
- pulumi_gcp/discoveryengine/data_store.py +32 -27
- pulumi_gcp/discoveryengine/outputs.py +5 -0
- pulumi_gcp/discoveryengine/search_engine.py +17 -12
- pulumi_gcp/dns/_inputs.py +589 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +24 -19
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +24 -19
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +21 -16
- pulumi_gcp/dns/get_keys.py +13 -8
- pulumi_gcp/dns/get_managed_zone.py +5 -0
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +5 -0
- pulumi_gcp/dns/get_managed_zones.py +5 -0
- pulumi_gcp/dns/get_record_set.py +5 -0
- pulumi_gcp/dns/managed_zone.py +183 -178
- pulumi_gcp/dns/outputs.py +5 -0
- pulumi_gcp/dns/policy.py +47 -42
- pulumi_gcp/dns/record_set.py +100 -95
- pulumi_gcp/dns/response_policy.py +81 -76
- pulumi_gcp/dns/response_policy_rule.py +38 -33
- pulumi_gcp/edgecontainer/_inputs.py +464 -0
- pulumi_gcp/edgecontainer/cluster.py +152 -147
- pulumi_gcp/edgecontainer/node_pool.py +109 -104
- pulumi_gcp/edgecontainer/outputs.py +5 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +36 -31
- pulumi_gcp/edgenetwork/network.py +5 -0
- pulumi_gcp/edgenetwork/subnet.py +5 -0
- pulumi_gcp/endpoints/_inputs.py +101 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +8 -3
- pulumi_gcp/endpoints/consumers_iam_member.py +8 -3
- pulumi_gcp/endpoints/consumers_iam_policy.py +5 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +5 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +5 -0
- pulumi_gcp/endpoints/outputs.py +5 -0
- pulumi_gcp/endpoints/service.py +9 -4
- pulumi_gcp/endpoints/service_iam_binding.py +24 -19
- pulumi_gcp/endpoints/service_iam_member.py +24 -19
- pulumi_gcp/endpoints/service_iam_policy.py +21 -16
- pulumi_gcp/essentialcontacts/_inputs.py +313 -0
- pulumi_gcp/essentialcontacts/contact.py +5 -0
- pulumi_gcp/essentialcontacts/document_ai_processor.py +5 -0
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +5 -0
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +40 -35
- pulumi_gcp/essentialcontacts/document_ai_warehouse_location.py +5 -0
- pulumi_gcp/essentialcontacts/outputs.py +5 -0
- pulumi_gcp/eventarc/_inputs.py +145 -0
- pulumi_gcp/eventarc/channel.py +5 -0
- pulumi_gcp/eventarc/google_channel_config.py +5 -0
- pulumi_gcp/eventarc/outputs.py +5 -0
- pulumi_gcp/eventarc/trigger.py +78 -73
- pulumi_gcp/filestore/_inputs.py +108 -0
- pulumi_gcp/filestore/backup.py +23 -18
- pulumi_gcp/filestore/get_instance.py +5 -0
- pulumi_gcp/filestore/instance.py +107 -102
- pulumi_gcp/filestore/outputs.py +5 -0
- pulumi_gcp/filestore/snapshot.py +37 -32
- pulumi_gcp/firebase/_inputs.py +511 -0
- pulumi_gcp/firebase/android_app.py +21 -16
- pulumi_gcp/firebase/app_check_app_attest_config.py +5 -0
- pulumi_gcp/firebase/app_check_debug_token.py +5 -0
- pulumi_gcp/firebase/app_check_device_check_config.py +5 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +5 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +5 -0
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +5 -0
- pulumi_gcp/firebase/app_check_service_config.py +5 -0
- pulumi_gcp/firebase/apple_app.py +15 -10
- pulumi_gcp/firebase/database_instance.py +5 -0
- pulumi_gcp/firebase/extensions_instance.py +30 -25
- pulumi_gcp/firebase/get_android_app.py +5 -0
- pulumi_gcp/firebase/get_android_app_config.py +5 -0
- pulumi_gcp/firebase/get_apple_app.py +5 -0
- pulumi_gcp/firebase/get_apple_app_config.py +5 -0
- pulumi_gcp/firebase/get_hosting_channel.py +5 -0
- pulumi_gcp/firebase/get_web_app.py +5 -0
- pulumi_gcp/firebase/get_web_app_config.py +5 -0
- pulumi_gcp/firebase/hosting_channel.py +5 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +39 -34
- pulumi_gcp/firebase/hosting_release.py +33 -28
- pulumi_gcp/firebase/hosting_site.py +5 -0
- pulumi_gcp/firebase/hosting_version.py +76 -71
- pulumi_gcp/firebase/outputs.py +5 -0
- pulumi_gcp/firebase/project.py +5 -0
- pulumi_gcp/firebase/storage_bucket.py +5 -0
- pulumi_gcp/firebase/web_app.py +15 -10
- pulumi_gcp/firebaserules/_inputs.py +51 -0
- pulumi_gcp/firebaserules/outputs.py +5 -0
- pulumi_gcp/firebaserules/release.py +5 -0
- pulumi_gcp/firebaserules/ruleset.py +40 -35
- pulumi_gcp/firestore/_inputs.py +154 -0
- pulumi_gcp/firestore/backup_schedule.py +23 -18
- pulumi_gcp/firestore/database.py +22 -17
- pulumi_gcp/firestore/document.py +5 -0
- pulumi_gcp/firestore/field.py +63 -58
- pulumi_gcp/firestore/index.py +72 -67
- pulumi_gcp/firestore/outputs.py +5 -0
- pulumi_gcp/folder/_inputs.py +165 -0
- pulumi_gcp/folder/access_approval_settings.py +28 -23
- pulumi_gcp/folder/get_iam_policy.py +5 -0
- pulumi_gcp/folder/get_organization_policy.py +5 -0
- pulumi_gcp/folder/iam_audit_config.py +130 -125
- pulumi_gcp/folder/iam_binding.py +8 -3
- pulumi_gcp/folder/iam_member.py +130 -125
- pulumi_gcp/folder/iam_policy.py +125 -120
- pulumi_gcp/folder/organization_policy.py +54 -49
- pulumi_gcp/folder/outputs.py +5 -0
- pulumi_gcp/gkebackup/_inputs.py +694 -0
- pulumi_gcp/gkebackup/backup_plan.py +436 -431
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +24 -19
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +24 -19
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -16
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +5 -0
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +5 -0
- pulumi_gcp/gkebackup/outputs.py +5 -0
- pulumi_gcp/gkebackup/restore_plan.py +580 -575
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +336 -956
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +336 -956
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +243 -953
- pulumi_gcp/gkehub/_inputs.py +1204 -6
- pulumi_gcp/gkehub/feature.py +319 -314
- pulumi_gcp/gkehub/feature_iam_binding.py +24 -19
- pulumi_gcp/gkehub/feature_iam_member.py +24 -19
- pulumi_gcp/gkehub/feature_iam_policy.py +21 -16
- pulumi_gcp/gkehub/feature_membership.py +184 -179
- pulumi_gcp/gkehub/fleet.py +24 -19
- pulumi_gcp/gkehub/get_feature_iam_policy.py +5 -0
- pulumi_gcp/gkehub/get_membership_iam_policy.py +5 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +5 -0
- pulumi_gcp/gkehub/membership.py +57 -52
- pulumi_gcp/gkehub/membership_binding.py +17 -12
- pulumi_gcp/gkehub/membership_iam_binding.py +24 -19
- pulumi_gcp/gkehub/membership_iam_member.py +24 -19
- pulumi_gcp/gkehub/membership_iam_policy.py +21 -16
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +28 -23
- pulumi_gcp/gkehub/namespace.py +7 -2
- pulumi_gcp/gkehub/outputs.py +5 -0
- pulumi_gcp/gkehub/scope.py +7 -2
- pulumi_gcp/gkehub/scope_iam_binding.py +24 -19
- pulumi_gcp/gkehub/scope_iam_member.py +24 -19
- pulumi_gcp/gkehub/scope_iam_policy.py +21 -16
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +18 -13
- pulumi_gcp/gkeonprem/_inputs.py +2318 -18
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +335 -330
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +528 -523
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +262 -257
- pulumi_gcp/gkeonprem/outputs.py +5 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +399 -394
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +89 -84
- pulumi_gcp/healthcare/_inputs.py +359 -0
- pulumi_gcp/healthcare/consent_store.py +5 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +24 -19
- pulumi_gcp/healthcare/consent_store_iam_member.py +24 -19
- pulumi_gcp/healthcare/consent_store_iam_policy.py +21 -16
- pulumi_gcp/healthcare/dataset.py +115 -0
- pulumi_gcp/healthcare/dataset_iam_binding.py +24 -19
- pulumi_gcp/healthcare/dataset_iam_member.py +24 -19
- pulumi_gcp/healthcare/dataset_iam_policy.py +21 -16
- pulumi_gcp/healthcare/dicom_store.py +39 -34
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +24 -19
- pulumi_gcp/healthcare/dicom_store_iam_member.py +24 -19
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +21 -16
- pulumi_gcp/healthcare/fhir_store.py +62 -57
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +24 -19
- pulumi_gcp/healthcare/fhir_store_iam_member.py +24 -19
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +21 -16
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +5 -0
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +5 -0
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +5 -0
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +5 -0
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +5 -0
- pulumi_gcp/healthcare/hl7_store.py +46 -41
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +24 -19
- pulumi_gcp/healthcare/hl7_store_iam_member.py +24 -19
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +21 -16
- pulumi_gcp/healthcare/outputs.py +48 -0
- pulumi_gcp/iam/_inputs.py +433 -0
- pulumi_gcp/iam/access_boundary_policy.py +54 -49
- pulumi_gcp/iam/deny_policy.py +56 -51
- pulumi_gcp/iam/get_rule.py +5 -0
- pulumi_gcp/iam/get_testable_permissions.py +5 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +5 -0
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +5 -0
- pulumi_gcp/iam/outputs.py +5 -0
- pulumi_gcp/iam/workforce_pool.py +22 -17
- pulumi_gcp/iam/workforce_pool_provider.py +184 -179
- pulumi_gcp/iam/workload_identity_pool.py +5 -0
- pulumi_gcp/iam/workload_identity_pool_provider.py +68 -63
- pulumi_gcp/iap/_inputs.py +411 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +102 -97
- pulumi_gcp/iap/app_engine_service_iam_member.py +102 -97
- pulumi_gcp/iap/app_engine_service_iam_policy.py +97 -92
- pulumi_gcp/iap/app_engine_version_iam_binding.py +102 -97
- pulumi_gcp/iap/app_engine_version_iam_member.py +102 -97
- pulumi_gcp/iap/app_engine_version_iam_policy.py +97 -92
- pulumi_gcp/iap/brand.py +5 -0
- pulumi_gcp/iap/client.py +5 -0
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +5 -0
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +5 -0
- pulumi_gcp/iap/get_client.py +5 -0
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +5 -0
- pulumi_gcp/iap/get_tunnel_iam_policy.py +5 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +5 -0
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +5 -0
- pulumi_gcp/iap/outputs.py +5 -0
- pulumi_gcp/iap/tunnel_dest_group.py +5 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +102 -97
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +102 -97
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +97 -92
- pulumi_gcp/iap/tunnel_iam_binding.py +102 -97
- pulumi_gcp/iap/tunnel_iam_member.py +102 -97
- pulumi_gcp/iap/tunnel_iam_policy.py +97 -92
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +102 -97
- pulumi_gcp/iap/tunnel_instance_iam_member.py +102 -97
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +97 -92
- pulumi_gcp/iap/web_backend_service_iam_binding.py +102 -97
- pulumi_gcp/iap/web_backend_service_iam_member.py +102 -97
- pulumi_gcp/iap/web_backend_service_iam_policy.py +97 -92
- pulumi_gcp/iap/web_iam_binding.py +102 -97
- pulumi_gcp/iap/web_iam_member.py +102 -97
- pulumi_gcp/iap/web_iam_policy.py +97 -92
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +102 -97
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +102 -97
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +97 -92
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +102 -97
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +102 -97
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +97 -92
- pulumi_gcp/iap/web_type_compute_iam_binding.py +102 -97
- pulumi_gcp/iap/web_type_compute_iam_member.py +102 -97
- pulumi_gcp/iap/web_type_compute_iam_policy.py +97 -92
- pulumi_gcp/identityplatform/_inputs.py +576 -0
- pulumi_gcp/identityplatform/config.py +120 -115
- pulumi_gcp/identityplatform/default_supported_idp_config.py +5 -0
- pulumi_gcp/identityplatform/inbound_saml_config.py +39 -34
- pulumi_gcp/identityplatform/oauth_idp_config.py +5 -0
- pulumi_gcp/identityplatform/outputs.py +5 -0
- pulumi_gcp/identityplatform/project_default_config.py +38 -33
- pulumi_gcp/identityplatform/tenant.py +5 -0
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +5 -0
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +39 -34
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +5 -0
- pulumi_gcp/integrationconnectors/_inputs.py +868 -0
- pulumi_gcp/integrationconnectors/connection.py +465 -460
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +5 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +15 -10
- pulumi_gcp/integrationconnectors/outputs.py +5 -0
- pulumi_gcp/kms/_inputs.py +303 -0
- pulumi_gcp/kms/autokey_config.py +5 -0
- pulumi_gcp/kms/crypto_key.py +18 -13
- pulumi_gcp/kms/crypto_key_iam_binding.py +56 -51
- pulumi_gcp/kms/crypto_key_iam_member.py +56 -51
- pulumi_gcp/kms/crypto_key_iam_policy.py +51 -46
- pulumi_gcp/kms/crypto_key_version.py +12 -7
- pulumi_gcp/kms/ekm_connection.py +24 -19
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +5 -0
- pulumi_gcp/kms/get_key_ring_iam_policy.py +5 -0
- pulumi_gcp/kms/get_kms_crypto_key.py +5 -0
- pulumi_gcp/kms/get_kms_crypto_key_version.py +5 -0
- pulumi_gcp/kms/get_kms_key_ring.py +5 -0
- pulumi_gcp/kms/get_kms_secret.py +11 -6
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +17 -12
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +23 -18
- pulumi_gcp/kms/key_handle.py +5 -0
- pulumi_gcp/kms/key_ring.py +5 -0
- pulumi_gcp/kms/key_ring_iam_binding.py +102 -97
- pulumi_gcp/kms/key_ring_iam_member.py +102 -97
- pulumi_gcp/kms/key_ring_iam_policy.py +97 -92
- pulumi_gcp/kms/key_ring_import_job.py +9 -4
- pulumi_gcp/kms/outputs.py +5 -0
- pulumi_gcp/kms/secret_ciphertext.py +23 -18
- pulumi_gcp/logging/_inputs.py +520 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +16 -11
- pulumi_gcp/logging/billing_account_exclusion.py +5 -0
- pulumi_gcp/logging/billing_account_sink.py +15 -10
- pulumi_gcp/logging/folder_bucket_config.py +16 -11
- pulumi_gcp/logging/folder_exclusion.py +5 -0
- pulumi_gcp/logging/folder_settings.py +5 -0
- pulumi_gcp/logging/folder_sink.py +15 -10
- pulumi_gcp/logging/get_folder_settings.py +5 -0
- pulumi_gcp/logging/get_log_view_iam_policy.py +5 -0
- pulumi_gcp/logging/get_organization_settings.py +5 -0
- pulumi_gcp/logging/get_project_cmek_settings.py +5 -0
- pulumi_gcp/logging/get_project_settings.py +5 -0
- pulumi_gcp/logging/get_sink.py +5 -0
- pulumi_gcp/logging/linked_dataset.py +10 -5
- pulumi_gcp/logging/log_view.py +5 -0
- pulumi_gcp/logging/log_view_iam_binding.py +10 -5
- pulumi_gcp/logging/log_view_iam_member.py +10 -5
- pulumi_gcp/logging/log_view_iam_policy.py +5 -0
- pulumi_gcp/logging/metric.py +97 -92
- pulumi_gcp/logging/organization_bucket_config.py +16 -11
- pulumi_gcp/logging/organization_exclusion.py +5 -0
- pulumi_gcp/logging/organization_settings.py +5 -0
- pulumi_gcp/logging/organization_sink.py +15 -10
- pulumi_gcp/logging/outputs.py +5 -0
- pulumi_gcp/logging/project_bucket_config.py +21 -16
- pulumi_gcp/logging/project_exclusion.py +5 -0
- pulumi_gcp/logging/project_sink.py +15 -10
- pulumi_gcp/looker/_inputs.py +211 -0
- pulumi_gcp/looker/instance.py +204 -199
- pulumi_gcp/looker/outputs.py +5 -0
- pulumi_gcp/managedkafka/_inputs.py +69 -0
- pulumi_gcp/managedkafka/cluster.py +72 -67
- pulumi_gcp/managedkafka/outputs.py +5 -0
- pulumi_gcp/managedkafka/topic.py +27 -22
- pulumi_gcp/memcache/_inputs.py +184 -0
- pulumi_gcp/memcache/instance.py +56 -51
- pulumi_gcp/memcache/outputs.py +5 -0
- pulumi_gcp/migrationcenter/_inputs.py +182 -0
- pulumi_gcp/migrationcenter/group.py +5 -0
- pulumi_gcp/migrationcenter/outputs.py +5 -0
- pulumi_gcp/migrationcenter/preference_set.py +82 -77
- pulumi_gcp/ml/_inputs.py +17 -0
- pulumi_gcp/ml/engine_model.py +10 -5
- pulumi_gcp/ml/outputs.py +5 -0
- pulumi_gcp/monitoring/_inputs.py +1778 -62
- pulumi_gcp/monitoring/alert_policy.py +128 -123
- pulumi_gcp/monitoring/custom_service.py +16 -11
- pulumi_gcp/monitoring/dashboard.py +5 -0
- pulumi_gcp/monitoring/generic_service.py +20 -15
- pulumi_gcp/monitoring/get_app_engine_service.py +21 -16
- pulumi_gcp/monitoring/get_cluster_istio_service.py +5 -0
- pulumi_gcp/monitoring/get_istio_canonical_service.py +5 -0
- pulumi_gcp/monitoring/get_mesh_istio_service.py +5 -0
- pulumi_gcp/monitoring/get_notification_channel.py +29 -24
- pulumi_gcp/monitoring/get_secret_version.py +5 -0
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +5 -0
- pulumi_gcp/monitoring/group.py +5 -0
- pulumi_gcp/monitoring/metric_descriptor.py +49 -44
- pulumi_gcp/monitoring/monitored_project.py +5 -0
- pulumi_gcp/monitoring/notification_channel.py +16 -11
- pulumi_gcp/monitoring/outputs.py +68 -0
- pulumi_gcp/monitoring/slo.py +120 -115
- pulumi_gcp/monitoring/uptime_check_config.py +241 -236
- pulumi_gcp/netapp/_inputs.py +311 -0
- pulumi_gcp/netapp/active_directory.py +5 -0
- pulumi_gcp/netapp/backup.py +11 -6
- pulumi_gcp/netapp/backup_policy.py +5 -0
- pulumi_gcp/netapp/backup_vault.py +5 -0
- pulumi_gcp/netapp/kmsconfig.py +5 -0
- pulumi_gcp/netapp/outputs.py +5 -0
- pulumi_gcp/netapp/storage_pool.py +5 -0
- pulumi_gcp/netapp/volume.py +27 -22
- pulumi_gcp/netapp/volume_replication.py +24 -19
- pulumi_gcp/netapp/volume_snapshot.py +5 -0
- pulumi_gcp/networkconnectivity/_inputs.py +253 -0
- pulumi_gcp/networkconnectivity/hub.py +7 -2
- pulumi_gcp/networkconnectivity/internal_range.py +5 -0
- pulumi_gcp/networkconnectivity/outputs.py +5 -0
- pulumi_gcp/networkconnectivity/policy_based_route.py +46 -41
- pulumi_gcp/networkconnectivity/regional_endpoint.py +5 -0
- pulumi_gcp/networkconnectivity/service_connection_policy.py +20 -15
- pulumi_gcp/networkconnectivity/spoke.py +71 -66
- pulumi_gcp/networkmanagement/_inputs.py +87 -0
- pulumi_gcp/networkmanagement/connectivity_test.py +85 -80
- pulumi_gcp/networkmanagement/outputs.py +5 -0
- pulumi_gcp/networksecurity/_inputs.py +321 -0
- pulumi_gcp/networksecurity/address_group.py +5 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +297 -5
- pulumi_gcp/networksecurity/address_group_iam_member.py +297 -5
- pulumi_gcp/networksecurity/address_group_iam_policy.py +5 -0
- pulumi_gcp/networksecurity/authorization_policy.py +52 -47
- pulumi_gcp/networksecurity/client_tls_policy.py +45 -40
- pulumi_gcp/networksecurity/firewall_endpoint.py +5 -0
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +5 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +91 -86
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +5 -0
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +5 -0
- pulumi_gcp/networksecurity/outputs.py +5 -0
- pulumi_gcp/networksecurity/security_profile.py +40 -35
- pulumi_gcp/networksecurity/security_profile_group.py +5 -0
- pulumi_gcp/networksecurity/server_tls_policy.py +101 -96
- pulumi_gcp/networksecurity/tls_inspection_policy.py +193 -188
- pulumi_gcp/networksecurity/url_list.py +5 -0
- pulumi_gcp/networkservices/_inputs.py +1781 -29
- pulumi_gcp/networkservices/edge_cache_keyset.py +51 -46
- pulumi_gcp/networkservices/edge_cache_origin.py +89 -84
- pulumi_gcp/networkservices/edge_cache_service.py +567 -562
- pulumi_gcp/networkservices/endpoint_policy.py +55 -50
- pulumi_gcp/networkservices/gateway.py +21 -16
- pulumi_gcp/networkservices/grpc_route.py +146 -141
- pulumi_gcp/networkservices/http_route.py +294 -289
- pulumi_gcp/networkservices/lb_route_extension.py +10 -5
- pulumi_gcp/networkservices/lb_traffic_extension.py +10 -5
- pulumi_gcp/networkservices/mesh.py +5 -0
- pulumi_gcp/networkservices/outputs.py +5 -0
- pulumi_gcp/networkservices/service_binding.py +5 -0
- pulumi_gcp/networkservices/service_lb_policies.py +27 -22
- pulumi_gcp/networkservices/tcp_route.py +106 -101
- pulumi_gcp/networkservices/tls_route.py +82 -77
- pulumi_gcp/notebooks/_inputs.py +615 -0
- pulumi_gcp/notebooks/environment.py +21 -16
- pulumi_gcp/notebooks/get_instance_iam_policy.py +5 -0
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +5 -0
- pulumi_gcp/notebooks/instance.py +78 -73
- pulumi_gcp/notebooks/instance_iam_binding.py +24 -19
- pulumi_gcp/notebooks/instance_iam_member.py +24 -19
- pulumi_gcp/notebooks/instance_iam_policy.py +21 -16
- pulumi_gcp/notebooks/location.py +5 -0
- pulumi_gcp/notebooks/outputs.py +5 -0
- pulumi_gcp/notebooks/runtime.py +222 -217
- pulumi_gcp/notebooks/runtime_iam_binding.py +24 -19
- pulumi_gcp/notebooks/runtime_iam_member.py +24 -19
- pulumi_gcp/notebooks/runtime_iam_policy.py +21 -16
- pulumi_gcp/organizations/_inputs.py +231 -0
- pulumi_gcp/organizations/access_approval_settings.py +36 -31
- pulumi_gcp/organizations/folder.py +5 -0
- pulumi_gcp/organizations/get_active_folder.py +5 -0
- pulumi_gcp/organizations/get_billing_account.py +5 -0
- pulumi_gcp/organizations/get_client_config.py +5 -0
- pulumi_gcp/organizations/get_client_open_id_user_info.py +5 -0
- pulumi_gcp/organizations/get_folder.py +5 -0
- pulumi_gcp/organizations/get_folders.py +5 -0
- pulumi_gcp/organizations/get_iam_policy.py +13 -8
- pulumi_gcp/organizations/get_organization.py +5 -0
- pulumi_gcp/organizations/get_project.py +5 -0
- pulumi_gcp/organizations/iam_audit_config.py +18 -13
- pulumi_gcp/organizations/iam_binding.py +8 -3
- pulumi_gcp/organizations/iam_custom_role.py +5 -0
- pulumi_gcp/organizations/iam_member.py +130 -125
- pulumi_gcp/organizations/iam_policy.py +125 -120
- pulumi_gcp/organizations/outputs.py +5 -0
- pulumi_gcp/organizations/policy.py +54 -49
- pulumi_gcp/organizations/project.py +5 -0
- pulumi_gcp/orgpolicy/_inputs.py +183 -0
- pulumi_gcp/orgpolicy/custom_constraint.py +15 -10
- pulumi_gcp/orgpolicy/outputs.py +5 -0
- pulumi_gcp/orgpolicy/policy.py +103 -98
- pulumi_gcp/osconfig/_inputs.py +2235 -30
- pulumi_gcp/osconfig/guest_policies.py +171 -166
- pulumi_gcp/osconfig/os_policy_assignment.py +158 -153
- pulumi_gcp/osconfig/outputs.py +5 -0
- pulumi_gcp/osconfig/patch_deployment.py +326 -321
- pulumi_gcp/oslogin/ssh_public_key.py +5 -0
- pulumi_gcp/parallelstore/instance.py +5 -0
- pulumi_gcp/privilegedaccessmanager/_inputs.py +170 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +94 -89
- pulumi_gcp/privilegedaccessmanager/outputs.py +5 -0
- pulumi_gcp/projects/_inputs.py +262 -0
- pulumi_gcp/projects/access_approval_settings.py +30 -25
- pulumi_gcp/projects/api_key.py +88 -83
- pulumi_gcp/projects/default_service_accounts.py +5 -0
- pulumi_gcp/projects/get_iam_policy.py +5 -0
- pulumi_gcp/projects/get_organization_policy.py +5 -0
- pulumi_gcp/projects/get_project.py +5 -0
- pulumi_gcp/projects/get_project_service.py +5 -0
- pulumi_gcp/projects/iam_audit_config.py +130 -125
- pulumi_gcp/projects/iam_binding.py +130 -125
- pulumi_gcp/projects/iam_custom_role.py +5 -0
- pulumi_gcp/projects/iam_member.py +130 -125
- pulumi_gcp/projects/iam_member_remove.py +5 -0
- pulumi_gcp/projects/iam_policy.py +125 -120
- pulumi_gcp/projects/organization_policy.py +54 -49
- pulumi_gcp/projects/outputs.py +5 -0
- pulumi_gcp/projects/service.py +5 -0
- pulumi_gcp/projects/service_identity.py +5 -0
- pulumi_gcp/projects/usage_export_bucket.py +5 -0
- pulumi_gcp/provider.py +7 -2
- pulumi_gcp/pubsub/_inputs.py +438 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +5 -0
- pulumi_gcp/pubsub/get_subscription.py +5 -0
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +5 -0
- pulumi_gcp/pubsub/get_topic.py +5 -0
- pulumi_gcp/pubsub/get_topic_iam_policy.py +5 -0
- pulumi_gcp/pubsub/lite_reservation.py +5 -0
- pulumi_gcp/pubsub/lite_subscription.py +36 -31
- pulumi_gcp/pubsub/lite_topic.py +46 -41
- pulumi_gcp/pubsub/outputs.py +5 -0
- pulumi_gcp/pubsub/schema.py +13 -8
- pulumi_gcp/pubsub/schema_iam_binding.py +24 -19
- pulumi_gcp/pubsub/schema_iam_member.py +24 -19
- pulumi_gcp/pubsub/schema_iam_policy.py +21 -16
- pulumi_gcp/pubsub/subscription.py +141 -136
- pulumi_gcp/pubsub/subscription_iam_binding.py +24 -19
- pulumi_gcp/pubsub/subscription_iam_member.py +24 -19
- pulumi_gcp/pubsub/subscription_iam_policy.py +21 -16
- pulumi_gcp/pubsub/topic.py +50 -45
- pulumi_gcp/pubsub/topic_iam_binding.py +24 -19
- pulumi_gcp/pubsub/topic_iam_member.py +24 -19
- pulumi_gcp/pubsub/topic_iam_policy.py +21 -16
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/_inputs.py +89 -0
- pulumi_gcp/recaptcha/enterprise_key.py +132 -127
- pulumi_gcp/recaptcha/outputs.py +5 -0
- pulumi_gcp/redis/_inputs.py +321 -0
- pulumi_gcp/redis/cluster.py +59 -54
- pulumi_gcp/redis/get_instance.py +5 -0
- pulumi_gcp/redis/instance.py +51 -46
- pulumi_gcp/redis/outputs.py +5 -0
- pulumi_gcp/resourcemanager/lien.py +5 -0
- pulumi_gcp/runtimeconfig/_inputs.py +25 -0
- pulumi_gcp/runtimeconfig/config.py +5 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +8 -3
- pulumi_gcp/runtimeconfig/config_iam_member.py +8 -3
- pulumi_gcp/runtimeconfig/config_iam_policy.py +5 -0
- pulumi_gcp/runtimeconfig/get_config.py +5 -0
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +5 -0
- pulumi_gcp/runtimeconfig/get_variable.py +5 -0
- pulumi_gcp/runtimeconfig/outputs.py +5 -0
- pulumi_gcp/runtimeconfig/variable.py +5 -0
- pulumi_gcp/secretmanager/_inputs.py +143 -0
- pulumi_gcp/secretmanager/get_secret.py +5 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +5 -0
- pulumi_gcp/secretmanager/get_secret_version.py +5 -0
- pulumi_gcp/secretmanager/get_secret_version_access.py +5 -0
- pulumi_gcp/secretmanager/get_secrets.py +5 -0
- pulumi_gcp/secretmanager/outputs.py +5 -0
- pulumi_gcp/secretmanager/secret.py +68 -63
- pulumi_gcp/secretmanager/secret_iam_binding.py +102 -97
- pulumi_gcp/secretmanager/secret_iam_member.py +102 -97
- pulumi_gcp/secretmanager/secret_iam_policy.py +97 -92
- pulumi_gcp/secretmanager/secret_version.py +53 -48
- pulumi_gcp/securesourcemanager/_inputs.py +75 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +5 -0
- pulumi_gcp/securesourcemanager/instance.py +78 -73
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +8 -3
- pulumi_gcp/securesourcemanager/instance_iam_member.py +8 -3
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +5 -0
- pulumi_gcp/securesourcemanager/outputs.py +5 -0
- pulumi_gcp/securitycenter/_inputs.py +860 -7
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +5 -0
- pulumi_gcp/securitycenter/folder_custom_module.py +82 -77
- pulumi_gcp/securitycenter/get_source_iam_policy.py +5 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +102 -33
- pulumi_gcp/securitycenter/instance_iam_member.py +102 -33
- pulumi_gcp/securitycenter/instance_iam_policy.py +99 -30
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +82 -77
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +5 -0
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +82 -77
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +82 -77
- pulumi_gcp/securitycenter/mute_config.py +5 -0
- pulumi_gcp/securitycenter/notification_config.py +16 -11
- pulumi_gcp/securitycenter/organization_custom_module.py +82 -77
- pulumi_gcp/securitycenter/outputs.py +5 -0
- pulumi_gcp/securitycenter/project_custom_module.py +82 -77
- pulumi_gcp/securitycenter/source.py +5 -0
- pulumi_gcp/securitycenter/source_iam_binding.py +8 -3
- pulumi_gcp/securitycenter/source_iam_member.py +8 -3
- pulumi_gcp/securitycenter/source_iam_policy.py +5 -0
- pulumi_gcp/securityposture/_inputs.py +457 -0
- pulumi_gcp/securityposture/outputs.py +5 -0
- pulumi_gcp/securityposture/posture.py +186 -181
- pulumi_gcp/securityposture/posture_deployment.py +35 -30
- pulumi_gcp/serviceaccount/_inputs.py +51 -0
- pulumi_gcp/serviceaccount/account.py +5 -0
- pulumi_gcp/serviceaccount/get_account.py +5 -0
- pulumi_gcp/serviceaccount/get_account_access_token.py +5 -0
- pulumi_gcp/serviceaccount/get_account_id_token.py +5 -0
- pulumi_gcp/serviceaccount/get_account_jwt.py +5 -0
- pulumi_gcp/serviceaccount/get_account_key.py +5 -0
- pulumi_gcp/serviceaccount/get_iam_policy.py +5 -0
- pulumi_gcp/serviceaccount/iam_binding.py +66 -61
- pulumi_gcp/serviceaccount/iam_member.py +66 -61
- pulumi_gcp/serviceaccount/iam_policy.py +61 -56
- pulumi_gcp/serviceaccount/key.py +5 -0
- pulumi_gcp/serviceaccount/outputs.py +5 -0
- pulumi_gcp/servicedirectory/_inputs.py +43 -0
- pulumi_gcp/servicedirectory/endpoint.py +5 -0
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +5 -0
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +5 -0
- pulumi_gcp/servicedirectory/namespace.py +5 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +24 -19
- pulumi_gcp/servicedirectory/namespace_iam_member.py +24 -19
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +21 -16
- pulumi_gcp/servicedirectory/outputs.py +5 -0
- pulumi_gcp/servicedirectory/service.py +5 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +24 -19
- pulumi_gcp/servicedirectory/service_iam_member.py +24 -19
- pulumi_gcp/servicedirectory/service_iam_policy.py +21 -16
- pulumi_gcp/servicenetworking/connection.py +5 -0
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +5 -0
- pulumi_gcp/servicenetworking/peered_dns_domain.py +5 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +5 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +5 -0
- pulumi_gcp/sourcerepo/_inputs.py +49 -0
- pulumi_gcp/sourcerepo/get_repository.py +5 -0
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +5 -0
- pulumi_gcp/sourcerepo/outputs.py +5 -0
- pulumi_gcp/sourcerepo/repository.py +20 -15
- pulumi_gcp/sourcerepo/repository_iam_binding.py +116 -102
- pulumi_gcp/sourcerepo/repository_iam_member.py +116 -102
- pulumi_gcp/sourcerepo/repository_iam_policy.py +106 -92
- pulumi_gcp/spanner/_inputs.py +157 -0
- pulumi_gcp/spanner/database.py +10 -5
- pulumi_gcp/spanner/database_iam_binding.py +102 -97
- pulumi_gcp/spanner/database_iam_member.py +102 -97
- pulumi_gcp/spanner/database_iam_policy.py +97 -92
- pulumi_gcp/spanner/get_database_iam_policy.py +5 -0
- pulumi_gcp/spanner/get_instance.py +5 -0
- pulumi_gcp/spanner/get_instance_iam_policy.py +5 -0
- pulumi_gcp/spanner/instance.py +30 -25
- pulumi_gcp/spanner/instance_config.py +10 -5
- pulumi_gcp/spanner/instance_iam_binding.py +24 -19
- pulumi_gcp/spanner/instance_iam_member.py +24 -19
- pulumi_gcp/spanner/instance_iam_policy.py +21 -16
- pulumi_gcp/spanner/outputs.py +5 -0
- pulumi_gcp/sql/_inputs.py +616 -0
- pulumi_gcp/sql/database.py +17 -12
- pulumi_gcp/sql/database_instance.py +93 -88
- pulumi_gcp/sql/get_backup_run.py +5 -0
- pulumi_gcp/sql/get_ca_certs.py +5 -0
- pulumi_gcp/sql/get_database.py +5 -0
- pulumi_gcp/sql/get_database_instance.py +5 -0
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +5 -0
- pulumi_gcp/sql/get_database_instances.py +5 -0
- pulumi_gcp/sql/get_databases.py +5 -0
- pulumi_gcp/sql/get_tiers.py +5 -0
- pulumi_gcp/sql/outputs.py +5 -0
- pulumi_gcp/sql/source_representation_instance.py +5 -0
- pulumi_gcp/sql/ssl_cert.py +11 -6
- pulumi_gcp/sql/user.py +43 -38
- pulumi_gcp/storage/__init__.py +5 -0
- pulumi_gcp/storage/_inputs.py +960 -2
- pulumi_gcp/storage/bucket.py +125 -120
- pulumi_gcp/storage/bucket_access_control.py +5 -0
- pulumi_gcp/storage/bucket_acl.py +5 -0
- pulumi_gcp/storage/bucket_iam_binding.py +102 -97
- pulumi_gcp/storage/bucket_iam_member.py +102 -97
- pulumi_gcp/storage/bucket_iam_policy.py +97 -92
- pulumi_gcp/storage/bucket_object.py +15 -10
- pulumi_gcp/storage/default_object_access_control.py +7 -2
- pulumi_gcp/storage/default_object_acl.py +5 -0
- pulumi_gcp/storage/get_bucket.py +5 -0
- pulumi_gcp/storage/get_bucket_iam_policy.py +5 -0
- pulumi_gcp/storage/get_bucket_object.py +5 -0
- pulumi_gcp/storage/get_bucket_object_content.py +5 -0
- pulumi_gcp/storage/get_bucket_objects.py +5 -0
- pulumi_gcp/storage/get_buckets.py +5 -0
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +115 -0
- pulumi_gcp/storage/get_object_signed_url.py +5 -0
- pulumi_gcp/storage/get_project_service_account.py +11 -6
- pulumi_gcp/storage/get_transfer_project_service_account.py +5 -0
- pulumi_gcp/storage/get_transfer_project_servie_account.py +5 -0
- pulumi_gcp/storage/hmac_key.py +5 -0
- pulumi_gcp/storage/insights_report_config.py +76 -71
- pulumi_gcp/storage/managed_folder.py +440 -0
- pulumi_gcp/storage/managed_folder_iam_binding.py +947 -0
- pulumi_gcp/storage/managed_folder_iam_member.py +947 -0
- pulumi_gcp/storage/managed_folder_iam_policy.py +766 -0
- pulumi_gcp/storage/notification.py +5 -0
- pulumi_gcp/storage/object_access_control.py +7 -2
- pulumi_gcp/storage/object_acl.py +5 -0
- pulumi_gcp/storage/outputs.py +81 -0
- pulumi_gcp/storage/transfer_agent_pool.py +16 -11
- pulumi_gcp/storage/transfer_job.py +113 -108
- pulumi_gcp/tags/_inputs.py +43 -0
- pulumi_gcp/tags/get_tag_key.py +5 -0
- pulumi_gcp/tags/get_tag_key_iam_policy.py +5 -0
- pulumi_gcp/tags/get_tag_keys.py +5 -0
- pulumi_gcp/tags/get_tag_value.py +5 -0
- pulumi_gcp/tags/get_tag_value_iam_policy.py +5 -0
- pulumi_gcp/tags/get_tag_values.py +5 -0
- pulumi_gcp/tags/location_tag_binding.py +5 -0
- pulumi_gcp/tags/outputs.py +5 -0
- pulumi_gcp/tags/tag_binding.py +5 -0
- pulumi_gcp/tags/tag_key.py +5 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +24 -19
- pulumi_gcp/tags/tag_key_iam_member.py +24 -19
- pulumi_gcp/tags/tag_key_iam_policy.py +21 -16
- pulumi_gcp/tags/tag_value.py +5 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +24 -19
- pulumi_gcp/tags/tag_value_iam_member.py +24 -19
- pulumi_gcp/tags/tag_value_iam_policy.py +21 -16
- pulumi_gcp/tpu/_inputs.py +194 -0
- pulumi_gcp/tpu/get_tensorflow_versions.py +5 -0
- pulumi_gcp/tpu/get_v2_accelerator_types.py +5 -0
- pulumi_gcp/tpu/get_v2_runtime_versions.py +5 -0
- pulumi_gcp/tpu/node.py +18 -13
- pulumi_gcp/tpu/outputs.py +5 -0
- pulumi_gcp/tpu/v2_vm.py +87 -82
- pulumi_gcp/vertex/_inputs.py +843 -2
- pulumi_gcp/vertex/ai_dataset.py +10 -5
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +36 -31
- pulumi_gcp/vertex/ai_endpoint.py +18 -13
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +8 -3
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +8 -3
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +5 -0
- pulumi_gcp/vertex/ai_feature_group.py +22 -17
- pulumi_gcp/vertex/ai_feature_group_feature.py +17 -12
- pulumi_gcp/vertex/ai_feature_online_store.py +80 -75
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +151 -146
- pulumi_gcp/vertex/ai_feature_store.py +57 -52
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +92 -87
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +41 -36
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +8 -3
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +8 -3
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +5 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +8 -3
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +8 -3
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +5 -0
- pulumi_gcp/vertex/ai_index.py +68 -63
- pulumi_gcp/vertex/ai_index_endpoint.py +18 -13
- pulumi_gcp/vertex/ai_metadata_store.py +12 -7
- pulumi_gcp/vertex/ai_tensorboard.py +16 -11
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +5 -0
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +5 -0
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +5 -0
- pulumi_gcp/vertex/get_ai_index.py +5 -0
- pulumi_gcp/vertex/outputs.py +7 -2
- pulumi_gcp/vmwareengine/_inputs.py +290 -0
- pulumi_gcp/vmwareengine/cluster.py +74 -69
- pulumi_gcp/vmwareengine/external_access_rule.py +61 -56
- pulumi_gcp/vmwareengine/external_address.py +27 -22
- pulumi_gcp/vmwareengine/get_cluster.py +5 -0
- pulumi_gcp/vmwareengine/get_external_access_rule.py +5 -0
- pulumi_gcp/vmwareengine/get_external_address.py +5 -0
- pulumi_gcp/vmwareengine/get_network.py +5 -0
- pulumi_gcp/vmwareengine/get_network_peering.py +5 -0
- pulumi_gcp/vmwareengine/get_network_policy.py +5 -0
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +5 -0
- pulumi_gcp/vmwareengine/get_private_cloud.py +5 -0
- pulumi_gcp/vmwareengine/get_subnet.py +5 -0
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +5 -0
- pulumi_gcp/vmwareengine/network.py +7 -2
- pulumi_gcp/vmwareengine/network_peering.py +5 -0
- pulumi_gcp/vmwareengine/network_policy.py +27 -22
- pulumi_gcp/vmwareengine/outputs.py +5 -0
- pulumi_gcp/vmwareengine/private_cloud.py +67 -62
- pulumi_gcp/vmwareengine/subnet.py +29 -24
- pulumi_gcp/vpcaccess/_inputs.py +22 -0
- pulumi_gcp/vpcaccess/connector.py +16 -11
- pulumi_gcp/vpcaccess/get_connector.py +5 -0
- pulumi_gcp/vpcaccess/outputs.py +5 -0
- pulumi_gcp/workbench/_inputs.py +319 -0
- pulumi_gcp/workbench/get_instance_iam_policy.py +5 -0
- pulumi_gcp/workbench/instance.py +144 -139
- pulumi_gcp/workbench/instance_iam_binding.py +8 -3
- pulumi_gcp/workbench/instance_iam_member.py +8 -3
- pulumi_gcp/workbench/instance_iam_policy.py +5 -0
- pulumi_gcp/workbench/outputs.py +5 -0
- pulumi_gcp/workflows/workflow.py +5 -0
- pulumi_gcp/workstations/_inputs.py +433 -0
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +5 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +5 -0
- pulumi_gcp/workstations/outputs.py +5 -0
- pulumi_gcp/workstations/workstation.py +19 -14
- pulumi_gcp/workstations/workstation_cluster.py +35 -30
- pulumi_gcp/workstations/workstation_config.py +251 -246
- pulumi_gcp/workstations/workstation_config_iam_binding.py +8 -3
- pulumi_gcp/workstations/workstation_config_iam_member.py +8 -3
- pulumi_gcp/workstations/workstation_config_iam_policy.py +5 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +8 -3
- pulumi_gcp/workstations/workstation_iam_member.py +8 -3
- pulumi_gcp/workstations/workstation_iam_policy.py +5 -0
- {pulumi_gcp-7.29.0a1719416802.dist-info → pulumi_gcp-7.30.0.dist-info}/METADATA +2 -1
- pulumi_gcp-7.30.0.dist-info/RECORD +1605 -0
- {pulumi_gcp-7.29.0a1719416802.dist-info → pulumi_gcp-7.30.0.dist-info}/WHEEL +1 -1
- pulumi_gcp-7.29.0a1719416802.dist-info/RECORD +0 -1600
- {pulumi_gcp-7.29.0a1719416802.dist-info → pulumi_gcp-7.30.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/osconfig/_inputs.py
CHANGED
@@ -4,115 +4,260 @@
|
|
4
4
|
|
5
5
|
import copy
|
6
6
|
import warnings
|
7
|
+
import sys
|
7
8
|
import pulumi
|
8
9
|
import pulumi.runtime
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
11
|
+
if sys.version_info >= (3, 11):
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
13
|
+
else:
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
10
15
|
from .. import _utilities
|
11
16
|
|
12
17
|
__all__ = [
|
13
18
|
'GuestPoliciesAssignmentArgs',
|
19
|
+
'GuestPoliciesAssignmentArgsDict',
|
14
20
|
'GuestPoliciesAssignmentGroupLabelArgs',
|
21
|
+
'GuestPoliciesAssignmentGroupLabelArgsDict',
|
15
22
|
'GuestPoliciesAssignmentOsTypeArgs',
|
23
|
+
'GuestPoliciesAssignmentOsTypeArgsDict',
|
16
24
|
'GuestPoliciesPackageArgs',
|
25
|
+
'GuestPoliciesPackageArgsDict',
|
17
26
|
'GuestPoliciesPackageRepositoryArgs',
|
27
|
+
'GuestPoliciesPackageRepositoryArgsDict',
|
18
28
|
'GuestPoliciesPackageRepositoryAptArgs',
|
29
|
+
'GuestPoliciesPackageRepositoryAptArgsDict',
|
19
30
|
'GuestPoliciesPackageRepositoryGooArgs',
|
31
|
+
'GuestPoliciesPackageRepositoryGooArgsDict',
|
20
32
|
'GuestPoliciesPackageRepositoryYumArgs',
|
33
|
+
'GuestPoliciesPackageRepositoryYumArgsDict',
|
21
34
|
'GuestPoliciesPackageRepositoryZypperArgs',
|
35
|
+
'GuestPoliciesPackageRepositoryZypperArgsDict',
|
22
36
|
'GuestPoliciesRecipeArgs',
|
37
|
+
'GuestPoliciesRecipeArgsDict',
|
23
38
|
'GuestPoliciesRecipeArtifactArgs',
|
39
|
+
'GuestPoliciesRecipeArtifactArgsDict',
|
24
40
|
'GuestPoliciesRecipeArtifactGcsArgs',
|
41
|
+
'GuestPoliciesRecipeArtifactGcsArgsDict',
|
25
42
|
'GuestPoliciesRecipeArtifactRemoteArgs',
|
43
|
+
'GuestPoliciesRecipeArtifactRemoteArgsDict',
|
26
44
|
'GuestPoliciesRecipeInstallStepArgs',
|
45
|
+
'GuestPoliciesRecipeInstallStepArgsDict',
|
27
46
|
'GuestPoliciesRecipeInstallStepArchiveExtractionArgs',
|
47
|
+
'GuestPoliciesRecipeInstallStepArchiveExtractionArgsDict',
|
28
48
|
'GuestPoliciesRecipeInstallStepDpkgInstallationArgs',
|
49
|
+
'GuestPoliciesRecipeInstallStepDpkgInstallationArgsDict',
|
29
50
|
'GuestPoliciesRecipeInstallStepFileCopyArgs',
|
51
|
+
'GuestPoliciesRecipeInstallStepFileCopyArgsDict',
|
30
52
|
'GuestPoliciesRecipeInstallStepFileExecArgs',
|
53
|
+
'GuestPoliciesRecipeInstallStepFileExecArgsDict',
|
31
54
|
'GuestPoliciesRecipeInstallStepMsiInstallationArgs',
|
55
|
+
'GuestPoliciesRecipeInstallStepMsiInstallationArgsDict',
|
32
56
|
'GuestPoliciesRecipeInstallStepRpmInstallationArgs',
|
57
|
+
'GuestPoliciesRecipeInstallStepRpmInstallationArgsDict',
|
33
58
|
'GuestPoliciesRecipeInstallStepScriptRunArgs',
|
59
|
+
'GuestPoliciesRecipeInstallStepScriptRunArgsDict',
|
34
60
|
'GuestPoliciesRecipeUpdateStepArgs',
|
61
|
+
'GuestPoliciesRecipeUpdateStepArgsDict',
|
35
62
|
'GuestPoliciesRecipeUpdateStepArchiveExtractionArgs',
|
63
|
+
'GuestPoliciesRecipeUpdateStepArchiveExtractionArgsDict',
|
36
64
|
'GuestPoliciesRecipeUpdateStepDpkgInstallationArgs',
|
65
|
+
'GuestPoliciesRecipeUpdateStepDpkgInstallationArgsDict',
|
37
66
|
'GuestPoliciesRecipeUpdateStepFileCopyArgs',
|
67
|
+
'GuestPoliciesRecipeUpdateStepFileCopyArgsDict',
|
38
68
|
'GuestPoliciesRecipeUpdateStepFileExecArgs',
|
69
|
+
'GuestPoliciesRecipeUpdateStepFileExecArgsDict',
|
39
70
|
'GuestPoliciesRecipeUpdateStepMsiInstallationArgs',
|
71
|
+
'GuestPoliciesRecipeUpdateStepMsiInstallationArgsDict',
|
40
72
|
'GuestPoliciesRecipeUpdateStepRpmInstallationArgs',
|
73
|
+
'GuestPoliciesRecipeUpdateStepRpmInstallationArgsDict',
|
41
74
|
'GuestPoliciesRecipeUpdateStepScriptRunArgs',
|
75
|
+
'GuestPoliciesRecipeUpdateStepScriptRunArgsDict',
|
42
76
|
'OsPolicyAssignmentInstanceFilterArgs',
|
77
|
+
'OsPolicyAssignmentInstanceFilterArgsDict',
|
43
78
|
'OsPolicyAssignmentInstanceFilterExclusionLabelArgs',
|
79
|
+
'OsPolicyAssignmentInstanceFilterExclusionLabelArgsDict',
|
44
80
|
'OsPolicyAssignmentInstanceFilterInclusionLabelArgs',
|
81
|
+
'OsPolicyAssignmentInstanceFilterInclusionLabelArgsDict',
|
45
82
|
'OsPolicyAssignmentInstanceFilterInventoryArgs',
|
83
|
+
'OsPolicyAssignmentInstanceFilterInventoryArgsDict',
|
46
84
|
'OsPolicyAssignmentOsPolicyArgs',
|
85
|
+
'OsPolicyAssignmentOsPolicyArgsDict',
|
47
86
|
'OsPolicyAssignmentOsPolicyResourceGroupArgs',
|
87
|
+
'OsPolicyAssignmentOsPolicyResourceGroupArgsDict',
|
48
88
|
'OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgs',
|
89
|
+
'OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgsDict',
|
49
90
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceArgs',
|
91
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceArgsDict',
|
50
92
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecArgs',
|
93
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecArgsDict',
|
51
94
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceArgs',
|
95
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceArgsDict',
|
52
96
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileArgs',
|
97
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileArgsDict',
|
53
98
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileGcsArgs',
|
99
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileGcsArgsDict',
|
54
100
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileRemoteArgs',
|
101
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileRemoteArgsDict',
|
55
102
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateArgs',
|
103
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateArgsDict',
|
56
104
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs',
|
105
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgsDict',
|
57
106
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcsArgs',
|
107
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcsArgsDict',
|
58
108
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgs',
|
109
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgsDict',
|
59
110
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceFileArgs',
|
111
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceFileArgsDict',
|
60
112
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileArgs',
|
113
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileArgsDict',
|
61
114
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileGcsArgs',
|
115
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileGcsArgsDict',
|
62
116
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileRemoteArgs',
|
117
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileRemoteArgsDict',
|
63
118
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgArgs',
|
119
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgArgsDict',
|
64
120
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgAptArgs',
|
121
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgAptArgsDict',
|
65
122
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebArgs',
|
123
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebArgsDict',
|
66
124
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceArgs',
|
125
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceArgsDict',
|
67
126
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceGcsArgs',
|
127
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceGcsArgsDict',
|
68
128
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceRemoteArgs',
|
129
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceRemoteArgsDict',
|
69
130
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgGoogetArgs',
|
131
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgGoogetArgsDict',
|
70
132
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiArgs',
|
133
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiArgsDict',
|
71
134
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgs',
|
135
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgsDict',
|
72
136
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceGcsArgs',
|
137
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceGcsArgsDict',
|
73
138
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceRemoteArgs',
|
139
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceRemoteArgsDict',
|
74
140
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmArgs',
|
141
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmArgsDict',
|
75
142
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceArgs',
|
143
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceArgsDict',
|
76
144
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceGcsArgs',
|
145
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceGcsArgsDict',
|
77
146
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceRemoteArgs',
|
147
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceRemoteArgsDict',
|
78
148
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgYumArgs',
|
149
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgYumArgsDict',
|
79
150
|
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgZypperArgs',
|
151
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourcePkgZypperArgsDict',
|
80
152
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryArgs',
|
153
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryArgsDict',
|
81
154
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryAptArgs',
|
155
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryAptArgsDict',
|
82
156
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryGooArgs',
|
157
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryGooArgsDict',
|
83
158
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryYumArgs',
|
159
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryYumArgsDict',
|
84
160
|
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryZypperArgs',
|
161
|
+
'OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryZypperArgsDict',
|
85
162
|
'OsPolicyAssignmentRolloutArgs',
|
163
|
+
'OsPolicyAssignmentRolloutArgsDict',
|
86
164
|
'OsPolicyAssignmentRolloutDisruptionBudgetArgs',
|
165
|
+
'OsPolicyAssignmentRolloutDisruptionBudgetArgsDict',
|
87
166
|
'PatchDeploymentInstanceFilterArgs',
|
167
|
+
'PatchDeploymentInstanceFilterArgsDict',
|
88
168
|
'PatchDeploymentInstanceFilterGroupLabelArgs',
|
169
|
+
'PatchDeploymentInstanceFilterGroupLabelArgsDict',
|
89
170
|
'PatchDeploymentOneTimeScheduleArgs',
|
171
|
+
'PatchDeploymentOneTimeScheduleArgsDict',
|
90
172
|
'PatchDeploymentPatchConfigArgs',
|
173
|
+
'PatchDeploymentPatchConfigArgsDict',
|
91
174
|
'PatchDeploymentPatchConfigAptArgs',
|
175
|
+
'PatchDeploymentPatchConfigAptArgsDict',
|
92
176
|
'PatchDeploymentPatchConfigGooArgs',
|
177
|
+
'PatchDeploymentPatchConfigGooArgsDict',
|
93
178
|
'PatchDeploymentPatchConfigPostStepArgs',
|
179
|
+
'PatchDeploymentPatchConfigPostStepArgsDict',
|
94
180
|
'PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgs',
|
181
|
+
'PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgsDict',
|
95
182
|
'PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs',
|
183
|
+
'PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgsDict',
|
96
184
|
'PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs',
|
185
|
+
'PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgsDict',
|
97
186
|
'PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectArgs',
|
187
|
+
'PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectArgsDict',
|
98
188
|
'PatchDeploymentPatchConfigPreStepArgs',
|
189
|
+
'PatchDeploymentPatchConfigPreStepArgsDict',
|
99
190
|
'PatchDeploymentPatchConfigPreStepLinuxExecStepConfigArgs',
|
191
|
+
'PatchDeploymentPatchConfigPreStepLinuxExecStepConfigArgsDict',
|
100
192
|
'PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectArgs',
|
193
|
+
'PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectArgsDict',
|
101
194
|
'PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgs',
|
195
|
+
'PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgsDict',
|
102
196
|
'PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs',
|
197
|
+
'PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgsDict',
|
103
198
|
'PatchDeploymentPatchConfigWindowsUpdateArgs',
|
199
|
+
'PatchDeploymentPatchConfigWindowsUpdateArgsDict',
|
104
200
|
'PatchDeploymentPatchConfigYumArgs',
|
201
|
+
'PatchDeploymentPatchConfigYumArgsDict',
|
105
202
|
'PatchDeploymentPatchConfigZypperArgs',
|
203
|
+
'PatchDeploymentPatchConfigZypperArgsDict',
|
106
204
|
'PatchDeploymentRecurringScheduleArgs',
|
205
|
+
'PatchDeploymentRecurringScheduleArgsDict',
|
107
206
|
'PatchDeploymentRecurringScheduleMonthlyArgs',
|
207
|
+
'PatchDeploymentRecurringScheduleMonthlyArgsDict',
|
108
208
|
'PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs',
|
209
|
+
'PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgsDict',
|
109
210
|
'PatchDeploymentRecurringScheduleTimeOfDayArgs',
|
211
|
+
'PatchDeploymentRecurringScheduleTimeOfDayArgsDict',
|
110
212
|
'PatchDeploymentRecurringScheduleTimeZoneArgs',
|
213
|
+
'PatchDeploymentRecurringScheduleTimeZoneArgsDict',
|
111
214
|
'PatchDeploymentRecurringScheduleWeeklyArgs',
|
215
|
+
'PatchDeploymentRecurringScheduleWeeklyArgsDict',
|
112
216
|
'PatchDeploymentRolloutArgs',
|
217
|
+
'PatchDeploymentRolloutArgsDict',
|
113
218
|
'PatchDeploymentRolloutDisruptionBudgetArgs',
|
219
|
+
'PatchDeploymentRolloutDisruptionBudgetArgsDict',
|
114
220
|
]
|
115
221
|
|
222
|
+
MYPY = False
|
223
|
+
|
224
|
+
if not MYPY:
|
225
|
+
class GuestPoliciesAssignmentArgsDict(TypedDict):
|
226
|
+
group_labels: NotRequired[pulumi.Input[Sequence[pulumi.Input['GuestPoliciesAssignmentGroupLabelArgsDict']]]]
|
227
|
+
"""
|
228
|
+
Targets instances matching at least one of these label sets. This allows an assignment to target disparate groups,
|
229
|
+
for example "env=prod or env=staging".
|
230
|
+
Structure is documented below.
|
231
|
+
"""
|
232
|
+
instance_name_prefixes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
233
|
+
"""
|
234
|
+
Targets VM instances whose name starts with one of these prefixes.
|
235
|
+
Like labels, this is another way to group VM instances when targeting configs,
|
236
|
+
for example prefix="prod-".
|
237
|
+
Only supported for project-level policies.
|
238
|
+
"""
|
239
|
+
instances: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
240
|
+
"""
|
241
|
+
Targets any of the instances specified. Instances are specified by their URI in the form
|
242
|
+
zones/[ZONE]/instances/[INSTANCE_NAME].
|
243
|
+
Instance targeting is uncommon and is supported to facilitate the management of changes
|
244
|
+
by the instance or to target specific VM instances for development and testing.
|
245
|
+
Only supported for project-level policies and must reference instances within this project.
|
246
|
+
"""
|
247
|
+
os_types: NotRequired[pulumi.Input[Sequence[pulumi.Input['GuestPoliciesAssignmentOsTypeArgsDict']]]]
|
248
|
+
"""
|
249
|
+
Targets VM instances matching at least one of the following OS types.
|
250
|
+
VM instances must match all supplied criteria for a given OsType to be included.
|
251
|
+
Structure is documented below.
|
252
|
+
"""
|
253
|
+
zones: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
254
|
+
"""
|
255
|
+
Targets instances in any of these zones. Leave empty to target instances in any zone.
|
256
|
+
Zonal targeting is uncommon and is supported to facilitate the management of changes by zone.
|
257
|
+
"""
|
258
|
+
elif False:
|
259
|
+
GuestPoliciesAssignmentArgsDict: TypeAlias = Mapping[str, Any]
|
260
|
+
|
116
261
|
@pulumi.input_type
|
117
262
|
class GuestPoliciesAssignmentArgs:
|
118
263
|
def __init__(__self__, *,
|
@@ -224,6 +369,15 @@ class GuestPoliciesAssignmentArgs:
|
|
224
369
|
pulumi.set(self, "zones", value)
|
225
370
|
|
226
371
|
|
372
|
+
if not MYPY:
|
373
|
+
class GuestPoliciesAssignmentGroupLabelArgsDict(TypedDict):
|
374
|
+
labels: pulumi.Input[Mapping[str, pulumi.Input[str]]]
|
375
|
+
"""
|
376
|
+
Google Compute Engine instance labels that must be present for an instance to be included in this assignment group.
|
377
|
+
"""
|
378
|
+
elif False:
|
379
|
+
GuestPoliciesAssignmentGroupLabelArgsDict: TypeAlias = Mapping[str, Any]
|
380
|
+
|
227
381
|
@pulumi.input_type
|
228
382
|
class GuestPoliciesAssignmentGroupLabelArgs:
|
229
383
|
def __init__(__self__, *,
|
@@ -246,6 +400,25 @@ class GuestPoliciesAssignmentGroupLabelArgs:
|
|
246
400
|
pulumi.set(self, "labels", value)
|
247
401
|
|
248
402
|
|
403
|
+
if not MYPY:
|
404
|
+
class GuestPoliciesAssignmentOsTypeArgsDict(TypedDict):
|
405
|
+
os_architecture: NotRequired[pulumi.Input[str]]
|
406
|
+
"""
|
407
|
+
Targets VM instances with OS Inventory enabled and having the following OS architecture.
|
408
|
+
|
409
|
+
- - -
|
410
|
+
"""
|
411
|
+
os_short_name: NotRequired[pulumi.Input[str]]
|
412
|
+
"""
|
413
|
+
Targets VM instances with OS Inventory enabled and having the following OS short name, for example "debian" or "windows".
|
414
|
+
"""
|
415
|
+
os_version: NotRequired[pulumi.Input[str]]
|
416
|
+
"""
|
417
|
+
Targets VM instances with OS Inventory enabled and having the following following OS version.
|
418
|
+
"""
|
419
|
+
elif False:
|
420
|
+
GuestPoliciesAssignmentOsTypeArgsDict: TypeAlias = Mapping[str, Any]
|
421
|
+
|
249
422
|
@pulumi.input_type
|
250
423
|
class GuestPoliciesAssignmentOsTypeArgs:
|
251
424
|
def __init__(__self__, *,
|
@@ -305,6 +478,31 @@ class GuestPoliciesAssignmentOsTypeArgs:
|
|
305
478
|
pulumi.set(self, "os_version", value)
|
306
479
|
|
307
480
|
|
481
|
+
if not MYPY:
|
482
|
+
class GuestPoliciesPackageArgsDict(TypedDict):
|
483
|
+
name: pulumi.Input[str]
|
484
|
+
"""
|
485
|
+
The name of the package. A package is uniquely identified for conflict validation
|
486
|
+
by checking the package name and the manager(s) that the package targets.
|
487
|
+
"""
|
488
|
+
desired_state: NotRequired[pulumi.Input[str]]
|
489
|
+
"""
|
490
|
+
The desiredState the agent should maintain for this package. The default is to ensure the package is installed.
|
491
|
+
Possible values are: `INSTALLED`, `UPDATED`, `REMOVED`.
|
492
|
+
"""
|
493
|
+
manager: NotRequired[pulumi.Input[str]]
|
494
|
+
"""
|
495
|
+
Type of package manager that can be used to install this package. If a system does not have the package manager,
|
496
|
+
the package is not installed or removed no error message is returned. By default, or if you specify ANY,
|
497
|
+
the agent attempts to install and remove this package using the default package manager.
|
498
|
+
This is useful when creating a policy that applies to different types of systems.
|
499
|
+
The default behavior is ANY.
|
500
|
+
Default value is `ANY`.
|
501
|
+
Possible values are: `ANY`, `APT`, `YUM`, `ZYPPER`, `GOO`.
|
502
|
+
"""
|
503
|
+
elif False:
|
504
|
+
GuestPoliciesPackageArgsDict: TypeAlias = Mapping[str, Any]
|
505
|
+
|
308
506
|
@pulumi.input_type
|
309
507
|
class GuestPoliciesPackageArgs:
|
310
508
|
def __init__(__self__, *,
|
@@ -375,6 +573,31 @@ class GuestPoliciesPackageArgs:
|
|
375
573
|
pulumi.set(self, "manager", value)
|
376
574
|
|
377
575
|
|
576
|
+
if not MYPY:
|
577
|
+
class GuestPoliciesPackageRepositoryArgsDict(TypedDict):
|
578
|
+
apt: NotRequired[pulumi.Input['GuestPoliciesPackageRepositoryAptArgsDict']]
|
579
|
+
"""
|
580
|
+
An Apt Repository.
|
581
|
+
Structure is documented below.
|
582
|
+
"""
|
583
|
+
goo: NotRequired[pulumi.Input['GuestPoliciesPackageRepositoryGooArgsDict']]
|
584
|
+
"""
|
585
|
+
A Goo Repository.
|
586
|
+
Structure is documented below.
|
587
|
+
"""
|
588
|
+
yum: NotRequired[pulumi.Input['GuestPoliciesPackageRepositoryYumArgsDict']]
|
589
|
+
"""
|
590
|
+
A Yum Repository.
|
591
|
+
Structure is documented below.
|
592
|
+
"""
|
593
|
+
zypper: NotRequired[pulumi.Input['GuestPoliciesPackageRepositoryZypperArgsDict']]
|
594
|
+
"""
|
595
|
+
A Zypper Repository.
|
596
|
+
Structure is documented below.
|
597
|
+
"""
|
598
|
+
elif False:
|
599
|
+
GuestPoliciesPackageRepositoryArgsDict: TypeAlias = Mapping[str, Any]
|
600
|
+
|
378
601
|
@pulumi.input_type
|
379
602
|
class GuestPoliciesPackageRepositoryArgs:
|
380
603
|
def __init__(__self__, *,
|
@@ -454,6 +677,34 @@ class GuestPoliciesPackageRepositoryArgs:
|
|
454
677
|
pulumi.set(self, "zypper", value)
|
455
678
|
|
456
679
|
|
680
|
+
if not MYPY:
|
681
|
+
class GuestPoliciesPackageRepositoryAptArgsDict(TypedDict):
|
682
|
+
components: pulumi.Input[Sequence[pulumi.Input[str]]]
|
683
|
+
"""
|
684
|
+
List of components for this repository. Must contain at least one item.
|
685
|
+
"""
|
686
|
+
distribution: pulumi.Input[str]
|
687
|
+
"""
|
688
|
+
Distribution of this repository.
|
689
|
+
"""
|
690
|
+
uri: pulumi.Input[str]
|
691
|
+
"""
|
692
|
+
URI for this repository.
|
693
|
+
"""
|
694
|
+
archive_type: NotRequired[pulumi.Input[str]]
|
695
|
+
"""
|
696
|
+
Type of archive files in this repository. The default behavior is DEB.
|
697
|
+
Default value is `DEB`.
|
698
|
+
Possible values are: `DEB`, `DEB_SRC`.
|
699
|
+
"""
|
700
|
+
gpg_key: NotRequired[pulumi.Input[str]]
|
701
|
+
"""
|
702
|
+
URI of the key file for this repository. The agent maintains a keyring at
|
703
|
+
/etc/apt/trusted.gpg.d/osconfig_agent_managed.gpg containing all the keys in any applied guest policy.
|
704
|
+
"""
|
705
|
+
elif False:
|
706
|
+
GuestPoliciesPackageRepositoryAptArgsDict: TypeAlias = Mapping[str, Any]
|
707
|
+
|
457
708
|
@pulumi.input_type
|
458
709
|
class GuestPoliciesPackageRepositoryAptArgs:
|
459
710
|
def __init__(__self__, *,
|
@@ -544,6 +795,19 @@ class GuestPoliciesPackageRepositoryAptArgs:
|
|
544
795
|
pulumi.set(self, "gpg_key", value)
|
545
796
|
|
546
797
|
|
798
|
+
if not MYPY:
|
799
|
+
class GuestPoliciesPackageRepositoryGooArgsDict(TypedDict):
|
800
|
+
name: pulumi.Input[str]
|
801
|
+
"""
|
802
|
+
The name of the repository.
|
803
|
+
"""
|
804
|
+
url: pulumi.Input[str]
|
805
|
+
"""
|
806
|
+
The url of the repository.
|
807
|
+
"""
|
808
|
+
elif False:
|
809
|
+
GuestPoliciesPackageRepositoryGooArgsDict: TypeAlias = Mapping[str, Any]
|
810
|
+
|
547
811
|
@pulumi.input_type
|
548
812
|
class GuestPoliciesPackageRepositoryGooArgs:
|
549
813
|
def __init__(__self__, *,
|
@@ -581,6 +845,28 @@ class GuestPoliciesPackageRepositoryGooArgs:
|
|
581
845
|
pulumi.set(self, "url", value)
|
582
846
|
|
583
847
|
|
848
|
+
if not MYPY:
|
849
|
+
class GuestPoliciesPackageRepositoryYumArgsDict(TypedDict):
|
850
|
+
base_url: pulumi.Input[str]
|
851
|
+
"""
|
852
|
+
The location of the repository directory.
|
853
|
+
"""
|
854
|
+
id: pulumi.Input[str]
|
855
|
+
"""
|
856
|
+
A one word, unique name for this repository. This is the repo id in the Yum config file and also the displayName
|
857
|
+
if displayName is omitted. This id is also used as the unique identifier when checking for guest policy conflicts.
|
858
|
+
"""
|
859
|
+
display_name: NotRequired[pulumi.Input[str]]
|
860
|
+
"""
|
861
|
+
The display name of the repository.
|
862
|
+
"""
|
863
|
+
gpg_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
864
|
+
"""
|
865
|
+
URIs of GPG keys.
|
866
|
+
"""
|
867
|
+
elif False:
|
868
|
+
GuestPoliciesPackageRepositoryYumArgsDict: TypeAlias = Mapping[str, Any]
|
869
|
+
|
584
870
|
@pulumi.input_type
|
585
871
|
class GuestPoliciesPackageRepositoryYumArgs:
|
586
872
|
def __init__(__self__, *,
|
@@ -652,6 +938,28 @@ class GuestPoliciesPackageRepositoryYumArgs:
|
|
652
938
|
pulumi.set(self, "gpg_keys", value)
|
653
939
|
|
654
940
|
|
941
|
+
if not MYPY:
|
942
|
+
class GuestPoliciesPackageRepositoryZypperArgsDict(TypedDict):
|
943
|
+
base_url: pulumi.Input[str]
|
944
|
+
"""
|
945
|
+
The location of the repository directory.
|
946
|
+
"""
|
947
|
+
id: pulumi.Input[str]
|
948
|
+
"""
|
949
|
+
A one word, unique name for this repository. This is the repo id in the zypper config file and also the displayName
|
950
|
+
if displayName is omitted. This id is also used as the unique identifier when checking for guest policy conflicts.
|
951
|
+
"""
|
952
|
+
display_name: NotRequired[pulumi.Input[str]]
|
953
|
+
"""
|
954
|
+
The display name of the repository.
|
955
|
+
"""
|
956
|
+
gpg_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
957
|
+
"""
|
958
|
+
URIs of GPG keys.
|
959
|
+
"""
|
960
|
+
elif False:
|
961
|
+
GuestPoliciesPackageRepositoryZypperArgsDict: TypeAlias = Mapping[str, Any]
|
962
|
+
|
655
963
|
@pulumi.input_type
|
656
964
|
class GuestPoliciesPackageRepositoryZypperArgs:
|
657
965
|
def __init__(__self__, *,
|
@@ -723,6 +1031,49 @@ class GuestPoliciesPackageRepositoryZypperArgs:
|
|
723
1031
|
pulumi.set(self, "gpg_keys", value)
|
724
1032
|
|
725
1033
|
|
1034
|
+
if not MYPY:
|
1035
|
+
class GuestPoliciesRecipeArgsDict(TypedDict):
|
1036
|
+
name: pulumi.Input[str]
|
1037
|
+
"""
|
1038
|
+
Unique identifier for the recipe. Only one recipe with a given name is installed on an instance.
|
1039
|
+
Names are also used to identify resources which helps to determine whether guest policies have conflicts.
|
1040
|
+
This means that requests to create multiple recipes with the same name and version are rejected since they
|
1041
|
+
could potentially have conflicting assignments.
|
1042
|
+
"""
|
1043
|
+
artifacts: NotRequired[pulumi.Input[Sequence[pulumi.Input['GuestPoliciesRecipeArtifactArgsDict']]]]
|
1044
|
+
"""
|
1045
|
+
Resources available to be used in the steps in the recipe.
|
1046
|
+
Structure is documented below.
|
1047
|
+
"""
|
1048
|
+
desired_state: NotRequired[pulumi.Input[str]]
|
1049
|
+
"""
|
1050
|
+
Default is INSTALLED. The desired state the agent should maintain for this recipe.
|
1051
|
+
INSTALLED: The software recipe is installed on the instance but won't be updated to new versions.
|
1052
|
+
INSTALLED_KEEP_UPDATED: The software recipe is installed on the instance. The recipe is updated to a higher version,
|
1053
|
+
if a higher version of the recipe is assigned to this instance.
|
1054
|
+
REMOVE: Remove is unsupported for software recipes and attempts to create or update a recipe to the REMOVE state is rejected.
|
1055
|
+
Default value is `INSTALLED`.
|
1056
|
+
Possible values are: `INSTALLED`, `UPDATED`, `REMOVED`.
|
1057
|
+
"""
|
1058
|
+
install_steps: NotRequired[pulumi.Input[Sequence[pulumi.Input['GuestPoliciesRecipeInstallStepArgsDict']]]]
|
1059
|
+
"""
|
1060
|
+
Actions to be taken for installing this recipe. On failure it stops executing steps and does not attempt another installation.
|
1061
|
+
Any steps taken (including partially completed steps) are not rolled back.
|
1062
|
+
Structure is documented below.
|
1063
|
+
"""
|
1064
|
+
update_steps: NotRequired[pulumi.Input[Sequence[pulumi.Input['GuestPoliciesRecipeUpdateStepArgsDict']]]]
|
1065
|
+
"""
|
1066
|
+
Actions to be taken for updating this recipe. On failure it stops executing steps and does not attempt another update for this recipe.
|
1067
|
+
Any steps taken (including partially completed steps) are not rolled back.
|
1068
|
+
Structure is documented below.
|
1069
|
+
"""
|
1070
|
+
version: NotRequired[pulumi.Input[str]]
|
1071
|
+
"""
|
1072
|
+
The version of this software recipe. Version can be up to 4 period separated numbers (e.g. 12.34.56.78).
|
1073
|
+
"""
|
1074
|
+
elif False:
|
1075
|
+
GuestPoliciesRecipeArgsDict: TypeAlias = Mapping[str, Any]
|
1076
|
+
|
726
1077
|
@pulumi.input_type
|
727
1078
|
class GuestPoliciesRecipeArgs:
|
728
1079
|
def __init__(__self__, *,
|
@@ -853,6 +1204,32 @@ class GuestPoliciesRecipeArgs:
|
|
853
1204
|
pulumi.set(self, "version", value)
|
854
1205
|
|
855
1206
|
|
1207
|
+
if not MYPY:
|
1208
|
+
class GuestPoliciesRecipeArtifactArgsDict(TypedDict):
|
1209
|
+
id: pulumi.Input[str]
|
1210
|
+
"""
|
1211
|
+
Id of the artifact, which the installation and update steps of this recipe can reference.
|
1212
|
+
Artifacts in a recipe cannot have the same id.
|
1213
|
+
"""
|
1214
|
+
allow_insecure: NotRequired[pulumi.Input[bool]]
|
1215
|
+
"""
|
1216
|
+
Defaults to false. When false, recipes are subject to validations based on the artifact type:
|
1217
|
+
Remote: A checksum must be specified, and only protocols with transport-layer security are permitted.
|
1218
|
+
GCS: An object generation number must be specified.
|
1219
|
+
"""
|
1220
|
+
gcs: NotRequired[pulumi.Input['GuestPoliciesRecipeArtifactGcsArgsDict']]
|
1221
|
+
"""
|
1222
|
+
A Google Cloud Storage artifact.
|
1223
|
+
Structure is documented below.
|
1224
|
+
"""
|
1225
|
+
remote: NotRequired[pulumi.Input['GuestPoliciesRecipeArtifactRemoteArgsDict']]
|
1226
|
+
"""
|
1227
|
+
A generic remote artifact.
|
1228
|
+
Structure is documented below.
|
1229
|
+
"""
|
1230
|
+
elif False:
|
1231
|
+
GuestPoliciesRecipeArtifactArgsDict: TypeAlias = Mapping[str, Any]
|
1232
|
+
|
856
1233
|
@pulumi.input_type
|
857
1234
|
class GuestPoliciesRecipeArtifactArgs:
|
858
1235
|
def __init__(__self__, *,
|
@@ -933,6 +1310,26 @@ class GuestPoliciesRecipeArtifactArgs:
|
|
933
1310
|
pulumi.set(self, "remote", value)
|
934
1311
|
|
935
1312
|
|
1313
|
+
if not MYPY:
|
1314
|
+
class GuestPoliciesRecipeArtifactGcsArgsDict(TypedDict):
|
1315
|
+
bucket: NotRequired[pulumi.Input[str]]
|
1316
|
+
"""
|
1317
|
+
Bucket of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567
|
1318
|
+
this value would be my-bucket.
|
1319
|
+
"""
|
1320
|
+
generation: NotRequired[pulumi.Input[int]]
|
1321
|
+
"""
|
1322
|
+
Must be provided if allowInsecure is false. Generation number of the Google Cloud Storage object.
|
1323
|
+
https://storage.googleapis.com/my-bucket/foo/bar#1234567 this value would be 1234567.
|
1324
|
+
"""
|
1325
|
+
object: NotRequired[pulumi.Input[str]]
|
1326
|
+
"""
|
1327
|
+
Name of the Google Cloud Storage object. Given an example URL: https://storage.googleapis.com/my-bucket/foo/bar#1234567
|
1328
|
+
this value would be foo/bar.
|
1329
|
+
"""
|
1330
|
+
elif False:
|
1331
|
+
GuestPoliciesRecipeArtifactGcsArgsDict: TypeAlias = Mapping[str, Any]
|
1332
|
+
|
936
1333
|
@pulumi.input_type
|
937
1334
|
class GuestPoliciesRecipeArtifactGcsArgs:
|
938
1335
|
def __init__(__self__, *,
|
@@ -994,6 +1391,21 @@ class GuestPoliciesRecipeArtifactGcsArgs:
|
|
994
1391
|
pulumi.set(self, "object", value)
|
995
1392
|
|
996
1393
|
|
1394
|
+
if not MYPY:
|
1395
|
+
class GuestPoliciesRecipeArtifactRemoteArgsDict(TypedDict):
|
1396
|
+
check_sum: NotRequired[pulumi.Input[str]]
|
1397
|
+
"""
|
1398
|
+
Must be provided if allowInsecure is false. SHA256 checksum in hex format, to compare to the checksum of the artifact.
|
1399
|
+
If the checksum is not empty and it doesn't match the artifact then the recipe installation fails before running any
|
1400
|
+
of the steps.
|
1401
|
+
"""
|
1402
|
+
uri: NotRequired[pulumi.Input[str]]
|
1403
|
+
"""
|
1404
|
+
URI from which to fetch the object. It should contain both the protocol and path following the format {protocol}://{location}.
|
1405
|
+
"""
|
1406
|
+
elif False:
|
1407
|
+
GuestPoliciesRecipeArtifactRemoteArgsDict: TypeAlias = Mapping[str, Any]
|
1408
|
+
|
997
1409
|
@pulumi.input_type
|
998
1410
|
class GuestPoliciesRecipeArtifactRemoteArgs:
|
999
1411
|
def __init__(__self__, *,
|
@@ -1037,6 +1449,46 @@ class GuestPoliciesRecipeArtifactRemoteArgs:
|
|
1037
1449
|
pulumi.set(self, "uri", value)
|
1038
1450
|
|
1039
1451
|
|
1452
|
+
if not MYPY:
|
1453
|
+
class GuestPoliciesRecipeInstallStepArgsDict(TypedDict):
|
1454
|
+
archive_extraction: NotRequired[pulumi.Input['GuestPoliciesRecipeInstallStepArchiveExtractionArgsDict']]
|
1455
|
+
"""
|
1456
|
+
Extracts an archive into the specified directory.
|
1457
|
+
Structure is documented below.
|
1458
|
+
"""
|
1459
|
+
dpkg_installation: NotRequired[pulumi.Input['GuestPoliciesRecipeInstallStepDpkgInstallationArgsDict']]
|
1460
|
+
"""
|
1461
|
+
Installs a deb file via dpkg.
|
1462
|
+
Structure is documented below.
|
1463
|
+
"""
|
1464
|
+
file_copy: NotRequired[pulumi.Input['GuestPoliciesRecipeInstallStepFileCopyArgsDict']]
|
1465
|
+
"""
|
1466
|
+
Copies a file onto the instance.
|
1467
|
+
Structure is documented below.
|
1468
|
+
"""
|
1469
|
+
file_exec: NotRequired[pulumi.Input['GuestPoliciesRecipeInstallStepFileExecArgsDict']]
|
1470
|
+
"""
|
1471
|
+
Executes an artifact or local file.
|
1472
|
+
Structure is documented below.
|
1473
|
+
"""
|
1474
|
+
msi_installation: NotRequired[pulumi.Input['GuestPoliciesRecipeInstallStepMsiInstallationArgsDict']]
|
1475
|
+
"""
|
1476
|
+
Installs an MSI file.
|
1477
|
+
Structure is documented below.
|
1478
|
+
"""
|
1479
|
+
rpm_installation: NotRequired[pulumi.Input['GuestPoliciesRecipeInstallStepRpmInstallationArgsDict']]
|
1480
|
+
"""
|
1481
|
+
Installs an rpm file via the rpm utility.
|
1482
|
+
Structure is documented below.
|
1483
|
+
"""
|
1484
|
+
script_run: NotRequired[pulumi.Input['GuestPoliciesRecipeInstallStepScriptRunArgsDict']]
|
1485
|
+
"""
|
1486
|
+
Runs commands in a shell.
|
1487
|
+
Structure is documented below.
|
1488
|
+
"""
|
1489
|
+
elif False:
|
1490
|
+
GuestPoliciesRecipeInstallStepArgsDict: TypeAlias = Mapping[str, Any]
|
1491
|
+
|
1040
1492
|
@pulumi.input_type
|
1041
1493
|
class GuestPoliciesRecipeInstallStepArgs:
|
1042
1494
|
def __init__(__self__, *,
|
@@ -1170,6 +1622,24 @@ class GuestPoliciesRecipeInstallStepArgs:
|
|
1170
1622
|
pulumi.set(self, "script_run", value)
|
1171
1623
|
|
1172
1624
|
|
1625
|
+
if not MYPY:
|
1626
|
+
class GuestPoliciesRecipeInstallStepArchiveExtractionArgsDict(TypedDict):
|
1627
|
+
artifact_id: pulumi.Input[str]
|
1628
|
+
"""
|
1629
|
+
The id of the relevant artifact in the recipe.
|
1630
|
+
"""
|
1631
|
+
type: pulumi.Input[str]
|
1632
|
+
"""
|
1633
|
+
The type of the archive to extract.
|
1634
|
+
Possible values are: `TAR`, `TAR_GZIP`, `TAR_BZIP`, `TAR_LZMA`, `TAR_XZ`, `ZIP`.
|
1635
|
+
"""
|
1636
|
+
destination: NotRequired[pulumi.Input[str]]
|
1637
|
+
"""
|
1638
|
+
Directory to extract archive to. Defaults to / on Linux or C:\\ on Windows.
|
1639
|
+
"""
|
1640
|
+
elif False:
|
1641
|
+
GuestPoliciesRecipeInstallStepArchiveExtractionArgsDict: TypeAlias = Mapping[str, Any]
|
1642
|
+
|
1173
1643
|
@pulumi.input_type
|
1174
1644
|
class GuestPoliciesRecipeInstallStepArchiveExtractionArgs:
|
1175
1645
|
def __init__(__self__, *,
|
@@ -1225,6 +1695,15 @@ class GuestPoliciesRecipeInstallStepArchiveExtractionArgs:
|
|
1225
1695
|
pulumi.set(self, "destination", value)
|
1226
1696
|
|
1227
1697
|
|
1698
|
+
if not MYPY:
|
1699
|
+
class GuestPoliciesRecipeInstallStepDpkgInstallationArgsDict(TypedDict):
|
1700
|
+
artifact_id: pulumi.Input[str]
|
1701
|
+
"""
|
1702
|
+
The id of the relevant artifact in the recipe.
|
1703
|
+
"""
|
1704
|
+
elif False:
|
1705
|
+
GuestPoliciesRecipeInstallStepDpkgInstallationArgsDict: TypeAlias = Mapping[str, Any]
|
1706
|
+
|
1228
1707
|
@pulumi.input_type
|
1229
1708
|
class GuestPoliciesRecipeInstallStepDpkgInstallationArgs:
|
1230
1709
|
def __init__(__self__, *,
|
@@ -1247,11 +1726,38 @@ class GuestPoliciesRecipeInstallStepDpkgInstallationArgs:
|
|
1247
1726
|
pulumi.set(self, "artifact_id", value)
|
1248
1727
|
|
1249
1728
|
|
1250
|
-
|
1251
|
-
class
|
1252
|
-
|
1253
|
-
|
1254
|
-
|
1729
|
+
if not MYPY:
|
1730
|
+
class GuestPoliciesRecipeInstallStepFileCopyArgsDict(TypedDict):
|
1731
|
+
artifact_id: pulumi.Input[str]
|
1732
|
+
"""
|
1733
|
+
The id of the relevant artifact in the recipe.
|
1734
|
+
"""
|
1735
|
+
destination: pulumi.Input[str]
|
1736
|
+
"""
|
1737
|
+
The absolute path on the instance to put the file.
|
1738
|
+
"""
|
1739
|
+
overwrite: NotRequired[pulumi.Input[bool]]
|
1740
|
+
"""
|
1741
|
+
Whether to allow this step to overwrite existing files.If this is false and the file already exists the file
|
1742
|
+
is not overwritten and the step is considered a success. Defaults to false.
|
1743
|
+
"""
|
1744
|
+
permissions: NotRequired[pulumi.Input[str]]
|
1745
|
+
"""
|
1746
|
+
Consists of three octal digits which represent, in order, the permissions of the owner, group, and other users
|
1747
|
+
for the file (similarly to the numeric mode used in the linux chmod utility). Each digit represents a three bit
|
1748
|
+
number with the 4 bit corresponding to the read permissions, the 2 bit corresponds to the write bit, and the one
|
1749
|
+
bit corresponds to the execute permission. Default behavior is 755.
|
1750
|
+
Below are some examples of permissions and their associated values:
|
1751
|
+
read, write, and execute: 7 read and execute: 5 read and write: 6 read only: 4
|
1752
|
+
"""
|
1753
|
+
elif False:
|
1754
|
+
GuestPoliciesRecipeInstallStepFileCopyArgsDict: TypeAlias = Mapping[str, Any]
|
1755
|
+
|
1756
|
+
@pulumi.input_type
|
1757
|
+
class GuestPoliciesRecipeInstallStepFileCopyArgs:
|
1758
|
+
def __init__(__self__, *,
|
1759
|
+
artifact_id: pulumi.Input[str],
|
1760
|
+
destination: pulumi.Input[str],
|
1255
1761
|
overwrite: Optional[pulumi.Input[bool]] = None,
|
1256
1762
|
permissions: Optional[pulumi.Input[str]] = None):
|
1257
1763
|
"""
|
@@ -1328,6 +1834,27 @@ class GuestPoliciesRecipeInstallStepFileCopyArgs:
|
|
1328
1834
|
pulumi.set(self, "permissions", value)
|
1329
1835
|
|
1330
1836
|
|
1837
|
+
if not MYPY:
|
1838
|
+
class GuestPoliciesRecipeInstallStepFileExecArgsDict(TypedDict):
|
1839
|
+
allowed_exit_codes: NotRequired[pulumi.Input[str]]
|
1840
|
+
"""
|
1841
|
+
A list of possible return values that the program can return to indicate a success. Defaults to [0].
|
1842
|
+
"""
|
1843
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1844
|
+
"""
|
1845
|
+
Arguments to be passed to the provided executable.
|
1846
|
+
"""
|
1847
|
+
artifact_id: NotRequired[pulumi.Input[str]]
|
1848
|
+
"""
|
1849
|
+
The id of the relevant artifact in the recipe.
|
1850
|
+
"""
|
1851
|
+
local_path: NotRequired[pulumi.Input[str]]
|
1852
|
+
"""
|
1853
|
+
The absolute path of the file on the local filesystem.
|
1854
|
+
"""
|
1855
|
+
elif False:
|
1856
|
+
GuestPoliciesRecipeInstallStepFileExecArgsDict: TypeAlias = Mapping[str, Any]
|
1857
|
+
|
1331
1858
|
@pulumi.input_type
|
1332
1859
|
class GuestPoliciesRecipeInstallStepFileExecArgs:
|
1333
1860
|
def __init__(__self__, *,
|
@@ -1399,6 +1926,23 @@ class GuestPoliciesRecipeInstallStepFileExecArgs:
|
|
1399
1926
|
pulumi.set(self, "local_path", value)
|
1400
1927
|
|
1401
1928
|
|
1929
|
+
if not MYPY:
|
1930
|
+
class GuestPoliciesRecipeInstallStepMsiInstallationArgsDict(TypedDict):
|
1931
|
+
artifact_id: pulumi.Input[str]
|
1932
|
+
"""
|
1933
|
+
The id of the relevant artifact in the recipe.
|
1934
|
+
"""
|
1935
|
+
allowed_exit_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
1936
|
+
"""
|
1937
|
+
Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]
|
1938
|
+
"""
|
1939
|
+
flags: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
1940
|
+
"""
|
1941
|
+
The flags to use when installing the MSI. Defaults to the install flag.
|
1942
|
+
"""
|
1943
|
+
elif False:
|
1944
|
+
GuestPoliciesRecipeInstallStepMsiInstallationArgsDict: TypeAlias = Mapping[str, Any]
|
1945
|
+
|
1402
1946
|
@pulumi.input_type
|
1403
1947
|
class GuestPoliciesRecipeInstallStepMsiInstallationArgs:
|
1404
1948
|
def __init__(__self__, *,
|
@@ -1453,6 +1997,15 @@ class GuestPoliciesRecipeInstallStepMsiInstallationArgs:
|
|
1453
1997
|
pulumi.set(self, "flags", value)
|
1454
1998
|
|
1455
1999
|
|
2000
|
+
if not MYPY:
|
2001
|
+
class GuestPoliciesRecipeInstallStepRpmInstallationArgsDict(TypedDict):
|
2002
|
+
artifact_id: pulumi.Input[str]
|
2003
|
+
"""
|
2004
|
+
The id of the relevant artifact in the recipe.
|
2005
|
+
"""
|
2006
|
+
elif False:
|
2007
|
+
GuestPoliciesRecipeInstallStepRpmInstallationArgsDict: TypeAlias = Mapping[str, Any]
|
2008
|
+
|
1456
2009
|
@pulumi.input_type
|
1457
2010
|
class GuestPoliciesRecipeInstallStepRpmInstallationArgs:
|
1458
2011
|
def __init__(__self__, *,
|
@@ -1475,6 +2028,25 @@ class GuestPoliciesRecipeInstallStepRpmInstallationArgs:
|
|
1475
2028
|
pulumi.set(self, "artifact_id", value)
|
1476
2029
|
|
1477
2030
|
|
2031
|
+
if not MYPY:
|
2032
|
+
class GuestPoliciesRecipeInstallStepScriptRunArgsDict(TypedDict):
|
2033
|
+
script: pulumi.Input[str]
|
2034
|
+
"""
|
2035
|
+
The shell script to be executed.
|
2036
|
+
"""
|
2037
|
+
allowed_exit_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
2038
|
+
"""
|
2039
|
+
Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]
|
2040
|
+
"""
|
2041
|
+
interpreter: NotRequired[pulumi.Input[str]]
|
2042
|
+
"""
|
2043
|
+
The script interpreter to use to run the script. If no interpreter is specified the script is executed directly,
|
2044
|
+
which likely only succeed for scripts with shebang lines.
|
2045
|
+
Possible values are: `SHELL`, `POWERSHELL`.
|
2046
|
+
"""
|
2047
|
+
elif False:
|
2048
|
+
GuestPoliciesRecipeInstallStepScriptRunArgsDict: TypeAlias = Mapping[str, Any]
|
2049
|
+
|
1478
2050
|
@pulumi.input_type
|
1479
2051
|
class GuestPoliciesRecipeInstallStepScriptRunArgs:
|
1480
2052
|
def __init__(__self__, *,
|
@@ -1533,6 +2105,46 @@ class GuestPoliciesRecipeInstallStepScriptRunArgs:
|
|
1533
2105
|
pulumi.set(self, "interpreter", value)
|
1534
2106
|
|
1535
2107
|
|
2108
|
+
if not MYPY:
|
2109
|
+
class GuestPoliciesRecipeUpdateStepArgsDict(TypedDict):
|
2110
|
+
archive_extraction: NotRequired[pulumi.Input['GuestPoliciesRecipeUpdateStepArchiveExtractionArgsDict']]
|
2111
|
+
"""
|
2112
|
+
Extracts an archive into the specified directory.
|
2113
|
+
Structure is documented below.
|
2114
|
+
"""
|
2115
|
+
dpkg_installation: NotRequired[pulumi.Input['GuestPoliciesRecipeUpdateStepDpkgInstallationArgsDict']]
|
2116
|
+
"""
|
2117
|
+
Installs a deb file via dpkg.
|
2118
|
+
Structure is documented below.
|
2119
|
+
"""
|
2120
|
+
file_copy: NotRequired[pulumi.Input['GuestPoliciesRecipeUpdateStepFileCopyArgsDict']]
|
2121
|
+
"""
|
2122
|
+
Copies a file onto the instance.
|
2123
|
+
Structure is documented below.
|
2124
|
+
"""
|
2125
|
+
file_exec: NotRequired[pulumi.Input['GuestPoliciesRecipeUpdateStepFileExecArgsDict']]
|
2126
|
+
"""
|
2127
|
+
Executes an artifact or local file.
|
2128
|
+
Structure is documented below.
|
2129
|
+
"""
|
2130
|
+
msi_installation: NotRequired[pulumi.Input['GuestPoliciesRecipeUpdateStepMsiInstallationArgsDict']]
|
2131
|
+
"""
|
2132
|
+
Installs an MSI file.
|
2133
|
+
Structure is documented below.
|
2134
|
+
"""
|
2135
|
+
rpm_installation: NotRequired[pulumi.Input['GuestPoliciesRecipeUpdateStepRpmInstallationArgsDict']]
|
2136
|
+
"""
|
2137
|
+
Installs an rpm file via the rpm utility.
|
2138
|
+
Structure is documented below.
|
2139
|
+
"""
|
2140
|
+
script_run: NotRequired[pulumi.Input['GuestPoliciesRecipeUpdateStepScriptRunArgsDict']]
|
2141
|
+
"""
|
2142
|
+
Runs commands in a shell.
|
2143
|
+
Structure is documented below.
|
2144
|
+
"""
|
2145
|
+
elif False:
|
2146
|
+
GuestPoliciesRecipeUpdateStepArgsDict: TypeAlias = Mapping[str, Any]
|
2147
|
+
|
1536
2148
|
@pulumi.input_type
|
1537
2149
|
class GuestPoliciesRecipeUpdateStepArgs:
|
1538
2150
|
def __init__(__self__, *,
|
@@ -1666,6 +2278,24 @@ class GuestPoliciesRecipeUpdateStepArgs:
|
|
1666
2278
|
pulumi.set(self, "script_run", value)
|
1667
2279
|
|
1668
2280
|
|
2281
|
+
if not MYPY:
|
2282
|
+
class GuestPoliciesRecipeUpdateStepArchiveExtractionArgsDict(TypedDict):
|
2283
|
+
artifact_id: pulumi.Input[str]
|
2284
|
+
"""
|
2285
|
+
The id of the relevant artifact in the recipe.
|
2286
|
+
"""
|
2287
|
+
type: pulumi.Input[str]
|
2288
|
+
"""
|
2289
|
+
The type of the archive to extract.
|
2290
|
+
Possible values are: `TAR`, `TAR_GZIP`, `TAR_BZIP`, `TAR_LZMA`, `TAR_XZ`, `ZIP`.
|
2291
|
+
"""
|
2292
|
+
destination: NotRequired[pulumi.Input[str]]
|
2293
|
+
"""
|
2294
|
+
Directory to extract archive to. Defaults to / on Linux or C:\\ on Windows.
|
2295
|
+
"""
|
2296
|
+
elif False:
|
2297
|
+
GuestPoliciesRecipeUpdateStepArchiveExtractionArgsDict: TypeAlias = Mapping[str, Any]
|
2298
|
+
|
1669
2299
|
@pulumi.input_type
|
1670
2300
|
class GuestPoliciesRecipeUpdateStepArchiveExtractionArgs:
|
1671
2301
|
def __init__(__self__, *,
|
@@ -1721,6 +2351,15 @@ class GuestPoliciesRecipeUpdateStepArchiveExtractionArgs:
|
|
1721
2351
|
pulumi.set(self, "destination", value)
|
1722
2352
|
|
1723
2353
|
|
2354
|
+
if not MYPY:
|
2355
|
+
class GuestPoliciesRecipeUpdateStepDpkgInstallationArgsDict(TypedDict):
|
2356
|
+
artifact_id: pulumi.Input[str]
|
2357
|
+
"""
|
2358
|
+
The id of the relevant artifact in the recipe.
|
2359
|
+
"""
|
2360
|
+
elif False:
|
2361
|
+
GuestPoliciesRecipeUpdateStepDpkgInstallationArgsDict: TypeAlias = Mapping[str, Any]
|
2362
|
+
|
1724
2363
|
@pulumi.input_type
|
1725
2364
|
class GuestPoliciesRecipeUpdateStepDpkgInstallationArgs:
|
1726
2365
|
def __init__(__self__, *,
|
@@ -1743,6 +2382,33 @@ class GuestPoliciesRecipeUpdateStepDpkgInstallationArgs:
|
|
1743
2382
|
pulumi.set(self, "artifact_id", value)
|
1744
2383
|
|
1745
2384
|
|
2385
|
+
if not MYPY:
|
2386
|
+
class GuestPoliciesRecipeUpdateStepFileCopyArgsDict(TypedDict):
|
2387
|
+
artifact_id: pulumi.Input[str]
|
2388
|
+
"""
|
2389
|
+
The id of the relevant artifact in the recipe.
|
2390
|
+
"""
|
2391
|
+
destination: pulumi.Input[str]
|
2392
|
+
"""
|
2393
|
+
The absolute path on the instance to put the file.
|
2394
|
+
"""
|
2395
|
+
overwrite: NotRequired[pulumi.Input[bool]]
|
2396
|
+
"""
|
2397
|
+
Whether to allow this step to overwrite existing files.If this is false and the file already exists the file
|
2398
|
+
is not overwritten and the step is considered a success. Defaults to false.
|
2399
|
+
"""
|
2400
|
+
permissions: NotRequired[pulumi.Input[str]]
|
2401
|
+
"""
|
2402
|
+
Consists of three octal digits which represent, in order, the permissions of the owner, group, and other users
|
2403
|
+
for the file (similarly to the numeric mode used in the linux chmod utility). Each digit represents a three bit
|
2404
|
+
number with the 4 bit corresponding to the read permissions, the 2 bit corresponds to the write bit, and the one
|
2405
|
+
bit corresponds to the execute permission. Default behavior is 755.
|
2406
|
+
Below are some examples of permissions and their associated values:
|
2407
|
+
read, write, and execute: 7 read and execute: 5 read and write: 6 read only: 4
|
2408
|
+
"""
|
2409
|
+
elif False:
|
2410
|
+
GuestPoliciesRecipeUpdateStepFileCopyArgsDict: TypeAlias = Mapping[str, Any]
|
2411
|
+
|
1746
2412
|
@pulumi.input_type
|
1747
2413
|
class GuestPoliciesRecipeUpdateStepFileCopyArgs:
|
1748
2414
|
def __init__(__self__, *,
|
@@ -1824,6 +2490,27 @@ class GuestPoliciesRecipeUpdateStepFileCopyArgs:
|
|
1824
2490
|
pulumi.set(self, "permissions", value)
|
1825
2491
|
|
1826
2492
|
|
2493
|
+
if not MYPY:
|
2494
|
+
class GuestPoliciesRecipeUpdateStepFileExecArgsDict(TypedDict):
|
2495
|
+
allowed_exit_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
2496
|
+
"""
|
2497
|
+
A list of possible return values that the program can return to indicate a success. Defaults to [0].
|
2498
|
+
"""
|
2499
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2500
|
+
"""
|
2501
|
+
Arguments to be passed to the provided executable.
|
2502
|
+
"""
|
2503
|
+
artifact_id: NotRequired[pulumi.Input[str]]
|
2504
|
+
"""
|
2505
|
+
The id of the relevant artifact in the recipe.
|
2506
|
+
"""
|
2507
|
+
local_path: NotRequired[pulumi.Input[str]]
|
2508
|
+
"""
|
2509
|
+
The absolute path of the file on the local filesystem.
|
2510
|
+
"""
|
2511
|
+
elif False:
|
2512
|
+
GuestPoliciesRecipeUpdateStepFileExecArgsDict: TypeAlias = Mapping[str, Any]
|
2513
|
+
|
1827
2514
|
@pulumi.input_type
|
1828
2515
|
class GuestPoliciesRecipeUpdateStepFileExecArgs:
|
1829
2516
|
def __init__(__self__, *,
|
@@ -1895,6 +2582,23 @@ class GuestPoliciesRecipeUpdateStepFileExecArgs:
|
|
1895
2582
|
pulumi.set(self, "local_path", value)
|
1896
2583
|
|
1897
2584
|
|
2585
|
+
if not MYPY:
|
2586
|
+
class GuestPoliciesRecipeUpdateStepMsiInstallationArgsDict(TypedDict):
|
2587
|
+
artifact_id: pulumi.Input[str]
|
2588
|
+
"""
|
2589
|
+
The id of the relevant artifact in the recipe.
|
2590
|
+
"""
|
2591
|
+
allowed_exit_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
2592
|
+
"""
|
2593
|
+
Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]
|
2594
|
+
"""
|
2595
|
+
flags: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
2596
|
+
"""
|
2597
|
+
The flags to use when installing the MSI. Defaults to the install flag.
|
2598
|
+
"""
|
2599
|
+
elif False:
|
2600
|
+
GuestPoliciesRecipeUpdateStepMsiInstallationArgsDict: TypeAlias = Mapping[str, Any]
|
2601
|
+
|
1898
2602
|
@pulumi.input_type
|
1899
2603
|
class GuestPoliciesRecipeUpdateStepMsiInstallationArgs:
|
1900
2604
|
def __init__(__self__, *,
|
@@ -1949,6 +2653,15 @@ class GuestPoliciesRecipeUpdateStepMsiInstallationArgs:
|
|
1949
2653
|
pulumi.set(self, "flags", value)
|
1950
2654
|
|
1951
2655
|
|
2656
|
+
if not MYPY:
|
2657
|
+
class GuestPoliciesRecipeUpdateStepRpmInstallationArgsDict(TypedDict):
|
2658
|
+
artifact_id: pulumi.Input[str]
|
2659
|
+
"""
|
2660
|
+
The id of the relevant artifact in the recipe.
|
2661
|
+
"""
|
2662
|
+
elif False:
|
2663
|
+
GuestPoliciesRecipeUpdateStepRpmInstallationArgsDict: TypeAlias = Mapping[str, Any]
|
2664
|
+
|
1952
2665
|
@pulumi.input_type
|
1953
2666
|
class GuestPoliciesRecipeUpdateStepRpmInstallationArgs:
|
1954
2667
|
def __init__(__self__, *,
|
@@ -1971,6 +2684,25 @@ class GuestPoliciesRecipeUpdateStepRpmInstallationArgs:
|
|
1971
2684
|
pulumi.set(self, "artifact_id", value)
|
1972
2685
|
|
1973
2686
|
|
2687
|
+
if not MYPY:
|
2688
|
+
class GuestPoliciesRecipeUpdateStepScriptRunArgsDict(TypedDict):
|
2689
|
+
script: pulumi.Input[str]
|
2690
|
+
"""
|
2691
|
+
The shell script to be executed.
|
2692
|
+
"""
|
2693
|
+
allowed_exit_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
2694
|
+
"""
|
2695
|
+
Return codes that indicate that the software installed or updated successfully. Behaviour defaults to [0]
|
2696
|
+
"""
|
2697
|
+
interpreter: NotRequired[pulumi.Input[str]]
|
2698
|
+
"""
|
2699
|
+
The script interpreter to use to run the script. If no interpreter is specified the script is executed directly,
|
2700
|
+
which likely only succeed for scripts with shebang lines.
|
2701
|
+
Possible values are: `SHELL`, `POWERSHELL`.
|
2702
|
+
"""
|
2703
|
+
elif False:
|
2704
|
+
GuestPoliciesRecipeUpdateStepScriptRunArgsDict: TypeAlias = Mapping[str, Any]
|
2705
|
+
|
1974
2706
|
@pulumi.input_type
|
1975
2707
|
class GuestPoliciesRecipeUpdateStepScriptRunArgs:
|
1976
2708
|
def __init__(__self__, *,
|
@@ -2029,6 +2761,36 @@ class GuestPoliciesRecipeUpdateStepScriptRunArgs:
|
|
2029
2761
|
pulumi.set(self, "interpreter", value)
|
2030
2762
|
|
2031
2763
|
|
2764
|
+
if not MYPY:
|
2765
|
+
class OsPolicyAssignmentInstanceFilterArgsDict(TypedDict):
|
2766
|
+
all: NotRequired[pulumi.Input[bool]]
|
2767
|
+
"""
|
2768
|
+
Target all VMs in the project. If true, no other criteria
|
2769
|
+
is permitted.
|
2770
|
+
"""
|
2771
|
+
exclusion_labels: NotRequired[pulumi.Input[Sequence[pulumi.Input['OsPolicyAssignmentInstanceFilterExclusionLabelArgsDict']]]]
|
2772
|
+
"""
|
2773
|
+
List of label sets used for VM exclusion. If
|
2774
|
+
the list has more than one label set, the VM is excluded if any of the label
|
2775
|
+
sets are applicable for the VM. Structure is
|
2776
|
+
documented below.
|
2777
|
+
"""
|
2778
|
+
inclusion_labels: NotRequired[pulumi.Input[Sequence[pulumi.Input['OsPolicyAssignmentInstanceFilterInclusionLabelArgsDict']]]]
|
2779
|
+
"""
|
2780
|
+
List of label sets used for VM inclusion. If
|
2781
|
+
the list has more than one `LabelSet`, the VM is included if any of the
|
2782
|
+
label sets are applicable for the VM. Structure is
|
2783
|
+
documented below.
|
2784
|
+
"""
|
2785
|
+
inventories: NotRequired[pulumi.Input[Sequence[pulumi.Input['OsPolicyAssignmentInstanceFilterInventoryArgsDict']]]]
|
2786
|
+
"""
|
2787
|
+
List of inventories to select VMs. A VM is
|
2788
|
+
selected if its inventory data matches at least one of the following
|
2789
|
+
inventories. Structure is documented below.
|
2790
|
+
"""
|
2791
|
+
elif False:
|
2792
|
+
OsPolicyAssignmentInstanceFilterArgsDict: TypeAlias = Mapping[str, Any]
|
2793
|
+
|
2032
2794
|
@pulumi.input_type
|
2033
2795
|
class OsPolicyAssignmentInstanceFilterArgs:
|
2034
2796
|
def __init__(__self__, *,
|
@@ -2118,6 +2880,17 @@ class OsPolicyAssignmentInstanceFilterArgs:
|
|
2118
2880
|
pulumi.set(self, "inventories", value)
|
2119
2881
|
|
2120
2882
|
|
2883
|
+
if not MYPY:
|
2884
|
+
class OsPolicyAssignmentInstanceFilterExclusionLabelArgsDict(TypedDict):
|
2885
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
2886
|
+
"""
|
2887
|
+
Labels are identified by key/value pairs in this map.
|
2888
|
+
A VM should contain all the key/value pairs specified in this map to be
|
2889
|
+
selected.
|
2890
|
+
"""
|
2891
|
+
elif False:
|
2892
|
+
OsPolicyAssignmentInstanceFilterExclusionLabelArgsDict: TypeAlias = Mapping[str, Any]
|
2893
|
+
|
2121
2894
|
@pulumi.input_type
|
2122
2895
|
class OsPolicyAssignmentInstanceFilterExclusionLabelArgs:
|
2123
2896
|
def __init__(__self__, *,
|
@@ -2145,6 +2918,17 @@ class OsPolicyAssignmentInstanceFilterExclusionLabelArgs:
|
|
2145
2918
|
pulumi.set(self, "labels", value)
|
2146
2919
|
|
2147
2920
|
|
2921
|
+
if not MYPY:
|
2922
|
+
class OsPolicyAssignmentInstanceFilterInclusionLabelArgsDict(TypedDict):
|
2923
|
+
labels: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
2924
|
+
"""
|
2925
|
+
Labels are identified by key/value pairs in this map.
|
2926
|
+
A VM should contain all the key/value pairs specified in this map to be
|
2927
|
+
selected.
|
2928
|
+
"""
|
2929
|
+
elif False:
|
2930
|
+
OsPolicyAssignmentInstanceFilterInclusionLabelArgsDict: TypeAlias = Mapping[str, Any]
|
2931
|
+
|
2148
2932
|
@pulumi.input_type
|
2149
2933
|
class OsPolicyAssignmentInstanceFilterInclusionLabelArgs:
|
2150
2934
|
def __init__(__self__, *,
|
@@ -2172,6 +2956,22 @@ class OsPolicyAssignmentInstanceFilterInclusionLabelArgs:
|
|
2172
2956
|
pulumi.set(self, "labels", value)
|
2173
2957
|
|
2174
2958
|
|
2959
|
+
if not MYPY:
|
2960
|
+
class OsPolicyAssignmentInstanceFilterInventoryArgsDict(TypedDict):
|
2961
|
+
os_short_name: pulumi.Input[str]
|
2962
|
+
"""
|
2963
|
+
The OS short name
|
2964
|
+
"""
|
2965
|
+
os_version: NotRequired[pulumi.Input[str]]
|
2966
|
+
"""
|
2967
|
+
The OS version Prefix matches are supported if
|
2968
|
+
asterisk(*) is provided as the last character. For example, to match all
|
2969
|
+
versions with a major version of `7`, specify the following value for this
|
2970
|
+
field `7.*` An empty string matches all OS versions.
|
2971
|
+
"""
|
2972
|
+
elif False:
|
2973
|
+
OsPolicyAssignmentInstanceFilterInventoryArgsDict: TypeAlias = Mapping[str, Any]
|
2974
|
+
|
2175
2975
|
@pulumi.input_type
|
2176
2976
|
class OsPolicyAssignmentInstanceFilterInventoryArgs:
|
2177
2977
|
def __init__(__self__, *,
|
@@ -2216,6 +3016,48 @@ class OsPolicyAssignmentInstanceFilterInventoryArgs:
|
|
2216
3016
|
pulumi.set(self, "os_version", value)
|
2217
3017
|
|
2218
3018
|
|
3019
|
+
if not MYPY:
|
3020
|
+
class OsPolicyAssignmentOsPolicyArgsDict(TypedDict):
|
3021
|
+
id: pulumi.Input[str]
|
3022
|
+
"""
|
3023
|
+
The id of the OS policy with the following restrictions:
|
3024
|
+
|
3025
|
+
* Must contain only lowercase letters, numbers, and hyphens.
|
3026
|
+
* Must start with a letter.
|
3027
|
+
* Must be between 1-63 characters.
|
3028
|
+
* Must end with a number or a letter.
|
3029
|
+
* Must be unique within the assignment.
|
3030
|
+
"""
|
3031
|
+
mode: pulumi.Input[str]
|
3032
|
+
"""
|
3033
|
+
Policy mode Possible values are: `MODE_UNSPECIFIED`,
|
3034
|
+
`VALIDATION`, `ENFORCEMENT`.
|
3035
|
+
"""
|
3036
|
+
resource_groups: pulumi.Input[Sequence[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupArgsDict']]]
|
3037
|
+
"""
|
3038
|
+
List of resource groups for the policy. For a
|
3039
|
+
particular VM, resource groups are evaluated in the order specified and the
|
3040
|
+
first resource group that is applicable is selected and the rest are
|
3041
|
+
ignored. If none of the resource groups are applicable for a VM, the VM is
|
3042
|
+
considered to be non-compliant w.r.t this policy. This behavior can be
|
3043
|
+
toggled by the flag `allow_no_resource_group_match` Structure is
|
3044
|
+
documented below.
|
3045
|
+
"""
|
3046
|
+
allow_no_resource_group_match: NotRequired[pulumi.Input[bool]]
|
3047
|
+
"""
|
3048
|
+
This flag determines the OS
|
3049
|
+
policy compliance status when none of the resource groups within the policy
|
3050
|
+
are applicable for a VM. Set this value to `true` if the policy needs to be
|
3051
|
+
reported as compliant even if the policy has nothing to validate or enforce.
|
3052
|
+
"""
|
3053
|
+
description: NotRequired[pulumi.Input[str]]
|
3054
|
+
"""
|
3055
|
+
Policy description. Length of the description is
|
3056
|
+
limited to 1024 characters.
|
3057
|
+
"""
|
3058
|
+
elif False:
|
3059
|
+
OsPolicyAssignmentOsPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
3060
|
+
|
2219
3061
|
@pulumi.input_type
|
2220
3062
|
class OsPolicyAssignmentOsPolicyArgs:
|
2221
3063
|
def __init__(__self__, *,
|
@@ -2334,6 +3176,29 @@ class OsPolicyAssignmentOsPolicyArgs:
|
|
2334
3176
|
pulumi.set(self, "description", value)
|
2335
3177
|
|
2336
3178
|
|
3179
|
+
if not MYPY:
|
3180
|
+
class OsPolicyAssignmentOsPolicyResourceGroupArgsDict(TypedDict):
|
3181
|
+
resources: pulumi.Input[Sequence[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceArgsDict']]]
|
3182
|
+
"""
|
3183
|
+
List of resources configured for this resource
|
3184
|
+
group. The resources are executed in the exact order specified here.
|
3185
|
+
Structure is documented below.
|
3186
|
+
"""
|
3187
|
+
inventory_filters: NotRequired[pulumi.Input[Sequence[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgsDict']]]]
|
3188
|
+
"""
|
3189
|
+
List of inventory filters for the resource
|
3190
|
+
group. The resources in this resource group are applied to the target VM if
|
3191
|
+
it satisfies at least one of the following inventory filters. For example,
|
3192
|
+
to apply this resource group to VMs running either `RHEL` or `CentOS`
|
3193
|
+
operating systems, specify 2 items for the list with following values:
|
3194
|
+
inventory_filters[0].os_short_name='rhel' and
|
3195
|
+
inventory_filters[1].os_short_name='centos' If the list is empty, this
|
3196
|
+
resource group will be applied to the target VM unconditionally. Structure
|
3197
|
+
is documented below.
|
3198
|
+
"""
|
3199
|
+
elif False:
|
3200
|
+
OsPolicyAssignmentOsPolicyResourceGroupArgsDict: TypeAlias = Mapping[str, Any]
|
3201
|
+
|
2337
3202
|
@pulumi.input_type
|
2338
3203
|
class OsPolicyAssignmentOsPolicyResourceGroupArgs:
|
2339
3204
|
def __init__(__self__, *,
|
@@ -2392,6 +3257,22 @@ class OsPolicyAssignmentOsPolicyResourceGroupArgs:
|
|
2392
3257
|
pulumi.set(self, "inventory_filters", value)
|
2393
3258
|
|
2394
3259
|
|
3260
|
+
if not MYPY:
|
3261
|
+
class OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgsDict(TypedDict):
|
3262
|
+
os_short_name: pulumi.Input[str]
|
3263
|
+
"""
|
3264
|
+
The OS short name
|
3265
|
+
"""
|
3266
|
+
os_version: NotRequired[pulumi.Input[str]]
|
3267
|
+
"""
|
3268
|
+
The OS version Prefix matches are supported if
|
3269
|
+
asterisk(*) is provided as the last character. For example, to match all
|
3270
|
+
versions with a major version of `7`, specify the following value for this
|
3271
|
+
field `7.*` An empty string matches all OS versions.
|
3272
|
+
"""
|
3273
|
+
elif False:
|
3274
|
+
OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgsDict: TypeAlias = Mapping[str, Any]
|
3275
|
+
|
2395
3276
|
@pulumi.input_type
|
2396
3277
|
class OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgs:
|
2397
3278
|
def __init__(__self__, *,
|
@@ -2436,6 +3317,41 @@ class OsPolicyAssignmentOsPolicyResourceGroupInventoryFilterArgs:
|
|
2436
3317
|
pulumi.set(self, "os_version", value)
|
2437
3318
|
|
2438
3319
|
|
3320
|
+
if not MYPY:
|
3321
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceArgsDict(TypedDict):
|
3322
|
+
id: pulumi.Input[str]
|
3323
|
+
"""
|
3324
|
+
The id of the resource with the following restrictions:
|
3325
|
+
|
3326
|
+
* Must contain only lowercase letters, numbers, and hyphens.
|
3327
|
+
* Must start with a letter.
|
3328
|
+
* Must be between 1-63 characters.
|
3329
|
+
* Must end with a number or a letter.
|
3330
|
+
* Must be unique within the OS policy.
|
3331
|
+
"""
|
3332
|
+
exec_: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceExecArgsDict']]
|
3333
|
+
"""
|
3334
|
+
Exec resource Structure is
|
3335
|
+
documented below.
|
3336
|
+
"""
|
3337
|
+
file: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceFileArgsDict']]
|
3338
|
+
"""
|
3339
|
+
File resource Structure is
|
3340
|
+
documented below.
|
3341
|
+
"""
|
3342
|
+
pkg: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgArgsDict']]
|
3343
|
+
"""
|
3344
|
+
Package resource Structure is
|
3345
|
+
documented below.
|
3346
|
+
"""
|
3347
|
+
repository: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryArgsDict']]
|
3348
|
+
"""
|
3349
|
+
Package repository resource Structure is
|
3350
|
+
documented below.
|
3351
|
+
"""
|
3352
|
+
elif False:
|
3353
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceArgsDict: TypeAlias = Mapping[str, Any]
|
3354
|
+
|
2439
3355
|
@pulumi.input_type
|
2440
3356
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceArgs:
|
2441
3357
|
def __init__(__self__, *,
|
@@ -2542,6 +3458,26 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceArgs:
|
|
2542
3458
|
pulumi.set(self, "repository", value)
|
2543
3459
|
|
2544
3460
|
|
3461
|
+
if not MYPY:
|
3462
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecArgsDict(TypedDict):
|
3463
|
+
validate: pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateArgsDict']
|
3464
|
+
"""
|
3465
|
+
What to run to validate this resource is in the
|
3466
|
+
desired state. An exit code of 100 indicates "in desired state", and exit
|
3467
|
+
code of 101 indicates "not in desired state". Any other exit code indicates
|
3468
|
+
a failure running validate. Structure is
|
3469
|
+
documented below.
|
3470
|
+
"""
|
3471
|
+
enforce: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceArgsDict']]
|
3472
|
+
"""
|
3473
|
+
What to run to bring this resource into the desired
|
3474
|
+
state. An exit code of 100 indicates "success", any other exit code
|
3475
|
+
indicates a failure running enforce. Structure is
|
3476
|
+
documented below.
|
3477
|
+
"""
|
3478
|
+
elif False:
|
3479
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceExecArgsDict: TypeAlias = Mapping[str, Any]
|
3480
|
+
|
2545
3481
|
@pulumi.input_type
|
2546
3482
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecArgs:
|
2547
3483
|
def __init__(__self__, *,
|
@@ -2594,6 +3530,39 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceExecArgs:
|
|
2594
3530
|
pulumi.set(self, "enforce", value)
|
2595
3531
|
|
2596
3532
|
|
3533
|
+
if not MYPY:
|
3534
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceArgsDict(TypedDict):
|
3535
|
+
interpreter: pulumi.Input[str]
|
3536
|
+
"""
|
3537
|
+
The script interpreter to use. Possible values
|
3538
|
+
are: `INTERPRETER_UNSPECIFIED`, `NONE`, `SHELL`, `POWERSHELL`.
|
3539
|
+
"""
|
3540
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
3541
|
+
"""
|
3542
|
+
Optional arguments to pass to the source during
|
3543
|
+
execution.
|
3544
|
+
"""
|
3545
|
+
file: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileArgsDict']]
|
3546
|
+
"""
|
3547
|
+
A remote or local file. Structure is
|
3548
|
+
documented below.
|
3549
|
+
"""
|
3550
|
+
output_file_path: NotRequired[pulumi.Input[str]]
|
3551
|
+
"""
|
3552
|
+
Only recorded for enforce Exec. Path to an
|
3553
|
+
output file (that is created by this Exec) whose content will be recorded in
|
3554
|
+
OSPolicyResourceCompliance after a successful run. Absence or failure to
|
3555
|
+
read this file will result in this ExecResource being non-compliant. Output
|
3556
|
+
file size is limited to 100K bytes.
|
3557
|
+
"""
|
3558
|
+
script: NotRequired[pulumi.Input[str]]
|
3559
|
+
"""
|
3560
|
+
An inline script. The size of the script is limited to
|
3561
|
+
1024 characters.
|
3562
|
+
"""
|
3563
|
+
elif False:
|
3564
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceArgsDict: TypeAlias = Mapping[str, Any]
|
3565
|
+
|
2597
3566
|
@pulumi.input_type
|
2598
3567
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceArgs:
|
2599
3568
|
def __init__(__self__, *,
|
@@ -2696,6 +3665,31 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceArgs:
|
|
2696
3665
|
pulumi.set(self, "script", value)
|
2697
3666
|
|
2698
3667
|
|
3668
|
+
if not MYPY:
|
3669
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileArgsDict(TypedDict):
|
3670
|
+
allow_insecure: NotRequired[pulumi.Input[bool]]
|
3671
|
+
"""
|
3672
|
+
Defaults to false. When false, files are
|
3673
|
+
subject to validations based on the file type: Remote: A checksum must be
|
3674
|
+
specified. Cloud Storage: An object generation number must be specified.
|
3675
|
+
"""
|
3676
|
+
gcs: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileGcsArgsDict']]
|
3677
|
+
"""
|
3678
|
+
A Cloud Storage object. Structure is
|
3679
|
+
documented below.
|
3680
|
+
"""
|
3681
|
+
local_path: NotRequired[pulumi.Input[str]]
|
3682
|
+
"""
|
3683
|
+
A local path within the VM to use.
|
3684
|
+
"""
|
3685
|
+
remote: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileRemoteArgsDict']]
|
3686
|
+
"""
|
3687
|
+
A generic remote file. Structure is
|
3688
|
+
documented below.
|
3689
|
+
"""
|
3690
|
+
elif False:
|
3691
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileArgsDict: TypeAlias = Mapping[str, Any]
|
3692
|
+
|
2699
3693
|
@pulumi.input_type
|
2700
3694
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileArgs:
|
2701
3695
|
def __init__(__self__, *,
|
@@ -2775,6 +3769,23 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileArgs:
|
|
2775
3769
|
pulumi.set(self, "remote", value)
|
2776
3770
|
|
2777
3771
|
|
3772
|
+
if not MYPY:
|
3773
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileGcsArgsDict(TypedDict):
|
3774
|
+
bucket: pulumi.Input[str]
|
3775
|
+
"""
|
3776
|
+
Bucket of the Cloud Storage object.
|
3777
|
+
"""
|
3778
|
+
object: pulumi.Input[str]
|
3779
|
+
"""
|
3780
|
+
Name of the Cloud Storage object.
|
3781
|
+
"""
|
3782
|
+
generation: NotRequired[pulumi.Input[int]]
|
3783
|
+
"""
|
3784
|
+
Generation number of the Cloud Storage object.
|
3785
|
+
"""
|
3786
|
+
elif False:
|
3787
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileGcsArgsDict: TypeAlias = Mapping[str, Any]
|
3788
|
+
|
2778
3789
|
@pulumi.input_type
|
2779
3790
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileGcsArgs:
|
2780
3791
|
def __init__(__self__, *,
|
@@ -2828,6 +3839,20 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileGcsArgs:
|
|
2828
3839
|
pulumi.set(self, "generation", value)
|
2829
3840
|
|
2830
3841
|
|
3842
|
+
if not MYPY:
|
3843
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileRemoteArgsDict(TypedDict):
|
3844
|
+
uri: pulumi.Input[str]
|
3845
|
+
"""
|
3846
|
+
URI from which to fetch the object. It should contain
|
3847
|
+
both the protocol and path following the format `{protocol}://{location}`.
|
3848
|
+
"""
|
3849
|
+
sha256_checksum: NotRequired[pulumi.Input[str]]
|
3850
|
+
"""
|
3851
|
+
SHA256 checksum of the remote file.
|
3852
|
+
"""
|
3853
|
+
elif False:
|
3854
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileRemoteArgsDict: TypeAlias = Mapping[str, Any]
|
3855
|
+
|
2831
3856
|
@pulumi.input_type
|
2832
3857
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileRemoteArgs:
|
2833
3858
|
def __init__(__self__, *,
|
@@ -2868,6 +3893,39 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceExecEnforceFileRemoteArgs:
|
|
2868
3893
|
pulumi.set(self, "sha256_checksum", value)
|
2869
3894
|
|
2870
3895
|
|
3896
|
+
if not MYPY:
|
3897
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateArgsDict(TypedDict):
|
3898
|
+
interpreter: pulumi.Input[str]
|
3899
|
+
"""
|
3900
|
+
The script interpreter to use. Possible values
|
3901
|
+
are: `INTERPRETER_UNSPECIFIED`, `NONE`, `SHELL`, `POWERSHELL`.
|
3902
|
+
"""
|
3903
|
+
args: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
3904
|
+
"""
|
3905
|
+
Optional arguments to pass to the source during
|
3906
|
+
execution.
|
3907
|
+
"""
|
3908
|
+
file: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgsDict']]
|
3909
|
+
"""
|
3910
|
+
A remote or local file. Structure is
|
3911
|
+
documented below.
|
3912
|
+
"""
|
3913
|
+
output_file_path: NotRequired[pulumi.Input[str]]
|
3914
|
+
"""
|
3915
|
+
Only recorded for enforce Exec. Path to an
|
3916
|
+
output file (that is created by this Exec) whose content will be recorded in
|
3917
|
+
OSPolicyResourceCompliance after a successful run. Absence or failure to
|
3918
|
+
read this file will result in this ExecResource being non-compliant. Output
|
3919
|
+
file size is limited to 100K bytes.
|
3920
|
+
"""
|
3921
|
+
script: NotRequired[pulumi.Input[str]]
|
3922
|
+
"""
|
3923
|
+
An inline script. The size of the script is limited to
|
3924
|
+
1024 characters.
|
3925
|
+
"""
|
3926
|
+
elif False:
|
3927
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateArgsDict: TypeAlias = Mapping[str, Any]
|
3928
|
+
|
2871
3929
|
@pulumi.input_type
|
2872
3930
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateArgs:
|
2873
3931
|
def __init__(__self__, *,
|
@@ -2960,15 +4018,40 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateArgs:
|
|
2960
4018
|
@pulumi.getter
|
2961
4019
|
def script(self) -> Optional[pulumi.Input[str]]:
|
2962
4020
|
"""
|
2963
|
-
An inline script. The size of the script is limited to
|
2964
|
-
1024 characters.
|
4021
|
+
An inline script. The size of the script is limited to
|
4022
|
+
1024 characters.
|
4023
|
+
"""
|
4024
|
+
return pulumi.get(self, "script")
|
4025
|
+
|
4026
|
+
@script.setter
|
4027
|
+
def script(self, value: Optional[pulumi.Input[str]]):
|
4028
|
+
pulumi.set(self, "script", value)
|
4029
|
+
|
4030
|
+
|
4031
|
+
if not MYPY:
|
4032
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgsDict(TypedDict):
|
4033
|
+
allow_insecure: NotRequired[pulumi.Input[bool]]
|
4034
|
+
"""
|
4035
|
+
Defaults to false. When false, files are
|
4036
|
+
subject to validations based on the file type: Remote: A checksum must be
|
4037
|
+
specified. Cloud Storage: An object generation number must be specified.
|
4038
|
+
"""
|
4039
|
+
gcs: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcsArgsDict']]
|
4040
|
+
"""
|
4041
|
+
A Cloud Storage object. Structure is
|
4042
|
+
documented below.
|
4043
|
+
"""
|
4044
|
+
local_path: NotRequired[pulumi.Input[str]]
|
2965
4045
|
"""
|
2966
|
-
|
2967
|
-
|
2968
|
-
|
2969
|
-
|
2970
|
-
|
2971
|
-
|
4046
|
+
A local path within the VM to use.
|
4047
|
+
"""
|
4048
|
+
remote: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgsDict']]
|
4049
|
+
"""
|
4050
|
+
A generic remote file. Structure is
|
4051
|
+
documented below.
|
4052
|
+
"""
|
4053
|
+
elif False:
|
4054
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgsDict: TypeAlias = Mapping[str, Any]
|
2972
4055
|
|
2973
4056
|
@pulumi.input_type
|
2974
4057
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs:
|
@@ -3049,6 +4132,23 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs:
|
|
3049
4132
|
pulumi.set(self, "remote", value)
|
3050
4133
|
|
3051
4134
|
|
4135
|
+
if not MYPY:
|
4136
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcsArgsDict(TypedDict):
|
4137
|
+
bucket: pulumi.Input[str]
|
4138
|
+
"""
|
4139
|
+
Bucket of the Cloud Storage object.
|
4140
|
+
"""
|
4141
|
+
object: pulumi.Input[str]
|
4142
|
+
"""
|
4143
|
+
Name of the Cloud Storage object.
|
4144
|
+
"""
|
4145
|
+
generation: NotRequired[pulumi.Input[int]]
|
4146
|
+
"""
|
4147
|
+
Generation number of the Cloud Storage object.
|
4148
|
+
"""
|
4149
|
+
elif False:
|
4150
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcsArgsDict: TypeAlias = Mapping[str, Any]
|
4151
|
+
|
3052
4152
|
@pulumi.input_type
|
3053
4153
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcsArgs:
|
3054
4154
|
def __init__(__self__, *,
|
@@ -3102,6 +4202,20 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcsArgs:
|
|
3102
4202
|
pulumi.set(self, "generation", value)
|
3103
4203
|
|
3104
4204
|
|
4205
|
+
if not MYPY:
|
4206
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgsDict(TypedDict):
|
4207
|
+
uri: pulumi.Input[str]
|
4208
|
+
"""
|
4209
|
+
URI from which to fetch the object. It should contain
|
4210
|
+
both the protocol and path following the format `{protocol}://{location}`.
|
4211
|
+
"""
|
4212
|
+
sha256_checksum: NotRequired[pulumi.Input[str]]
|
4213
|
+
"""
|
4214
|
+
SHA256 checksum of the remote file.
|
4215
|
+
"""
|
4216
|
+
elif False:
|
4217
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgsDict: TypeAlias = Mapping[str, Any]
|
4218
|
+
|
3105
4219
|
@pulumi.input_type
|
3106
4220
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgs:
|
3107
4221
|
def __init__(__self__, *,
|
@@ -3142,6 +4256,41 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgs:
|
|
3142
4256
|
pulumi.set(self, "sha256_checksum", value)
|
3143
4257
|
|
3144
4258
|
|
4259
|
+
if not MYPY:
|
4260
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceFileArgsDict(TypedDict):
|
4261
|
+
path: pulumi.Input[str]
|
4262
|
+
"""
|
4263
|
+
The absolute path of the file within the VM.
|
4264
|
+
"""
|
4265
|
+
state: pulumi.Input[str]
|
4266
|
+
"""
|
4267
|
+
Desired state of the file. Possible values are:
|
4268
|
+
`DESIRED_STATE_UNSPECIFIED`, `PRESENT`, `ABSENT`, `CONTENTS_MATCH`.
|
4269
|
+
"""
|
4270
|
+
content: NotRequired[pulumi.Input[str]]
|
4271
|
+
"""
|
4272
|
+
A a file with this content. The size of the content
|
4273
|
+
is limited to 1024 characters.
|
4274
|
+
"""
|
4275
|
+
file: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileArgsDict']]
|
4276
|
+
"""
|
4277
|
+
A remote or local source. Structure is
|
4278
|
+
documented below.
|
4279
|
+
"""
|
4280
|
+
permissions: NotRequired[pulumi.Input[str]]
|
4281
|
+
"""
|
4282
|
+
Consists of three octal digits which represent, in
|
4283
|
+
order, the permissions of the owner, group, and other users for the file
|
4284
|
+
(similarly to the numeric mode used in the linux chmod utility). Each digit
|
4285
|
+
represents a three bit number with the 4 bit corresponding to the read
|
4286
|
+
permissions, the 2 bit corresponds to the write bit, and the one bit
|
4287
|
+
corresponds to the execute permission. Default behavior is 755. Below are
|
4288
|
+
some examples of permissions and their associated values: read, write, and
|
4289
|
+
execute: 7 read and execute: 5 read and write: 6 read only: 4
|
4290
|
+
"""
|
4291
|
+
elif False:
|
4292
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceFileArgsDict: TypeAlias = Mapping[str, Any]
|
4293
|
+
|
3145
4294
|
@pulumi.input_type
|
3146
4295
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceFileArgs:
|
3147
4296
|
def __init__(__self__, *,
|
@@ -3247,6 +4396,31 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceFileArgs:
|
|
3247
4396
|
pulumi.set(self, "permissions", value)
|
3248
4397
|
|
3249
4398
|
|
4399
|
+
if not MYPY:
|
4400
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileArgsDict(TypedDict):
|
4401
|
+
allow_insecure: NotRequired[pulumi.Input[bool]]
|
4402
|
+
"""
|
4403
|
+
Defaults to false. When false, files are
|
4404
|
+
subject to validations based on the file type: Remote: A checksum must be
|
4405
|
+
specified. Cloud Storage: An object generation number must be specified.
|
4406
|
+
"""
|
4407
|
+
gcs: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileGcsArgsDict']]
|
4408
|
+
"""
|
4409
|
+
A Cloud Storage object. Structure is
|
4410
|
+
documented below.
|
4411
|
+
"""
|
4412
|
+
local_path: NotRequired[pulumi.Input[str]]
|
4413
|
+
"""
|
4414
|
+
A local path within the VM to use.
|
4415
|
+
"""
|
4416
|
+
remote: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileRemoteArgsDict']]
|
4417
|
+
"""
|
4418
|
+
A generic remote file. Structure is
|
4419
|
+
documented below.
|
4420
|
+
"""
|
4421
|
+
elif False:
|
4422
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileArgsDict: TypeAlias = Mapping[str, Any]
|
4423
|
+
|
3250
4424
|
@pulumi.input_type
|
3251
4425
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileArgs:
|
3252
4426
|
def __init__(__self__, *,
|
@@ -3326,6 +4500,23 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileArgs:
|
|
3326
4500
|
pulumi.set(self, "remote", value)
|
3327
4501
|
|
3328
4502
|
|
4503
|
+
if not MYPY:
|
4504
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileGcsArgsDict(TypedDict):
|
4505
|
+
bucket: pulumi.Input[str]
|
4506
|
+
"""
|
4507
|
+
Bucket of the Cloud Storage object.
|
4508
|
+
"""
|
4509
|
+
object: pulumi.Input[str]
|
4510
|
+
"""
|
4511
|
+
Name of the Cloud Storage object.
|
4512
|
+
"""
|
4513
|
+
generation: NotRequired[pulumi.Input[int]]
|
4514
|
+
"""
|
4515
|
+
Generation number of the Cloud Storage object.
|
4516
|
+
"""
|
4517
|
+
elif False:
|
4518
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileGcsArgsDict: TypeAlias = Mapping[str, Any]
|
4519
|
+
|
3329
4520
|
@pulumi.input_type
|
3330
4521
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileGcsArgs:
|
3331
4522
|
def __init__(__self__, *,
|
@@ -3379,6 +4570,20 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileGcsArgs:
|
|
3379
4570
|
pulumi.set(self, "generation", value)
|
3380
4571
|
|
3381
4572
|
|
4573
|
+
if not MYPY:
|
4574
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileRemoteArgsDict(TypedDict):
|
4575
|
+
uri: pulumi.Input[str]
|
4576
|
+
"""
|
4577
|
+
URI from which to fetch the object. It should contain
|
4578
|
+
both the protocol and path following the format `{protocol}://{location}`.
|
4579
|
+
"""
|
4580
|
+
sha256_checksum: NotRequired[pulumi.Input[str]]
|
4581
|
+
"""
|
4582
|
+
SHA256 checksum of the remote file.
|
4583
|
+
"""
|
4584
|
+
elif False:
|
4585
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileRemoteArgsDict: TypeAlias = Mapping[str, Any]
|
4586
|
+
|
3382
4587
|
@pulumi.input_type
|
3383
4588
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileRemoteArgs:
|
3384
4589
|
def __init__(__self__, *,
|
@@ -3419,6 +4624,52 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceFileFileRemoteArgs:
|
|
3419
4624
|
pulumi.set(self, "sha256_checksum", value)
|
3420
4625
|
|
3421
4626
|
|
4627
|
+
if not MYPY:
|
4628
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgArgsDict(TypedDict):
|
4629
|
+
desired_state: pulumi.Input[str]
|
4630
|
+
"""
|
4631
|
+
The desired state the agent should maintain for
|
4632
|
+
this package. Possible values are: `DESIRED_STATE_UNSPECIFIED`, `INSTALLED`,
|
4633
|
+
`REMOVED`.
|
4634
|
+
"""
|
4635
|
+
apt: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgAptArgsDict']]
|
4636
|
+
"""
|
4637
|
+
A package managed by Apt. Structure is
|
4638
|
+
documented below.
|
4639
|
+
"""
|
4640
|
+
deb: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebArgsDict']]
|
4641
|
+
"""
|
4642
|
+
A deb package file. Structure is
|
4643
|
+
documented below.
|
4644
|
+
"""
|
4645
|
+
googet: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgGoogetArgsDict']]
|
4646
|
+
"""
|
4647
|
+
A package managed by GooGet. Structure is
|
4648
|
+
documented below.
|
4649
|
+
"""
|
4650
|
+
msi: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiArgsDict']]
|
4651
|
+
"""
|
4652
|
+
An MSI package. Structure is
|
4653
|
+
documented below.
|
4654
|
+
"""
|
4655
|
+
rpm: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmArgsDict']]
|
4656
|
+
"""
|
4657
|
+
An rpm package file. Structure is
|
4658
|
+
documented below.
|
4659
|
+
"""
|
4660
|
+
yum: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgYumArgsDict']]
|
4661
|
+
"""
|
4662
|
+
A package managed by YUM. Structure is
|
4663
|
+
documented below.
|
4664
|
+
"""
|
4665
|
+
zypper: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgZypperArgsDict']]
|
4666
|
+
"""
|
4667
|
+
A package managed by Zypper. Structure is
|
4668
|
+
documented below.
|
4669
|
+
"""
|
4670
|
+
elif False:
|
4671
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgArgsDict: TypeAlias = Mapping[str, Any]
|
4672
|
+
|
3422
4673
|
@pulumi.input_type
|
3423
4674
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgArgs:
|
3424
4675
|
def __init__(__self__, *,
|
@@ -3571,6 +4822,15 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgArgs:
|
|
3571
4822
|
pulumi.set(self, "zypper", value)
|
3572
4823
|
|
3573
4824
|
|
4825
|
+
if not MYPY:
|
4826
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgAptArgsDict(TypedDict):
|
4827
|
+
name: pulumi.Input[str]
|
4828
|
+
"""
|
4829
|
+
Package name.
|
4830
|
+
"""
|
4831
|
+
elif False:
|
4832
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgAptArgsDict: TypeAlias = Mapping[str, Any]
|
4833
|
+
|
3574
4834
|
@pulumi.input_type
|
3575
4835
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgAptArgs:
|
3576
4836
|
def __init__(__self__, *,
|
@@ -3593,6 +4853,22 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgAptArgs:
|
|
3593
4853
|
pulumi.set(self, "name", value)
|
3594
4854
|
|
3595
4855
|
|
4856
|
+
if not MYPY:
|
4857
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebArgsDict(TypedDict):
|
4858
|
+
source: pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceArgsDict']
|
4859
|
+
"""
|
4860
|
+
A deb package. Structure is
|
4861
|
+
documented below.
|
4862
|
+
"""
|
4863
|
+
pull_deps: NotRequired[pulumi.Input[bool]]
|
4864
|
+
"""
|
4865
|
+
Whether dependencies should also be installed. -
|
4866
|
+
install when false: `dpkg -i package` - install when true: `apt-get update
|
4867
|
+
&& apt-get -y install package.deb`
|
4868
|
+
"""
|
4869
|
+
elif False:
|
4870
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebArgsDict: TypeAlias = Mapping[str, Any]
|
4871
|
+
|
3596
4872
|
@pulumi.input_type
|
3597
4873
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebArgs:
|
3598
4874
|
def __init__(__self__, *,
|
@@ -3637,6 +4913,31 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebArgs:
|
|
3637
4913
|
pulumi.set(self, "pull_deps", value)
|
3638
4914
|
|
3639
4915
|
|
4916
|
+
if not MYPY:
|
4917
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceArgsDict(TypedDict):
|
4918
|
+
allow_insecure: NotRequired[pulumi.Input[bool]]
|
4919
|
+
"""
|
4920
|
+
Defaults to false. When false, files are
|
4921
|
+
subject to validations based on the file type: Remote: A checksum must be
|
4922
|
+
specified. Cloud Storage: An object generation number must be specified.
|
4923
|
+
"""
|
4924
|
+
gcs: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceGcsArgsDict']]
|
4925
|
+
"""
|
4926
|
+
A Cloud Storage object. Structure is
|
4927
|
+
documented below.
|
4928
|
+
"""
|
4929
|
+
local_path: NotRequired[pulumi.Input[str]]
|
4930
|
+
"""
|
4931
|
+
A local path within the VM to use.
|
4932
|
+
"""
|
4933
|
+
remote: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceRemoteArgsDict']]
|
4934
|
+
"""
|
4935
|
+
A generic remote file. Structure is
|
4936
|
+
documented below.
|
4937
|
+
"""
|
4938
|
+
elif False:
|
4939
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceArgsDict: TypeAlias = Mapping[str, Any]
|
4940
|
+
|
3640
4941
|
@pulumi.input_type
|
3641
4942
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceArgs:
|
3642
4943
|
def __init__(__self__, *,
|
@@ -3716,6 +5017,23 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceArgs:
|
|
3716
5017
|
pulumi.set(self, "remote", value)
|
3717
5018
|
|
3718
5019
|
|
5020
|
+
if not MYPY:
|
5021
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceGcsArgsDict(TypedDict):
|
5022
|
+
bucket: pulumi.Input[str]
|
5023
|
+
"""
|
5024
|
+
Bucket of the Cloud Storage object.
|
5025
|
+
"""
|
5026
|
+
object: pulumi.Input[str]
|
5027
|
+
"""
|
5028
|
+
Name of the Cloud Storage object.
|
5029
|
+
"""
|
5030
|
+
generation: NotRequired[pulumi.Input[int]]
|
5031
|
+
"""
|
5032
|
+
Generation number of the Cloud Storage object.
|
5033
|
+
"""
|
5034
|
+
elif False:
|
5035
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceGcsArgsDict: TypeAlias = Mapping[str, Any]
|
5036
|
+
|
3719
5037
|
@pulumi.input_type
|
3720
5038
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceGcsArgs:
|
3721
5039
|
def __init__(__self__, *,
|
@@ -3769,6 +5087,20 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceGcsArgs:
|
|
3769
5087
|
pulumi.set(self, "generation", value)
|
3770
5088
|
|
3771
5089
|
|
5090
|
+
if not MYPY:
|
5091
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceRemoteArgsDict(TypedDict):
|
5092
|
+
uri: pulumi.Input[str]
|
5093
|
+
"""
|
5094
|
+
URI from which to fetch the object. It should contain
|
5095
|
+
both the protocol and path following the format `{protocol}://{location}`.
|
5096
|
+
"""
|
5097
|
+
sha256_checksum: NotRequired[pulumi.Input[str]]
|
5098
|
+
"""
|
5099
|
+
SHA256 checksum of the remote file.
|
5100
|
+
"""
|
5101
|
+
elif False:
|
5102
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceRemoteArgsDict: TypeAlias = Mapping[str, Any]
|
5103
|
+
|
3772
5104
|
@pulumi.input_type
|
3773
5105
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceRemoteArgs:
|
3774
5106
|
def __init__(__self__, *,
|
@@ -3809,6 +5141,15 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgDebSourceRemoteArgs:
|
|
3809
5141
|
pulumi.set(self, "sha256_checksum", value)
|
3810
5142
|
|
3811
5143
|
|
5144
|
+
if not MYPY:
|
5145
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgGoogetArgsDict(TypedDict):
|
5146
|
+
name: pulumi.Input[str]
|
5147
|
+
"""
|
5148
|
+
Package name.
|
5149
|
+
"""
|
5150
|
+
elif False:
|
5151
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgGoogetArgsDict: TypeAlias = Mapping[str, Any]
|
5152
|
+
|
3812
5153
|
@pulumi.input_type
|
3813
5154
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgGoogetArgs:
|
3814
5155
|
def __init__(__self__, *,
|
@@ -3831,6 +5172,22 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgGoogetArgs:
|
|
3831
5172
|
pulumi.set(self, "name", value)
|
3832
5173
|
|
3833
5174
|
|
5175
|
+
if not MYPY:
|
5176
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiArgsDict(TypedDict):
|
5177
|
+
source: pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgsDict']
|
5178
|
+
"""
|
5179
|
+
The MSI package. Structure is
|
5180
|
+
documented below.
|
5181
|
+
"""
|
5182
|
+
properties: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
5183
|
+
"""
|
5184
|
+
Additional properties to use during installation.
|
5185
|
+
This should be in the format of Property=Setting. Appended to the defaults
|
5186
|
+
of `ACTION=INSTALL REBOOT=ReallySuppress`.
|
5187
|
+
"""
|
5188
|
+
elif False:
|
5189
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiArgsDict: TypeAlias = Mapping[str, Any]
|
5190
|
+
|
3834
5191
|
@pulumi.input_type
|
3835
5192
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiArgs:
|
3836
5193
|
def __init__(__self__, *,
|
@@ -3875,6 +5232,31 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiArgs:
|
|
3875
5232
|
pulumi.set(self, "properties", value)
|
3876
5233
|
|
3877
5234
|
|
5235
|
+
if not MYPY:
|
5236
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgsDict(TypedDict):
|
5237
|
+
allow_insecure: NotRequired[pulumi.Input[bool]]
|
5238
|
+
"""
|
5239
|
+
Defaults to false. When false, files are
|
5240
|
+
subject to validations based on the file type: Remote: A checksum must be
|
5241
|
+
specified. Cloud Storage: An object generation number must be specified.
|
5242
|
+
"""
|
5243
|
+
gcs: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceGcsArgsDict']]
|
5244
|
+
"""
|
5245
|
+
A Cloud Storage object. Structure is
|
5246
|
+
documented below.
|
5247
|
+
"""
|
5248
|
+
local_path: NotRequired[pulumi.Input[str]]
|
5249
|
+
"""
|
5250
|
+
A local path within the VM to use.
|
5251
|
+
"""
|
5252
|
+
remote: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceRemoteArgsDict']]
|
5253
|
+
"""
|
5254
|
+
A generic remote file. Structure is
|
5255
|
+
documented below.
|
5256
|
+
"""
|
5257
|
+
elif False:
|
5258
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgsDict: TypeAlias = Mapping[str, Any]
|
5259
|
+
|
3878
5260
|
@pulumi.input_type
|
3879
5261
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgs:
|
3880
5262
|
def __init__(__self__, *,
|
@@ -3954,6 +5336,23 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgs:
|
|
3954
5336
|
pulumi.set(self, "remote", value)
|
3955
5337
|
|
3956
5338
|
|
5339
|
+
if not MYPY:
|
5340
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceGcsArgsDict(TypedDict):
|
5341
|
+
bucket: pulumi.Input[str]
|
5342
|
+
"""
|
5343
|
+
Bucket of the Cloud Storage object.
|
5344
|
+
"""
|
5345
|
+
object: pulumi.Input[str]
|
5346
|
+
"""
|
5347
|
+
Name of the Cloud Storage object.
|
5348
|
+
"""
|
5349
|
+
generation: NotRequired[pulumi.Input[int]]
|
5350
|
+
"""
|
5351
|
+
Generation number of the Cloud Storage object.
|
5352
|
+
"""
|
5353
|
+
elif False:
|
5354
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceGcsArgsDict: TypeAlias = Mapping[str, Any]
|
5355
|
+
|
3957
5356
|
@pulumi.input_type
|
3958
5357
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceGcsArgs:
|
3959
5358
|
def __init__(__self__, *,
|
@@ -4007,6 +5406,20 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceGcsArgs:
|
|
4007
5406
|
pulumi.set(self, "generation", value)
|
4008
5407
|
|
4009
5408
|
|
5409
|
+
if not MYPY:
|
5410
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceRemoteArgsDict(TypedDict):
|
5411
|
+
uri: pulumi.Input[str]
|
5412
|
+
"""
|
5413
|
+
URI from which to fetch the object. It should contain
|
5414
|
+
both the protocol and path following the format `{protocol}://{location}`.
|
5415
|
+
"""
|
5416
|
+
sha256_checksum: NotRequired[pulumi.Input[str]]
|
5417
|
+
"""
|
5418
|
+
SHA256 checksum of the remote file.
|
5419
|
+
"""
|
5420
|
+
elif False:
|
5421
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceRemoteArgsDict: TypeAlias = Mapping[str, Any]
|
5422
|
+
|
4010
5423
|
@pulumi.input_type
|
4011
5424
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceRemoteArgs:
|
4012
5425
|
def __init__(__self__, *,
|
@@ -4047,6 +5460,22 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceRemoteArgs:
|
|
4047
5460
|
pulumi.set(self, "sha256_checksum", value)
|
4048
5461
|
|
4049
5462
|
|
5463
|
+
if not MYPY:
|
5464
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmArgsDict(TypedDict):
|
5465
|
+
source: pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceArgsDict']
|
5466
|
+
"""
|
5467
|
+
An rpm package. Structure is
|
5468
|
+
documented below.
|
5469
|
+
"""
|
5470
|
+
pull_deps: NotRequired[pulumi.Input[bool]]
|
5471
|
+
"""
|
5472
|
+
Whether dependencies should also be installed. -
|
5473
|
+
install when false: `rpm --upgrade --replacepkgs package.rpm` - install when
|
5474
|
+
true: `yum -y install package.rpm` or `zypper -y install package.rpm`
|
5475
|
+
"""
|
5476
|
+
elif False:
|
5477
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmArgsDict: TypeAlias = Mapping[str, Any]
|
5478
|
+
|
4050
5479
|
@pulumi.input_type
|
4051
5480
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmArgs:
|
4052
5481
|
def __init__(__self__, *,
|
@@ -4080,16 +5509,41 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmArgs:
|
|
4080
5509
|
@pulumi.getter(name="pullDeps")
|
4081
5510
|
def pull_deps(self) -> Optional[pulumi.Input[bool]]:
|
4082
5511
|
"""
|
4083
|
-
Whether dependencies should also be installed. -
|
4084
|
-
install when false: `rpm --upgrade --replacepkgs package.rpm` - install when
|
4085
|
-
true: `yum -y install package.rpm` or `zypper -y install package.rpm`
|
5512
|
+
Whether dependencies should also be installed. -
|
5513
|
+
install when false: `rpm --upgrade --replacepkgs package.rpm` - install when
|
5514
|
+
true: `yum -y install package.rpm` or `zypper -y install package.rpm`
|
5515
|
+
"""
|
5516
|
+
return pulumi.get(self, "pull_deps")
|
5517
|
+
|
5518
|
+
@pull_deps.setter
|
5519
|
+
def pull_deps(self, value: Optional[pulumi.Input[bool]]):
|
5520
|
+
pulumi.set(self, "pull_deps", value)
|
5521
|
+
|
5522
|
+
|
5523
|
+
if not MYPY:
|
5524
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceArgsDict(TypedDict):
|
5525
|
+
allow_insecure: NotRequired[pulumi.Input[bool]]
|
5526
|
+
"""
|
5527
|
+
Defaults to false. When false, files are
|
5528
|
+
subject to validations based on the file type: Remote: A checksum must be
|
5529
|
+
specified. Cloud Storage: An object generation number must be specified.
|
5530
|
+
"""
|
5531
|
+
gcs: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceGcsArgsDict']]
|
5532
|
+
"""
|
5533
|
+
A Cloud Storage object. Structure is
|
5534
|
+
documented below.
|
5535
|
+
"""
|
5536
|
+
local_path: NotRequired[pulumi.Input[str]]
|
4086
5537
|
"""
|
4087
|
-
|
4088
|
-
|
4089
|
-
|
4090
|
-
|
4091
|
-
|
4092
|
-
|
5538
|
+
A local path within the VM to use.
|
5539
|
+
"""
|
5540
|
+
remote: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceRemoteArgsDict']]
|
5541
|
+
"""
|
5542
|
+
A generic remote file. Structure is
|
5543
|
+
documented below.
|
5544
|
+
"""
|
5545
|
+
elif False:
|
5546
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceArgsDict: TypeAlias = Mapping[str, Any]
|
4093
5547
|
|
4094
5548
|
@pulumi.input_type
|
4095
5549
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceArgs:
|
@@ -4170,6 +5624,23 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceArgs:
|
|
4170
5624
|
pulumi.set(self, "remote", value)
|
4171
5625
|
|
4172
5626
|
|
5627
|
+
if not MYPY:
|
5628
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceGcsArgsDict(TypedDict):
|
5629
|
+
bucket: pulumi.Input[str]
|
5630
|
+
"""
|
5631
|
+
Bucket of the Cloud Storage object.
|
5632
|
+
"""
|
5633
|
+
object: pulumi.Input[str]
|
5634
|
+
"""
|
5635
|
+
Name of the Cloud Storage object.
|
5636
|
+
"""
|
5637
|
+
generation: NotRequired[pulumi.Input[int]]
|
5638
|
+
"""
|
5639
|
+
Generation number of the Cloud Storage object.
|
5640
|
+
"""
|
5641
|
+
elif False:
|
5642
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceGcsArgsDict: TypeAlias = Mapping[str, Any]
|
5643
|
+
|
4173
5644
|
@pulumi.input_type
|
4174
5645
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceGcsArgs:
|
4175
5646
|
def __init__(__self__, *,
|
@@ -4223,6 +5694,20 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceGcsArgs:
|
|
4223
5694
|
pulumi.set(self, "generation", value)
|
4224
5695
|
|
4225
5696
|
|
5697
|
+
if not MYPY:
|
5698
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceRemoteArgsDict(TypedDict):
|
5699
|
+
uri: pulumi.Input[str]
|
5700
|
+
"""
|
5701
|
+
URI from which to fetch the object. It should contain
|
5702
|
+
both the protocol and path following the format `{protocol}://{location}`.
|
5703
|
+
"""
|
5704
|
+
sha256_checksum: NotRequired[pulumi.Input[str]]
|
5705
|
+
"""
|
5706
|
+
SHA256 checksum of the remote file.
|
5707
|
+
"""
|
5708
|
+
elif False:
|
5709
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceRemoteArgsDict: TypeAlias = Mapping[str, Any]
|
5710
|
+
|
4226
5711
|
@pulumi.input_type
|
4227
5712
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceRemoteArgs:
|
4228
5713
|
def __init__(__self__, *,
|
@@ -4263,6 +5748,15 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgRpmSourceRemoteArgs:
|
|
4263
5748
|
pulumi.set(self, "sha256_checksum", value)
|
4264
5749
|
|
4265
5750
|
|
5751
|
+
if not MYPY:
|
5752
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgYumArgsDict(TypedDict):
|
5753
|
+
name: pulumi.Input[str]
|
5754
|
+
"""
|
5755
|
+
Package name.
|
5756
|
+
"""
|
5757
|
+
elif False:
|
5758
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgYumArgsDict: TypeAlias = Mapping[str, Any]
|
5759
|
+
|
4266
5760
|
@pulumi.input_type
|
4267
5761
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgYumArgs:
|
4268
5762
|
def __init__(__self__, *,
|
@@ -4285,6 +5779,15 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgYumArgs:
|
|
4285
5779
|
pulumi.set(self, "name", value)
|
4286
5780
|
|
4287
5781
|
|
5782
|
+
if not MYPY:
|
5783
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgZypperArgsDict(TypedDict):
|
5784
|
+
name: pulumi.Input[str]
|
5785
|
+
"""
|
5786
|
+
Package name.
|
5787
|
+
"""
|
5788
|
+
elif False:
|
5789
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourcePkgZypperArgsDict: TypeAlias = Mapping[str, Any]
|
5790
|
+
|
4288
5791
|
@pulumi.input_type
|
4289
5792
|
class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgZypperArgs:
|
4290
5793
|
def __init__(__self__, *,
|
@@ -4307,6 +5810,31 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourcePkgZypperArgs:
|
|
4307
5810
|
pulumi.set(self, "name", value)
|
4308
5811
|
|
4309
5812
|
|
5813
|
+
if not MYPY:
|
5814
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryArgsDict(TypedDict):
|
5815
|
+
apt: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryAptArgsDict']]
|
5816
|
+
"""
|
5817
|
+
An Apt Repository. Structure is
|
5818
|
+
documented below.
|
5819
|
+
"""
|
5820
|
+
goo: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryGooArgsDict']]
|
5821
|
+
"""
|
5822
|
+
A Goo Repository. Structure is
|
5823
|
+
documented below.
|
5824
|
+
"""
|
5825
|
+
yum: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryYumArgsDict']]
|
5826
|
+
"""
|
5827
|
+
A Yum Repository. Structure is
|
5828
|
+
documented below.
|
5829
|
+
"""
|
5830
|
+
zypper: NotRequired[pulumi.Input['OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryZypperArgsDict']]
|
5831
|
+
"""
|
5832
|
+
A Zypper Repository. Structure is
|
5833
|
+
documented below.
|
5834
|
+
"""
|
5835
|
+
elif False:
|
5836
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryArgsDict: TypeAlias = Mapping[str, Any]
|
5837
|
+
|
4310
5838
|
@pulumi.input_type
|
4311
5839
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryArgs:
|
4312
5840
|
def __init__(__self__, *,
|
@@ -4386,6 +5914,34 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryArgs:
|
|
4386
5914
|
pulumi.set(self, "zypper", value)
|
4387
5915
|
|
4388
5916
|
|
5917
|
+
if not MYPY:
|
5918
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryAptArgsDict(TypedDict):
|
5919
|
+
archive_type: pulumi.Input[str]
|
5920
|
+
"""
|
5921
|
+
Type of archive files in this repository.
|
5922
|
+
Possible values are: `ARCHIVE_TYPE_UNSPECIFIED`, `DEB`, `DEB_SRC`.
|
5923
|
+
"""
|
5924
|
+
components: pulumi.Input[Sequence[pulumi.Input[str]]]
|
5925
|
+
"""
|
5926
|
+
List of components for this repository. Must
|
5927
|
+
contain at least one item.
|
5928
|
+
"""
|
5929
|
+
distribution: pulumi.Input[str]
|
5930
|
+
"""
|
5931
|
+
Distribution of this repository.
|
5932
|
+
"""
|
5933
|
+
uri: pulumi.Input[str]
|
5934
|
+
"""
|
5935
|
+
URI for this repository.
|
5936
|
+
"""
|
5937
|
+
gpg_key: NotRequired[pulumi.Input[str]]
|
5938
|
+
"""
|
5939
|
+
URI of the key file for this repository. The agent
|
5940
|
+
maintains a keyring at `/etc/apt/trusted.gpg.d/osconfig_agent_managed.gpg`.
|
5941
|
+
"""
|
5942
|
+
elif False:
|
5943
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryAptArgsDict: TypeAlias = Mapping[str, Any]
|
5944
|
+
|
4389
5945
|
@pulumi.input_type
|
4390
5946
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryAptArgs:
|
4391
5947
|
def __init__(__self__, *,
|
@@ -4475,6 +6031,19 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryAptArgs:
|
|
4475
6031
|
pulumi.set(self, "gpg_key", value)
|
4476
6032
|
|
4477
6033
|
|
6034
|
+
if not MYPY:
|
6035
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryGooArgsDict(TypedDict):
|
6036
|
+
name: pulumi.Input[str]
|
6037
|
+
"""
|
6038
|
+
The name of the repository.
|
6039
|
+
"""
|
6040
|
+
url: pulumi.Input[str]
|
6041
|
+
"""
|
6042
|
+
The url of the repository.
|
6043
|
+
"""
|
6044
|
+
elif False:
|
6045
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryGooArgsDict: TypeAlias = Mapping[str, Any]
|
6046
|
+
|
4478
6047
|
@pulumi.input_type
|
4479
6048
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryGooArgs:
|
4480
6049
|
def __init__(__self__, *,
|
@@ -4512,6 +6081,30 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryGooArgs:
|
|
4512
6081
|
pulumi.set(self, "url", value)
|
4513
6082
|
|
4514
6083
|
|
6084
|
+
if not MYPY:
|
6085
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryYumArgsDict(TypedDict):
|
6086
|
+
base_url: pulumi.Input[str]
|
6087
|
+
"""
|
6088
|
+
The location of the repository directory.
|
6089
|
+
"""
|
6090
|
+
id: pulumi.Input[str]
|
6091
|
+
"""
|
6092
|
+
A one word, unique name for this repository. This is the
|
6093
|
+
`repo id` in the yum config file and also the `display_name` if
|
6094
|
+
`display_name` is omitted. This id is also used as the unique identifier
|
6095
|
+
when checking for resource conflicts.
|
6096
|
+
"""
|
6097
|
+
display_name: NotRequired[pulumi.Input[str]]
|
6098
|
+
"""
|
6099
|
+
The display name of the repository.
|
6100
|
+
"""
|
6101
|
+
gpg_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6102
|
+
"""
|
6103
|
+
URIs of GPG keys.
|
6104
|
+
"""
|
6105
|
+
elif False:
|
6106
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryYumArgsDict: TypeAlias = Mapping[str, Any]
|
6107
|
+
|
4515
6108
|
@pulumi.input_type
|
4516
6109
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryYumArgs:
|
4517
6110
|
def __init__(__self__, *,
|
@@ -4587,6 +6180,30 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryYumArgs:
|
|
4587
6180
|
pulumi.set(self, "gpg_keys", value)
|
4588
6181
|
|
4589
6182
|
|
6183
|
+
if not MYPY:
|
6184
|
+
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryZypperArgsDict(TypedDict):
|
6185
|
+
base_url: pulumi.Input[str]
|
6186
|
+
"""
|
6187
|
+
The location of the repository directory.
|
6188
|
+
"""
|
6189
|
+
id: pulumi.Input[str]
|
6190
|
+
"""
|
6191
|
+
A one word, unique name for this repository. This is the
|
6192
|
+
`repo id` in the zypper config file and also the `display_name` if
|
6193
|
+
`display_name` is omitted. This id is also used as the unique identifier
|
6194
|
+
when checking for GuestPolicy conflicts.
|
6195
|
+
"""
|
6196
|
+
display_name: NotRequired[pulumi.Input[str]]
|
6197
|
+
"""
|
6198
|
+
The display name of the repository.
|
6199
|
+
"""
|
6200
|
+
gpg_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6201
|
+
"""
|
6202
|
+
URIs of GPG keys.
|
6203
|
+
"""
|
6204
|
+
elif False:
|
6205
|
+
OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryZypperArgsDict: TypeAlias = Mapping[str, Any]
|
6206
|
+
|
4590
6207
|
@pulumi.input_type
|
4591
6208
|
class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryZypperArgs:
|
4592
6209
|
def __init__(__self__, *,
|
@@ -4662,6 +6279,25 @@ class OsPolicyAssignmentOsPolicyResourceGroupResourceRepositoryZypperArgs:
|
|
4662
6279
|
pulumi.set(self, "gpg_keys", value)
|
4663
6280
|
|
4664
6281
|
|
6282
|
+
if not MYPY:
|
6283
|
+
class OsPolicyAssignmentRolloutArgsDict(TypedDict):
|
6284
|
+
disruption_budget: pulumi.Input['OsPolicyAssignmentRolloutDisruptionBudgetArgsDict']
|
6285
|
+
"""
|
6286
|
+
The maximum number (or percentage) of VMs
|
6287
|
+
per zone to disrupt at any given moment. Structure is
|
6288
|
+
documented below.
|
6289
|
+
"""
|
6290
|
+
min_wait_duration: pulumi.Input[str]
|
6291
|
+
"""
|
6292
|
+
This determines the minimum duration of
|
6293
|
+
time to wait after the configuration changes are applied through the current
|
6294
|
+
rollout. A VM continues to count towards the `disruption_budget` at least
|
6295
|
+
until this duration of time has passed after configuration changes are
|
6296
|
+
applied.
|
6297
|
+
"""
|
6298
|
+
elif False:
|
6299
|
+
OsPolicyAssignmentRolloutArgsDict: TypeAlias = Mapping[str, Any]
|
6300
|
+
|
4665
6301
|
@pulumi.input_type
|
4666
6302
|
class OsPolicyAssignmentRolloutArgs:
|
4667
6303
|
def __init__(__self__, *,
|
@@ -4711,6 +6347,22 @@ class OsPolicyAssignmentRolloutArgs:
|
|
4711
6347
|
pulumi.set(self, "min_wait_duration", value)
|
4712
6348
|
|
4713
6349
|
|
6350
|
+
if not MYPY:
|
6351
|
+
class OsPolicyAssignmentRolloutDisruptionBudgetArgsDict(TypedDict):
|
6352
|
+
fixed: NotRequired[pulumi.Input[int]]
|
6353
|
+
"""
|
6354
|
+
Specifies a fixed value.
|
6355
|
+
"""
|
6356
|
+
percent: NotRequired[pulumi.Input[int]]
|
6357
|
+
"""
|
6358
|
+
Specifies the relative value defined as a percentage,
|
6359
|
+
which will be multiplied by a reference value.
|
6360
|
+
|
6361
|
+
--------------------------------------------------------------------------------
|
6362
|
+
"""
|
6363
|
+
elif False:
|
6364
|
+
OsPolicyAssignmentRolloutDisruptionBudgetArgsDict: TypeAlias = Mapping[str, Any]
|
6365
|
+
|
4714
6366
|
@pulumi.input_type
|
4715
6367
|
class OsPolicyAssignmentRolloutDisruptionBudgetArgs:
|
4716
6368
|
def __init__(__self__, *,
|
@@ -4756,6 +6408,35 @@ class OsPolicyAssignmentRolloutDisruptionBudgetArgs:
|
|
4756
6408
|
pulumi.set(self, "percent", value)
|
4757
6409
|
|
4758
6410
|
|
6411
|
+
if not MYPY:
|
6412
|
+
class PatchDeploymentInstanceFilterArgsDict(TypedDict):
|
6413
|
+
all: NotRequired[pulumi.Input[bool]]
|
6414
|
+
"""
|
6415
|
+
Target all VM instances in the project. If true, no other criteria is permitted.
|
6416
|
+
"""
|
6417
|
+
group_labels: NotRequired[pulumi.Input[Sequence[pulumi.Input['PatchDeploymentInstanceFilterGroupLabelArgsDict']]]]
|
6418
|
+
"""
|
6419
|
+
Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
|
6420
|
+
Structure is documented below.
|
6421
|
+
"""
|
6422
|
+
instance_name_prefixes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6423
|
+
"""
|
6424
|
+
Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group
|
6425
|
+
VMs when targeting configs, for example prefix="prod-".
|
6426
|
+
"""
|
6427
|
+
instances: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6428
|
+
"""
|
6429
|
+
Targets any of the VM instances specified. Instances are specified by their URI in the `form zones/{{zone}}/instances/{{instance_name}}`,
|
6430
|
+
`projects/{{project_id}}/zones/{{zone}}/instances/{{instance_name}}`, or
|
6431
|
+
`https://www.googleapis.com/compute/v1/projects/{{project_id}}/zones/{{zone}}/instances/{{instance_name}}`
|
6432
|
+
"""
|
6433
|
+
zones: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6434
|
+
"""
|
6435
|
+
Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
|
6436
|
+
"""
|
6437
|
+
elif False:
|
6438
|
+
PatchDeploymentInstanceFilterArgsDict: TypeAlias = Mapping[str, Any]
|
6439
|
+
|
4759
6440
|
@pulumi.input_type
|
4760
6441
|
class PatchDeploymentInstanceFilterArgs:
|
4761
6442
|
def __init__(__self__, *,
|
@@ -4851,6 +6532,17 @@ class PatchDeploymentInstanceFilterArgs:
|
|
4851
6532
|
pulumi.set(self, "zones", value)
|
4852
6533
|
|
4853
6534
|
|
6535
|
+
if not MYPY:
|
6536
|
+
class PatchDeploymentInstanceFilterGroupLabelArgsDict(TypedDict):
|
6537
|
+
labels: pulumi.Input[Mapping[str, pulumi.Input[str]]]
|
6538
|
+
"""
|
6539
|
+
Compute Engine instance labels that must be present for a VM instance to be targeted by this filter
|
6540
|
+
|
6541
|
+
- - -
|
6542
|
+
"""
|
6543
|
+
elif False:
|
6544
|
+
PatchDeploymentInstanceFilterGroupLabelArgsDict: TypeAlias = Mapping[str, Any]
|
6545
|
+
|
4854
6546
|
@pulumi.input_type
|
4855
6547
|
class PatchDeploymentInstanceFilterGroupLabelArgs:
|
4856
6548
|
def __init__(__self__, *,
|
@@ -4877,6 +6569,16 @@ class PatchDeploymentInstanceFilterGroupLabelArgs:
|
|
4877
6569
|
pulumi.set(self, "labels", value)
|
4878
6570
|
|
4879
6571
|
|
6572
|
+
if not MYPY:
|
6573
|
+
class PatchDeploymentOneTimeScheduleArgsDict(TypedDict):
|
6574
|
+
execute_time: pulumi.Input[str]
|
6575
|
+
"""
|
6576
|
+
The desired patch job execution time. A timestamp in RFC3339 UTC "Zulu" format,
|
6577
|
+
accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
|
6578
|
+
"""
|
6579
|
+
elif False:
|
6580
|
+
PatchDeploymentOneTimeScheduleArgsDict: TypeAlias = Mapping[str, Any]
|
6581
|
+
|
4880
6582
|
@pulumi.input_type
|
4881
6583
|
class PatchDeploymentOneTimeScheduleArgs:
|
4882
6584
|
def __init__(__self__, *,
|
@@ -4901,6 +6603,55 @@ class PatchDeploymentOneTimeScheduleArgs:
|
|
4901
6603
|
pulumi.set(self, "execute_time", value)
|
4902
6604
|
|
4903
6605
|
|
6606
|
+
if not MYPY:
|
6607
|
+
class PatchDeploymentPatchConfigArgsDict(TypedDict):
|
6608
|
+
apt: NotRequired[pulumi.Input['PatchDeploymentPatchConfigAptArgsDict']]
|
6609
|
+
"""
|
6610
|
+
Apt update settings. Use this setting to override the default apt patch rules.
|
6611
|
+
Structure is documented below.
|
6612
|
+
"""
|
6613
|
+
goo: NotRequired[pulumi.Input['PatchDeploymentPatchConfigGooArgsDict']]
|
6614
|
+
"""
|
6615
|
+
goo update settings. Use this setting to override the default goo patch rules.
|
6616
|
+
Structure is documented below.
|
6617
|
+
"""
|
6618
|
+
mig_instances_allowed: NotRequired[pulumi.Input[bool]]
|
6619
|
+
"""
|
6620
|
+
Allows the patch job to run on Managed instance groups (MIGs).
|
6621
|
+
"""
|
6622
|
+
post_step: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPostStepArgsDict']]
|
6623
|
+
"""
|
6624
|
+
The ExecStep to run after the patch update.
|
6625
|
+
Structure is documented below.
|
6626
|
+
"""
|
6627
|
+
pre_step: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPreStepArgsDict']]
|
6628
|
+
"""
|
6629
|
+
The ExecStep to run before the patch update.
|
6630
|
+
Structure is documented below.
|
6631
|
+
"""
|
6632
|
+
reboot_config: NotRequired[pulumi.Input[str]]
|
6633
|
+
"""
|
6634
|
+
Post-patch reboot settings.
|
6635
|
+
Possible values are: `DEFAULT`, `ALWAYS`, `NEVER`.
|
6636
|
+
"""
|
6637
|
+
windows_update: NotRequired[pulumi.Input['PatchDeploymentPatchConfigWindowsUpdateArgsDict']]
|
6638
|
+
"""
|
6639
|
+
Windows update settings. Use this setting to override the default Windows patch rules.
|
6640
|
+
Structure is documented below.
|
6641
|
+
"""
|
6642
|
+
yum: NotRequired[pulumi.Input['PatchDeploymentPatchConfigYumArgsDict']]
|
6643
|
+
"""
|
6644
|
+
Yum update settings. Use this setting to override the default yum patch rules.
|
6645
|
+
Structure is documented below.
|
6646
|
+
"""
|
6647
|
+
zypper: NotRequired[pulumi.Input['PatchDeploymentPatchConfigZypperArgsDict']]
|
6648
|
+
"""
|
6649
|
+
zypper update settings. Use this setting to override the default zypper patch rules.
|
6650
|
+
Structure is documented below.
|
6651
|
+
"""
|
6652
|
+
elif False:
|
6653
|
+
PatchDeploymentPatchConfigArgsDict: TypeAlias = Mapping[str, Any]
|
6654
|
+
|
4904
6655
|
@pulumi.input_type
|
4905
6656
|
class PatchDeploymentPatchConfigArgs:
|
4906
6657
|
def __init__(__self__, *,
|
@@ -5068,6 +6819,26 @@ class PatchDeploymentPatchConfigArgs:
|
|
5068
6819
|
pulumi.set(self, "zypper", value)
|
5069
6820
|
|
5070
6821
|
|
6822
|
+
if not MYPY:
|
6823
|
+
class PatchDeploymentPatchConfigAptArgsDict(TypedDict):
|
6824
|
+
excludes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6825
|
+
"""
|
6826
|
+
List of packages to exclude from update. These packages will be excluded.
|
6827
|
+
"""
|
6828
|
+
exclusive_packages: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
6829
|
+
"""
|
6830
|
+
An exclusive list of packages to be updated. These are the only packages that will be updated.
|
6831
|
+
If these packages are not installed, they will be ignored. This field cannot be specified with
|
6832
|
+
any other patch configuration fields.
|
6833
|
+
"""
|
6834
|
+
type: NotRequired[pulumi.Input[str]]
|
6835
|
+
"""
|
6836
|
+
By changing the type to DIST, the patching is performed using apt-get dist-upgrade instead.
|
6837
|
+
Possible values are: `DIST`, `UPGRADE`.
|
6838
|
+
"""
|
6839
|
+
elif False:
|
6840
|
+
PatchDeploymentPatchConfigAptArgsDict: TypeAlias = Mapping[str, Any]
|
6841
|
+
|
5071
6842
|
@pulumi.input_type
|
5072
6843
|
class PatchDeploymentPatchConfigAptArgs:
|
5073
6844
|
def __init__(__self__, *,
|
@@ -5129,6 +6900,15 @@ class PatchDeploymentPatchConfigAptArgs:
|
|
5129
6900
|
pulumi.set(self, "type", value)
|
5130
6901
|
|
5131
6902
|
|
6903
|
+
if not MYPY:
|
6904
|
+
class PatchDeploymentPatchConfigGooArgsDict(TypedDict):
|
6905
|
+
enabled: pulumi.Input[bool]
|
6906
|
+
"""
|
6907
|
+
goo update settings. Use this setting to override the default goo patch rules.
|
6908
|
+
"""
|
6909
|
+
elif False:
|
6910
|
+
PatchDeploymentPatchConfigGooArgsDict: TypeAlias = Mapping[str, Any]
|
6911
|
+
|
5132
6912
|
@pulumi.input_type
|
5133
6913
|
class PatchDeploymentPatchConfigGooArgs:
|
5134
6914
|
def __init__(__self__, *,
|
@@ -5151,6 +6931,21 @@ class PatchDeploymentPatchConfigGooArgs:
|
|
5151
6931
|
pulumi.set(self, "enabled", value)
|
5152
6932
|
|
5153
6933
|
|
6934
|
+
if not MYPY:
|
6935
|
+
class PatchDeploymentPatchConfigPostStepArgsDict(TypedDict):
|
6936
|
+
linux_exec_step_config: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgsDict']]
|
6937
|
+
"""
|
6938
|
+
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
|
6939
|
+
Structure is documented below.
|
6940
|
+
"""
|
6941
|
+
windows_exec_step_config: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgsDict']]
|
6942
|
+
"""
|
6943
|
+
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
|
6944
|
+
Structure is documented below.
|
6945
|
+
"""
|
6946
|
+
elif False:
|
6947
|
+
PatchDeploymentPatchConfigPostStepArgsDict: TypeAlias = Mapping[str, Any]
|
6948
|
+
|
5154
6949
|
@pulumi.input_type
|
5155
6950
|
class PatchDeploymentPatchConfigPostStepArgs:
|
5156
6951
|
def __init__(__self__, *,
|
@@ -5184,15 +6979,39 @@ class PatchDeploymentPatchConfigPostStepArgs:
|
|
5184
6979
|
@pulumi.getter(name="windowsExecStepConfig")
|
5185
6980
|
def windows_exec_step_config(self) -> Optional[pulumi.Input['PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs']]:
|
5186
6981
|
"""
|
5187
|
-
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
|
5188
|
-
Structure is documented below.
|
6982
|
+
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
|
6983
|
+
Structure is documented below.
|
6984
|
+
"""
|
6985
|
+
return pulumi.get(self, "windows_exec_step_config")
|
6986
|
+
|
6987
|
+
@windows_exec_step_config.setter
|
6988
|
+
def windows_exec_step_config(self, value: Optional[pulumi.Input['PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs']]):
|
6989
|
+
pulumi.set(self, "windows_exec_step_config", value)
|
6990
|
+
|
6991
|
+
|
6992
|
+
if not MYPY:
|
6993
|
+
class PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgsDict(TypedDict):
|
6994
|
+
allowed_success_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
6995
|
+
"""
|
6996
|
+
Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
|
6997
|
+
"""
|
6998
|
+
gcs_object: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgsDict']]
|
6999
|
+
"""
|
7000
|
+
A Cloud Storage object containing the executable.
|
7001
|
+
Structure is documented below.
|
7002
|
+
"""
|
7003
|
+
interpreter: NotRequired[pulumi.Input[str]]
|
7004
|
+
"""
|
7005
|
+
The script interpreter to use to run the script. If no interpreter is specified the script will
|
7006
|
+
be executed directly, which will likely only succeed for scripts with shebang lines.
|
7007
|
+
Possible values are: `SHELL`, `POWERSHELL`.
|
7008
|
+
"""
|
7009
|
+
local_path: NotRequired[pulumi.Input[str]]
|
7010
|
+
"""
|
7011
|
+
An absolute path to the executable on the VM.
|
5189
7012
|
"""
|
5190
|
-
|
5191
|
-
|
5192
|
-
@windows_exec_step_config.setter
|
5193
|
-
def windows_exec_step_config(self, value: Optional[pulumi.Input['PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs']]):
|
5194
|
-
pulumi.set(self, "windows_exec_step_config", value)
|
5195
|
-
|
7013
|
+
elif False:
|
7014
|
+
PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgsDict: TypeAlias = Mapping[str, Any]
|
5196
7015
|
|
5197
7016
|
@pulumi.input_type
|
5198
7017
|
class PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgs:
|
@@ -5271,6 +7090,23 @@ class PatchDeploymentPatchConfigPostStepLinuxExecStepConfigArgs:
|
|
5271
7090
|
pulumi.set(self, "local_path", value)
|
5272
7091
|
|
5273
7092
|
|
7093
|
+
if not MYPY:
|
7094
|
+
class PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgsDict(TypedDict):
|
7095
|
+
bucket: pulumi.Input[str]
|
7096
|
+
"""
|
7097
|
+
Bucket of the Cloud Storage object.
|
7098
|
+
"""
|
7099
|
+
generation_number: pulumi.Input[str]
|
7100
|
+
"""
|
7101
|
+
Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
|
7102
|
+
"""
|
7103
|
+
object: pulumi.Input[str]
|
7104
|
+
"""
|
7105
|
+
Name of the Cloud Storage object.
|
7106
|
+
"""
|
7107
|
+
elif False:
|
7108
|
+
PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgsDict: TypeAlias = Mapping[str, Any]
|
7109
|
+
|
5274
7110
|
@pulumi.input_type
|
5275
7111
|
class PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs:
|
5276
7112
|
def __init__(__self__, *,
|
@@ -5323,6 +7159,30 @@ class PatchDeploymentPatchConfigPostStepLinuxExecStepConfigGcsObjectArgs:
|
|
5323
7159
|
pulumi.set(self, "object", value)
|
5324
7160
|
|
5325
7161
|
|
7162
|
+
if not MYPY:
|
7163
|
+
class PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgsDict(TypedDict):
|
7164
|
+
allowed_success_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
7165
|
+
"""
|
7166
|
+
Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
|
7167
|
+
"""
|
7168
|
+
gcs_object: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectArgsDict']]
|
7169
|
+
"""
|
7170
|
+
A Cloud Storage object containing the executable.
|
7171
|
+
Structure is documented below.
|
7172
|
+
"""
|
7173
|
+
interpreter: NotRequired[pulumi.Input[str]]
|
7174
|
+
"""
|
7175
|
+
The script interpreter to use to run the script. If no interpreter is specified the script will
|
7176
|
+
be executed directly, which will likely only succeed for scripts with shebang lines.
|
7177
|
+
Possible values are: `SHELL`, `POWERSHELL`.
|
7178
|
+
"""
|
7179
|
+
local_path: NotRequired[pulumi.Input[str]]
|
7180
|
+
"""
|
7181
|
+
An absolute path to the executable on the VM.
|
7182
|
+
"""
|
7183
|
+
elif False:
|
7184
|
+
PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgsDict: TypeAlias = Mapping[str, Any]
|
7185
|
+
|
5326
7186
|
@pulumi.input_type
|
5327
7187
|
class PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs:
|
5328
7188
|
def __init__(__self__, *,
|
@@ -5400,6 +7260,23 @@ class PatchDeploymentPatchConfigPostStepWindowsExecStepConfigArgs:
|
|
5400
7260
|
pulumi.set(self, "local_path", value)
|
5401
7261
|
|
5402
7262
|
|
7263
|
+
if not MYPY:
|
7264
|
+
class PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectArgsDict(TypedDict):
|
7265
|
+
bucket: pulumi.Input[str]
|
7266
|
+
"""
|
7267
|
+
Bucket of the Cloud Storage object.
|
7268
|
+
"""
|
7269
|
+
generation_number: pulumi.Input[str]
|
7270
|
+
"""
|
7271
|
+
Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
|
7272
|
+
"""
|
7273
|
+
object: pulumi.Input[str]
|
7274
|
+
"""
|
7275
|
+
Name of the Cloud Storage object.
|
7276
|
+
"""
|
7277
|
+
elif False:
|
7278
|
+
PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectArgsDict: TypeAlias = Mapping[str, Any]
|
7279
|
+
|
5403
7280
|
@pulumi.input_type
|
5404
7281
|
class PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectArgs:
|
5405
7282
|
def __init__(__self__, *,
|
@@ -5452,6 +7329,21 @@ class PatchDeploymentPatchConfigPostStepWindowsExecStepConfigGcsObjectArgs:
|
|
5452
7329
|
pulumi.set(self, "object", value)
|
5453
7330
|
|
5454
7331
|
|
7332
|
+
if not MYPY:
|
7333
|
+
class PatchDeploymentPatchConfigPreStepArgsDict(TypedDict):
|
7334
|
+
linux_exec_step_config: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPreStepLinuxExecStepConfigArgsDict']]
|
7335
|
+
"""
|
7336
|
+
The ExecStepConfig for all Linux VMs targeted by the PatchJob.
|
7337
|
+
Structure is documented below.
|
7338
|
+
"""
|
7339
|
+
windows_exec_step_config: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgsDict']]
|
7340
|
+
"""
|
7341
|
+
The ExecStepConfig for all Windows VMs targeted by the PatchJob.
|
7342
|
+
Structure is documented below.
|
7343
|
+
"""
|
7344
|
+
elif False:
|
7345
|
+
PatchDeploymentPatchConfigPreStepArgsDict: TypeAlias = Mapping[str, Any]
|
7346
|
+
|
5455
7347
|
@pulumi.input_type
|
5456
7348
|
class PatchDeploymentPatchConfigPreStepArgs:
|
5457
7349
|
def __init__(__self__, *,
|
@@ -5495,6 +7387,30 @@ class PatchDeploymentPatchConfigPreStepArgs:
|
|
5495
7387
|
pulumi.set(self, "windows_exec_step_config", value)
|
5496
7388
|
|
5497
7389
|
|
7390
|
+
if not MYPY:
|
7391
|
+
class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigArgsDict(TypedDict):
|
7392
|
+
allowed_success_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
7393
|
+
"""
|
7394
|
+
Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
|
7395
|
+
"""
|
7396
|
+
gcs_object: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectArgsDict']]
|
7397
|
+
"""
|
7398
|
+
A Cloud Storage object containing the executable.
|
7399
|
+
Structure is documented below.
|
7400
|
+
"""
|
7401
|
+
interpreter: NotRequired[pulumi.Input[str]]
|
7402
|
+
"""
|
7403
|
+
The script interpreter to use to run the script. If no interpreter is specified the script will
|
7404
|
+
be executed directly, which will likely only succeed for scripts with shebang lines.
|
7405
|
+
Possible values are: `SHELL`, `POWERSHELL`.
|
7406
|
+
"""
|
7407
|
+
local_path: NotRequired[pulumi.Input[str]]
|
7408
|
+
"""
|
7409
|
+
An absolute path to the executable on the VM.
|
7410
|
+
"""
|
7411
|
+
elif False:
|
7412
|
+
PatchDeploymentPatchConfigPreStepLinuxExecStepConfigArgsDict: TypeAlias = Mapping[str, Any]
|
7413
|
+
|
5498
7414
|
@pulumi.input_type
|
5499
7415
|
class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigArgs:
|
5500
7416
|
def __init__(__self__, *,
|
@@ -5572,6 +7488,23 @@ class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigArgs:
|
|
5572
7488
|
pulumi.set(self, "local_path", value)
|
5573
7489
|
|
5574
7490
|
|
7491
|
+
if not MYPY:
|
7492
|
+
class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectArgsDict(TypedDict):
|
7493
|
+
bucket: pulumi.Input[str]
|
7494
|
+
"""
|
7495
|
+
Bucket of the Cloud Storage object.
|
7496
|
+
"""
|
7497
|
+
generation_number: pulumi.Input[str]
|
7498
|
+
"""
|
7499
|
+
Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
|
7500
|
+
"""
|
7501
|
+
object: pulumi.Input[str]
|
7502
|
+
"""
|
7503
|
+
Name of the Cloud Storage object.
|
7504
|
+
"""
|
7505
|
+
elif False:
|
7506
|
+
PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectArgsDict: TypeAlias = Mapping[str, Any]
|
7507
|
+
|
5575
7508
|
@pulumi.input_type
|
5576
7509
|
class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectArgs:
|
5577
7510
|
def __init__(__self__, *,
|
@@ -5624,6 +7557,30 @@ class PatchDeploymentPatchConfigPreStepLinuxExecStepConfigGcsObjectArgs:
|
|
5624
7557
|
pulumi.set(self, "object", value)
|
5625
7558
|
|
5626
7559
|
|
7560
|
+
if not MYPY:
|
7561
|
+
class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgsDict(TypedDict):
|
7562
|
+
allowed_success_codes: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
7563
|
+
"""
|
7564
|
+
Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
|
7565
|
+
"""
|
7566
|
+
gcs_object: NotRequired[pulumi.Input['PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgsDict']]
|
7567
|
+
"""
|
7568
|
+
A Cloud Storage object containing the executable.
|
7569
|
+
Structure is documented below.
|
7570
|
+
"""
|
7571
|
+
interpreter: NotRequired[pulumi.Input[str]]
|
7572
|
+
"""
|
7573
|
+
The script interpreter to use to run the script. If no interpreter is specified the script will
|
7574
|
+
be executed directly, which will likely only succeed for scripts with shebang lines.
|
7575
|
+
Possible values are: `SHELL`, `POWERSHELL`.
|
7576
|
+
"""
|
7577
|
+
local_path: NotRequired[pulumi.Input[str]]
|
7578
|
+
"""
|
7579
|
+
An absolute path to the executable on the VM.
|
7580
|
+
"""
|
7581
|
+
elif False:
|
7582
|
+
PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgsDict: TypeAlias = Mapping[str, Any]
|
7583
|
+
|
5627
7584
|
@pulumi.input_type
|
5628
7585
|
class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgs:
|
5629
7586
|
def __init__(__self__, *,
|
@@ -5701,6 +7658,23 @@ class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigArgs:
|
|
5701
7658
|
pulumi.set(self, "local_path", value)
|
5702
7659
|
|
5703
7660
|
|
7661
|
+
if not MYPY:
|
7662
|
+
class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgsDict(TypedDict):
|
7663
|
+
bucket: pulumi.Input[str]
|
7664
|
+
"""
|
7665
|
+
Bucket of the Cloud Storage object.
|
7666
|
+
"""
|
7667
|
+
generation_number: pulumi.Input[str]
|
7668
|
+
"""
|
7669
|
+
Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
|
7670
|
+
"""
|
7671
|
+
object: pulumi.Input[str]
|
7672
|
+
"""
|
7673
|
+
Name of the Cloud Storage object.
|
7674
|
+
"""
|
7675
|
+
elif False:
|
7676
|
+
PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgsDict: TypeAlias = Mapping[str, Any]
|
7677
|
+
|
5704
7678
|
@pulumi.input_type
|
5705
7679
|
class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs:
|
5706
7680
|
def __init__(__self__, *,
|
@@ -5753,6 +7727,25 @@ class PatchDeploymentPatchConfigPreStepWindowsExecStepConfigGcsObjectArgs:
|
|
5753
7727
|
pulumi.set(self, "object", value)
|
5754
7728
|
|
5755
7729
|
|
7730
|
+
if not MYPY:
|
7731
|
+
class PatchDeploymentPatchConfigWindowsUpdateArgsDict(TypedDict):
|
7732
|
+
classifications: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7733
|
+
"""
|
7734
|
+
Only apply updates of these windows update classifications. If empty, all updates are applied.
|
7735
|
+
Each value may be one of: `CRITICAL`, `SECURITY`, `DEFINITION`, `DRIVER`, `FEATURE_PACK`, `SERVICE_PACK`, `TOOL`, `UPDATE_ROLLUP`, `UPDATE`.
|
7736
|
+
"""
|
7737
|
+
excludes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7738
|
+
"""
|
7739
|
+
List of KBs to exclude from update.
|
7740
|
+
"""
|
7741
|
+
exclusive_patches: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7742
|
+
"""
|
7743
|
+
An exclusive list of kbs to be updated. These are the only patches that will be updated.
|
7744
|
+
This field must not be used with other patch configurations.
|
7745
|
+
"""
|
7746
|
+
elif False:
|
7747
|
+
PatchDeploymentPatchConfigWindowsUpdateArgsDict: TypeAlias = Mapping[str, Any]
|
7748
|
+
|
5756
7749
|
@pulumi.input_type
|
5757
7750
|
class PatchDeploymentPatchConfigWindowsUpdateArgs:
|
5758
7751
|
def __init__(__self__, *,
|
@@ -5812,6 +7805,29 @@ class PatchDeploymentPatchConfigWindowsUpdateArgs:
|
|
5812
7805
|
pulumi.set(self, "exclusive_patches", value)
|
5813
7806
|
|
5814
7807
|
|
7808
|
+
if not MYPY:
|
7809
|
+
class PatchDeploymentPatchConfigYumArgsDict(TypedDict):
|
7810
|
+
excludes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7811
|
+
"""
|
7812
|
+
List of packages to exclude from update. These packages will be excluded.
|
7813
|
+
"""
|
7814
|
+
exclusive_packages: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7815
|
+
"""
|
7816
|
+
An exclusive list of packages to be updated. These are the only packages that will be updated.
|
7817
|
+
If these packages are not installed, they will be ignored. This field cannot be specified with
|
7818
|
+
any other patch configuration fields.
|
7819
|
+
"""
|
7820
|
+
minimal: NotRequired[pulumi.Input[bool]]
|
7821
|
+
"""
|
7822
|
+
Will cause patch to run yum update-minimal instead.
|
7823
|
+
"""
|
7824
|
+
security: NotRequired[pulumi.Input[bool]]
|
7825
|
+
"""
|
7826
|
+
Adds the --security flag to yum update. Not supported on all platforms.
|
7827
|
+
"""
|
7828
|
+
elif False:
|
7829
|
+
PatchDeploymentPatchConfigYumArgsDict: TypeAlias = Mapping[str, Any]
|
7830
|
+
|
5815
7831
|
@pulumi.input_type
|
5816
7832
|
class PatchDeploymentPatchConfigYumArgs:
|
5817
7833
|
def __init__(__self__, *,
|
@@ -5887,6 +7903,36 @@ class PatchDeploymentPatchConfigYumArgs:
|
|
5887
7903
|
pulumi.set(self, "security", value)
|
5888
7904
|
|
5889
7905
|
|
7906
|
+
if not MYPY:
|
7907
|
+
class PatchDeploymentPatchConfigZypperArgsDict(TypedDict):
|
7908
|
+
categories: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7909
|
+
"""
|
7910
|
+
Install only patches with these categories. Common categories include security, recommended, and feature.
|
7911
|
+
"""
|
7912
|
+
excludes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7913
|
+
"""
|
7914
|
+
List of packages to exclude from update.
|
7915
|
+
"""
|
7916
|
+
exclusive_patches: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7917
|
+
"""
|
7918
|
+
An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command.
|
7919
|
+
This field must not be used with any other patch configuration fields.
|
7920
|
+
"""
|
7921
|
+
severities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
7922
|
+
"""
|
7923
|
+
Install only patches with these severities. Common severities include critical, important, moderate, and low.
|
7924
|
+
"""
|
7925
|
+
with_optional: NotRequired[pulumi.Input[bool]]
|
7926
|
+
"""
|
7927
|
+
Adds the --with-optional flag to zypper patch.
|
7928
|
+
"""
|
7929
|
+
with_update: NotRequired[pulumi.Input[bool]]
|
7930
|
+
"""
|
7931
|
+
Adds the --with-update flag, to zypper patch.
|
7932
|
+
"""
|
7933
|
+
elif False:
|
7934
|
+
PatchDeploymentPatchConfigZypperArgsDict: TypeAlias = Mapping[str, Any]
|
7935
|
+
|
5890
7936
|
@pulumi.input_type
|
5891
7937
|
class PatchDeploymentPatchConfigZypperArgs:
|
5892
7938
|
def __init__(__self__, *,
|
@@ -5992,6 +8038,54 @@ class PatchDeploymentPatchConfigZypperArgs:
|
|
5992
8038
|
pulumi.set(self, "with_update", value)
|
5993
8039
|
|
5994
8040
|
|
8041
|
+
if not MYPY:
|
8042
|
+
class PatchDeploymentRecurringScheduleArgsDict(TypedDict):
|
8043
|
+
time_of_day: pulumi.Input['PatchDeploymentRecurringScheduleTimeOfDayArgsDict']
|
8044
|
+
"""
|
8045
|
+
Time of the day to run a recurring deployment.
|
8046
|
+
Structure is documented below.
|
8047
|
+
"""
|
8048
|
+
time_zone: pulumi.Input['PatchDeploymentRecurringScheduleTimeZoneArgsDict']
|
8049
|
+
"""
|
8050
|
+
Defines the time zone that timeOfDay is relative to. The rules for daylight saving time are
|
8051
|
+
determined by the chosen time zone.
|
8052
|
+
Structure is documented below.
|
8053
|
+
"""
|
8054
|
+
end_time: NotRequired[pulumi.Input[str]]
|
8055
|
+
"""
|
8056
|
+
The end time at which a recurring patch deployment schedule is no longer active.
|
8057
|
+
A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
|
8058
|
+
"""
|
8059
|
+
last_execute_time: NotRequired[pulumi.Input[str]]
|
8060
|
+
"""
|
8061
|
+
(Output)
|
8062
|
+
The time the last patch job ran successfully.
|
8063
|
+
A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
|
8064
|
+
"""
|
8065
|
+
monthly: NotRequired[pulumi.Input['PatchDeploymentRecurringScheduleMonthlyArgsDict']]
|
8066
|
+
"""
|
8067
|
+
Schedule with monthly executions.
|
8068
|
+
Structure is documented below.
|
8069
|
+
"""
|
8070
|
+
next_execute_time: NotRequired[pulumi.Input[str]]
|
8071
|
+
"""
|
8072
|
+
(Output)
|
8073
|
+
The time the next patch job is scheduled to run.
|
8074
|
+
A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
|
8075
|
+
"""
|
8076
|
+
start_time: NotRequired[pulumi.Input[str]]
|
8077
|
+
"""
|
8078
|
+
The time that the recurring schedule becomes effective. Defaults to createTime of the patch deployment.
|
8079
|
+
A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
|
8080
|
+
"""
|
8081
|
+
weekly: NotRequired[pulumi.Input['PatchDeploymentRecurringScheduleWeeklyArgsDict']]
|
8082
|
+
"""
|
8083
|
+
Schedule with weekly executions.
|
8084
|
+
Structure is documented below.
|
8085
|
+
"""
|
8086
|
+
elif False:
|
8087
|
+
PatchDeploymentRecurringScheduleArgsDict: TypeAlias = Mapping[str, Any]
|
8088
|
+
|
5995
8089
|
@pulumi.input_type
|
5996
8090
|
class PatchDeploymentRecurringScheduleArgs:
|
5997
8091
|
def __init__(__self__, *,
|
@@ -6147,6 +8241,22 @@ class PatchDeploymentRecurringScheduleArgs:
|
|
6147
8241
|
pulumi.set(self, "weekly", value)
|
6148
8242
|
|
6149
8243
|
|
8244
|
+
if not MYPY:
|
8245
|
+
class PatchDeploymentRecurringScheduleMonthlyArgsDict(TypedDict):
|
8246
|
+
month_day: NotRequired[pulumi.Input[int]]
|
8247
|
+
"""
|
8248
|
+
One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month.
|
8249
|
+
Months without the target day will be skipped. For example, a schedule to run "every month on the 31st"
|
8250
|
+
will not run in February, April, June, etc.
|
8251
|
+
"""
|
8252
|
+
week_day_of_month: NotRequired[pulumi.Input['PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgsDict']]
|
8253
|
+
"""
|
8254
|
+
Week day in a month.
|
8255
|
+
Structure is documented below.
|
8256
|
+
"""
|
8257
|
+
elif False:
|
8258
|
+
PatchDeploymentRecurringScheduleMonthlyArgsDict: TypeAlias = Mapping[str, Any]
|
8259
|
+
|
6150
8260
|
@pulumi.input_type
|
6151
8261
|
class PatchDeploymentRecurringScheduleMonthlyArgs:
|
6152
8262
|
def __init__(__self__, *,
|
@@ -6192,6 +8302,24 @@ class PatchDeploymentRecurringScheduleMonthlyArgs:
|
|
6192
8302
|
pulumi.set(self, "week_day_of_month", value)
|
6193
8303
|
|
6194
8304
|
|
8305
|
+
if not MYPY:
|
8306
|
+
class PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgsDict(TypedDict):
|
8307
|
+
day_of_week: pulumi.Input[str]
|
8308
|
+
"""
|
8309
|
+
A day of the week.
|
8310
|
+
Possible values are: `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
|
8311
|
+
"""
|
8312
|
+
week_ordinal: pulumi.Input[int]
|
8313
|
+
"""
|
8314
|
+
Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
|
8315
|
+
"""
|
8316
|
+
day_offset: NotRequired[pulumi.Input[int]]
|
8317
|
+
"""
|
8318
|
+
Represents the number of days before or after the given week day of month that the patch deployment is scheduled for.
|
8319
|
+
"""
|
8320
|
+
elif False:
|
8321
|
+
PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgsDict: TypeAlias = Mapping[str, Any]
|
8322
|
+
|
6195
8323
|
@pulumi.input_type
|
6196
8324
|
class PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs:
|
6197
8325
|
def __init__(__self__, *,
|
@@ -6247,6 +8375,28 @@ class PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs:
|
|
6247
8375
|
pulumi.set(self, "day_offset", value)
|
6248
8376
|
|
6249
8377
|
|
8378
|
+
if not MYPY:
|
8379
|
+
class PatchDeploymentRecurringScheduleTimeOfDayArgsDict(TypedDict):
|
8380
|
+
hours: NotRequired[pulumi.Input[int]]
|
8381
|
+
"""
|
8382
|
+
Hours of day in 24 hour format. Should be from 0 to 23.
|
8383
|
+
An API may choose to allow the value "24:00:00" for scenarios like business closing time.
|
8384
|
+
"""
|
8385
|
+
minutes: NotRequired[pulumi.Input[int]]
|
8386
|
+
"""
|
8387
|
+
Minutes of hour of day. Must be from 0 to 59.
|
8388
|
+
"""
|
8389
|
+
nanos: NotRequired[pulumi.Input[int]]
|
8390
|
+
"""
|
8391
|
+
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
|
8392
|
+
"""
|
8393
|
+
seconds: NotRequired[pulumi.Input[int]]
|
8394
|
+
"""
|
8395
|
+
Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
|
8396
|
+
"""
|
8397
|
+
elif False:
|
8398
|
+
PatchDeploymentRecurringScheduleTimeOfDayArgsDict: TypeAlias = Mapping[str, Any]
|
8399
|
+
|
6250
8400
|
@pulumi.input_type
|
6251
8401
|
class PatchDeploymentRecurringScheduleTimeOfDayArgs:
|
6252
8402
|
def __init__(__self__, *,
|
@@ -6320,6 +8470,19 @@ class PatchDeploymentRecurringScheduleTimeOfDayArgs:
|
|
6320
8470
|
pulumi.set(self, "seconds", value)
|
6321
8471
|
|
6322
8472
|
|
8473
|
+
if not MYPY:
|
8474
|
+
class PatchDeploymentRecurringScheduleTimeZoneArgsDict(TypedDict):
|
8475
|
+
id: pulumi.Input[str]
|
8476
|
+
"""
|
8477
|
+
IANA Time Zone Database time zone, e.g. "America/New_York".
|
8478
|
+
"""
|
8479
|
+
version: NotRequired[pulumi.Input[str]]
|
8480
|
+
"""
|
8481
|
+
IANA Time Zone Database version number, e.g. "2019a".
|
8482
|
+
"""
|
8483
|
+
elif False:
|
8484
|
+
PatchDeploymentRecurringScheduleTimeZoneArgsDict: TypeAlias = Mapping[str, Any]
|
8485
|
+
|
6323
8486
|
@pulumi.input_type
|
6324
8487
|
class PatchDeploymentRecurringScheduleTimeZoneArgs:
|
6325
8488
|
def __init__(__self__, *,
|
@@ -6358,6 +8521,16 @@ class PatchDeploymentRecurringScheduleTimeZoneArgs:
|
|
6358
8521
|
pulumi.set(self, "version", value)
|
6359
8522
|
|
6360
8523
|
|
8524
|
+
if not MYPY:
|
8525
|
+
class PatchDeploymentRecurringScheduleWeeklyArgsDict(TypedDict):
|
8526
|
+
day_of_week: pulumi.Input[str]
|
8527
|
+
"""
|
8528
|
+
IANA Time Zone Database time zone, e.g. "America/New_York".
|
8529
|
+
Possible values are: `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `SATURDAY`, `SUNDAY`.
|
8530
|
+
"""
|
8531
|
+
elif False:
|
8532
|
+
PatchDeploymentRecurringScheduleWeeklyArgsDict: TypeAlias = Mapping[str, Any]
|
8533
|
+
|
6361
8534
|
@pulumi.input_type
|
6362
8535
|
class PatchDeploymentRecurringScheduleWeeklyArgs:
|
6363
8536
|
def __init__(__self__, *,
|
@@ -6382,6 +8555,25 @@ class PatchDeploymentRecurringScheduleWeeklyArgs:
|
|
6382
8555
|
pulumi.set(self, "day_of_week", value)
|
6383
8556
|
|
6384
8557
|
|
8558
|
+
if not MYPY:
|
8559
|
+
class PatchDeploymentRolloutArgsDict(TypedDict):
|
8560
|
+
disruption_budget: pulumi.Input['PatchDeploymentRolloutDisruptionBudgetArgsDict']
|
8561
|
+
"""
|
8562
|
+
The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up.
|
8563
|
+
During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps.
|
8564
|
+
A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget.
|
8565
|
+
For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone.
|
8566
|
+
For example, if the disruption budget has a fixed value of 10, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops.
|
8567
|
+
Structure is documented below.
|
8568
|
+
"""
|
8569
|
+
mode: pulumi.Input[str]
|
8570
|
+
"""
|
8571
|
+
Mode of the patch rollout.
|
8572
|
+
Possible values are: `ZONE_BY_ZONE`, `CONCURRENT_ZONES`.
|
8573
|
+
"""
|
8574
|
+
elif False:
|
8575
|
+
PatchDeploymentRolloutArgsDict: TypeAlias = Mapping[str, Any]
|
8576
|
+
|
6385
8577
|
@pulumi.input_type
|
6386
8578
|
class PatchDeploymentRolloutArgs:
|
6387
8579
|
def __init__(__self__, *,
|
@@ -6431,6 +8623,19 @@ class PatchDeploymentRolloutArgs:
|
|
6431
8623
|
pulumi.set(self, "mode", value)
|
6432
8624
|
|
6433
8625
|
|
8626
|
+
if not MYPY:
|
8627
|
+
class PatchDeploymentRolloutDisruptionBudgetArgsDict(TypedDict):
|
8628
|
+
fixed: NotRequired[pulumi.Input[int]]
|
8629
|
+
"""
|
8630
|
+
Specifies a fixed value.
|
8631
|
+
"""
|
8632
|
+
percentage: NotRequired[pulumi.Input[int]]
|
8633
|
+
"""
|
8634
|
+
Specifies the relative value defined as a percentage, which will be multiplied by a reference value.
|
8635
|
+
"""
|
8636
|
+
elif False:
|
8637
|
+
PatchDeploymentRolloutDisruptionBudgetArgsDict: TypeAlias = Mapping[str, Any]
|
8638
|
+
|
6434
8639
|
@pulumi.input_type
|
6435
8640
|
class PatchDeploymentRolloutDisruptionBudgetArgs:
|
6436
8641
|
def __init__(__self__, *,
|