pulumi-oci 1.11.0a1695814503__py3-none-any.whl → 1.12.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 +43 -0
- pulumi_oci/adm/_inputs.py +116 -23
- pulumi_oci/adm/get_knowledgebase.py +1 -1
- pulumi_oci/adm/get_knowledgebases.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +1 -1
- pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerability.py +1 -1
- pulumi_oci/adm/get_vulnerability_audits.py +1 -1
- pulumi_oci/adm/knowledge_base.py +55 -13
- pulumi_oci/adm/outputs.py +469 -101
- pulumi_oci/adm/vulnerability_audit.py +119 -31
- pulumi_oci/aianomalydetection/_inputs.py +355 -84
- pulumi_oci/aianomalydetection/ai_private_endpoint.py +73 -19
- pulumi_oci/aianomalydetection/data_asset.py +84 -21
- pulumi_oci/aianomalydetection/detect_anomaly_job.py +98 -24
- pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +1 -1
- pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +1 -1
- pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_asset.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_data_assets.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_model.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_models.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_project.py +1 -1
- pulumi_oci/aianomalydetection/get_detection_projects.py +1 -1
- pulumi_oci/aianomalydetection/model.py +84 -21
- pulumi_oci/aianomalydetection/outputs.py +1189 -292
- pulumi_oci/aianomalydetection/project.py +61 -15
- pulumi_oci/aidocument/_inputs.py +315 -72
- pulumi_oci/aidocument/get_model.py +1 -1
- pulumi_oci/aidocument/get_models.py +1 -1
- pulumi_oci/aidocument/get_processor_job.py +1 -1
- pulumi_oci/aidocument/get_project.py +1 -1
- pulumi_oci/aidocument/get_projects.py +1 -1
- pulumi_oci/aidocument/model.py +154 -54
- pulumi_oci/aidocument/outputs.py +932 -210
- pulumi_oci/aidocument/processor_job.py +82 -17
- pulumi_oci/aidocument/project.py +64 -16
- pulumi_oci/ailanguage/_inputs.py +321 -68
- pulumi_oci/ailanguage/endpoint.py +79 -21
- pulumi_oci/ailanguage/get_endpoint.py +1 -1
- pulumi_oci/ailanguage/get_endpoints.py +1 -1
- pulumi_oci/ailanguage/get_model.py +1 -1
- pulumi_oci/ailanguage/get_model_evaluation_results.py +1 -1
- pulumi_oci/ailanguage/get_model_type.py +1 -1
- pulumi_oci/ailanguage/get_models.py +1 -1
- pulumi_oci/ailanguage/get_project.py +1 -1
- pulumi_oci/ailanguage/get_projects.py +1 -1
- pulumi_oci/ailanguage/model.py +109 -26
- pulumi_oci/ailanguage/outputs.py +1086 -239
- pulumi_oci/ailanguage/project.py +64 -16
- pulumi_oci/aivision/_inputs.py +99 -22
- pulumi_oci/aivision/get_model.py +1 -1
- pulumi_oci/aivision/get_models.py +1 -1
- pulumi_oci/aivision/get_project.py +1 -1
- pulumi_oci/aivision/get_projects.py +1 -1
- pulumi_oci/aivision/model.py +151 -40
- pulumi_oci/aivision/outputs.py +379 -92
- pulumi_oci/aivision/project.py +64 -16
- pulumi_oci/analytics/_inputs.py +100 -20
- pulumi_oci/analytics/analytics_instance.py +116 -30
- pulumi_oci/analytics/analytics_instance_private_access_channel.py +70 -18
- pulumi_oci/analytics/analytics_instance_vanity_url.py +61 -15
- pulumi_oci/analytics/get_analytics_instance.py +1 -1
- pulumi_oci/analytics/get_analytics_instance_private_access_channel.py +1 -1
- pulumi_oci/analytics/get_analytics_instances.py +1 -1
- pulumi_oci/analytics/outputs.py +295 -64
- pulumi_oci/announcementsservice/_inputs.py +56 -10
- pulumi_oci/announcementsservice/announcement_subscription.py +93 -24
- pulumi_oci/announcementsservice/announcement_subscriptions_actions_change_compartment.py +31 -5
- pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +37 -7
- pulumi_oci/announcementsservice/get_announcement_subscription.py +1 -1
- pulumi_oci/announcementsservice/get_announcement_subscriptions.py +1 -1
- pulumi_oci/announcementsservice/outputs.py +170 -34
- pulumi_oci/apigateway/_inputs.py +1983 -398
- pulumi_oci/apigateway/api.py +67 -17
- pulumi_oci/apigateway/certificate.py +79 -21
- pulumi_oci/apigateway/deployment.py +81 -20
- pulumi_oci/apigateway/gateway.py +102 -27
- pulumi_oci/apigateway/get_api.py +1 -1
- pulumi_oci/apigateway/get_api_content.py +1 -1
- pulumi_oci/apigateway/get_api_deployment_specification.py +1 -1
- pulumi_oci/apigateway/get_api_validation.py +1 -1
- pulumi_oci/apigateway/get_apis.py +1 -1
- pulumi_oci/apigateway/get_certificate.py +1 -1
- pulumi_oci/apigateway/get_certificates.py +1 -1
- pulumi_oci/apigateway/get_deployment.py +1 -1
- pulumi_oci/apigateway/get_deployments.py +1 -1
- pulumi_oci/apigateway/get_gateway.py +1 -1
- pulumi_oci/apigateway/get_gateways.py +1 -1
- pulumi_oci/apigateway/get_subscriber.py +1 -1
- pulumi_oci/apigateway/get_subscribers.py +1 -1
- pulumi_oci/apigateway/get_usage_plan.py +1 -1
- pulumi_oci/apigateway/get_usage_plans.py +1 -1
- pulumi_oci/apigateway/outputs.py +7817 -1589
- pulumi_oci/apigateway/subscriber.py +67 -17
- pulumi_oci/apigateway/usage_plan.py +61 -15
- pulumi_oci/apm/_inputs.py +33 -7
- pulumi_oci/apm/apm_domain.py +67 -17
- pulumi_oci/apm/get_apm_domain.py +1 -1
- pulumi_oci/apm/get_apm_domains.py +1 -1
- pulumi_oci/apm/get_data_keys.py +1 -1
- pulumi_oci/apm/outputs.py +89 -21
- pulumi_oci/apmconfig/_inputs.py +96 -21
- pulumi_oci/apmconfig/config.py +130 -38
- pulumi_oci/apmconfig/get_config.py +1 -1
- pulumi_oci/apmconfig/get_configs.py +1 -1
- pulumi_oci/apmconfig/outputs.py +337 -78
- pulumi_oci/apmsynthetics/_inputs.py +446 -91
- pulumi_oci/apmsynthetics/config.py +163 -44
- pulumi_oci/apmsynthetics/dedicated_vantage_point.py +78 -19
- pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/get_monitor.py +1 -1
- pulumi_oci/apmsynthetics/get_monitors.py +1 -1
- pulumi_oci/apmsynthetics/get_result.py +1 -1
- pulumi_oci/apmsynthetics/get_script.py +1 -1
- pulumi_oci/apmsynthetics/get_scripts.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_point.py +1 -1
- pulumi_oci/apmsynthetics/get_vantage_points.py +1 -1
- pulumi_oci/apmsynthetics/outputs.py +1520 -323
- pulumi_oci/apmsynthetics/script.py +82 -22
- pulumi_oci/apmtraces/_inputs.py +17 -4
- pulumi_oci/apmtraces/get_query_quick_picks.py +1 -1
- pulumi_oci/apmtraces/get_trace.py +1 -1
- pulumi_oci/apmtraces/get_trace_aggregated_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/get_trace_snapshot_data.py +1 -1
- pulumi_oci/apmtraces/outputs.py +225 -50
- pulumi_oci/appmgmtcontrol/_inputs.py +17 -4
- pulumi_oci/appmgmtcontrol/get_monitored_instance.py +1 -1
- pulumi_oci/appmgmtcontrol/get_monitored_instances.py +1 -1
- pulumi_oci/appmgmtcontrol/monitor_plugin_management.py +40 -8
- pulumi_oci/appmgmtcontrol/outputs.py +61 -14
- pulumi_oci/artifacts/_inputs.py +94 -18
- pulumi_oci/artifacts/container_configuration.py +34 -6
- pulumi_oci/artifacts/container_image_signature.py +88 -24
- pulumi_oci/artifacts/container_repository.py +96 -25
- pulumi_oci/artifacts/generic_artifact.py +64 -16
- pulumi_oci/artifacts/get_container_configuration.py +1 -1
- pulumi_oci/artifacts/get_container_image.py +1 -1
- pulumi_oci/artifacts/get_container_image_signature.py +1 -1
- pulumi_oci/artifacts/get_container_images.py +1 -1
- pulumi_oci/artifacts/get_container_repositories.py +1 -1
- pulumi_oci/artifacts/get_container_repository.py +1 -1
- pulumi_oci/artifacts/get_container_signatures.py +1 -1
- pulumi_oci/artifacts/get_generic_artifact.py +1 -1
- pulumi_oci/artifacts/get_generic_artifacts.py +1 -1
- pulumi_oci/artifacts/get_repositories.py +1 -1
- pulumi_oci/artifacts/get_repository.py +1 -1
- pulumi_oci/artifacts/outputs.py +515 -121
- pulumi_oci/artifacts/repository.py +67 -17
- pulumi_oci/audit/_inputs.py +17 -4
- pulumi_oci/audit/configuration.py +31 -5
- pulumi_oci/audit/get_configuration.py +1 -1
- pulumi_oci/audit/get_events.py +1 -1
- pulumi_oci/audit/outputs.py +191 -48
- pulumi_oci/autoscaling/_inputs.py +167 -41
- pulumi_oci/autoscaling/auto_scaling_configuration.py +81 -33
- pulumi_oci/autoscaling/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/autoscaling/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/autoscaling/outputs.py +510 -111
- pulumi_oci/bastion/_inputs.py +71 -15
- pulumi_oci/bastion/bastion.py +109 -31
- pulumi_oci/bastion/get_bastion.py +1 -1
- pulumi_oci/bastion/get_bastions.py +1 -1
- pulumi_oci/bastion/get_session.py +1 -1
- pulumi_oci/bastion/get_sessions.py +1 -1
- pulumi_oci/bastion/outputs.py +266 -66
- pulumi_oci/bastion/session.py +89 -21
- pulumi_oci/bigdataservice/_inputs.py +866 -182
- pulumi_oci/bigdataservice/auto_scaling_configuration.py +80 -18
- pulumi_oci/bigdataservice/bds_instance.py +231 -60
- pulumi_oci/bigdataservice/bds_instance_api_key.py +64 -16
- pulumi_oci/bigdataservice/bds_instance_metastore_config.py +73 -19
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +37 -7
- pulumi_oci/bigdataservice/get_auto_scaling_configuration.py +1 -1
- pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_key.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_config.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instance_patches.py +1 -1
- pulumi_oci/bigdataservice/get_bds_instances.py +1 -1
- pulumi_oci/bigdataservice/outputs.py +2639 -577
- pulumi_oci/blockchain/_inputs.py +197 -36
- pulumi_oci/blockchain/blockchain_platform.py +153 -44
- pulumi_oci/blockchain/get_blockchain_platform.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platform_patches.py +1 -1
- pulumi_oci/blockchain/get_blockchain_platforms.py +1 -1
- pulumi_oci/blockchain/get_osn.py +1 -1
- pulumi_oci/blockchain/get_osns.py +1 -1
- pulumi_oci/blockchain/get_peer.py +1 -1
- pulumi_oci/blockchain/get_peers.py +1 -1
- pulumi_oci/blockchain/osn.py +48 -9
- pulumi_oci/blockchain/outputs.py +674 -132
- pulumi_oci/blockchain/peer.py +63 -14
- pulumi_oci/budget/_inputs.py +33 -7
- pulumi_oci/budget/budget.py +127 -40
- pulumi_oci/budget/get_alert_rule.py +1 -1
- pulumi_oci/budget/get_alert_rules.py +1 -1
- pulumi_oci/budget/get_budget.py +1 -1
- pulumi_oci/budget/get_budgets.py +1 -1
- pulumi_oci/budget/outputs.py +161 -45
- pulumi_oci/budget/rule.py +91 -25
- pulumi_oci/certificatesmanagement/_inputs.py +662 -156
- pulumi_oci/certificatesmanagement/ca_bundle.py +64 -16
- pulumi_oci/certificatesmanagement/certificate.py +102 -27
- pulumi_oci/certificatesmanagement/certificate_authority.py +110 -28
- pulumi_oci/certificatesmanagement/get_association.py +1 -1
- pulumi_oci/certificatesmanagement/get_associations.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundle.py +1 -1
- pulumi_oci/certificatesmanagement/get_ca_bundles.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authorities.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_version.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificate_versions.py +1 -1
- pulumi_oci/certificatesmanagement/get_certificates.py +1 -1
- pulumi_oci/certificatesmanagement/outputs.py +2271 -536
- pulumi_oci/cloudbridge/_inputs.py +488 -112
- pulumi_oci/cloudbridge/agent.py +97 -27
- pulumi_oci/cloudbridge/agent_dependency.py +100 -28
- pulumi_oci/cloudbridge/agent_plugin.py +64 -16
- pulumi_oci/cloudbridge/asset.py +129 -31
- pulumi_oci/cloudbridge/asset_source.py +131 -35
- pulumi_oci/cloudbridge/discovery_schedule.py +64 -16
- pulumi_oci/cloudbridge/environment.py +58 -14
- pulumi_oci/cloudbridge/get_agent.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependencies.py +1 -1
- pulumi_oci/cloudbridge/get_agent_dependency.py +1 -1
- pulumi_oci/cloudbridge/get_agent_plugin.py +1 -1
- pulumi_oci/cloudbridge/get_agents.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_image.py +1 -1
- pulumi_oci/cloudbridge/get_appliance_images.py +1 -1
- pulumi_oci/cloudbridge/get_asset.py +1 -1
- pulumi_oci/cloudbridge/get_asset_source.py +1 -1
- pulumi_oci/cloudbridge/get_asset_sources.py +1 -1
- pulumi_oci/cloudbridge/get_assets.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedule.py +1 -1
- pulumi_oci/cloudbridge/get_discovery_schedules.py +1 -1
- pulumi_oci/cloudbridge/get_environment.py +1 -1
- pulumi_oci/cloudbridge/get_environments.py +1 -1
- pulumi_oci/cloudbridge/get_inventories.py +1 -1
- pulumi_oci/cloudbridge/get_inventory.py +1 -1
- pulumi_oci/cloudbridge/inventory.py +58 -14
- pulumi_oci/cloudbridge/outputs.py +1748 -427
- pulumi_oci/cloudguard/_inputs.py +1352 -316
- pulumi_oci/cloudguard/cloud_guard_configuration.py +43 -9
- pulumi_oci/cloudguard/cloud_guard_data_source.py +81 -20
- pulumi_oci/cloudguard/data_mask_rule.py +96 -25
- pulumi_oci/cloudguard/detector_recipe.py +88 -24
- pulumi_oci/cloudguard/get_cloud_guard_configuration.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rule.py +1 -1
- pulumi_oci/cloudguard/get_data_mask_rules.py +1 -1
- pulumi_oci/cloudguard/get_data_source.py +1 -1
- pulumi_oci/cloudguard/get_data_source_event.py +1 -1
- pulumi_oci/cloudguard/get_data_source_events.py +1 -1
- pulumi_oci/cloudguard/get_data_sources.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipe.py +1 -1
- pulumi_oci/cloudguard/get_detector_recipes.py +1 -1
- pulumi_oci/cloudguard/get_guard_target.py +1 -1
- pulumi_oci/cloudguard/get_guard_targets.py +1 -1
- pulumi_oci/cloudguard/get_managed_list.py +1 -1
- pulumi_oci/cloudguard/get_managed_lists.py +1 -1
- pulumi_oci/cloudguard/get_problem_entities.py +1 -1
- pulumi_oci/cloudguard/get_problem_entity.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipe.py +1 -1
- pulumi_oci/cloudguard/get_responder_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_policies.py +1 -1
- pulumi_oci/cloudguard/get_security_policy.py +1 -1
- pulumi_oci/cloudguard/get_security_recipe.py +1 -1
- pulumi_oci/cloudguard/get_security_recipes.py +1 -1
- pulumi_oci/cloudguard/get_security_zone.py +1 -1
- pulumi_oci/cloudguard/get_security_zones.py +1 -1
- pulumi_oci/cloudguard/managed_list.py +88 -24
- pulumi_oci/cloudguard/outputs.py +4456 -1066
- pulumi_oci/cloudguard/responder_recipe.py +82 -22
- pulumi_oci/cloudguard/security_recipe.py +70 -18
- pulumi_oci/cloudguard/security_zone.py +73 -19
- pulumi_oci/cloudguard/target.py +100 -28
- pulumi_oci/cloudmigrations/_inputs.py +1111 -259
- pulumi_oci/cloudmigrations/get_migration.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_assets.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shape.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +1 -1
- pulumi_oci/cloudmigrations/get_migration_plans.py +1 -1
- pulumi_oci/cloudmigrations/get_migrations.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedule.py +1 -1
- pulumi_oci/cloudmigrations/get_replication_schedules.py +1 -1
- pulumi_oci/cloudmigrations/get_target_asset.py +1 -1
- pulumi_oci/cloudmigrations/get_target_assets.py +1 -1
- pulumi_oci/cloudmigrations/migration.py +70 -18
- pulumi_oci/cloudmigrations/migration_asset.py +103 -29
- pulumi_oci/cloudmigrations/migration_plan.py +91 -25
- pulumi_oci/cloudmigrations/outputs.py +3596 -861
- pulumi_oci/cloudmigrations/replication_schedule.py +64 -16
- pulumi_oci/cloudmigrations/target_asset.py +105 -28
- pulumi_oci/computecloud/__init__.py +15 -0
- pulumi_oci/computecloud/_inputs.py +927 -0
- pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +1004 -0
- pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +703 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +368 -0
- pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +244 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +264 -0
- pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +244 -0
- pulumi_oci/computecloud/outputs.py +2650 -0
- pulumi_oci/computeinstanceagent/_inputs.py +33 -7
- pulumi_oci/computeinstanceagent/get_instance_agent_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +1 -1
- pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +1 -1
- pulumi_oci/computeinstanceagent/outputs.py +71 -15
- pulumi_oci/config/vars.py +1 -1
- pulumi_oci/containerengine/_inputs.py +1033 -219
- pulumi_oci/containerengine/addon.py +61 -15
- pulumi_oci/containerengine/cluster.py +121 -30
- pulumi_oci/containerengine/cluster_complete_credential_rotation_management.py +25 -3
- pulumi_oci/containerengine/cluster_start_credential_rotation_management.py +31 -5
- pulumi_oci/containerengine/cluster_workload_mapping.py +58 -14
- pulumi_oci/containerengine/container_instance.py +143 -39
- pulumi_oci/containerengine/get_addon.py +1 -1
- pulumi_oci/containerengine/get_addon_options.py +1 -1
- pulumi_oci/containerengine/get_addons.py +1 -1
- pulumi_oci/containerengine/get_cluster_credential_rotation_status.py +1 -1
- pulumi_oci/containerengine/get_cluster_kube_config.py +1 -1
- pulumi_oci/containerengine/get_cluster_option.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mapping.py +1 -1
- pulumi_oci/containerengine/get_cluster_workload_mappings.py +1 -1
- pulumi_oci/containerengine/get_clusters.py +1 -1
- pulumi_oci/containerengine/get_migrate_to_native_vcn_status.py +1 -1
- pulumi_oci/containerengine/get_node_pool.py +1 -1
- pulumi_oci/containerengine/get_node_pool_option.py +1 -1
- pulumi_oci/containerengine/get_node_pools.py +1 -1
- pulumi_oci/containerengine/get_pod_shapes.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pool.py +1 -1
- pulumi_oci/containerengine/get_virtual_node_pools.py +1 -1
- pulumi_oci/containerengine/get_work_request_errors.py +1 -1
- pulumi_oci/containerengine/get_work_request_log_entries.py +1 -1
- pulumi_oci/containerengine/get_work_requests.py +1 -1
- pulumi_oci/containerengine/node_pool.py +170 -49
- pulumi_oci/containerengine/outputs.py +2481 -536
- pulumi_oci/containerengine/virtual_node_pool.py +119 -31
- pulumi_oci/containerinstances/_inputs.py +33 -7
- pulumi_oci/containerinstances/get_container_instance.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shape.py +1 -1
- pulumi_oci/containerinstances/get_container_instance_shapes.py +1 -1
- pulumi_oci/containerinstances/get_container_instances.py +1 -1
- pulumi_oci/containerinstances/outputs.py +935 -226
- pulumi_oci/core/_inputs.py +4772 -994
- pulumi_oci/core/app_catalog_listing_resource_version_agreement.py +43 -9
- pulumi_oci/core/app_catalog_subscription.py +76 -20
- pulumi_oci/core/boot_volume.py +132 -40
- pulumi_oci/core/boot_volume_backup.py +102 -27
- pulumi_oci/core/capture_filter.py +61 -15
- pulumi_oci/core/cluster_network.py +86 -20
- pulumi_oci/core/compute_capacity_report.py +40 -8
- pulumi_oci/core/compute_capacity_reservation.py +76 -20
- pulumi_oci/core/compute_cluster.py +55 -13
- pulumi_oci/core/compute_image_capability_schema.py +67 -17
- pulumi_oci/core/console_history.py +55 -13
- pulumi_oci/core/cpe.py +64 -16
- pulumi_oci/core/cross_connect.py +111 -30
- pulumi_oci/core/cross_connect_group.py +72 -17
- pulumi_oci/core/dedicated_vm_host.py +79 -21
- pulumi_oci/core/default_dhcp_options.py +67 -17
- pulumi_oci/core/default_route_table.py +61 -15
- pulumi_oci/core/default_security_list.py +67 -17
- pulumi_oci/core/dhcp_options.py +67 -17
- pulumi_oci/core/drg.py +58 -14
- pulumi_oci/core/drg_attachment.py +96 -25
- pulumi_oci/core/drg_attachment_management.py +111 -30
- pulumi_oci/core/drg_attachments_list.py +40 -8
- pulumi_oci/core/drg_route_distribution.py +58 -14
- pulumi_oci/core/drg_route_distribution_statement.py +48 -9
- pulumi_oci/core/drg_route_table.py +70 -18
- pulumi_oci/core/drg_route_table_route_rule.py +58 -14
- pulumi_oci/core/get_app_catalog_listing.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_version.py +1 -1
- pulumi_oci/core/get_app_catalog_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_app_catalog_listings.py +1 -1
- pulumi_oci/core/get_app_catalog_subscriptions.py +1 -1
- pulumi_oci/core/get_block_volume_replica.py +1 -1
- pulumi_oci/core/get_block_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volume.py +1 -1
- pulumi_oci/core/get_boot_volume_attachments.py +1 -1
- pulumi_oci/core/get_boot_volume_backup.py +1 -1
- pulumi_oci/core/get_boot_volume_backups.py +1 -1
- pulumi_oci/core/get_boot_volume_replica.py +1 -1
- pulumi_oci/core/get_boot_volume_replicas.py +1 -1
- pulumi_oci/core/get_boot_volumes.py +1 -1
- pulumi_oci/core/get_byoip_allocated_ranges.py +1 -1
- pulumi_oci/core/get_byoip_range.py +1 -1
- pulumi_oci/core/get_byoip_ranges.py +1 -1
- pulumi_oci/core/get_capture_filter.py +1 -1
- pulumi_oci/core/get_capture_filters.py +1 -1
- pulumi_oci/core/get_cluster_network.py +1 -1
- pulumi_oci/core/get_cluster_network_instances.py +1 -1
- pulumi_oci/core/get_cluster_networks.py +1 -1
- pulumi_oci/core/get_cnv_dns_resolver_association.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservation_instances.py +1 -1
- pulumi_oci/core/get_compute_capacity_reservations.py +1 -1
- pulumi_oci/core/get_compute_cluster.py +1 -1
- pulumi_oci/core/get_compute_clusters.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
- pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schema.py +1 -1
- pulumi_oci/core/get_compute_image_capability_schemas.py +1 -1
- pulumi_oci/core/get_console_histories.py +1 -1
- pulumi_oci/core/get_console_history_data.py +1 -1
- pulumi_oci/core/get_cpe_device_shape.py +1 -1
- pulumi_oci/core/get_cpe_device_shapes.py +1 -1
- pulumi_oci/core/get_cpes.py +1 -1
- pulumi_oci/core/get_cross_connect.py +1 -1
- pulumi_oci/core/get_cross_connect_group.py +1 -1
- pulumi_oci/core/get_cross_connect_groups.py +1 -1
- pulumi_oci/core/get_cross_connect_locations.py +1 -1
- pulumi_oci/core/get_cross_connect_port_speed_shape.py +1 -1
- pulumi_oci/core/get_cross_connect_status.py +1 -1
- pulumi_oci/core/get_cross_connects.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_instances.py +1 -1
- pulumi_oci/core/get_dedicated_vm_host_shapes.py +1 -1
- pulumi_oci/core/get_dedicated_vm_hosts.py +1 -1
- pulumi_oci/core/get_dhcp_options.py +1 -1
- pulumi_oci/core/get_drg_attachments.py +1 -1
- pulumi_oci/core/get_drg_route_distribution.py +1 -1
- pulumi_oci/core/get_drg_route_distribution_statements.py +1 -1
- pulumi_oci/core/get_drg_route_distributions.py +1 -1
- pulumi_oci/core/get_drg_route_rule.py +1 -1
- pulumi_oci/core/get_drg_route_table_route_rules.py +1 -1
- pulumi_oci/core/get_drg_route_tables.py +1 -1
- pulumi_oci/core/get_drgs.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_service_key.py +1 -1
- pulumi_oci/core/get_fast_connect_provider_services.py +1 -1
- pulumi_oci/core/get_image.py +1 -1
- pulumi_oci/core/get_image_shape.py +1 -1
- pulumi_oci/core/get_image_shapes.py +1 -1
- pulumi_oci/core/get_images.py +1 -1
- pulumi_oci/core/get_instance.py +1 -1
- pulumi_oci/core/get_instance_configuration.py +1 -1
- pulumi_oci/core/get_instance_configurations.py +1 -1
- pulumi_oci/core/get_instance_console_connections.py +1 -1
- pulumi_oci/core/get_instance_credentials.py +1 -1
- pulumi_oci/core/get_instance_devices.py +1 -1
- pulumi_oci/core/get_instance_maintenance_reboot.py +1 -1
- pulumi_oci/core/get_instance_measured_boot_report.py +1 -1
- pulumi_oci/core/get_instance_pool.py +1 -1
- pulumi_oci/core/get_instance_pool_instances.py +1 -1
- pulumi_oci/core/get_instance_pool_load_balancer_attachment.py +1 -1
- pulumi_oci/core/get_instance_pools.py +1 -1
- pulumi_oci/core/get_instances.py +1 -1
- pulumi_oci/core/get_internet_gateways.py +1 -1
- pulumi_oci/core/get_ipsec_algorithm.py +21 -1
- pulumi_oci/core/get_ipsec_config.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_error.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +1 -1
- pulumi_oci/core/get_ipsec_connection_tunnels.py +1 -1
- pulumi_oci/core/get_ipsec_connections.py +1 -1
- pulumi_oci/core/get_ipsec_status.py +1 -1
- pulumi_oci/core/get_ipv6.py +1 -1
- pulumi_oci/core/get_ipv6s.py +1 -1
- pulumi_oci/core/get_letter_of_authority.py +1 -1
- pulumi_oci/core/get_listing_resource_version.py +1 -1
- pulumi_oci/core/get_listing_resource_versions.py +1 -1
- pulumi_oci/core/get_local_peering_gateways.py +1 -1
- pulumi_oci/core/get_nat_gateway.py +1 -1
- pulumi_oci/core/get_nat_gateways.py +1 -1
- pulumi_oci/core/get_network_security_group.py +1 -1
- pulumi_oci/core/get_network_security_group_security_rules.py +1 -1
- pulumi_oci/core/get_network_security_group_vnics.py +1 -1
- pulumi_oci/core/get_network_security_groups.py +1 -1
- pulumi_oci/core/get_peer_region_for_remote_peerings.py +1 -1
- pulumi_oci/core/get_private_ip.py +1 -1
- pulumi_oci/core/get_private_ips.py +1 -1
- pulumi_oci/core/get_public_ip.py +1 -1
- pulumi_oci/core/get_public_ip_pool.py +1 -1
- pulumi_oci/core/get_public_ip_pools.py +1 -1
- pulumi_oci/core/get_public_ips.py +1 -1
- pulumi_oci/core/get_remote_peering_connections.py +1 -1
- pulumi_oci/core/get_route_tables.py +1 -1
- pulumi_oci/core/get_security_lists.py +1 -1
- pulumi_oci/core/get_service_gateways.py +1 -1
- pulumi_oci/core/get_services.py +1 -1
- pulumi_oci/core/get_shape.py +1 -1
- pulumi_oci/core/get_shapes.py +1 -1
- pulumi_oci/core/get_subnet.py +1 -1
- pulumi_oci/core/get_subnets.py +1 -1
- pulumi_oci/core/get_tunnel_security_associations.py +1 -1
- pulumi_oci/core/get_vcn.py +1 -1
- pulumi_oci/core/get_vcns.py +1 -1
- pulumi_oci/core/get_virtual_circuit.py +1 -1
- pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +1 -1
- pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +1 -1
- pulumi_oci/core/get_virtual_circuit_public_prefixes.py +1 -1
- pulumi_oci/core/get_virtual_circuits.py +1 -1
- pulumi_oci/core/get_virtual_networks.py +1 -1
- pulumi_oci/core/get_vlan.py +1 -1
- pulumi_oci/core/get_vlans.py +1 -1
- pulumi_oci/core/get_vnic.py +1 -1
- pulumi_oci/core/get_vnic_attachments.py +1 -1
- pulumi_oci/core/get_volume.py +1 -1
- pulumi_oci/core/get_volume_attachments.py +1 -1
- pulumi_oci/core/get_volume_backup_policies.py +1 -1
- pulumi_oci/core/get_volume_backup_policy_assignments.py +1 -1
- pulumi_oci/core/get_volume_backups.py +1 -1
- pulumi_oci/core/get_volume_group_backups.py +1 -1
- pulumi_oci/core/get_volume_group_replica.py +1 -1
- pulumi_oci/core/get_volume_group_replicas.py +1 -1
- pulumi_oci/core/get_volume_groups.py +1 -1
- pulumi_oci/core/get_volumes.py +1 -1
- pulumi_oci/core/get_vtap.py +1 -1
- pulumi_oci/core/get_vtaps.py +1 -1
- pulumi_oci/core/image.py +99 -26
- pulumi_oci/core/instance.py +277 -94
- pulumi_oci/core/instance_configuration.py +72 -17
- pulumi_oci/core/instance_console_connection.py +61 -15
- pulumi_oci/core/instance_pool.py +91 -25
- pulumi_oci/core/instance_pool_instance.py +73 -19
- pulumi_oci/core/internet_gateway.py +67 -17
- pulumi_oci/core/ipsec.py +82 -22
- pulumi_oci/core/ipsec_connection_tunnel_management.py +120 -33
- pulumi_oci/core/ipv6.py +67 -17
- pulumi_oci/core/listing_resource_version_agreement.py +127 -11
- pulumi_oci/core/local_peering_gateway.py +82 -22
- pulumi_oci/core/nat_gateway.py +76 -20
- pulumi_oci/core/network_security_group.py +55 -13
- pulumi_oci/core/network_security_group_security_rule.py +112 -27
- pulumi_oci/core/outputs.py +14633 -3342
- pulumi_oci/core/private_ip.py +79 -21
- pulumi_oci/core/public_ip.py +82 -22
- pulumi_oci/core/public_ip_pool.py +52 -12
- pulumi_oci/core/public_ip_pool_capacity.py +37 -7
- pulumi_oci/core/remote_peering_connection.py +76 -20
- pulumi_oci/core/route_table.py +61 -15
- pulumi_oci/core/route_table_attachment.py +31 -5
- pulumi_oci/core/security_list.py +67 -17
- pulumi_oci/core/service_gateway.py +70 -18
- pulumi_oci/core/shape_management.py +37 -7
- pulumi_oci/core/subnet.py +127 -37
- pulumi_oci/core/vcn.py +137 -59
- pulumi_oci/core/virtual_circuit.py +160 -51
- pulumi_oci/core/virtual_network.py +109 -31
- pulumi_oci/core/vlan.py +85 -23
- pulumi_oci/core/vnic_attachment.py +72 -17
- pulumi_oci/core/volume.py +138 -45
- pulumi_oci/core/volume_attachment.py +124 -39
- pulumi_oci/core/volume_backup.py +105 -28
- pulumi_oci/core/volume_backup_policy.py +58 -14
- pulumi_oci/core/volume_backup_policy_assignment.py +34 -6
- pulumi_oci/core/volume_group.py +105 -28
- pulumi_oci/core/volume_group_backup.py +99 -26
- pulumi_oci/core/vtap.py +136 -40
- pulumi_oci/database/_inputs.py +3681 -752
- pulumi_oci/database/application_vip.py +67 -17
- pulumi_oci/database/autonomous_container_database.py +280 -83
- pulumi_oci/database/autonomous_container_database_dataguard_association.py +88 -24
- pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py +37 -7
- pulumi_oci/database/autonomous_container_database_dataguard_role_change.py +43 -9
- pulumi_oci/database/autonomous_database.py +752 -247
- pulumi_oci/database/autonomous_database_backup.py +105 -28
- pulumi_oci/database/autonomous_database_instance_wallet_management.py +43 -9
- pulumi_oci/database/autonomous_database_regional_wallet_management.py +37 -7
- pulumi_oci/database/autonomous_database_wallet.py +54 -18
- pulumi_oci/database/autonomous_exadata_infrastructure.py +123 -37
- pulumi_oci/database/autonomous_vm_cluster.py +193 -59
- pulumi_oci/database/autonomous_vm_cluster_ords_certificate_management.py +49 -11
- pulumi_oci/database/autonomous_vm_cluster_ssl_certificate_management.py +49 -11
- pulumi_oci/database/backup.py +79 -21
- pulumi_oci/database/backup_cancel_management.py +31 -5
- pulumi_oci/database/backup_destination.py +99 -29
- pulumi_oci/database/cloud_autonomous_vm_cluster.py +243 -74
- pulumi_oci/database/cloud_database_management.py +84 -21
- pulumi_oci/database/cloud_exadata_infrastructure.py +147 -42
- pulumi_oci/database/cloud_vm_cluster.py +255 -78
- pulumi_oci/database/cloud_vm_cluster_iorm_config.py +43 -9
- pulumi_oci/database/data_guard_association.py +249 -76
- pulumi_oci/database/database.py +159 -46
- pulumi_oci/database/database_software_image.py +103 -29
- pulumi_oci/database/database_upgrade.py +129 -36
- pulumi_oci/database/db_home.py +120 -33
- pulumi_oci/database/db_node.py +100 -28
- pulumi_oci/database/db_node_console_connection.py +61 -15
- pulumi_oci/database/db_system.py +303 -89
- pulumi_oci/database/db_systems_upgrade.py +181 -55
- pulumi_oci/database/exadata_infrastructure.py +248 -74
- pulumi_oci/database/exadata_infrastructure_compute.py +166 -50
- pulumi_oci/database/exadata_infrastructure_storage.py +195 -58
- pulumi_oci/database/exadata_iorm_config.py +43 -9
- pulumi_oci/database/external_container_database.py +85 -23
- pulumi_oci/database/external_container_database_management.py +43 -9
- pulumi_oci/database/external_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_database_connector.py +95 -23
- pulumi_oci/database/external_non_container_database.py +88 -24
- pulumi_oci/database/external_non_container_database_management.py +43 -9
- pulumi_oci/database/external_non_container_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_non_container_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/external_pluggable_database.py +100 -28
- pulumi_oci/database/external_pluggable_database_management.py +37 -7
- pulumi_oci/database/external_pluggable_database_operations_insights_management.py +37 -7
- pulumi_oci/database/external_pluggable_databases_stack_monitoring.py +37 -7
- pulumi_oci/database/get_application_vip.py +1 -1
- pulumi_oci/database/get_application_vips.py +1 -1
- pulumi_oci/database/get_autonomous_character_sets.py +21 -4
- pulumi_oci/database/get_autonomous_container_database.py +4 -2
- pulumi_oci/database/get_autonomous_container_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_resource_usage.py +1 -1
- pulumi_oci/database/get_autonomous_container_database_versions.py +1 -1
- pulumi_oci/database/get_autonomous_container_databases.py +1 -2
- pulumi_oci/database/get_autonomous_container_patches.py +1 -1
- pulumi_oci/database/get_autonomous_database.py +41 -2
- pulumi_oci/database/get_autonomous_database_backup.py +1 -1
- pulumi_oci/database/get_autonomous_database_backups.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_association.py +1 -1
- pulumi_oci/database/get_autonomous_database_dataguard_associations.py +1 -1
- pulumi_oci/database/get_autonomous_database_instance_wallet_management.py +1 -1
- pulumi_oci/database/get_autonomous_database_refreshable_clones.py +1 -1
- pulumi_oci/database/get_autonomous_database_regional_wallet_management.py +21 -1
- pulumi_oci/database/get_autonomous_database_wallet.py +3 -3
- pulumi_oci/database/get_autonomous_databases.py +39 -2
- pulumi_oci/database/get_autonomous_databases_clones.py +1 -1
- pulumi_oci/database/get_autonomous_db_preview_versions.py +3 -3
- pulumi_oci/database/get_autonomous_db_versions.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_ocpu.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +1 -1
- pulumi_oci/database/get_autonomous_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_autonomous_patch.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machine.py +1 -1
- pulumi_oci/database/get_autonomous_virtual_machines.py +1 -1
- pulumi_oci/database/get_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_backup_destination.py +1 -1
- pulumi_oci/database/get_backup_destinations.py +1 -1
- pulumi_oci/database/get_backups.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_cluster_resource_usage.py +1 -1
- pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster.py +1 -1
- pulumi_oci/database/get_cloud_vm_cluster_iorm_config.py +1 -1
- pulumi_oci/database/get_cloud_vm_clusters.py +1 -1
- pulumi_oci/database/get_data_guard_association.py +1 -1
- pulumi_oci/database/get_data_guard_associations.py +1 -1
- pulumi_oci/database/get_database.py +1 -1
- pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
- pulumi_oci/database/get_database_maintenance_run_history.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entries.py +1 -1
- pulumi_oci/database/get_database_pdb_conversion_history_entry.py +1 -1
- pulumi_oci/database/get_database_software_image.py +1 -1
- pulumi_oci/database/get_database_software_images.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_database_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_databases.py +1 -1
- pulumi_oci/database/get_db_home.py +1 -1
- pulumi_oci/database/get_db_home_patch_history_entries.py +1 -1
- pulumi_oci/database/get_db_home_patches.py +1 -1
- pulumi_oci/database/get_db_homes.py +1 -1
- pulumi_oci/database/get_db_node.py +1 -1
- pulumi_oci/database/get_db_node_console_connection.py +1 -1
- pulumi_oci/database/get_db_node_console_connections.py +1 -1
- pulumi_oci/database/get_db_nodes.py +1 -1
- pulumi_oci/database/get_db_server.py +1 -1
- pulumi_oci/database/get_db_servers.py +1 -1
- pulumi_oci/database/get_db_system_compute_performances.py +1 -1
- pulumi_oci/database/get_db_system_history_entries.py +1 -1
- pulumi_oci/database/get_db_system_patches.py +1 -1
- pulumi_oci/database/get_db_system_shapes.py +1 -1
- pulumi_oci/database/get_db_system_storage_performances.py +1 -1
- pulumi_oci/database/get_db_systems.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entries.py +1 -1
- pulumi_oci/database/get_db_systems_upgrade_history_entry.py +1 -1
- pulumi_oci/database/get_db_versions.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_download_config_file.py +1 -1
- pulumi_oci/database/get_exadata_infrastructure_un_allocated_resource.py +1 -1
- pulumi_oci/database/get_exadata_infrastructures.py +1 -1
- pulumi_oci/database/get_exadata_iorm_config.py +1 -1
- pulumi_oci/database/get_external_container_database.py +1 -1
- pulumi_oci/database/get_external_container_databases.py +1 -1
- pulumi_oci/database/get_external_database_connector.py +1 -1
- pulumi_oci/database/get_external_database_connectors.py +1 -1
- pulumi_oci/database/get_external_non_container_database.py +1 -1
- pulumi_oci/database/get_external_non_container_databases.py +1 -1
- pulumi_oci/database/get_external_pluggable_database.py +1 -1
- pulumi_oci/database/get_external_pluggable_databases.py +1 -1
- pulumi_oci/database/get_flex_components.py +1 -1
- pulumi_oci/database/get_gi_versions.py +1 -1
- pulumi_oci/database/get_infrastructure_target_version.py +1 -1
- pulumi_oci/database/get_key_store.py +1 -1
- pulumi_oci/database/get_key_stores.py +1 -1
- pulumi_oci/database/get_maintenance_run.py +2 -2
- pulumi_oci/database/get_maintenance_runs.py +2 -2
- pulumi_oci/database/get_managed_preferred_credential.py +1 -1
- pulumi_oci/database/get_managed_preferred_credentials.py +1 -1
- pulumi_oci/database/get_oneoff_patch.py +1 -1
- pulumi_oci/database/get_oneoff_patches.py +1 -1
- pulumi_oci/database/get_pluggable_database.py +1 -1
- pulumi_oci/database/get_pluggable_databases.py +1 -1
- pulumi_oci/database/get_vm_cluster.py +1 -1
- pulumi_oci/database/get_vm_cluster_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_network_download_config_file.py +1 -1
- pulumi_oci/database/get_vm_cluster_networks.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_patch_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_patches.py +1 -1
- pulumi_oci/database/get_vm_cluster_recommended_network.py +1 -1
- pulumi_oci/database/get_vm_cluster_update.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entries.py +1 -1
- pulumi_oci/database/get_vm_cluster_update_history_entry.py +1 -1
- pulumi_oci/database/get_vm_cluster_updates.py +1 -1
- pulumi_oci/database/get_vm_clusters.py +1 -1
- pulumi_oci/database/key_store.py +66 -15
- pulumi_oci/database/maintenance_run.py +152 -48
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12935 -3083
- pulumi_oci/database/pluggable_database.py +91 -25
- pulumi_oci/database/pluggable_database_managements_management.py +114 -31
- pulumi_oci/database/pluggable_databases_local_clone.py +85 -23
- pulumi_oci/database/pluggable_databases_remote_clone.py +97 -27
- pulumi_oci/database/vm_cluster.py +171 -50
- pulumi_oci/database/vm_cluster_add_virtual_network.py +109 -31
- pulumi_oci/database/vm_cluster_network.py +103 -29
- pulumi_oci/database/vm_cluster_remove_virtual_machine.py +103 -29
- pulumi_oci/databasemanagement/_inputs.py +1848 -402
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +67 -17
- pulumi_oci/databasemanagement/external_asm.py +73 -19
- pulumi_oci/databasemanagement/external_cluster.py +79 -21
- pulumi_oci/databasemanagement/external_cluster_instance.py +73 -19
- pulumi_oci/databasemanagement/external_db_node.py +70 -18
- pulumi_oci/databasemanagement/external_db_system.py +80 -18
- pulumi_oci/databasemanagement/external_db_system_connector.py +73 -19
- pulumi_oci/databasemanagement/external_db_system_database_managements_management.py +37 -7
- pulumi_oci/databasemanagement/external_db_system_discovery.py +67 -17
- pulumi_oci/databasemanagement/external_db_system_stack_monitorings_management.py +43 -9
- pulumi_oci/databasemanagement/external_exadata_infrastructure.py +91 -25
- pulumi_oci/databasemanagement/external_exadata_infrastructure_exadata_management.py +37 -7
- pulumi_oci/databasemanagement/external_exadata_storage_connector.py +84 -21
- pulumi_oci/databasemanagement/external_listener.py +100 -28
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_database.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +1 -1
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_asm_users.py +1 -1
- pulumi_oci/databasemanagement/get_external_asms.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instance.py +1 -1
- pulumi_oci/databasemanagement/get_external_cluster_instances.py +1 -1
- pulumi_oci/databasemanagement/get_external_clusters.py +1 -1
- pulumi_oci/databasemanagement/get_external_databases.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_home.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_homes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_node.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_nodes.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_system_discovery.py +1 -1
- pulumi_oci/databasemanagement/get_external_db_systems.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_iorm_plan.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_open_alert_history.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_server_top_sql_cpu_activity.py +1 -1
- pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener.py +1 -1
- pulumi_oci/databasemanagement/get_external_listener_services.py +1 -1
- pulumi_oci/databasemanagement/get_external_listeners.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_status.py +1 -1
- pulumi_oci/databasemanagement/get_job_executions_statuses.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_count.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_group.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_groups.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_execution_script.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_task.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_finding.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendation.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_set.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_container.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_role.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +1 -1
- pulumi_oci/databasemanagement/get_managed_database_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_asm_property.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameter.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_user.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privilege.py +1 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +1 -1
- pulumi_oci/databasemanagement/managed_database_group.py +52 -12
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +48 -9
- pulumi_oci/databasemanagement/outputs.py +7869 -1808
- pulumi_oci/databasemigration/_inputs.py +962 -150
- pulumi_oci/databasemigration/agent.py +82 -22
- pulumi_oci/databasemigration/connection.py +163 -39
- pulumi_oci/databasemigration/get_agent.py +1 -1
- pulumi_oci/databasemigration/get_agent_images.py +1 -1
- pulumi_oci/databasemigration/get_agents.py +1 -1
- pulumi_oci/databasemigration/get_connection.py +1 -1
- pulumi_oci/databasemigration/get_connections.py +1 -1
- pulumi_oci/databasemigration/get_job_advisor_report.py +1 -1
- pulumi_oci/databasemigration/get_job_output.py +1 -1
- pulumi_oci/databasemigration/get_migration.py +12 -2
- pulumi_oci/databasemigration/get_migration_object_types.py +1 -1
- pulumi_oci/databasemigration/get_migrations.py +1 -1
- pulumi_oci/databasemigration/job.py +70 -18
- pulumi_oci/databasemigration/migration.py +238 -48
- pulumi_oci/databasemigration/outputs.py +2788 -458
- pulumi_oci/databasetools/_inputs.py +137 -23
- pulumi_oci/databasetools/database_tools_connection.py +116 -30
- pulumi_oci/databasetools/database_tools_private_endpoint.py +103 -29
- pulumi_oci/databasetools/get_database_tools_connection.py +1 -1
- pulumi_oci/databasetools/get_database_tools_connections.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_service.py +1 -1
- pulumi_oci/databasetools/get_database_tools_endpoint_services.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoint.py +1 -1
- pulumi_oci/databasetools/get_database_tools_private_endpoints.py +1 -1
- pulumi_oci/databasetools/outputs.py +514 -102
- pulumi_oci/datacatalog/_inputs.py +97 -19
- pulumi_oci/datacatalog/catalog.py +70 -18
- pulumi_oci/datacatalog/catalog_private_endpoint.py +70 -18
- pulumi_oci/datacatalog/connection.py +94 -39
- pulumi_oci/datacatalog/data_asset.py +79 -34
- pulumi_oci/datacatalog/get_catalog.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoint.py +1 -1
- pulumi_oci/datacatalog/get_catalog_private_endpoints.py +1 -1
- pulumi_oci/datacatalog/get_catalog_type.py +1 -1
- pulumi_oci/datacatalog/get_catalog_types.py +1 -1
- pulumi_oci/datacatalog/get_catalogs.py +1 -1
- pulumi_oci/datacatalog/get_connection.py +1 -1
- pulumi_oci/datacatalog/get_connections.py +1 -1
- pulumi_oci/datacatalog/get_data_asset.py +1 -1
- pulumi_oci/datacatalog/get_data_assets.py +1 -1
- pulumi_oci/datacatalog/get_metastore.py +1 -1
- pulumi_oci/datacatalog/get_metastores.py +1 -1
- pulumi_oci/datacatalog/metastore.py +67 -17
- pulumi_oci/datacatalog/outputs.py +403 -100
- pulumi_oci/dataflow/_inputs.py +421 -78
- pulumi_oci/dataflow/application.py +217 -62
- pulumi_oci/dataflow/get_application.py +1 -1
- pulumi_oci/dataflow/get_applications.py +1 -1
- pulumi_oci/dataflow/get_invoke_run.py +1 -1
- pulumi_oci/dataflow/get_invoke_runs.py +1 -1
- pulumi_oci/dataflow/get_pool.py +1 -1
- pulumi_oci/dataflow/get_pools.py +1 -1
- pulumi_oci/dataflow/get_private_endpoint.py +1 -1
- pulumi_oci/dataflow/get_private_endpoints.py +1 -1
- pulumi_oci/dataflow/get_run_log.py +1 -1
- pulumi_oci/dataflow/get_run_logs.py +1 -1
- pulumi_oci/dataflow/get_run_statement.py +1 -1
- pulumi_oci/dataflow/get_run_statements.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoint.py +1 -1
- pulumi_oci/dataflow/get_sql_endpoints.py +1 -1
- pulumi_oci/dataflow/invoke_run.py +241 -70
- pulumi_oci/dataflow/outputs.py +1579 -345
- pulumi_oci/dataflow/pool.py +91 -25
- pulumi_oci/dataflow/private_endpoint.py +97 -27
- pulumi_oci/dataflow/run_statement.py +46 -10
- pulumi_oci/dataflow/sql_endpoint.py +151 -40
- pulumi_oci/dataintegration/_inputs.py +530 -119
- pulumi_oci/dataintegration/get_workspace.py +1 -1
- pulumi_oci/dataintegration/get_workspace_application.py +1 -1
- pulumi_oci/dataintegration/get_workspace_applications.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
- pulumi_oci/dataintegration/get_workspace_folders.py +1 -1
- pulumi_oci/dataintegration/get_workspace_project.py +1 -1
- pulumi_oci/dataintegration/get_workspace_projects.py +1 -1
- pulumi_oci/dataintegration/get_workspaces.py +1 -1
- pulumi_oci/dataintegration/outputs.py +1752 -412
- pulumi_oci/dataintegration/workspace.py +139 -41
- pulumi_oci/dataintegration/workspace_application.py +146 -40
- pulumi_oci/dataintegration/workspace_folder.py +99 -26
- pulumi_oci/dataintegration/workspace_project.py +93 -24
- pulumi_oci/datalabellingservice/_inputs.py +160 -29
- pulumi_oci/datalabellingservice/dataset.py +134 -31
- pulumi_oci/datalabellingservice/get_annotation_format.py +1 -1
- pulumi_oci/datalabellingservice/get_annotation_formats.py +1 -1
- pulumi_oci/datalabellingservice/get_dataset.py +1 -1
- pulumi_oci/datalabellingservice/get_datasets.py +1 -1
- pulumi_oci/datalabellingservice/outputs.py +518 -96
- pulumi_oci/datasafe/_inputs.py +1508 -333
- pulumi_oci/datasafe/add_sdm_columns.py +25 -3
- pulumi_oci/datasafe/alert.py +103 -29
- pulumi_oci/datasafe/audit_archive_retrieval.py +91 -25
- pulumi_oci/datasafe/audit_policy.py +100 -28
- pulumi_oci/datasafe/audit_profile.py +100 -28
- pulumi_oci/datasafe/audit_trail.py +103 -29
- pulumi_oci/datasafe/compare_security_assessment.py +31 -5
- pulumi_oci/datasafe/compare_user_assessment.py +31 -5
- pulumi_oci/datasafe/data_safe_configuration.py +52 -12
- pulumi_oci/datasafe/data_safe_private_endpoint.py +88 -24
- pulumi_oci/datasafe/discovery_jobs_result.py +82 -25
- pulumi_oci/datasafe/discovery_mod.py +124 -36
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_analytic.py +1 -1
- pulumi_oci/datasafe/get_alert_policies.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rule.py +1 -1
- pulumi_oci/datasafe/get_alert_policy_rules.py +1 -1
- pulumi_oci/datasafe/get_alerts.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrievals.py +1 -1
- pulumi_oci/datasafe/get_audit_event.py +1 -1
- pulumi_oci/datasafe/get_audit_event_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +1 -1
- pulumi_oci/datasafe/get_audit_policies.py +1 -1
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volume.py +1 -1
- pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +1 -1
- pulumi_oci/datasafe/get_audit_profiles.py +1 -1
- pulumi_oci/datasafe/get_audit_trail.py +1 -1
- pulumi_oci/datasafe/get_audit_trail_analytic.py +1 -1
- pulumi_oci/datasafe/get_audit_trails.py +1 -1
- pulumi_oci/datasafe/get_compatible_formats_for_data_type.py +27 -1
- pulumi_oci/datasafe/get_compatible_formats_for_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_data_safe_configuration.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoint.py +1 -1
- pulumi_oci/datasafe/get_data_safe_private_endpoints.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytic.py +1 -1
- pulumi_oci/datasafe/get_discovery_analytics.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_result.py +1 -1
- pulumi_oci/datasafe/get_discovery_jobs_results.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_library_masking_formats.py +1 -1
- pulumi_oci/datasafe/get_list_user_grants.py +1 -1
- pulumi_oci/datasafe/get_masking_analytic.py +1 -1
- pulumi_oci/datasafe/get_masking_analytics.py +1 -1
- pulumi_oci/datasafe/get_masking_policies.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_column.py +1 -1
- pulumi_oci/datasafe/get_masking_policies_masking_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_objects.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +1 -1
- pulumi_oci/datasafe/get_masking_report.py +1 -1
- pulumi_oci/datasafe/get_masking_report_masked_columns.py +1 -1
- pulumi_oci/datasafe/get_masking_reports.py +1 -1
- pulumi_oci/datasafe/get_masking_reports_masked_column.py +1 -1
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_onprem_connectors.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_content.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_report_definitions.py +1 -1
- pulumi_oci/datasafe/get_reports.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_column.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_finding.py +1 -1
- pulumi_oci/datasafe/get_security_assessment_findings.py +1 -1
- pulumi_oci/datasafe/get_security_assessments.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +1 -1
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_associations.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_target_database_role.py +1 -1
- pulumi_oci/datasafe/get_target_database_roles.py +1 -1
- pulumi_oci/datasafe/get_target_databases.py +1 -1
- pulumi_oci/datasafe/get_target_databases_columns.py +1 -1
- pulumi_oci/datasafe/get_target_databases_schemas.py +1 -1
- pulumi_oci/datasafe/get_target_databases_tables.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_comparison.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_profiles.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_users.py +1 -1
- pulumi_oci/datasafe/get_user_assessments.py +1 -1
- pulumi_oci/datasafe/library_masing_format.py +73 -19
- pulumi_oci/datasafe/mask_data.py +31 -5
- pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py +31 -5
- pulumi_oci/datasafe/masking_policies_masking_column.py +94 -26
- pulumi_oci/datasafe/masking_policy.py +112 -32
- pulumi_oci/datasafe/on_prem_connector.py +67 -17
- pulumi_oci/datasafe/outputs.py +6826 -1649
- pulumi_oci/datasafe/report_definition.py +127 -37
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +70 -18
- pulumi_oci/datasafe/security_assessment.py +115 -33
- pulumi_oci/datasafe/sensitive_data_model.py +109 -31
- pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py +31 -5
- pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py +124 -36
- pulumi_oci/datasafe/sensitive_type.py +112 -32
- pulumi_oci/datasafe/set_security_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/set_user_assessment_baseline.py +31 -5
- pulumi_oci/datasafe/target_alert_policy_association.py +79 -21
- pulumi_oci/datasafe/target_database.py +111 -25
- pulumi_oci/datasafe/unset_security_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/unset_user_assessment_baseline.py +25 -3
- pulumi_oci/datasafe/user_assessment.py +109 -31
- pulumi_oci/datascience/__init__.py +3 -0
- pulumi_oci/datascience/_inputs.py +1035 -188
- pulumi_oci/datascience/get_fast_launch_job_configs.py +1 -1
- pulumi_oci/datascience/get_job.py +1 -1
- pulumi_oci/datascience/get_job_run.py +1 -1
- pulumi_oci/datascience/get_job_runs.py +1 -1
- pulumi_oci/datascience/get_job_shapes.py +1 -1
- pulumi_oci/datascience/get_jobs.py +1 -1
- pulumi_oci/datascience/get_model.py +1 -1
- pulumi_oci/datascience/get_model_deployment.py +1 -1
- pulumi_oci/datascience/get_model_deployment_shapes.py +1 -1
- pulumi_oci/datascience/get_model_deployments.py +1 -1
- pulumi_oci/datascience/get_model_provenance.py +1 -1
- pulumi_oci/datascience/get_model_version_set.py +1 -1
- pulumi_oci/datascience/get_model_version_sets.py +1 -1
- pulumi_oci/datascience/get_models.py +1 -1
- pulumi_oci/datascience/get_notebook_session.py +1 -1
- pulumi_oci/datascience/get_notebook_session_shapes.py +1 -1
- pulumi_oci/datascience/get_notebook_sessions.py +1 -1
- pulumi_oci/datascience/get_pipeline.py +1 -1
- pulumi_oci/datascience/get_pipeline_run.py +1 -1
- pulumi_oci/datascience/get_pipeline_runs.py +1 -1
- pulumi_oci/datascience/get_pipelines.py +1 -1
- pulumi_oci/datascience/get_private_endpoint.py +297 -0
- pulumi_oci/datascience/get_private_endpoints.py +216 -0
- pulumi_oci/datascience/get_project.py +1 -1
- pulumi_oci/datascience/get_projects.py +1 -1
- pulumi_oci/datascience/job.py +133 -34
- pulumi_oci/datascience/job_run.py +107 -27
- pulumi_oci/datascience/model.py +118 -34
- pulumi_oci/datascience/model_artifact_export.py +55 -13
- pulumi_oci/datascience/model_artifact_import.py +55 -13
- pulumi_oci/datascience/model_deployment.py +95 -23
- pulumi_oci/datascience/model_provenance.py +61 -15
- pulumi_oci/datascience/model_version_set.py +67 -17
- pulumi_oci/datascience/notebook_session.py +104 -23
- pulumi_oci/datascience/outputs.py +3349 -646
- pulumi_oci/datascience/pipeline.py +129 -31
- pulumi_oci/datascience/pipeline_run.py +125 -33
- pulumi_oci/datascience/private_endpoint.py +850 -0
- pulumi_oci/datascience/project.py +58 -14
- pulumi_oci/devops/_inputs.py +1616 -278
- pulumi_oci/devops/build_pipeline.py +78 -19
- pulumi_oci/devops/build_pipeline_stage.py +178 -44
- pulumi_oci/devops/build_run.py +95 -23
- pulumi_oci/devops/connection.py +108 -29
- pulumi_oci/devops/deploy_artifact.py +90 -23
- pulumi_oci/devops/deploy_environment.py +107 -27
- pulumi_oci/devops/deploy_pipeline.py +84 -21
- pulumi_oci/devops/deploy_stage.py +480 -128
- pulumi_oci/devops/deployment.py +130 -33
- pulumi_oci/devops/get_build_pipeline.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stage.py +1 -1
- pulumi_oci/devops/get_build_pipeline_stages.py +1 -1
- pulumi_oci/devops/get_build_pipelines.py +1 -1
- pulumi_oci/devops/get_build_run.py +1 -1
- pulumi_oci/devops/get_build_runs.py +1 -1
- pulumi_oci/devops/get_connection.py +1 -1
- pulumi_oci/devops/get_connections.py +1 -1
- pulumi_oci/devops/get_deploy_artifact.py +1 -1
- pulumi_oci/devops/get_deploy_artifacts.py +1 -1
- pulumi_oci/devops/get_deploy_environment.py +1 -1
- pulumi_oci/devops/get_deploy_environments.py +1 -1
- pulumi_oci/devops/get_deploy_pipeline.py +1 -1
- pulumi_oci/devops/get_deploy_pipelines.py +1 -1
- pulumi_oci/devops/get_deploy_stage.py +1 -1
- pulumi_oci/devops/get_deploy_stages.py +1 -1
- pulumi_oci/devops/get_deployment.py +1 -1
- pulumi_oci/devops/get_deployments.py +1 -1
- pulumi_oci/devops/get_project.py +1 -1
- pulumi_oci/devops/get_projects.py +1 -1
- pulumi_oci/devops/get_repo_file_line.py +1 -1
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +1 -1
- pulumi_oci/devops/get_repository_archive_content.py +1 -1
- pulumi_oci/devops/get_repository_author.py +1 -1
- pulumi_oci/devops/get_repository_authors.py +1 -1
- pulumi_oci/devops/get_repository_commit.py +1 -1
- pulumi_oci/devops/get_repository_commits.py +1 -1
- pulumi_oci/devops/get_repository_diff.py +1 -1
- pulumi_oci/devops/get_repository_diffs.py +1 -1
- pulumi_oci/devops/get_repository_file_diff.py +1 -1
- pulumi_oci/devops/get_repository_file_line.py +1 -1
- pulumi_oci/devops/get_repository_mirror_record.py +1 -1
- pulumi_oci/devops/get_repository_mirror_records.py +1 -1
- pulumi_oci/devops/get_repository_object.py +1 -1
- pulumi_oci/devops/get_repository_object_content.py +1 -1
- pulumi_oci/devops/get_repository_path.py +1 -1
- pulumi_oci/devops/get_repository_paths.py +1 -1
- pulumi_oci/devops/get_repository_ref.py +1 -1
- pulumi_oci/devops/get_repository_refs.py +1 -1
- pulumi_oci/devops/get_trigger.py +1 -1
- pulumi_oci/devops/get_triggers.py +1 -1
- pulumi_oci/devops/outputs.py +5561 -1068
- pulumi_oci/devops/project.py +78 -19
- pulumi_oci/devops/repository.py +114 -31
- pulumi_oci/devops/repository_mirror.py +25 -3
- pulumi_oci/devops/repository_ref.py +58 -14
- pulumi_oci/devops/trigger.py +94 -26
- pulumi_oci/disasterrecovery/_inputs.py +362 -84
- pulumi_oci/disasterrecovery/dr_plan.py +76 -20
- pulumi_oci/disasterrecovery/dr_plan_execution.py +99 -26
- pulumi_oci/disasterrecovery/dr_protection_group.py +101 -25
- pulumi_oci/disasterrecovery/get_dr_plan.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_execution.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_plans.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_group.py +1 -1
- pulumi_oci/disasterrecovery/get_dr_protection_groups.py +1 -1
- pulumi_oci/disasterrecovery/outputs.py +1198 -288
- pulumi_oci/dns/_inputs.py +462 -94
- pulumi_oci/dns/action_create_zone_from_zone_file.py +85 -23
- pulumi_oci/dns/get_records.py +1 -1
- pulumi_oci/dns/get_resolver.py +1 -1
- pulumi_oci/dns/get_resolver_endpoint.py +1 -1
- pulumi_oci/dns/get_resolver_endpoints.py +1 -1
- pulumi_oci/dns/get_resolvers.py +1 -1
- pulumi_oci/dns/get_rrset.py +1 -1
- pulumi_oci/dns/get_rrsets.py +1 -1
- pulumi_oci/dns/get_steering_policies.py +1 -1
- pulumi_oci/dns/get_steering_policy.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachment.py +1 -1
- pulumi_oci/dns/get_steering_policy_attachments.py +1 -1
- pulumi_oci/dns/get_tsig_key.py +1 -1
- pulumi_oci/dns/get_tsig_keys.py +1 -1
- pulumi_oci/dns/get_view.py +1 -1
- pulumi_oci/dns/get_views.py +1 -1
- pulumi_oci/dns/get_zones.py +1 -1
- pulumi_oci/dns/outputs.py +1297 -300
- pulumi_oci/dns/record.py +64 -25
- pulumi_oci/dns/resolver.py +91 -25
- pulumi_oci/dns/resolver_endpoint.py +94 -26
- pulumi_oci/dns/rrset.py +61 -15
- pulumi_oci/dns/steering_policy.py +82 -22
- pulumi_oci/dns/steering_policy_attachment.py +58 -14
- pulumi_oci/dns/tsig_key.py +67 -17
- pulumi_oci/dns/view.py +64 -16
- pulumi_oci/dns/zone.py +97 -27
- pulumi_oci/email/_inputs.py +65 -13
- pulumi_oci/email/dkim.py +76 -20
- pulumi_oci/email/email_domain.py +64 -16
- pulumi_oci/email/get_dkim.py +1 -1
- pulumi_oci/email/get_dkims.py +1 -1
- pulumi_oci/email/get_email_domain.py +1 -1
- pulumi_oci/email/get_email_domains.py +1 -1
- pulumi_oci/email/get_sender.py +1 -1
- pulumi_oci/email/get_senders.py +1 -1
- pulumi_oci/email/get_suppression.py +1 -1
- pulumi_oci/email/get_suppressions.py +1 -1
- pulumi_oci/email/outputs.py +245 -59
- pulumi_oci/email/sender.py +55 -13
- pulumi_oci/email/suppression.py +49 -11
- pulumi_oci/emwarehouse/_inputs.py +33 -7
- pulumi_oci/emwarehouse/em_warehouse.py +82 -22
- pulumi_oci/emwarehouse/get_em_warehouse.py +1 -1
- pulumi_oci/emwarehouse/get_em_warehouses.py +1 -1
- pulumi_oci/emwarehouse/get_etl_run.py +1 -1
- pulumi_oci/emwarehouse/get_etl_runs.py +1 -1
- pulumi_oci/emwarehouse/get_resource_usage.py +1 -1
- pulumi_oci/emwarehouse/outputs.py +217 -52
- pulumi_oci/events/_inputs.py +61 -14
- pulumi_oci/events/get_rule.py +1 -1
- pulumi_oci/events/get_rules.py +1 -1
- pulumi_oci/events/outputs.py +192 -46
- pulumi_oci/events/rule.py +81 -20
- pulumi_oci/filestorage/_inputs.py +289 -62
- pulumi_oci/filestorage/export.py +55 -13
- pulumi_oci/filestorage/export_set.py +58 -14
- pulumi_oci/filestorage/file_system.py +95 -27
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +70 -18
- pulumi_oci/filestorage/get_export_sets.py +1 -1
- pulumi_oci/filestorage/get_exports.py +1 -1
- pulumi_oci/filestorage/get_file_systems.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +1 -1
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +1 -1
- pulumi_oci/filestorage/get_mount_targets.py +1 -1
- pulumi_oci/filestorage/get_outbound_connector.py +1 -1
- pulumi_oci/filestorage/get_outbound_connectors.py +1 -1
- pulumi_oci/filestorage/get_replication.py +1 -1
- pulumi_oci/filestorage/get_replication_target.py +1 -1
- pulumi_oci/filestorage/get_replication_targets.py +1 -1
- pulumi_oci/filestorage/get_replications.py +1 -1
- pulumi_oci/filestorage/get_snapshot.py +1 -1
- pulumi_oci/filestorage/get_snapshots.py +1 -1
- pulumi_oci/filestorage/mount_target.py +116 -30
- pulumi_oci/filestorage/outbound_connector.py +85 -23
- pulumi_oci/filestorage/outputs.py +915 -231
- pulumi_oci/filestorage/replication.py +88 -24
- pulumi_oci/filestorage/snapshot.py +73 -19
- pulumi_oci/functions/_inputs.py +281 -50
- pulumi_oci/functions/application.py +104 -26
- pulumi_oci/functions/function.py +124 -31
- pulumi_oci/functions/get_application.py +1 -1
- pulumi_oci/functions/get_applications.py +1 -1
- pulumi_oci/functions/get_function.py +1 -1
- pulumi_oci/functions/get_functions.py +1 -1
- pulumi_oci/functions/get_fusion_environment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_user.py +1 -1
- pulumi_oci/functions/get_fusion_environment_admin_users.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_data_masking_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_families.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_limits_and_usage.py +1 -1
- pulumi_oci/functions/get_fusion_environment_family_subscription_detail.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_refresh_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +1 -1
- pulumi_oci/functions/get_fusion_environment_scheduled_activity.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachment.py +1 -1
- pulumi_oci/functions/get_fusion_environment_service_attachments.py +1 -1
- pulumi_oci/functions/get_fusion_environment_status.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refresh.py +1 -1
- pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +1 -1
- pulumi_oci/functions/get_fusion_environments.py +1 -1
- pulumi_oci/functions/get_pbf_listing.py +1 -1
- pulumi_oci/functions/get_pbf_listing_triggers.py +1 -1
- pulumi_oci/functions/get_pbf_listing_version.py +1 -1
- pulumi_oci/functions/get_pbf_listing_versions.py +1 -1
- pulumi_oci/functions/get_pbf_listings.py +1 -1
- pulumi_oci/functions/invoke_function.py +67 -17
- pulumi_oci/functions/outputs.py +1740 -359
- pulumi_oci/fusionapps/_inputs.py +170 -34
- pulumi_oci/fusionapps/fusion_environment.py +149 -41
- pulumi_oci/fusionapps/fusion_environment_admin_user.py +58 -14
- pulumi_oci/fusionapps/fusion_environment_data_masking_activity.py +40 -8
- pulumi_oci/fusionapps/fusion_environment_family.py +81 -20
- pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +64 -16
- pulumi_oci/fusionapps/fusion_environment_service_attachment.py +67 -17
- pulumi_oci/fusionapps/outputs.py +170 -34
- pulumi_oci/genericartifactscontent/artifact_by_path.py +76 -20
- pulumi_oci/genericartifactscontent/get_artifact_by_path.py +1 -1
- pulumi_oci/genericartifactscontent/get_generic_artifacts_content.py +1 -1
- pulumi_oci/goldengate/_inputs.py +310 -62
- pulumi_oci/goldengate/connection.py +433 -139
- pulumi_oci/goldengate/connection_assignment.py +46 -10
- pulumi_oci/goldengate/database_registration.py +148 -44
- pulumi_oci/goldengate/deployment.py +197 -69
- pulumi_oci/goldengate/deployment_backup.py +100 -28
- pulumi_oci/goldengate/get_connection.py +1 -1
- pulumi_oci/goldengate/get_connection_assignment.py +1 -1
- pulumi_oci/goldengate/get_connection_assignments.py +1 -1
- pulumi_oci/goldengate/get_connections.py +1 -1
- pulumi_oci/goldengate/get_database_registration.py +1 -1
- pulumi_oci/goldengate/get_database_registrations.py +1 -1
- pulumi_oci/goldengate/get_deployment.py +1 -1
- pulumi_oci/goldengate/get_deployment_backup.py +1 -1
- pulumi_oci/goldengate/get_deployment_backups.py +1 -1
- pulumi_oci/goldengate/get_deployment_type.py +1 -1
- pulumi_oci/goldengate/get_deployment_types.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrade.py +1 -1
- pulumi_oci/goldengate/get_deployment_upgrades.py +1 -1
- pulumi_oci/goldengate/get_deployment_versions.py +1 -1
- pulumi_oci/goldengate/get_deployments.py +1 -1
- pulumi_oci/goldengate/get_message.py +1 -1
- pulumi_oci/goldengate/get_messages.py +1 -1
- pulumi_oci/goldengate/get_trail_file.py +1 -1
- pulumi_oci/goldengate/get_trail_files.py +1 -1
- pulumi_oci/goldengate/get_trail_sequence.py +1 -1
- pulumi_oci/goldengate/get_trail_sequences.py +1 -1
- pulumi_oci/goldengate/outputs.py +1529 -375
- pulumi_oci/healthchecks/_inputs.py +81 -16
- pulumi_oci/healthchecks/get_http_monitor.py +1 -1
- pulumi_oci/healthchecks/get_http_monitors.py +1 -1
- pulumi_oci/healthchecks/get_http_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitor.py +1 -1
- pulumi_oci/healthchecks/get_ping_monitors.py +1 -1
- pulumi_oci/healthchecks/get_ping_probe_results.py +1 -1
- pulumi_oci/healthchecks/get_vantage_points.py +1 -1
- pulumi_oci/healthchecks/http_monitor.py +112 -32
- pulumi_oci/healthchecks/http_probe.py +82 -22
- pulumi_oci/healthchecks/outputs.py +455 -115
- pulumi_oci/healthchecks/ping_monitor.py +94 -26
- pulumi_oci/healthchecks/ping_probe.py +64 -16
- pulumi_oci/identity/_inputs.py +6778 -1455
- pulumi_oci/identity/api_key.py +43 -9
- pulumi_oci/identity/auth_token.py +46 -10
- pulumi_oci/identity/authentication_policy.py +47 -7
- pulumi_oci/identity/compartment.py +67 -17
- pulumi_oci/identity/customer_secret_key.py +46 -10
- pulumi_oci/identity/db_credential.py +49 -11
- pulumi_oci/identity/domain.py +127 -37
- pulumi_oci/identity/domain_replication_to_region.py +31 -5
- pulumi_oci/identity/domains_account_recovery_setting.py +124 -36
- pulumi_oci/identity/domains_api_key.py +131 -35
- pulumi_oci/identity/domains_app.py +772 -217
- pulumi_oci/identity/domains_app_role.py +165 -48
- pulumi_oci/identity/domains_auth_token.py +134 -36
- pulumi_oci/identity/domains_authentication_factor_setting.py +297 -77
- pulumi_oci/identity/domains_customer_secret_key.py +143 -39
- pulumi_oci/identity/domains_dynamic_resource_group.py +129 -36
- pulumi_oci/identity/domains_grant.py +159 -41
- pulumi_oci/identity/domains_group.py +176 -45
- pulumi_oci/identity/domains_identity_provider.py +384 -116
- pulumi_oci/identity/domains_identity_setting.py +172 -47
- pulumi_oci/identity/domains_kmsi_setting.py +148 -44
- pulumi_oci/identity/domains_my_api_key.py +108 -29
- pulumi_oci/identity/domains_my_auth_token.py +111 -30
- pulumi_oci/identity/domains_my_customer_secret_key.py +120 -33
- pulumi_oci/identity/domains_my_oauth2client_credential.py +129 -36
- pulumi_oci/identity/domains_my_request.py +128 -34
- pulumi_oci/identity/domains_my_smtp_credential.py +114 -31
- pulumi_oci/identity/domains_my_support_account.py +105 -28
- pulumi_oci/identity/domains_my_user_db_credential.py +135 -38
- pulumi_oci/identity/domains_oauth2client_credential.py +152 -42
- pulumi_oci/identity/domains_password_policy.py +319 -101
- pulumi_oci/identity/domains_security_question.py +118 -34
- pulumi_oci/identity/domains_security_question_setting.py +130 -38
- pulumi_oci/identity/domains_smtp_credential.py +137 -37
- pulumi_oci/identity/domains_user.py +430 -108
- pulumi_oci/identity/domains_user_db_credential.py +158 -44
- pulumi_oci/identity/dynamic_group.py +64 -16
- pulumi_oci/identity/get_allowed_domain_license_types.py +1 -1
- pulumi_oci/identity/get_api_keys.py +1 -1
- pulumi_oci/identity/get_auth_tokens.py +1 -1
- pulumi_oci/identity/get_authentication_policy.py +1 -1
- pulumi_oci/identity/get_availability_domain.py +1 -1
- pulumi_oci/identity/get_availability_domains.py +1 -1
- pulumi_oci/identity/get_compartment.py +1 -1
- pulumi_oci/identity/get_compartments.py +1 -1
- pulumi_oci/identity/get_cost_tracking_tags.py +1 -1
- pulumi_oci/identity/get_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_db_credentials.py +1 -1
- pulumi_oci/identity/get_domain.py +1 -1
- pulumi_oci/identity/get_domains.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_info.py +1 -1
- pulumi_oci/identity/get_domains_account_mgmt_infos.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_setting.py +1 -1
- pulumi_oci/identity/get_domains_account_recovery_settings.py +1 -1
- pulumi_oci/identity/get_domains_api_key.py +1 -1
- pulumi_oci/identity/get_domains_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_app.py +1 -1
- pulumi_oci/identity/get_domains_app_role.py +1 -1
- pulumi_oci/identity/get_domains_app_roles.py +1 -1
- pulumi_oci/identity/get_domains_apps.py +1 -1
- pulumi_oci/identity/get_domains_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_setting.py +1 -1
- pulumi_oci/identity/get_domains_authentication_factor_settings.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_group.py +1 -1
- pulumi_oci/identity/get_domains_dynamic_resource_groups.py +1 -1
- pulumi_oci/identity/get_domains_grant.py +1 -1
- pulumi_oci/identity/get_domains_grants.py +1 -1
- pulumi_oci/identity/get_domains_group.py +1 -1
- pulumi_oci/identity/get_domains_groups.py +1 -1
- pulumi_oci/identity/get_domains_identity_provider.py +1 -1
- pulumi_oci/identity/get_domains_identity_providers.py +1 -1
- pulumi_oci/identity/get_domains_identity_setting.py +1 -1
- pulumi_oci/identity/get_domains_identity_settings.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_setting.py +1 -1
- pulumi_oci/identity/get_domains_kmsi_settings.py +1 -1
- pulumi_oci/identity/get_domains_my_api_key.py +1 -1
- pulumi_oci/identity/get_domains_my_api_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_apps.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_token.py +1 -1
- pulumi_oci/identity/get_domains_my_auth_tokens.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_key.py +1 -1
- pulumi_oci/identity/get_domains_my_customer_secret_keys.py +1 -1
- pulumi_oci/identity/get_domains_my_device.py +1 -1
- pulumi_oci/identity/get_domains_my_devices.py +1 -1
- pulumi_oci/identity/get_domains_my_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_requestable_groups.py +1 -1
- pulumi_oci/identity/get_domains_my_requests.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_my_support_account.py +1 -1
- pulumi_oci/identity/get_domains_my_support_accounts.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agent.py +1 -1
- pulumi_oci/identity/get_domains_my_trusted_user_agents.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_my_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credential.py +1 -1
- pulumi_oci/identity/get_domains_oauth2client_credentials.py +1 -1
- pulumi_oci/identity/get_domains_password_policies.py +1 -1
- pulumi_oci/identity/get_domains_password_policy.py +1 -1
- pulumi_oci/identity/get_domains_resource_type_schema_attributes.py +1 -1
- pulumi_oci/identity/get_domains_security_question.py +1 -1
- pulumi_oci/identity/get_domains_security_question_setting.py +1 -1
- pulumi_oci/identity/get_domains_security_question_settings.py +1 -1
- pulumi_oci/identity/get_domains_security_questions.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credential.py +1 -1
- pulumi_oci/identity/get_domains_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_domains_user.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_setting.py +1 -1
- pulumi_oci/identity/get_domains_user_attributes_settings.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credential.py +1 -1
- pulumi_oci/identity/get_domains_user_db_credentials.py +1 -1
- pulumi_oci/identity/get_domains_users.py +1 -1
- pulumi_oci/identity/get_dynamic_groups.py +1 -1
- pulumi_oci/identity/get_fault_domains.py +1 -1
- pulumi_oci/identity/get_group.py +1 -1
- pulumi_oci/identity/get_groups.py +1 -1
- pulumi_oci/identity/get_iam_work_request.py +1 -1
- pulumi_oci/identity/get_iam_work_request_errors.py +1 -1
- pulumi_oci/identity/get_iam_work_request_logs.py +1 -1
- pulumi_oci/identity/get_iam_work_requests.py +1 -1
- pulumi_oci/identity/get_identity_provider_groups.py +1 -1
- pulumi_oci/identity/get_identity_providers.py +1 -1
- pulumi_oci/identity/get_idp_group_mappings.py +1 -1
- pulumi_oci/identity/get_network_source.py +1 -1
- pulumi_oci/identity/get_network_sources.py +1 -1
- pulumi_oci/identity/get_policies.py +1 -1
- pulumi_oci/identity/get_region_subscriptions.py +1 -1
- pulumi_oci/identity/get_regions.py +1 -1
- pulumi_oci/identity/get_smtp_credentials.py +1 -1
- pulumi_oci/identity/get_tag.py +1 -1
- pulumi_oci/identity/get_tag_default.py +1 -1
- pulumi_oci/identity/get_tag_defaults.py +1 -1
- pulumi_oci/identity/get_tag_namespaces.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_template.py +1 -1
- pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +1 -1
- pulumi_oci/identity/get_tags.py +1 -1
- pulumi_oci/identity/get_tenancy.py +1 -1
- pulumi_oci/identity/get_ui_password.py +1 -1
- pulumi_oci/identity/get_user.py +1 -1
- pulumi_oci/identity/get_user_group_memberships.py +1 -1
- pulumi_oci/identity/get_users.py +1 -1
- pulumi_oci/identity/group.py +58 -14
- pulumi_oci/identity/identity_provider.py +94 -26
- pulumi_oci/identity/idp_group_mapping.py +49 -11
- pulumi_oci/identity/import_standard_tags_management.py +34 -6
- pulumi_oci/identity/network_source.py +76 -20
- pulumi_oci/identity/outputs.py +26012 -6023
- pulumi_oci/identity/policy.py +79 -21
- pulumi_oci/identity/smtp_credential.py +49 -11
- pulumi_oci/identity/tag.py +78 -19
- pulumi_oci/identity/tag_default.py +55 -13
- pulumi_oci/identity/tag_namespace.py +61 -15
- pulumi_oci/identity/ui_password.py +37 -7
- pulumi_oci/identity/user.py +85 -23
- pulumi_oci/identity/user_capabilities_management.py +55 -13
- pulumi_oci/identity/user_group_membership.py +46 -10
- pulumi_oci/identitydataplane/generated_scoped_access_token.py +34 -6
- pulumi_oci/integration/_inputs.py +131 -28
- pulumi_oci/integration/get_integration_instance.py +12 -2
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +202 -41
- pulumi_oci/integration/outputs.py +447 -100
- pulumi_oci/jms/_inputs.py +187 -35
- pulumi_oci/jms/fleet.py +101 -25
- pulumi_oci/jms/get_announcements.py +1 -1
- pulumi_oci/jms/get_fleet.py +1 -1
- pulumi_oci/jms/get_fleet_advanced_feature_configuration.py +1 -1
- pulumi_oci/jms/get_fleet_blocklists.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_diagnoses.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +1 -1
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +1 -1
- pulumi_oci/jms/get_fleets.py +1 -1
- pulumi_oci/jms/get_installation_site.py +1 -1
- pulumi_oci/jms/get_installation_sites.py +1 -1
- pulumi_oci/jms/get_java_families.py +1 -1
- pulumi_oci/jms/get_java_family.py +1 -1
- pulumi_oci/jms/get_java_release.py +1 -1
- pulumi_oci/jms/get_java_releases.py +1 -1
- pulumi_oci/jms/get_list_jre_usage.py +1 -1
- pulumi_oci/jms/get_summarize_resource_inventory.py +1 -1
- pulumi_oci/jms/outputs.py +1287 -278
- pulumi_oci/kms/__init__.py +3 -0
- pulumi_oci/kms/_inputs.py +664 -42
- pulumi_oci/kms/ekms_private_endpoint.py +769 -0
- pulumi_oci/kms/encrypted_data.py +71 -23
- pulumi_oci/kms/generated_key.py +69 -16
- pulumi_oci/kms/get_decrypted_data.py +1 -1
- pulumi_oci/kms/get_ekms_private_endpoint.py +274 -0
- pulumi_oci/kms/get_ekms_private_endpoints.py +136 -0
- pulumi_oci/kms/get_encrypted_data.py +1 -1
- pulumi_oci/kms/get_key.py +27 -4
- pulumi_oci/kms/get_key_version.py +29 -3
- pulumi_oci/kms/get_key_versions.py +1 -1
- pulumi_oci/kms/get_keys.py +5 -5
- pulumi_oci/kms/get_replication_status.py +4 -1
- pulumi_oci/kms/get_vault.py +27 -4
- pulumi_oci/kms/get_vault_replicas.py +1 -1
- pulumi_oci/kms/get_vault_usage.py +1 -1
- pulumi_oci/kms/get_vaults.py +1 -1
- pulumi_oci/kms/key.py +224 -91
- pulumi_oci/kms/key_version.py +152 -43
- pulumi_oci/kms/outputs.py +2104 -173
- pulumi_oci/kms/sign.py +75 -29
- pulumi_oci/kms/vault.py +216 -34
- pulumi_oci/kms/vault_verification.py +31 -5
- pulumi_oci/kms/verify.py +83 -33
- pulumi_oci/licensemanager/_inputs.py +55 -12
- pulumi_oci/licensemanager/configuration.py +37 -7
- pulumi_oci/licensemanager/get_configuration.py +1 -1
- pulumi_oci/licensemanager/get_license_metric.py +1 -1
- pulumi_oci/licensemanager/get_license_record.py +1 -1
- pulumi_oci/licensemanager/get_license_records.py +1 -1
- pulumi_oci/licensemanager/get_product_license.py +1 -1
- pulumi_oci/licensemanager/get_product_license_consumers.py +1 -1
- pulumi_oci/licensemanager/get_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_product_licenses.py +1 -1
- pulumi_oci/licensemanager/get_top_utilized_resources.py +1 -1
- pulumi_oci/licensemanager/license_record.py +100 -28
- pulumi_oci/licensemanager/outputs.py +362 -91
- pulumi_oci/licensemanager/product_license.py +103 -29
- pulumi_oci/limits/_inputs.py +84 -17
- pulumi_oci/limits/get_limit_definitions.py +1 -1
- pulumi_oci/limits/get_limit_values.py +1 -1
- pulumi_oci/limits/get_quota.py +1 -1
- pulumi_oci/limits/get_quotas.py +1 -1
- pulumi_oci/limits/get_resource_availability.py +1 -1
- pulumi_oci/limits/get_services.py +1 -1
- pulumi_oci/limits/outputs.py +228 -51
- pulumi_oci/limits/quota.py +70 -18
- pulumi_oci/loadbalancer/_inputs.py +575 -132
- pulumi_oci/loadbalancer/backend.py +73 -19
- pulumi_oci/loadbalancer/backend_set.py +87 -17
- pulumi_oci/loadbalancer/certificate.py +58 -14
- pulumi_oci/loadbalancer/get_backend_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/loadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/loadbalancer/get_backends.py +1 -1
- pulumi_oci/loadbalancer/get_certificates.py +1 -1
- pulumi_oci/loadbalancer/get_health.py +1 -1
- pulumi_oci/loadbalancer/get_hostnames.py +1 -1
- pulumi_oci/loadbalancer/get_listener_rules.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancer_routing_policy.py +1 -1
- pulumi_oci/loadbalancer/get_load_balancers.py +1 -1
- pulumi_oci/loadbalancer/get_path_route_sets.py +1 -1
- pulumi_oci/loadbalancer/get_policies.py +1 -1
- pulumi_oci/loadbalancer/get_protocols.py +1 -1
- pulumi_oci/loadbalancer/get_rule_set.py +1 -1
- pulumi_oci/loadbalancer/get_rule_sets.py +1 -1
- pulumi_oci/loadbalancer/get_shapes.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suite.py +1 -1
- pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +1 -1
- pulumi_oci/loadbalancer/hostname.py +40 -8
- pulumi_oci/loadbalancer/listener.py +98 -24
- pulumi_oci/loadbalancer/load_balancer.py +105 -28
- pulumi_oci/loadbalancer/load_balancer_routing_policy.py +46 -10
- pulumi_oci/loadbalancer/outputs.py +1420 -325
- pulumi_oci/loadbalancer/path_route_set.py +40 -8
- pulumi_oci/loadbalancer/rule_set.py +40 -8
- pulumi_oci/loadbalancer/ssl_cipher_suite.py +40 -21
- pulumi_oci/loganalytics/_inputs.py +375 -79
- pulumi_oci/loganalytics/get_log_analytics_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_category.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entities_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_group.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_log_groups_summary.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_preference.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_resource_categories_list.py +1 -1
- pulumi_oci/loganalytics/get_log_analytics_unprocessed_data_bucket.py +1 -1
- pulumi_oci/loganalytics/get_log_sets_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace.py +1 -1
- pulumi_oci/loganalytics/get_namespace_effective_properties.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +1 -1
- pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_properties_metadata.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules.py +1 -1
- pulumi_oci/loganalytics/get_namespace_rules_summary.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_task.py +1 -1
- pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_encryption_key_info.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recall_count.py +1 -1
- pulumi_oci/loganalytics/get_namespace_storage_recalled_data_size.py +1 -1
- pulumi_oci/loganalytics/get_namespaces.py +1 -1
- pulumi_oci/loganalytics/log_analytics_entity.py +115 -33
- pulumi_oci/loganalytics/log_analytics_import_custom_content.py +58 -14
- pulumi_oci/loganalytics/log_analytics_log_group.py +61 -15
- pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +163 -49
- pulumi_oci/loganalytics/log_analytics_preferences_management.py +31 -5
- pulumi_oci/loganalytics/log_analytics_resource_categories_management.py +43 -9
- pulumi_oci/loganalytics/log_analytics_unprocessed_data_bucket_management.py +43 -9
- pulumi_oci/loganalytics/namespace.py +37 -7
- pulumi_oci/loganalytics/namespace_ingest_time_rule.py +87 -22
- pulumi_oci/loganalytics/namespace_ingest_time_rules_management.py +37 -7
- pulumi_oci/loganalytics/namespace_scheduled_task.py +110 -28
- pulumi_oci/loganalytics/outputs.py +1401 -316
- pulumi_oci/logging/_inputs.py +284 -65
- pulumi_oci/logging/get_log.py +1 -1
- pulumi_oci/logging/get_log_group.py +1 -1
- pulumi_oci/logging/get_log_groups.py +1 -1
- pulumi_oci/logging/get_log_saved_search.py +1 -1
- pulumi_oci/logging/get_log_saved_searches.py +1 -1
- pulumi_oci/logging/get_logs.py +1 -1
- pulumi_oci/logging/get_unified_agent_configuration.py +1 -1
- pulumi_oci/logging/get_unified_agent_configurations.py +1 -1
- pulumi_oci/logging/log.py +87 -22
- pulumi_oci/logging/log_group.py +58 -14
- pulumi_oci/logging/log_saved_search.py +64 -16
- pulumi_oci/logging/outputs.py +718 -170
- pulumi_oci/logging/unified_agent_configuration.py +89 -21
- pulumi_oci/managementagent/_inputs.py +125 -26
- pulumi_oci/managementagent/get_management_agent.py +1 -1
- pulumi_oci/managementagent/get_management_agent_available_histories.py +1 -1
- pulumi_oci/managementagent/get_management_agent_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_get_auto_upgradable_config.py +1 -1
- pulumi_oci/managementagent/get_management_agent_images.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_key.py +1 -1
- pulumi_oci/managementagent/get_management_agent_install_keys.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugin_count.py +1 -1
- pulumi_oci/managementagent/get_management_agent_plugins.py +1 -1
- pulumi_oci/managementagent/get_management_agents.py +1 -1
- pulumi_oci/managementagent/management_agent.py +112 -32
- pulumi_oci/managementagent/management_agent_install_key.py +70 -18
- pulumi_oci/managementagent/outputs.py +520 -125
- pulumi_oci/managementdashboard/get_management_dashboards_export.py +1 -1
- pulumi_oci/managementdashboard/management_dashboards_import.py +31 -5
- pulumi_oci/marketplace/_inputs.py +238 -45
- pulumi_oci/marketplace/accepted_agreement.py +70 -18
- pulumi_oci/marketplace/get_accepted_agreement.py +1 -1
- pulumi_oci/marketplace/get_accepted_agreements.py +1 -1
- pulumi_oci/marketplace/get_categories.py +1 -1
- pulumi_oci/marketplace/get_listing.py +1 -1
- pulumi_oci/marketplace/get_listing_package.py +1 -1
- pulumi_oci/marketplace/get_listing_package_agreements.py +1 -1
- pulumi_oci/marketplace/get_listing_packages.py +1 -1
- pulumi_oci/marketplace/get_listing_taxes.py +1 -1
- pulumi_oci/marketplace/get_listings.py +1 -1
- pulumi_oci/marketplace/get_publication.py +1 -1
- pulumi_oci/marketplace/get_publication_package.py +1 -1
- pulumi_oci/marketplace/get_publication_packages.py +1 -1
- pulumi_oci/marketplace/get_publications.py +1 -1
- pulumi_oci/marketplace/get_publishers.py +1 -1
- pulumi_oci/marketplace/listing_package_agreement.py +55 -13
- pulumi_oci/marketplace/outputs.py +1266 -257
- pulumi_oci/marketplace/publication.py +99 -26
- pulumi_oci/mediaservices/_inputs.py +274 -57
- pulumi_oci/mediaservices/get_media_asset.py +1 -1
- pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +1 -1
- pulumi_oci/mediaservices/get_media_assets.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configuration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_configurations.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_fact.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_job_facts.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_jobs.py +1 -1
- pulumi_oci/mediaservices/get_media_workflow_task_declaration.py +1 -1
- pulumi_oci/mediaservices/get_media_workflows.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_cdn_configs.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channel.py +1 -1
- pulumi_oci/mediaservices/get_stream_distribution_channels.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_config.py +1 -1
- pulumi_oci/mediaservices/get_stream_packaging_configs.py +1 -1
- pulumi_oci/mediaservices/get_system_media_workflow.py +1 -1
- pulumi_oci/mediaservices/media_asset.py +139 -41
- pulumi_oci/mediaservices/media_workflow.py +79 -21
- pulumi_oci/mediaservices/media_workflow_configuration.py +64 -16
- pulumi_oci/mediaservices/media_workflow_job.py +103 -29
- pulumi_oci/mediaservices/outputs.py +1093 -253
- pulumi_oci/mediaservices/stream_cdn_config.py +78 -19
- pulumi_oci/mediaservices/stream_distribution_channel.py +58 -14
- pulumi_oci/mediaservices/stream_packaging_config.py +81 -20
- pulumi_oci/meteringcomputation/_inputs.py +440 -103
- pulumi_oci/meteringcomputation/custom_table.py +42 -7
- pulumi_oci/meteringcomputation/get_configuration.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_table.py +1 -1
- pulumi_oci/meteringcomputation/get_custom_tables.py +1 -1
- pulumi_oci/meteringcomputation/get_queries.py +1 -1
- pulumi_oci/meteringcomputation/get_query.py +1 -1
- pulumi_oci/meteringcomputation/get_schedule.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_run.py +1 -1
- pulumi_oci/meteringcomputation/get_scheduled_runs.py +1 -1
- pulumi_oci/meteringcomputation/get_schedules.py +1 -1
- pulumi_oci/meteringcomputation/outputs.py +1074 -242
- pulumi_oci/meteringcomputation/query.py +36 -5
- pulumi_oci/meteringcomputation/schedule.py +107 -27
- pulumi_oci/meteringcomputation/usage.py +93 -24
- pulumi_oci/monitoring/_inputs.py +81 -16
- pulumi_oci/monitoring/alarm.py +147 -42
- pulumi_oci/monitoring/get_alarm.py +1 -1
- pulumi_oci/monitoring/get_alarm_history_collection.py +1 -1
- pulumi_oci/monitoring/get_alarm_statuses.py +1 -1
- pulumi_oci/monitoring/get_alarms.py +1 -1
- pulumi_oci/monitoring/get_metric_data.py +1 -1
- pulumi_oci/monitoring/get_metrics.py +1 -1
- pulumi_oci/monitoring/outputs.py +333 -79
- pulumi_oci/mysql/_inputs.py +1053 -242
- pulumi_oci/mysql/channel.py +89 -21
- pulumi_oci/mysql/get_channel.py +1 -1
- pulumi_oci/mysql/get_channels.py +1 -1
- pulumi_oci/mysql/get_heat_wave_cluster.py +1 -1
- pulumi_oci/mysql/get_mysql_backup.py +1 -1
- pulumi_oci/mysql/get_mysql_backups.py +1 -1
- pulumi_oci/mysql/get_mysql_configuration.py +1 -1
- pulumi_oci/mysql/get_mysql_configurations.py +1 -1
- pulumi_oci/mysql/get_mysql_db_system.py +1 -1
- pulumi_oci/mysql/get_mysql_db_systems.py +1 -1
- pulumi_oci/mysql/get_mysql_version.py +1 -1
- pulumi_oci/mysql/get_replica.py +43 -3
- pulumi_oci/mysql/get_replicas.py +39 -2
- pulumi_oci/mysql/get_shapes.py +1 -1
- pulumi_oci/mysql/heat_wave_cluster.py +61 -15
- pulumi_oci/mysql/mysql_backup.py +97 -27
- pulumi_oci/mysql/mysql_configuration.py +95 -23
- pulumi_oci/mysql/mysql_db_system.py +217 -62
- pulumi_oci/mysql/outputs.py +3298 -788
- pulumi_oci/mysql/replica.py +245 -65
- pulumi_oci/networkfirewall/_inputs.py +239 -50
- pulumi_oci/networkfirewall/get_network_firewall.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policies.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewall_policy.py +1 -1
- pulumi_oci/networkfirewall/get_network_firewalls.py +1 -1
- pulumi_oci/networkfirewall/network_firewall.py +94 -26
- pulumi_oci/networkfirewall/network_firewall_policy.py +103 -29
- pulumi_oci/networkfirewall/outputs.py +787 -172
- pulumi_oci/networkloadbalancer/_inputs.py +272 -61
- pulumi_oci/networkloadbalancer/backend.py +79 -21
- pulumi_oci/networkloadbalancer/backend_set.py +63 -14
- pulumi_oci/networkloadbalancer/get_backend_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_set_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_backend_sets.py +1 -1
- pulumi_oci/networkloadbalancer/get_backends.py +1 -1
- pulumi_oci/networkloadbalancer/get_listener.py +1 -1
- pulumi_oci/networkloadbalancer/get_listeners.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancer_health.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +1 -1
- pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +1 -1
- pulumi_oci/networkloadbalancer/listener.py +55 -13
- pulumi_oci/networkloadbalancer/network_load_balancer.py +97 -27
- pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +66 -15
- pulumi_oci/networkloadbalancer/outputs.py +716 -160
- pulumi_oci/nosql/_inputs.py +131 -28
- pulumi_oci/nosql/get_index.py +1 -1
- pulumi_oci/nosql/get_indexes.py +1 -1
- pulumi_oci/nosql/get_table.py +1 -1
- pulumi_oci/nosql/get_tables.py +1 -1
- pulumi_oci/nosql/index.py +61 -15
- pulumi_oci/nosql/outputs.py +416 -95
- pulumi_oci/nosql/table.py +87 -22
- pulumi_oci/objectstorage/_inputs.py +210 -45
- pulumi_oci/objectstorage/bucket.py +124 -36
- pulumi_oci/objectstorage/get_bucket.py +1 -1
- pulumi_oci/objectstorage/get_bucket_summaries.py +1 -1
- pulumi_oci/objectstorage/get_namespace.py +1 -1
- pulumi_oci/objectstorage/get_namespace_metadata.py +1 -1
- pulumi_oci/objectstorage/get_object.py +1 -1
- pulumi_oci/objectstorage/get_object_head.py +1 -1
- pulumi_oci/objectstorage/get_object_lifecycle_policy.py +1 -1
- pulumi_oci/objectstorage/get_object_versions.py +1 -1
- pulumi_oci/objectstorage/get_objects.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequest.py +1 -1
- pulumi_oci/objectstorage/get_preauthrequests.py +1 -1
- pulumi_oci/objectstorage/get_replication_policies.py +1 -1
- pulumi_oci/objectstorage/get_replication_policy.py +1 -1
- pulumi_oci/objectstorage/get_replication_sources.py +1 -1
- pulumi_oci/objectstorage/namespace_metadata.py +37 -7
- pulumi_oci/objectstorage/object_lifecycle_policy.py +40 -8
- pulumi_oci/objectstorage/outputs.py +576 -139
- pulumi_oci/objectstorage/preauthrequest.py +79 -24
- pulumi_oci/objectstorage/replication_policy.py +67 -20
- pulumi_oci/objectstorage/storage_object.py +132 -37
- pulumi_oci/oce/_inputs.py +17 -4
- pulumi_oci/oce/get_oce_instance.py +1 -1
- pulumi_oci/oce/get_oce_instances.py +1 -1
- pulumi_oci/oce/instance.py +148 -44
- pulumi_oci/oce/outputs.py +105 -31
- pulumi_oci/ocvp/_inputs.py +139 -26
- pulumi_oci/ocvp/esxi_host.py +139 -54
- pulumi_oci/ocvp/get_exsi_host.py +1 -1
- pulumi_oci/ocvp/get_exsi_hosts.py +1 -1
- pulumi_oci/ocvp/get_sddc.py +1 -1
- pulumi_oci/ocvp/get_sddcs.py +1 -1
- pulumi_oci/ocvp/get_supported_host_shapes.py +1 -1
- pulumi_oci/ocvp/get_supported_skus.py +1 -1
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +1 -1
- pulumi_oci/ocvp/outputs.py +587 -145
- pulumi_oci/ocvp/sddc.py +289 -91
- pulumi_oci/oda/_inputs.py +94 -18
- pulumi_oci/oda/get_oda_instance.py +1 -1
- pulumi_oci/oda/get_oda_instances.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachment.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_attachments.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoint_scan_proxy.py +1 -1
- pulumi_oci/oda/get_oda_private_endpoints.py +1 -1
- pulumi_oci/oda/oda_instance.py +112 -32
- pulumi_oci/oda/oda_private_endpoint.py +70 -18
- pulumi_oci/oda/oda_private_endpoint_attachment.py +43 -9
- pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +49 -11
- pulumi_oci/oda/outputs.py +354 -79
- pulumi_oci/onesubsription/_inputs.py +161 -31
- pulumi_oci/onesubsription/get_aggregated_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_billing_schedules.py +1 -1
- pulumi_oci/onesubsription/get_commitment.py +1 -1
- pulumi_oci/onesubsription/get_commitments.py +1 -1
- pulumi_oci/onesubsription/get_computed_usage.py +1 -1
- pulumi_oci/onesubsription/get_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +1 -1
- pulumi_oci/onesubsription/get_invoices.py +1 -1
- pulumi_oci/onesubsription/get_organization_subscriptions.py +1 -1
- pulumi_oci/onesubsription/get_ratecards.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_service.py +1 -1
- pulumi_oci/onesubsription/get_subscribed_services.py +1 -1
- pulumi_oci/onesubsription/get_subscriptions.py +1 -1
- pulumi_oci/onesubsription/outputs.py +3104 -809
- pulumi_oci/ons/_inputs.py +33 -7
- pulumi_oci/ons/get_notification_topic.py +1 -1
- pulumi_oci/ons/get_notification_topics.py +1 -1
- pulumi_oci/ons/get_subscription.py +1 -1
- pulumi_oci/ons/get_subscriptions.py +1 -1
- pulumi_oci/ons/notification_topic.py +67 -17
- pulumi_oci/ons/outputs.py +139 -33
- pulumi_oci/ons/subscription.py +70 -18
- pulumi_oci/opa/_inputs.py +39 -9
- pulumi_oci/opa/get_opa_instance.py +1 -1
- pulumi_oci/opa/get_opa_instances.py +1 -1
- pulumi_oci/opa/opa_instance.py +109 -31
- pulumi_oci/opa/outputs.py +163 -41
- pulumi_oci/opensearch/_inputs.py +33 -7
- pulumi_oci/opensearch/cluster.py +217 -67
- pulumi_oci/opensearch/get_opensearch_cluster.py +1 -1
- pulumi_oci/opensearch/get_opensearch_clusters.py +1 -1
- pulumi_oci/opensearch/get_opensearch_version.py +1 -1
- pulumi_oci/opensearch/get_opensearch_versions.py +1 -1
- pulumi_oci/opensearch/outputs.py +200 -51
- pulumi_oci/operatoraccesscontrol/_inputs.py +65 -13
- pulumi_oci/operatoraccesscontrol/get_access_request.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_request_history.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_access_requests.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_action.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_actions.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignment.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_control_assignments.py +1 -1
- pulumi_oci/operatoraccesscontrol/get_controls.py +1 -1
- pulumi_oci/operatoraccesscontrol/operator_control.py +112 -32
- pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +151 -45
- pulumi_oci/operatoraccesscontrol/outputs.py +451 -116
- pulumi_oci/opsi/_inputs.py +476 -101
- pulumi_oci/opsi/awr_hub.py +73 -19
- pulumi_oci/opsi/database_insight.py +193 -54
- pulumi_oci/opsi/enterprise_manager_bridge.py +76 -20
- pulumi_oci/opsi/exadata_insight.py +130 -38
- pulumi_oci/opsi/get_awr_hub.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshot.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +1 -1
- pulumi_oci/opsi/get_awr_hub_awr_sources_summary.py +1 -1
- pulumi_oci/opsi/get_awr_hubs.py +1 -1
- pulumi_oci/opsi/get_database_insight.py +1 -1
- pulumi_oci/opsi/get_database_insights.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridge.py +1 -1
- pulumi_oci/opsi/get_enterprise_manager_bridges.py +1 -1
- pulumi_oci/opsi/get_exadata_insight.py +1 -1
- pulumi_oci/opsi/get_exadata_insights.py +1 -1
- pulumi_oci/opsi/get_host_insight.py +1 -1
- pulumi_oci/opsi/get_host_insights.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entities.py +1 -1
- pulumi_oci/opsi/get_importable_agent_entity.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entities.py +1 -1
- pulumi_oci/opsi/get_importable_compute_entity.py +1 -1
- pulumi_oci/opsi/get_news_report.py +1 -1
- pulumi_oci/opsi/get_news_reports.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoint.py +1 -1
- pulumi_oci/opsi/get_operations_insights_private_endpoints.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_resource_usage_summary.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_user.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouse_users.py +1 -1
- pulumi_oci/opsi/get_operations_insights_warehouses.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration.py +1 -1
- pulumi_oci/opsi/get_opsi_configuration_configuration_item.py +1 -1
- pulumi_oci/opsi/get_opsi_configurations.py +1 -1
- pulumi_oci/opsi/host_insight.py +130 -38
- pulumi_oci/opsi/news_report.py +99 -26
- pulumi_oci/opsi/operations_insights_private_endpoint.py +94 -26
- pulumi_oci/opsi/operations_insights_warehouse.py +85 -23
- pulumi_oci/opsi/operations_insights_warehouse_download_warehouse_wallet.py +31 -5
- pulumi_oci/opsi/operations_insights_warehouse_rotate_warehouse_wallet.py +25 -3
- pulumi_oci/opsi/operations_insights_warehouse_user.py +88 -24
- pulumi_oci/opsi/opsi_configuration.py +103 -29
- pulumi_oci/opsi/outputs.py +2124 -508
- pulumi_oci/optimizer/_inputs.py +240 -41
- pulumi_oci/optimizer/enrollment_status.py +46 -10
- pulumi_oci/optimizer/get_categories.py +1 -1
- pulumi_oci/optimizer/get_category.py +1 -1
- pulumi_oci/optimizer/get_enrollment_status.py +1 -1
- pulumi_oci/optimizer/get_enrollment_statuses.py +1 -1
- pulumi_oci/optimizer/get_histories.py +1 -1
- pulumi_oci/optimizer/get_profile.py +1 -1
- pulumi_oci/optimizer/get_profile_level.py +1 -1
- pulumi_oci/optimizer/get_profile_levels.py +1 -1
- pulumi_oci/optimizer/get_profiles.py +1 -1
- pulumi_oci/optimizer/get_recommendation.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategies.py +1 -1
- pulumi_oci/optimizer/get_recommendation_strategy.py +1 -1
- pulumi_oci/optimizer/get_recommendations.py +1 -1
- pulumi_oci/optimizer/get_resource_action.py +1 -1
- pulumi_oci/optimizer/get_resource_actions.py +1 -1
- pulumi_oci/optimizer/outputs.py +1112 -222
- pulumi_oci/optimizer/profile.py +97 -22
- pulumi_oci/optimizer/recommendation.py +76 -20
- pulumi_oci/optimizer/resource_action.py +82 -22
- pulumi_oci/osmanagement/_inputs.py +211 -36
- pulumi_oci/osmanagement/get_managed_instance.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_event_report.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_group.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_groups.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_module_streams.py +1 -1
- pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_managed_instances.py +1 -1
- pulumi_oci/osmanagement/get_software_source.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream.py +1 -1
- pulumi_oci/osmanagement/get_software_source_module_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_source_stream_profile.py +1 -1
- pulumi_oci/osmanagement/get_software_sources.py +1 -1
- pulumi_oci/osmanagement/managed_instance.py +106 -30
- pulumi_oci/osmanagement/managed_instance_group.py +64 -16
- pulumi_oci/osmanagement/managed_instance_management.py +78 -19
- pulumi_oci/osmanagement/outputs.py +644 -136
- pulumi_oci/osmanagement/software_source.py +115 -33
- pulumi_oci/ospgateway/_inputs.py +544 -147
- pulumi_oci/ospgateway/address_action_verification.py +196 -60
- pulumi_oci/ospgateway/get_address.py +1 -1
- pulumi_oci/ospgateway/get_address_rule.py +1 -1
- pulumi_oci/ospgateway/get_invoice.py +1 -1
- pulumi_oci/ospgateway/get_invoices.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_line.py +1 -1
- pulumi_oci/ospgateway/get_invoices_invoice_lines.py +1 -1
- pulumi_oci/ospgateway/get_subscription.py +1 -1
- pulumi_oci/ospgateway/get_subscriptions.py +1 -1
- pulumi_oci/ospgateway/outputs.py +2149 -563
- pulumi_oci/ospgateway/subscription.py +114 -31
- pulumi_oci/osubbillingschedule/_inputs.py +17 -4
- pulumi_oci/osubbillingschedule/get_billing_schedule.py +1 -1
- pulumi_oci/osubbillingschedule/outputs.py +73 -18
- pulumi_oci/osuborganizationsubscription/_inputs.py +17 -4
- pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +1 -1
- pulumi_oci/osuborganizationsubscription/outputs.py +64 -15
- pulumi_oci/osubsubscription/_inputs.py +49 -10
- pulumi_oci/osubsubscription/get_commitment.py +1 -1
- pulumi_oci/osubsubscription/get_commitments.py +1 -1
- pulumi_oci/osubsubscription/get_ratecards.py +1 -1
- pulumi_oci/osubsubscription/get_subscriptions.py +1 -1
- pulumi_oci/osubsubscription/outputs.py +326 -79
- pulumi_oci/osubusage/_inputs.py +33 -7
- pulumi_oci/osubusage/get_commitment_aggregateds.py +1 -1
- pulumi_oci/osubusage/get_computed_usage.py +1 -1
- pulumi_oci/osubusage/get_computed_usages.py +1 -1
- pulumi_oci/osubusage/outputs.py +354 -93
- pulumi_oci/provider.py +51 -14
- pulumi_oci/queue/_inputs.py +17 -4
- pulumi_oci/queue/get_queue.py +28 -15
- pulumi_oci/queue/get_queues.py +11 -11
- pulumi_oci/queue/outputs.py +116 -38
- pulumi_oci/queue/queue.py +211 -84
- pulumi_oci/recoverymod/_inputs.py +90 -19
- pulumi_oci/recoverymod/get_protected_database.py +1 -1
- pulumi_oci/recoverymod/get_protected_database_fetch_configuration.py +1 -1
- pulumi_oci/recoverymod/get_protected_databases.py +1 -1
- pulumi_oci/recoverymod/get_protection_policies.py +1 -1
- pulumi_oci/recoverymod/get_protection_policy.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnet.py +1 -1
- pulumi_oci/recoverymod/get_recovery_service_subnets.py +1 -1
- pulumi_oci/recoverymod/outputs.py +361 -86
- pulumi_oci/recoverymod/protected_database.py +115 -33
- pulumi_oci/recoverymod/protection_policy.py +67 -17
- pulumi_oci/recoverymod/recovery_service_subnet.py +70 -18
- pulumi_oci/resourcemanager/_inputs.py +33 -7
- pulumi_oci/resourcemanager/get_private_endpoint.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoint_reachable_ip.py +1 -1
- pulumi_oci/resourcemanager/get_private_endpoints.py +1 -1
- pulumi_oci/resourcemanager/get_stack.py +1 -1
- pulumi_oci/resourcemanager/get_stack_tf_state.py +1 -1
- pulumi_oci/resourcemanager/get_stacks.py +1 -1
- pulumi_oci/resourcemanager/outputs.py +161 -38
- pulumi_oci/resourcemanager/private_endpoint.py +88 -24
- pulumi_oci/sch/_inputs.py +220 -46
- pulumi_oci/sch/connector.py +95 -23
- pulumi_oci/sch/get_service_connector.py +1 -1
- pulumi_oci/sch/get_service_connectors.py +1 -1
- pulumi_oci/sch/outputs.py +685 -145
- pulumi_oci/secrets/_inputs.py +17 -4
- pulumi_oci/secrets/get_secretbundle.py +1 -1
- pulumi_oci/secrets/get_secretbundle_versions.py +1 -1
- pulumi_oci/secrets/outputs.py +58 -13
- pulumi_oci/servicecatalog/_inputs.py +97 -19
- pulumi_oci/servicecatalog/catalog.py +52 -12
- pulumi_oci/servicecatalog/catalog_association.py +40 -8
- pulumi_oci/servicecatalog/get_private_application.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_package.py +1 -1
- pulumi_oci/servicecatalog/get_private_application_packages.py +1 -1
- pulumi_oci/servicecatalog/get_private_applications.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_association.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalog_associations.py +1 -1
- pulumi_oci/servicecatalog/get_service_catalogs.py +1 -1
- pulumi_oci/servicecatalog/outputs.py +334 -70
- pulumi_oci/servicecatalog/private_application.py +87 -22
- pulumi_oci/servicemanagerproxy/_inputs.py +17 -4
- pulumi_oci/servicemanagerproxy/get_service_environment.py +1 -1
- pulumi_oci/servicemanagerproxy/get_service_environments.py +1 -1
- pulumi_oci/servicemanagerproxy/outputs.py +125 -26
- pulumi_oci/servicemesh/_inputs.py +493 -95
- pulumi_oci/servicemesh/access_policy.py +76 -20
- pulumi_oci/servicemesh/get_access_policies.py +1 -1
- pulumi_oci/servicemesh/get_access_policy.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_ingress_gateways.py +1 -1
- pulumi_oci/servicemesh/get_mesh.py +1 -1
- pulumi_oci/servicemesh/get_meshes.py +1 -1
- pulumi_oci/servicemesh/get_proxy_detail.py +21 -1
- pulumi_oci/servicemesh/get_virtual_deployment.py +1 -1
- pulumi_oci/servicemesh/get_virtual_deployments.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_table.py +1 -1
- pulumi_oci/servicemesh/get_virtual_service_route_tables.py +1 -1
- pulumi_oci/servicemesh/get_virtual_services.py +1 -1
- pulumi_oci/servicemesh/ingress_gateway.py +98 -24
- pulumi_oci/servicemesh/ingress_gateway_route_table.py +82 -22
- pulumi_oci/servicemesh/mesh.py +81 -20
- pulumi_oci/servicemesh/outputs.py +1669 -347
- pulumi_oci/servicemesh/virtual_deployment.py +98 -24
- pulumi_oci/servicemesh/virtual_service.py +98 -24
- pulumi_oci/servicemesh/virtual_service_route_table.py +82 -22
- pulumi_oci/stackmonitoring/__init__.py +3 -0
- pulumi_oci/stackmonitoring/_inputs.py +548 -105
- pulumi_oci/stackmonitoring/config.py +697 -0
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +248 -0
- pulumi_oci/stackmonitoring/get_configs.py +193 -0
- pulumi_oci/stackmonitoring/get_discovery_job.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_job_logs.py +1 -1
- pulumi_oci/stackmonitoring/get_discovery_jobs.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource.py +1 -1
- pulumi_oci/stackmonitoring/monitored_resource.py +151 -40
- pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +58 -14
- pulumi_oci/stackmonitoring/monitored_resources_list_member.py +40 -8
- pulumi_oci/stackmonitoring/monitored_resources_search.py +124 -36
- pulumi_oci/stackmonitoring/monitored_resources_search_association.py +70 -18
- pulumi_oci/stackmonitoring/outputs.py +1085 -177
- pulumi_oci/streaming/_inputs.py +97 -19
- pulumi_oci/streaming/connect_harness.py +52 -12
- pulumi_oci/streaming/get_connect_harness.py +1 -1
- pulumi_oci/streaming/get_connect_harnesses.py +1 -1
- pulumi_oci/streaming/get_stream.py +1 -1
- pulumi_oci/streaming/get_stream_pool.py +1 -1
- pulumi_oci/streaming/get_stream_pools.py +1 -1
- pulumi_oci/streaming/get_streams.py +1 -1
- pulumi_oci/streaming/outputs.py +313 -70
- pulumi_oci/streaming/stream.py +73 -19
- pulumi_oci/streaming/stream_pool.py +91 -20
- pulumi_oci/usageproxy/_inputs.py +129 -25
- pulumi_oci/usageproxy/get_resource_quotas.py +1 -1
- pulumi_oci/usageproxy/get_resources.py +1 -1
- pulumi_oci/usageproxy/get_subscription_product.py +1 -1
- pulumi_oci/usageproxy/get_subscription_products.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_user.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redeemable_users.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemption.py +1 -1
- pulumi_oci/usageproxy/get_subscription_redemptions.py +1 -1
- pulumi_oci/usageproxy/get_subscription_reward.py +1 -1
- pulumi_oci/usageproxy/get_subscription_rewards.py +1 -1
- pulumi_oci/usageproxy/get_usagelimits.py +1 -1
- pulumi_oci/usageproxy/outputs.py +682 -151
- pulumi_oci/usageproxy/subscription_redeemable_user.py +43 -9
- pulumi_oci/vault/_inputs.py +58 -13
- pulumi_oci/vault/get_secret.py +1 -1
- pulumi_oci/vault/get_secret_version.py +1 -1
- pulumi_oci/vault/get_secrets.py +1 -1
- pulumi_oci/vault/outputs.py +198 -48
- pulumi_oci/vault/secret.py +102 -27
- pulumi_oci/vbs/_inputs.py +17 -4
- pulumi_oci/vbs/get_inst_vbs_instance.py +1 -1
- pulumi_oci/vbs/get_inst_vbs_instances.py +1 -1
- pulumi_oci/vbs/inst_vbs_instance.py +85 -23
- pulumi_oci/vbs/outputs.py +79 -20
- pulumi_oci/visualbuilder/_inputs.py +93 -20
- pulumi_oci/visualbuilder/get_vb_instance.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instance_applications.py +1 -1
- pulumi_oci/visualbuilder/get_vb_instances.py +1 -1
- pulumi_oci/visualbuilder/outputs.py +360 -81
- pulumi_oci/visualbuilder/vb_instance.py +120 -33
- pulumi_oci/vnmonitoring/_inputs.py +229 -56
- pulumi_oci/vnmonitoring/get_path_analyzer_test.py +1 -1
- pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +1 -1
- pulumi_oci/vnmonitoring/outputs.py +500 -123
- pulumi_oci/vnmonitoring/path_analysi.py +93 -19
- pulumi_oci/vnmonitoring/path_analyzer_test.py +105 -23
- pulumi_oci/vulnerabilityscanning/_inputs.py +220 -39
- pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +72 -17
- pulumi_oci/vulnerabilityscanning/container_scan_target.py +78 -19
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +1 -1
- pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +1 -1
- pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +99 -21
- pulumi_oci/vulnerabilityscanning/host_scan_target.py +79 -21
- pulumi_oci/vulnerabilityscanning/outputs.py +770 -150
- pulumi_oci/waa/_inputs.py +63 -10
- pulumi_oci/waa/app_acceleration.py +79 -21
- pulumi_oci/waa/app_acceleration_policy.py +83 -19
- pulumi_oci/waa/get_app_acceleration.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policies.py +1 -1
- pulumi_oci/waa/get_app_acceleration_policy.py +1 -1
- pulumi_oci/waa/get_app_accelerations.py +1 -1
- pulumi_oci/waa/outputs.py +232 -43
- pulumi_oci/waas/_inputs.py +960 -225
- pulumi_oci/waas/address_list.py +58 -14
- pulumi_oci/waas/certificate.py +97 -27
- pulumi_oci/waas/custom_protection_rule.py +64 -16
- pulumi_oci/waas/get_address_list.py +1 -1
- pulumi_oci/waas/get_address_lists.py +1 -1
- pulumi_oci/waas/get_certificate.py +1 -1
- pulumi_oci/waas/get_certificates.py +1 -1
- pulumi_oci/waas/get_custom_protection_rule.py +1 -1
- pulumi_oci/waas/get_custom_protection_rules.py +1 -1
- pulumi_oci/waas/get_edge_subnets.py +1 -1
- pulumi_oci/waas/get_http_redirect.py +1 -1
- pulumi_oci/waas/get_http_redirects.py +1 -1
- pulumi_oci/waas/get_protection_rule.py +1 -1
- pulumi_oci/waas/get_protection_rules.py +1 -1
- pulumi_oci/waas/get_waas_policies.py +1 -1
- pulumi_oci/waas/get_waas_policy.py +1 -1
- pulumi_oci/waas/http_redirect.py +72 -17
- pulumi_oci/waas/outputs.py +2925 -705
- pulumi_oci/waas/policy.py +98 -24
- pulumi_oci/waas/protection_rule.py +55 -13
- pulumi_oci/waas/purge_cache.py +31 -5
- pulumi_oci/waf/_inputs.py +500 -102
- pulumi_oci/waf/app_firewall.py +79 -21
- pulumi_oci/waf/app_firewall_policy.py +122 -27
- pulumi_oci/waf/get_firewalls.py +1 -1
- pulumi_oci/waf/get_network_address_list.py +1 -1
- pulumi_oci/waf/get_network_address_lists.py +1 -1
- pulumi_oci/waf/get_protection_capabilities.py +1 -1
- pulumi_oci/waf/get_protection_capability_group_tags.py +1 -1
- pulumi_oci/waf/get_web_app_firewall.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policies.py +1 -1
- pulumi_oci/waf/get_web_app_firewall_policy.py +1 -1
- pulumi_oci/waf/network_address_list.py +79 -21
- pulumi_oci/waf/outputs.py +1595 -334
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/METADATA +1 -1
- pulumi_oci-1.12.0.dist-info/RECORD +2330 -0
- pulumi_oci-1.11.0a1695814503.dist-info/RECORD +0 -2312
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695814503.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
pulumi_oci/waf/outputs.py
CHANGED
@@ -6,7 +6,7 @@ import copy
|
|
6
6
|
import warnings
|
7
7
|
import pulumi
|
8
8
|
import pulumi.runtime
|
9
|
-
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
9
|
+
from typing import Any, Callable, Mapping, Optional, Sequence, Union, overload
|
10
10
|
from .. import _utilities
|
11
11
|
from . import outputs
|
12
12
|
|
@@ -139,14 +139,31 @@ class AppFirewallPolicyAction(dict):
|
|
139
139
|
* Transfer-Encoding
|
140
140
|
* Upgrade
|
141
141
|
"""
|
142
|
-
|
143
|
-
|
142
|
+
AppFirewallPolicyAction._configure(
|
143
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
144
|
+
name=name,
|
145
|
+
type=type,
|
146
|
+
body=body,
|
147
|
+
code=code,
|
148
|
+
headers=headers,
|
149
|
+
)
|
150
|
+
@staticmethod
|
151
|
+
def _configure(
|
152
|
+
_setter: Callable[[Any, Any], None],
|
153
|
+
name: str,
|
154
|
+
type: str,
|
155
|
+
body: Optional['outputs.AppFirewallPolicyActionBody'] = None,
|
156
|
+
code: Optional[int] = None,
|
157
|
+
headers: Optional[Sequence['outputs.AppFirewallPolicyActionHeader']] = None,
|
158
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
159
|
+
_setter("name", name)
|
160
|
+
_setter("type", type)
|
144
161
|
if body is not None:
|
145
|
-
|
162
|
+
_setter("body", body)
|
146
163
|
if code is not None:
|
147
|
-
|
164
|
+
_setter("code", code)
|
148
165
|
if headers is not None:
|
149
|
-
|
166
|
+
_setter("headers", headers)
|
150
167
|
|
151
168
|
@property
|
152
169
|
@pulumi.getter
|
@@ -224,8 +241,19 @@ class AppFirewallPolicyActionBody(dict):
|
|
224
241
|
:param str text: (Updatable) Static response body text.
|
225
242
|
:param str type: (Updatable) Type of WebAppFirewallPolicyRule.
|
226
243
|
"""
|
227
|
-
|
228
|
-
|
244
|
+
AppFirewallPolicyActionBody._configure(
|
245
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
246
|
+
text=text,
|
247
|
+
type=type,
|
248
|
+
)
|
249
|
+
@staticmethod
|
250
|
+
def _configure(
|
251
|
+
_setter: Callable[[Any, Any], None],
|
252
|
+
text: str,
|
253
|
+
type: str,
|
254
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
255
|
+
_setter("text", text)
|
256
|
+
_setter("type", type)
|
229
257
|
|
230
258
|
@property
|
231
259
|
@pulumi.getter
|
@@ -253,10 +281,21 @@ class AppFirewallPolicyActionHeader(dict):
|
|
253
281
|
:param str name: (Updatable) Rule name. Must be unique within the module.
|
254
282
|
:param str value: (Updatable) The value of the header field.
|
255
283
|
"""
|
284
|
+
AppFirewallPolicyActionHeader._configure(
|
285
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
286
|
+
name=name,
|
287
|
+
value=value,
|
288
|
+
)
|
289
|
+
@staticmethod
|
290
|
+
def _configure(
|
291
|
+
_setter: Callable[[Any, Any], None],
|
292
|
+
name: Optional[str] = None,
|
293
|
+
value: Optional[str] = None,
|
294
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
256
295
|
if name is not None:
|
257
|
-
|
296
|
+
_setter("name", name)
|
258
297
|
if value is not None:
|
259
|
-
|
298
|
+
_setter("value", value)
|
260
299
|
|
261
300
|
@property
|
262
301
|
@pulumi.getter
|
@@ -303,9 +342,20 @@ class AppFirewallPolicyRequestAccessControl(dict):
|
|
303
342
|
* **RETURN_HTTP_RESPONSE** terminates further execution of modules and rules and returns defined HTTP response.
|
304
343
|
:param Sequence['AppFirewallPolicyRequestAccessControlRuleArgs'] rules: (Updatable) Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
305
344
|
"""
|
306
|
-
|
345
|
+
AppFirewallPolicyRequestAccessControl._configure(
|
346
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
347
|
+
default_action_name=default_action_name,
|
348
|
+
rules=rules,
|
349
|
+
)
|
350
|
+
@staticmethod
|
351
|
+
def _configure(
|
352
|
+
_setter: Callable[[Any, Any], None],
|
353
|
+
default_action_name: str,
|
354
|
+
rules: Optional[Sequence['outputs.AppFirewallPolicyRequestAccessControlRule']] = None,
|
355
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
356
|
+
_setter("default_action_name", default_action_name)
|
307
357
|
if rules is not None:
|
308
|
-
|
358
|
+
_setter("rules", rules)
|
309
359
|
|
310
360
|
@property
|
311
361
|
@pulumi.getter(name="defaultActionName")
|
@@ -361,13 +411,30 @@ class AppFirewallPolicyRequestAccessControlRule(dict):
|
|
361
411
|
:param str condition_language: (Updatable) The language used to parse condition from field `condition`. Available languages:
|
362
412
|
* **JMESPATH** an extended JMESPath language syntax.
|
363
413
|
"""
|
364
|
-
|
365
|
-
|
366
|
-
|
414
|
+
AppFirewallPolicyRequestAccessControlRule._configure(
|
415
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
416
|
+
action_name=action_name,
|
417
|
+
name=name,
|
418
|
+
type=type,
|
419
|
+
condition=condition,
|
420
|
+
condition_language=condition_language,
|
421
|
+
)
|
422
|
+
@staticmethod
|
423
|
+
def _configure(
|
424
|
+
_setter: Callable[[Any, Any], None],
|
425
|
+
action_name: str,
|
426
|
+
name: str,
|
427
|
+
type: str,
|
428
|
+
condition: Optional[str] = None,
|
429
|
+
condition_language: Optional[str] = None,
|
430
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
431
|
+
_setter("action_name", action_name)
|
432
|
+
_setter("name", name)
|
433
|
+
_setter("type", type)
|
367
434
|
if condition is not None:
|
368
|
-
|
435
|
+
_setter("condition", condition)
|
369
436
|
if condition_language is not None:
|
370
|
-
|
437
|
+
_setter("condition_language", condition_language)
|
371
438
|
|
372
439
|
@property
|
373
440
|
@pulumi.getter(name="actionName")
|
@@ -450,12 +517,25 @@ class AppFirewallPolicyRequestProtection(dict):
|
|
450
517
|
For steps to request a limit increase, see [Requesting a Service Limit Increase](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/servicelimits.htm).
|
451
518
|
:param Sequence['AppFirewallPolicyRequestProtectionRuleArgs'] rules: (Updatable) Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
452
519
|
"""
|
520
|
+
AppFirewallPolicyRequestProtection._configure(
|
521
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
522
|
+
body_inspection_size_limit_exceeded_action_name=body_inspection_size_limit_exceeded_action_name,
|
523
|
+
body_inspection_size_limit_in_bytes=body_inspection_size_limit_in_bytes,
|
524
|
+
rules=rules,
|
525
|
+
)
|
526
|
+
@staticmethod
|
527
|
+
def _configure(
|
528
|
+
_setter: Callable[[Any, Any], None],
|
529
|
+
body_inspection_size_limit_exceeded_action_name: Optional[str] = None,
|
530
|
+
body_inspection_size_limit_in_bytes: Optional[int] = None,
|
531
|
+
rules: Optional[Sequence['outputs.AppFirewallPolicyRequestProtectionRule']] = None,
|
532
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
453
533
|
if body_inspection_size_limit_exceeded_action_name is not None:
|
454
|
-
|
534
|
+
_setter("body_inspection_size_limit_exceeded_action_name", body_inspection_size_limit_exceeded_action_name)
|
455
535
|
if body_inspection_size_limit_in_bytes is not None:
|
456
|
-
|
536
|
+
_setter("body_inspection_size_limit_in_bytes", body_inspection_size_limit_in_bytes)
|
457
537
|
if rules is not None:
|
458
|
-
|
538
|
+
_setter("rules", rules)
|
459
539
|
|
460
540
|
@property
|
461
541
|
@pulumi.getter(name="bodyInspectionSizeLimitExceededActionName")
|
@@ -538,18 +618,41 @@ class AppFirewallPolicyRequestProtectionRule(dict):
|
|
538
618
|
:param bool is_body_inspection_enabled: (Updatable) Enables/disables body inspection for this protection rule. Only Protection Rules in RequestProtection can have this option enabled. Response body inspection will be available at a later date.
|
539
619
|
:param 'AppFirewallPolicyRequestProtectionRuleProtectionCapabilitySettingsArgs' protection_capability_settings: (Updatable) Settings for protection capabilities
|
540
620
|
"""
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
621
|
+
AppFirewallPolicyRequestProtectionRule._configure(
|
622
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
623
|
+
action_name=action_name,
|
624
|
+
name=name,
|
625
|
+
protection_capabilities=protection_capabilities,
|
626
|
+
type=type,
|
627
|
+
condition=condition,
|
628
|
+
condition_language=condition_language,
|
629
|
+
is_body_inspection_enabled=is_body_inspection_enabled,
|
630
|
+
protection_capability_settings=protection_capability_settings,
|
631
|
+
)
|
632
|
+
@staticmethod
|
633
|
+
def _configure(
|
634
|
+
_setter: Callable[[Any, Any], None],
|
635
|
+
action_name: str,
|
636
|
+
name: str,
|
637
|
+
protection_capabilities: Sequence['outputs.AppFirewallPolicyRequestProtectionRuleProtectionCapability'],
|
638
|
+
type: str,
|
639
|
+
condition: Optional[str] = None,
|
640
|
+
condition_language: Optional[str] = None,
|
641
|
+
is_body_inspection_enabled: Optional[bool] = None,
|
642
|
+
protection_capability_settings: Optional['outputs.AppFirewallPolicyRequestProtectionRuleProtectionCapabilitySettings'] = None,
|
643
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
644
|
+
_setter("action_name", action_name)
|
645
|
+
_setter("name", name)
|
646
|
+
_setter("protection_capabilities", protection_capabilities)
|
647
|
+
_setter("type", type)
|
545
648
|
if condition is not None:
|
546
|
-
|
649
|
+
_setter("condition", condition)
|
547
650
|
if condition_language is not None:
|
548
|
-
|
651
|
+
_setter("condition_language", condition_language)
|
549
652
|
if is_body_inspection_enabled is not None:
|
550
|
-
|
653
|
+
_setter("is_body_inspection_enabled", is_body_inspection_enabled)
|
551
654
|
if protection_capability_settings is not None:
|
552
|
-
|
655
|
+
_setter("protection_capability_settings", protection_capability_settings)
|
553
656
|
|
554
657
|
@property
|
555
658
|
@pulumi.getter(name="actionName")
|
@@ -655,16 +758,35 @@ class AppFirewallPolicyRequestProtectionRuleProtectionCapability(dict):
|
|
655
758
|
:param Sequence['AppFirewallPolicyRequestProtectionRuleProtectionCapabilityCollaborativeWeightArgs'] collaborative_weights: (Updatable) Explicit weight values to use for associated collaborative protection capabilities.
|
656
759
|
:param 'AppFirewallPolicyRequestProtectionRuleProtectionCapabilityExclusionsArgs' exclusions: (Updatable) Identifies specific HTTP message parameters to exclude from inspection by a protection capability.
|
657
760
|
"""
|
658
|
-
|
659
|
-
|
761
|
+
AppFirewallPolicyRequestProtectionRuleProtectionCapability._configure(
|
762
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
763
|
+
key=key,
|
764
|
+
version=version,
|
765
|
+
action_name=action_name,
|
766
|
+
collaborative_action_threshold=collaborative_action_threshold,
|
767
|
+
collaborative_weights=collaborative_weights,
|
768
|
+
exclusions=exclusions,
|
769
|
+
)
|
770
|
+
@staticmethod
|
771
|
+
def _configure(
|
772
|
+
_setter: Callable[[Any, Any], None],
|
773
|
+
key: str,
|
774
|
+
version: int,
|
775
|
+
action_name: Optional[str] = None,
|
776
|
+
collaborative_action_threshold: Optional[int] = None,
|
777
|
+
collaborative_weights: Optional[Sequence['outputs.AppFirewallPolicyRequestProtectionRuleProtectionCapabilityCollaborativeWeight']] = None,
|
778
|
+
exclusions: Optional['outputs.AppFirewallPolicyRequestProtectionRuleProtectionCapabilityExclusions'] = None,
|
779
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
780
|
+
_setter("key", key)
|
781
|
+
_setter("version", version)
|
660
782
|
if action_name is not None:
|
661
|
-
|
783
|
+
_setter("action_name", action_name)
|
662
784
|
if collaborative_action_threshold is not None:
|
663
|
-
|
785
|
+
_setter("collaborative_action_threshold", collaborative_action_threshold)
|
664
786
|
if collaborative_weights is not None:
|
665
|
-
|
787
|
+
_setter("collaborative_weights", collaborative_weights)
|
666
788
|
if exclusions is not None:
|
667
|
-
|
789
|
+
_setter("exclusions", exclusions)
|
668
790
|
|
669
791
|
@property
|
670
792
|
@pulumi.getter
|
@@ -724,8 +846,19 @@ class AppFirewallPolicyRequestProtectionRuleProtectionCapabilityCollaborativeWei
|
|
724
846
|
:param str key: (Updatable) Unique key of referenced protection capability.
|
725
847
|
:param int weight: (Updatable) The value of weight to set.
|
726
848
|
"""
|
727
|
-
|
728
|
-
|
849
|
+
AppFirewallPolicyRequestProtectionRuleProtectionCapabilityCollaborativeWeight._configure(
|
850
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
851
|
+
key=key,
|
852
|
+
weight=weight,
|
853
|
+
)
|
854
|
+
@staticmethod
|
855
|
+
def _configure(
|
856
|
+
_setter: Callable[[Any, Any], None],
|
857
|
+
key: str,
|
858
|
+
weight: int,
|
859
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
860
|
+
_setter("key", key)
|
861
|
+
_setter("weight", weight)
|
729
862
|
|
730
863
|
@property
|
731
864
|
@pulumi.getter
|
@@ -770,10 +903,21 @@ class AppFirewallPolicyRequestProtectionRuleProtectionCapabilityExclusions(dict)
|
|
770
903
|
:param Sequence[str] args: (Updatable) List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting. Example: If we have query parameter 'argumentName=argumentValue' and args=['argumentName'], both 'argumentName' and 'argumentValue' will not be inspected.
|
771
904
|
:param Sequence[str] request_cookies: (Updatable) List of HTTP request cookie values (by cookie name) to exclude from inspecting. Example: If we have cookie 'cookieName=cookieValue' and requestCookies=['cookieName'], both 'cookieName' and 'cookieValue' will not be inspected.
|
772
905
|
"""
|
906
|
+
AppFirewallPolicyRequestProtectionRuleProtectionCapabilityExclusions._configure(
|
907
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
908
|
+
args=args,
|
909
|
+
request_cookies=request_cookies,
|
910
|
+
)
|
911
|
+
@staticmethod
|
912
|
+
def _configure(
|
913
|
+
_setter: Callable[[Any, Any], None],
|
914
|
+
args: Optional[Sequence[str]] = None,
|
915
|
+
request_cookies: Optional[Sequence[str]] = None,
|
916
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
773
917
|
if args is not None:
|
774
|
-
|
918
|
+
_setter("args", args)
|
775
919
|
if request_cookies is not None:
|
776
|
-
|
920
|
+
_setter("request_cookies", request_cookies)
|
777
921
|
|
778
922
|
@property
|
779
923
|
@pulumi.getter
|
@@ -836,18 +980,37 @@ class AppFirewallPolicyRequestProtectionRuleProtectionCapabilitySettings(dict):
|
|
836
980
|
:param int max_single_argument_length: (Updatable) Maximum allowed length of a single argument. Used in protection capability 920370: Limit argument value length.
|
837
981
|
:param int max_total_argument_length: (Updatable) Maximum allowed total length of all arguments. Used in protection capability 920390: Limit arguments total length.
|
838
982
|
"""
|
983
|
+
AppFirewallPolicyRequestProtectionRuleProtectionCapabilitySettings._configure(
|
984
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
985
|
+
allowed_http_methods=allowed_http_methods,
|
986
|
+
max_http_request_header_length=max_http_request_header_length,
|
987
|
+
max_http_request_headers=max_http_request_headers,
|
988
|
+
max_number_of_arguments=max_number_of_arguments,
|
989
|
+
max_single_argument_length=max_single_argument_length,
|
990
|
+
max_total_argument_length=max_total_argument_length,
|
991
|
+
)
|
992
|
+
@staticmethod
|
993
|
+
def _configure(
|
994
|
+
_setter: Callable[[Any, Any], None],
|
995
|
+
allowed_http_methods: Optional[Sequence[str]] = None,
|
996
|
+
max_http_request_header_length: Optional[int] = None,
|
997
|
+
max_http_request_headers: Optional[int] = None,
|
998
|
+
max_number_of_arguments: Optional[int] = None,
|
999
|
+
max_single_argument_length: Optional[int] = None,
|
1000
|
+
max_total_argument_length: Optional[int] = None,
|
1001
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
839
1002
|
if allowed_http_methods is not None:
|
840
|
-
|
1003
|
+
_setter("allowed_http_methods", allowed_http_methods)
|
841
1004
|
if max_http_request_header_length is not None:
|
842
|
-
|
1005
|
+
_setter("max_http_request_header_length", max_http_request_header_length)
|
843
1006
|
if max_http_request_headers is not None:
|
844
|
-
|
1007
|
+
_setter("max_http_request_headers", max_http_request_headers)
|
845
1008
|
if max_number_of_arguments is not None:
|
846
|
-
|
1009
|
+
_setter("max_number_of_arguments", max_number_of_arguments)
|
847
1010
|
if max_single_argument_length is not None:
|
848
|
-
|
1011
|
+
_setter("max_single_argument_length", max_single_argument_length)
|
849
1012
|
if max_total_argument_length is not None:
|
850
|
-
|
1013
|
+
_setter("max_total_argument_length", max_total_argument_length)
|
851
1014
|
|
852
1015
|
@property
|
853
1016
|
@pulumi.getter(name="allowedHttpMethods")
|
@@ -905,8 +1068,17 @@ class AppFirewallPolicyRequestRateLimiting(dict):
|
|
905
1068
|
"""
|
906
1069
|
:param Sequence['AppFirewallPolicyRequestRateLimitingRuleArgs'] rules: (Updatable) Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
907
1070
|
"""
|
1071
|
+
AppFirewallPolicyRequestRateLimiting._configure(
|
1072
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1073
|
+
rules=rules,
|
1074
|
+
)
|
1075
|
+
@staticmethod
|
1076
|
+
def _configure(
|
1077
|
+
_setter: Callable[[Any, Any], None],
|
1078
|
+
rules: Optional[Sequence['outputs.AppFirewallPolicyRequestRateLimitingRule']] = None,
|
1079
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
908
1080
|
if rules is not None:
|
909
|
-
|
1081
|
+
_setter("rules", rules)
|
910
1082
|
|
911
1083
|
@property
|
912
1084
|
@pulumi.getter
|
@@ -954,14 +1126,33 @@ class AppFirewallPolicyRequestRateLimitingRule(dict):
|
|
954
1126
|
:param str condition_language: (Updatable) The language used to parse condition from field `condition`. Available languages:
|
955
1127
|
* **JMESPATH** an extended JMESPath language syntax.
|
956
1128
|
"""
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
1129
|
+
AppFirewallPolicyRequestRateLimitingRule._configure(
|
1130
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1131
|
+
action_name=action_name,
|
1132
|
+
configurations=configurations,
|
1133
|
+
name=name,
|
1134
|
+
type=type,
|
1135
|
+
condition=condition,
|
1136
|
+
condition_language=condition_language,
|
1137
|
+
)
|
1138
|
+
@staticmethod
|
1139
|
+
def _configure(
|
1140
|
+
_setter: Callable[[Any, Any], None],
|
1141
|
+
action_name: str,
|
1142
|
+
configurations: Sequence['outputs.AppFirewallPolicyRequestRateLimitingRuleConfiguration'],
|
1143
|
+
name: str,
|
1144
|
+
type: str,
|
1145
|
+
condition: Optional[str] = None,
|
1146
|
+
condition_language: Optional[str] = None,
|
1147
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1148
|
+
_setter("action_name", action_name)
|
1149
|
+
_setter("configurations", configurations)
|
1150
|
+
_setter("name", name)
|
1151
|
+
_setter("type", type)
|
961
1152
|
if condition is not None:
|
962
|
-
|
1153
|
+
_setter("condition", condition)
|
963
1154
|
if condition_language is not None:
|
964
|
-
|
1155
|
+
_setter("condition_language", condition_language)
|
965
1156
|
|
966
1157
|
@property
|
967
1158
|
@pulumi.getter(name="actionName")
|
@@ -1045,10 +1236,23 @@ class AppFirewallPolicyRequestRateLimitingRuleConfiguration(dict):
|
|
1045
1236
|
:param int requests_limit: (Updatable) Requests allowed per evaluation period.
|
1046
1237
|
:param int action_duration_in_seconds: (Updatable) Duration of block action application in seconds when `requestsLimit` is reached. Optional and can be 0 (no block duration).
|
1047
1238
|
"""
|
1048
|
-
|
1049
|
-
|
1239
|
+
AppFirewallPolicyRequestRateLimitingRuleConfiguration._configure(
|
1240
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1241
|
+
period_in_seconds=period_in_seconds,
|
1242
|
+
requests_limit=requests_limit,
|
1243
|
+
action_duration_in_seconds=action_duration_in_seconds,
|
1244
|
+
)
|
1245
|
+
@staticmethod
|
1246
|
+
def _configure(
|
1247
|
+
_setter: Callable[[Any, Any], None],
|
1248
|
+
period_in_seconds: int,
|
1249
|
+
requests_limit: int,
|
1250
|
+
action_duration_in_seconds: Optional[int] = None,
|
1251
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1252
|
+
_setter("period_in_seconds", period_in_seconds)
|
1253
|
+
_setter("requests_limit", requests_limit)
|
1050
1254
|
if action_duration_in_seconds is not None:
|
1051
|
-
|
1255
|
+
_setter("action_duration_in_seconds", action_duration_in_seconds)
|
1052
1256
|
|
1053
1257
|
@property
|
1054
1258
|
@pulumi.getter(name="periodInSeconds")
|
@@ -1082,8 +1286,17 @@ class AppFirewallPolicyResponseAccessControl(dict):
|
|
1082
1286
|
"""
|
1083
1287
|
:param Sequence['AppFirewallPolicyResponseAccessControlRuleArgs'] rules: (Updatable) Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
1084
1288
|
"""
|
1289
|
+
AppFirewallPolicyResponseAccessControl._configure(
|
1290
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1291
|
+
rules=rules,
|
1292
|
+
)
|
1293
|
+
@staticmethod
|
1294
|
+
def _configure(
|
1295
|
+
_setter: Callable[[Any, Any], None],
|
1296
|
+
rules: Optional[Sequence['outputs.AppFirewallPolicyResponseAccessControlRule']] = None,
|
1297
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1085
1298
|
if rules is not None:
|
1086
|
-
|
1299
|
+
_setter("rules", rules)
|
1087
1300
|
|
1088
1301
|
@property
|
1089
1302
|
@pulumi.getter
|
@@ -1129,13 +1342,30 @@ class AppFirewallPolicyResponseAccessControlRule(dict):
|
|
1129
1342
|
:param str condition_language: (Updatable) The language used to parse condition from field `condition`. Available languages:
|
1130
1343
|
* **JMESPATH** an extended JMESPath language syntax.
|
1131
1344
|
"""
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1345
|
+
AppFirewallPolicyResponseAccessControlRule._configure(
|
1346
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1347
|
+
action_name=action_name,
|
1348
|
+
name=name,
|
1349
|
+
type=type,
|
1350
|
+
condition=condition,
|
1351
|
+
condition_language=condition_language,
|
1352
|
+
)
|
1353
|
+
@staticmethod
|
1354
|
+
def _configure(
|
1355
|
+
_setter: Callable[[Any, Any], None],
|
1356
|
+
action_name: str,
|
1357
|
+
name: str,
|
1358
|
+
type: str,
|
1359
|
+
condition: Optional[str] = None,
|
1360
|
+
condition_language: Optional[str] = None,
|
1361
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1362
|
+
_setter("action_name", action_name)
|
1363
|
+
_setter("name", name)
|
1364
|
+
_setter("type", type)
|
1135
1365
|
if condition is not None:
|
1136
|
-
|
1366
|
+
_setter("condition", condition)
|
1137
1367
|
if condition_language is not None:
|
1138
|
-
|
1368
|
+
_setter("condition_language", condition_language)
|
1139
1369
|
|
1140
1370
|
@property
|
1141
1371
|
@pulumi.getter(name="actionName")
|
@@ -1186,8 +1416,17 @@ class AppFirewallPolicyResponseProtection(dict):
|
|
1186
1416
|
"""
|
1187
1417
|
:param Sequence['AppFirewallPolicyResponseProtectionRuleArgs'] rules: (Updatable) Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
1188
1418
|
"""
|
1419
|
+
AppFirewallPolicyResponseProtection._configure(
|
1420
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1421
|
+
rules=rules,
|
1422
|
+
)
|
1423
|
+
@staticmethod
|
1424
|
+
def _configure(
|
1425
|
+
_setter: Callable[[Any, Any], None],
|
1426
|
+
rules: Optional[Sequence['outputs.AppFirewallPolicyResponseProtectionRule']] = None,
|
1427
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1189
1428
|
if rules is not None:
|
1190
|
-
|
1429
|
+
_setter("rules", rules)
|
1191
1430
|
|
1192
1431
|
@property
|
1193
1432
|
@pulumi.getter
|
@@ -1245,18 +1484,41 @@ class AppFirewallPolicyResponseProtectionRule(dict):
|
|
1245
1484
|
:param bool is_body_inspection_enabled: (Updatable) Enables/disables body inspection for this protection rule. Only Protection Rules in RequestProtection can have this option enabled. Response body inspection will be available at a later date.
|
1246
1485
|
:param 'AppFirewallPolicyResponseProtectionRuleProtectionCapabilitySettingsArgs' protection_capability_settings: (Updatable) Settings for protection capabilities
|
1247
1486
|
"""
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1487
|
+
AppFirewallPolicyResponseProtectionRule._configure(
|
1488
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1489
|
+
action_name=action_name,
|
1490
|
+
name=name,
|
1491
|
+
protection_capabilities=protection_capabilities,
|
1492
|
+
type=type,
|
1493
|
+
condition=condition,
|
1494
|
+
condition_language=condition_language,
|
1495
|
+
is_body_inspection_enabled=is_body_inspection_enabled,
|
1496
|
+
protection_capability_settings=protection_capability_settings,
|
1497
|
+
)
|
1498
|
+
@staticmethod
|
1499
|
+
def _configure(
|
1500
|
+
_setter: Callable[[Any, Any], None],
|
1501
|
+
action_name: str,
|
1502
|
+
name: str,
|
1503
|
+
protection_capabilities: Sequence['outputs.AppFirewallPolicyResponseProtectionRuleProtectionCapability'],
|
1504
|
+
type: str,
|
1505
|
+
condition: Optional[str] = None,
|
1506
|
+
condition_language: Optional[str] = None,
|
1507
|
+
is_body_inspection_enabled: Optional[bool] = None,
|
1508
|
+
protection_capability_settings: Optional['outputs.AppFirewallPolicyResponseProtectionRuleProtectionCapabilitySettings'] = None,
|
1509
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1510
|
+
_setter("action_name", action_name)
|
1511
|
+
_setter("name", name)
|
1512
|
+
_setter("protection_capabilities", protection_capabilities)
|
1513
|
+
_setter("type", type)
|
1252
1514
|
if condition is not None:
|
1253
|
-
|
1515
|
+
_setter("condition", condition)
|
1254
1516
|
if condition_language is not None:
|
1255
|
-
|
1517
|
+
_setter("condition_language", condition_language)
|
1256
1518
|
if is_body_inspection_enabled is not None:
|
1257
|
-
|
1519
|
+
_setter("is_body_inspection_enabled", is_body_inspection_enabled)
|
1258
1520
|
if protection_capability_settings is not None:
|
1259
|
-
|
1521
|
+
_setter("protection_capability_settings", protection_capability_settings)
|
1260
1522
|
|
1261
1523
|
@property
|
1262
1524
|
@pulumi.getter(name="actionName")
|
@@ -1362,16 +1624,35 @@ class AppFirewallPolicyResponseProtectionRuleProtectionCapability(dict):
|
|
1362
1624
|
:param Sequence['AppFirewallPolicyResponseProtectionRuleProtectionCapabilityCollaborativeWeightArgs'] collaborative_weights: (Updatable) Explicit weight values to use for associated collaborative protection capabilities.
|
1363
1625
|
:param 'AppFirewallPolicyResponseProtectionRuleProtectionCapabilityExclusionsArgs' exclusions: (Updatable) Identifies specific HTTP message parameters to exclude from inspection by a protection capability.
|
1364
1626
|
"""
|
1365
|
-
|
1366
|
-
|
1627
|
+
AppFirewallPolicyResponseProtectionRuleProtectionCapability._configure(
|
1628
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1629
|
+
key=key,
|
1630
|
+
version=version,
|
1631
|
+
action_name=action_name,
|
1632
|
+
collaborative_action_threshold=collaborative_action_threshold,
|
1633
|
+
collaborative_weights=collaborative_weights,
|
1634
|
+
exclusions=exclusions,
|
1635
|
+
)
|
1636
|
+
@staticmethod
|
1637
|
+
def _configure(
|
1638
|
+
_setter: Callable[[Any, Any], None],
|
1639
|
+
key: str,
|
1640
|
+
version: int,
|
1641
|
+
action_name: Optional[str] = None,
|
1642
|
+
collaborative_action_threshold: Optional[int] = None,
|
1643
|
+
collaborative_weights: Optional[Sequence['outputs.AppFirewallPolicyResponseProtectionRuleProtectionCapabilityCollaborativeWeight']] = None,
|
1644
|
+
exclusions: Optional['outputs.AppFirewallPolicyResponseProtectionRuleProtectionCapabilityExclusions'] = None,
|
1645
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1646
|
+
_setter("key", key)
|
1647
|
+
_setter("version", version)
|
1367
1648
|
if action_name is not None:
|
1368
|
-
|
1649
|
+
_setter("action_name", action_name)
|
1369
1650
|
if collaborative_action_threshold is not None:
|
1370
|
-
|
1651
|
+
_setter("collaborative_action_threshold", collaborative_action_threshold)
|
1371
1652
|
if collaborative_weights is not None:
|
1372
|
-
|
1653
|
+
_setter("collaborative_weights", collaborative_weights)
|
1373
1654
|
if exclusions is not None:
|
1374
|
-
|
1655
|
+
_setter("exclusions", exclusions)
|
1375
1656
|
|
1376
1657
|
@property
|
1377
1658
|
@pulumi.getter
|
@@ -1431,8 +1712,19 @@ class AppFirewallPolicyResponseProtectionRuleProtectionCapabilityCollaborativeWe
|
|
1431
1712
|
:param str key: (Updatable) Unique key of referenced protection capability.
|
1432
1713
|
:param int weight: (Updatable) The value of weight to set.
|
1433
1714
|
"""
|
1434
|
-
|
1435
|
-
|
1715
|
+
AppFirewallPolicyResponseProtectionRuleProtectionCapabilityCollaborativeWeight._configure(
|
1716
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1717
|
+
key=key,
|
1718
|
+
weight=weight,
|
1719
|
+
)
|
1720
|
+
@staticmethod
|
1721
|
+
def _configure(
|
1722
|
+
_setter: Callable[[Any, Any], None],
|
1723
|
+
key: str,
|
1724
|
+
weight: int,
|
1725
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1726
|
+
_setter("key", key)
|
1727
|
+
_setter("weight", weight)
|
1436
1728
|
|
1437
1729
|
@property
|
1438
1730
|
@pulumi.getter
|
@@ -1477,10 +1769,21 @@ class AppFirewallPolicyResponseProtectionRuleProtectionCapabilityExclusions(dict
|
|
1477
1769
|
:param Sequence[str] args: (Updatable) List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting. Example: If we have query parameter 'argumentName=argumentValue' and args=['argumentName'], both 'argumentName' and 'argumentValue' will not be inspected.
|
1478
1770
|
:param Sequence[str] request_cookies: (Updatable) List of HTTP request cookie values (by cookie name) to exclude from inspecting. Example: If we have cookie 'cookieName=cookieValue' and requestCookies=['cookieName'], both 'cookieName' and 'cookieValue' will not be inspected.
|
1479
1771
|
"""
|
1772
|
+
AppFirewallPolicyResponseProtectionRuleProtectionCapabilityExclusions._configure(
|
1773
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1774
|
+
args=args,
|
1775
|
+
request_cookies=request_cookies,
|
1776
|
+
)
|
1777
|
+
@staticmethod
|
1778
|
+
def _configure(
|
1779
|
+
_setter: Callable[[Any, Any], None],
|
1780
|
+
args: Optional[Sequence[str]] = None,
|
1781
|
+
request_cookies: Optional[Sequence[str]] = None,
|
1782
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1480
1783
|
if args is not None:
|
1481
|
-
|
1784
|
+
_setter("args", args)
|
1482
1785
|
if request_cookies is not None:
|
1483
|
-
|
1786
|
+
_setter("request_cookies", request_cookies)
|
1484
1787
|
|
1485
1788
|
@property
|
1486
1789
|
@pulumi.getter
|
@@ -1543,18 +1846,37 @@ class AppFirewallPolicyResponseProtectionRuleProtectionCapabilitySettings(dict):
|
|
1543
1846
|
:param int max_single_argument_length: (Updatable) Maximum allowed length of a single argument. Used in protection capability 920370: Limit argument value length.
|
1544
1847
|
:param int max_total_argument_length: (Updatable) Maximum allowed total length of all arguments. Used in protection capability 920390: Limit arguments total length.
|
1545
1848
|
"""
|
1849
|
+
AppFirewallPolicyResponseProtectionRuleProtectionCapabilitySettings._configure(
|
1850
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1851
|
+
allowed_http_methods=allowed_http_methods,
|
1852
|
+
max_http_request_header_length=max_http_request_header_length,
|
1853
|
+
max_http_request_headers=max_http_request_headers,
|
1854
|
+
max_number_of_arguments=max_number_of_arguments,
|
1855
|
+
max_single_argument_length=max_single_argument_length,
|
1856
|
+
max_total_argument_length=max_total_argument_length,
|
1857
|
+
)
|
1858
|
+
@staticmethod
|
1859
|
+
def _configure(
|
1860
|
+
_setter: Callable[[Any, Any], None],
|
1861
|
+
allowed_http_methods: Optional[Sequence[str]] = None,
|
1862
|
+
max_http_request_header_length: Optional[int] = None,
|
1863
|
+
max_http_request_headers: Optional[int] = None,
|
1864
|
+
max_number_of_arguments: Optional[int] = None,
|
1865
|
+
max_single_argument_length: Optional[int] = None,
|
1866
|
+
max_total_argument_length: Optional[int] = None,
|
1867
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1546
1868
|
if allowed_http_methods is not None:
|
1547
|
-
|
1869
|
+
_setter("allowed_http_methods", allowed_http_methods)
|
1548
1870
|
if max_http_request_header_length is not None:
|
1549
|
-
|
1871
|
+
_setter("max_http_request_header_length", max_http_request_header_length)
|
1550
1872
|
if max_http_request_headers is not None:
|
1551
|
-
|
1873
|
+
_setter("max_http_request_headers", max_http_request_headers)
|
1552
1874
|
if max_number_of_arguments is not None:
|
1553
|
-
|
1875
|
+
_setter("max_number_of_arguments", max_number_of_arguments)
|
1554
1876
|
if max_single_argument_length is not None:
|
1555
|
-
|
1877
|
+
_setter("max_single_argument_length", max_single_argument_length)
|
1556
1878
|
if max_total_argument_length is not None:
|
1557
|
-
|
1879
|
+
_setter("max_total_argument_length", max_total_argument_length)
|
1558
1880
|
|
1559
1881
|
@property
|
1560
1882
|
@pulumi.getter(name="allowedHttpMethods")
|
@@ -1635,10 +1957,21 @@ class NetworkAddressListVcnAddress(dict):
|
|
1635
1957
|
** IMPORTANT **
|
1636
1958
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1637
1959
|
"""
|
1960
|
+
NetworkAddressListVcnAddress._configure(
|
1961
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1962
|
+
addresses=addresses,
|
1963
|
+
vcn_id=vcn_id,
|
1964
|
+
)
|
1965
|
+
@staticmethod
|
1966
|
+
def _configure(
|
1967
|
+
_setter: Callable[[Any, Any], None],
|
1968
|
+
addresses: Optional[str] = None,
|
1969
|
+
vcn_id: Optional[str] = None,
|
1970
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1638
1971
|
if addresses is not None:
|
1639
|
-
|
1972
|
+
_setter("addresses", addresses)
|
1640
1973
|
if vcn_id is not None:
|
1641
|
-
|
1974
|
+
_setter("vcn_id", vcn_id)
|
1642
1975
|
|
1643
1976
|
@property
|
1644
1977
|
@pulumi.getter
|
@@ -1667,10 +2000,23 @@ class GetFirewallsFilterResult(dict):
|
|
1667
2000
|
name: str,
|
1668
2001
|
values: Sequence[str],
|
1669
2002
|
regex: Optional[bool] = None):
|
1670
|
-
|
1671
|
-
|
2003
|
+
GetFirewallsFilterResult._configure(
|
2004
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2005
|
+
name=name,
|
2006
|
+
values=values,
|
2007
|
+
regex=regex,
|
2008
|
+
)
|
2009
|
+
@staticmethod
|
2010
|
+
def _configure(
|
2011
|
+
_setter: Callable[[Any, Any], None],
|
2012
|
+
name: str,
|
2013
|
+
values: Sequence[str],
|
2014
|
+
regex: Optional[bool] = None,
|
2015
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2016
|
+
_setter("name", name)
|
2017
|
+
_setter("values", values)
|
1672
2018
|
if regex is not None:
|
1673
|
-
|
2019
|
+
_setter("regex", regex)
|
1674
2020
|
|
1675
2021
|
@property
|
1676
2022
|
@pulumi.getter
|
@@ -1692,7 +2038,16 @@ class GetFirewallsFilterResult(dict):
|
|
1692
2038
|
class GetFirewallsWebAppFirewallCollectionResult(dict):
|
1693
2039
|
def __init__(__self__, *,
|
1694
2040
|
items: Sequence['outputs.GetFirewallsWebAppFirewallCollectionItemResult']):
|
1695
|
-
|
2041
|
+
GetFirewallsWebAppFirewallCollectionResult._configure(
|
2042
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2043
|
+
items=items,
|
2044
|
+
)
|
2045
|
+
@staticmethod
|
2046
|
+
def _configure(
|
2047
|
+
_setter: Callable[[Any, Any], None],
|
2048
|
+
items: Sequence['outputs.GetFirewallsWebAppFirewallCollectionItemResult'],
|
2049
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2050
|
+
_setter("items", items)
|
1696
2051
|
|
1697
2052
|
@property
|
1698
2053
|
@pulumi.getter
|
@@ -1731,19 +2086,52 @@ class GetFirewallsWebAppFirewallCollectionItemResult(dict):
|
|
1731
2086
|
:param str time_updated: The time the WebAppFirewall was updated. An RFC3339 formatted datetime string.
|
1732
2087
|
:param str web_app_firewall_policy_id: A filter to return only the WebAppFirewall with the given [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of related WebAppFirewallPolicy.
|
1733
2088
|
"""
|
1734
|
-
|
1735
|
-
|
1736
|
-
|
1737
|
-
|
1738
|
-
|
1739
|
-
|
1740
|
-
|
1741
|
-
|
1742
|
-
|
1743
|
-
|
1744
|
-
|
1745
|
-
|
1746
|
-
|
2089
|
+
GetFirewallsWebAppFirewallCollectionItemResult._configure(
|
2090
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2091
|
+
backend_type=backend_type,
|
2092
|
+
compartment_id=compartment_id,
|
2093
|
+
defined_tags=defined_tags,
|
2094
|
+
display_name=display_name,
|
2095
|
+
freeform_tags=freeform_tags,
|
2096
|
+
id=id,
|
2097
|
+
lifecycle_details=lifecycle_details,
|
2098
|
+
load_balancer_id=load_balancer_id,
|
2099
|
+
state=state,
|
2100
|
+
system_tags=system_tags,
|
2101
|
+
time_created=time_created,
|
2102
|
+
time_updated=time_updated,
|
2103
|
+
web_app_firewall_policy_id=web_app_firewall_policy_id,
|
2104
|
+
)
|
2105
|
+
@staticmethod
|
2106
|
+
def _configure(
|
2107
|
+
_setter: Callable[[Any, Any], None],
|
2108
|
+
backend_type: str,
|
2109
|
+
compartment_id: str,
|
2110
|
+
defined_tags: Mapping[str, Any],
|
2111
|
+
display_name: str,
|
2112
|
+
freeform_tags: Mapping[str, Any],
|
2113
|
+
id: str,
|
2114
|
+
lifecycle_details: str,
|
2115
|
+
load_balancer_id: str,
|
2116
|
+
state: str,
|
2117
|
+
system_tags: Mapping[str, Any],
|
2118
|
+
time_created: str,
|
2119
|
+
time_updated: str,
|
2120
|
+
web_app_firewall_policy_id: str,
|
2121
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2122
|
+
_setter("backend_type", backend_type)
|
2123
|
+
_setter("compartment_id", compartment_id)
|
2124
|
+
_setter("defined_tags", defined_tags)
|
2125
|
+
_setter("display_name", display_name)
|
2126
|
+
_setter("freeform_tags", freeform_tags)
|
2127
|
+
_setter("id", id)
|
2128
|
+
_setter("lifecycle_details", lifecycle_details)
|
2129
|
+
_setter("load_balancer_id", load_balancer_id)
|
2130
|
+
_setter("state", state)
|
2131
|
+
_setter("system_tags", system_tags)
|
2132
|
+
_setter("time_created", time_created)
|
2133
|
+
_setter("time_updated", time_updated)
|
2134
|
+
_setter("web_app_firewall_policy_id", web_app_firewall_policy_id)
|
1747
2135
|
|
1748
2136
|
@property
|
1749
2137
|
@pulumi.getter(name="backendType")
|
@@ -1859,8 +2247,19 @@ class GetNetworkAddressListVcnAddressResult(dict):
|
|
1859
2247
|
:param str addresses: A private IP address or CIDR IP address range.
|
1860
2248
|
:param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
1861
2249
|
"""
|
1862
|
-
|
1863
|
-
|
2250
|
+
GetNetworkAddressListVcnAddressResult._configure(
|
2251
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2252
|
+
addresses=addresses,
|
2253
|
+
vcn_id=vcn_id,
|
2254
|
+
)
|
2255
|
+
@staticmethod
|
2256
|
+
def _configure(
|
2257
|
+
_setter: Callable[[Any, Any], None],
|
2258
|
+
addresses: str,
|
2259
|
+
vcn_id: str,
|
2260
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2261
|
+
_setter("addresses", addresses)
|
2262
|
+
_setter("vcn_id", vcn_id)
|
1864
2263
|
|
1865
2264
|
@property
|
1866
2265
|
@pulumi.getter
|
@@ -1885,10 +2284,23 @@ class GetNetworkAddressListsFilterResult(dict):
|
|
1885
2284
|
name: str,
|
1886
2285
|
values: Sequence[str],
|
1887
2286
|
regex: Optional[bool] = None):
|
1888
|
-
|
1889
|
-
|
2287
|
+
GetNetworkAddressListsFilterResult._configure(
|
2288
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2289
|
+
name=name,
|
2290
|
+
values=values,
|
2291
|
+
regex=regex,
|
2292
|
+
)
|
2293
|
+
@staticmethod
|
2294
|
+
def _configure(
|
2295
|
+
_setter: Callable[[Any, Any], None],
|
2296
|
+
name: str,
|
2297
|
+
values: Sequence[str],
|
2298
|
+
regex: Optional[bool] = None,
|
2299
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2300
|
+
_setter("name", name)
|
2301
|
+
_setter("values", values)
|
1890
2302
|
if regex is not None:
|
1891
|
-
|
2303
|
+
_setter("regex", regex)
|
1892
2304
|
|
1893
2305
|
@property
|
1894
2306
|
@pulumi.getter
|
@@ -1910,7 +2322,16 @@ class GetNetworkAddressListsFilterResult(dict):
|
|
1910
2322
|
class GetNetworkAddressListsNetworkAddressListCollectionResult(dict):
|
1911
2323
|
def __init__(__self__, *,
|
1912
2324
|
items: Sequence['outputs.GetNetworkAddressListsNetworkAddressListCollectionItemResult']):
|
1913
|
-
|
2325
|
+
GetNetworkAddressListsNetworkAddressListCollectionResult._configure(
|
2326
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2327
|
+
items=items,
|
2328
|
+
)
|
2329
|
+
@staticmethod
|
2330
|
+
def _configure(
|
2331
|
+
_setter: Callable[[Any, Any], None],
|
2332
|
+
items: Sequence['outputs.GetNetworkAddressListsNetworkAddressListCollectionItemResult'],
|
2333
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2334
|
+
_setter("items", items)
|
1914
2335
|
|
1915
2336
|
@property
|
1916
2337
|
@pulumi.getter
|
@@ -1949,19 +2370,52 @@ class GetNetworkAddressListsNetworkAddressListCollectionItemResult(dict):
|
|
1949
2370
|
:param str type: Type of NetworkAddressList.
|
1950
2371
|
:param Sequence['GetNetworkAddressListsNetworkAddressListCollectionItemVcnAddressArgs'] vcn_addresses: A list of private address prefixes, each associated with a particular VCN. To specify all addresses in a VCN, use "0.0.0.0/0" for IPv4 and "::/0" for IPv6.
|
1951
2372
|
"""
|
1952
|
-
|
1953
|
-
|
1954
|
-
|
1955
|
-
|
1956
|
-
|
1957
|
-
|
1958
|
-
|
1959
|
-
|
1960
|
-
|
1961
|
-
|
1962
|
-
|
1963
|
-
|
1964
|
-
|
2373
|
+
GetNetworkAddressListsNetworkAddressListCollectionItemResult._configure(
|
2374
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2375
|
+
addresses=addresses,
|
2376
|
+
compartment_id=compartment_id,
|
2377
|
+
defined_tags=defined_tags,
|
2378
|
+
display_name=display_name,
|
2379
|
+
freeform_tags=freeform_tags,
|
2380
|
+
id=id,
|
2381
|
+
lifecycle_details=lifecycle_details,
|
2382
|
+
state=state,
|
2383
|
+
system_tags=system_tags,
|
2384
|
+
time_created=time_created,
|
2385
|
+
time_updated=time_updated,
|
2386
|
+
type=type,
|
2387
|
+
vcn_addresses=vcn_addresses,
|
2388
|
+
)
|
2389
|
+
@staticmethod
|
2390
|
+
def _configure(
|
2391
|
+
_setter: Callable[[Any, Any], None],
|
2392
|
+
addresses: Sequence[str],
|
2393
|
+
compartment_id: str,
|
2394
|
+
defined_tags: Mapping[str, Any],
|
2395
|
+
display_name: str,
|
2396
|
+
freeform_tags: Mapping[str, Any],
|
2397
|
+
id: str,
|
2398
|
+
lifecycle_details: str,
|
2399
|
+
state: str,
|
2400
|
+
system_tags: Mapping[str, Any],
|
2401
|
+
time_created: str,
|
2402
|
+
time_updated: str,
|
2403
|
+
type: str,
|
2404
|
+
vcn_addresses: Sequence['outputs.GetNetworkAddressListsNetworkAddressListCollectionItemVcnAddressResult'],
|
2405
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2406
|
+
_setter("addresses", addresses)
|
2407
|
+
_setter("compartment_id", compartment_id)
|
2408
|
+
_setter("defined_tags", defined_tags)
|
2409
|
+
_setter("display_name", display_name)
|
2410
|
+
_setter("freeform_tags", freeform_tags)
|
2411
|
+
_setter("id", id)
|
2412
|
+
_setter("lifecycle_details", lifecycle_details)
|
2413
|
+
_setter("state", state)
|
2414
|
+
_setter("system_tags", system_tags)
|
2415
|
+
_setter("time_created", time_created)
|
2416
|
+
_setter("time_updated", time_updated)
|
2417
|
+
_setter("type", type)
|
2418
|
+
_setter("vcn_addresses", vcn_addresses)
|
1965
2419
|
|
1966
2420
|
@property
|
1967
2421
|
@pulumi.getter
|
@@ -2077,8 +2531,19 @@ class GetNetworkAddressListsNetworkAddressListCollectionItemVcnAddressResult(dic
|
|
2077
2531
|
:param str addresses: A private IP address or CIDR IP address range.
|
2078
2532
|
:param str vcn_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VCN.
|
2079
2533
|
"""
|
2080
|
-
|
2081
|
-
|
2534
|
+
GetNetworkAddressListsNetworkAddressListCollectionItemVcnAddressResult._configure(
|
2535
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2536
|
+
addresses=addresses,
|
2537
|
+
vcn_id=vcn_id,
|
2538
|
+
)
|
2539
|
+
@staticmethod
|
2540
|
+
def _configure(
|
2541
|
+
_setter: Callable[[Any, Any], None],
|
2542
|
+
addresses: str,
|
2543
|
+
vcn_id: str,
|
2544
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2545
|
+
_setter("addresses", addresses)
|
2546
|
+
_setter("vcn_id", vcn_id)
|
2082
2547
|
|
2083
2548
|
@property
|
2084
2549
|
@pulumi.getter
|
@@ -2103,10 +2568,23 @@ class GetProtectionCapabilitiesFilterResult(dict):
|
|
2103
2568
|
name: str,
|
2104
2569
|
values: Sequence[str],
|
2105
2570
|
regex: Optional[bool] = None):
|
2106
|
-
|
2107
|
-
|
2571
|
+
GetProtectionCapabilitiesFilterResult._configure(
|
2572
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2573
|
+
name=name,
|
2574
|
+
values=values,
|
2575
|
+
regex=regex,
|
2576
|
+
)
|
2577
|
+
@staticmethod
|
2578
|
+
def _configure(
|
2579
|
+
_setter: Callable[[Any, Any], None],
|
2580
|
+
name: str,
|
2581
|
+
values: Sequence[str],
|
2582
|
+
regex: Optional[bool] = None,
|
2583
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2584
|
+
_setter("name", name)
|
2585
|
+
_setter("values", values)
|
2108
2586
|
if regex is not None:
|
2109
|
-
|
2587
|
+
_setter("regex", regex)
|
2110
2588
|
|
2111
2589
|
@property
|
2112
2590
|
@pulumi.getter
|
@@ -2131,7 +2609,16 @@ class GetProtectionCapabilitiesProtectionCapabilityCollectionResult(dict):
|
|
2131
2609
|
"""
|
2132
2610
|
:param Sequence['GetProtectionCapabilitiesProtectionCapabilityCollectionItemArgs'] items: List of protection capabilities.
|
2133
2611
|
"""
|
2134
|
-
|
2612
|
+
GetProtectionCapabilitiesProtectionCapabilityCollectionResult._configure(
|
2613
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2614
|
+
items=items,
|
2615
|
+
)
|
2616
|
+
@staticmethod
|
2617
|
+
def _configure(
|
2618
|
+
_setter: Callable[[Any, Any], None],
|
2619
|
+
items: Sequence['outputs.GetProtectionCapabilitiesProtectionCapabilityCollectionItemResult'],
|
2620
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2621
|
+
_setter("items", items)
|
2135
2622
|
|
2136
2623
|
@property
|
2137
2624
|
@pulumi.getter
|
@@ -2165,15 +2652,40 @@ class GetProtectionCapabilitiesProtectionCapabilityCollectionItemResult(dict):
|
|
2165
2652
|
:param str type: A filter to return only resources that matches given type.
|
2166
2653
|
:param int version: The version of protection capability.
|
2167
2654
|
"""
|
2168
|
-
|
2169
|
-
|
2170
|
-
|
2171
|
-
|
2172
|
-
|
2173
|
-
|
2174
|
-
|
2175
|
-
|
2176
|
-
|
2655
|
+
GetProtectionCapabilitiesProtectionCapabilityCollectionItemResult._configure(
|
2656
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2657
|
+
collaborative_action_threshold=collaborative_action_threshold,
|
2658
|
+
collaborative_weights=collaborative_weights,
|
2659
|
+
description=description,
|
2660
|
+
display_name=display_name,
|
2661
|
+
group_tags=group_tags,
|
2662
|
+
is_latest_version=is_latest_version,
|
2663
|
+
key=key,
|
2664
|
+
type=type,
|
2665
|
+
version=version,
|
2666
|
+
)
|
2667
|
+
@staticmethod
|
2668
|
+
def _configure(
|
2669
|
+
_setter: Callable[[Any, Any], None],
|
2670
|
+
collaborative_action_threshold: int,
|
2671
|
+
collaborative_weights: Sequence['outputs.GetProtectionCapabilitiesProtectionCapabilityCollectionItemCollaborativeWeightResult'],
|
2672
|
+
description: str,
|
2673
|
+
display_name: str,
|
2674
|
+
group_tags: Sequence[str],
|
2675
|
+
is_latest_version: bool,
|
2676
|
+
key: str,
|
2677
|
+
type: str,
|
2678
|
+
version: int,
|
2679
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2680
|
+
_setter("collaborative_action_threshold", collaborative_action_threshold)
|
2681
|
+
_setter("collaborative_weights", collaborative_weights)
|
2682
|
+
_setter("description", description)
|
2683
|
+
_setter("display_name", display_name)
|
2684
|
+
_setter("group_tags", group_tags)
|
2685
|
+
_setter("is_latest_version", is_latest_version)
|
2686
|
+
_setter("key", key)
|
2687
|
+
_setter("type", type)
|
2688
|
+
_setter("version", version)
|
2177
2689
|
|
2178
2690
|
@property
|
2179
2691
|
@pulumi.getter(name="collaborativeActionThreshold")
|
@@ -2259,9 +2771,22 @@ class GetProtectionCapabilitiesProtectionCapabilityCollectionItemCollaborativeWe
|
|
2259
2771
|
:param str key: The unique key of protection capability to filter by.
|
2260
2772
|
:param int weight: The weight of contributing protection capability.
|
2261
2773
|
"""
|
2262
|
-
|
2263
|
-
|
2264
|
-
|
2774
|
+
GetProtectionCapabilitiesProtectionCapabilityCollectionItemCollaborativeWeightResult._configure(
|
2775
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2776
|
+
display_name=display_name,
|
2777
|
+
key=key,
|
2778
|
+
weight=weight,
|
2779
|
+
)
|
2780
|
+
@staticmethod
|
2781
|
+
def _configure(
|
2782
|
+
_setter: Callable[[Any, Any], None],
|
2783
|
+
display_name: str,
|
2784
|
+
key: str,
|
2785
|
+
weight: int,
|
2786
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2787
|
+
_setter("display_name", display_name)
|
2788
|
+
_setter("key", key)
|
2789
|
+
_setter("weight", weight)
|
2265
2790
|
|
2266
2791
|
@property
|
2267
2792
|
@pulumi.getter(name="displayName")
|
@@ -2297,10 +2822,23 @@ class GetProtectionCapabilityGroupTagsFilterResult(dict):
|
|
2297
2822
|
"""
|
2298
2823
|
:param str name: A filter to return only resources that match the entire name given.
|
2299
2824
|
"""
|
2300
|
-
|
2301
|
-
|
2825
|
+
GetProtectionCapabilityGroupTagsFilterResult._configure(
|
2826
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2827
|
+
name=name,
|
2828
|
+
values=values,
|
2829
|
+
regex=regex,
|
2830
|
+
)
|
2831
|
+
@staticmethod
|
2832
|
+
def _configure(
|
2833
|
+
_setter: Callable[[Any, Any], None],
|
2834
|
+
name: str,
|
2835
|
+
values: Sequence[str],
|
2836
|
+
regex: Optional[bool] = None,
|
2837
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2838
|
+
_setter("name", name)
|
2839
|
+
_setter("values", values)
|
2302
2840
|
if regex is not None:
|
2303
|
-
|
2841
|
+
_setter("regex", regex)
|
2304
2842
|
|
2305
2843
|
@property
|
2306
2844
|
@pulumi.getter
|
@@ -2328,7 +2866,16 @@ class GetProtectionCapabilityGroupTagsProtectionCapabilityGroupTagCollectionResu
|
|
2328
2866
|
"""
|
2329
2867
|
:param Sequence['GetProtectionCapabilityGroupTagsProtectionCapabilityGroupTagCollectionItemArgs'] items: List of protection capabilities group tags.
|
2330
2868
|
"""
|
2331
|
-
|
2869
|
+
GetProtectionCapabilityGroupTagsProtectionCapabilityGroupTagCollectionResult._configure(
|
2870
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2871
|
+
items=items,
|
2872
|
+
)
|
2873
|
+
@staticmethod
|
2874
|
+
def _configure(
|
2875
|
+
_setter: Callable[[Any, Any], None],
|
2876
|
+
items: Sequence['outputs.GetProtectionCapabilityGroupTagsProtectionCapabilityGroupTagCollectionItemResult'],
|
2877
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2878
|
+
_setter("items", items)
|
2332
2879
|
|
2333
2880
|
@property
|
2334
2881
|
@pulumi.getter
|
@@ -2346,7 +2893,16 @@ class GetProtectionCapabilityGroupTagsProtectionCapabilityGroupTagCollectionItem
|
|
2346
2893
|
"""
|
2347
2894
|
:param str name: A filter to return only resources that match the entire name given.
|
2348
2895
|
"""
|
2349
|
-
|
2896
|
+
GetProtectionCapabilityGroupTagsProtectionCapabilityGroupTagCollectionItemResult._configure(
|
2897
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2898
|
+
name=name,
|
2899
|
+
)
|
2900
|
+
@staticmethod
|
2901
|
+
def _configure(
|
2902
|
+
_setter: Callable[[Any, Any], None],
|
2903
|
+
name: str,
|
2904
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2905
|
+
_setter("name", name)
|
2350
2906
|
|
2351
2907
|
@property
|
2352
2908
|
@pulumi.getter
|
@@ -2366,10 +2922,23 @@ class GetWebAppFirewallPoliciesFilterResult(dict):
|
|
2366
2922
|
"""
|
2367
2923
|
:param str name: Rule name. Must be unique within the module.
|
2368
2924
|
"""
|
2369
|
-
|
2370
|
-
|
2925
|
+
GetWebAppFirewallPoliciesFilterResult._configure(
|
2926
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2927
|
+
name=name,
|
2928
|
+
values=values,
|
2929
|
+
regex=regex,
|
2930
|
+
)
|
2931
|
+
@staticmethod
|
2932
|
+
def _configure(
|
2933
|
+
_setter: Callable[[Any, Any], None],
|
2934
|
+
name: str,
|
2935
|
+
values: Sequence[str],
|
2936
|
+
regex: Optional[bool] = None,
|
2937
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2938
|
+
_setter("name", name)
|
2939
|
+
_setter("values", values)
|
2371
2940
|
if regex is not None:
|
2372
|
-
|
2941
|
+
_setter("regex", regex)
|
2373
2942
|
|
2374
2943
|
@property
|
2375
2944
|
@pulumi.getter
|
@@ -2394,7 +2963,16 @@ class GetWebAppFirewallPoliciesFilterResult(dict):
|
|
2394
2963
|
class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionResult(dict):
|
2395
2964
|
def __init__(__self__, *,
|
2396
2965
|
items: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResult']):
|
2397
|
-
|
2966
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionResult._configure(
|
2967
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2968
|
+
items=items,
|
2969
|
+
)
|
2970
|
+
@staticmethod
|
2971
|
+
def _configure(
|
2972
|
+
_setter: Callable[[Any, Any], None],
|
2973
|
+
items: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResult'],
|
2974
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2975
|
+
_setter("items", items)
|
2398
2976
|
|
2399
2977
|
@property
|
2400
2978
|
@pulumi.getter
|
@@ -2439,22 +3017,61 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResult(dict):
|
|
2439
3017
|
:param str time_created: The time the WebAppFirewallPolicy was created. An RFC3339 formatted datetime string.
|
2440
3018
|
:param str time_updated: The time the WebAppFirewallPolicy was updated. An RFC3339 formatted datetime string.
|
2441
3019
|
"""
|
2442
|
-
|
2443
|
-
|
2444
|
-
|
2445
|
-
|
2446
|
-
|
2447
|
-
|
2448
|
-
|
2449
|
-
|
2450
|
-
|
2451
|
-
|
2452
|
-
|
2453
|
-
|
2454
|
-
|
2455
|
-
|
2456
|
-
|
2457
|
-
|
3020
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResult._configure(
|
3021
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3022
|
+
actions=actions,
|
3023
|
+
compartment_id=compartment_id,
|
3024
|
+
defined_tags=defined_tags,
|
3025
|
+
display_name=display_name,
|
3026
|
+
freeform_tags=freeform_tags,
|
3027
|
+
id=id,
|
3028
|
+
lifecycle_details=lifecycle_details,
|
3029
|
+
request_access_controls=request_access_controls,
|
3030
|
+
request_protections=request_protections,
|
3031
|
+
request_rate_limitings=request_rate_limitings,
|
3032
|
+
response_access_controls=response_access_controls,
|
3033
|
+
response_protections=response_protections,
|
3034
|
+
state=state,
|
3035
|
+
system_tags=system_tags,
|
3036
|
+
time_created=time_created,
|
3037
|
+
time_updated=time_updated,
|
3038
|
+
)
|
3039
|
+
@staticmethod
|
3040
|
+
def _configure(
|
3041
|
+
_setter: Callable[[Any, Any], None],
|
3042
|
+
actions: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionResult'],
|
3043
|
+
compartment_id: str,
|
3044
|
+
defined_tags: Mapping[str, Any],
|
3045
|
+
display_name: str,
|
3046
|
+
freeform_tags: Mapping[str, Any],
|
3047
|
+
id: str,
|
3048
|
+
lifecycle_details: str,
|
3049
|
+
request_access_controls: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestAccessControlResult'],
|
3050
|
+
request_protections: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionResult'],
|
3051
|
+
request_rate_limitings: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimitingResult'],
|
3052
|
+
response_access_controls: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseAccessControlResult'],
|
3053
|
+
response_protections: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionResult'],
|
3054
|
+
state: str,
|
3055
|
+
system_tags: Mapping[str, Any],
|
3056
|
+
time_created: str,
|
3057
|
+
time_updated: str,
|
3058
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3059
|
+
_setter("actions", actions)
|
3060
|
+
_setter("compartment_id", compartment_id)
|
3061
|
+
_setter("defined_tags", defined_tags)
|
3062
|
+
_setter("display_name", display_name)
|
3063
|
+
_setter("freeform_tags", freeform_tags)
|
3064
|
+
_setter("id", id)
|
3065
|
+
_setter("lifecycle_details", lifecycle_details)
|
3066
|
+
_setter("request_access_controls", request_access_controls)
|
3067
|
+
_setter("request_protections", request_protections)
|
3068
|
+
_setter("request_rate_limitings", request_rate_limitings)
|
3069
|
+
_setter("response_access_controls", response_access_controls)
|
3070
|
+
_setter("response_protections", response_protections)
|
3071
|
+
_setter("state", state)
|
3072
|
+
_setter("system_tags", system_tags)
|
3073
|
+
_setter("time_created", time_created)
|
3074
|
+
_setter("time_updated", time_updated)
|
2458
3075
|
|
2459
3076
|
@property
|
2460
3077
|
@pulumi.getter
|
@@ -2600,11 +3217,28 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionResult(di
|
|
2600
3217
|
:param str name: Rule name. Must be unique within the module.
|
2601
3218
|
:param str type: Type of WebAppFirewallPolicyRule.
|
2602
3219
|
"""
|
2603
|
-
|
2604
|
-
|
2605
|
-
|
2606
|
-
|
2607
|
-
|
3220
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionResult._configure(
|
3221
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3222
|
+
bodies=bodies,
|
3223
|
+
code=code,
|
3224
|
+
headers=headers,
|
3225
|
+
name=name,
|
3226
|
+
type=type,
|
3227
|
+
)
|
3228
|
+
@staticmethod
|
3229
|
+
def _configure(
|
3230
|
+
_setter: Callable[[Any, Any], None],
|
3231
|
+
bodies: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionBodyResult'],
|
3232
|
+
code: int,
|
3233
|
+
headers: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionHeaderResult'],
|
3234
|
+
name: str,
|
3235
|
+
type: str,
|
3236
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3237
|
+
_setter("bodies", bodies)
|
3238
|
+
_setter("code", code)
|
3239
|
+
_setter("headers", headers)
|
3240
|
+
_setter("name", name)
|
3241
|
+
_setter("type", type)
|
2608
3242
|
|
2609
3243
|
@property
|
2610
3244
|
@pulumi.getter
|
@@ -2656,8 +3290,19 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionBodyResul
|
|
2656
3290
|
:param str text: Static response body text.
|
2657
3291
|
:param str type: Type of WebAppFirewallPolicyRule.
|
2658
3292
|
"""
|
2659
|
-
|
2660
|
-
|
3293
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionBodyResult._configure(
|
3294
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3295
|
+
text=text,
|
3296
|
+
type=type,
|
3297
|
+
)
|
3298
|
+
@staticmethod
|
3299
|
+
def _configure(
|
3300
|
+
_setter: Callable[[Any, Any], None],
|
3301
|
+
text: str,
|
3302
|
+
type: str,
|
3303
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3304
|
+
_setter("text", text)
|
3305
|
+
_setter("type", type)
|
2661
3306
|
|
2662
3307
|
@property
|
2663
3308
|
@pulumi.getter
|
@@ -2685,8 +3330,19 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionHeaderRes
|
|
2685
3330
|
:param str name: Rule name. Must be unique within the module.
|
2686
3331
|
:param str value: The value of the header field.
|
2687
3332
|
"""
|
2688
|
-
|
2689
|
-
|
3333
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemActionHeaderResult._configure(
|
3334
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3335
|
+
name=name,
|
3336
|
+
value=value,
|
3337
|
+
)
|
3338
|
+
@staticmethod
|
3339
|
+
def _configure(
|
3340
|
+
_setter: Callable[[Any, Any], None],
|
3341
|
+
name: str,
|
3342
|
+
value: str,
|
3343
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3344
|
+
_setter("name", name)
|
3345
|
+
_setter("value", value)
|
2690
3346
|
|
2691
3347
|
@property
|
2692
3348
|
@pulumi.getter
|
@@ -2716,8 +3372,19 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestAccessCo
|
|
2716
3372
|
* **RETURN_HTTP_RESPONSE** terminates further execution of modules and rules and returns defined HTTP response.
|
2717
3373
|
:param Sequence['GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestAccessControlRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
2718
3374
|
"""
|
2719
|
-
|
2720
|
-
|
3375
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestAccessControlResult._configure(
|
3376
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3377
|
+
default_action_name=default_action_name,
|
3378
|
+
rules=rules,
|
3379
|
+
)
|
3380
|
+
@staticmethod
|
3381
|
+
def _configure(
|
3382
|
+
_setter: Callable[[Any, Any], None],
|
3383
|
+
default_action_name: str,
|
3384
|
+
rules: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestAccessControlRuleResult'],
|
3385
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3386
|
+
_setter("default_action_name", default_action_name)
|
3387
|
+
_setter("rules", rules)
|
2721
3388
|
|
2722
3389
|
@property
|
2723
3390
|
@pulumi.getter(name="defaultActionName")
|
@@ -2754,11 +3421,28 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestAccessCo
|
|
2754
3421
|
:param str name: Rule name. Must be unique within the module.
|
2755
3422
|
:param str type: Type of WebAppFirewallPolicyRule.
|
2756
3423
|
"""
|
2757
|
-
|
2758
|
-
|
2759
|
-
|
2760
|
-
|
2761
|
-
|
3424
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestAccessControlRuleResult._configure(
|
3425
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3426
|
+
action_name=action_name,
|
3427
|
+
condition=condition,
|
3428
|
+
condition_language=condition_language,
|
3429
|
+
name=name,
|
3430
|
+
type=type,
|
3431
|
+
)
|
3432
|
+
@staticmethod
|
3433
|
+
def _configure(
|
3434
|
+
_setter: Callable[[Any, Any], None],
|
3435
|
+
action_name: str,
|
3436
|
+
condition: str,
|
3437
|
+
condition_language: str,
|
3438
|
+
name: str,
|
3439
|
+
type: str,
|
3440
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3441
|
+
_setter("action_name", action_name)
|
3442
|
+
_setter("condition", condition)
|
3443
|
+
_setter("condition_language", condition_language)
|
3444
|
+
_setter("name", name)
|
3445
|
+
_setter("type", type)
|
2762
3446
|
|
2763
3447
|
@property
|
2764
3448
|
@pulumi.getter(name="actionName")
|
@@ -2813,9 +3497,22 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtecti
|
|
2813
3497
|
:param int body_inspection_size_limit_in_bytes: Maximum size of inspected HTTP message body in bytes. Actions to take if this limit is exceeded are defined in `bodyInspectionSizeLimitExceededActionName`.
|
2814
3498
|
:param Sequence['GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
2815
3499
|
"""
|
2816
|
-
|
2817
|
-
|
2818
|
-
|
3500
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionResult._configure(
|
3501
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3502
|
+
body_inspection_size_limit_exceeded_action_name=body_inspection_size_limit_exceeded_action_name,
|
3503
|
+
body_inspection_size_limit_in_bytes=body_inspection_size_limit_in_bytes,
|
3504
|
+
rules=rules,
|
3505
|
+
)
|
3506
|
+
@staticmethod
|
3507
|
+
def _configure(
|
3508
|
+
_setter: Callable[[Any, Any], None],
|
3509
|
+
body_inspection_size_limit_exceeded_action_name: str,
|
3510
|
+
body_inspection_size_limit_in_bytes: int,
|
3511
|
+
rules: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleResult'],
|
3512
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3513
|
+
_setter("body_inspection_size_limit_exceeded_action_name", body_inspection_size_limit_exceeded_action_name)
|
3514
|
+
_setter("body_inspection_size_limit_in_bytes", body_inspection_size_limit_in_bytes)
|
3515
|
+
_setter("rules", rules)
|
2819
3516
|
|
2820
3517
|
@property
|
2821
3518
|
@pulumi.getter(name="bodyInspectionSizeLimitExceededActionName")
|
@@ -2864,14 +3561,37 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtecti
|
|
2864
3561
|
:param Sequence['GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleProtectionCapabilitySettingArgs'] protection_capability_settings: Settings for protection capabilities
|
2865
3562
|
:param str type: Type of WebAppFirewallPolicyRule.
|
2866
3563
|
"""
|
2867
|
-
|
2868
|
-
|
2869
|
-
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
2873
|
-
|
2874
|
-
|
3564
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleResult._configure(
|
3565
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3566
|
+
action_name=action_name,
|
3567
|
+
condition=condition,
|
3568
|
+
condition_language=condition_language,
|
3569
|
+
is_body_inspection_enabled=is_body_inspection_enabled,
|
3570
|
+
name=name,
|
3571
|
+
protection_capabilities=protection_capabilities,
|
3572
|
+
protection_capability_settings=protection_capability_settings,
|
3573
|
+
type=type,
|
3574
|
+
)
|
3575
|
+
@staticmethod
|
3576
|
+
def _configure(
|
3577
|
+
_setter: Callable[[Any, Any], None],
|
3578
|
+
action_name: str,
|
3579
|
+
condition: str,
|
3580
|
+
condition_language: str,
|
3581
|
+
is_body_inspection_enabled: bool,
|
3582
|
+
name: str,
|
3583
|
+
protection_capabilities: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleProtectionCapabilityResult'],
|
3584
|
+
protection_capability_settings: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleProtectionCapabilitySettingResult'],
|
3585
|
+
type: str,
|
3586
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3587
|
+
_setter("action_name", action_name)
|
3588
|
+
_setter("condition", condition)
|
3589
|
+
_setter("condition_language", condition_language)
|
3590
|
+
_setter("is_body_inspection_enabled", is_body_inspection_enabled)
|
3591
|
+
_setter("name", name)
|
3592
|
+
_setter("protection_capabilities", protection_capabilities)
|
3593
|
+
_setter("protection_capability_settings", protection_capability_settings)
|
3594
|
+
_setter("type", type)
|
2875
3595
|
|
2876
3596
|
@property
|
2877
3597
|
@pulumi.getter(name="actionName")
|
@@ -2956,12 +3676,31 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtecti
|
|
2956
3676
|
:param str key: Unique key of referenced protection capability.
|
2957
3677
|
:param int version: Version of referenced protection capability.
|
2958
3678
|
"""
|
2959
|
-
|
2960
|
-
|
2961
|
-
|
2962
|
-
|
2963
|
-
|
2964
|
-
|
3679
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleProtectionCapabilityResult._configure(
|
3680
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3681
|
+
action_name=action_name,
|
3682
|
+
collaborative_action_threshold=collaborative_action_threshold,
|
3683
|
+
collaborative_weights=collaborative_weights,
|
3684
|
+
exclusions=exclusions,
|
3685
|
+
key=key,
|
3686
|
+
version=version,
|
3687
|
+
)
|
3688
|
+
@staticmethod
|
3689
|
+
def _configure(
|
3690
|
+
_setter: Callable[[Any, Any], None],
|
3691
|
+
action_name: str,
|
3692
|
+
collaborative_action_threshold: int,
|
3693
|
+
collaborative_weights: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleProtectionCapabilityCollaborativeWeightResult'],
|
3694
|
+
exclusions: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleProtectionCapabilityExclusionResult'],
|
3695
|
+
key: str,
|
3696
|
+
version: int,
|
3697
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3698
|
+
_setter("action_name", action_name)
|
3699
|
+
_setter("collaborative_action_threshold", collaborative_action_threshold)
|
3700
|
+
_setter("collaborative_weights", collaborative_weights)
|
3701
|
+
_setter("exclusions", exclusions)
|
3702
|
+
_setter("key", key)
|
3703
|
+
_setter("version", version)
|
2965
3704
|
|
2966
3705
|
@property
|
2967
3706
|
@pulumi.getter(name="actionName")
|
@@ -3021,8 +3760,19 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtecti
|
|
3021
3760
|
:param str key: Unique key of referenced protection capability.
|
3022
3761
|
:param int weight: The value of weight to set.
|
3023
3762
|
"""
|
3024
|
-
|
3025
|
-
|
3763
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleProtectionCapabilityCollaborativeWeightResult._configure(
|
3764
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3765
|
+
key=key,
|
3766
|
+
weight=weight,
|
3767
|
+
)
|
3768
|
+
@staticmethod
|
3769
|
+
def _configure(
|
3770
|
+
_setter: Callable[[Any, Any], None],
|
3771
|
+
key: str,
|
3772
|
+
weight: int,
|
3773
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3774
|
+
_setter("key", key)
|
3775
|
+
_setter("weight", weight)
|
3026
3776
|
|
3027
3777
|
@property
|
3028
3778
|
@pulumi.getter
|
@@ -3050,8 +3800,19 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtecti
|
|
3050
3800
|
:param Sequence[str] args: List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting. Example: If we have query parameter 'argumentName=argumentValue' and args=['argumentName'], both 'argumentName' and 'argumentValue' will not be inspected.
|
3051
3801
|
:param Sequence[str] request_cookies: List of HTTP request cookie values (by cookie name) to exclude from inspecting. Example: If we have cookie 'cookieName=cookieValue' and requestCookies=['cookieName'], both 'cookieName' and 'cookieValue' will not be inspected.
|
3052
3802
|
"""
|
3053
|
-
|
3054
|
-
|
3803
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleProtectionCapabilityExclusionResult._configure(
|
3804
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3805
|
+
args=args,
|
3806
|
+
request_cookies=request_cookies,
|
3807
|
+
)
|
3808
|
+
@staticmethod
|
3809
|
+
def _configure(
|
3810
|
+
_setter: Callable[[Any, Any], None],
|
3811
|
+
args: Sequence[str],
|
3812
|
+
request_cookies: Sequence[str],
|
3813
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3814
|
+
_setter("args", args)
|
3815
|
+
_setter("request_cookies", request_cookies)
|
3055
3816
|
|
3056
3817
|
@property
|
3057
3818
|
@pulumi.getter
|
@@ -3087,12 +3848,31 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtecti
|
|
3087
3848
|
:param int max_single_argument_length: Maximum allowed length of a single argument. Used in protection capability 920370: Limit argument value length.
|
3088
3849
|
:param int max_total_argument_length: Maximum allowed total length of all arguments. Used in protection capability 920390: Limit arguments total length.
|
3089
3850
|
"""
|
3090
|
-
|
3091
|
-
|
3092
|
-
|
3093
|
-
|
3094
|
-
|
3095
|
-
|
3851
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestProtectionRuleProtectionCapabilitySettingResult._configure(
|
3852
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3853
|
+
allowed_http_methods=allowed_http_methods,
|
3854
|
+
max_http_request_header_length=max_http_request_header_length,
|
3855
|
+
max_http_request_headers=max_http_request_headers,
|
3856
|
+
max_number_of_arguments=max_number_of_arguments,
|
3857
|
+
max_single_argument_length=max_single_argument_length,
|
3858
|
+
max_total_argument_length=max_total_argument_length,
|
3859
|
+
)
|
3860
|
+
@staticmethod
|
3861
|
+
def _configure(
|
3862
|
+
_setter: Callable[[Any, Any], None],
|
3863
|
+
allowed_http_methods: Sequence[str],
|
3864
|
+
max_http_request_header_length: int,
|
3865
|
+
max_http_request_headers: int,
|
3866
|
+
max_number_of_arguments: int,
|
3867
|
+
max_single_argument_length: int,
|
3868
|
+
max_total_argument_length: int,
|
3869
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3870
|
+
_setter("allowed_http_methods", allowed_http_methods)
|
3871
|
+
_setter("max_http_request_header_length", max_http_request_header_length)
|
3872
|
+
_setter("max_http_request_headers", max_http_request_headers)
|
3873
|
+
_setter("max_number_of_arguments", max_number_of_arguments)
|
3874
|
+
_setter("max_single_argument_length", max_single_argument_length)
|
3875
|
+
_setter("max_total_argument_length", max_total_argument_length)
|
3096
3876
|
|
3097
3877
|
@property
|
3098
3878
|
@pulumi.getter(name="allowedHttpMethods")
|
@@ -3150,7 +3930,16 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimi
|
|
3150
3930
|
"""
|
3151
3931
|
:param Sequence['GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimitingRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
3152
3932
|
"""
|
3153
|
-
|
3933
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimitingResult._configure(
|
3934
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3935
|
+
rules=rules,
|
3936
|
+
)
|
3937
|
+
@staticmethod
|
3938
|
+
def _configure(
|
3939
|
+
_setter: Callable[[Any, Any], None],
|
3940
|
+
rules: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimitingRuleResult'],
|
3941
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3942
|
+
_setter("rules", rules)
|
3154
3943
|
|
3155
3944
|
@property
|
3156
3945
|
@pulumi.getter
|
@@ -3179,12 +3968,31 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimi
|
|
3179
3968
|
:param str name: Rule name. Must be unique within the module.
|
3180
3969
|
:param str type: Type of WebAppFirewallPolicyRule.
|
3181
3970
|
"""
|
3182
|
-
|
3183
|
-
|
3184
|
-
|
3185
|
-
|
3186
|
-
|
3187
|
-
|
3971
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimitingRuleResult._configure(
|
3972
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3973
|
+
action_name=action_name,
|
3974
|
+
condition=condition,
|
3975
|
+
condition_language=condition_language,
|
3976
|
+
configurations=configurations,
|
3977
|
+
name=name,
|
3978
|
+
type=type,
|
3979
|
+
)
|
3980
|
+
@staticmethod
|
3981
|
+
def _configure(
|
3982
|
+
_setter: Callable[[Any, Any], None],
|
3983
|
+
action_name: str,
|
3984
|
+
condition: str,
|
3985
|
+
condition_language: str,
|
3986
|
+
configurations: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimitingRuleConfigurationResult'],
|
3987
|
+
name: str,
|
3988
|
+
type: str,
|
3989
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3990
|
+
_setter("action_name", action_name)
|
3991
|
+
_setter("condition", condition)
|
3992
|
+
_setter("condition_language", condition_language)
|
3993
|
+
_setter("configurations", configurations)
|
3994
|
+
_setter("name", name)
|
3995
|
+
_setter("type", type)
|
3188
3996
|
|
3189
3997
|
@property
|
3190
3998
|
@pulumi.getter(name="actionName")
|
@@ -3247,9 +4055,22 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimi
|
|
3247
4055
|
:param int period_in_seconds: Evaluation period in seconds.
|
3248
4056
|
:param int requests_limit: Requests allowed per evaluation period.
|
3249
4057
|
"""
|
3250
|
-
|
3251
|
-
|
3252
|
-
|
4058
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemRequestRateLimitingRuleConfigurationResult._configure(
|
4059
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4060
|
+
action_duration_in_seconds=action_duration_in_seconds,
|
4061
|
+
period_in_seconds=period_in_seconds,
|
4062
|
+
requests_limit=requests_limit,
|
4063
|
+
)
|
4064
|
+
@staticmethod
|
4065
|
+
def _configure(
|
4066
|
+
_setter: Callable[[Any, Any], None],
|
4067
|
+
action_duration_in_seconds: int,
|
4068
|
+
period_in_seconds: int,
|
4069
|
+
requests_limit: int,
|
4070
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4071
|
+
_setter("action_duration_in_seconds", action_duration_in_seconds)
|
4072
|
+
_setter("period_in_seconds", period_in_seconds)
|
4073
|
+
_setter("requests_limit", requests_limit)
|
3253
4074
|
|
3254
4075
|
@property
|
3255
4076
|
@pulumi.getter(name="actionDurationInSeconds")
|
@@ -3283,7 +4104,16 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseAccessC
|
|
3283
4104
|
"""
|
3284
4105
|
:param Sequence['GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseAccessControlRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
3285
4106
|
"""
|
3286
|
-
|
4107
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseAccessControlResult._configure(
|
4108
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4109
|
+
rules=rules,
|
4110
|
+
)
|
4111
|
+
@staticmethod
|
4112
|
+
def _configure(
|
4113
|
+
_setter: Callable[[Any, Any], None],
|
4114
|
+
rules: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseAccessControlRuleResult'],
|
4115
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4116
|
+
_setter("rules", rules)
|
3287
4117
|
|
3288
4118
|
@property
|
3289
4119
|
@pulumi.getter
|
@@ -3310,11 +4140,28 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseAccessC
|
|
3310
4140
|
:param str name: Rule name. Must be unique within the module.
|
3311
4141
|
:param str type: Type of WebAppFirewallPolicyRule.
|
3312
4142
|
"""
|
3313
|
-
|
3314
|
-
|
3315
|
-
|
3316
|
-
|
3317
|
-
|
4143
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseAccessControlRuleResult._configure(
|
4144
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4145
|
+
action_name=action_name,
|
4146
|
+
condition=condition,
|
4147
|
+
condition_language=condition_language,
|
4148
|
+
name=name,
|
4149
|
+
type=type,
|
4150
|
+
)
|
4151
|
+
@staticmethod
|
4152
|
+
def _configure(
|
4153
|
+
_setter: Callable[[Any, Any], None],
|
4154
|
+
action_name: str,
|
4155
|
+
condition: str,
|
4156
|
+
condition_language: str,
|
4157
|
+
name: str,
|
4158
|
+
type: str,
|
4159
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4160
|
+
_setter("action_name", action_name)
|
4161
|
+
_setter("condition", condition)
|
4162
|
+
_setter("condition_language", condition_language)
|
4163
|
+
_setter("name", name)
|
4164
|
+
_setter("type", type)
|
3318
4165
|
|
3319
4166
|
@property
|
3320
4167
|
@pulumi.getter(name="actionName")
|
@@ -3365,7 +4212,16 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtect
|
|
3365
4212
|
"""
|
3366
4213
|
:param Sequence['GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
3367
4214
|
"""
|
3368
|
-
|
4215
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionResult._configure(
|
4216
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4217
|
+
rules=rules,
|
4218
|
+
)
|
4219
|
+
@staticmethod
|
4220
|
+
def _configure(
|
4221
|
+
_setter: Callable[[Any, Any], None],
|
4222
|
+
rules: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleResult'],
|
4223
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4224
|
+
_setter("rules", rules)
|
3369
4225
|
|
3370
4226
|
@property
|
3371
4227
|
@pulumi.getter
|
@@ -3398,14 +4254,37 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtect
|
|
3398
4254
|
:param Sequence['GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleProtectionCapabilitySettingArgs'] protection_capability_settings: Settings for protection capabilities
|
3399
4255
|
:param str type: Type of WebAppFirewallPolicyRule.
|
3400
4256
|
"""
|
3401
|
-
|
3402
|
-
|
3403
|
-
|
3404
|
-
|
3405
|
-
|
3406
|
-
|
3407
|
-
|
3408
|
-
|
4257
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleResult._configure(
|
4258
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4259
|
+
action_name=action_name,
|
4260
|
+
condition=condition,
|
4261
|
+
condition_language=condition_language,
|
4262
|
+
is_body_inspection_enabled=is_body_inspection_enabled,
|
4263
|
+
name=name,
|
4264
|
+
protection_capabilities=protection_capabilities,
|
4265
|
+
protection_capability_settings=protection_capability_settings,
|
4266
|
+
type=type,
|
4267
|
+
)
|
4268
|
+
@staticmethod
|
4269
|
+
def _configure(
|
4270
|
+
_setter: Callable[[Any, Any], None],
|
4271
|
+
action_name: str,
|
4272
|
+
condition: str,
|
4273
|
+
condition_language: str,
|
4274
|
+
is_body_inspection_enabled: bool,
|
4275
|
+
name: str,
|
4276
|
+
protection_capabilities: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleProtectionCapabilityResult'],
|
4277
|
+
protection_capability_settings: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleProtectionCapabilitySettingResult'],
|
4278
|
+
type: str,
|
4279
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4280
|
+
_setter("action_name", action_name)
|
4281
|
+
_setter("condition", condition)
|
4282
|
+
_setter("condition_language", condition_language)
|
4283
|
+
_setter("is_body_inspection_enabled", is_body_inspection_enabled)
|
4284
|
+
_setter("name", name)
|
4285
|
+
_setter("protection_capabilities", protection_capabilities)
|
4286
|
+
_setter("protection_capability_settings", protection_capability_settings)
|
4287
|
+
_setter("type", type)
|
3409
4288
|
|
3410
4289
|
@property
|
3411
4290
|
@pulumi.getter(name="actionName")
|
@@ -3490,12 +4369,31 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtect
|
|
3490
4369
|
:param str key: Unique key of referenced protection capability.
|
3491
4370
|
:param int version: Version of referenced protection capability.
|
3492
4371
|
"""
|
3493
|
-
|
3494
|
-
|
3495
|
-
|
3496
|
-
|
3497
|
-
|
3498
|
-
|
4372
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleProtectionCapabilityResult._configure(
|
4373
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4374
|
+
action_name=action_name,
|
4375
|
+
collaborative_action_threshold=collaborative_action_threshold,
|
4376
|
+
collaborative_weights=collaborative_weights,
|
4377
|
+
exclusions=exclusions,
|
4378
|
+
key=key,
|
4379
|
+
version=version,
|
4380
|
+
)
|
4381
|
+
@staticmethod
|
4382
|
+
def _configure(
|
4383
|
+
_setter: Callable[[Any, Any], None],
|
4384
|
+
action_name: str,
|
4385
|
+
collaborative_action_threshold: int,
|
4386
|
+
collaborative_weights: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleProtectionCapabilityCollaborativeWeightResult'],
|
4387
|
+
exclusions: Sequence['outputs.GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleProtectionCapabilityExclusionResult'],
|
4388
|
+
key: str,
|
4389
|
+
version: int,
|
4390
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4391
|
+
_setter("action_name", action_name)
|
4392
|
+
_setter("collaborative_action_threshold", collaborative_action_threshold)
|
4393
|
+
_setter("collaborative_weights", collaborative_weights)
|
4394
|
+
_setter("exclusions", exclusions)
|
4395
|
+
_setter("key", key)
|
4396
|
+
_setter("version", version)
|
3499
4397
|
|
3500
4398
|
@property
|
3501
4399
|
@pulumi.getter(name="actionName")
|
@@ -3555,8 +4453,19 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtect
|
|
3555
4453
|
:param str key: Unique key of referenced protection capability.
|
3556
4454
|
:param int weight: The value of weight to set.
|
3557
4455
|
"""
|
3558
|
-
|
3559
|
-
|
4456
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleProtectionCapabilityCollaborativeWeightResult._configure(
|
4457
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4458
|
+
key=key,
|
4459
|
+
weight=weight,
|
4460
|
+
)
|
4461
|
+
@staticmethod
|
4462
|
+
def _configure(
|
4463
|
+
_setter: Callable[[Any, Any], None],
|
4464
|
+
key: str,
|
4465
|
+
weight: int,
|
4466
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4467
|
+
_setter("key", key)
|
4468
|
+
_setter("weight", weight)
|
3560
4469
|
|
3561
4470
|
@property
|
3562
4471
|
@pulumi.getter
|
@@ -3584,8 +4493,19 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtect
|
|
3584
4493
|
:param Sequence[str] args: List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting. Example: If we have query parameter 'argumentName=argumentValue' and args=['argumentName'], both 'argumentName' and 'argumentValue' will not be inspected.
|
3585
4494
|
:param Sequence[str] request_cookies: List of HTTP request cookie values (by cookie name) to exclude from inspecting. Example: If we have cookie 'cookieName=cookieValue' and requestCookies=['cookieName'], both 'cookieName' and 'cookieValue' will not be inspected.
|
3586
4495
|
"""
|
3587
|
-
|
3588
|
-
|
4496
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleProtectionCapabilityExclusionResult._configure(
|
4497
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4498
|
+
args=args,
|
4499
|
+
request_cookies=request_cookies,
|
4500
|
+
)
|
4501
|
+
@staticmethod
|
4502
|
+
def _configure(
|
4503
|
+
_setter: Callable[[Any, Any], None],
|
4504
|
+
args: Sequence[str],
|
4505
|
+
request_cookies: Sequence[str],
|
4506
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4507
|
+
_setter("args", args)
|
4508
|
+
_setter("request_cookies", request_cookies)
|
3589
4509
|
|
3590
4510
|
@property
|
3591
4511
|
@pulumi.getter
|
@@ -3621,12 +4541,31 @@ class GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtect
|
|
3621
4541
|
:param int max_single_argument_length: Maximum allowed length of a single argument. Used in protection capability 920370: Limit argument value length.
|
3622
4542
|
:param int max_total_argument_length: Maximum allowed total length of all arguments. Used in protection capability 920390: Limit arguments total length.
|
3623
4543
|
"""
|
3624
|
-
|
3625
|
-
|
3626
|
-
|
3627
|
-
|
3628
|
-
|
3629
|
-
|
4544
|
+
GetWebAppFirewallPoliciesWebAppFirewallPolicyCollectionItemResponseProtectionRuleProtectionCapabilitySettingResult._configure(
|
4545
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4546
|
+
allowed_http_methods=allowed_http_methods,
|
4547
|
+
max_http_request_header_length=max_http_request_header_length,
|
4548
|
+
max_http_request_headers=max_http_request_headers,
|
4549
|
+
max_number_of_arguments=max_number_of_arguments,
|
4550
|
+
max_single_argument_length=max_single_argument_length,
|
4551
|
+
max_total_argument_length=max_total_argument_length,
|
4552
|
+
)
|
4553
|
+
@staticmethod
|
4554
|
+
def _configure(
|
4555
|
+
_setter: Callable[[Any, Any], None],
|
4556
|
+
allowed_http_methods: Sequence[str],
|
4557
|
+
max_http_request_header_length: int,
|
4558
|
+
max_http_request_headers: int,
|
4559
|
+
max_number_of_arguments: int,
|
4560
|
+
max_single_argument_length: int,
|
4561
|
+
max_total_argument_length: int,
|
4562
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4563
|
+
_setter("allowed_http_methods", allowed_http_methods)
|
4564
|
+
_setter("max_http_request_header_length", max_http_request_header_length)
|
4565
|
+
_setter("max_http_request_headers", max_http_request_headers)
|
4566
|
+
_setter("max_number_of_arguments", max_number_of_arguments)
|
4567
|
+
_setter("max_single_argument_length", max_single_argument_length)
|
4568
|
+
_setter("max_total_argument_length", max_total_argument_length)
|
3630
4569
|
|
3631
4570
|
@property
|
3632
4571
|
@pulumi.getter(name="allowedHttpMethods")
|
@@ -3692,11 +4631,28 @@ class GetWebAppFirewallPolicyActionResult(dict):
|
|
3692
4631
|
:param str name: Rule name. Must be unique within the module.
|
3693
4632
|
:param str type: Type of WebAppFirewallPolicyRule.
|
3694
4633
|
"""
|
3695
|
-
|
3696
|
-
|
3697
|
-
|
3698
|
-
|
3699
|
-
|
4634
|
+
GetWebAppFirewallPolicyActionResult._configure(
|
4635
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4636
|
+
bodies=bodies,
|
4637
|
+
code=code,
|
4638
|
+
headers=headers,
|
4639
|
+
name=name,
|
4640
|
+
type=type,
|
4641
|
+
)
|
4642
|
+
@staticmethod
|
4643
|
+
def _configure(
|
4644
|
+
_setter: Callable[[Any, Any], None],
|
4645
|
+
bodies: Sequence['outputs.GetWebAppFirewallPolicyActionBodyResult'],
|
4646
|
+
code: int,
|
4647
|
+
headers: Sequence['outputs.GetWebAppFirewallPolicyActionHeaderResult'],
|
4648
|
+
name: str,
|
4649
|
+
type: str,
|
4650
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4651
|
+
_setter("bodies", bodies)
|
4652
|
+
_setter("code", code)
|
4653
|
+
_setter("headers", headers)
|
4654
|
+
_setter("name", name)
|
4655
|
+
_setter("type", type)
|
3700
4656
|
|
3701
4657
|
@property
|
3702
4658
|
@pulumi.getter
|
@@ -3748,8 +4704,19 @@ class GetWebAppFirewallPolicyActionBodyResult(dict):
|
|
3748
4704
|
:param str text: Static response body text.
|
3749
4705
|
:param str type: Type of WebAppFirewallPolicyRule.
|
3750
4706
|
"""
|
3751
|
-
|
3752
|
-
|
4707
|
+
GetWebAppFirewallPolicyActionBodyResult._configure(
|
4708
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4709
|
+
text=text,
|
4710
|
+
type=type,
|
4711
|
+
)
|
4712
|
+
@staticmethod
|
4713
|
+
def _configure(
|
4714
|
+
_setter: Callable[[Any, Any], None],
|
4715
|
+
text: str,
|
4716
|
+
type: str,
|
4717
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4718
|
+
_setter("text", text)
|
4719
|
+
_setter("type", type)
|
3753
4720
|
|
3754
4721
|
@property
|
3755
4722
|
@pulumi.getter
|
@@ -3777,8 +4744,19 @@ class GetWebAppFirewallPolicyActionHeaderResult(dict):
|
|
3777
4744
|
:param str name: Rule name. Must be unique within the module.
|
3778
4745
|
:param str value: The value of the header field.
|
3779
4746
|
"""
|
3780
|
-
|
3781
|
-
|
4747
|
+
GetWebAppFirewallPolicyActionHeaderResult._configure(
|
4748
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4749
|
+
name=name,
|
4750
|
+
value=value,
|
4751
|
+
)
|
4752
|
+
@staticmethod
|
4753
|
+
def _configure(
|
4754
|
+
_setter: Callable[[Any, Any], None],
|
4755
|
+
name: str,
|
4756
|
+
value: str,
|
4757
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4758
|
+
_setter("name", name)
|
4759
|
+
_setter("value", value)
|
3782
4760
|
|
3783
4761
|
@property
|
3784
4762
|
@pulumi.getter
|
@@ -3808,8 +4786,19 @@ class GetWebAppFirewallPolicyRequestAccessControlResult(dict):
|
|
3808
4786
|
* **RETURN_HTTP_RESPONSE** terminates further execution of modules and rules and returns defined HTTP response.
|
3809
4787
|
:param Sequence['GetWebAppFirewallPolicyRequestAccessControlRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
3810
4788
|
"""
|
3811
|
-
|
3812
|
-
|
4789
|
+
GetWebAppFirewallPolicyRequestAccessControlResult._configure(
|
4790
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4791
|
+
default_action_name=default_action_name,
|
4792
|
+
rules=rules,
|
4793
|
+
)
|
4794
|
+
@staticmethod
|
4795
|
+
def _configure(
|
4796
|
+
_setter: Callable[[Any, Any], None],
|
4797
|
+
default_action_name: str,
|
4798
|
+
rules: Sequence['outputs.GetWebAppFirewallPolicyRequestAccessControlRuleResult'],
|
4799
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4800
|
+
_setter("default_action_name", default_action_name)
|
4801
|
+
_setter("rules", rules)
|
3813
4802
|
|
3814
4803
|
@property
|
3815
4804
|
@pulumi.getter(name="defaultActionName")
|
@@ -3846,11 +4835,28 @@ class GetWebAppFirewallPolicyRequestAccessControlRuleResult(dict):
|
|
3846
4835
|
:param str name: Rule name. Must be unique within the module.
|
3847
4836
|
:param str type: Type of WebAppFirewallPolicyRule.
|
3848
4837
|
"""
|
3849
|
-
|
3850
|
-
|
3851
|
-
|
3852
|
-
|
3853
|
-
|
4838
|
+
GetWebAppFirewallPolicyRequestAccessControlRuleResult._configure(
|
4839
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4840
|
+
action_name=action_name,
|
4841
|
+
condition=condition,
|
4842
|
+
condition_language=condition_language,
|
4843
|
+
name=name,
|
4844
|
+
type=type,
|
4845
|
+
)
|
4846
|
+
@staticmethod
|
4847
|
+
def _configure(
|
4848
|
+
_setter: Callable[[Any, Any], None],
|
4849
|
+
action_name: str,
|
4850
|
+
condition: str,
|
4851
|
+
condition_language: str,
|
4852
|
+
name: str,
|
4853
|
+
type: str,
|
4854
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4855
|
+
_setter("action_name", action_name)
|
4856
|
+
_setter("condition", condition)
|
4857
|
+
_setter("condition_language", condition_language)
|
4858
|
+
_setter("name", name)
|
4859
|
+
_setter("type", type)
|
3854
4860
|
|
3855
4861
|
@property
|
3856
4862
|
@pulumi.getter(name="actionName")
|
@@ -3905,9 +4911,22 @@ class GetWebAppFirewallPolicyRequestProtectionResult(dict):
|
|
3905
4911
|
:param int body_inspection_size_limit_in_bytes: Maximum size of inspected HTTP message body in bytes. Actions to take if this limit is exceeded are defined in `bodyInspectionSizeLimitExceededActionName`.
|
3906
4912
|
:param Sequence['GetWebAppFirewallPolicyRequestProtectionRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
3907
4913
|
"""
|
3908
|
-
|
3909
|
-
|
3910
|
-
|
4914
|
+
GetWebAppFirewallPolicyRequestProtectionResult._configure(
|
4915
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4916
|
+
body_inspection_size_limit_exceeded_action_name=body_inspection_size_limit_exceeded_action_name,
|
4917
|
+
body_inspection_size_limit_in_bytes=body_inspection_size_limit_in_bytes,
|
4918
|
+
rules=rules,
|
4919
|
+
)
|
4920
|
+
@staticmethod
|
4921
|
+
def _configure(
|
4922
|
+
_setter: Callable[[Any, Any], None],
|
4923
|
+
body_inspection_size_limit_exceeded_action_name: str,
|
4924
|
+
body_inspection_size_limit_in_bytes: int,
|
4925
|
+
rules: Sequence['outputs.GetWebAppFirewallPolicyRequestProtectionRuleResult'],
|
4926
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4927
|
+
_setter("body_inspection_size_limit_exceeded_action_name", body_inspection_size_limit_exceeded_action_name)
|
4928
|
+
_setter("body_inspection_size_limit_in_bytes", body_inspection_size_limit_in_bytes)
|
4929
|
+
_setter("rules", rules)
|
3911
4930
|
|
3912
4931
|
@property
|
3913
4932
|
@pulumi.getter(name="bodyInspectionSizeLimitExceededActionName")
|
@@ -3956,14 +4975,37 @@ class GetWebAppFirewallPolicyRequestProtectionRuleResult(dict):
|
|
3956
4975
|
:param Sequence['GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilitySettingArgs'] protection_capability_settings: Settings for protection capabilities
|
3957
4976
|
:param str type: Type of WebAppFirewallPolicyRule.
|
3958
4977
|
"""
|
3959
|
-
|
3960
|
-
|
3961
|
-
|
3962
|
-
|
3963
|
-
|
3964
|
-
|
3965
|
-
|
3966
|
-
|
4978
|
+
GetWebAppFirewallPolicyRequestProtectionRuleResult._configure(
|
4979
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4980
|
+
action_name=action_name,
|
4981
|
+
condition=condition,
|
4982
|
+
condition_language=condition_language,
|
4983
|
+
is_body_inspection_enabled=is_body_inspection_enabled,
|
4984
|
+
name=name,
|
4985
|
+
protection_capabilities=protection_capabilities,
|
4986
|
+
protection_capability_settings=protection_capability_settings,
|
4987
|
+
type=type,
|
4988
|
+
)
|
4989
|
+
@staticmethod
|
4990
|
+
def _configure(
|
4991
|
+
_setter: Callable[[Any, Any], None],
|
4992
|
+
action_name: str,
|
4993
|
+
condition: str,
|
4994
|
+
condition_language: str,
|
4995
|
+
is_body_inspection_enabled: bool,
|
4996
|
+
name: str,
|
4997
|
+
protection_capabilities: Sequence['outputs.GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilityResult'],
|
4998
|
+
protection_capability_settings: Sequence['outputs.GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilitySettingResult'],
|
4999
|
+
type: str,
|
5000
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5001
|
+
_setter("action_name", action_name)
|
5002
|
+
_setter("condition", condition)
|
5003
|
+
_setter("condition_language", condition_language)
|
5004
|
+
_setter("is_body_inspection_enabled", is_body_inspection_enabled)
|
5005
|
+
_setter("name", name)
|
5006
|
+
_setter("protection_capabilities", protection_capabilities)
|
5007
|
+
_setter("protection_capability_settings", protection_capability_settings)
|
5008
|
+
_setter("type", type)
|
3967
5009
|
|
3968
5010
|
@property
|
3969
5011
|
@pulumi.getter(name="actionName")
|
@@ -4048,12 +5090,31 @@ class GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilityResult(dic
|
|
4048
5090
|
:param str key: Unique key of referenced protection capability.
|
4049
5091
|
:param int version: Version of referenced protection capability.
|
4050
5092
|
"""
|
4051
|
-
|
4052
|
-
|
4053
|
-
|
4054
|
-
|
4055
|
-
|
4056
|
-
|
5093
|
+
GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilityResult._configure(
|
5094
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5095
|
+
action_name=action_name,
|
5096
|
+
collaborative_action_threshold=collaborative_action_threshold,
|
5097
|
+
collaborative_weights=collaborative_weights,
|
5098
|
+
exclusions=exclusions,
|
5099
|
+
key=key,
|
5100
|
+
version=version,
|
5101
|
+
)
|
5102
|
+
@staticmethod
|
5103
|
+
def _configure(
|
5104
|
+
_setter: Callable[[Any, Any], None],
|
5105
|
+
action_name: str,
|
5106
|
+
collaborative_action_threshold: int,
|
5107
|
+
collaborative_weights: Sequence['outputs.GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilityCollaborativeWeightResult'],
|
5108
|
+
exclusions: Sequence['outputs.GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilityExclusionResult'],
|
5109
|
+
key: str,
|
5110
|
+
version: int,
|
5111
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5112
|
+
_setter("action_name", action_name)
|
5113
|
+
_setter("collaborative_action_threshold", collaborative_action_threshold)
|
5114
|
+
_setter("collaborative_weights", collaborative_weights)
|
5115
|
+
_setter("exclusions", exclusions)
|
5116
|
+
_setter("key", key)
|
5117
|
+
_setter("version", version)
|
4057
5118
|
|
4058
5119
|
@property
|
4059
5120
|
@pulumi.getter(name="actionName")
|
@@ -4113,8 +5174,19 @@ class GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilityCollaborat
|
|
4113
5174
|
:param str key: Unique key of referenced protection capability.
|
4114
5175
|
:param int weight: The value of weight to set.
|
4115
5176
|
"""
|
4116
|
-
|
4117
|
-
|
5177
|
+
GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilityCollaborativeWeightResult._configure(
|
5178
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5179
|
+
key=key,
|
5180
|
+
weight=weight,
|
5181
|
+
)
|
5182
|
+
@staticmethod
|
5183
|
+
def _configure(
|
5184
|
+
_setter: Callable[[Any, Any], None],
|
5185
|
+
key: str,
|
5186
|
+
weight: int,
|
5187
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5188
|
+
_setter("key", key)
|
5189
|
+
_setter("weight", weight)
|
4118
5190
|
|
4119
5191
|
@property
|
4120
5192
|
@pulumi.getter
|
@@ -4142,8 +5214,19 @@ class GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilityExclusionR
|
|
4142
5214
|
:param Sequence[str] args: List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting. Example: If we have query parameter 'argumentName=argumentValue' and args=['argumentName'], both 'argumentName' and 'argumentValue' will not be inspected.
|
4143
5215
|
:param Sequence[str] request_cookies: List of HTTP request cookie values (by cookie name) to exclude from inspecting. Example: If we have cookie 'cookieName=cookieValue' and requestCookies=['cookieName'], both 'cookieName' and 'cookieValue' will not be inspected.
|
4144
5216
|
"""
|
4145
|
-
|
4146
|
-
|
5217
|
+
GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilityExclusionResult._configure(
|
5218
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5219
|
+
args=args,
|
5220
|
+
request_cookies=request_cookies,
|
5221
|
+
)
|
5222
|
+
@staticmethod
|
5223
|
+
def _configure(
|
5224
|
+
_setter: Callable[[Any, Any], None],
|
5225
|
+
args: Sequence[str],
|
5226
|
+
request_cookies: Sequence[str],
|
5227
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5228
|
+
_setter("args", args)
|
5229
|
+
_setter("request_cookies", request_cookies)
|
4147
5230
|
|
4148
5231
|
@property
|
4149
5232
|
@pulumi.getter
|
@@ -4179,12 +5262,31 @@ class GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilitySettingRes
|
|
4179
5262
|
:param int max_single_argument_length: Maximum allowed length of a single argument. Used in protection capability 920370: Limit argument value length.
|
4180
5263
|
:param int max_total_argument_length: Maximum allowed total length of all arguments. Used in protection capability 920390: Limit arguments total length.
|
4181
5264
|
"""
|
4182
|
-
|
4183
|
-
|
4184
|
-
|
4185
|
-
|
4186
|
-
|
4187
|
-
|
5265
|
+
GetWebAppFirewallPolicyRequestProtectionRuleProtectionCapabilitySettingResult._configure(
|
5266
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5267
|
+
allowed_http_methods=allowed_http_methods,
|
5268
|
+
max_http_request_header_length=max_http_request_header_length,
|
5269
|
+
max_http_request_headers=max_http_request_headers,
|
5270
|
+
max_number_of_arguments=max_number_of_arguments,
|
5271
|
+
max_single_argument_length=max_single_argument_length,
|
5272
|
+
max_total_argument_length=max_total_argument_length,
|
5273
|
+
)
|
5274
|
+
@staticmethod
|
5275
|
+
def _configure(
|
5276
|
+
_setter: Callable[[Any, Any], None],
|
5277
|
+
allowed_http_methods: Sequence[str],
|
5278
|
+
max_http_request_header_length: int,
|
5279
|
+
max_http_request_headers: int,
|
5280
|
+
max_number_of_arguments: int,
|
5281
|
+
max_single_argument_length: int,
|
5282
|
+
max_total_argument_length: int,
|
5283
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5284
|
+
_setter("allowed_http_methods", allowed_http_methods)
|
5285
|
+
_setter("max_http_request_header_length", max_http_request_header_length)
|
5286
|
+
_setter("max_http_request_headers", max_http_request_headers)
|
5287
|
+
_setter("max_number_of_arguments", max_number_of_arguments)
|
5288
|
+
_setter("max_single_argument_length", max_single_argument_length)
|
5289
|
+
_setter("max_total_argument_length", max_total_argument_length)
|
4188
5290
|
|
4189
5291
|
@property
|
4190
5292
|
@pulumi.getter(name="allowedHttpMethods")
|
@@ -4242,7 +5344,16 @@ class GetWebAppFirewallPolicyRequestRateLimitingResult(dict):
|
|
4242
5344
|
"""
|
4243
5345
|
:param Sequence['GetWebAppFirewallPolicyRequestRateLimitingRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
4244
5346
|
"""
|
4245
|
-
|
5347
|
+
GetWebAppFirewallPolicyRequestRateLimitingResult._configure(
|
5348
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5349
|
+
rules=rules,
|
5350
|
+
)
|
5351
|
+
@staticmethod
|
5352
|
+
def _configure(
|
5353
|
+
_setter: Callable[[Any, Any], None],
|
5354
|
+
rules: Sequence['outputs.GetWebAppFirewallPolicyRequestRateLimitingRuleResult'],
|
5355
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5356
|
+
_setter("rules", rules)
|
4246
5357
|
|
4247
5358
|
@property
|
4248
5359
|
@pulumi.getter
|
@@ -4271,12 +5382,31 @@ class GetWebAppFirewallPolicyRequestRateLimitingRuleResult(dict):
|
|
4271
5382
|
:param str name: Rule name. Must be unique within the module.
|
4272
5383
|
:param str type: Type of WebAppFirewallPolicyRule.
|
4273
5384
|
"""
|
4274
|
-
|
4275
|
-
|
4276
|
-
|
4277
|
-
|
4278
|
-
|
4279
|
-
|
5385
|
+
GetWebAppFirewallPolicyRequestRateLimitingRuleResult._configure(
|
5386
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5387
|
+
action_name=action_name,
|
5388
|
+
condition=condition,
|
5389
|
+
condition_language=condition_language,
|
5390
|
+
configurations=configurations,
|
5391
|
+
name=name,
|
5392
|
+
type=type,
|
5393
|
+
)
|
5394
|
+
@staticmethod
|
5395
|
+
def _configure(
|
5396
|
+
_setter: Callable[[Any, Any], None],
|
5397
|
+
action_name: str,
|
5398
|
+
condition: str,
|
5399
|
+
condition_language: str,
|
5400
|
+
configurations: Sequence['outputs.GetWebAppFirewallPolicyRequestRateLimitingRuleConfigurationResult'],
|
5401
|
+
name: str,
|
5402
|
+
type: str,
|
5403
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5404
|
+
_setter("action_name", action_name)
|
5405
|
+
_setter("condition", condition)
|
5406
|
+
_setter("condition_language", condition_language)
|
5407
|
+
_setter("configurations", configurations)
|
5408
|
+
_setter("name", name)
|
5409
|
+
_setter("type", type)
|
4280
5410
|
|
4281
5411
|
@property
|
4282
5412
|
@pulumi.getter(name="actionName")
|
@@ -4339,9 +5469,22 @@ class GetWebAppFirewallPolicyRequestRateLimitingRuleConfigurationResult(dict):
|
|
4339
5469
|
:param int period_in_seconds: Evaluation period in seconds.
|
4340
5470
|
:param int requests_limit: Requests allowed per evaluation period.
|
4341
5471
|
"""
|
4342
|
-
|
4343
|
-
|
4344
|
-
|
5472
|
+
GetWebAppFirewallPolicyRequestRateLimitingRuleConfigurationResult._configure(
|
5473
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5474
|
+
action_duration_in_seconds=action_duration_in_seconds,
|
5475
|
+
period_in_seconds=period_in_seconds,
|
5476
|
+
requests_limit=requests_limit,
|
5477
|
+
)
|
5478
|
+
@staticmethod
|
5479
|
+
def _configure(
|
5480
|
+
_setter: Callable[[Any, Any], None],
|
5481
|
+
action_duration_in_seconds: int,
|
5482
|
+
period_in_seconds: int,
|
5483
|
+
requests_limit: int,
|
5484
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5485
|
+
_setter("action_duration_in_seconds", action_duration_in_seconds)
|
5486
|
+
_setter("period_in_seconds", period_in_seconds)
|
5487
|
+
_setter("requests_limit", requests_limit)
|
4345
5488
|
|
4346
5489
|
@property
|
4347
5490
|
@pulumi.getter(name="actionDurationInSeconds")
|
@@ -4375,7 +5518,16 @@ class GetWebAppFirewallPolicyResponseAccessControlResult(dict):
|
|
4375
5518
|
"""
|
4376
5519
|
:param Sequence['GetWebAppFirewallPolicyResponseAccessControlRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
4377
5520
|
"""
|
4378
|
-
|
5521
|
+
GetWebAppFirewallPolicyResponseAccessControlResult._configure(
|
5522
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5523
|
+
rules=rules,
|
5524
|
+
)
|
5525
|
+
@staticmethod
|
5526
|
+
def _configure(
|
5527
|
+
_setter: Callable[[Any, Any], None],
|
5528
|
+
rules: Sequence['outputs.GetWebAppFirewallPolicyResponseAccessControlRuleResult'],
|
5529
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5530
|
+
_setter("rules", rules)
|
4379
5531
|
|
4380
5532
|
@property
|
4381
5533
|
@pulumi.getter
|
@@ -4402,11 +5554,28 @@ class GetWebAppFirewallPolicyResponseAccessControlRuleResult(dict):
|
|
4402
5554
|
:param str name: Rule name. Must be unique within the module.
|
4403
5555
|
:param str type: Type of WebAppFirewallPolicyRule.
|
4404
5556
|
"""
|
4405
|
-
|
4406
|
-
|
4407
|
-
|
4408
|
-
|
4409
|
-
|
5557
|
+
GetWebAppFirewallPolicyResponseAccessControlRuleResult._configure(
|
5558
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5559
|
+
action_name=action_name,
|
5560
|
+
condition=condition,
|
5561
|
+
condition_language=condition_language,
|
5562
|
+
name=name,
|
5563
|
+
type=type,
|
5564
|
+
)
|
5565
|
+
@staticmethod
|
5566
|
+
def _configure(
|
5567
|
+
_setter: Callable[[Any, Any], None],
|
5568
|
+
action_name: str,
|
5569
|
+
condition: str,
|
5570
|
+
condition_language: str,
|
5571
|
+
name: str,
|
5572
|
+
type: str,
|
5573
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5574
|
+
_setter("action_name", action_name)
|
5575
|
+
_setter("condition", condition)
|
5576
|
+
_setter("condition_language", condition_language)
|
5577
|
+
_setter("name", name)
|
5578
|
+
_setter("type", type)
|
4410
5579
|
|
4411
5580
|
@property
|
4412
5581
|
@pulumi.getter(name="actionName")
|
@@ -4457,7 +5626,16 @@ class GetWebAppFirewallPolicyResponseProtectionResult(dict):
|
|
4457
5626
|
"""
|
4458
5627
|
:param Sequence['GetWebAppFirewallPolicyResponseProtectionRuleArgs'] rules: Ordered list of ProtectionRules. Rules are executed in order of appearance in this array. ProtectionRules in this array can only use protection capabilities of RESPONSE_PROTECTION_CAPABILITY type.
|
4459
5628
|
"""
|
4460
|
-
|
5629
|
+
GetWebAppFirewallPolicyResponseProtectionResult._configure(
|
5630
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5631
|
+
rules=rules,
|
5632
|
+
)
|
5633
|
+
@staticmethod
|
5634
|
+
def _configure(
|
5635
|
+
_setter: Callable[[Any, Any], None],
|
5636
|
+
rules: Sequence['outputs.GetWebAppFirewallPolicyResponseProtectionRuleResult'],
|
5637
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5638
|
+
_setter("rules", rules)
|
4461
5639
|
|
4462
5640
|
@property
|
4463
5641
|
@pulumi.getter
|
@@ -4490,14 +5668,37 @@ class GetWebAppFirewallPolicyResponseProtectionRuleResult(dict):
|
|
4490
5668
|
:param Sequence['GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilitySettingArgs'] protection_capability_settings: Settings for protection capabilities
|
4491
5669
|
:param str type: Type of WebAppFirewallPolicyRule.
|
4492
5670
|
"""
|
4493
|
-
|
4494
|
-
|
4495
|
-
|
4496
|
-
|
4497
|
-
|
4498
|
-
|
4499
|
-
|
4500
|
-
|
5671
|
+
GetWebAppFirewallPolicyResponseProtectionRuleResult._configure(
|
5672
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5673
|
+
action_name=action_name,
|
5674
|
+
condition=condition,
|
5675
|
+
condition_language=condition_language,
|
5676
|
+
is_body_inspection_enabled=is_body_inspection_enabled,
|
5677
|
+
name=name,
|
5678
|
+
protection_capabilities=protection_capabilities,
|
5679
|
+
protection_capability_settings=protection_capability_settings,
|
5680
|
+
type=type,
|
5681
|
+
)
|
5682
|
+
@staticmethod
|
5683
|
+
def _configure(
|
5684
|
+
_setter: Callable[[Any, Any], None],
|
5685
|
+
action_name: str,
|
5686
|
+
condition: str,
|
5687
|
+
condition_language: str,
|
5688
|
+
is_body_inspection_enabled: bool,
|
5689
|
+
name: str,
|
5690
|
+
protection_capabilities: Sequence['outputs.GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilityResult'],
|
5691
|
+
protection_capability_settings: Sequence['outputs.GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilitySettingResult'],
|
5692
|
+
type: str,
|
5693
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5694
|
+
_setter("action_name", action_name)
|
5695
|
+
_setter("condition", condition)
|
5696
|
+
_setter("condition_language", condition_language)
|
5697
|
+
_setter("is_body_inspection_enabled", is_body_inspection_enabled)
|
5698
|
+
_setter("name", name)
|
5699
|
+
_setter("protection_capabilities", protection_capabilities)
|
5700
|
+
_setter("protection_capability_settings", protection_capability_settings)
|
5701
|
+
_setter("type", type)
|
4501
5702
|
|
4502
5703
|
@property
|
4503
5704
|
@pulumi.getter(name="actionName")
|
@@ -4582,12 +5783,31 @@ class GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilityResult(di
|
|
4582
5783
|
:param str key: Unique key of referenced protection capability.
|
4583
5784
|
:param int version: Version of referenced protection capability.
|
4584
5785
|
"""
|
4585
|
-
|
4586
|
-
|
4587
|
-
|
4588
|
-
|
4589
|
-
|
4590
|
-
|
5786
|
+
GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilityResult._configure(
|
5787
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5788
|
+
action_name=action_name,
|
5789
|
+
collaborative_action_threshold=collaborative_action_threshold,
|
5790
|
+
collaborative_weights=collaborative_weights,
|
5791
|
+
exclusions=exclusions,
|
5792
|
+
key=key,
|
5793
|
+
version=version,
|
5794
|
+
)
|
5795
|
+
@staticmethod
|
5796
|
+
def _configure(
|
5797
|
+
_setter: Callable[[Any, Any], None],
|
5798
|
+
action_name: str,
|
5799
|
+
collaborative_action_threshold: int,
|
5800
|
+
collaborative_weights: Sequence['outputs.GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilityCollaborativeWeightResult'],
|
5801
|
+
exclusions: Sequence['outputs.GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilityExclusionResult'],
|
5802
|
+
key: str,
|
5803
|
+
version: int,
|
5804
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5805
|
+
_setter("action_name", action_name)
|
5806
|
+
_setter("collaborative_action_threshold", collaborative_action_threshold)
|
5807
|
+
_setter("collaborative_weights", collaborative_weights)
|
5808
|
+
_setter("exclusions", exclusions)
|
5809
|
+
_setter("key", key)
|
5810
|
+
_setter("version", version)
|
4591
5811
|
|
4592
5812
|
@property
|
4593
5813
|
@pulumi.getter(name="actionName")
|
@@ -4647,8 +5867,19 @@ class GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilityCollabora
|
|
4647
5867
|
:param str key: Unique key of referenced protection capability.
|
4648
5868
|
:param int weight: The value of weight to set.
|
4649
5869
|
"""
|
4650
|
-
|
4651
|
-
|
5870
|
+
GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilityCollaborativeWeightResult._configure(
|
5871
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5872
|
+
key=key,
|
5873
|
+
weight=weight,
|
5874
|
+
)
|
5875
|
+
@staticmethod
|
5876
|
+
def _configure(
|
5877
|
+
_setter: Callable[[Any, Any], None],
|
5878
|
+
key: str,
|
5879
|
+
weight: int,
|
5880
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5881
|
+
_setter("key", key)
|
5882
|
+
_setter("weight", weight)
|
4652
5883
|
|
4653
5884
|
@property
|
4654
5885
|
@pulumi.getter
|
@@ -4676,8 +5907,19 @@ class GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilityExclusion
|
|
4676
5907
|
:param Sequence[str] args: List of URL query parameter values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from inspecting. Example: If we have query parameter 'argumentName=argumentValue' and args=['argumentName'], both 'argumentName' and 'argumentValue' will not be inspected.
|
4677
5908
|
:param Sequence[str] request_cookies: List of HTTP request cookie values (by cookie name) to exclude from inspecting. Example: If we have cookie 'cookieName=cookieValue' and requestCookies=['cookieName'], both 'cookieName' and 'cookieValue' will not be inspected.
|
4678
5909
|
"""
|
4679
|
-
|
4680
|
-
|
5910
|
+
GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilityExclusionResult._configure(
|
5911
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5912
|
+
args=args,
|
5913
|
+
request_cookies=request_cookies,
|
5914
|
+
)
|
5915
|
+
@staticmethod
|
5916
|
+
def _configure(
|
5917
|
+
_setter: Callable[[Any, Any], None],
|
5918
|
+
args: Sequence[str],
|
5919
|
+
request_cookies: Sequence[str],
|
5920
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5921
|
+
_setter("args", args)
|
5922
|
+
_setter("request_cookies", request_cookies)
|
4681
5923
|
|
4682
5924
|
@property
|
4683
5925
|
@pulumi.getter
|
@@ -4713,12 +5955,31 @@ class GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilitySettingRe
|
|
4713
5955
|
:param int max_single_argument_length: Maximum allowed length of a single argument. Used in protection capability 920370: Limit argument value length.
|
4714
5956
|
:param int max_total_argument_length: Maximum allowed total length of all arguments. Used in protection capability 920390: Limit arguments total length.
|
4715
5957
|
"""
|
4716
|
-
|
4717
|
-
|
4718
|
-
|
4719
|
-
|
4720
|
-
|
4721
|
-
|
5958
|
+
GetWebAppFirewallPolicyResponseProtectionRuleProtectionCapabilitySettingResult._configure(
|
5959
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5960
|
+
allowed_http_methods=allowed_http_methods,
|
5961
|
+
max_http_request_header_length=max_http_request_header_length,
|
5962
|
+
max_http_request_headers=max_http_request_headers,
|
5963
|
+
max_number_of_arguments=max_number_of_arguments,
|
5964
|
+
max_single_argument_length=max_single_argument_length,
|
5965
|
+
max_total_argument_length=max_total_argument_length,
|
5966
|
+
)
|
5967
|
+
@staticmethod
|
5968
|
+
def _configure(
|
5969
|
+
_setter: Callable[[Any, Any], None],
|
5970
|
+
allowed_http_methods: Sequence[str],
|
5971
|
+
max_http_request_header_length: int,
|
5972
|
+
max_http_request_headers: int,
|
5973
|
+
max_number_of_arguments: int,
|
5974
|
+
max_single_argument_length: int,
|
5975
|
+
max_total_argument_length: int,
|
5976
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5977
|
+
_setter("allowed_http_methods", allowed_http_methods)
|
5978
|
+
_setter("max_http_request_header_length", max_http_request_header_length)
|
5979
|
+
_setter("max_http_request_headers", max_http_request_headers)
|
5980
|
+
_setter("max_number_of_arguments", max_number_of_arguments)
|
5981
|
+
_setter("max_single_argument_length", max_single_argument_length)
|
5982
|
+
_setter("max_total_argument_length", max_total_argument_length)
|
4722
5983
|
|
4723
5984
|
@property
|
4724
5985
|
@pulumi.getter(name="allowedHttpMethods")
|