pulumi-oci 2.6.0a1723011044__py3-none-any.whl → 2.7.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_oci/__init__.py +48 -0
- pulumi_oci/adm/get_knowledgebases.py +2 -2
- pulumi_oci/adm/get_remediation_recipes.py +2 -2
- pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +2 -2
- pulumi_oci/adm/get_remediation_run_stages.py +2 -2
- pulumi_oci/adm/get_remediation_runs.py +2 -2
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +2 -2
- pulumi_oci/adm/get_vulnerability_audits.py +2 -2
- pulumi_oci/adm/remediation_recipe.py +88 -88
- pulumi_oci/adm/remediation_run.py +2 -2
- pulumi_oci/adm/vulnerability_audit.py +68 -68
- pulumi_oci/aianomalydetection/data_asset.py +61 -61
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +10 -10
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +2 -2
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +2 -2
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +2 -2
- pulumi_oci/aianomalydetection/get_detection_models.py +2 -2
- pulumi_oci/aianomalydetection/get_detection_projects.py +2 -2
- pulumi_oci/aianomalydetection/model.py +21 -21
- pulumi_oci/aidocument/get_models.py +2 -2
- pulumi_oci/aidocument/get_projects.py +2 -2
- pulumi_oci/aidocument/model.py +22 -22
- pulumi_oci/aidocument/processor_job.py +69 -69
- pulumi_oci/ailanguage/get_endpoints.py +2 -2
- pulumi_oci/ailanguage/get_model_evaluation_results.py +2 -2
- pulumi_oci/ailanguage/get_models.py +2 -2
- pulumi_oci/ailanguage/get_projects.py +2 -2
- pulumi_oci/ailanguage/model.py +101 -101
- pulumi_oci/aivision/get_models.py +2 -2
- pulumi_oci/aivision/get_projects.py +2 -2
- pulumi_oci/aivision/model.py +57 -57
- pulumi_oci/analytics/analytics_instance.py +42 -42
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +28 -28
- pulumi_oci/analytics/get_analytics_instances.py +2 -2
- pulumi_oci/announcementsservice/announcement_subscription.py +17 -17
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +13 -13
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +2 -2
- pulumi_oci/apigateway/api.py +2 -2
- pulumi_oci/apigateway/deployment.py +893 -893
- pulumi_oci/apigateway/gateway.py +50 -50
- pulumi_oci/apigateway/get_apis.py +2 -2
- pulumi_oci/apigateway/get_certificates.py +2 -2
- pulumi_oci/apigateway/get_deployments.py +2 -2
- pulumi_oci/apigateway/get_gateways.py +2 -2
- pulumi_oci/apigateway/get_subscribers.py +2 -2
- pulumi_oci/apigateway/get_usage_plans.py +2 -2
- pulumi_oci/apigateway/subscriber.py +13 -13
- pulumi_oci/apigateway/usage_plan.py +39 -39
- pulumi_oci/apm/get_apm_domains.py +2 -2
- pulumi_oci/apm/get_data_keys.py +2 -2
- pulumi_oci/apmconfig/config.py +58 -58
- pulumi_oci/apmconfig/get_configs.py +2 -2
- pulumi_oci/apmsynthetics/config.py +239 -239
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +19 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_monitors.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +2 -2
- pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/get_scripts.py +2 -2
- pulumi_oci/apmsynthetics/get_vantage_points.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point.py +2 -2
- pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +6 -6
- pulumi_oci/apmsynthetics/script.py +17 -17
- pulumi_oci/apmtraces/get_query_quick_picks.py +2 -2
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +2 -2
- pulumi_oci/artifacts/container_repository.py +13 -13
- pulumi_oci/artifacts/get_container_images.py +2 -2
- pulumi_oci/artifacts/get_container_repositories.py +2 -2
- pulumi_oci/artifacts/get_container_signatures.py +2 -2
- pulumi_oci/artifacts/get_generic_artifacts.py +2 -2
- pulumi_oci/artifacts/get_repositories.py +2 -2
- pulumi_oci/audit/get_events.py +2 -2
- pulumi_oci/autoscaling/auto_scaling_configuration.py +84 -84
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +2 -2
- pulumi_oci/bastion/get_bastions.py +2 -2
- pulumi_oci/bastion/get_sessions.py +2 -2
- pulumi_oci/bastion/session.py +32 -32
- pulumi_oci/bigdataservice/_inputs.py +157 -14
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +72 -72
- pulumi_oci/bigdataservice/bds_instance.py +166 -38
- pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +15 -15
- pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +3 -3
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +64 -3
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +2 -2
- pulumi_oci/bigdataservice/get_bds_instances.py +2 -2
- pulumi_oci/bigdataservice/outputs.py +257 -30
- pulumi_oci/blockchain/blockchain_platform.py +9 -9
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +2 -2
- pulumi_oci/blockchain/get_blockchain_platforms.py +2 -2
- pulumi_oci/blockchain/get_osns.py +2 -2
- pulumi_oci/blockchain/get_peers.py +2 -2
- pulumi_oci/blockchain/osn.py +11 -11
- pulumi_oci/blockchain/peer.py +11 -11
- pulumi_oci/budget/get_alert_rules.py +2 -2
- pulumi_oci/budget/get_budgets.py +2 -2
- pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +2 -2
- pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +2 -2
- pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +2 -2
- pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +2 -2
- pulumi_oci/capacitymanagement/get_occ_customer_groups.py +2 -2
- pulumi_oci/capacitymanagement/occ_availability_catalog.py +13 -13
- pulumi_oci/capacitymanagement/occ_capacity_request.py +10 -10
- pulumi_oci/certificatesmanagement/certificate.py +16 -16
- pulumi_oci/certificatesmanagement/certificate_authority.py +19 -19
- pulumi_oci/certificatesmanagement/get_associations.py +2 -2
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +2 -2
- pulumi_oci/certificatesmanagement/get_certificates.py +2 -2
- pulumi_oci/cloudbridge/agent.py +2 -2
- pulumi_oci/cloudbridge/asset.py +198 -198
- pulumi_oci/cloudbridge/asset_source.py +26 -26
- pulumi_oci/cloudbridge/get_agent_dependencies.py +2 -2
- pulumi_oci/cloudbridge/get_agents.py +2 -2
- pulumi_oci/cloudbridge/get_appliance_images.py +2 -2
- pulumi_oci/cloudbridge/get_asset_sources.py +2 -2
- pulumi_oci/cloudbridge/get_assets.py +2 -2
- pulumi_oci/cloudbridge/get_discovery_schedules.py +2 -2
- pulumi_oci/cloudbridge/get_environments.py +2 -2
- pulumi_oci/cloudbridge/get_inventories.py +2 -2
- pulumi_oci/cloudguard/adhoc_query.py +23 -23
- pulumi_oci/cloudguard/cloud_guard_data_source.py +59 -59
- pulumi_oci/cloudguard/data_mask_rule.py +13 -13
- pulumi_oci/cloudguard/detector_recipe.py +7 -7
- pulumi_oci/cloudguard/get_adhoc_queries.py +2 -2
- pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
- pulumi_oci/cloudguard/get_data_source_events.py +2 -2
- pulumi_oci/cloudguard/get_data_sources.py +2 -2
- pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
- pulumi_oci/cloudguard/get_guard_targets.py +2 -2
- pulumi_oci/cloudguard/get_managed_lists.py +2 -2
- pulumi_oci/cloudguard/get_problem_entities.py +2 -2
- pulumi_oci/cloudguard/get_responder_recipes.py +2 -2
- pulumi_oci/cloudguard/get_saved_queries.py +2 -2
- pulumi_oci/cloudguard/get_security_policies.py +2 -2
- pulumi_oci/cloudguard/get_security_recipes.py +2 -2
- pulumi_oci/cloudguard/get_security_zones.py +2 -2
- pulumi_oci/cloudguard/get_wlp_agents.py +2 -2
- pulumi_oci/cloudguard/responder_recipe.py +7 -7
- pulumi_oci/cloudguard/target.py +66 -66
- pulumi_oci/cloudmigrations/get_migration_assets.py +2 -2
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +2 -2
- pulumi_oci/cloudmigrations/get_migration_plans.py +2 -2
- pulumi_oci/cloudmigrations/get_migrations.py +2 -2
- pulumi_oci/cloudmigrations/get_replication_schedules.py +2 -2
- pulumi_oci/cloudmigrations/get_target_assets.py +2 -2
- pulumi_oci/cloudmigrations/migration_plan.py +12 -12
- pulumi_oci/cloudmigrations/target_asset.py +139 -139
- pulumi_oci/clusterplacementgroups/cluster_placement_group.py +30 -30
- pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +2 -2
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +6 -6
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +17 -17
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +2 -2
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +2 -2
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +2 -2
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +2 -2
- pulumi_oci/containerengine/addon.py +7 -7
- pulumi_oci/containerengine/cluster.py +104 -104
- pulumi_oci/containerengine/container_instance.py +204 -204
- pulumi_oci/containerengine/get_addon_options.py +2 -2
- pulumi_oci/containerengine/get_addons.py +2 -2
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +2 -2
- pulumi_oci/containerengine/get_clusters.py +2 -2
- pulumi_oci/containerengine/get_node_pools.py +2 -2
- pulumi_oci/containerengine/get_pod_shapes.py +2 -2
- pulumi_oci/containerengine/get_virtual_node_pools.py +2 -2
- pulumi_oci/containerengine/get_work_request_errors.py +2 -2
- pulumi_oci/containerengine/get_work_request_log_entries.py +2 -2
- pulumi_oci/containerengine/get_work_requests.py +2 -2
- pulumi_oci/containerengine/node_pool.py +134 -134
- pulumi_oci/containerengine/virtual_node_pool.py +75 -75
- pulumi_oci/containerinstances/get_container_instance_shapes.py +2 -2
- pulumi_oci/containerinstances/get_container_instances.py +2 -2
- pulumi_oci/core/boot_volume.py +37 -37
- pulumi_oci/core/boot_volume_backup.py +5 -5
- pulumi_oci/core/capture_filter.py +140 -140
- pulumi_oci/core/cluster_network.py +77 -77
- pulumi_oci/core/compute_capacity_report.py +23 -23
- pulumi_oci/core/compute_capacity_reservation.py +33 -33
- pulumi_oci/core/compute_capacity_topology.py +13 -13
- pulumi_oci/core/cross_connect.py +23 -23
- pulumi_oci/core/cross_connect_group.py +23 -23
- pulumi_oci/core/default_dhcp_options.py +3 -3
- pulumi_oci/core/default_route_table.py +3 -3
- pulumi_oci/core/default_security_list.py +6 -6
- pulumi_oci/core/dhcp_options.py +39 -39
- pulumi_oci/core/drg.py +2 -2
- pulumi_oci/core/drg_attachment.py +5 -5
- pulumi_oci/core/drg_attachment_management.py +5 -5
- pulumi_oci/core/drg_attachments_list.py +2 -2
- pulumi_oci/core/drg_route_distribution_statement.py +15 -15
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +2 -2
- pulumi_oci/core/get_app_catalog_listings.py +2 -2
- pulumi_oci/core/get_app_catalog_subscriptions.py +2 -2
- pulumi_oci/core/get_block_volume_replicas.py +2 -2
- pulumi_oci/core/get_boot_volume_attachments.py +2 -2
- pulumi_oci/core/get_boot_volume_backups.py +2 -2
- pulumi_oci/core/get_boot_volume_replicas.py +2 -2
- pulumi_oci/core/get_boot_volumes.py +2 -2
- pulumi_oci/core/get_byoip_allocated_ranges.py +2 -2
- pulumi_oci/core/get_byoip_ranges.py +2 -2
- pulumi_oci/core/get_capture_filters.py +2 -2
- pulumi_oci/core/get_cluster_network_instances.py +2 -2
- pulumi_oci/core/get_cluster_networks.py +2 -2
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +2 -2
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +2 -2
- pulumi_oci/core/get_compute_capacity_reservations.py +2 -2
- pulumi_oci/core/get_compute_capacity_topologies.py +2 -2
- pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +2 -2
- pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +2 -2
- pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +2 -2
- pulumi_oci/core/get_compute_clusters.py +2 -2
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +2 -2
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +2 -2
- pulumi_oci/core/get_compute_image_capability_schemas.py +2 -2
- pulumi_oci/core/get_console_histories.py +2 -2
- pulumi_oci/core/get_cpe_device_shapes.py +2 -2
- pulumi_oci/core/get_cpes.py +2 -2
- pulumi_oci/core/get_cross_connect_groups.py +2 -2
- pulumi_oci/core/get_cross_connect_locations.py +2 -2
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +2 -2
- pulumi_oci/core/get_cross_connects.py +2 -2
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +2 -2
- pulumi_oci/core/get_dedicated_vm_host_instances.py +2 -2
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +2 -2
- pulumi_oci/core/get_dedicated_vm_hosts.py +2 -2
- pulumi_oci/core/get_dhcp_options.py +2 -2
- pulumi_oci/core/get_drg_attachments.py +2 -2
- pulumi_oci/core/get_drg_route_distribution_statements.py +2 -2
- pulumi_oci/core/get_drg_route_distributions.py +2 -2
- pulumi_oci/core/get_drg_route_table_route_rules.py +2 -2
- pulumi_oci/core/get_drg_route_tables.py +2 -2
- pulumi_oci/core/get_drgs.py +2 -2
- pulumi_oci/core/get_fast_connect_provider_services.py +2 -2
- pulumi_oci/core/get_image_shapes.py +2 -2
- pulumi_oci/core/get_images.py +2 -2
- pulumi_oci/core/get_instance_configurations.py +2 -2
- pulumi_oci/core/get_instance_console_connections.py +2 -2
- pulumi_oci/core/get_instance_devices.py +2 -2
- pulumi_oci/core/get_instance_maintenance_events.py +2 -2
- pulumi_oci/core/get_instance_pool_instances.py +2 -2
- pulumi_oci/core/get_instance_pools.py +2 -2
- pulumi_oci/core/get_instances.py +2 -2
- pulumi_oci/core/get_internet_gateways.py +2 -2
- pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +2 -2
- pulumi_oci/core/get_ipsec_config.py +2 -2
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +2 -2
- pulumi_oci/core/get_ipsec_connection_tunnels.py +2 -2
- pulumi_oci/core/get_ipsec_connections.py +2 -2
- pulumi_oci/core/get_ipsec_status.py +2 -2
- pulumi_oci/core/get_ipv6s.py +2 -2
- pulumi_oci/core/get_listing_resource_versions.py +2 -2
- pulumi_oci/core/get_local_peering_gateways.py +2 -2
- pulumi_oci/core/get_nat_gateways.py +2 -2
- pulumi_oci/core/get_network_security_group_security_rules.py +2 -2
- pulumi_oci/core/get_network_security_group_vnics.py +2 -2
- pulumi_oci/core/get_network_security_groups.py +2 -2
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +2 -2
- pulumi_oci/core/get_private_ips.py +2 -2
- pulumi_oci/core/get_public_ip_pools.py +2 -2
- pulumi_oci/core/get_public_ips.py +2 -2
- pulumi_oci/core/get_remote_peering_connections.py +2 -2
- pulumi_oci/core/get_route_tables.py +2 -2
- pulumi_oci/core/get_security_lists.py +2 -2
- pulumi_oci/core/get_service_gateways.py +2 -2
- pulumi_oci/core/get_services.py +2 -2
- pulumi_oci/core/get_shape.py +2 -2
- pulumi_oci/core/get_shapes.py +2 -2
- pulumi_oci/core/get_subnets.py +2 -2
- pulumi_oci/core/get_tunnel_security_associations.py +2 -2
- pulumi_oci/core/get_vcns.py +2 -2
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +2 -2
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +2 -2
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +2 -2
- pulumi_oci/core/get_virtual_circuits.py +2 -2
- pulumi_oci/core/get_virtual_networks.py +2 -2
- pulumi_oci/core/get_vlans.py +2 -2
- pulumi_oci/core/get_vnic_attachments.py +2 -2
- pulumi_oci/core/get_volume_attachments.py +2 -2
- pulumi_oci/core/get_volume_backup_policies.py +2 -2
- pulumi_oci/core/get_volume_backup_policy_assignments.py +2 -2
- pulumi_oci/core/get_volume_backups.py +2 -2
- pulumi_oci/core/get_volume_group_backups.py +2 -2
- pulumi_oci/core/get_volume_group_replicas.py +2 -2
- pulumi_oci/core/get_volume_groups.py +2 -2
- pulumi_oci/core/get_volumes.py +2 -2
- pulumi_oci/core/get_vtaps.py +2 -2
- pulumi_oci/core/image.py +39 -39
- pulumi_oci/core/instance.py +50 -50
- pulumi_oci/core/instance_configuration.py +651 -651
- pulumi_oci/core/instance_pool.py +62 -62
- pulumi_oci/core/instance_pool_instance.py +2 -2
- pulumi_oci/core/ipsec_connection_tunnel_management.py +41 -41
- pulumi_oci/core/network_security_group_security_rule.py +63 -63
- pulumi_oci/core/route_table.py +19 -19
- pulumi_oci/core/security_list.py +118 -118
- pulumi_oci/core/service_gateway.py +11 -11
- pulumi_oci/core/vcn.py +13 -13
- pulumi_oci/core/virtual_circuit.py +34 -34
- pulumi_oci/core/virtual_network.py +3 -3
- pulumi_oci/core/vnic_attachment.py +35 -35
- pulumi_oci/core/volume.py +37 -37
- pulumi_oci/core/volume_attachment.py +2 -2
- pulumi_oci/core/volume_backup.py +5 -5
- pulumi_oci/core/volume_backup_policy.py +29 -29
- pulumi_oci/core/volume_group.py +26 -26
- pulumi_oci/core/volume_group_backup.py +5 -5
- pulumi_oci/database/autonomous_container_database.py +17 -17
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +27 -27
- pulumi_oci/database/autonomous_database.py +50 -50
- pulumi_oci/database/autonomous_database_backup.py +5 -5
- pulumi_oci/database/autonomous_exadata_infrastructure.py +39 -39
- pulumi_oci/database/autonomous_vm_cluster.py +33 -33
- pulumi_oci/database/backup_destination.py +19 -19
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +39 -39
- pulumi_oci/database/cloud_database_management.py +11 -11
- pulumi_oci/database/cloud_exadata_infrastructure.py +50 -50
- pulumi_oci/database/cloud_vm_cluster.py +30 -30
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +13 -13
- pulumi_oci/database/data_guard_association.py +15 -15
- pulumi_oci/database/database.py +11 -11
- pulumi_oci/database/database_upgrade.py +9 -9
- pulumi_oci/database/db_home.py +5 -5
- pulumi_oci/database/db_system.py +24 -24
- pulumi_oci/database/db_systems_upgrade.py +6 -6
- pulumi_oci/database/exadata_infrastructure.py +73 -73
- pulumi_oci/database/exadata_infrastructure_compute.py +4 -4
- pulumi_oci/database/exadata_infrastructure_storage.py +6 -6
- pulumi_oci/database/exadata_iorm_config.py +13 -13
- pulumi_oci/database/exadb_vm_cluster.py +17 -17
- pulumi_oci/database/exascale_db_storage_vault.py +11 -11
- pulumi_oci/database/external_container_database.py +4 -4
- pulumi_oci/database/external_database_connector.py +38 -38
- pulumi_oci/database/external_non_container_database.py +6 -6
- pulumi_oci/database/external_pluggable_database.py +6 -6
- pulumi_oci/database/get_application_vips.py +2 -2
- pulumi_oci/database/get_autonomous_character_sets.py +2 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +2 -2
- pulumi_oci/database/get_autonomous_container_database_versions.py +2 -2
- pulumi_oci/database/get_autonomous_container_databases.py +2 -2
- pulumi_oci/database/get_autonomous_container_patches.py +2 -2
- pulumi_oci/database/get_autonomous_database.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +2 -2
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +2 -2
- pulumi_oci/database/get_autonomous_database_peers.py +2 -2
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +2 -2
- pulumi_oci/database/get_autonomous_database_software_images.py +2 -2
- pulumi_oci/database/get_autonomous_databases.py +6 -4
- pulumi_oci/database/get_autonomous_databases_clones.py +2 -2
- pulumi_oci/database/get_autonomous_db_preview_versions.py +2 -2
- pulumi_oci/database/get_autonomous_db_versions.py +2 -2
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +2 -2
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +2 -2
- pulumi_oci/database/get_autonomous_virtual_machines.py +2 -2
- pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +2 -2
- pulumi_oci/database/get_autonomous_vm_clusters.py +2 -2
- pulumi_oci/database/get_backup_destinations.py +2 -2
- pulumi_oci/database/get_backups.py +2 -2
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +2 -2
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +2 -2
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +2 -2
- pulumi_oci/database/get_cloud_vm_clusters.py +2 -2
- pulumi_oci/database/get_data_guard_associations.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +2 -2
- pulumi_oci/database/get_database_software_images.py +2 -2
- pulumi_oci/database/get_database_upgrade_history_entries.py +2 -2
- pulumi_oci/database/get_databases.py +2 -2
- pulumi_oci/database/get_db_home_patch_history_entries.py +2 -2
- pulumi_oci/database/get_db_home_patches.py +2 -2
- pulumi_oci/database/get_db_homes.py +2 -2
- pulumi_oci/database/get_db_node_console_connections.py +2 -2
- pulumi_oci/database/get_db_node_console_histories.py +2 -2
- pulumi_oci/database/get_db_nodes.py +2 -2
- pulumi_oci/database/get_db_servers.py +2 -2
- pulumi_oci/database/get_db_system_compute_performances.py +2 -2
- pulumi_oci/database/get_db_system_history_entries.py +2 -2
- pulumi_oci/database/get_db_system_patches.py +2 -2
- pulumi_oci/database/get_db_system_shapes.py +2 -2
- pulumi_oci/database/get_db_system_storage_performances.py +2 -2
- pulumi_oci/database/get_db_systems.py +2 -2
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +2 -2
- pulumi_oci/database/get_db_versions.py +2 -2
- pulumi_oci/database/get_exadata_infrastructures.py +2 -2
- pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +2 -2
- pulumi_oci/database/get_exadb_vm_cluster_updates.py +2 -2
- pulumi_oci/database/get_exadb_vm_clusters.py +2 -2
- pulumi_oci/database/get_exascale_db_storage_vaults.py +2 -2
- pulumi_oci/database/get_external_container_databases.py +2 -2
- pulumi_oci/database/get_external_database_connectors.py +2 -2
- pulumi_oci/database/get_external_non_container_databases.py +2 -2
- pulumi_oci/database/get_external_pluggable_databases.py +2 -2
- pulumi_oci/database/get_flex_components.py +2 -2
- pulumi_oci/database/get_gi_version_minor_versions.py +2 -2
- pulumi_oci/database/get_gi_versions.py +2 -2
- pulumi_oci/database/get_key_stores.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credentials.py +2 -2
- pulumi_oci/database/get_oneoff_patches.py +2 -2
- pulumi_oci/database/get_pluggable_databases.py +2 -2
- pulumi_oci/database/get_system_versions.py +2 -2
- pulumi_oci/database/get_vm_cluster_networks.py +2 -2
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +2 -2
- pulumi_oci/database/get_vm_cluster_patches.py +2 -2
- pulumi_oci/database/get_vm_cluster_recommended_network.py +4 -4
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +2 -2
- pulumi_oci/database/get_vm_cluster_updates.py +2 -2
- pulumi_oci/database/get_vm_clusters.py +2 -2
- pulumi_oci/database/key_store.py +21 -21
- pulumi_oci/database/maintenance_run.py +2 -2
- pulumi_oci/database/outputs.py +4 -4
- pulumi_oci/database/pluggable_database.py +13 -13
- pulumi_oci/database/pluggable_database_managements_management.py +17 -17
- pulumi_oci/database/pluggable_databases_local_clone.py +8 -8
- pulumi_oci/database/pluggable_databases_remote_clone.py +8 -8
- pulumi_oci/database/vm_cluster.py +28 -28
- pulumi_oci/database/vm_cluster_add_virtual_network.py +15 -15
- pulumi_oci/database/vm_cluster_network.py +69 -69
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +15 -15
- pulumi_oci/databasemanagement/database_dbm_features_management.py +5 -5
- pulumi_oci/databasemanagement/external_asm.py +2 -2
- pulumi_oci/databasemanagement/external_cluster.py +6 -6
- pulumi_oci/databasemanagement/external_db_system.py +24 -24
- pulumi_oci/databasemanagement/external_db_system_connector.py +5 -5
- pulumi_oci/databasemanagement/external_db_system_discovery.py +7 -7
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +4 -4
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +19 -19
- pulumi_oci/databasemanagement/external_exadata_storage_grid.py +2 -2
- pulumi_oci/databasemanagement/external_exadata_storage_server.py +2 -2
- pulumi_oci/databasemanagement/external_listener.py +6 -6
- pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +5 -5
- pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +5 -5
- pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +5 -5
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +2 -2
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +2 -2
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +2 -2
- pulumi_oci/databasemanagement/get_external_asm_instances.py +2 -2
- pulumi_oci/databasemanagement/get_external_asm_users.py +2 -2
- pulumi_oci/databasemanagement/get_external_asms.py +2 -2
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +2 -2
- pulumi_oci/databasemanagement/get_external_clusters.py +2 -2
- pulumi_oci/databasemanagement/get_external_databases.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_homes.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_nodes.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +2 -2
- pulumi_oci/databasemanagement/get_external_db_systems.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +2 -2
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +2 -2
- pulumi_oci/databasemanagement/get_external_listener_services.py +2 -2
- pulumi_oci/databasemanagement/get_external_listeners.py +2 -2
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_groups.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +2 -2
- pulumi_oci/databasemanagement/get_managed_database_users.py +2 -2
- pulumi_oci/databasemanagement/get_managed_databases.py +2 -2
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +2 -2
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +2 -2
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +2 -2
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +2 -2
- pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +2 -2
- pulumi_oci/databasemanagement/get_named_credentials.py +2 -2
- pulumi_oci/databasemanagement/managed_database.py +2 -2
- pulumi_oci/databasemanagement/managed_database_group.py +11 -11
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +53 -53
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +38 -38
- pulumi_oci/databasemanagement/named_credential.py +19 -19
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +5 -5
- pulumi_oci/databasemigration/connection.py +15 -15
- pulumi_oci/databasemigration/get_connections.py +2 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +2 -2
- pulumi_oci/databasemigration/job.py +6 -6
- pulumi_oci/databasemigration/migration.py +262 -262
- pulumi_oci/databasetools/database_tools_connection.py +25 -25
- pulumi_oci/databasetools/database_tools_private_endpoint.py +19 -19
- pulumi_oci/databasetools/get_database_tools_connections.py +2 -2
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +2 -2
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +2 -2
- pulumi_oci/datacatalog/catalog.py +2 -2
- pulumi_oci/datacatalog/catalog_private_endpoint.py +2 -2
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +2 -2
- pulumi_oci/datacatalog/get_catalog_types.py +2 -2
- pulumi_oci/datacatalog/get_catalogs.py +2 -2
- pulumi_oci/datacatalog/get_connections.py +2 -2
- pulumi_oci/datacatalog/get_data_assets.py +2 -2
- pulumi_oci/datacatalog/get_metastores.py +2 -2
- pulumi_oci/datacatalog/metastore.py +2 -2
- pulumi_oci/dataflow/application.py +52 -52
- pulumi_oci/dataflow/get_applications.py +2 -2
- pulumi_oci/dataflow/get_invoke_runs.py +2 -2
- pulumi_oci/dataflow/get_pools.py +2 -2
- pulumi_oci/dataflow/get_private_endpoints.py +2 -2
- pulumi_oci/dataflow/get_run_logs.py +2 -2
- pulumi_oci/dataflow/get_run_statements.py +2 -2
- pulumi_oci/dataflow/get_sql_endpoints.py +2 -2
- pulumi_oci/dataflow/invoke_run.py +52 -52
- pulumi_oci/dataflow/pool.py +40 -40
- pulumi_oci/dataflow/private_endpoint.py +5 -5
- pulumi_oci/dataflow/run_statement.py +2 -2
- pulumi_oci/dataflow/sql_endpoint.py +15 -15
- pulumi_oci/dataintegration/get_workspace_application_patches.py +2 -2
- pulumi_oci/dataintegration/get_workspace_application_schedules.py +2 -2
- pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +2 -2
- pulumi_oci/dataintegration/get_workspace_applications.py +2 -2
- pulumi_oci/dataintegration/get_workspace_export_requests.py +2 -2
- pulumi_oci/dataintegration/get_workspace_folders.py +2 -2
- pulumi_oci/dataintegration/get_workspace_import_requests.py +2 -2
- pulumi_oci/dataintegration/get_workspace_projects.py +2 -2
- pulumi_oci/dataintegration/get_workspace_tasks.py +2 -2
- pulumi_oci/dataintegration/get_workspaces.py +2 -2
- pulumi_oci/dataintegration/workspace_application.py +42 -42
- pulumi_oci/dataintegration/workspace_application_patch.py +27 -27
- pulumi_oci/dataintegration/workspace_application_schedule.py +56 -56
- pulumi_oci/dataintegration/workspace_application_task_schedule.py +155 -155
- pulumi_oci/dataintegration/workspace_export_request.py +2 -2
- pulumi_oci/dataintegration/workspace_folder.py +23 -23
- pulumi_oci/dataintegration/workspace_import_request.py +17 -17
- pulumi_oci/dataintegration/workspace_project.py +23 -23
- pulumi_oci/dataintegration/workspace_task.py +62 -62
- pulumi_oci/datalabellingservice/dataset.py +95 -95
- pulumi_oci/datalabellingservice/get_annotation_formats.py +2 -2
- pulumi_oci/datalabellingservice/get_datasets.py +2 -2
- pulumi_oci/datasafe/__init__.py +2 -0
- pulumi_oci/datasafe/_inputs.py +120 -0
- pulumi_oci/datasafe/alert_policy.py +15 -15
- pulumi_oci/datasafe/audit_policy.py +4 -4
- pulumi_oci/datasafe/audit_policy_management.py +7 -7
- pulumi_oci/datasafe/audit_profile.py +2 -2
- pulumi_oci/datasafe/calculate_audit_volume_available.py +391 -0
- pulumi_oci/datasafe/calculate_audit_volume_collected.py +343 -0
- pulumi_oci/datasafe/data_safe_configuration.py +2 -2
- pulumi_oci/datasafe/database_security_config.py +5 -5
- pulumi_oci/datasafe/database_security_config_management.py +3 -3
- pulumi_oci/datasafe/discovery_jobs_result.py +2 -2
- pulumi_oci/datasafe/discovery_mod.py +13 -13
- pulumi_oci/datasafe/get_alert_policies.py +2 -2
- pulumi_oci/datasafe/get_alert_policy_rules.py +2 -2
- pulumi_oci/datasafe/get_alerts.py +2 -2
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +2 -2
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policies.py +2 -2
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +2 -2
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +2 -2
- pulumi_oci/datasafe/get_audit_profiles.py +2 -2
- pulumi_oci/datasafe/get_audit_trails.py +2 -2
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +2 -2
- pulumi_oci/datasafe/get_discovery_analytics.py +2 -2
- pulumi_oci/datasafe/get_discovery_jobs_results.py +2 -2
- pulumi_oci/datasafe/get_library_masking_formats.py +2 -2
- pulumi_oci/datasafe/get_list_user_grants.py +2 -2
- pulumi_oci/datasafe/get_masking_analytics.py +2 -2
- pulumi_oci/datasafe/get_masking_policies.py +2 -2
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +2 -2
- pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +2 -2
- pulumi_oci/datasafe/get_masking_policy_health_reports.py +2 -2
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +2 -2
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +2 -2
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +2 -2
- pulumi_oci/datasafe/get_masking_reports.py +2 -2
- pulumi_oci/datasafe/get_onprem_connectors.py +2 -2
- pulumi_oci/datasafe/get_report_definitions.py +2 -2
- pulumi_oci/datasafe/get_reports.py +2 -2
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +2 -2
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +2 -2
- pulumi_oci/datasafe/get_security_assessment_finding.py +2 -2
- pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +2 -2
- pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
- pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +2 -2
- pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +2 -2
- pulumi_oci/datasafe/get_security_assessment_security_features.py +2 -2
- pulumi_oci/datasafe/get_security_assessments.py +2 -2
- pulumi_oci/datasafe/get_security_policies.py +2 -2
- pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +2 -2
- pulumi_oci/datasafe/get_security_policy_deployments.py +2 -2
- pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +2 -2
- pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +2 -2
- pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +2 -2
- pulumi_oci/datasafe/get_security_policy_reports.py +2 -2
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +2 -2
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +2 -2
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +2 -2
- pulumi_oci/datasafe/get_sensitive_data_models.py +2 -2
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +2 -2
- pulumi_oci/datasafe/get_sensitive_types.py +2 -2
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +2 -2
- pulumi_oci/datasafe/get_target_database_peer_target_databases.py +2 -2
- pulumi_oci/datasafe/get_target_database_role.py +2 -2
- pulumi_oci/datasafe/get_target_database_roles.py +2 -2
- pulumi_oci/datasafe/get_target_databases.py +2 -2
- pulumi_oci/datasafe/get_target_databases_columns.py +2 -2
- pulumi_oci/datasafe/get_target_databases_schemas.py +2 -2
- pulumi_oci/datasafe/get_target_databases_tables.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_profiles.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +2 -2
- pulumi_oci/datasafe/get_user_assessment_users.py +2 -2
- pulumi_oci/datasafe/get_user_assessments.py +2 -2
- pulumi_oci/datasafe/library_masing_format.py +5 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +65 -65
- pulumi_oci/datasafe/masking_policy.py +15 -15
- pulumi_oci/datasafe/outputs.py +132 -0
- pulumi_oci/datasafe/report_definition.py +74 -74
- pulumi_oci/datasafe/security_assessment.py +2 -2
- pulumi_oci/datasafe/sensitive_data_model.py +13 -13
- pulumi_oci/datasafe/target_database.py +127 -127
- pulumi_oci/datasafe/target_database_peer_target_database.py +46 -46
- pulumi_oci/datasafe/user_assessment.py +2 -2
- pulumi_oci/datascience/get_fast_launch_job_configs.py +2 -2
- pulumi_oci/datascience/get_job_runs.py +2 -2
- pulumi_oci/datascience/get_job_shapes.py +2 -2
- pulumi_oci/datascience/get_jobs.py +2 -2
- pulumi_oci/datascience/get_model_deployment_shapes.py +2 -2
- pulumi_oci/datascience/get_model_deployments.py +2 -2
- pulumi_oci/datascience/get_model_version_sets.py +2 -2
- pulumi_oci/datascience/get_models.py +2 -2
- pulumi_oci/datascience/get_notebook_session_shapes.py +2 -2
- pulumi_oci/datascience/get_notebook_sessions.py +2 -2
- pulumi_oci/datascience/get_pipeline_runs.py +2 -2
- pulumi_oci/datascience/get_pipelines.py +2 -2
- pulumi_oci/datascience/get_private_endpoints.py +2 -2
- pulumi_oci/datascience/get_projects.py +2 -2
- pulumi_oci/datascience/job.py +105 -105
- pulumi_oci/datascience/job_run.py +61 -61
- pulumi_oci/datascience/model.py +34 -34
- pulumi_oci/datascience/model_deployment.py +146 -146
- pulumi_oci/datascience/notebook_session.py +96 -96
- pulumi_oci/datascience/pipeline.py +125 -125
- pulumi_oci/datascience/pipeline_run.py +77 -77
- pulumi_oci/demandsignal/get_occ_demand_signals.py +2 -2
- pulumi_oci/demandsignal/occ_demand_signal.py +10 -10
- pulumi_oci/devops/__init__.py +6 -0
- pulumi_oci/devops/_inputs.py +531 -32
- pulumi_oci/devops/build_pipeline.py +19 -19
- pulumi_oci/devops/build_pipeline_stage.py +100 -100
- pulumi_oci/devops/build_run.py +38 -38
- pulumi_oci/devops/connection.py +15 -15
- pulumi_oci/devops/deploy_artifact.py +39 -39
- pulumi_oci/devops/deploy_environment.py +36 -36
- pulumi_oci/devops/deploy_pipeline.py +23 -23
- pulumi_oci/devops/deploy_stage.py +80 -80
- pulumi_oci/devops/deployment.py +21 -21
- pulumi_oci/devops/get_build_pipeline_stages.py +2 -2
- pulumi_oci/devops/get_build_pipelines.py +2 -2
- pulumi_oci/devops/get_build_runs.py +2 -7
- pulumi_oci/devops/get_connections.py +2 -2
- pulumi_oci/devops/get_deploy_artifacts.py +2 -2
- pulumi_oci/devops/get_deploy_environments.py +2 -2
- pulumi_oci/devops/get_deploy_pipelines.py +2 -2
- pulumi_oci/devops/get_deploy_stages.py +2 -2
- pulumi_oci/devops/get_deployments.py +2 -2
- pulumi_oci/devops/get_project_repository_setting.py +129 -0
- pulumi_oci/devops/get_projects.py +2 -2
- pulumi_oci/devops/get_repositories.py +3 -3
- pulumi_oci/devops/get_repository.py +17 -4
- pulumi_oci/devops/get_repository_authors.py +2 -2
- pulumi_oci/devops/get_repository_commits.py +2 -2
- pulumi_oci/devops/get_repository_diffs.py +22 -5
- pulumi_oci/devops/get_repository_mirror_records.py +2 -2
- pulumi_oci/devops/get_repository_paths.py +2 -2
- pulumi_oci/devops/get_repository_protected_branches.py +150 -0
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_repository_refs.py +2 -2
- pulumi_oci/devops/get_repository_setting.py +142 -0
- pulumi_oci/devops/get_triggers.py +2 -7
- pulumi_oci/devops/outputs.py +1216 -180
- pulumi_oci/devops/project.py +11 -11
- pulumi_oci/devops/project_repository_setting.py +338 -0
- pulumi_oci/devops/repository.py +71 -80
- pulumi_oci/devops/repository_protected_branch_management.py +333 -0
- pulumi_oci/devops/repository_ref.py +2 -2
- pulumi_oci/devops/repository_setting.py +391 -0
- pulumi_oci/devops/trigger.py +31 -31
- pulumi_oci/disasterrecovery/dr_plan.py +2 -2
- pulumi_oci/disasterrecovery/dr_plan_execution.py +19 -19
- pulumi_oci/disasterrecovery/dr_protection_group.py +149 -149
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +3 -44
- pulumi_oci/disasterrecovery/get_dr_plans.py +2 -2
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +2 -2
- pulumi_oci/dns/action_create_zone_from_zone_file.py +8 -8
- pulumi_oci/dns/get_records.py +2 -2
- pulumi_oci/dns/get_resolver_endpoints.py +2 -2
- pulumi_oci/dns/get_resolvers.py +2 -2
- pulumi_oci/dns/get_rrsets.py +2 -2
- pulumi_oci/dns/get_steering_policies.py +2 -2
- pulumi_oci/dns/get_steering_policy_attachments.py +2 -2
- pulumi_oci/dns/get_tsig_keys.py +2 -2
- pulumi_oci/dns/get_views.py +2 -2
- pulumi_oci/dns/get_zones.py +2 -2
- pulumi_oci/dns/resolver.py +12 -12
- pulumi_oci/dns/rrset.py +17 -17
- pulumi_oci/dns/steering_policy.py +62 -62
- pulumi_oci/dns/zone.py +34 -34
- pulumi_oci/email/get_dkims.py +2 -2
- pulumi_oci/email/get_email_domains.py +2 -2
- pulumi_oci/email/get_email_return_paths.py +2 -2
- pulumi_oci/email/get_senders.py +2 -2
- pulumi_oci/email/get_suppressions.py +2 -2
- pulumi_oci/events/get_rules.py +2 -2
- pulumi_oci/events/rule.py +25 -25
- pulumi_oci/filestorage/export.py +25 -25
- pulumi_oci/filestorage/file_system.py +2 -2
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +27 -27
- pulumi_oci/filestorage/get_export_sets.py +2 -2
- pulumi_oci/filestorage/get_exports.py +2 -2
- pulumi_oci/filestorage/get_file_systems.py +2 -2
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +2 -2
- pulumi_oci/filestorage/get_mount_targets.py +2 -2
- pulumi_oci/filestorage/get_outbound_connectors.py +2 -2
- pulumi_oci/filestorage/get_replication_targets.py +2 -2
- pulumi_oci/filestorage/get_replications.py +2 -2
- pulumi_oci/filestorage/get_snapshots.py +2 -2
- pulumi_oci/filestorage/mount_target.py +44 -44
- pulumi_oci/filestorage/outbound_connector.py +13 -13
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +4 -4
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +16 -16
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +2 -2
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +2 -2
- pulumi_oci/functions/application.py +30 -30
- pulumi_oci/functions/function.py +37 -37
- pulumi_oci/functions/get_applications.py +2 -2
- pulumi_oci/functions/get_functions.py +2 -2
- pulumi_oci/functions/get_fusion_environment_admin_users.py +2 -2
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +2 -2
- pulumi_oci/functions/get_fusion_environment_families.py +2 -2
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +2 -2
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +2 -2
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +2 -2
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +2 -2
- pulumi_oci/functions/get_fusion_environments.py +2 -2
- pulumi_oci/functions/get_pbf_listing_triggers.py +2 -2
- pulumi_oci/functions/get_pbf_listing_versions.py +2 -2
- pulumi_oci/functions/get_pbf_listings.py +2 -2
- pulumi_oci/fusionapps/fusion_environment.py +57 -57
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +2 -2
- pulumi_oci/fusionapps/fusion_environment_family.py +15 -15
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +2 -2
- pulumi_oci/generativeai/dedicated_ai_cluster.py +2 -2
- pulumi_oci/generativeai/endpoint.py +11 -11
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +2 -2
- pulumi_oci/generativeai/get_endpoints.py +2 -2
- pulumi_oci/generativeai/get_models.py +2 -2
- pulumi_oci/generativeai/model.py +7 -7
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +2 -2
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +2 -2
- pulumi_oci/globallydistributeddatabase/sharded_database.py +19 -19
- pulumi_oci/goldengate/connection.py +43 -43
- pulumi_oci/goldengate/deployment.py +24 -24
- pulumi_oci/goldengate/deployment_backup.py +13 -13
- pulumi_oci/goldengate/get_connection_assignments.py +2 -2
- pulumi_oci/goldengate/get_connections.py +2 -2
- pulumi_oci/goldengate/get_database_registrations.py +2 -2
- pulumi_oci/goldengate/get_deployment_backups.py +2 -2
- pulumi_oci/goldengate/get_deployment_certificates.py +2 -2
- pulumi_oci/goldengate/get_deployment_types.py +2 -2
- pulumi_oci/goldengate/get_deployment_upgrades.py +2 -2
- pulumi_oci/goldengate/get_deployment_versions.py +2 -2
- pulumi_oci/goldengate/get_deployments.py +2 -2
- pulumi_oci/goldengate/get_messages.py +2 -2
- pulumi_oci/goldengate/get_trail_files.py +2 -2
- pulumi_oci/goldengate/get_trail_sequences.py +2 -2
- pulumi_oci/healthchecks/get_http_monitors.py +2 -2
- pulumi_oci/healthchecks/get_http_probe_results.py +2 -2
- pulumi_oci/healthchecks/get_ping_monitors.py +2 -2
- pulumi_oci/healthchecks/get_ping_probe_results.py +2 -2
- pulumi_oci/healthchecks/get_vantage_points.py +2 -2
- pulumi_oci/identity/authentication_policy.py +32 -32
- pulumi_oci/identity/domain.py +2 -2
- pulumi_oci/identity/domains_account_recovery_setting.py +11 -11
- pulumi_oci/identity/domains_api_key.py +21 -21
- pulumi_oci/identity/domains_app.py +185 -185
- pulumi_oci/identity/domains_app_role.py +18 -18
- pulumi_oci/identity/domains_approval_workflow.py +21 -21
- pulumi_oci/identity/domains_approval_workflow_assignment.py +21 -21
- pulumi_oci/identity/domains_approval_workflow_step.py +16 -16
- pulumi_oci/identity/domains_auth_token.py +21 -21
- pulumi_oci/identity/domains_authentication_factor_setting.py +66 -66
- pulumi_oci/identity/domains_cloud_gate.py +29 -29
- pulumi_oci/identity/domains_cloud_gate_mapping.py +31 -31
- pulumi_oci/identity/domains_cloud_gate_server.py +16 -16
- pulumi_oci/identity/domains_condition.py +19 -19
- pulumi_oci/identity/domains_customer_secret_key.py +21 -21
- pulumi_oci/identity/domains_dynamic_resource_group.py +20 -20
- pulumi_oci/identity/domains_grant.py +33 -33
- pulumi_oci/identity/domains_group.py +43 -43
- pulumi_oci/identity/domains_identity_propagation_trust.py +47 -47
- pulumi_oci/identity/domains_identity_provider.py +41 -41
- pulumi_oci/identity/domains_identity_setting.py +31 -31
- pulumi_oci/identity/domains_kmsi_setting.py +11 -11
- pulumi_oci/identity/domains_my_api_key.py +16 -16
- pulumi_oci/identity/domains_my_auth_token.py +16 -16
- pulumi_oci/identity/domains_my_customer_secret_key.py +16 -16
- pulumi_oci/identity/domains_my_oauth2client_credential.py +21 -21
- pulumi_oci/identity/domains_my_request.py +52 -52
- pulumi_oci/identity/domains_my_smtp_credential.py +16 -16
- pulumi_oci/identity/domains_my_support_account.py +16 -16
- pulumi_oci/identity/domains_my_user_db_credential.py +16 -16
- pulumi_oci/identity/domains_network_perimeter.py +16 -16
- pulumi_oci/identity/domains_notification_setting.py +21 -21
- pulumi_oci/identity/domains_oauth2client_credential.py +26 -26
- pulumi_oci/identity/domains_oauth_client_certificate.py +11 -11
- pulumi_oci/identity/domains_oauth_partner_certificate.py +19 -19
- pulumi_oci/identity/domains_password_policy.py +18 -18
- pulumi_oci/identity/domains_policy.py +43 -43
- pulumi_oci/identity/domains_rule.py +58 -58
- pulumi_oci/identity/domains_security_question.py +16 -16
- pulumi_oci/identity/domains_security_question_setting.py +11 -11
- pulumi_oci/identity/domains_self_registration_profile.py +51 -51
- pulumi_oci/identity/domains_setting.py +52 -52
- pulumi_oci/identity/domains_smtp_credential.py +21 -21
- pulumi_oci/identity/domains_social_identity_provider.py +43 -43
- pulumi_oci/identity/domains_user.py +149 -149
- pulumi_oci/identity/domains_user_db_credential.py +21 -21
- pulumi_oci/identity/get_allowed_domain_license_types.py +2 -2
- pulumi_oci/identity/get_api_keys.py +2 -2
- pulumi_oci/identity/get_auth_tokens.py +2 -2
- pulumi_oci/identity/get_availability_domains.py +2 -2
- pulumi_oci/identity/get_compartments.py +2 -2
- pulumi_oci/identity/get_cost_tracking_tags.py +2 -2
- pulumi_oci/identity/get_customer_secret_keys.py +2 -2
- pulumi_oci/identity/get_db_credentials.py +2 -2
- pulumi_oci/identity/get_domains.py +2 -2
- pulumi_oci/identity/get_dynamic_groups.py +2 -2
- pulumi_oci/identity/get_fault_domains.py +2 -2
- pulumi_oci/identity/get_groups.py +2 -2
- pulumi_oci/identity/get_iam_work_request_errors.py +2 -2
- pulumi_oci/identity/get_iam_work_request_logs.py +2 -2
- pulumi_oci/identity/get_iam_work_requests.py +2 -2
- pulumi_oci/identity/get_identity_provider_groups.py +2 -2
- pulumi_oci/identity/get_identity_providers.py +2 -2
- pulumi_oci/identity/get_idp_group_mappings.py +2 -2
- pulumi_oci/identity/get_network_sources.py +2 -2
- pulumi_oci/identity/get_policies.py +2 -2
- pulumi_oci/identity/get_region_subscriptions.py +2 -2
- pulumi_oci/identity/get_regions.py +2 -2
- pulumi_oci/identity/get_smtp_credentials.py +2 -2
- pulumi_oci/identity/get_tag_defaults.py +2 -2
- pulumi_oci/identity/get_tag_namespaces.py +2 -2
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +2 -2
- pulumi_oci/identity/get_tags.py +2 -2
- pulumi_oci/identity/get_user_group_memberships.py +2 -2
- pulumi_oci/identity/get_users.py +2 -2
- pulumi_oci/identity/network_source.py +5 -5
- pulumi_oci/identity/tag.py +13 -13
- pulumi_oci/identity/user.py +2 -2
- pulumi_oci/integration/get_integration_instance.py +14 -1
- pulumi_oci/integration/get_integration_instances.py +2 -2
- pulumi_oci/integration/integration_instance.py +83 -55
- pulumi_oci/integration/outputs.py +11 -0
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +80 -0
- pulumi_oci/jms/fleet.py +26 -26
- pulumi_oci/jms/fleet_advanced_feature_configuration.py +136 -136
- pulumi_oci/jms/get_agent_installers.py +190 -0
- pulumi_oci/jms/get_announcements.py +2 -2
- pulumi_oci/jms/get_fleet_blocklists.py +4 -4
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +29 -3
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +99 -5
- pulumi_oci/jms/get_fleet_diagnoses.py +2 -2
- pulumi_oci/jms/get_fleet_drs_files.py +2 -2
- pulumi_oci/jms/get_fleet_export_setting.py +3 -3
- pulumi_oci/jms/get_fleet_export_status.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +45 -5
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +27 -7
- pulumi_oci/jms/get_fleets.py +4 -4
- pulumi_oci/jms/get_installation_site.py +4 -4
- pulumi_oci/jms/get_installation_sites.py +6 -6
- pulumi_oci/jms/get_java_downloads_java_download_records.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_download_reports.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_licenses.py +2 -2
- pulumi_oci/jms/get_java_families.py +2 -2
- pulumi_oci/jms/get_java_family.py +14 -1
- pulumi_oci/jms/get_java_releases.py +2 -2
- pulumi_oci/jms/get_jms_plugin.py +313 -0
- pulumi_oci/jms/get_jms_plugins.py +291 -0
- pulumi_oci/jms/java_downloads_java_download_report.py +2 -2
- pulumi_oci/jms/java_downloads_java_download_token.py +4 -4
- pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +4 -4
- pulumi_oci/jms/jms_plugin.py +731 -0
- pulumi_oci/jms/outputs.py +488 -32
- pulumi_oci/kms/generated_key.py +15 -15
- pulumi_oci/kms/get_ekms_private_endpoints.py +2 -2
- pulumi_oci/kms/get_key_versions.py +2 -2
- pulumi_oci/kms/get_keys.py +2 -2
- pulumi_oci/kms/get_vault_replicas.py +2 -2
- pulumi_oci/kms/get_vaults.py +2 -2
- pulumi_oci/kms/key.py +29 -29
- pulumi_oci/kms/key_version.py +4 -4
- pulumi_oci/kms/vault.py +37 -37
- pulumi_oci/licensemanager/get_license_records.py +2 -2
- pulumi_oci/licensemanager/get_product_licenses.py +2 -2
- pulumi_oci/licensemanager/product_license.py +13 -13
- pulumi_oci/limits/get_limit_definitions.py +26 -9
- pulumi_oci/limits/get_limit_values.py +26 -9
- pulumi_oci/limits/get_quotas.py +2 -2
- pulumi_oci/limits/get_resource_availability.py +24 -5
- pulumi_oci/limits/get_services.py +26 -9
- pulumi_oci/limits/outputs.py +35 -2
- pulumi_oci/limits/quota.py +15 -15
- pulumi_oci/loadbalancer/backend_set.py +90 -90
- pulumi_oci/loadbalancer/get_backend_sets.py +2 -2
- pulumi_oci/loadbalancer/get_backends.py +2 -2
- pulumi_oci/loadbalancer/get_certificates.py +2 -2
- pulumi_oci/loadbalancer/get_hostnames.py +2 -2
- pulumi_oci/loadbalancer/get_listener_rules.py +2 -2
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +2 -2
- pulumi_oci/loadbalancer/get_load_balancers.py +2 -2
- pulumi_oci/loadbalancer/get_path_route_sets.py +2 -2
- pulumi_oci/loadbalancer/get_policies.py +2 -2
- pulumi_oci/loadbalancer/get_protocols.py +2 -2
- pulumi_oci/loadbalancer/get_rule_sets.py +2 -2
- pulumi_oci/loadbalancer/get_shapes.py +2 -2
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +2 -2
- pulumi_oci/loadbalancer/listener.py +40 -40
- pulumi_oci/loadbalancer/load_balancer.py +26 -26
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +21 -21
- pulumi_oci/loadbalancer/path_route_set.py +19 -19
- pulumi_oci/loadbalancer/rule_set.py +65 -65
- pulumi_oci/loganalytics/get_log_analytics_entities.py +2 -2
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +2 -2
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +2 -2
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +2 -2
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +2 -2
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +2 -2
- pulumi_oci/loganalytics/get_namespace_rules.py +2 -2
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +2 -2
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +2 -2
- pulumi_oci/loganalytics/get_namespaces.py +2 -2
- pulumi_oci/loganalytics/log_analytics_entity.py +19 -19
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +2 -2
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +5 -5
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +13 -13
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +48 -48
- pulumi_oci/loganalytics/namespace_scheduled_task.py +10 -10
- pulumi_oci/logging/get_log_groups.py +2 -2
- pulumi_oci/logging/get_log_saved_searches.py +2 -2
- pulumi_oci/logging/get_logs.py +2 -2
- pulumi_oci/logging/get_unified_agent_configurations.py +2 -2
- pulumi_oci/logging/log.py +25 -25
- pulumi_oci/logging/unified_agent_configuration.py +10 -10
- pulumi_oci/managementagent/get_management_agent_available_histories.py +2 -2
- pulumi_oci/managementagent/get_management_agent_data_sources.py +2 -2
- pulumi_oci/managementagent/get_management_agent_images.py +2 -2
- pulumi_oci/managementagent/get_management_agent_install_keys.py +2 -2
- pulumi_oci/managementagent/get_management_agent_plugins.py +2 -2
- pulumi_oci/managementagent/get_management_agents.py +2 -2
- pulumi_oci/managementagent/management_agent.py +6 -6
- pulumi_oci/managementagent/management_agent_data_source.py +13 -13
- pulumi_oci/marketplace/get_accepted_agreements.py +2 -2
- pulumi_oci/marketplace/get_categories.py +2 -2
- pulumi_oci/marketplace/get_listing_package_agreements.py +2 -2
- pulumi_oci/marketplace/get_listing_packages.py +2 -2
- pulumi_oci/marketplace/get_listing_taxes.py +2 -2
- pulumi_oci/marketplace/get_listings.py +2 -2
- pulumi_oci/marketplace/get_publication_packages.py +2 -2
- pulumi_oci/marketplace/get_publications.py +2 -2
- pulumi_oci/marketplace/get_publishers.py +2 -2
- pulumi_oci/marketplace/publication.py +50 -50
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +4 -4
- pulumi_oci/mediaservices/get_media_assets.py +2 -2
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +2 -2
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +2 -2
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +2 -2
- pulumi_oci/mediaservices/get_media_workflows.py +2 -2
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +2 -2
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +2 -2
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +2 -2
- pulumi_oci/mediaservices/media_asset.py +15 -15
- pulumi_oci/mediaservices/media_workflow.py +42 -42
- pulumi_oci/mediaservices/media_workflow_configuration.py +19 -19
- pulumi_oci/mediaservices/media_workflow_job.py +23 -23
- pulumi_oci/mediaservices/stream_cdn_config.py +52 -52
- pulumi_oci/mediaservices/stream_distribution_channel.py +19 -19
- pulumi_oci/mediaservices/stream_packaging_config.py +32 -32
- pulumi_oci/meteringcomputation/custom_table.py +29 -29
- pulumi_oci/meteringcomputation/get_custom_tables.py +2 -2
- pulumi_oci/meteringcomputation/get_queries.py +4 -4
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +2 -2
- pulumi_oci/meteringcomputation/get_schedules.py +4 -4
- pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +2 -2
- pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +2 -2
- pulumi_oci/meteringcomputation/query.py +65 -65
- pulumi_oci/meteringcomputation/schedule.py +60 -60
- pulumi_oci/meteringcomputation/usage.py +32 -32
- pulumi_oci/meteringcomputation/usage_carbon_emission.py +17 -17
- pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +51 -51
- pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +17 -17
- pulumi_oci/monitoring/alarm.py +34 -34
- pulumi_oci/monitoring/alarm_suppression.py +13 -13
- pulumi_oci/monitoring/get_alarm_statuses.py +2 -2
- pulumi_oci/monitoring/get_alarm_suppressions.py +2 -2
- pulumi_oci/monitoring/get_alarms.py +2 -2
- pulumi_oci/monitoring/get_metric_data.py +2 -2
- pulumi_oci/monitoring/get_metrics.py +2 -2
- pulumi_oci/mysql/channel.py +10 -10
- pulumi_oci/mysql/get_channels.py +2 -2
- pulumi_oci/mysql/get_mysql_backups.py +2 -2
- pulumi_oci/mysql/get_mysql_configurations.py +2 -2
- pulumi_oci/mysql/get_mysql_db_systems.py +2 -2
- pulumi_oci/mysql/get_mysql_version.py +2 -2
- pulumi_oci/mysql/get_replicas.py +2 -2
- pulumi_oci/mysql/get_shapes.py +2 -2
- pulumi_oci/mysql/heat_wave_cluster.py +2 -2
- pulumi_oci/mysql/mysql_backup.py +10 -10
- pulumi_oci/mysql/mysql_configuration.py +178 -178
- pulumi_oci/mysql/mysql_db_system.py +91 -91
- pulumi_oci/mysql/replica.py +17 -17
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +2 -2
- pulumi_oci/networkfirewall/get_network_firewalls.py +2 -2
- pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py +10 -10
- pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +32 -32
- pulumi_oci/networkfirewall/network_firewall_policy_service.py +13 -13
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +37 -37
- pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +13 -13
- pulumi_oci/networkloadbalancer/backend_set.py +47 -47
- pulumi_oci/networkloadbalancer/get_backend_sets.py +2 -2
- pulumi_oci/networkloadbalancer/get_backends.py +2 -2
- pulumi_oci/networkloadbalancer/get_listener.py +29 -3
- pulumi_oci/networkloadbalancer/get_listeners.py +2 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +2 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +2 -2
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +2 -2
- pulumi_oci/networkloadbalancer/listener.py +122 -24
- pulumi_oci/networkloadbalancer/network_load_balancer.py +14 -14
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -70
- pulumi_oci/networkloadbalancer/outputs.py +27 -5
- pulumi_oci/nosql/get_indexes.py +2 -2
- pulumi_oci/nosql/get_tables.py +2 -2
- pulumi_oci/nosql/index.py +15 -15
- pulumi_oci/nosql/table.py +21 -21
- pulumi_oci/objectstorage/bucket.py +21 -21
- pulumi_oci/objectstorage/get_bucket_summaries.py +2 -2
- pulumi_oci/objectstorage/get_object_versions.py +2 -2
- pulumi_oci/objectstorage/get_objects.py +2 -2
- pulumi_oci/objectstorage/get_preauthrequests.py +2 -2
- pulumi_oci/objectstorage/get_replication_policies.py +2 -2
- pulumi_oci/objectstorage/get_replication_sources.py +2 -2
- pulumi_oci/objectstorage/object_lifecycle_policy.py +31 -31
- pulumi_oci/objectstorage/storage_object.py +5 -5
- pulumi_oci/oce/get_oce_instances.py +2 -2
- pulumi_oci/ocvp/cluster.py +48 -48
- pulumi_oci/ocvp/get_clusters.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_sddcs.py +2 -2
- pulumi_oci/ocvp/get_supported_commitments.py +2 -2
- pulumi_oci/ocvp/get_supported_host_shapes.py +2 -2
- pulumi_oci/ocvp/get_supported_skus.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +2 -2
- pulumi_oci/ocvp/sddc.py +16 -16
- pulumi_oci/oda/get_oda_instances.py +2 -2
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +2 -2
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +2 -2
- pulumi_oci/oda/get_oda_private_endpoints.py +2 -2
- pulumi_oci/oda/oda_instance.py +2 -2
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +15 -15
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +2 -2
- pulumi_oci/onesubsription/get_billing_schedules.py +2 -2
- pulumi_oci/onesubsription/get_commitments.py +2 -2
- pulumi_oci/onesubsription/get_computed_usages.py +2 -2
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +2 -2
- pulumi_oci/onesubsription/get_invoices.py +2 -2
- pulumi_oci/onesubsription/get_organization_subscriptions.py +2 -2
- pulumi_oci/onesubsription/get_ratecards.py +2 -2
- pulumi_oci/onesubsription/get_subscribed_services.py +2 -2
- pulumi_oci/onesubsription/get_subscriptions.py +2 -2
- pulumi_oci/ons/get_notification_topics.py +2 -2
- pulumi_oci/ons/get_subscriptions.py +2 -2
- pulumi_oci/opa/get_opa_instances.py +2 -2
- pulumi_oci/opa/opa_instance.py +2 -2
- pulumi_oci/opensearch/get_opensearch_clusters.py +2 -2
- pulumi_oci/opensearch/get_opensearch_versions.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_actions.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +2 -2
- pulumi_oci/operatoraccesscontrol/get_controls.py +2 -2
- pulumi_oci/opsi/database_insight.py +15 -15
- pulumi_oci/opsi/exadata_insight.py +73 -73
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +2 -2
- pulumi_oci/opsi/get_awr_hub_sources.py +2 -2
- pulumi_oci/opsi/get_awr_hubs.py +2 -2
- pulumi_oci/opsi/get_database_insights.py +2 -2
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
- pulumi_oci/opsi/get_exadata_insights.py +2 -2
- pulumi_oci/opsi/get_host_insights.py +2 -2
- pulumi_oci/opsi/get_news_reports.py +2 -2
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +2 -2
- pulumi_oci/opsi/get_operations_insights_warehouses.py +2 -2
- pulumi_oci/opsi/get_opsi_configurations.py +2 -2
- pulumi_oci/opsi/news_report.py +23 -23
- pulumi_oci/opsi/opsi_configuration.py +15 -15
- pulumi_oci/optimizer/get_categories.py +2 -2
- pulumi_oci/optimizer/get_enrollment_statuses.py +2 -2
- pulumi_oci/optimizer/get_histories.py +2 -2
- pulumi_oci/optimizer/get_profile_levels.py +2 -2
- pulumi_oci/optimizer/get_profiles.py +2 -2
- pulumi_oci/optimizer/get_recommendation_strategies.py +2 -2
- pulumi_oci/optimizer/get_recommendations.py +2 -2
- pulumi_oci/optimizer/get_resource_actions.py +2 -2
- pulumi_oci/optimizer/profile.py +49 -49
- pulumi_oci/optimizer/recommendation.py +4 -4
- pulumi_oci/optimizer/resource_action.py +2 -2
- pulumi_oci/osmanagement/get_managed_instance_groups.py +2 -2
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +2 -2
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +2 -2
- pulumi_oci/osmanagement/get_managed_instances.py +2 -2
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +2 -2
- pulumi_oci/osmanagement/get_software_sources.py +2 -2
- pulumi_oci/osmanagement/managed_instance.py +8 -8
- pulumi_oci/osmanagement/managed_instance_group.py +2 -2
- pulumi_oci/osmanagement/managed_instance_management.py +39 -39
- pulumi_oci/osmanagement/software_source.py +2 -2
- pulumi_oci/osmanagementhub/event.py +4 -4
- pulumi_oci/osmanagementhub/get_entitlements.py +2 -2
- pulumi_oci/osmanagementhub/get_errata.py +2 -2
- pulumi_oci/osmanagementhub/get_events.py +2 -2
- pulumi_oci/osmanagementhub/get_lifecycle_environments.py +2 -2
- pulumi_oci/osmanagementhub/get_lifecycle_stages.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_errata.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_groups.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_modules.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +2 -2
- pulumi_oci/osmanagementhub/get_managed_instances.py +2 -2
- pulumi_oci/osmanagementhub/get_management_station_mirrors.py +2 -2
- pulumi_oci/osmanagementhub/get_management_stations.py +2 -2
- pulumi_oci/osmanagementhub/get_profiles.py +2 -2
- pulumi_oci/osmanagementhub/get_scheduled_jobs.py +2 -2
- pulumi_oci/osmanagementhub/get_software_package_software_source.py +2 -2
- pulumi_oci/osmanagementhub/get_software_packages.py +2 -2
- pulumi_oci/osmanagementhub/get_software_source.py +19 -1
- pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +2 -2
- pulumi_oci/osmanagementhub/get_software_source_module_streams.py +2 -2
- pulumi_oci/osmanagementhub/get_software_source_package_groups.py +2 -2
- pulumi_oci/osmanagementhub/get_software_source_software_packages.py +2 -2
- pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
- pulumi_oci/osmanagementhub/get_software_sources.py +2 -2
- pulumi_oci/osmanagementhub/get_windows_updates.py +2 -2
- pulumi_oci/osmanagementhub/lifecycle_environment.py +39 -39
- pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +19 -19
- pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +19 -19
- pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_group.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +77 -77
- pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +13 -13
- pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +13 -13
- pulumi_oci/osmanagementhub/management_station.py +38 -38
- pulumi_oci/osmanagementhub/profile.py +8 -8
- pulumi_oci/osmanagementhub/scheduled_job.py +75 -75
- pulumi_oci/osmanagementhub/software_source.py +92 -10
- pulumi_oci/osmanagementhub/software_source_change_availability_management.py +15 -15
- pulumi_oci/ospgateway/address_action_verification.py +2 -2
- pulumi_oci/ospgateway/get_invoices.py +2 -2
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +2 -2
- pulumi_oci/ospgateway/get_subscriptions.py +2 -2
- pulumi_oci/ospgateway/subscription.py +13 -13
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +2 -2
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +2 -2
- pulumi_oci/osubsubscription/get_commitments.py +2 -2
- pulumi_oci/osubsubscription/get_ratecards.py +2 -2
- pulumi_oci/osubsubscription/get_subscriptions.py +2 -2
- pulumi_oci/osubusage/get_commitment_aggregateds.py +2 -2
- pulumi_oci/osubusage/get_computed_usages.py +2 -2
- pulumi_oci/psql/_inputs.py +8 -4
- pulumi_oci/psql/backup.py +6 -6
- pulumi_oci/psql/configuration.py +160 -57
- pulumi_oci/psql/db_system.py +160 -162
- pulumi_oci/psql/get_backup.py +1 -1
- pulumi_oci/psql/get_backups.py +2 -2
- pulumi_oci/psql/get_configuration.py +27 -1
- pulumi_oci/psql/get_configurations.py +4 -4
- pulumi_oci/psql/get_db_systems.py +2 -2
- pulumi_oci/psql/get_default_configuration.py +15 -2
- pulumi_oci/psql/get_default_configurations.py +4 -4
- pulumi_oci/psql/get_shapes.py +2 -2
- pulumi_oci/psql/outputs.py +176 -13
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/queue/get_queues.py +2 -2
- pulumi_oci/recoverymod/get_protected_databases.py +2 -2
- pulumi_oci/recoverymod/get_protection_policies.py +2 -2
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +2 -2
- pulumi_oci/recoverymod/protected_database.py +13 -13
- pulumi_oci/redis/get_redis_clusters.py +2 -2
- pulumi_oci/redis/redis_cluster.py +2 -2
- pulumi_oci/resourcemanager/get_private_endpoints.py +2 -2
- pulumi_oci/resourcemanager/get_stacks.py +2 -2
- pulumi_oci/resourcescheduler/get_schedules.py +2 -2
- pulumi_oci/resourcescheduler/schedule.py +38 -38
- pulumi_oci/sch/connector.py +137 -137
- pulumi_oci/sch/get_connector_plugins.py +2 -2
- pulumi_oci/sch/get_service_connectors.py +2 -2
- pulumi_oci/secrets/get_secretbundle_versions.py +2 -2
- pulumi_oci/servicecatalog/get_private_application_packages.py +2 -2
- pulumi_oci/servicecatalog/get_private_applications.py +2 -2
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +2 -2
- pulumi_oci/servicecatalog/get_service_catalogs.py +2 -2
- pulumi_oci/servicecatalog/private_application.py +17 -17
- pulumi_oci/servicemanagerproxy/get_service_environments.py +2 -2
- pulumi_oci/servicemesh/access_policy.py +47 -47
- pulumi_oci/servicemesh/get_access_policies.py +2 -2
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +2 -2
- pulumi_oci/servicemesh/get_ingress_gateways.py +2 -2
- pulumi_oci/servicemesh/get_meshes.py +2 -2
- pulumi_oci/servicemesh/get_virtual_deployments.py +2 -2
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +2 -2
- pulumi_oci/servicemesh/get_virtual_services.py +2 -2
- pulumi_oci/servicemesh/ingress_gateway.py +75 -75
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +41 -41
- pulumi_oci/servicemesh/mesh.py +22 -22
- pulumi_oci/servicemesh/virtual_deployment.py +41 -41
- pulumi_oci/servicemesh/virtual_service.py +24 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +29 -29
- pulumi_oci/stackmonitoring/discovery_job.py +47 -47
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +2 -2
- pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +26 -26
- pulumi_oci/stackmonitoring/get_configs.py +2 -2
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +2 -2
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +2 -2
- pulumi_oci/stackmonitoring/get_metric_extensions.py +2 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +2 -2
- pulumi_oci/stackmonitoring/get_monitored_resource_types.py +2 -2
- pulumi_oci/stackmonitoring/get_monitored_resources.py +2 -2
- pulumi_oci/stackmonitoring/get_process_sets.py +2 -2
- pulumi_oci/stackmonitoring/metric_extension.py +90 -90
- pulumi_oci/stackmonitoring/monitored_resource.py +140 -140
- pulumi_oci/stackmonitoring/monitored_resource_task.py +39 -39
- pulumi_oci/stackmonitoring/monitored_resource_type.py +27 -27
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +4 -4
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +2 -2
- pulumi_oci/stackmonitoring/monitored_resources_search.py +2 -2
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +2 -2
- pulumi_oci/stackmonitoring/process_set.py +21 -21
- pulumi_oci/streaming/get_connect_harnesses.py +2 -2
- pulumi_oci/streaming/get_stream_pools.py +2 -2
- pulumi_oci/streaming/get_streams.py +2 -2
- pulumi_oci/streaming/stream_pool.py +43 -43
- pulumi_oci/usageproxy/get_resource_quotas.py +2 -2
- pulumi_oci/usageproxy/get_resources.py +2 -2
- pulumi_oci/usageproxy/get_subscription_products.py +2 -2
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +2 -2
- pulumi_oci/usageproxy/get_subscription_redemptions.py +2 -2
- pulumi_oci/usageproxy/get_subscription_rewards.py +2 -2
- pulumi_oci/usageproxy/get_usagelimits.py +2 -2
- pulumi_oci/usageproxy/subscription_redeemable_user.py +15 -15
- pulumi_oci/vault/get_secrets.py +2 -2
- pulumi_oci/vault/secret.py +15 -15
- pulumi_oci/vbs/get_inst_vbs_instances.py +2 -2
- pulumi_oci/visualbuilder/get_vb_instances.py +2 -2
- pulumi_oci/visualbuilder/vb_instance.py +30 -30
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +2 -2
- pulumi_oci/vnmonitoring/path_analysi.py +84 -84
- pulumi_oci/vnmonitoring/path_analyzer_test.py +84 -84
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +11 -11
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +17 -17
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +2 -2
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +2 -2
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +2 -2
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +2 -2
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +2 -2
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +80 -80
- pulumi_oci/waa/app_acceleration_policy.py +26 -26
- pulumi_oci/waa/get_app_acceleration_policies.py +2 -2
- pulumi_oci/waa/get_app_accelerations.py +2 -2
- pulumi_oci/waas/certificate.py +8 -8
- pulumi_oci/waas/get_address_lists.py +2 -2
- pulumi_oci/waas/get_certificates.py +2 -2
- pulumi_oci/waas/get_custom_protection_rules.py +2 -2
- pulumi_oci/waas/get_edge_subnets.py +2 -2
- pulumi_oci/waas/get_http_redirects.py +2 -2
- pulumi_oci/waas/get_protection_rules.py +2 -2
- pulumi_oci/waas/get_waas_policies.py +2 -2
- pulumi_oci/waas/http_redirect.py +19 -19
- pulumi_oci/waas/policy.py +20 -20
- pulumi_oci/waas/protection_rule.py +5 -5
- pulumi_oci/waf/app_firewall_policy.py +254 -254
- pulumi_oci/waf/get_firewalls.py +2 -2
- pulumi_oci/waf/get_network_address_lists.py +2 -2
- pulumi_oci/waf/get_protection_capabilities.py +2 -2
- pulumi_oci/waf/get_protection_capability_group_tags.py +2 -2
- pulumi_oci/waf/get_web_app_firewall_policies.py +2 -2
- pulumi_oci/waf/network_address_list.py +13 -13
- {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.7.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.7.0.dist-info}/RECORD +1345 -1333
- {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.7.0.dist-info}/WHEEL +1 -1
- {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.7.0.dist-info}/top_level.txt +0 -0
pulumi_oci/devops/_inputs.py
CHANGED
@@ -96,8 +96,17 @@ __all__ = [
|
|
96
96
|
'DeploymentDeploymentArgumentsItemArgs',
|
97
97
|
'DeploymentDeploymentExecutionProgressArgs',
|
98
98
|
'ProjectNotificationConfigArgs',
|
99
|
+
'ProjectRepositorySettingApprovalRulesArgs',
|
100
|
+
'ProjectRepositorySettingApprovalRulesItemArgs',
|
101
|
+
'ProjectRepositorySettingApprovalRulesItemReviewerArgs',
|
102
|
+
'ProjectRepositorySettingMergeSettingsArgs',
|
99
103
|
'RepositoryMirrorRepositoryConfigArgs',
|
100
104
|
'RepositoryMirrorRepositoryConfigTriggerScheduleArgs',
|
105
|
+
'RepositorySettingApprovalRulesArgs',
|
106
|
+
'RepositorySettingApprovalRulesItemArgs',
|
107
|
+
'RepositorySettingApprovalRulesItemReviewerArgs',
|
108
|
+
'RepositorySettingMergeChecksArgs',
|
109
|
+
'RepositorySettingMergeSettingsArgs',
|
101
110
|
'TriggerActionArgs',
|
102
111
|
'TriggerActionFilterArgs',
|
103
112
|
'TriggerActionFilterExcludeArgs',
|
@@ -120,6 +129,7 @@ __all__ = [
|
|
120
129
|
'GetRepositoryDiffsFilterArgs',
|
121
130
|
'GetRepositoryMirrorRecordsFilterArgs',
|
122
131
|
'GetRepositoryPathsFilterArgs',
|
132
|
+
'GetRepositoryProtectedBranchesFilterArgs',
|
123
133
|
'GetRepositoryRefsFilterArgs',
|
124
134
|
'GetTriggersFilterArgs',
|
125
135
|
]
|
@@ -1277,7 +1287,6 @@ class BuildRunBuildRunSourceTriggerInfoActionArgs:
|
|
1277
1287
|
type: Optional[pulumi.Input[str]] = None):
|
1278
1288
|
"""
|
1279
1289
|
:param pulumi.Input[str] build_pipeline_id: The OCID of the build pipeline.
|
1280
|
-
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterArgs']]] filters: The filters for the trigger.
|
1281
1290
|
:param pulumi.Input[str] type: The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
|
1282
1291
|
"""
|
1283
1292
|
if build_pipeline_id is not None:
|
@@ -1302,9 +1311,6 @@ class BuildRunBuildRunSourceTriggerInfoActionArgs:
|
|
1302
1311
|
@property
|
1303
1312
|
@pulumi.getter
|
1304
1313
|
def filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterArgs']]]]:
|
1305
|
-
"""
|
1306
|
-
The filters for the trigger.
|
1307
|
-
"""
|
1308
1314
|
return pulumi.get(self, "filters")
|
1309
1315
|
|
1310
1316
|
@filters.setter
|
@@ -1332,7 +1338,8 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1332
1338
|
includes: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs']]]] = None,
|
1333
1339
|
trigger_source: Optional[pulumi.Input[str]] = None):
|
1334
1340
|
"""
|
1335
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] events: The events, for example, PUSH,
|
1341
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
|
1342
|
+
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs']]] excludes: Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
|
1336
1343
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs']]] includes: Attributes to filter GitLab self-hosted server events.
|
1337
1344
|
:param pulumi.Input[str] trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
|
1338
1345
|
"""
|
@@ -1349,7 +1356,7 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1349
1356
|
@pulumi.getter
|
1350
1357
|
def events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1351
1358
|
"""
|
1352
|
-
The events, for example, PUSH,
|
1359
|
+
The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
|
1353
1360
|
"""
|
1354
1361
|
return pulumi.get(self, "events")
|
1355
1362
|
|
@@ -1360,6 +1367,9 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1360
1367
|
@property
|
1361
1368
|
@pulumi.getter
|
1362
1369
|
def excludes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs']]]]:
|
1370
|
+
"""
|
1371
|
+
Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
|
1372
|
+
"""
|
1363
1373
|
return pulumi.get(self, "excludes")
|
1364
1374
|
|
1365
1375
|
@excludes.setter
|
@@ -1395,12 +1405,18 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1395
1405
|
class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs:
|
1396
1406
|
def __init__(__self__, *,
|
1397
1407
|
file_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs']]]] = None):
|
1408
|
+
"""
|
1409
|
+
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs']]] file_filters: Attributes to support include/exclude files for triggering build runs.
|
1410
|
+
"""
|
1398
1411
|
if file_filters is not None:
|
1399
1412
|
pulumi.set(__self__, "file_filters", file_filters)
|
1400
1413
|
|
1401
1414
|
@property
|
1402
1415
|
@pulumi.getter(name="fileFilters")
|
1403
1416
|
def file_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs']]]]:
|
1417
|
+
"""
|
1418
|
+
Attributes to support include/exclude files for triggering build runs.
|
1419
|
+
"""
|
1404
1420
|
return pulumi.get(self, "file_filters")
|
1405
1421
|
|
1406
1422
|
@file_filters.setter
|
@@ -1412,12 +1428,18 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs:
|
|
1412
1428
|
class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs:
|
1413
1429
|
def __init__(__self__, *,
|
1414
1430
|
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
1431
|
+
"""
|
1432
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
|
1433
|
+
"""
|
1415
1434
|
if file_paths is not None:
|
1416
1435
|
pulumi.set(__self__, "file_paths", file_paths)
|
1417
1436
|
|
1418
1437
|
@property
|
1419
1438
|
@pulumi.getter(name="filePaths")
|
1420
1439
|
def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1440
|
+
"""
|
1441
|
+
The file paths/glob pattern for files.
|
1442
|
+
"""
|
1421
1443
|
return pulumi.get(self, "file_paths")
|
1422
1444
|
|
1423
1445
|
@file_paths.setter
|
@@ -1434,6 +1456,7 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
|
|
1434
1456
|
repository_name: Optional[pulumi.Input[str]] = None):
|
1435
1457
|
"""
|
1436
1458
|
:param pulumi.Input[str] base_ref: The target branch for pull requests; not applicable for push requests.
|
1459
|
+
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs']]] file_filters: Attributes to support include/exclude files for triggering build runs.
|
1437
1460
|
:param pulumi.Input[str] head_ref: Branch for push event; source branch for pull requests.
|
1438
1461
|
:param pulumi.Input[str] repository_name: The repository name for trigger events.
|
1439
1462
|
"""
|
@@ -1461,6 +1484,9 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
|
|
1461
1484
|
@property
|
1462
1485
|
@pulumi.getter(name="fileFilters")
|
1463
1486
|
def file_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs']]]]:
|
1487
|
+
"""
|
1488
|
+
Attributes to support include/exclude files for triggering build runs.
|
1489
|
+
"""
|
1464
1490
|
return pulumi.get(self, "file_filters")
|
1465
1491
|
|
1466
1492
|
@file_filters.setter
|
@@ -1496,12 +1522,18 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
|
|
1496
1522
|
class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs:
|
1497
1523
|
def __init__(__self__, *,
|
1498
1524
|
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
1525
|
+
"""
|
1526
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
|
1527
|
+
"""
|
1499
1528
|
if file_paths is not None:
|
1500
1529
|
pulumi.set(__self__, "file_paths", file_paths)
|
1501
1530
|
|
1502
1531
|
@property
|
1503
1532
|
@pulumi.getter(name="filePaths")
|
1504
1533
|
def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1534
|
+
"""
|
1535
|
+
The file paths/glob pattern for files.
|
1536
|
+
"""
|
1505
1537
|
return pulumi.get(self, "file_paths")
|
1506
1538
|
|
1507
1539
|
@file_paths.setter
|
@@ -3958,6 +3990,204 @@ class ProjectNotificationConfigArgs:
|
|
3958
3990
|
pulumi.set(self, "topic_id", value)
|
3959
3991
|
|
3960
3992
|
|
3993
|
+
@pulumi.input_type
|
3994
|
+
class ProjectRepositorySettingApprovalRulesArgs:
|
3995
|
+
def __init__(__self__, *,
|
3996
|
+
items: pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemArgs']]]):
|
3997
|
+
"""
|
3998
|
+
:param pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemArgs']]] items: (Updatable) List of approval rules.
|
3999
|
+
"""
|
4000
|
+
pulumi.set(__self__, "items", items)
|
4001
|
+
|
4002
|
+
@property
|
4003
|
+
@pulumi.getter
|
4004
|
+
def items(self) -> pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemArgs']]]:
|
4005
|
+
"""
|
4006
|
+
(Updatable) List of approval rules.
|
4007
|
+
"""
|
4008
|
+
return pulumi.get(self, "items")
|
4009
|
+
|
4010
|
+
@items.setter
|
4011
|
+
def items(self, value: pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemArgs']]]):
|
4012
|
+
pulumi.set(self, "items", value)
|
4013
|
+
|
4014
|
+
|
4015
|
+
@pulumi.input_type
|
4016
|
+
class ProjectRepositorySettingApprovalRulesItemArgs:
|
4017
|
+
def __init__(__self__, *,
|
4018
|
+
min_approvals_count: pulumi.Input[int],
|
4019
|
+
name: pulumi.Input[str],
|
4020
|
+
destination_branch: Optional[pulumi.Input[str]] = None,
|
4021
|
+
reviewers: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemReviewerArgs']]]] = None):
|
4022
|
+
"""
|
4023
|
+
:param pulumi.Input[int] min_approvals_count: (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
|
4024
|
+
:param pulumi.Input[str] name: (Updatable) Name which is used to uniquely identify an approval rule.
|
4025
|
+
:param pulumi.Input[str] destination_branch: (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
|
4026
|
+
:param pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemReviewerArgs']]] reviewers: (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
|
4027
|
+
"""
|
4028
|
+
pulumi.set(__self__, "min_approvals_count", min_approvals_count)
|
4029
|
+
pulumi.set(__self__, "name", name)
|
4030
|
+
if destination_branch is not None:
|
4031
|
+
pulumi.set(__self__, "destination_branch", destination_branch)
|
4032
|
+
if reviewers is not None:
|
4033
|
+
pulumi.set(__self__, "reviewers", reviewers)
|
4034
|
+
|
4035
|
+
@property
|
4036
|
+
@pulumi.getter(name="minApprovalsCount")
|
4037
|
+
def min_approvals_count(self) -> pulumi.Input[int]:
|
4038
|
+
"""
|
4039
|
+
(Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
|
4040
|
+
"""
|
4041
|
+
return pulumi.get(self, "min_approvals_count")
|
4042
|
+
|
4043
|
+
@min_approvals_count.setter
|
4044
|
+
def min_approvals_count(self, value: pulumi.Input[int]):
|
4045
|
+
pulumi.set(self, "min_approvals_count", value)
|
4046
|
+
|
4047
|
+
@property
|
4048
|
+
@pulumi.getter
|
4049
|
+
def name(self) -> pulumi.Input[str]:
|
4050
|
+
"""
|
4051
|
+
(Updatable) Name which is used to uniquely identify an approval rule.
|
4052
|
+
"""
|
4053
|
+
return pulumi.get(self, "name")
|
4054
|
+
|
4055
|
+
@name.setter
|
4056
|
+
def name(self, value: pulumi.Input[str]):
|
4057
|
+
pulumi.set(self, "name", value)
|
4058
|
+
|
4059
|
+
@property
|
4060
|
+
@pulumi.getter(name="destinationBranch")
|
4061
|
+
def destination_branch(self) -> Optional[pulumi.Input[str]]:
|
4062
|
+
"""
|
4063
|
+
(Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
|
4064
|
+
"""
|
4065
|
+
return pulumi.get(self, "destination_branch")
|
4066
|
+
|
4067
|
+
@destination_branch.setter
|
4068
|
+
def destination_branch(self, value: Optional[pulumi.Input[str]]):
|
4069
|
+
pulumi.set(self, "destination_branch", value)
|
4070
|
+
|
4071
|
+
@property
|
4072
|
+
@pulumi.getter
|
4073
|
+
def reviewers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemReviewerArgs']]]]:
|
4074
|
+
"""
|
4075
|
+
(Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
|
4076
|
+
"""
|
4077
|
+
return pulumi.get(self, "reviewers")
|
4078
|
+
|
4079
|
+
@reviewers.setter
|
4080
|
+
def reviewers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemReviewerArgs']]]]):
|
4081
|
+
pulumi.set(self, "reviewers", value)
|
4082
|
+
|
4083
|
+
|
4084
|
+
@pulumi.input_type
|
4085
|
+
class ProjectRepositorySettingApprovalRulesItemReviewerArgs:
|
4086
|
+
def __init__(__self__, *,
|
4087
|
+
principal_id: pulumi.Input[str],
|
4088
|
+
principal_name: Optional[pulumi.Input[str]] = None,
|
4089
|
+
principal_state: Optional[pulumi.Input[str]] = None,
|
4090
|
+
principal_type: Optional[pulumi.Input[str]] = None):
|
4091
|
+
"""
|
4092
|
+
:param pulumi.Input[str] principal_id: (Updatable) Pull Request reviewer id
|
4093
|
+
:param pulumi.Input[str] principal_name: the name of the principal
|
4094
|
+
:param pulumi.Input[str] principal_state: The state of the principal, it can be active or inactive or suppressed for emails
|
4095
|
+
:param pulumi.Input[str] principal_type: the type of principal
|
4096
|
+
"""
|
4097
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
4098
|
+
if principal_name is not None:
|
4099
|
+
pulumi.set(__self__, "principal_name", principal_name)
|
4100
|
+
if principal_state is not None:
|
4101
|
+
pulumi.set(__self__, "principal_state", principal_state)
|
4102
|
+
if principal_type is not None:
|
4103
|
+
pulumi.set(__self__, "principal_type", principal_type)
|
4104
|
+
|
4105
|
+
@property
|
4106
|
+
@pulumi.getter(name="principalId")
|
4107
|
+
def principal_id(self) -> pulumi.Input[str]:
|
4108
|
+
"""
|
4109
|
+
(Updatable) Pull Request reviewer id
|
4110
|
+
"""
|
4111
|
+
return pulumi.get(self, "principal_id")
|
4112
|
+
|
4113
|
+
@principal_id.setter
|
4114
|
+
def principal_id(self, value: pulumi.Input[str]):
|
4115
|
+
pulumi.set(self, "principal_id", value)
|
4116
|
+
|
4117
|
+
@property
|
4118
|
+
@pulumi.getter(name="principalName")
|
4119
|
+
def principal_name(self) -> Optional[pulumi.Input[str]]:
|
4120
|
+
"""
|
4121
|
+
the name of the principal
|
4122
|
+
"""
|
4123
|
+
return pulumi.get(self, "principal_name")
|
4124
|
+
|
4125
|
+
@principal_name.setter
|
4126
|
+
def principal_name(self, value: Optional[pulumi.Input[str]]):
|
4127
|
+
pulumi.set(self, "principal_name", value)
|
4128
|
+
|
4129
|
+
@property
|
4130
|
+
@pulumi.getter(name="principalState")
|
4131
|
+
def principal_state(self) -> Optional[pulumi.Input[str]]:
|
4132
|
+
"""
|
4133
|
+
The state of the principal, it can be active or inactive or suppressed for emails
|
4134
|
+
"""
|
4135
|
+
return pulumi.get(self, "principal_state")
|
4136
|
+
|
4137
|
+
@principal_state.setter
|
4138
|
+
def principal_state(self, value: Optional[pulumi.Input[str]]):
|
4139
|
+
pulumi.set(self, "principal_state", value)
|
4140
|
+
|
4141
|
+
@property
|
4142
|
+
@pulumi.getter(name="principalType")
|
4143
|
+
def principal_type(self) -> Optional[pulumi.Input[str]]:
|
4144
|
+
"""
|
4145
|
+
the type of principal
|
4146
|
+
"""
|
4147
|
+
return pulumi.get(self, "principal_type")
|
4148
|
+
|
4149
|
+
@principal_type.setter
|
4150
|
+
def principal_type(self, value: Optional[pulumi.Input[str]]):
|
4151
|
+
pulumi.set(self, "principal_type", value)
|
4152
|
+
|
4153
|
+
|
4154
|
+
@pulumi.input_type
|
4155
|
+
class ProjectRepositorySettingMergeSettingsArgs:
|
4156
|
+
def __init__(__self__, *,
|
4157
|
+
allowed_merge_strategies: pulumi.Input[Sequence[pulumi.Input[str]]],
|
4158
|
+
default_merge_strategy: pulumi.Input[str]):
|
4159
|
+
"""
|
4160
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_merge_strategies: (Updatable) List of merge strategies which are allowed for a Project or Repository.
|
4161
|
+
:param pulumi.Input[str] default_merge_strategy: (Updatable) Default type of merge strategy associated with the a Project or Repository.
|
4162
|
+
"""
|
4163
|
+
pulumi.set(__self__, "allowed_merge_strategies", allowed_merge_strategies)
|
4164
|
+
pulumi.set(__self__, "default_merge_strategy", default_merge_strategy)
|
4165
|
+
|
4166
|
+
@property
|
4167
|
+
@pulumi.getter(name="allowedMergeStrategies")
|
4168
|
+
def allowed_merge_strategies(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
4169
|
+
"""
|
4170
|
+
(Updatable) List of merge strategies which are allowed for a Project or Repository.
|
4171
|
+
"""
|
4172
|
+
return pulumi.get(self, "allowed_merge_strategies")
|
4173
|
+
|
4174
|
+
@allowed_merge_strategies.setter
|
4175
|
+
def allowed_merge_strategies(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
4176
|
+
pulumi.set(self, "allowed_merge_strategies", value)
|
4177
|
+
|
4178
|
+
@property
|
4179
|
+
@pulumi.getter(name="defaultMergeStrategy")
|
4180
|
+
def default_merge_strategy(self) -> pulumi.Input[str]:
|
4181
|
+
"""
|
4182
|
+
(Updatable) Default type of merge strategy associated with the a Project or Repository.
|
4183
|
+
"""
|
4184
|
+
return pulumi.get(self, "default_merge_strategy")
|
4185
|
+
|
4186
|
+
@default_merge_strategy.setter
|
4187
|
+
def default_merge_strategy(self, value: pulumi.Input[str]):
|
4188
|
+
pulumi.set(self, "default_merge_strategy", value)
|
4189
|
+
|
4190
|
+
|
3961
4191
|
@pulumi.input_type
|
3962
4192
|
class RepositoryMirrorRepositoryConfigArgs:
|
3963
4193
|
def __init__(__self__, *,
|
@@ -3965,7 +4195,7 @@ class RepositoryMirrorRepositoryConfigArgs:
|
|
3965
4195
|
repository_url: Optional[pulumi.Input[str]] = None,
|
3966
4196
|
trigger_schedule: Optional[pulumi.Input['RepositoryMirrorRepositoryConfigTriggerScheduleArgs']] = None):
|
3967
4197
|
"""
|
3968
|
-
:param pulumi.Input[str] connector_id: (Updatable) Upstream git repository connection
|
4198
|
+
:param pulumi.Input[str] connector_id: (Updatable) Upstream git repository connection identifier.
|
3969
4199
|
:param pulumi.Input[str] repository_url: (Updatable) URL of external repository you want to mirror.
|
3970
4200
|
:param pulumi.Input['RepositoryMirrorRepositoryConfigTriggerScheduleArgs'] trigger_schedule: (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
|
3971
4201
|
"""
|
@@ -3980,7 +4210,7 @@ class RepositoryMirrorRepositoryConfigArgs:
|
|
3980
4210
|
@pulumi.getter(name="connectorId")
|
3981
4211
|
def connector_id(self) -> Optional[pulumi.Input[str]]:
|
3982
4212
|
"""
|
3983
|
-
(Updatable) Upstream git repository connection
|
4213
|
+
(Updatable) Upstream git repository connection identifier.
|
3984
4214
|
"""
|
3985
4215
|
return pulumi.get(self, "connector_id")
|
3986
4216
|
|
@@ -4051,6 +4281,226 @@ class RepositoryMirrorRepositoryConfigTriggerScheduleArgs:
|
|
4051
4281
|
pulumi.set(self, "custom_schedule", value)
|
4052
4282
|
|
4053
4283
|
|
4284
|
+
@pulumi.input_type
|
4285
|
+
class RepositorySettingApprovalRulesArgs:
|
4286
|
+
def __init__(__self__, *,
|
4287
|
+
items: pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemArgs']]]):
|
4288
|
+
"""
|
4289
|
+
:param pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemArgs']]] items: (Updatable) List of approval rules.
|
4290
|
+
"""
|
4291
|
+
pulumi.set(__self__, "items", items)
|
4292
|
+
|
4293
|
+
@property
|
4294
|
+
@pulumi.getter
|
4295
|
+
def items(self) -> pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemArgs']]]:
|
4296
|
+
"""
|
4297
|
+
(Updatable) List of approval rules.
|
4298
|
+
"""
|
4299
|
+
return pulumi.get(self, "items")
|
4300
|
+
|
4301
|
+
@items.setter
|
4302
|
+
def items(self, value: pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemArgs']]]):
|
4303
|
+
pulumi.set(self, "items", value)
|
4304
|
+
|
4305
|
+
|
4306
|
+
@pulumi.input_type
|
4307
|
+
class RepositorySettingApprovalRulesItemArgs:
|
4308
|
+
def __init__(__self__, *,
|
4309
|
+
min_approvals_count: pulumi.Input[int],
|
4310
|
+
name: pulumi.Input[str],
|
4311
|
+
destination_branch: Optional[pulumi.Input[str]] = None,
|
4312
|
+
reviewers: Optional[pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemReviewerArgs']]]] = None):
|
4313
|
+
"""
|
4314
|
+
:param pulumi.Input[int] min_approvals_count: (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
|
4315
|
+
:param pulumi.Input[str] name: (Updatable) Name which is used to uniquely identify an approval rule.
|
4316
|
+
:param pulumi.Input[str] destination_branch: (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
|
4317
|
+
:param pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemReviewerArgs']]] reviewers: (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
|
4318
|
+
"""
|
4319
|
+
pulumi.set(__self__, "min_approvals_count", min_approvals_count)
|
4320
|
+
pulumi.set(__self__, "name", name)
|
4321
|
+
if destination_branch is not None:
|
4322
|
+
pulumi.set(__self__, "destination_branch", destination_branch)
|
4323
|
+
if reviewers is not None:
|
4324
|
+
pulumi.set(__self__, "reviewers", reviewers)
|
4325
|
+
|
4326
|
+
@property
|
4327
|
+
@pulumi.getter(name="minApprovalsCount")
|
4328
|
+
def min_approvals_count(self) -> pulumi.Input[int]:
|
4329
|
+
"""
|
4330
|
+
(Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
|
4331
|
+
"""
|
4332
|
+
return pulumi.get(self, "min_approvals_count")
|
4333
|
+
|
4334
|
+
@min_approvals_count.setter
|
4335
|
+
def min_approvals_count(self, value: pulumi.Input[int]):
|
4336
|
+
pulumi.set(self, "min_approvals_count", value)
|
4337
|
+
|
4338
|
+
@property
|
4339
|
+
@pulumi.getter
|
4340
|
+
def name(self) -> pulumi.Input[str]:
|
4341
|
+
"""
|
4342
|
+
(Updatable) Name which is used to uniquely identify an approval rule.
|
4343
|
+
"""
|
4344
|
+
return pulumi.get(self, "name")
|
4345
|
+
|
4346
|
+
@name.setter
|
4347
|
+
def name(self, value: pulumi.Input[str]):
|
4348
|
+
pulumi.set(self, "name", value)
|
4349
|
+
|
4350
|
+
@property
|
4351
|
+
@pulumi.getter(name="destinationBranch")
|
4352
|
+
def destination_branch(self) -> Optional[pulumi.Input[str]]:
|
4353
|
+
"""
|
4354
|
+
(Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
|
4355
|
+
"""
|
4356
|
+
return pulumi.get(self, "destination_branch")
|
4357
|
+
|
4358
|
+
@destination_branch.setter
|
4359
|
+
def destination_branch(self, value: Optional[pulumi.Input[str]]):
|
4360
|
+
pulumi.set(self, "destination_branch", value)
|
4361
|
+
|
4362
|
+
@property
|
4363
|
+
@pulumi.getter
|
4364
|
+
def reviewers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemReviewerArgs']]]]:
|
4365
|
+
"""
|
4366
|
+
(Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
|
4367
|
+
"""
|
4368
|
+
return pulumi.get(self, "reviewers")
|
4369
|
+
|
4370
|
+
@reviewers.setter
|
4371
|
+
def reviewers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemReviewerArgs']]]]):
|
4372
|
+
pulumi.set(self, "reviewers", value)
|
4373
|
+
|
4374
|
+
|
4375
|
+
@pulumi.input_type
|
4376
|
+
class RepositorySettingApprovalRulesItemReviewerArgs:
|
4377
|
+
def __init__(__self__, *,
|
4378
|
+
principal_id: pulumi.Input[str],
|
4379
|
+
principal_name: Optional[pulumi.Input[str]] = None,
|
4380
|
+
principal_state: Optional[pulumi.Input[str]] = None,
|
4381
|
+
principal_type: Optional[pulumi.Input[str]] = None):
|
4382
|
+
"""
|
4383
|
+
:param pulumi.Input[str] principal_id: (Updatable) Pull Request reviewer id
|
4384
|
+
:param pulumi.Input[str] principal_name: the name of the principal
|
4385
|
+
:param pulumi.Input[str] principal_state: The state of the principal, it can be active or inactive or suppressed for emails
|
4386
|
+
:param pulumi.Input[str] principal_type: the type of principal
|
4387
|
+
"""
|
4388
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
4389
|
+
if principal_name is not None:
|
4390
|
+
pulumi.set(__self__, "principal_name", principal_name)
|
4391
|
+
if principal_state is not None:
|
4392
|
+
pulumi.set(__self__, "principal_state", principal_state)
|
4393
|
+
if principal_type is not None:
|
4394
|
+
pulumi.set(__self__, "principal_type", principal_type)
|
4395
|
+
|
4396
|
+
@property
|
4397
|
+
@pulumi.getter(name="principalId")
|
4398
|
+
def principal_id(self) -> pulumi.Input[str]:
|
4399
|
+
"""
|
4400
|
+
(Updatable) Pull Request reviewer id
|
4401
|
+
"""
|
4402
|
+
return pulumi.get(self, "principal_id")
|
4403
|
+
|
4404
|
+
@principal_id.setter
|
4405
|
+
def principal_id(self, value: pulumi.Input[str]):
|
4406
|
+
pulumi.set(self, "principal_id", value)
|
4407
|
+
|
4408
|
+
@property
|
4409
|
+
@pulumi.getter(name="principalName")
|
4410
|
+
def principal_name(self) -> Optional[pulumi.Input[str]]:
|
4411
|
+
"""
|
4412
|
+
the name of the principal
|
4413
|
+
"""
|
4414
|
+
return pulumi.get(self, "principal_name")
|
4415
|
+
|
4416
|
+
@principal_name.setter
|
4417
|
+
def principal_name(self, value: Optional[pulumi.Input[str]]):
|
4418
|
+
pulumi.set(self, "principal_name", value)
|
4419
|
+
|
4420
|
+
@property
|
4421
|
+
@pulumi.getter(name="principalState")
|
4422
|
+
def principal_state(self) -> Optional[pulumi.Input[str]]:
|
4423
|
+
"""
|
4424
|
+
The state of the principal, it can be active or inactive or suppressed for emails
|
4425
|
+
"""
|
4426
|
+
return pulumi.get(self, "principal_state")
|
4427
|
+
|
4428
|
+
@principal_state.setter
|
4429
|
+
def principal_state(self, value: Optional[pulumi.Input[str]]):
|
4430
|
+
pulumi.set(self, "principal_state", value)
|
4431
|
+
|
4432
|
+
@property
|
4433
|
+
@pulumi.getter(name="principalType")
|
4434
|
+
def principal_type(self) -> Optional[pulumi.Input[str]]:
|
4435
|
+
"""
|
4436
|
+
the type of principal
|
4437
|
+
"""
|
4438
|
+
return pulumi.get(self, "principal_type")
|
4439
|
+
|
4440
|
+
@principal_type.setter
|
4441
|
+
def principal_type(self, value: Optional[pulumi.Input[str]]):
|
4442
|
+
pulumi.set(self, "principal_type", value)
|
4443
|
+
|
4444
|
+
|
4445
|
+
@pulumi.input_type
|
4446
|
+
class RepositorySettingMergeChecksArgs:
|
4447
|
+
def __init__(__self__, *,
|
4448
|
+
last_build_succeeded: pulumi.Input[str]):
|
4449
|
+
"""
|
4450
|
+
:param pulumi.Input[str] last_build_succeeded: (Updatable) Indicates whether or not a pull request must have a successful build run and no queued builds before it can be merged
|
4451
|
+
"""
|
4452
|
+
pulumi.set(__self__, "last_build_succeeded", last_build_succeeded)
|
4453
|
+
|
4454
|
+
@property
|
4455
|
+
@pulumi.getter(name="lastBuildSucceeded")
|
4456
|
+
def last_build_succeeded(self) -> pulumi.Input[str]:
|
4457
|
+
"""
|
4458
|
+
(Updatable) Indicates whether or not a pull request must have a successful build run and no queued builds before it can be merged
|
4459
|
+
"""
|
4460
|
+
return pulumi.get(self, "last_build_succeeded")
|
4461
|
+
|
4462
|
+
@last_build_succeeded.setter
|
4463
|
+
def last_build_succeeded(self, value: pulumi.Input[str]):
|
4464
|
+
pulumi.set(self, "last_build_succeeded", value)
|
4465
|
+
|
4466
|
+
|
4467
|
+
@pulumi.input_type
|
4468
|
+
class RepositorySettingMergeSettingsArgs:
|
4469
|
+
def __init__(__self__, *,
|
4470
|
+
allowed_merge_strategies: pulumi.Input[Sequence[pulumi.Input[str]]],
|
4471
|
+
default_merge_strategy: pulumi.Input[str]):
|
4472
|
+
"""
|
4473
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_merge_strategies: (Updatable) List of merge strategies which are allowed for a Project or Repository.
|
4474
|
+
:param pulumi.Input[str] default_merge_strategy: (Updatable) Default type of merge strategy associated with the a Project or Repository.
|
4475
|
+
"""
|
4476
|
+
pulumi.set(__self__, "allowed_merge_strategies", allowed_merge_strategies)
|
4477
|
+
pulumi.set(__self__, "default_merge_strategy", default_merge_strategy)
|
4478
|
+
|
4479
|
+
@property
|
4480
|
+
@pulumi.getter(name="allowedMergeStrategies")
|
4481
|
+
def allowed_merge_strategies(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
4482
|
+
"""
|
4483
|
+
(Updatable) List of merge strategies which are allowed for a Project or Repository.
|
4484
|
+
"""
|
4485
|
+
return pulumi.get(self, "allowed_merge_strategies")
|
4486
|
+
|
4487
|
+
@allowed_merge_strategies.setter
|
4488
|
+
def allowed_merge_strategies(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
4489
|
+
pulumi.set(self, "allowed_merge_strategies", value)
|
4490
|
+
|
4491
|
+
@property
|
4492
|
+
@pulumi.getter(name="defaultMergeStrategy")
|
4493
|
+
def default_merge_strategy(self) -> pulumi.Input[str]:
|
4494
|
+
"""
|
4495
|
+
(Updatable) Default type of merge strategy associated with the a Project or Repository.
|
4496
|
+
"""
|
4497
|
+
return pulumi.get(self, "default_merge_strategy")
|
4498
|
+
|
4499
|
+
@default_merge_strategy.setter
|
4500
|
+
def default_merge_strategy(self, value: pulumi.Input[str]):
|
4501
|
+
pulumi.set(self, "default_merge_strategy", value)
|
4502
|
+
|
4503
|
+
|
4054
4504
|
@pulumi.input_type
|
4055
4505
|
class TriggerActionArgs:
|
4056
4506
|
def __init__(__self__, *,
|
@@ -4060,7 +4510,6 @@ class TriggerActionArgs:
|
|
4060
4510
|
"""
|
4061
4511
|
:param pulumi.Input[str] build_pipeline_id: (Updatable) The OCID of the build pipeline to be triggered.
|
4062
4512
|
:param pulumi.Input[str] type: (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
|
4063
|
-
:param pulumi.Input['TriggerActionFilterArgs'] filter: (Updatable) The filters for the trigger.
|
4064
4513
|
"""
|
4065
4514
|
pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
|
4066
4515
|
pulumi.set(__self__, "type", type)
|
@@ -4094,9 +4543,6 @@ class TriggerActionArgs:
|
|
4094
4543
|
@property
|
4095
4544
|
@pulumi.getter
|
4096
4545
|
def filter(self) -> Optional[pulumi.Input['TriggerActionFilterArgs']]:
|
4097
|
-
"""
|
4098
|
-
(Updatable) The filters for the trigger.
|
4099
|
-
"""
|
4100
4546
|
return pulumi.get(self, "filter")
|
4101
4547
|
|
4102
4548
|
@filter.setter
|
@@ -4113,9 +4559,13 @@ class TriggerActionFilterArgs:
|
|
4113
4559
|
include: Optional[pulumi.Input['TriggerActionFilterIncludeArgs']] = None):
|
4114
4560
|
"""
|
4115
4561
|
:param pulumi.Input[str] trigger_source: (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
|
4116
|
-
|
4117
|
-
|
4118
|
-
|
4562
|
+
|
4563
|
+
|
4564
|
+
** IMPORTANT **
|
4565
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4566
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
|
4567
|
+
:param pulumi.Input['TriggerActionFilterExcludeArgs'] exclude: Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
|
4568
|
+
:param pulumi.Input['TriggerActionFilterIncludeArgs'] include: Attributes to filter GitLab self-hosted server events.
|
4119
4569
|
"""
|
4120
4570
|
pulumi.set(__self__, "trigger_source", trigger_source)
|
4121
4571
|
if events is not None:
|
@@ -4130,6 +4580,10 @@ class TriggerActionFilterArgs:
|
|
4130
4580
|
def trigger_source(self) -> pulumi.Input[str]:
|
4131
4581
|
"""
|
4132
4582
|
(Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
|
4583
|
+
|
4584
|
+
|
4585
|
+
** IMPORTANT **
|
4586
|
+
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
4133
4587
|
"""
|
4134
4588
|
return pulumi.get(self, "trigger_source")
|
4135
4589
|
|
@@ -4141,7 +4595,7 @@ class TriggerActionFilterArgs:
|
|
4141
4595
|
@pulumi.getter
|
4142
4596
|
def events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
4143
4597
|
"""
|
4144
|
-
|
4598
|
+
The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
|
4145
4599
|
"""
|
4146
4600
|
return pulumi.get(self, "events")
|
4147
4601
|
|
@@ -4153,7 +4607,7 @@ class TriggerActionFilterArgs:
|
|
4153
4607
|
@pulumi.getter
|
4154
4608
|
def exclude(self) -> Optional[pulumi.Input['TriggerActionFilterExcludeArgs']]:
|
4155
4609
|
"""
|
4156
|
-
|
4610
|
+
Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
|
4157
4611
|
"""
|
4158
4612
|
return pulumi.get(self, "exclude")
|
4159
4613
|
|
@@ -4165,7 +4619,7 @@ class TriggerActionFilterArgs:
|
|
4165
4619
|
@pulumi.getter
|
4166
4620
|
def include(self) -> Optional[pulumi.Input['TriggerActionFilterIncludeArgs']]:
|
4167
4621
|
"""
|
4168
|
-
|
4622
|
+
Attributes to filter GitLab self-hosted server events.
|
4169
4623
|
"""
|
4170
4624
|
return pulumi.get(self, "include")
|
4171
4625
|
|
@@ -4179,7 +4633,7 @@ class TriggerActionFilterExcludeArgs:
|
|
4179
4633
|
def __init__(__self__, *,
|
4180
4634
|
file_filter: Optional[pulumi.Input['TriggerActionFilterExcludeFileFilterArgs']] = None):
|
4181
4635
|
"""
|
4182
|
-
:param pulumi.Input['TriggerActionFilterExcludeFileFilterArgs'] file_filter:
|
4636
|
+
:param pulumi.Input['TriggerActionFilterExcludeFileFilterArgs'] file_filter: Attributes to support include/exclude files for triggering build runs.
|
4183
4637
|
"""
|
4184
4638
|
if file_filter is not None:
|
4185
4639
|
pulumi.set(__self__, "file_filter", file_filter)
|
@@ -4188,7 +4642,7 @@ class TriggerActionFilterExcludeArgs:
|
|
4188
4642
|
@pulumi.getter(name="fileFilter")
|
4189
4643
|
def file_filter(self) -> Optional[pulumi.Input['TriggerActionFilterExcludeFileFilterArgs']]:
|
4190
4644
|
"""
|
4191
|
-
|
4645
|
+
Attributes to support include/exclude files for triggering build runs.
|
4192
4646
|
"""
|
4193
4647
|
return pulumi.get(self, "file_filter")
|
4194
4648
|
|
@@ -4202,7 +4656,7 @@ class TriggerActionFilterExcludeFileFilterArgs:
|
|
4202
4656
|
def __init__(__self__, *,
|
4203
4657
|
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
4204
4658
|
"""
|
4205
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths:
|
4659
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
|
4206
4660
|
"""
|
4207
4661
|
if file_paths is not None:
|
4208
4662
|
pulumi.set(__self__, "file_paths", file_paths)
|
@@ -4211,7 +4665,7 @@ class TriggerActionFilterExcludeFileFilterArgs:
|
|
4211
4665
|
@pulumi.getter(name="filePaths")
|
4212
4666
|
def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
4213
4667
|
"""
|
4214
|
-
|
4668
|
+
The file paths/glob pattern for files.
|
4215
4669
|
"""
|
4216
4670
|
return pulumi.get(self, "file_paths")
|
4217
4671
|
|
@@ -4228,10 +4682,10 @@ class TriggerActionFilterIncludeArgs:
|
|
4228
4682
|
head_ref: Optional[pulumi.Input[str]] = None,
|
4229
4683
|
repository_name: Optional[pulumi.Input[str]] = None):
|
4230
4684
|
"""
|
4231
|
-
:param pulumi.Input[str] base_ref:
|
4232
|
-
:param pulumi.Input['TriggerActionFilterIncludeFileFilterArgs'] file_filter:
|
4233
|
-
:param pulumi.Input[str] head_ref:
|
4234
|
-
:param pulumi.Input[str] repository_name:
|
4685
|
+
:param pulumi.Input[str] base_ref: The target branch for pull requests; not applicable for push requests.
|
4686
|
+
:param pulumi.Input['TriggerActionFilterIncludeFileFilterArgs'] file_filter: Attributes to support include/exclude files for triggering build runs.
|
4687
|
+
:param pulumi.Input[str] head_ref: Branch for push event; source branch for pull requests.
|
4688
|
+
:param pulumi.Input[str] repository_name: The repository name for trigger events.
|
4235
4689
|
"""
|
4236
4690
|
if base_ref is not None:
|
4237
4691
|
pulumi.set(__self__, "base_ref", base_ref)
|
@@ -4246,7 +4700,7 @@ class TriggerActionFilterIncludeArgs:
|
|
4246
4700
|
@pulumi.getter(name="baseRef")
|
4247
4701
|
def base_ref(self) -> Optional[pulumi.Input[str]]:
|
4248
4702
|
"""
|
4249
|
-
|
4703
|
+
The target branch for pull requests; not applicable for push requests.
|
4250
4704
|
"""
|
4251
4705
|
return pulumi.get(self, "base_ref")
|
4252
4706
|
|
@@ -4258,7 +4712,7 @@ class TriggerActionFilterIncludeArgs:
|
|
4258
4712
|
@pulumi.getter(name="fileFilter")
|
4259
4713
|
def file_filter(self) -> Optional[pulumi.Input['TriggerActionFilterIncludeFileFilterArgs']]:
|
4260
4714
|
"""
|
4261
|
-
|
4715
|
+
Attributes to support include/exclude files for triggering build runs.
|
4262
4716
|
"""
|
4263
4717
|
return pulumi.get(self, "file_filter")
|
4264
4718
|
|
@@ -4270,7 +4724,7 @@ class TriggerActionFilterIncludeArgs:
|
|
4270
4724
|
@pulumi.getter(name="headRef")
|
4271
4725
|
def head_ref(self) -> Optional[pulumi.Input[str]]:
|
4272
4726
|
"""
|
4273
|
-
|
4727
|
+
Branch for push event; source branch for pull requests.
|
4274
4728
|
"""
|
4275
4729
|
return pulumi.get(self, "head_ref")
|
4276
4730
|
|
@@ -4282,7 +4736,7 @@ class TriggerActionFilterIncludeArgs:
|
|
4282
4736
|
@pulumi.getter(name="repositoryName")
|
4283
4737
|
def repository_name(self) -> Optional[pulumi.Input[str]]:
|
4284
4738
|
"""
|
4285
|
-
|
4739
|
+
The repository name for trigger events.
|
4286
4740
|
"""
|
4287
4741
|
return pulumi.get(self, "repository_name")
|
4288
4742
|
|
@@ -4296,7 +4750,7 @@ class TriggerActionFilterIncludeFileFilterArgs:
|
|
4296
4750
|
def __init__(__self__, *,
|
4297
4751
|
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
4298
4752
|
"""
|
4299
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths:
|
4753
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
|
4300
4754
|
"""
|
4301
4755
|
if file_paths is not None:
|
4302
4756
|
pulumi.set(__self__, "file_paths", file_paths)
|
@@ -4305,7 +4759,7 @@ class TriggerActionFilterIncludeFileFilterArgs:
|
|
4305
4759
|
@pulumi.getter(name="filePaths")
|
4306
4760
|
def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
4307
4761
|
"""
|
4308
|
-
|
4762
|
+
The file paths/glob pattern for files.
|
4309
4763
|
"""
|
4310
4764
|
return pulumi.get(self, "file_paths")
|
4311
4765
|
|
@@ -4992,6 +5446,51 @@ class GetRepositoryPathsFilterArgs:
|
|
4992
5446
|
pulumi.set(self, "regex", value)
|
4993
5447
|
|
4994
5448
|
|
5449
|
+
@pulumi.input_type
|
5450
|
+
class GetRepositoryProtectedBranchesFilterArgs:
|
5451
|
+
def __init__(__self__, *,
|
5452
|
+
name: str,
|
5453
|
+
values: Sequence[str],
|
5454
|
+
regex: Optional[bool] = None):
|
5455
|
+
"""
|
5456
|
+
:param str name: A filter to return only resources that match the given branch name.
|
5457
|
+
"""
|
5458
|
+
pulumi.set(__self__, "name", name)
|
5459
|
+
pulumi.set(__self__, "values", values)
|
5460
|
+
if regex is not None:
|
5461
|
+
pulumi.set(__self__, "regex", regex)
|
5462
|
+
|
5463
|
+
@property
|
5464
|
+
@pulumi.getter
|
5465
|
+
def name(self) -> str:
|
5466
|
+
"""
|
5467
|
+
A filter to return only resources that match the given branch name.
|
5468
|
+
"""
|
5469
|
+
return pulumi.get(self, "name")
|
5470
|
+
|
5471
|
+
@name.setter
|
5472
|
+
def name(self, value: str):
|
5473
|
+
pulumi.set(self, "name", value)
|
5474
|
+
|
5475
|
+
@property
|
5476
|
+
@pulumi.getter
|
5477
|
+
def values(self) -> Sequence[str]:
|
5478
|
+
return pulumi.get(self, "values")
|
5479
|
+
|
5480
|
+
@values.setter
|
5481
|
+
def values(self, value: Sequence[str]):
|
5482
|
+
pulumi.set(self, "values", value)
|
5483
|
+
|
5484
|
+
@property
|
5485
|
+
@pulumi.getter
|
5486
|
+
def regex(self) -> Optional[bool]:
|
5487
|
+
return pulumi.get(self, "regex")
|
5488
|
+
|
5489
|
+
@regex.setter
|
5490
|
+
def regex(self, value: Optional[bool]):
|
5491
|
+
pulumi.set(self, "regex", value)
|
5492
|
+
|
5493
|
+
|
4995
5494
|
@pulumi.input_type
|
4996
5495
|
class GetRepositoryRefsFilterArgs:
|
4997
5496
|
def __init__(__self__, *,
|