pulumi-oci 1.11.0a1695829678__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 +35 -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 +14631 -3340
- 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 +109 -31
- 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 +3678 -749
- 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 +677 -186
- 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 +46 -10
- 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 +1 -1
- pulumi_oci/database/get_autonomous_container_database.py +1 -1
- 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 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- pulumi_oci/database/get_maintenance_runs.py +1 -1
- 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 +148 -44
- pulumi_oci/database/oneoff_patch.py +88 -24
- pulumi_oci/database/outputs.py +12905 -3057
- 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 +7807 -1812
- 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 +1 -1
- pulumi_oci/integration/get_integration_instances.py +1 -1
- pulumi_oci/integration/integration_instance.py +155 -43
- pulumi_oci/integration/outputs.py +441 -101
- 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/_inputs.py +511 -108
- pulumi_oci/stackmonitoring/config.py +73 -19
- pulumi_oci/stackmonitoring/discovery_job.py +87 -22
- pulumi_oci/stackmonitoring/get_config.py +1 -1
- pulumi_oci/stackmonitoring/get_configs.py +1 -1
- 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 +920 -193
- 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.0a1695829678.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.0a1695829678.dist-info/RECORD +0 -2315
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.11.0a1695829678.dist-info → pulumi_oci-1.12.0.dist-info}/top_level.txt +0 -0
pulumi_oci/waas/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
|
|
@@ -157,12 +157,25 @@ class CertificateExtension(dict):
|
|
157
157
|
:param str name: The certificate extension name.
|
158
158
|
:param str value: The certificate extension value.
|
159
159
|
"""
|
160
|
+
CertificateExtension._configure(
|
161
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
162
|
+
is_critical=is_critical,
|
163
|
+
name=name,
|
164
|
+
value=value,
|
165
|
+
)
|
166
|
+
@staticmethod
|
167
|
+
def _configure(
|
168
|
+
_setter: Callable[[Any, Any], None],
|
169
|
+
is_critical: Optional[bool] = None,
|
170
|
+
name: Optional[str] = None,
|
171
|
+
value: Optional[str] = None,
|
172
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
160
173
|
if is_critical is not None:
|
161
|
-
|
174
|
+
_setter("is_critical", is_critical)
|
162
175
|
if name is not None:
|
163
|
-
|
176
|
+
_setter("name", name)
|
164
177
|
if value is not None:
|
165
|
-
|
178
|
+
_setter("value", value)
|
166
179
|
|
167
180
|
@property
|
168
181
|
@pulumi.getter(name="isCritical")
|
@@ -231,20 +244,41 @@ class CertificateIssuerName(dict):
|
|
231
244
|
:param str organizational_unit: The field to differentiate between divisions within an organization.
|
232
245
|
:param str state_province: The province where the organization is located.
|
233
246
|
"""
|
247
|
+
CertificateIssuerName._configure(
|
248
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
249
|
+
common_name=common_name,
|
250
|
+
country=country,
|
251
|
+
email_address=email_address,
|
252
|
+
locality=locality,
|
253
|
+
organization=organization,
|
254
|
+
organizational_unit=organizational_unit,
|
255
|
+
state_province=state_province,
|
256
|
+
)
|
257
|
+
@staticmethod
|
258
|
+
def _configure(
|
259
|
+
_setter: Callable[[Any, Any], None],
|
260
|
+
common_name: Optional[str] = None,
|
261
|
+
country: Optional[str] = None,
|
262
|
+
email_address: Optional[str] = None,
|
263
|
+
locality: Optional[str] = None,
|
264
|
+
organization: Optional[str] = None,
|
265
|
+
organizational_unit: Optional[str] = None,
|
266
|
+
state_province: Optional[str] = None,
|
267
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
234
268
|
if common_name is not None:
|
235
|
-
|
269
|
+
_setter("common_name", common_name)
|
236
270
|
if country is not None:
|
237
|
-
|
271
|
+
_setter("country", country)
|
238
272
|
if email_address is not None:
|
239
|
-
|
273
|
+
_setter("email_address", email_address)
|
240
274
|
if locality is not None:
|
241
|
-
|
275
|
+
_setter("locality", locality)
|
242
276
|
if organization is not None:
|
243
|
-
|
277
|
+
_setter("organization", organization)
|
244
278
|
if organizational_unit is not None:
|
245
|
-
|
279
|
+
_setter("organizational_unit", organizational_unit)
|
246
280
|
if state_province is not None:
|
247
|
-
|
281
|
+
_setter("state_province", state_province)
|
248
282
|
|
249
283
|
@property
|
250
284
|
@pulumi.getter(name="commonName")
|
@@ -331,12 +365,25 @@ class CertificatePublicKeyInfo(dict):
|
|
331
365
|
:param int exponent: The private key exponent.
|
332
366
|
:param int key_size: The number of bits in a key used by a cryptographic algorithm.
|
333
367
|
"""
|
368
|
+
CertificatePublicKeyInfo._configure(
|
369
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
370
|
+
algorithm=algorithm,
|
371
|
+
exponent=exponent,
|
372
|
+
key_size=key_size,
|
373
|
+
)
|
374
|
+
@staticmethod
|
375
|
+
def _configure(
|
376
|
+
_setter: Callable[[Any, Any], None],
|
377
|
+
algorithm: Optional[str] = None,
|
378
|
+
exponent: Optional[int] = None,
|
379
|
+
key_size: Optional[int] = None,
|
380
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
334
381
|
if algorithm is not None:
|
335
|
-
|
382
|
+
_setter("algorithm", algorithm)
|
336
383
|
if exponent is not None:
|
337
|
-
|
384
|
+
_setter("exponent", exponent)
|
338
385
|
if key_size is not None:
|
339
|
-
|
386
|
+
_setter("key_size", key_size)
|
340
387
|
|
341
388
|
@property
|
342
389
|
@pulumi.getter
|
@@ -405,20 +452,41 @@ class CertificateSubjectName(dict):
|
|
405
452
|
:param str organizational_unit: The field to differentiate between divisions within an organization.
|
406
453
|
:param str state_province: The province where the organization is located.
|
407
454
|
"""
|
455
|
+
CertificateSubjectName._configure(
|
456
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
457
|
+
common_name=common_name,
|
458
|
+
country=country,
|
459
|
+
email_address=email_address,
|
460
|
+
locality=locality,
|
461
|
+
organization=organization,
|
462
|
+
organizational_unit=organizational_unit,
|
463
|
+
state_province=state_province,
|
464
|
+
)
|
465
|
+
@staticmethod
|
466
|
+
def _configure(
|
467
|
+
_setter: Callable[[Any, Any], None],
|
468
|
+
common_name: Optional[str] = None,
|
469
|
+
country: Optional[str] = None,
|
470
|
+
email_address: Optional[str] = None,
|
471
|
+
locality: Optional[str] = None,
|
472
|
+
organization: Optional[str] = None,
|
473
|
+
organizational_unit: Optional[str] = None,
|
474
|
+
state_province: Optional[str] = None,
|
475
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
408
476
|
if common_name is not None:
|
409
|
-
|
477
|
+
_setter("common_name", common_name)
|
410
478
|
if country is not None:
|
411
|
-
|
479
|
+
_setter("country", country)
|
412
480
|
if email_address is not None:
|
413
|
-
|
481
|
+
_setter("email_address", email_address)
|
414
482
|
if locality is not None:
|
415
|
-
|
483
|
+
_setter("locality", locality)
|
416
484
|
if organization is not None:
|
417
|
-
|
485
|
+
_setter("organization", organization)
|
418
486
|
if organizational_unit is not None:
|
419
|
-
|
487
|
+
_setter("organizational_unit", organizational_unit)
|
420
488
|
if state_province is not None:
|
421
|
-
|
489
|
+
_setter("state_province", state_province)
|
422
490
|
|
423
491
|
@property
|
424
492
|
@pulumi.getter(name="commonName")
|
@@ -496,12 +564,29 @@ class HttpRedirectTarget(dict):
|
|
496
564
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
497
565
|
:param int port: (Updatable) Port number of the target destination of the redirect, default to match protocol
|
498
566
|
"""
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
567
|
+
HttpRedirectTarget._configure(
|
568
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
569
|
+
host=host,
|
570
|
+
path=path,
|
571
|
+
protocol=protocol,
|
572
|
+
query=query,
|
573
|
+
port=port,
|
574
|
+
)
|
575
|
+
@staticmethod
|
576
|
+
def _configure(
|
577
|
+
_setter: Callable[[Any, Any], None],
|
578
|
+
host: str,
|
579
|
+
path: str,
|
580
|
+
protocol: str,
|
581
|
+
query: str,
|
582
|
+
port: Optional[int] = None,
|
583
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
584
|
+
_setter("host", host)
|
585
|
+
_setter("path", path)
|
586
|
+
_setter("protocol", protocol)
|
587
|
+
_setter("query", query)
|
503
588
|
if port is not None:
|
504
|
-
|
589
|
+
_setter("port", port)
|
505
590
|
|
506
591
|
@property
|
507
592
|
@pulumi.getter
|
@@ -583,14 +668,31 @@ class PolicyOrigin(dict):
|
|
583
668
|
:param int http_port: (Updatable) The HTTP port on the origin that the web application listens on. If unspecified, defaults to `80`. If `0` is specified - the origin is not used for HTTP traffic.
|
584
669
|
:param int https_port: (Updatable) The HTTPS port on the origin that the web application listens on. If unspecified, defaults to `443`. If `0` is specified - the origin is not used for HTTPS traffic.
|
585
670
|
"""
|
586
|
-
|
587
|
-
|
671
|
+
PolicyOrigin._configure(
|
672
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
673
|
+
label=label,
|
674
|
+
uri=uri,
|
675
|
+
custom_headers=custom_headers,
|
676
|
+
http_port=http_port,
|
677
|
+
https_port=https_port,
|
678
|
+
)
|
679
|
+
@staticmethod
|
680
|
+
def _configure(
|
681
|
+
_setter: Callable[[Any, Any], None],
|
682
|
+
label: str,
|
683
|
+
uri: str,
|
684
|
+
custom_headers: Optional[Sequence['outputs.PolicyOriginCustomHeader']] = None,
|
685
|
+
http_port: Optional[int] = None,
|
686
|
+
https_port: Optional[int] = None,
|
687
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
688
|
+
_setter("label", label)
|
689
|
+
_setter("uri", uri)
|
588
690
|
if custom_headers is not None:
|
589
|
-
|
691
|
+
_setter("custom_headers", custom_headers)
|
590
692
|
if http_port is not None:
|
591
|
-
|
693
|
+
_setter("http_port", http_port)
|
592
694
|
if https_port is not None:
|
593
|
-
|
695
|
+
_setter("https_port", https_port)
|
594
696
|
|
595
697
|
@property
|
596
698
|
@pulumi.getter
|
@@ -643,8 +745,19 @@ class PolicyOriginCustomHeader(dict):
|
|
643
745
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
644
746
|
:param str value: (Updatable) The value of the header.
|
645
747
|
"""
|
646
|
-
|
647
|
-
|
748
|
+
PolicyOriginCustomHeader._configure(
|
749
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
750
|
+
name=name,
|
751
|
+
value=value,
|
752
|
+
)
|
753
|
+
@staticmethod
|
754
|
+
def _configure(
|
755
|
+
_setter: Callable[[Any, Any], None],
|
756
|
+
name: str,
|
757
|
+
value: str,
|
758
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
759
|
+
_setter("name", name)
|
760
|
+
_setter("value", value)
|
648
761
|
|
649
762
|
@property
|
650
763
|
@pulumi.getter
|
@@ -689,8 +802,19 @@ class PolicyOriginGroup(dict):
|
|
689
802
|
def __init__(__self__, *,
|
690
803
|
label: str,
|
691
804
|
origin_groups: Sequence['outputs.PolicyOriginGroupOriginGroup']):
|
692
|
-
|
693
|
-
|
805
|
+
PolicyOriginGroup._configure(
|
806
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
807
|
+
label=label,
|
808
|
+
origin_groups=origin_groups,
|
809
|
+
)
|
810
|
+
@staticmethod
|
811
|
+
def _configure(
|
812
|
+
_setter: Callable[[Any, Any], None],
|
813
|
+
label: str,
|
814
|
+
origin_groups: Sequence['outputs.PolicyOriginGroupOriginGroup'],
|
815
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
816
|
+
_setter("label", label)
|
817
|
+
_setter("origin_groups", origin_groups)
|
694
818
|
|
695
819
|
@property
|
696
820
|
@pulumi.getter
|
@@ -711,9 +835,20 @@ class PolicyOriginGroupOriginGroup(dict):
|
|
711
835
|
"""
|
712
836
|
:param str origin: (Updatable) The key in the map of origins referencing the origin used for the Web Application Firewall. The origin must already be included in `Origins`. Required when creating the `WafConfig` resource, but is not required upon updating the configuration.
|
713
837
|
"""
|
714
|
-
|
838
|
+
PolicyOriginGroupOriginGroup._configure(
|
839
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
840
|
+
origin=origin,
|
841
|
+
weight=weight,
|
842
|
+
)
|
843
|
+
@staticmethod
|
844
|
+
def _configure(
|
845
|
+
_setter: Callable[[Any, Any], None],
|
846
|
+
origin: str,
|
847
|
+
weight: Optional[int] = None,
|
848
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
849
|
+
_setter("origin", origin)
|
715
850
|
if weight is not None:
|
716
|
-
|
851
|
+
_setter("weight", weight)
|
717
852
|
|
718
853
|
@property
|
719
854
|
@pulumi.getter
|
@@ -823,34 +958,69 @@ class PolicyPolicyConfig(dict):
|
|
823
958
|
Enabled TLS protocols must go in a row. For example if `TLS_v1_1` and `TLS_V1_3` are enabled, `TLS_V1_2` must be enabled too.
|
824
959
|
:param Sequence[str] websocket_path_prefixes: (Updatable) ModSecurity is not capable to inspect WebSockets. Therefore paths specified here have WAF disabled if Connection request header from the client has the value Upgrade (case insensitive matching) and Upgrade request header has the value websocket (case insensitive matching). Paths matches if the concatenation of request URL path and query starts with the contents of the one of `websocketPathPrefixes` array value. In All other cases challenges, like JSC, HIC and etc., remain active.
|
825
960
|
"""
|
961
|
+
PolicyPolicyConfig._configure(
|
962
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
963
|
+
certificate_id=certificate_id,
|
964
|
+
cipher_group=cipher_group,
|
965
|
+
client_address_header=client_address_header,
|
966
|
+
health_checks=health_checks,
|
967
|
+
is_behind_cdn=is_behind_cdn,
|
968
|
+
is_cache_control_respected=is_cache_control_respected,
|
969
|
+
is_https_enabled=is_https_enabled,
|
970
|
+
is_https_forced=is_https_forced,
|
971
|
+
is_origin_compression_enabled=is_origin_compression_enabled,
|
972
|
+
is_response_buffering_enabled=is_response_buffering_enabled,
|
973
|
+
is_sni_enabled=is_sni_enabled,
|
974
|
+
load_balancing_method=load_balancing_method,
|
975
|
+
tls_protocols=tls_protocols,
|
976
|
+
websocket_path_prefixes=websocket_path_prefixes,
|
977
|
+
)
|
978
|
+
@staticmethod
|
979
|
+
def _configure(
|
980
|
+
_setter: Callable[[Any, Any], None],
|
981
|
+
certificate_id: Optional[str] = None,
|
982
|
+
cipher_group: Optional[str] = None,
|
983
|
+
client_address_header: Optional[str] = None,
|
984
|
+
health_checks: Optional['outputs.PolicyPolicyConfigHealthChecks'] = None,
|
985
|
+
is_behind_cdn: Optional[bool] = None,
|
986
|
+
is_cache_control_respected: Optional[bool] = None,
|
987
|
+
is_https_enabled: Optional[bool] = None,
|
988
|
+
is_https_forced: Optional[bool] = None,
|
989
|
+
is_origin_compression_enabled: Optional[bool] = None,
|
990
|
+
is_response_buffering_enabled: Optional[bool] = None,
|
991
|
+
is_sni_enabled: Optional[bool] = None,
|
992
|
+
load_balancing_method: Optional['outputs.PolicyPolicyConfigLoadBalancingMethod'] = None,
|
993
|
+
tls_protocols: Optional[Sequence[str]] = None,
|
994
|
+
websocket_path_prefixes: Optional[Sequence[str]] = None,
|
995
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
826
996
|
if certificate_id is not None:
|
827
|
-
|
997
|
+
_setter("certificate_id", certificate_id)
|
828
998
|
if cipher_group is not None:
|
829
|
-
|
999
|
+
_setter("cipher_group", cipher_group)
|
830
1000
|
if client_address_header is not None:
|
831
|
-
|
1001
|
+
_setter("client_address_header", client_address_header)
|
832
1002
|
if health_checks is not None:
|
833
|
-
|
1003
|
+
_setter("health_checks", health_checks)
|
834
1004
|
if is_behind_cdn is not None:
|
835
|
-
|
1005
|
+
_setter("is_behind_cdn", is_behind_cdn)
|
836
1006
|
if is_cache_control_respected is not None:
|
837
|
-
|
1007
|
+
_setter("is_cache_control_respected", is_cache_control_respected)
|
838
1008
|
if is_https_enabled is not None:
|
839
|
-
|
1009
|
+
_setter("is_https_enabled", is_https_enabled)
|
840
1010
|
if is_https_forced is not None:
|
841
|
-
|
1011
|
+
_setter("is_https_forced", is_https_forced)
|
842
1012
|
if is_origin_compression_enabled is not None:
|
843
|
-
|
1013
|
+
_setter("is_origin_compression_enabled", is_origin_compression_enabled)
|
844
1014
|
if is_response_buffering_enabled is not None:
|
845
|
-
|
1015
|
+
_setter("is_response_buffering_enabled", is_response_buffering_enabled)
|
846
1016
|
if is_sni_enabled is not None:
|
847
|
-
|
1017
|
+
_setter("is_sni_enabled", is_sni_enabled)
|
848
1018
|
if load_balancing_method is not None:
|
849
|
-
|
1019
|
+
_setter("load_balancing_method", load_balancing_method)
|
850
1020
|
if tls_protocols is not None:
|
851
|
-
|
1021
|
+
_setter("tls_protocols", tls_protocols)
|
852
1022
|
if websocket_path_prefixes is not None:
|
853
|
-
|
1023
|
+
_setter("websocket_path_prefixes", websocket_path_prefixes)
|
854
1024
|
|
855
1025
|
@property
|
856
1026
|
@pulumi.getter(name="certificateId")
|
@@ -1050,28 +1220,57 @@ class PolicyPolicyConfigHealthChecks(dict):
|
|
1050
1220
|
:param int timeout_in_seconds: (Updatable) Response timeout represents wait time until request is considered failed, in seconds.
|
1051
1221
|
:param int unhealthy_threshold: (Updatable) Number of failed health checks after which the server is marked down.
|
1052
1222
|
"""
|
1223
|
+
PolicyPolicyConfigHealthChecks._configure(
|
1224
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1225
|
+
expected_response_code_groups=expected_response_code_groups,
|
1226
|
+
expected_response_text=expected_response_text,
|
1227
|
+
headers=headers,
|
1228
|
+
healthy_threshold=healthy_threshold,
|
1229
|
+
interval_in_seconds=interval_in_seconds,
|
1230
|
+
is_enabled=is_enabled,
|
1231
|
+
is_response_text_check_enabled=is_response_text_check_enabled,
|
1232
|
+
method=method,
|
1233
|
+
path=path,
|
1234
|
+
timeout_in_seconds=timeout_in_seconds,
|
1235
|
+
unhealthy_threshold=unhealthy_threshold,
|
1236
|
+
)
|
1237
|
+
@staticmethod
|
1238
|
+
def _configure(
|
1239
|
+
_setter: Callable[[Any, Any], None],
|
1240
|
+
expected_response_code_groups: Optional[Sequence[str]] = None,
|
1241
|
+
expected_response_text: Optional[str] = None,
|
1242
|
+
headers: Optional[Mapping[str, Any]] = None,
|
1243
|
+
healthy_threshold: Optional[int] = None,
|
1244
|
+
interval_in_seconds: Optional[int] = None,
|
1245
|
+
is_enabled: Optional[bool] = None,
|
1246
|
+
is_response_text_check_enabled: Optional[bool] = None,
|
1247
|
+
method: Optional[str] = None,
|
1248
|
+
path: Optional[str] = None,
|
1249
|
+
timeout_in_seconds: Optional[int] = None,
|
1250
|
+
unhealthy_threshold: Optional[int] = None,
|
1251
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1053
1252
|
if expected_response_code_groups is not None:
|
1054
|
-
|
1253
|
+
_setter("expected_response_code_groups", expected_response_code_groups)
|
1055
1254
|
if expected_response_text is not None:
|
1056
|
-
|
1255
|
+
_setter("expected_response_text", expected_response_text)
|
1057
1256
|
if headers is not None:
|
1058
|
-
|
1257
|
+
_setter("headers", headers)
|
1059
1258
|
if healthy_threshold is not None:
|
1060
|
-
|
1259
|
+
_setter("healthy_threshold", healthy_threshold)
|
1061
1260
|
if interval_in_seconds is not None:
|
1062
|
-
|
1261
|
+
_setter("interval_in_seconds", interval_in_seconds)
|
1063
1262
|
if is_enabled is not None:
|
1064
|
-
|
1263
|
+
_setter("is_enabled", is_enabled)
|
1065
1264
|
if is_response_text_check_enabled is not None:
|
1066
|
-
|
1265
|
+
_setter("is_response_text_check_enabled", is_response_text_check_enabled)
|
1067
1266
|
if method is not None:
|
1068
|
-
|
1267
|
+
_setter("method", method)
|
1069
1268
|
if path is not None:
|
1070
|
-
|
1269
|
+
_setter("path", path)
|
1071
1270
|
if timeout_in_seconds is not None:
|
1072
|
-
|
1271
|
+
_setter("timeout_in_seconds", timeout_in_seconds)
|
1073
1272
|
if unhealthy_threshold is not None:
|
1074
|
-
|
1273
|
+
_setter("unhealthy_threshold", unhealthy_threshold)
|
1075
1274
|
|
1076
1275
|
@property
|
1077
1276
|
@pulumi.getter(name="expectedResponseCodeGroups")
|
@@ -1208,13 +1407,28 @@ class PolicyPolicyConfigLoadBalancingMethod(dict):
|
|
1208
1407
|
** IMPORTANT **
|
1209
1408
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
1210
1409
|
"""
|
1211
|
-
|
1410
|
+
PolicyPolicyConfigLoadBalancingMethod._configure(
|
1411
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1412
|
+
method=method,
|
1413
|
+
domain=domain,
|
1414
|
+
expiration_time_in_seconds=expiration_time_in_seconds,
|
1415
|
+
name=name,
|
1416
|
+
)
|
1417
|
+
@staticmethod
|
1418
|
+
def _configure(
|
1419
|
+
_setter: Callable[[Any, Any], None],
|
1420
|
+
method: str,
|
1421
|
+
domain: Optional[str] = None,
|
1422
|
+
expiration_time_in_seconds: Optional[int] = None,
|
1423
|
+
name: Optional[str] = None,
|
1424
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1425
|
+
_setter("method", method)
|
1212
1426
|
if domain is not None:
|
1213
|
-
|
1427
|
+
_setter("domain", domain)
|
1214
1428
|
if expiration_time_in_seconds is not None:
|
1215
|
-
|
1429
|
+
_setter("expiration_time_in_seconds", expiration_time_in_seconds)
|
1216
1430
|
if name is not None:
|
1217
|
-
|
1431
|
+
_setter("name", name)
|
1218
1432
|
|
1219
1433
|
@property
|
1220
1434
|
@pulumi.getter
|
@@ -1318,30 +1532,61 @@ class PolicyWafConfig(dict):
|
|
1318
1532
|
:param 'PolicyWafConfigProtectionSettingsArgs' protection_settings: (Updatable) The settings applied to protection rules.
|
1319
1533
|
:param Sequence['PolicyWafConfigWhitelistArgs'] whitelists: (Updatable) A list of IP addresses that bypass the Web Application Firewall.
|
1320
1534
|
"""
|
1535
|
+
PolicyWafConfig._configure(
|
1536
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1537
|
+
access_rules=access_rules,
|
1538
|
+
address_rate_limiting=address_rate_limiting,
|
1539
|
+
caching_rules=caching_rules,
|
1540
|
+
captchas=captchas,
|
1541
|
+
custom_protection_rules=custom_protection_rules,
|
1542
|
+
device_fingerprint_challenge=device_fingerprint_challenge,
|
1543
|
+
human_interaction_challenge=human_interaction_challenge,
|
1544
|
+
js_challenge=js_challenge,
|
1545
|
+
origin=origin,
|
1546
|
+
origin_groups=origin_groups,
|
1547
|
+
protection_settings=protection_settings,
|
1548
|
+
whitelists=whitelists,
|
1549
|
+
)
|
1550
|
+
@staticmethod
|
1551
|
+
def _configure(
|
1552
|
+
_setter: Callable[[Any, Any], None],
|
1553
|
+
access_rules: Optional[Sequence['outputs.PolicyWafConfigAccessRule']] = None,
|
1554
|
+
address_rate_limiting: Optional['outputs.PolicyWafConfigAddressRateLimiting'] = None,
|
1555
|
+
caching_rules: Optional[Sequence['outputs.PolicyWafConfigCachingRule']] = None,
|
1556
|
+
captchas: Optional[Sequence['outputs.PolicyWafConfigCaptcha']] = None,
|
1557
|
+
custom_protection_rules: Optional[Sequence['outputs.PolicyWafConfigCustomProtectionRule']] = None,
|
1558
|
+
device_fingerprint_challenge: Optional['outputs.PolicyWafConfigDeviceFingerprintChallenge'] = None,
|
1559
|
+
human_interaction_challenge: Optional['outputs.PolicyWafConfigHumanInteractionChallenge'] = None,
|
1560
|
+
js_challenge: Optional['outputs.PolicyWafConfigJsChallenge'] = None,
|
1561
|
+
origin: Optional[str] = None,
|
1562
|
+
origin_groups: Optional[Sequence[str]] = None,
|
1563
|
+
protection_settings: Optional['outputs.PolicyWafConfigProtectionSettings'] = None,
|
1564
|
+
whitelists: Optional[Sequence['outputs.PolicyWafConfigWhitelist']] = None,
|
1565
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1321
1566
|
if access_rules is not None:
|
1322
|
-
|
1567
|
+
_setter("access_rules", access_rules)
|
1323
1568
|
if address_rate_limiting is not None:
|
1324
|
-
|
1569
|
+
_setter("address_rate_limiting", address_rate_limiting)
|
1325
1570
|
if caching_rules is not None:
|
1326
|
-
|
1571
|
+
_setter("caching_rules", caching_rules)
|
1327
1572
|
if captchas is not None:
|
1328
|
-
|
1573
|
+
_setter("captchas", captchas)
|
1329
1574
|
if custom_protection_rules is not None:
|
1330
|
-
|
1575
|
+
_setter("custom_protection_rules", custom_protection_rules)
|
1331
1576
|
if device_fingerprint_challenge is not None:
|
1332
|
-
|
1577
|
+
_setter("device_fingerprint_challenge", device_fingerprint_challenge)
|
1333
1578
|
if human_interaction_challenge is not None:
|
1334
|
-
|
1579
|
+
_setter("human_interaction_challenge", human_interaction_challenge)
|
1335
1580
|
if js_challenge is not None:
|
1336
|
-
|
1581
|
+
_setter("js_challenge", js_challenge)
|
1337
1582
|
if origin is not None:
|
1338
|
-
|
1583
|
+
_setter("origin", origin)
|
1339
1584
|
if origin_groups is not None:
|
1340
|
-
|
1585
|
+
_setter("origin_groups", origin_groups)
|
1341
1586
|
if protection_settings is not None:
|
1342
|
-
|
1587
|
+
_setter("protection_settings", protection_settings)
|
1343
1588
|
if whitelists is not None:
|
1344
|
-
|
1589
|
+
_setter("whitelists", whitelists)
|
1345
1590
|
|
1346
1591
|
@property
|
1347
1592
|
@pulumi.getter(name="accessRules")
|
@@ -1528,35 +1773,74 @@ class PolicyWafConfigAccessRule(dict):
|
|
1528
1773
|
:param str redirect_url: (Updatable) The target to which the request should be redirected, represented as a URI reference. Required when `action` is `REDIRECT`.
|
1529
1774
|
:param Sequence['PolicyWafConfigAccessRuleResponseHeaderManipulationArgs'] response_header_manipulations: (Updatable) An object that represents an action to apply to an HTTP response headers if all rule criteria will be matched regardless of `action` value.
|
1530
1775
|
"""
|
1531
|
-
|
1532
|
-
|
1533
|
-
|
1776
|
+
PolicyWafConfigAccessRule._configure(
|
1777
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
1778
|
+
action=action,
|
1779
|
+
criterias=criterias,
|
1780
|
+
name=name,
|
1781
|
+
block_action=block_action,
|
1782
|
+
block_error_page_code=block_error_page_code,
|
1783
|
+
block_error_page_description=block_error_page_description,
|
1784
|
+
block_error_page_message=block_error_page_message,
|
1785
|
+
block_response_code=block_response_code,
|
1786
|
+
bypass_challenges=bypass_challenges,
|
1787
|
+
captcha_footer=captcha_footer,
|
1788
|
+
captcha_header=captcha_header,
|
1789
|
+
captcha_submit_label=captcha_submit_label,
|
1790
|
+
captcha_title=captcha_title,
|
1791
|
+
redirect_response_code=redirect_response_code,
|
1792
|
+
redirect_url=redirect_url,
|
1793
|
+
response_header_manipulations=response_header_manipulations,
|
1794
|
+
)
|
1795
|
+
@staticmethod
|
1796
|
+
def _configure(
|
1797
|
+
_setter: Callable[[Any, Any], None],
|
1798
|
+
action: str,
|
1799
|
+
criterias: Sequence['outputs.PolicyWafConfigAccessRuleCriteria'],
|
1800
|
+
name: str,
|
1801
|
+
block_action: Optional[str] = None,
|
1802
|
+
block_error_page_code: Optional[str] = None,
|
1803
|
+
block_error_page_description: Optional[str] = None,
|
1804
|
+
block_error_page_message: Optional[str] = None,
|
1805
|
+
block_response_code: Optional[int] = None,
|
1806
|
+
bypass_challenges: Optional[Sequence[str]] = None,
|
1807
|
+
captcha_footer: Optional[str] = None,
|
1808
|
+
captcha_header: Optional[str] = None,
|
1809
|
+
captcha_submit_label: Optional[str] = None,
|
1810
|
+
captcha_title: Optional[str] = None,
|
1811
|
+
redirect_response_code: Optional[str] = None,
|
1812
|
+
redirect_url: Optional[str] = None,
|
1813
|
+
response_header_manipulations: Optional[Sequence['outputs.PolicyWafConfigAccessRuleResponseHeaderManipulation']] = None,
|
1814
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
1815
|
+
_setter("action", action)
|
1816
|
+
_setter("criterias", criterias)
|
1817
|
+
_setter("name", name)
|
1534
1818
|
if block_action is not None:
|
1535
|
-
|
1819
|
+
_setter("block_action", block_action)
|
1536
1820
|
if block_error_page_code is not None:
|
1537
|
-
|
1821
|
+
_setter("block_error_page_code", block_error_page_code)
|
1538
1822
|
if block_error_page_description is not None:
|
1539
|
-
|
1823
|
+
_setter("block_error_page_description", block_error_page_description)
|
1540
1824
|
if block_error_page_message is not None:
|
1541
|
-
|
1825
|
+
_setter("block_error_page_message", block_error_page_message)
|
1542
1826
|
if block_response_code is not None:
|
1543
|
-
|
1827
|
+
_setter("block_response_code", block_response_code)
|
1544
1828
|
if bypass_challenges is not None:
|
1545
|
-
|
1829
|
+
_setter("bypass_challenges", bypass_challenges)
|
1546
1830
|
if captcha_footer is not None:
|
1547
|
-
|
1831
|
+
_setter("captcha_footer", captcha_footer)
|
1548
1832
|
if captcha_header is not None:
|
1549
|
-
|
1833
|
+
_setter("captcha_header", captcha_header)
|
1550
1834
|
if captcha_submit_label is not None:
|
1551
|
-
|
1835
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
1552
1836
|
if captcha_title is not None:
|
1553
|
-
|
1837
|
+
_setter("captcha_title", captcha_title)
|
1554
1838
|
if redirect_response_code is not None:
|
1555
|
-
|
1839
|
+
_setter("redirect_response_code", redirect_response_code)
|
1556
1840
|
if redirect_url is not None:
|
1557
|
-
|
1841
|
+
_setter("redirect_url", redirect_url)
|
1558
1842
|
if response_header_manipulations is not None:
|
1559
|
-
|
1843
|
+
_setter("response_header_manipulations", response_header_manipulations)
|
1560
1844
|
|
1561
1845
|
@property
|
1562
1846
|
@pulumi.getter
|
@@ -1750,10 +2034,23 @@ class PolicyWafConfigAccessRuleCriteria(dict):
|
|
1750
2034
|
:param str value: (Updatable) The value of the header.
|
1751
2035
|
:param bool is_case_sensitive: (Updatable) When enabled, the condition will be matched with case-sensitive rules.
|
1752
2036
|
"""
|
1753
|
-
|
1754
|
-
|
2037
|
+
PolicyWafConfigAccessRuleCriteria._configure(
|
2038
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2039
|
+
condition=condition,
|
2040
|
+
value=value,
|
2041
|
+
is_case_sensitive=is_case_sensitive,
|
2042
|
+
)
|
2043
|
+
@staticmethod
|
2044
|
+
def _configure(
|
2045
|
+
_setter: Callable[[Any, Any], None],
|
2046
|
+
condition: str,
|
2047
|
+
value: str,
|
2048
|
+
is_case_sensitive: Optional[bool] = None,
|
2049
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2050
|
+
_setter("condition", condition)
|
2051
|
+
_setter("value", value)
|
1755
2052
|
if is_case_sensitive is not None:
|
1756
|
-
|
2053
|
+
_setter("is_case_sensitive", is_case_sensitive)
|
1757
2054
|
|
1758
2055
|
@property
|
1759
2056
|
@pulumi.getter
|
@@ -1816,10 +2113,23 @@ class PolicyWafConfigAccessRuleResponseHeaderManipulation(dict):
|
|
1816
2113
|
:param str header: (Updatable) A header field name that conforms to RFC 7230. Example: `example_header_name`
|
1817
2114
|
:param str value: (Updatable) The value of the header.
|
1818
2115
|
"""
|
1819
|
-
|
1820
|
-
|
2116
|
+
PolicyWafConfigAccessRuleResponseHeaderManipulation._configure(
|
2117
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2118
|
+
action=action,
|
2119
|
+
header=header,
|
2120
|
+
value=value,
|
2121
|
+
)
|
2122
|
+
@staticmethod
|
2123
|
+
def _configure(
|
2124
|
+
_setter: Callable[[Any, Any], None],
|
2125
|
+
action: str,
|
2126
|
+
header: str,
|
2127
|
+
value: Optional[str] = None,
|
2128
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2129
|
+
_setter("action", action)
|
2130
|
+
_setter("header", header)
|
1821
2131
|
if value is not None:
|
1822
|
-
|
2132
|
+
_setter("value", value)
|
1823
2133
|
|
1824
2134
|
@property
|
1825
2135
|
@pulumi.getter
|
@@ -1882,13 +2192,28 @@ class PolicyWafConfigAddressRateLimiting(dict):
|
|
1882
2192
|
:param int block_response_code: (Updatable) The response code returned when `action` is set to `BLOCK`, `blockAction` is set to `SET_RESPONSE_CODE`, and the traffic is detected as malicious by a protection rule. If unspecified, defaults to `403`. The list of available response codes: `400`, `401`, `403`, `405`, `409`, `411`, `412`, `413`, `414`, `415`, `416`, `500`, `501`, `502`, `503`, `504`, `507`.
|
1883
2193
|
:param int max_delayed_count_per_address: (Updatable) The maximum number of requests allowed to be queued before subsequent requests are dropped. If unspecified, defaults to `10`.
|
1884
2194
|
"""
|
1885
|
-
|
2195
|
+
PolicyWafConfigAddressRateLimiting._configure(
|
2196
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2197
|
+
is_enabled=is_enabled,
|
2198
|
+
allowed_rate_per_address=allowed_rate_per_address,
|
2199
|
+
block_response_code=block_response_code,
|
2200
|
+
max_delayed_count_per_address=max_delayed_count_per_address,
|
2201
|
+
)
|
2202
|
+
@staticmethod
|
2203
|
+
def _configure(
|
2204
|
+
_setter: Callable[[Any, Any], None],
|
2205
|
+
is_enabled: bool,
|
2206
|
+
allowed_rate_per_address: Optional[int] = None,
|
2207
|
+
block_response_code: Optional[int] = None,
|
2208
|
+
max_delayed_count_per_address: Optional[int] = None,
|
2209
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2210
|
+
_setter("is_enabled", is_enabled)
|
1886
2211
|
if allowed_rate_per_address is not None:
|
1887
|
-
|
2212
|
+
_setter("allowed_rate_per_address", allowed_rate_per_address)
|
1888
2213
|
if block_response_code is not None:
|
1889
|
-
|
2214
|
+
_setter("block_response_code", block_response_code)
|
1890
2215
|
if max_delayed_count_per_address is not None:
|
1891
|
-
|
2216
|
+
_setter("max_delayed_count_per_address", max_delayed_count_per_address)
|
1892
2217
|
|
1893
2218
|
@property
|
1894
2219
|
@pulumi.getter(name="isEnabled")
|
@@ -1967,17 +2292,38 @@ class PolicyWafConfigCachingRule(dict):
|
|
1967
2292
|
:param bool is_client_caching_enabled: (Updatable) Enables or disables client caching. Browsers use the `Cache-Control` header value for caching content locally in the browser. This setting overrides the addition of a `Cache-Control` header in responses.
|
1968
2293
|
:param str key: (Updatable) The unique key for the caching rule.
|
1969
2294
|
"""
|
1970
|
-
|
1971
|
-
|
1972
|
-
|
2295
|
+
PolicyWafConfigCachingRule._configure(
|
2296
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2297
|
+
action=action,
|
2298
|
+
criterias=criterias,
|
2299
|
+
name=name,
|
2300
|
+
caching_duration=caching_duration,
|
2301
|
+
client_caching_duration=client_caching_duration,
|
2302
|
+
is_client_caching_enabled=is_client_caching_enabled,
|
2303
|
+
key=key,
|
2304
|
+
)
|
2305
|
+
@staticmethod
|
2306
|
+
def _configure(
|
2307
|
+
_setter: Callable[[Any, Any], None],
|
2308
|
+
action: str,
|
2309
|
+
criterias: Sequence['outputs.PolicyWafConfigCachingRuleCriteria'],
|
2310
|
+
name: str,
|
2311
|
+
caching_duration: Optional[str] = None,
|
2312
|
+
client_caching_duration: Optional[str] = None,
|
2313
|
+
is_client_caching_enabled: Optional[bool] = None,
|
2314
|
+
key: Optional[str] = None,
|
2315
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2316
|
+
_setter("action", action)
|
2317
|
+
_setter("criterias", criterias)
|
2318
|
+
_setter("name", name)
|
1973
2319
|
if caching_duration is not None:
|
1974
|
-
|
2320
|
+
_setter("caching_duration", caching_duration)
|
1975
2321
|
if client_caching_duration is not None:
|
1976
|
-
|
2322
|
+
_setter("client_caching_duration", client_caching_duration)
|
1977
2323
|
if is_client_caching_enabled is not None:
|
1978
|
-
|
2324
|
+
_setter("is_client_caching_enabled", is_client_caching_enabled)
|
1979
2325
|
if key is not None:
|
1980
|
-
|
2326
|
+
_setter("key", key)
|
1981
2327
|
|
1982
2328
|
@property
|
1983
2329
|
@pulumi.getter
|
@@ -2074,8 +2420,19 @@ class PolicyWafConfigCachingRuleCriteria(dict):
|
|
2074
2420
|
* **USER_AGENT_IS_NOT:** Matches if the requesting user agent is not identical to the contents of the `value` field. *Example:* `Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0`
|
2075
2421
|
:param str value: (Updatable) The value of the header.
|
2076
2422
|
"""
|
2077
|
-
|
2078
|
-
|
2423
|
+
PolicyWafConfigCachingRuleCriteria._configure(
|
2424
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2425
|
+
condition=condition,
|
2426
|
+
value=value,
|
2427
|
+
)
|
2428
|
+
@staticmethod
|
2429
|
+
def _configure(
|
2430
|
+
_setter: Callable[[Any, Any], None],
|
2431
|
+
condition: str,
|
2432
|
+
value: str,
|
2433
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2434
|
+
_setter("condition", condition)
|
2435
|
+
_setter("value", value)
|
2079
2436
|
|
2080
2437
|
@property
|
2081
2438
|
@pulumi.getter
|
@@ -2163,15 +2520,36 @@ class PolicyWafConfigCaptcha(dict):
|
|
2163
2520
|
:param str footer_text: (Updatable) The text to show in the footer when showing a CAPTCHA challenge. If unspecified, defaults to 'Enter the letters and numbers as they are shown in the image above.'
|
2164
2521
|
:param str header_text: (Updatable) The text to show in the header when showing a CAPTCHA challenge. If unspecified, defaults to 'We have detected an increased number of attempts to access this website. To help us keep this site secure, please let us know that you are not a robot by entering the text from the image below.'
|
2165
2522
|
"""
|
2166
|
-
|
2167
|
-
|
2168
|
-
|
2169
|
-
|
2170
|
-
|
2523
|
+
PolicyWafConfigCaptcha._configure(
|
2524
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2525
|
+
failure_message=failure_message,
|
2526
|
+
session_expiration_in_seconds=session_expiration_in_seconds,
|
2527
|
+
submit_label=submit_label,
|
2528
|
+
title=title,
|
2529
|
+
url=url,
|
2530
|
+
footer_text=footer_text,
|
2531
|
+
header_text=header_text,
|
2532
|
+
)
|
2533
|
+
@staticmethod
|
2534
|
+
def _configure(
|
2535
|
+
_setter: Callable[[Any, Any], None],
|
2536
|
+
failure_message: str,
|
2537
|
+
session_expiration_in_seconds: int,
|
2538
|
+
submit_label: str,
|
2539
|
+
title: str,
|
2540
|
+
url: str,
|
2541
|
+
footer_text: Optional[str] = None,
|
2542
|
+
header_text: Optional[str] = None,
|
2543
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2544
|
+
_setter("failure_message", failure_message)
|
2545
|
+
_setter("session_expiration_in_seconds", session_expiration_in_seconds)
|
2546
|
+
_setter("submit_label", submit_label)
|
2547
|
+
_setter("title", title)
|
2548
|
+
_setter("url", url)
|
2171
2549
|
if footer_text is not None:
|
2172
|
-
|
2550
|
+
_setter("footer_text", footer_text)
|
2173
2551
|
if header_text is not None:
|
2174
|
-
|
2552
|
+
_setter("header_text", header_text)
|
2175
2553
|
|
2176
2554
|
@property
|
2177
2555
|
@pulumi.getter(name="failureMessage")
|
@@ -2241,12 +2619,25 @@ class PolicyWafConfigCustomProtectionRule(dict):
|
|
2241
2619
|
:param Sequence['PolicyWafConfigCustomProtectionRuleExclusionArgs'] exclusions: (Updatable) An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
|
2242
2620
|
:param str id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule.
|
2243
2621
|
"""
|
2622
|
+
PolicyWafConfigCustomProtectionRule._configure(
|
2623
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2624
|
+
action=action,
|
2625
|
+
exclusions=exclusions,
|
2626
|
+
id=id,
|
2627
|
+
)
|
2628
|
+
@staticmethod
|
2629
|
+
def _configure(
|
2630
|
+
_setter: Callable[[Any, Any], None],
|
2631
|
+
action: Optional[str] = None,
|
2632
|
+
exclusions: Optional[Sequence['outputs.PolicyWafConfigCustomProtectionRuleExclusion']] = None,
|
2633
|
+
id: Optional[str] = None,
|
2634
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2244
2635
|
if action is not None:
|
2245
|
-
|
2636
|
+
_setter("action", action)
|
2246
2637
|
if exclusions is not None:
|
2247
|
-
|
2638
|
+
_setter("exclusions", exclusions)
|
2248
2639
|
if id is not None:
|
2249
|
-
|
2640
|
+
_setter("id", id)
|
2250
2641
|
|
2251
2642
|
@property
|
2252
2643
|
@pulumi.getter
|
@@ -2282,10 +2673,21 @@ class PolicyWafConfigCustomProtectionRuleExclusion(dict):
|
|
2282
2673
|
:param Sequence[str] exclusions: (Updatable) An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
|
2283
2674
|
:param str target: (Updatable) The target of the exclusion.
|
2284
2675
|
"""
|
2676
|
+
PolicyWafConfigCustomProtectionRuleExclusion._configure(
|
2677
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2678
|
+
exclusions=exclusions,
|
2679
|
+
target=target,
|
2680
|
+
)
|
2681
|
+
@staticmethod
|
2682
|
+
def _configure(
|
2683
|
+
_setter: Callable[[Any, Any], None],
|
2684
|
+
exclusions: Optional[Sequence[str]] = None,
|
2685
|
+
target: Optional[str] = None,
|
2686
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2285
2687
|
if exclusions is not None:
|
2286
|
-
|
2688
|
+
_setter("exclusions", exclusions)
|
2287
2689
|
if target is not None:
|
2288
|
-
|
2690
|
+
_setter("target", target)
|
2289
2691
|
|
2290
2692
|
@property
|
2291
2693
|
@pulumi.getter
|
@@ -2354,21 +2756,44 @@ class PolicyWafConfigDeviceFingerprintChallenge(dict):
|
|
2354
2756
|
:param int max_address_count: (Updatable) The maximum number of IP addresses permitted with the same device fingerprint. If unspecified, defaults to `20`.
|
2355
2757
|
:param int max_address_count_expiration_in_seconds: (Updatable) The number of seconds before the maximum addresses count resets. If unspecified, defaults to `60`.
|
2356
2758
|
"""
|
2357
|
-
|
2759
|
+
PolicyWafConfigDeviceFingerprintChallenge._configure(
|
2760
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2761
|
+
is_enabled=is_enabled,
|
2762
|
+
action=action,
|
2763
|
+
action_expiration_in_seconds=action_expiration_in_seconds,
|
2764
|
+
challenge_settings=challenge_settings,
|
2765
|
+
failure_threshold=failure_threshold,
|
2766
|
+
failure_threshold_expiration_in_seconds=failure_threshold_expiration_in_seconds,
|
2767
|
+
max_address_count=max_address_count,
|
2768
|
+
max_address_count_expiration_in_seconds=max_address_count_expiration_in_seconds,
|
2769
|
+
)
|
2770
|
+
@staticmethod
|
2771
|
+
def _configure(
|
2772
|
+
_setter: Callable[[Any, Any], None],
|
2773
|
+
is_enabled: bool,
|
2774
|
+
action: Optional[str] = None,
|
2775
|
+
action_expiration_in_seconds: Optional[int] = None,
|
2776
|
+
challenge_settings: Optional['outputs.PolicyWafConfigDeviceFingerprintChallengeChallengeSettings'] = None,
|
2777
|
+
failure_threshold: Optional[int] = None,
|
2778
|
+
failure_threshold_expiration_in_seconds: Optional[int] = None,
|
2779
|
+
max_address_count: Optional[int] = None,
|
2780
|
+
max_address_count_expiration_in_seconds: Optional[int] = None,
|
2781
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2782
|
+
_setter("is_enabled", is_enabled)
|
2358
2783
|
if action is not None:
|
2359
|
-
|
2784
|
+
_setter("action", action)
|
2360
2785
|
if action_expiration_in_seconds is not None:
|
2361
|
-
|
2786
|
+
_setter("action_expiration_in_seconds", action_expiration_in_seconds)
|
2362
2787
|
if challenge_settings is not None:
|
2363
|
-
|
2788
|
+
_setter("challenge_settings", challenge_settings)
|
2364
2789
|
if failure_threshold is not None:
|
2365
|
-
|
2790
|
+
_setter("failure_threshold", failure_threshold)
|
2366
2791
|
if failure_threshold_expiration_in_seconds is not None:
|
2367
|
-
|
2792
|
+
_setter("failure_threshold_expiration_in_seconds", failure_threshold_expiration_in_seconds)
|
2368
2793
|
if max_address_count is not None:
|
2369
|
-
|
2794
|
+
_setter("max_address_count", max_address_count)
|
2370
2795
|
if max_address_count_expiration_in_seconds is not None:
|
2371
|
-
|
2796
|
+
_setter("max_address_count_expiration_in_seconds", max_address_count_expiration_in_seconds)
|
2372
2797
|
|
2373
2798
|
@property
|
2374
2799
|
@pulumi.getter(name="isEnabled")
|
@@ -2491,24 +2916,49 @@ class PolicyWafConfigDeviceFingerprintChallengeChallengeSettings(dict):
|
|
2491
2916
|
:param str captcha_submit_label: (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
|
2492
2917
|
:param str captcha_title: (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
|
2493
2918
|
"""
|
2919
|
+
PolicyWafConfigDeviceFingerprintChallengeChallengeSettings._configure(
|
2920
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
2921
|
+
block_action=block_action,
|
2922
|
+
block_error_page_code=block_error_page_code,
|
2923
|
+
block_error_page_description=block_error_page_description,
|
2924
|
+
block_error_page_message=block_error_page_message,
|
2925
|
+
block_response_code=block_response_code,
|
2926
|
+
captcha_footer=captcha_footer,
|
2927
|
+
captcha_header=captcha_header,
|
2928
|
+
captcha_submit_label=captcha_submit_label,
|
2929
|
+
captcha_title=captcha_title,
|
2930
|
+
)
|
2931
|
+
@staticmethod
|
2932
|
+
def _configure(
|
2933
|
+
_setter: Callable[[Any, Any], None],
|
2934
|
+
block_action: Optional[str] = None,
|
2935
|
+
block_error_page_code: Optional[str] = None,
|
2936
|
+
block_error_page_description: Optional[str] = None,
|
2937
|
+
block_error_page_message: Optional[str] = None,
|
2938
|
+
block_response_code: Optional[int] = None,
|
2939
|
+
captcha_footer: Optional[str] = None,
|
2940
|
+
captcha_header: Optional[str] = None,
|
2941
|
+
captcha_submit_label: Optional[str] = None,
|
2942
|
+
captcha_title: Optional[str] = None,
|
2943
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2494
2944
|
if block_action is not None:
|
2495
|
-
|
2945
|
+
_setter("block_action", block_action)
|
2496
2946
|
if block_error_page_code is not None:
|
2497
|
-
|
2947
|
+
_setter("block_error_page_code", block_error_page_code)
|
2498
2948
|
if block_error_page_description is not None:
|
2499
|
-
|
2949
|
+
_setter("block_error_page_description", block_error_page_description)
|
2500
2950
|
if block_error_page_message is not None:
|
2501
|
-
|
2951
|
+
_setter("block_error_page_message", block_error_page_message)
|
2502
2952
|
if block_response_code is not None:
|
2503
|
-
|
2953
|
+
_setter("block_response_code", block_response_code)
|
2504
2954
|
if captcha_footer is not None:
|
2505
|
-
|
2955
|
+
_setter("captcha_footer", captcha_footer)
|
2506
2956
|
if captcha_header is not None:
|
2507
|
-
|
2957
|
+
_setter("captcha_header", captcha_header)
|
2508
2958
|
if captcha_submit_label is not None:
|
2509
|
-
|
2959
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
2510
2960
|
if captcha_title is not None:
|
2511
|
-
|
2961
|
+
_setter("captcha_title", captcha_title)
|
2512
2962
|
|
2513
2963
|
@property
|
2514
2964
|
@pulumi.getter(name="blockAction")
|
@@ -2641,25 +3091,52 @@ class PolicyWafConfigHumanInteractionChallenge(dict):
|
|
2641
3091
|
:param int recording_period_in_seconds: (Updatable) The number of seconds to record the interactions from the user. If unspecified, defaults to `15`.
|
2642
3092
|
:param 'PolicyWafConfigHumanInteractionChallengeSetHttpHeaderArgs' set_http_header: (Updatable) Adds an additional HTTP header to requests that fail the challenge before being passed to the origin. Only applicable when the `action` is set to `DETECT`.
|
2643
3093
|
"""
|
2644
|
-
|
3094
|
+
PolicyWafConfigHumanInteractionChallenge._configure(
|
3095
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3096
|
+
is_enabled=is_enabled,
|
3097
|
+
action=action,
|
3098
|
+
action_expiration_in_seconds=action_expiration_in_seconds,
|
3099
|
+
challenge_settings=challenge_settings,
|
3100
|
+
failure_threshold=failure_threshold,
|
3101
|
+
failure_threshold_expiration_in_seconds=failure_threshold_expiration_in_seconds,
|
3102
|
+
interaction_threshold=interaction_threshold,
|
3103
|
+
is_nat_enabled=is_nat_enabled,
|
3104
|
+
recording_period_in_seconds=recording_period_in_seconds,
|
3105
|
+
set_http_header=set_http_header,
|
3106
|
+
)
|
3107
|
+
@staticmethod
|
3108
|
+
def _configure(
|
3109
|
+
_setter: Callable[[Any, Any], None],
|
3110
|
+
is_enabled: bool,
|
3111
|
+
action: Optional[str] = None,
|
3112
|
+
action_expiration_in_seconds: Optional[int] = None,
|
3113
|
+
challenge_settings: Optional['outputs.PolicyWafConfigHumanInteractionChallengeChallengeSettings'] = None,
|
3114
|
+
failure_threshold: Optional[int] = None,
|
3115
|
+
failure_threshold_expiration_in_seconds: Optional[int] = None,
|
3116
|
+
interaction_threshold: Optional[int] = None,
|
3117
|
+
is_nat_enabled: Optional[bool] = None,
|
3118
|
+
recording_period_in_seconds: Optional[int] = None,
|
3119
|
+
set_http_header: Optional['outputs.PolicyWafConfigHumanInteractionChallengeSetHttpHeader'] = None,
|
3120
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3121
|
+
_setter("is_enabled", is_enabled)
|
2645
3122
|
if action is not None:
|
2646
|
-
|
3123
|
+
_setter("action", action)
|
2647
3124
|
if action_expiration_in_seconds is not None:
|
2648
|
-
|
3125
|
+
_setter("action_expiration_in_seconds", action_expiration_in_seconds)
|
2649
3126
|
if challenge_settings is not None:
|
2650
|
-
|
3127
|
+
_setter("challenge_settings", challenge_settings)
|
2651
3128
|
if failure_threshold is not None:
|
2652
|
-
|
3129
|
+
_setter("failure_threshold", failure_threshold)
|
2653
3130
|
if failure_threshold_expiration_in_seconds is not None:
|
2654
|
-
|
3131
|
+
_setter("failure_threshold_expiration_in_seconds", failure_threshold_expiration_in_seconds)
|
2655
3132
|
if interaction_threshold is not None:
|
2656
|
-
|
3133
|
+
_setter("interaction_threshold", interaction_threshold)
|
2657
3134
|
if is_nat_enabled is not None:
|
2658
|
-
|
3135
|
+
_setter("is_nat_enabled", is_nat_enabled)
|
2659
3136
|
if recording_period_in_seconds is not None:
|
2660
|
-
|
3137
|
+
_setter("recording_period_in_seconds", recording_period_in_seconds)
|
2661
3138
|
if set_http_header is not None:
|
2662
|
-
|
3139
|
+
_setter("set_http_header", set_http_header)
|
2663
3140
|
|
2664
3141
|
@property
|
2665
3142
|
@pulumi.getter(name="isEnabled")
|
@@ -2798,24 +3275,49 @@ class PolicyWafConfigHumanInteractionChallengeChallengeSettings(dict):
|
|
2798
3275
|
:param str captcha_submit_label: (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
|
2799
3276
|
:param str captcha_title: (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
|
2800
3277
|
"""
|
3278
|
+
PolicyWafConfigHumanInteractionChallengeChallengeSettings._configure(
|
3279
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3280
|
+
block_action=block_action,
|
3281
|
+
block_error_page_code=block_error_page_code,
|
3282
|
+
block_error_page_description=block_error_page_description,
|
3283
|
+
block_error_page_message=block_error_page_message,
|
3284
|
+
block_response_code=block_response_code,
|
3285
|
+
captcha_footer=captcha_footer,
|
3286
|
+
captcha_header=captcha_header,
|
3287
|
+
captcha_submit_label=captcha_submit_label,
|
3288
|
+
captcha_title=captcha_title,
|
3289
|
+
)
|
3290
|
+
@staticmethod
|
3291
|
+
def _configure(
|
3292
|
+
_setter: Callable[[Any, Any], None],
|
3293
|
+
block_action: Optional[str] = None,
|
3294
|
+
block_error_page_code: Optional[str] = None,
|
3295
|
+
block_error_page_description: Optional[str] = None,
|
3296
|
+
block_error_page_message: Optional[str] = None,
|
3297
|
+
block_response_code: Optional[int] = None,
|
3298
|
+
captcha_footer: Optional[str] = None,
|
3299
|
+
captcha_header: Optional[str] = None,
|
3300
|
+
captcha_submit_label: Optional[str] = None,
|
3301
|
+
captcha_title: Optional[str] = None,
|
3302
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
2801
3303
|
if block_action is not None:
|
2802
|
-
|
3304
|
+
_setter("block_action", block_action)
|
2803
3305
|
if block_error_page_code is not None:
|
2804
|
-
|
3306
|
+
_setter("block_error_page_code", block_error_page_code)
|
2805
3307
|
if block_error_page_description is not None:
|
2806
|
-
|
3308
|
+
_setter("block_error_page_description", block_error_page_description)
|
2807
3309
|
if block_error_page_message is not None:
|
2808
|
-
|
3310
|
+
_setter("block_error_page_message", block_error_page_message)
|
2809
3311
|
if block_response_code is not None:
|
2810
|
-
|
3312
|
+
_setter("block_response_code", block_response_code)
|
2811
3313
|
if captcha_footer is not None:
|
2812
|
-
|
3314
|
+
_setter("captcha_footer", captcha_footer)
|
2813
3315
|
if captcha_header is not None:
|
2814
|
-
|
3316
|
+
_setter("captcha_header", captcha_header)
|
2815
3317
|
if captcha_submit_label is not None:
|
2816
|
-
|
3318
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
2817
3319
|
if captcha_title is not None:
|
2818
|
-
|
3320
|
+
_setter("captcha_title", captcha_title)
|
2819
3321
|
|
2820
3322
|
@property
|
2821
3323
|
@pulumi.getter(name="blockAction")
|
@@ -2903,8 +3405,19 @@ class PolicyWafConfigHumanInteractionChallengeSetHttpHeader(dict):
|
|
2903
3405
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
2904
3406
|
:param str value: (Updatable) The value of the header.
|
2905
3407
|
"""
|
2906
|
-
|
2907
|
-
|
3408
|
+
PolicyWafConfigHumanInteractionChallengeSetHttpHeader._configure(
|
3409
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3410
|
+
name=name,
|
3411
|
+
value=value,
|
3412
|
+
)
|
3413
|
+
@staticmethod
|
3414
|
+
def _configure(
|
3415
|
+
_setter: Callable[[Any, Any], None],
|
3416
|
+
name: str,
|
3417
|
+
value: str,
|
3418
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3419
|
+
_setter("name", name)
|
3420
|
+
_setter("value", value)
|
2908
3421
|
|
2909
3422
|
@property
|
2910
3423
|
@pulumi.getter
|
@@ -2979,23 +3492,48 @@ class PolicyWafConfigJsChallenge(dict):
|
|
2979
3492
|
:param bool is_nat_enabled: (Updatable) When enabled, the user is identified not only by the IP address but also by an unique additional hash, which prevents blocking visitors with shared IP addresses.
|
2980
3493
|
:param 'PolicyWafConfigJsChallengeSetHttpHeaderArgs' set_http_header: (Updatable) Adds an additional HTTP header to requests that fail the challenge before being passed to the origin. Only applicable when the `action` is set to `DETECT`.
|
2981
3494
|
"""
|
2982
|
-
|
3495
|
+
PolicyWafConfigJsChallenge._configure(
|
3496
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3497
|
+
is_enabled=is_enabled,
|
3498
|
+
action=action,
|
3499
|
+
action_expiration_in_seconds=action_expiration_in_seconds,
|
3500
|
+
are_redirects_challenged=are_redirects_challenged,
|
3501
|
+
challenge_settings=challenge_settings,
|
3502
|
+
criterias=criterias,
|
3503
|
+
failure_threshold=failure_threshold,
|
3504
|
+
is_nat_enabled=is_nat_enabled,
|
3505
|
+
set_http_header=set_http_header,
|
3506
|
+
)
|
3507
|
+
@staticmethod
|
3508
|
+
def _configure(
|
3509
|
+
_setter: Callable[[Any, Any], None],
|
3510
|
+
is_enabled: bool,
|
3511
|
+
action: Optional[str] = None,
|
3512
|
+
action_expiration_in_seconds: Optional[int] = None,
|
3513
|
+
are_redirects_challenged: Optional[bool] = None,
|
3514
|
+
challenge_settings: Optional['outputs.PolicyWafConfigJsChallengeChallengeSettings'] = None,
|
3515
|
+
criterias: Optional[Sequence['outputs.PolicyWafConfigJsChallengeCriteria']] = None,
|
3516
|
+
failure_threshold: Optional[int] = None,
|
3517
|
+
is_nat_enabled: Optional[bool] = None,
|
3518
|
+
set_http_header: Optional['outputs.PolicyWafConfigJsChallengeSetHttpHeader'] = None,
|
3519
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3520
|
+
_setter("is_enabled", is_enabled)
|
2983
3521
|
if action is not None:
|
2984
|
-
|
3522
|
+
_setter("action", action)
|
2985
3523
|
if action_expiration_in_seconds is not None:
|
2986
|
-
|
3524
|
+
_setter("action_expiration_in_seconds", action_expiration_in_seconds)
|
2987
3525
|
if are_redirects_challenged is not None:
|
2988
|
-
|
3526
|
+
_setter("are_redirects_challenged", are_redirects_challenged)
|
2989
3527
|
if challenge_settings is not None:
|
2990
|
-
|
3528
|
+
_setter("challenge_settings", challenge_settings)
|
2991
3529
|
if criterias is not None:
|
2992
|
-
|
3530
|
+
_setter("criterias", criterias)
|
2993
3531
|
if failure_threshold is not None:
|
2994
|
-
|
3532
|
+
_setter("failure_threshold", failure_threshold)
|
2995
3533
|
if is_nat_enabled is not None:
|
2996
|
-
|
3534
|
+
_setter("is_nat_enabled", is_nat_enabled)
|
2997
3535
|
if set_http_header is not None:
|
2998
|
-
|
3536
|
+
_setter("set_http_header", set_http_header)
|
2999
3537
|
|
3000
3538
|
@property
|
3001
3539
|
@pulumi.getter(name="isEnabled")
|
@@ -3126,24 +3664,49 @@ class PolicyWafConfigJsChallengeChallengeSettings(dict):
|
|
3126
3664
|
:param str captcha_submit_label: (Updatable) The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
|
3127
3665
|
:param str captcha_title: (Updatable) The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
|
3128
3666
|
"""
|
3667
|
+
PolicyWafConfigJsChallengeChallengeSettings._configure(
|
3668
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3669
|
+
block_action=block_action,
|
3670
|
+
block_error_page_code=block_error_page_code,
|
3671
|
+
block_error_page_description=block_error_page_description,
|
3672
|
+
block_error_page_message=block_error_page_message,
|
3673
|
+
block_response_code=block_response_code,
|
3674
|
+
captcha_footer=captcha_footer,
|
3675
|
+
captcha_header=captcha_header,
|
3676
|
+
captcha_submit_label=captcha_submit_label,
|
3677
|
+
captcha_title=captcha_title,
|
3678
|
+
)
|
3679
|
+
@staticmethod
|
3680
|
+
def _configure(
|
3681
|
+
_setter: Callable[[Any, Any], None],
|
3682
|
+
block_action: Optional[str] = None,
|
3683
|
+
block_error_page_code: Optional[str] = None,
|
3684
|
+
block_error_page_description: Optional[str] = None,
|
3685
|
+
block_error_page_message: Optional[str] = None,
|
3686
|
+
block_response_code: Optional[int] = None,
|
3687
|
+
captcha_footer: Optional[str] = None,
|
3688
|
+
captcha_header: Optional[str] = None,
|
3689
|
+
captcha_submit_label: Optional[str] = None,
|
3690
|
+
captcha_title: Optional[str] = None,
|
3691
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3129
3692
|
if block_action is not None:
|
3130
|
-
|
3693
|
+
_setter("block_action", block_action)
|
3131
3694
|
if block_error_page_code is not None:
|
3132
|
-
|
3695
|
+
_setter("block_error_page_code", block_error_page_code)
|
3133
3696
|
if block_error_page_description is not None:
|
3134
|
-
|
3697
|
+
_setter("block_error_page_description", block_error_page_description)
|
3135
3698
|
if block_error_page_message is not None:
|
3136
|
-
|
3699
|
+
_setter("block_error_page_message", block_error_page_message)
|
3137
3700
|
if block_response_code is not None:
|
3138
|
-
|
3701
|
+
_setter("block_response_code", block_response_code)
|
3139
3702
|
if captcha_footer is not None:
|
3140
|
-
|
3703
|
+
_setter("captcha_footer", captcha_footer)
|
3141
3704
|
if captcha_header is not None:
|
3142
|
-
|
3705
|
+
_setter("captcha_header", captcha_header)
|
3143
3706
|
if captcha_submit_label is not None:
|
3144
|
-
|
3707
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
3145
3708
|
if captcha_title is not None:
|
3146
|
-
|
3709
|
+
_setter("captcha_title", captcha_title)
|
3147
3710
|
|
3148
3711
|
@property
|
3149
3712
|
@pulumi.getter(name="blockAction")
|
@@ -3271,10 +3834,23 @@ class PolicyWafConfigJsChallengeCriteria(dict):
|
|
3271
3834
|
:param str value: (Updatable) The value of the header.
|
3272
3835
|
:param bool is_case_sensitive: (Updatable) When enabled, the condition will be matched with case-sensitive rules.
|
3273
3836
|
"""
|
3274
|
-
|
3275
|
-
|
3837
|
+
PolicyWafConfigJsChallengeCriteria._configure(
|
3838
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3839
|
+
condition=condition,
|
3840
|
+
value=value,
|
3841
|
+
is_case_sensitive=is_case_sensitive,
|
3842
|
+
)
|
3843
|
+
@staticmethod
|
3844
|
+
def _configure(
|
3845
|
+
_setter: Callable[[Any, Any], None],
|
3846
|
+
condition: str,
|
3847
|
+
value: str,
|
3848
|
+
is_case_sensitive: Optional[bool] = None,
|
3849
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3850
|
+
_setter("condition", condition)
|
3851
|
+
_setter("value", value)
|
3276
3852
|
if is_case_sensitive is not None:
|
3277
|
-
|
3853
|
+
_setter("is_case_sensitive", is_case_sensitive)
|
3278
3854
|
|
3279
3855
|
@property
|
3280
3856
|
@pulumi.getter
|
@@ -3339,8 +3915,19 @@ class PolicyWafConfigJsChallengeSetHttpHeader(dict):
|
|
3339
3915
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3340
3916
|
:param str value: (Updatable) The value of the header.
|
3341
3917
|
"""
|
3342
|
-
|
3343
|
-
|
3918
|
+
PolicyWafConfigJsChallengeSetHttpHeader._configure(
|
3919
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
3920
|
+
name=name,
|
3921
|
+
value=value,
|
3922
|
+
)
|
3923
|
+
@staticmethod
|
3924
|
+
def _configure(
|
3925
|
+
_setter: Callable[[Any, Any], None],
|
3926
|
+
name: str,
|
3927
|
+
value: str,
|
3928
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3929
|
+
_setter("name", name)
|
3930
|
+
_setter("value", value)
|
3344
3931
|
|
3345
3932
|
@property
|
3346
3933
|
@pulumi.getter
|
@@ -3459,32 +4046,65 @@ class PolicyWafConfigProtectionSettings(dict):
|
|
3459
4046
|
|
3460
4047
|
Use `GET /waasPolicies/{waasPolicyId}/wafRecommendations` to view WAF recommendations.
|
3461
4048
|
"""
|
4049
|
+
PolicyWafConfigProtectionSettings._configure(
|
4050
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4051
|
+
allowed_http_methods=allowed_http_methods,
|
4052
|
+
block_action=block_action,
|
4053
|
+
block_error_page_code=block_error_page_code,
|
4054
|
+
block_error_page_description=block_error_page_description,
|
4055
|
+
block_error_page_message=block_error_page_message,
|
4056
|
+
block_response_code=block_response_code,
|
4057
|
+
is_response_inspected=is_response_inspected,
|
4058
|
+
max_argument_count=max_argument_count,
|
4059
|
+
max_name_length_per_argument=max_name_length_per_argument,
|
4060
|
+
max_response_size_in_ki_b=max_response_size_in_ki_b,
|
4061
|
+
max_total_name_length_of_arguments=max_total_name_length_of_arguments,
|
4062
|
+
media_types=media_types,
|
4063
|
+
recommendations_period_in_days=recommendations_period_in_days,
|
4064
|
+
)
|
4065
|
+
@staticmethod
|
4066
|
+
def _configure(
|
4067
|
+
_setter: Callable[[Any, Any], None],
|
4068
|
+
allowed_http_methods: Optional[Sequence[str]] = None,
|
4069
|
+
block_action: Optional[str] = None,
|
4070
|
+
block_error_page_code: Optional[str] = None,
|
4071
|
+
block_error_page_description: Optional[str] = None,
|
4072
|
+
block_error_page_message: Optional[str] = None,
|
4073
|
+
block_response_code: Optional[int] = None,
|
4074
|
+
is_response_inspected: Optional[bool] = None,
|
4075
|
+
max_argument_count: Optional[int] = None,
|
4076
|
+
max_name_length_per_argument: Optional[int] = None,
|
4077
|
+
max_response_size_in_ki_b: Optional[int] = None,
|
4078
|
+
max_total_name_length_of_arguments: Optional[int] = None,
|
4079
|
+
media_types: Optional[Sequence[str]] = None,
|
4080
|
+
recommendations_period_in_days: Optional[int] = None,
|
4081
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3462
4082
|
if allowed_http_methods is not None:
|
3463
|
-
|
4083
|
+
_setter("allowed_http_methods", allowed_http_methods)
|
3464
4084
|
if block_action is not None:
|
3465
|
-
|
4085
|
+
_setter("block_action", block_action)
|
3466
4086
|
if block_error_page_code is not None:
|
3467
|
-
|
4087
|
+
_setter("block_error_page_code", block_error_page_code)
|
3468
4088
|
if block_error_page_description is not None:
|
3469
|
-
|
4089
|
+
_setter("block_error_page_description", block_error_page_description)
|
3470
4090
|
if block_error_page_message is not None:
|
3471
|
-
|
4091
|
+
_setter("block_error_page_message", block_error_page_message)
|
3472
4092
|
if block_response_code is not None:
|
3473
|
-
|
4093
|
+
_setter("block_response_code", block_response_code)
|
3474
4094
|
if is_response_inspected is not None:
|
3475
|
-
|
4095
|
+
_setter("is_response_inspected", is_response_inspected)
|
3476
4096
|
if max_argument_count is not None:
|
3477
|
-
|
4097
|
+
_setter("max_argument_count", max_argument_count)
|
3478
4098
|
if max_name_length_per_argument is not None:
|
3479
|
-
|
4099
|
+
_setter("max_name_length_per_argument", max_name_length_per_argument)
|
3480
4100
|
if max_response_size_in_ki_b is not None:
|
3481
|
-
|
4101
|
+
_setter("max_response_size_in_ki_b", max_response_size_in_ki_b)
|
3482
4102
|
if max_total_name_length_of_arguments is not None:
|
3483
|
-
|
4103
|
+
_setter("max_total_name_length_of_arguments", max_total_name_length_of_arguments)
|
3484
4104
|
if media_types is not None:
|
3485
|
-
|
4105
|
+
_setter("media_types", media_types)
|
3486
4106
|
if recommendations_period_in_days is not None:
|
3487
|
-
|
4107
|
+
_setter("recommendations_period_in_days", recommendations_period_in_days)
|
3488
4108
|
|
3489
4109
|
@property
|
3490
4110
|
@pulumi.getter(name="allowedHttpMethods")
|
@@ -3647,11 +4267,24 @@ class PolicyWafConfigWhitelist(dict):
|
|
3647
4267
|
:param Sequence[str] address_lists: (Updatable) A list of [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of IP address lists to include in the whitelist.
|
3648
4268
|
:param Sequence[str] addresses: (Updatable) A set of IP addresses or CIDR notations to include in the whitelist.
|
3649
4269
|
"""
|
3650
|
-
|
4270
|
+
PolicyWafConfigWhitelist._configure(
|
4271
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4272
|
+
name=name,
|
4273
|
+
address_lists=address_lists,
|
4274
|
+
addresses=addresses,
|
4275
|
+
)
|
4276
|
+
@staticmethod
|
4277
|
+
def _configure(
|
4278
|
+
_setter: Callable[[Any, Any], None],
|
4279
|
+
name: str,
|
4280
|
+
address_lists: Optional[Sequence[str]] = None,
|
4281
|
+
addresses: Optional[Sequence[str]] = None,
|
4282
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4283
|
+
_setter("name", name)
|
3651
4284
|
if address_lists is not None:
|
3652
|
-
|
4285
|
+
_setter("address_lists", address_lists)
|
3653
4286
|
if addresses is not None:
|
3654
|
-
|
4287
|
+
_setter("addresses", addresses)
|
3655
4288
|
|
3656
4289
|
@property
|
3657
4290
|
@pulumi.getter
|
@@ -3694,10 +4327,21 @@ class ProtectionRuleExclusion(dict):
|
|
3694
4327
|
** IMPORTANT **
|
3695
4328
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
3696
4329
|
"""
|
4330
|
+
ProtectionRuleExclusion._configure(
|
4331
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4332
|
+
exclusions=exclusions,
|
4333
|
+
target=target,
|
4334
|
+
)
|
4335
|
+
@staticmethod
|
4336
|
+
def _configure(
|
4337
|
+
_setter: Callable[[Any, Any], None],
|
4338
|
+
exclusions: Optional[Sequence[str]] = None,
|
4339
|
+
target: Optional[str] = None,
|
4340
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
3697
4341
|
if exclusions is not None:
|
3698
|
-
|
4342
|
+
_setter("exclusions", exclusions)
|
3699
4343
|
if target is not None:
|
3700
|
-
|
4344
|
+
_setter("target", target)
|
3701
4345
|
|
3702
4346
|
@property
|
3703
4347
|
@pulumi.getter
|
@@ -3742,15 +4386,40 @@ class GetAddressListsAddressListResult(dict):
|
|
3742
4386
|
:param str state: The current lifecycle state of the address list.
|
3743
4387
|
:param str time_created: The date and time the address list was created, expressed in RFC 3339 timestamp format.
|
3744
4388
|
"""
|
3745
|
-
|
3746
|
-
|
3747
|
-
|
3748
|
-
|
3749
|
-
|
3750
|
-
|
3751
|
-
|
3752
|
-
|
3753
|
-
|
4389
|
+
GetAddressListsAddressListResult._configure(
|
4390
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4391
|
+
address_count=address_count,
|
4392
|
+
addresses=addresses,
|
4393
|
+
compartment_id=compartment_id,
|
4394
|
+
defined_tags=defined_tags,
|
4395
|
+
display_name=display_name,
|
4396
|
+
freeform_tags=freeform_tags,
|
4397
|
+
id=id,
|
4398
|
+
state=state,
|
4399
|
+
time_created=time_created,
|
4400
|
+
)
|
4401
|
+
@staticmethod
|
4402
|
+
def _configure(
|
4403
|
+
_setter: Callable[[Any, Any], None],
|
4404
|
+
address_count: float,
|
4405
|
+
addresses: Sequence[str],
|
4406
|
+
compartment_id: str,
|
4407
|
+
defined_tags: Mapping[str, Any],
|
4408
|
+
display_name: str,
|
4409
|
+
freeform_tags: Mapping[str, Any],
|
4410
|
+
id: str,
|
4411
|
+
state: str,
|
4412
|
+
time_created: str,
|
4413
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4414
|
+
_setter("address_count", address_count)
|
4415
|
+
_setter("addresses", addresses)
|
4416
|
+
_setter("compartment_id", compartment_id)
|
4417
|
+
_setter("defined_tags", defined_tags)
|
4418
|
+
_setter("display_name", display_name)
|
4419
|
+
_setter("freeform_tags", freeform_tags)
|
4420
|
+
_setter("id", id)
|
4421
|
+
_setter("state", state)
|
4422
|
+
_setter("time_created", time_created)
|
3754
4423
|
|
3755
4424
|
@property
|
3756
4425
|
@pulumi.getter(name="addressCount")
|
@@ -3831,10 +4500,23 @@ class GetAddressListsFilterResult(dict):
|
|
3831
4500
|
name: str,
|
3832
4501
|
values: Sequence[str],
|
3833
4502
|
regex: Optional[bool] = None):
|
3834
|
-
|
3835
|
-
|
4503
|
+
GetAddressListsFilterResult._configure(
|
4504
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4505
|
+
name=name,
|
4506
|
+
values=values,
|
4507
|
+
regex=regex,
|
4508
|
+
)
|
4509
|
+
@staticmethod
|
4510
|
+
def _configure(
|
4511
|
+
_setter: Callable[[Any, Any], None],
|
4512
|
+
name: str,
|
4513
|
+
values: Sequence[str],
|
4514
|
+
regex: Optional[bool] = None,
|
4515
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4516
|
+
_setter("name", name)
|
4517
|
+
_setter("values", values)
|
3836
4518
|
if regex is not None:
|
3837
|
-
|
4519
|
+
_setter("regex", regex)
|
3838
4520
|
|
3839
4521
|
@property
|
3840
4522
|
@pulumi.getter
|
@@ -3863,9 +4545,22 @@ class GetCertificateExtensionResult(dict):
|
|
3863
4545
|
:param str name: The certificate extension name.
|
3864
4546
|
:param str value: The certificate extension value.
|
3865
4547
|
"""
|
3866
|
-
|
3867
|
-
|
3868
|
-
|
4548
|
+
GetCertificateExtensionResult._configure(
|
4549
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4550
|
+
is_critical=is_critical,
|
4551
|
+
name=name,
|
4552
|
+
value=value,
|
4553
|
+
)
|
4554
|
+
@staticmethod
|
4555
|
+
def _configure(
|
4556
|
+
_setter: Callable[[Any, Any], None],
|
4557
|
+
is_critical: bool,
|
4558
|
+
name: str,
|
4559
|
+
value: str,
|
4560
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4561
|
+
_setter("is_critical", is_critical)
|
4562
|
+
_setter("name", name)
|
4563
|
+
_setter("value", value)
|
3869
4564
|
|
3870
4565
|
@property
|
3871
4566
|
@pulumi.getter(name="isCritical")
|
@@ -3911,13 +4606,34 @@ class GetCertificateIssuerNameResult(dict):
|
|
3911
4606
|
:param str organizational_unit: The field to differentiate between divisions within an organization.
|
3912
4607
|
:param str state_province: The province where the organization is located.
|
3913
4608
|
"""
|
3914
|
-
|
3915
|
-
|
3916
|
-
|
3917
|
-
|
3918
|
-
|
3919
|
-
|
3920
|
-
|
4609
|
+
GetCertificateIssuerNameResult._configure(
|
4610
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4611
|
+
common_name=common_name,
|
4612
|
+
country=country,
|
4613
|
+
email_address=email_address,
|
4614
|
+
locality=locality,
|
4615
|
+
organization=organization,
|
4616
|
+
organizational_unit=organizational_unit,
|
4617
|
+
state_province=state_province,
|
4618
|
+
)
|
4619
|
+
@staticmethod
|
4620
|
+
def _configure(
|
4621
|
+
_setter: Callable[[Any, Any], None],
|
4622
|
+
common_name: str,
|
4623
|
+
country: str,
|
4624
|
+
email_address: str,
|
4625
|
+
locality: str,
|
4626
|
+
organization: str,
|
4627
|
+
organizational_unit: str,
|
4628
|
+
state_province: str,
|
4629
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4630
|
+
_setter("common_name", common_name)
|
4631
|
+
_setter("country", country)
|
4632
|
+
_setter("email_address", email_address)
|
4633
|
+
_setter("locality", locality)
|
4634
|
+
_setter("organization", organization)
|
4635
|
+
_setter("organizational_unit", organizational_unit)
|
4636
|
+
_setter("state_province", state_province)
|
3921
4637
|
|
3922
4638
|
@property
|
3923
4639
|
@pulumi.getter(name="commonName")
|
@@ -3987,9 +4703,22 @@ class GetCertificatePublicKeyInfoResult(dict):
|
|
3987
4703
|
:param int exponent: The private key exponent.
|
3988
4704
|
:param int key_size: The number of bits in a key used by a cryptographic algorithm.
|
3989
4705
|
"""
|
3990
|
-
|
3991
|
-
|
3992
|
-
|
4706
|
+
GetCertificatePublicKeyInfoResult._configure(
|
4707
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4708
|
+
algorithm=algorithm,
|
4709
|
+
exponent=exponent,
|
4710
|
+
key_size=key_size,
|
4711
|
+
)
|
4712
|
+
@staticmethod
|
4713
|
+
def _configure(
|
4714
|
+
_setter: Callable[[Any, Any], None],
|
4715
|
+
algorithm: str,
|
4716
|
+
exponent: int,
|
4717
|
+
key_size: int,
|
4718
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4719
|
+
_setter("algorithm", algorithm)
|
4720
|
+
_setter("exponent", exponent)
|
4721
|
+
_setter("key_size", key_size)
|
3993
4722
|
|
3994
4723
|
@property
|
3995
4724
|
@pulumi.getter
|
@@ -4035,13 +4764,34 @@ class GetCertificateSubjectNameResult(dict):
|
|
4035
4764
|
:param str organizational_unit: The field to differentiate between divisions within an organization.
|
4036
4765
|
:param str state_province: The province where the organization is located.
|
4037
4766
|
"""
|
4038
|
-
|
4039
|
-
|
4040
|
-
|
4041
|
-
|
4042
|
-
|
4043
|
-
|
4044
|
-
|
4767
|
+
GetCertificateSubjectNameResult._configure(
|
4768
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4769
|
+
common_name=common_name,
|
4770
|
+
country=country,
|
4771
|
+
email_address=email_address,
|
4772
|
+
locality=locality,
|
4773
|
+
organization=organization,
|
4774
|
+
organizational_unit=organizational_unit,
|
4775
|
+
state_province=state_province,
|
4776
|
+
)
|
4777
|
+
@staticmethod
|
4778
|
+
def _configure(
|
4779
|
+
_setter: Callable[[Any, Any], None],
|
4780
|
+
common_name: str,
|
4781
|
+
country: str,
|
4782
|
+
email_address: str,
|
4783
|
+
locality: str,
|
4784
|
+
organization: str,
|
4785
|
+
organizational_unit: str,
|
4786
|
+
state_province: str,
|
4787
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4788
|
+
_setter("common_name", common_name)
|
4789
|
+
_setter("country", country)
|
4790
|
+
_setter("email_address", email_address)
|
4791
|
+
_setter("locality", locality)
|
4792
|
+
_setter("organization", organization)
|
4793
|
+
_setter("organizational_unit", organizational_unit)
|
4794
|
+
_setter("state_province", state_province)
|
4045
4795
|
|
4046
4796
|
@property
|
4047
4797
|
@pulumi.getter(name="commonName")
|
@@ -4143,26 +4893,73 @@ class GetCertificatesCertificateResult(dict):
|
|
4143
4893
|
:param str time_not_valid_before: The date and time the certificate will become valid, expressed in RFC 3339 timestamp format.
|
4144
4894
|
:param int version: The version of the encoded certificate.
|
4145
4895
|
"""
|
4146
|
-
|
4147
|
-
|
4148
|
-
|
4149
|
-
|
4150
|
-
|
4151
|
-
|
4152
|
-
|
4153
|
-
|
4154
|
-
|
4155
|
-
|
4156
|
-
|
4157
|
-
|
4158
|
-
|
4159
|
-
|
4160
|
-
|
4161
|
-
|
4162
|
-
|
4163
|
-
|
4164
|
-
|
4165
|
-
|
4896
|
+
GetCertificatesCertificateResult._configure(
|
4897
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
4898
|
+
certificate_data=certificate_data,
|
4899
|
+
compartment_id=compartment_id,
|
4900
|
+
defined_tags=defined_tags,
|
4901
|
+
display_name=display_name,
|
4902
|
+
extensions=extensions,
|
4903
|
+
freeform_tags=freeform_tags,
|
4904
|
+
id=id,
|
4905
|
+
is_trust_verification_disabled=is_trust_verification_disabled,
|
4906
|
+
issued_by=issued_by,
|
4907
|
+
issuer_names=issuer_names,
|
4908
|
+
private_key_data=private_key_data,
|
4909
|
+
public_key_infos=public_key_infos,
|
4910
|
+
serial_number=serial_number,
|
4911
|
+
signature_algorithm=signature_algorithm,
|
4912
|
+
state=state,
|
4913
|
+
subject_names=subject_names,
|
4914
|
+
time_created=time_created,
|
4915
|
+
time_not_valid_after=time_not_valid_after,
|
4916
|
+
time_not_valid_before=time_not_valid_before,
|
4917
|
+
version=version,
|
4918
|
+
)
|
4919
|
+
@staticmethod
|
4920
|
+
def _configure(
|
4921
|
+
_setter: Callable[[Any, Any], None],
|
4922
|
+
certificate_data: str,
|
4923
|
+
compartment_id: str,
|
4924
|
+
defined_tags: Mapping[str, Any],
|
4925
|
+
display_name: str,
|
4926
|
+
extensions: Sequence['outputs.GetCertificatesCertificateExtensionResult'],
|
4927
|
+
freeform_tags: Mapping[str, Any],
|
4928
|
+
id: str,
|
4929
|
+
is_trust_verification_disabled: bool,
|
4930
|
+
issued_by: str,
|
4931
|
+
issuer_names: Sequence['outputs.GetCertificatesCertificateIssuerNameResult'],
|
4932
|
+
private_key_data: str,
|
4933
|
+
public_key_infos: Sequence['outputs.GetCertificatesCertificatePublicKeyInfoResult'],
|
4934
|
+
serial_number: str,
|
4935
|
+
signature_algorithm: str,
|
4936
|
+
state: str,
|
4937
|
+
subject_names: Sequence['outputs.GetCertificatesCertificateSubjectNameResult'],
|
4938
|
+
time_created: str,
|
4939
|
+
time_not_valid_after: str,
|
4940
|
+
time_not_valid_before: str,
|
4941
|
+
version: int,
|
4942
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
4943
|
+
_setter("certificate_data", certificate_data)
|
4944
|
+
_setter("compartment_id", compartment_id)
|
4945
|
+
_setter("defined_tags", defined_tags)
|
4946
|
+
_setter("display_name", display_name)
|
4947
|
+
_setter("extensions", extensions)
|
4948
|
+
_setter("freeform_tags", freeform_tags)
|
4949
|
+
_setter("id", id)
|
4950
|
+
_setter("is_trust_verification_disabled", is_trust_verification_disabled)
|
4951
|
+
_setter("issued_by", issued_by)
|
4952
|
+
_setter("issuer_names", issuer_names)
|
4953
|
+
_setter("private_key_data", private_key_data)
|
4954
|
+
_setter("public_key_infos", public_key_infos)
|
4955
|
+
_setter("serial_number", serial_number)
|
4956
|
+
_setter("signature_algorithm", signature_algorithm)
|
4957
|
+
_setter("state", state)
|
4958
|
+
_setter("subject_names", subject_names)
|
4959
|
+
_setter("time_created", time_created)
|
4960
|
+
_setter("time_not_valid_after", time_not_valid_after)
|
4961
|
+
_setter("time_not_valid_before", time_not_valid_before)
|
4962
|
+
_setter("version", version)
|
4166
4963
|
|
4167
4964
|
@property
|
4168
4965
|
@pulumi.getter(name="certificateData")
|
@@ -4330,9 +5127,22 @@ class GetCertificatesCertificateExtensionResult(dict):
|
|
4330
5127
|
:param str name: The certificate extension name.
|
4331
5128
|
:param str value: The certificate extension value.
|
4332
5129
|
"""
|
4333
|
-
|
4334
|
-
|
4335
|
-
|
5130
|
+
GetCertificatesCertificateExtensionResult._configure(
|
5131
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5132
|
+
is_critical=is_critical,
|
5133
|
+
name=name,
|
5134
|
+
value=value,
|
5135
|
+
)
|
5136
|
+
@staticmethod
|
5137
|
+
def _configure(
|
5138
|
+
_setter: Callable[[Any, Any], None],
|
5139
|
+
is_critical: bool,
|
5140
|
+
name: str,
|
5141
|
+
value: str,
|
5142
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5143
|
+
_setter("is_critical", is_critical)
|
5144
|
+
_setter("name", name)
|
5145
|
+
_setter("value", value)
|
4336
5146
|
|
4337
5147
|
@property
|
4338
5148
|
@pulumi.getter(name="isCritical")
|
@@ -4378,13 +5188,34 @@ class GetCertificatesCertificateIssuerNameResult(dict):
|
|
4378
5188
|
:param str organizational_unit: The field to differentiate between divisions within an organization.
|
4379
5189
|
:param str state_province: The province where the organization is located.
|
4380
5190
|
"""
|
4381
|
-
|
4382
|
-
|
4383
|
-
|
4384
|
-
|
4385
|
-
|
4386
|
-
|
4387
|
-
|
5191
|
+
GetCertificatesCertificateIssuerNameResult._configure(
|
5192
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5193
|
+
common_name=common_name,
|
5194
|
+
country=country,
|
5195
|
+
email_address=email_address,
|
5196
|
+
locality=locality,
|
5197
|
+
organization=organization,
|
5198
|
+
organizational_unit=organizational_unit,
|
5199
|
+
state_province=state_province,
|
5200
|
+
)
|
5201
|
+
@staticmethod
|
5202
|
+
def _configure(
|
5203
|
+
_setter: Callable[[Any, Any], None],
|
5204
|
+
common_name: str,
|
5205
|
+
country: str,
|
5206
|
+
email_address: str,
|
5207
|
+
locality: str,
|
5208
|
+
organization: str,
|
5209
|
+
organizational_unit: str,
|
5210
|
+
state_province: str,
|
5211
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5212
|
+
_setter("common_name", common_name)
|
5213
|
+
_setter("country", country)
|
5214
|
+
_setter("email_address", email_address)
|
5215
|
+
_setter("locality", locality)
|
5216
|
+
_setter("organization", organization)
|
5217
|
+
_setter("organizational_unit", organizational_unit)
|
5218
|
+
_setter("state_province", state_province)
|
4388
5219
|
|
4389
5220
|
@property
|
4390
5221
|
@pulumi.getter(name="commonName")
|
@@ -4454,9 +5285,22 @@ class GetCertificatesCertificatePublicKeyInfoResult(dict):
|
|
4454
5285
|
:param int exponent: The private key exponent.
|
4455
5286
|
:param int key_size: The number of bits in a key used by a cryptographic algorithm.
|
4456
5287
|
"""
|
4457
|
-
|
4458
|
-
|
4459
|
-
|
5288
|
+
GetCertificatesCertificatePublicKeyInfoResult._configure(
|
5289
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5290
|
+
algorithm=algorithm,
|
5291
|
+
exponent=exponent,
|
5292
|
+
key_size=key_size,
|
5293
|
+
)
|
5294
|
+
@staticmethod
|
5295
|
+
def _configure(
|
5296
|
+
_setter: Callable[[Any, Any], None],
|
5297
|
+
algorithm: str,
|
5298
|
+
exponent: int,
|
5299
|
+
key_size: int,
|
5300
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5301
|
+
_setter("algorithm", algorithm)
|
5302
|
+
_setter("exponent", exponent)
|
5303
|
+
_setter("key_size", key_size)
|
4460
5304
|
|
4461
5305
|
@property
|
4462
5306
|
@pulumi.getter
|
@@ -4502,13 +5346,34 @@ class GetCertificatesCertificateSubjectNameResult(dict):
|
|
4502
5346
|
:param str organizational_unit: The field to differentiate between divisions within an organization.
|
4503
5347
|
:param str state_province: The province where the organization is located.
|
4504
5348
|
"""
|
4505
|
-
|
4506
|
-
|
4507
|
-
|
4508
|
-
|
4509
|
-
|
4510
|
-
|
4511
|
-
|
5349
|
+
GetCertificatesCertificateSubjectNameResult._configure(
|
5350
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5351
|
+
common_name=common_name,
|
5352
|
+
country=country,
|
5353
|
+
email_address=email_address,
|
5354
|
+
locality=locality,
|
5355
|
+
organization=organization,
|
5356
|
+
organizational_unit=organizational_unit,
|
5357
|
+
state_province=state_province,
|
5358
|
+
)
|
5359
|
+
@staticmethod
|
5360
|
+
def _configure(
|
5361
|
+
_setter: Callable[[Any, Any], None],
|
5362
|
+
common_name: str,
|
5363
|
+
country: str,
|
5364
|
+
email_address: str,
|
5365
|
+
locality: str,
|
5366
|
+
organization: str,
|
5367
|
+
organizational_unit: str,
|
5368
|
+
state_province: str,
|
5369
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5370
|
+
_setter("common_name", common_name)
|
5371
|
+
_setter("country", country)
|
5372
|
+
_setter("email_address", email_address)
|
5373
|
+
_setter("locality", locality)
|
5374
|
+
_setter("organization", organization)
|
5375
|
+
_setter("organizational_unit", organizational_unit)
|
5376
|
+
_setter("state_province", state_province)
|
4512
5377
|
|
4513
5378
|
@property
|
4514
5379
|
@pulumi.getter(name="commonName")
|
@@ -4576,10 +5441,23 @@ class GetCertificatesFilterResult(dict):
|
|
4576
5441
|
"""
|
4577
5442
|
:param str name: The certificate extension name.
|
4578
5443
|
"""
|
4579
|
-
|
4580
|
-
|
5444
|
+
GetCertificatesFilterResult._configure(
|
5445
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5446
|
+
name=name,
|
5447
|
+
values=values,
|
5448
|
+
regex=regex,
|
5449
|
+
)
|
5450
|
+
@staticmethod
|
5451
|
+
def _configure(
|
5452
|
+
_setter: Callable[[Any, Any], None],
|
5453
|
+
name: str,
|
5454
|
+
values: Sequence[str],
|
5455
|
+
regex: Optional[bool] = None,
|
5456
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5457
|
+
_setter("name", name)
|
5458
|
+
_setter("values", values)
|
4581
5459
|
if regex is not None:
|
4582
|
-
|
5460
|
+
_setter("regex", regex)
|
4583
5461
|
|
4584
5462
|
@property
|
4585
5463
|
@pulumi.getter
|
@@ -4625,16 +5503,43 @@ class GetCustomProtectionRulesCustomProtectionRuleResult(dict):
|
|
4625
5503
|
:param str template: The template text of the custom protection rule. All custom protection rules are expressed in ModSecurity Rule Language.
|
4626
5504
|
:param str time_created: The date and time the protection rule was created, expressed in RFC 3339 timestamp format.
|
4627
5505
|
"""
|
4628
|
-
|
4629
|
-
|
4630
|
-
|
4631
|
-
|
4632
|
-
|
4633
|
-
|
4634
|
-
|
4635
|
-
|
4636
|
-
|
4637
|
-
|
5506
|
+
GetCustomProtectionRulesCustomProtectionRuleResult._configure(
|
5507
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5508
|
+
compartment_id=compartment_id,
|
5509
|
+
defined_tags=defined_tags,
|
5510
|
+
description=description,
|
5511
|
+
display_name=display_name,
|
5512
|
+
freeform_tags=freeform_tags,
|
5513
|
+
id=id,
|
5514
|
+
mod_security_rule_ids=mod_security_rule_ids,
|
5515
|
+
state=state,
|
5516
|
+
template=template,
|
5517
|
+
time_created=time_created,
|
5518
|
+
)
|
5519
|
+
@staticmethod
|
5520
|
+
def _configure(
|
5521
|
+
_setter: Callable[[Any, Any], None],
|
5522
|
+
compartment_id: str,
|
5523
|
+
defined_tags: Mapping[str, Any],
|
5524
|
+
description: str,
|
5525
|
+
display_name: str,
|
5526
|
+
freeform_tags: Mapping[str, Any],
|
5527
|
+
id: str,
|
5528
|
+
mod_security_rule_ids: Sequence[str],
|
5529
|
+
state: str,
|
5530
|
+
template: str,
|
5531
|
+
time_created: str,
|
5532
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5533
|
+
_setter("compartment_id", compartment_id)
|
5534
|
+
_setter("defined_tags", defined_tags)
|
5535
|
+
_setter("description", description)
|
5536
|
+
_setter("display_name", display_name)
|
5537
|
+
_setter("freeform_tags", freeform_tags)
|
5538
|
+
_setter("id", id)
|
5539
|
+
_setter("mod_security_rule_ids", mod_security_rule_ids)
|
5540
|
+
_setter("state", state)
|
5541
|
+
_setter("template", template)
|
5542
|
+
_setter("time_created", time_created)
|
4638
5543
|
|
4639
5544
|
@property
|
4640
5545
|
@pulumi.getter(name="compartmentId")
|
@@ -4723,10 +5628,23 @@ class GetCustomProtectionRulesFilterResult(dict):
|
|
4723
5628
|
name: str,
|
4724
5629
|
values: Sequence[str],
|
4725
5630
|
regex: Optional[bool] = None):
|
4726
|
-
|
4727
|
-
|
5631
|
+
GetCustomProtectionRulesFilterResult._configure(
|
5632
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5633
|
+
name=name,
|
5634
|
+
values=values,
|
5635
|
+
regex=regex,
|
5636
|
+
)
|
5637
|
+
@staticmethod
|
5638
|
+
def _configure(
|
5639
|
+
_setter: Callable[[Any, Any], None],
|
5640
|
+
name: str,
|
5641
|
+
values: Sequence[str],
|
5642
|
+
regex: Optional[bool] = None,
|
5643
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5644
|
+
_setter("name", name)
|
5645
|
+
_setter("values", values)
|
4728
5646
|
if regex is not None:
|
4729
|
-
|
5647
|
+
_setter("regex", regex)
|
4730
5648
|
|
4731
5649
|
@property
|
4732
5650
|
@pulumi.getter
|
@@ -4755,9 +5673,22 @@ class GetEdgeSubnetsEdgeSubnetResult(dict):
|
|
4755
5673
|
:param str region: The name of the region containing the indicated subnet.
|
4756
5674
|
:param str time_modified: The date and time the last change was made to the indicated edge node subnet, expressed in RFC 3339 timestamp format.
|
4757
5675
|
"""
|
4758
|
-
|
4759
|
-
|
4760
|
-
|
5676
|
+
GetEdgeSubnetsEdgeSubnetResult._configure(
|
5677
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5678
|
+
cidr=cidr,
|
5679
|
+
region=region,
|
5680
|
+
time_modified=time_modified,
|
5681
|
+
)
|
5682
|
+
@staticmethod
|
5683
|
+
def _configure(
|
5684
|
+
_setter: Callable[[Any, Any], None],
|
5685
|
+
cidr: str,
|
5686
|
+
region: str,
|
5687
|
+
time_modified: str,
|
5688
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5689
|
+
_setter("cidr", cidr)
|
5690
|
+
_setter("region", region)
|
5691
|
+
_setter("time_modified", time_modified)
|
4761
5692
|
|
4762
5693
|
@property
|
4763
5694
|
@pulumi.getter
|
@@ -4790,10 +5721,23 @@ class GetEdgeSubnetsFilterResult(dict):
|
|
4790
5721
|
name: str,
|
4791
5722
|
values: Sequence[str],
|
4792
5723
|
regex: Optional[bool] = None):
|
4793
|
-
|
4794
|
-
|
5724
|
+
GetEdgeSubnetsFilterResult._configure(
|
5725
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5726
|
+
name=name,
|
5727
|
+
values=values,
|
5728
|
+
regex=regex,
|
5729
|
+
)
|
5730
|
+
@staticmethod
|
5731
|
+
def _configure(
|
5732
|
+
_setter: Callable[[Any, Any], None],
|
5733
|
+
name: str,
|
5734
|
+
values: Sequence[str],
|
5735
|
+
regex: Optional[bool] = None,
|
5736
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5737
|
+
_setter("name", name)
|
5738
|
+
_setter("values", values)
|
4795
5739
|
if regex is not None:
|
4796
|
-
|
5740
|
+
_setter("regex", regex)
|
4797
5741
|
|
4798
5742
|
@property
|
4799
5743
|
@pulumi.getter
|
@@ -4826,11 +5770,28 @@ class GetHttpRedirectTargetResult(dict):
|
|
4826
5770
|
:param str protocol: The protocol used for the target, http or https.
|
4827
5771
|
:param str query: The query component of the target URL (e.g., "?redirected" in "https://target.example.com/path/to/resource?redirected"), which can be empty, static, or request-copying. Use of \\ is not permitted except to escape a following \\, {, or }. An empty value results in a redirection target URL with no query component. A static value must begin with a leading "?", optionally followed by other query characters. A request-copying value must exactly match "{query}", and will be replaced with the query component of the request URL (including a leading "?" if and only if the request URL includes a query component).
|
4828
5772
|
"""
|
4829
|
-
|
4830
|
-
|
4831
|
-
|
4832
|
-
|
4833
|
-
|
5773
|
+
GetHttpRedirectTargetResult._configure(
|
5774
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5775
|
+
host=host,
|
5776
|
+
path=path,
|
5777
|
+
port=port,
|
5778
|
+
protocol=protocol,
|
5779
|
+
query=query,
|
5780
|
+
)
|
5781
|
+
@staticmethod
|
5782
|
+
def _configure(
|
5783
|
+
_setter: Callable[[Any, Any], None],
|
5784
|
+
host: str,
|
5785
|
+
path: str,
|
5786
|
+
port: int,
|
5787
|
+
protocol: str,
|
5788
|
+
query: str,
|
5789
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5790
|
+
_setter("host", host)
|
5791
|
+
_setter("path", path)
|
5792
|
+
_setter("port", port)
|
5793
|
+
_setter("protocol", protocol)
|
5794
|
+
_setter("query", query)
|
4834
5795
|
|
4835
5796
|
@property
|
4836
5797
|
@pulumi.getter
|
@@ -4879,10 +5840,23 @@ class GetHttpRedirectsFilterResult(dict):
|
|
4879
5840
|
name: str,
|
4880
5841
|
values: Sequence[str],
|
4881
5842
|
regex: Optional[bool] = None):
|
4882
|
-
|
4883
|
-
|
5843
|
+
GetHttpRedirectsFilterResult._configure(
|
5844
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5845
|
+
name=name,
|
5846
|
+
values=values,
|
5847
|
+
regex=regex,
|
5848
|
+
)
|
5849
|
+
@staticmethod
|
5850
|
+
def _configure(
|
5851
|
+
_setter: Callable[[Any, Any], None],
|
5852
|
+
name: str,
|
5853
|
+
values: Sequence[str],
|
5854
|
+
regex: Optional[bool] = None,
|
5855
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5856
|
+
_setter("name", name)
|
5857
|
+
_setter("values", values)
|
4884
5858
|
if regex is not None:
|
4885
|
-
|
5859
|
+
_setter("regex", regex)
|
4886
5860
|
|
4887
5861
|
@property
|
4888
5862
|
@pulumi.getter
|
@@ -4925,16 +5899,43 @@ class GetHttpRedirectsHttpRedirectResult(dict):
|
|
4925
5899
|
:param Sequence['GetHttpRedirectsHttpRedirectTargetArgs'] targets: The redirect target object including all the redirect data.
|
4926
5900
|
:param str time_created: The date and time the policy was created, expressed in RFC 3339 timestamp format.
|
4927
5901
|
"""
|
4928
|
-
|
4929
|
-
|
4930
|
-
|
4931
|
-
|
4932
|
-
|
4933
|
-
|
4934
|
-
|
4935
|
-
|
4936
|
-
|
4937
|
-
|
5902
|
+
GetHttpRedirectsHttpRedirectResult._configure(
|
5903
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
5904
|
+
compartment_id=compartment_id,
|
5905
|
+
defined_tags=defined_tags,
|
5906
|
+
display_name=display_name,
|
5907
|
+
domain=domain,
|
5908
|
+
freeform_tags=freeform_tags,
|
5909
|
+
id=id,
|
5910
|
+
response_code=response_code,
|
5911
|
+
state=state,
|
5912
|
+
targets=targets,
|
5913
|
+
time_created=time_created,
|
5914
|
+
)
|
5915
|
+
@staticmethod
|
5916
|
+
def _configure(
|
5917
|
+
_setter: Callable[[Any, Any], None],
|
5918
|
+
compartment_id: str,
|
5919
|
+
defined_tags: Mapping[str, Any],
|
5920
|
+
display_name: str,
|
5921
|
+
domain: str,
|
5922
|
+
freeform_tags: Mapping[str, Any],
|
5923
|
+
id: str,
|
5924
|
+
response_code: int,
|
5925
|
+
state: str,
|
5926
|
+
targets: Sequence['outputs.GetHttpRedirectsHttpRedirectTargetResult'],
|
5927
|
+
time_created: str,
|
5928
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
5929
|
+
_setter("compartment_id", compartment_id)
|
5930
|
+
_setter("defined_tags", defined_tags)
|
5931
|
+
_setter("display_name", display_name)
|
5932
|
+
_setter("domain", domain)
|
5933
|
+
_setter("freeform_tags", freeform_tags)
|
5934
|
+
_setter("id", id)
|
5935
|
+
_setter("response_code", response_code)
|
5936
|
+
_setter("state", state)
|
5937
|
+
_setter("targets", targets)
|
5938
|
+
_setter("time_created", time_created)
|
4938
5939
|
|
4939
5940
|
@property
|
4940
5941
|
@pulumi.getter(name="compartmentId")
|
@@ -5032,11 +6033,28 @@ class GetHttpRedirectsHttpRedirectTargetResult(dict):
|
|
5032
6033
|
:param str protocol: The protocol used for the target, http or https.
|
5033
6034
|
:param str query: The query component of the target URL (e.g., "?redirected" in "https://target.example.com/path/to/resource?redirected"), which can be empty, static, or request-copying. Use of \\ is not permitted except to escape a following \\, {, or }. An empty value results in a redirection target URL with no query component. A static value must begin with a leading "?", optionally followed by other query characters. A request-copying value must exactly match "{query}", and will be replaced with the query component of the request URL (including a leading "?" if and only if the request URL includes a query component).
|
5034
6035
|
"""
|
5035
|
-
|
5036
|
-
|
5037
|
-
|
5038
|
-
|
5039
|
-
|
6036
|
+
GetHttpRedirectsHttpRedirectTargetResult._configure(
|
6037
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6038
|
+
host=host,
|
6039
|
+
path=path,
|
6040
|
+
port=port,
|
6041
|
+
protocol=protocol,
|
6042
|
+
query=query,
|
6043
|
+
)
|
6044
|
+
@staticmethod
|
6045
|
+
def _configure(
|
6046
|
+
_setter: Callable[[Any, Any], None],
|
6047
|
+
host: str,
|
6048
|
+
path: str,
|
6049
|
+
port: int,
|
6050
|
+
protocol: str,
|
6051
|
+
query: str,
|
6052
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6053
|
+
_setter("host", host)
|
6054
|
+
_setter("path", path)
|
6055
|
+
_setter("port", port)
|
6056
|
+
_setter("protocol", protocol)
|
6057
|
+
_setter("query", query)
|
5040
6058
|
|
5041
6059
|
@property
|
5042
6060
|
@pulumi.getter
|
@@ -5088,8 +6106,19 @@ class GetProtectionRuleExclusionResult(dict):
|
|
5088
6106
|
:param Sequence[str] exclusions: An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
|
5089
6107
|
:param str target: The target of the exclusion.
|
5090
6108
|
"""
|
5091
|
-
|
5092
|
-
|
6109
|
+
GetProtectionRuleExclusionResult._configure(
|
6110
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6111
|
+
exclusions=exclusions,
|
6112
|
+
target=target,
|
6113
|
+
)
|
6114
|
+
@staticmethod
|
6115
|
+
def _configure(
|
6116
|
+
_setter: Callable[[Any, Any], None],
|
6117
|
+
exclusions: Sequence[str],
|
6118
|
+
target: str,
|
6119
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6120
|
+
_setter("exclusions", exclusions)
|
6121
|
+
_setter("target", target)
|
5093
6122
|
|
5094
6123
|
@property
|
5095
6124
|
@pulumi.getter
|
@@ -5117,10 +6146,23 @@ class GetProtectionRulesFilterResult(dict):
|
|
5117
6146
|
"""
|
5118
6147
|
:param str name: The name of the protection rule.
|
5119
6148
|
"""
|
5120
|
-
|
5121
|
-
|
6149
|
+
GetProtectionRulesFilterResult._configure(
|
6150
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6151
|
+
name=name,
|
6152
|
+
values=values,
|
6153
|
+
regex=regex,
|
6154
|
+
)
|
6155
|
+
@staticmethod
|
6156
|
+
def _configure(
|
6157
|
+
_setter: Callable[[Any, Any], None],
|
6158
|
+
name: str,
|
6159
|
+
values: Sequence[str],
|
6160
|
+
regex: Optional[bool] = None,
|
6161
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6162
|
+
_setter("name", name)
|
6163
|
+
_setter("values", values)
|
5122
6164
|
if regex is not None:
|
5123
|
-
|
6165
|
+
_setter("regex", regex)
|
5124
6166
|
|
5125
6167
|
@property
|
5126
6168
|
@pulumi.getter
|
@@ -5162,14 +6204,37 @@ class GetProtectionRulesProtectionRuleResult(dict):
|
|
5162
6204
|
:param str name: The name of the protection rule.
|
5163
6205
|
:param str waas_policy_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the WAAS policy.
|
5164
6206
|
"""
|
5165
|
-
|
5166
|
-
|
5167
|
-
|
5168
|
-
|
5169
|
-
|
5170
|
-
|
5171
|
-
|
5172
|
-
|
6207
|
+
GetProtectionRulesProtectionRuleResult._configure(
|
6208
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6209
|
+
action=action,
|
6210
|
+
description=description,
|
6211
|
+
exclusions=exclusions,
|
6212
|
+
key=key,
|
6213
|
+
labels=labels,
|
6214
|
+
mod_security_rule_ids=mod_security_rule_ids,
|
6215
|
+
name=name,
|
6216
|
+
waas_policy_id=waas_policy_id,
|
6217
|
+
)
|
6218
|
+
@staticmethod
|
6219
|
+
def _configure(
|
6220
|
+
_setter: Callable[[Any, Any], None],
|
6221
|
+
action: str,
|
6222
|
+
description: str,
|
6223
|
+
exclusions: Sequence['outputs.GetProtectionRulesProtectionRuleExclusionResult'],
|
6224
|
+
key: str,
|
6225
|
+
labels: Sequence[str],
|
6226
|
+
mod_security_rule_ids: Sequence[str],
|
6227
|
+
name: str,
|
6228
|
+
waas_policy_id: str,
|
6229
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6230
|
+
_setter("action", action)
|
6231
|
+
_setter("description", description)
|
6232
|
+
_setter("exclusions", exclusions)
|
6233
|
+
_setter("key", key)
|
6234
|
+
_setter("labels", labels)
|
6235
|
+
_setter("mod_security_rule_ids", mod_security_rule_ids)
|
6236
|
+
_setter("name", name)
|
6237
|
+
_setter("waas_policy_id", waas_policy_id)
|
5173
6238
|
|
5174
6239
|
@property
|
5175
6240
|
@pulumi.getter
|
@@ -5245,8 +6310,19 @@ class GetProtectionRulesProtectionRuleExclusionResult(dict):
|
|
5245
6310
|
:param Sequence[str] exclusions: An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
|
5246
6311
|
:param str target: The target of the exclusion.
|
5247
6312
|
"""
|
5248
|
-
|
5249
|
-
|
6313
|
+
GetProtectionRulesProtectionRuleExclusionResult._configure(
|
6314
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6315
|
+
exclusions=exclusions,
|
6316
|
+
target=target,
|
6317
|
+
)
|
6318
|
+
@staticmethod
|
6319
|
+
def _configure(
|
6320
|
+
_setter: Callable[[Any, Any], None],
|
6321
|
+
exclusions: Sequence[str],
|
6322
|
+
target: str,
|
6323
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6324
|
+
_setter("exclusions", exclusions)
|
6325
|
+
_setter("target", target)
|
5250
6326
|
|
5251
6327
|
@property
|
5252
6328
|
@pulumi.getter
|
@@ -5274,10 +6350,23 @@ class GetWaasPoliciesFilterResult(dict):
|
|
5274
6350
|
"""
|
5275
6351
|
:param str name: The unique name of the whitelist.
|
5276
6352
|
"""
|
5277
|
-
|
5278
|
-
|
6353
|
+
GetWaasPoliciesFilterResult._configure(
|
6354
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6355
|
+
name=name,
|
6356
|
+
values=values,
|
6357
|
+
regex=regex,
|
6358
|
+
)
|
6359
|
+
@staticmethod
|
6360
|
+
def _configure(
|
6361
|
+
_setter: Callable[[Any, Any], None],
|
6362
|
+
name: str,
|
6363
|
+
values: Sequence[str],
|
6364
|
+
regex: Optional[bool] = None,
|
6365
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6366
|
+
_setter("name", name)
|
6367
|
+
_setter("values", values)
|
5279
6368
|
if regex is not None:
|
5280
|
-
|
6369
|
+
_setter("regex", regex)
|
5281
6370
|
|
5282
6371
|
@property
|
5283
6372
|
@pulumi.getter
|
@@ -5331,20 +6420,55 @@ class GetWaasPoliciesWaasPolicyResult(dict):
|
|
5331
6420
|
:param str time_created: The date and time the policy was created, expressed in RFC 3339 timestamp format.
|
5332
6421
|
:param Sequence['GetWaasPoliciesWaasPolicyWafConfigArgs'] waf_configs: The Web Application Firewall configuration for the WAAS policy.
|
5333
6422
|
"""
|
5334
|
-
|
5335
|
-
|
5336
|
-
|
5337
|
-
|
5338
|
-
|
5339
|
-
|
5340
|
-
|
5341
|
-
|
5342
|
-
|
5343
|
-
|
5344
|
-
|
5345
|
-
|
5346
|
-
|
5347
|
-
|
6423
|
+
GetWaasPoliciesWaasPolicyResult._configure(
|
6424
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6425
|
+
additional_domains=additional_domains,
|
6426
|
+
cname=cname,
|
6427
|
+
compartment_id=compartment_id,
|
6428
|
+
defined_tags=defined_tags,
|
6429
|
+
display_name=display_name,
|
6430
|
+
domain=domain,
|
6431
|
+
freeform_tags=freeform_tags,
|
6432
|
+
id=id,
|
6433
|
+
origin_groups=origin_groups,
|
6434
|
+
origins=origins,
|
6435
|
+
policy_configs=policy_configs,
|
6436
|
+
state=state,
|
6437
|
+
time_created=time_created,
|
6438
|
+
waf_configs=waf_configs,
|
6439
|
+
)
|
6440
|
+
@staticmethod
|
6441
|
+
def _configure(
|
6442
|
+
_setter: Callable[[Any, Any], None],
|
6443
|
+
additional_domains: Sequence[str],
|
6444
|
+
cname: str,
|
6445
|
+
compartment_id: str,
|
6446
|
+
defined_tags: Mapping[str, Any],
|
6447
|
+
display_name: str,
|
6448
|
+
domain: str,
|
6449
|
+
freeform_tags: Mapping[str, Any],
|
6450
|
+
id: str,
|
6451
|
+
origin_groups: Sequence['outputs.GetWaasPoliciesWaasPolicyOriginGroupResult'],
|
6452
|
+
origins: Sequence['outputs.GetWaasPoliciesWaasPolicyOriginResult'],
|
6453
|
+
policy_configs: Sequence['outputs.GetWaasPoliciesWaasPolicyPolicyConfigResult'],
|
6454
|
+
state: str,
|
6455
|
+
time_created: str,
|
6456
|
+
waf_configs: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigResult'],
|
6457
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6458
|
+
_setter("additional_domains", additional_domains)
|
6459
|
+
_setter("cname", cname)
|
6460
|
+
_setter("compartment_id", compartment_id)
|
6461
|
+
_setter("defined_tags", defined_tags)
|
6462
|
+
_setter("display_name", display_name)
|
6463
|
+
_setter("domain", domain)
|
6464
|
+
_setter("freeform_tags", freeform_tags)
|
6465
|
+
_setter("id", id)
|
6466
|
+
_setter("origin_groups", origin_groups)
|
6467
|
+
_setter("origins", origins)
|
6468
|
+
_setter("policy_configs", policy_configs)
|
6469
|
+
_setter("state", state)
|
6470
|
+
_setter("time_created", time_created)
|
6471
|
+
_setter("waf_configs", waf_configs)
|
5348
6472
|
|
5349
6473
|
@property
|
5350
6474
|
@pulumi.getter(name="additionalDomains")
|
@@ -5473,11 +6597,28 @@ class GetWaasPoliciesWaasPolicyOriginResult(dict):
|
|
5473
6597
|
:param int https_port: The HTTPS port on the origin that the web application listens on. If unspecified, defaults to `443`. If `0` is specified - the origin is not used for HTTPS traffic.
|
5474
6598
|
:param str uri: The URI of the origin. Does not support paths. Port numbers should be specified in the `httpPort` and `httpsPort` fields.
|
5475
6599
|
"""
|
5476
|
-
|
5477
|
-
|
5478
|
-
|
5479
|
-
|
5480
|
-
|
6600
|
+
GetWaasPoliciesWaasPolicyOriginResult._configure(
|
6601
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6602
|
+
custom_headers=custom_headers,
|
6603
|
+
http_port=http_port,
|
6604
|
+
https_port=https_port,
|
6605
|
+
label=label,
|
6606
|
+
uri=uri,
|
6607
|
+
)
|
6608
|
+
@staticmethod
|
6609
|
+
def _configure(
|
6610
|
+
_setter: Callable[[Any, Any], None],
|
6611
|
+
custom_headers: Sequence['outputs.GetWaasPoliciesWaasPolicyOriginCustomHeaderResult'],
|
6612
|
+
http_port: int,
|
6613
|
+
https_port: int,
|
6614
|
+
label: str,
|
6615
|
+
uri: str,
|
6616
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6617
|
+
_setter("custom_headers", custom_headers)
|
6618
|
+
_setter("http_port", http_port)
|
6619
|
+
_setter("https_port", https_port)
|
6620
|
+
_setter("label", label)
|
6621
|
+
_setter("uri", uri)
|
5481
6622
|
|
5482
6623
|
@property
|
5483
6624
|
@pulumi.getter(name="customHeaders")
|
@@ -5526,8 +6667,19 @@ class GetWaasPoliciesWaasPolicyOriginCustomHeaderResult(dict):
|
|
5526
6667
|
:param str name: The unique name of the whitelist.
|
5527
6668
|
:param str value: The value of the header.
|
5528
6669
|
"""
|
5529
|
-
|
5530
|
-
|
6670
|
+
GetWaasPoliciesWaasPolicyOriginCustomHeaderResult._configure(
|
6671
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6672
|
+
name=name,
|
6673
|
+
value=value,
|
6674
|
+
)
|
6675
|
+
@staticmethod
|
6676
|
+
def _configure(
|
6677
|
+
_setter: Callable[[Any, Any], None],
|
6678
|
+
name: str,
|
6679
|
+
value: str,
|
6680
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6681
|
+
_setter("name", name)
|
6682
|
+
_setter("value", value)
|
5531
6683
|
|
5532
6684
|
@property
|
5533
6685
|
@pulumi.getter
|
@@ -5551,8 +6703,19 @@ class GetWaasPoliciesWaasPolicyOriginGroupResult(dict):
|
|
5551
6703
|
def __init__(__self__, *,
|
5552
6704
|
label: str,
|
5553
6705
|
origin_groups: Sequence['outputs.GetWaasPoliciesWaasPolicyOriginGroupOriginGroupResult']):
|
5554
|
-
|
5555
|
-
|
6706
|
+
GetWaasPoliciesWaasPolicyOriginGroupResult._configure(
|
6707
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6708
|
+
label=label,
|
6709
|
+
origin_groups=origin_groups,
|
6710
|
+
)
|
6711
|
+
@staticmethod
|
6712
|
+
def _configure(
|
6713
|
+
_setter: Callable[[Any, Any], None],
|
6714
|
+
label: str,
|
6715
|
+
origin_groups: Sequence['outputs.GetWaasPoliciesWaasPolicyOriginGroupOriginGroupResult'],
|
6716
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6717
|
+
_setter("label", label)
|
6718
|
+
_setter("origin_groups", origin_groups)
|
5556
6719
|
|
5557
6720
|
@property
|
5558
6721
|
@pulumi.getter
|
@@ -5573,8 +6736,19 @@ class GetWaasPoliciesWaasPolicyOriginGroupOriginGroupResult(dict):
|
|
5573
6736
|
"""
|
5574
6737
|
:param str origin: The key in the map of origins referencing the origin used for the Web Application Firewall. The origin must already be included in `Origins`. Required when creating the `WafConfig` resource, but not on update.
|
5575
6738
|
"""
|
5576
|
-
|
5577
|
-
|
6739
|
+
GetWaasPoliciesWaasPolicyOriginGroupOriginGroupResult._configure(
|
6740
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6741
|
+
origin=origin,
|
6742
|
+
weight=weight,
|
6743
|
+
)
|
6744
|
+
@staticmethod
|
6745
|
+
def _configure(
|
6746
|
+
_setter: Callable[[Any, Any], None],
|
6747
|
+
origin: str,
|
6748
|
+
weight: int,
|
6749
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6750
|
+
_setter("origin", origin)
|
6751
|
+
_setter("weight", weight)
|
5578
6752
|
|
5579
6753
|
@property
|
5580
6754
|
@pulumi.getter
|
@@ -5628,20 +6802,55 @@ class GetWaasPoliciesWaasPolicyPolicyConfigResult(dict):
|
|
5628
6802
|
* **TLS_V1_3:** corresponds to TLS 1.3 specification.
|
5629
6803
|
:param Sequence[str] websocket_path_prefixes: ModSecurity is not capable to inspect WebSockets. Therefore paths specified here have WAF disabled if Connection request header from the client has the value Upgrade (case insensitive matching) and Upgrade request header has the value websocket (case insensitive matching). Paths matches if the concatenation of request URL path and query starts with the contents of the one of `websocketPathPrefixes` array value. In All other cases challenges, like JSC, HIC and etc., remain active.
|
5630
6804
|
"""
|
5631
|
-
|
5632
|
-
|
5633
|
-
|
5634
|
-
|
5635
|
-
|
5636
|
-
|
5637
|
-
|
5638
|
-
|
5639
|
-
|
5640
|
-
|
5641
|
-
|
5642
|
-
|
5643
|
-
|
5644
|
-
|
6805
|
+
GetWaasPoliciesWaasPolicyPolicyConfigResult._configure(
|
6806
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
6807
|
+
certificate_id=certificate_id,
|
6808
|
+
cipher_group=cipher_group,
|
6809
|
+
client_address_header=client_address_header,
|
6810
|
+
health_checks=health_checks,
|
6811
|
+
is_behind_cdn=is_behind_cdn,
|
6812
|
+
is_cache_control_respected=is_cache_control_respected,
|
6813
|
+
is_https_enabled=is_https_enabled,
|
6814
|
+
is_https_forced=is_https_forced,
|
6815
|
+
is_origin_compression_enabled=is_origin_compression_enabled,
|
6816
|
+
is_response_buffering_enabled=is_response_buffering_enabled,
|
6817
|
+
is_sni_enabled=is_sni_enabled,
|
6818
|
+
load_balancing_methods=load_balancing_methods,
|
6819
|
+
tls_protocols=tls_protocols,
|
6820
|
+
websocket_path_prefixes=websocket_path_prefixes,
|
6821
|
+
)
|
6822
|
+
@staticmethod
|
6823
|
+
def _configure(
|
6824
|
+
_setter: Callable[[Any, Any], None],
|
6825
|
+
certificate_id: str,
|
6826
|
+
cipher_group: str,
|
6827
|
+
client_address_header: str,
|
6828
|
+
health_checks: Sequence['outputs.GetWaasPoliciesWaasPolicyPolicyConfigHealthCheckResult'],
|
6829
|
+
is_behind_cdn: bool,
|
6830
|
+
is_cache_control_respected: bool,
|
6831
|
+
is_https_enabled: bool,
|
6832
|
+
is_https_forced: bool,
|
6833
|
+
is_origin_compression_enabled: bool,
|
6834
|
+
is_response_buffering_enabled: bool,
|
6835
|
+
is_sni_enabled: bool,
|
6836
|
+
load_balancing_methods: Sequence['outputs.GetWaasPoliciesWaasPolicyPolicyConfigLoadBalancingMethodResult'],
|
6837
|
+
tls_protocols: Sequence[str],
|
6838
|
+
websocket_path_prefixes: Sequence[str],
|
6839
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
6840
|
+
_setter("certificate_id", certificate_id)
|
6841
|
+
_setter("cipher_group", cipher_group)
|
6842
|
+
_setter("client_address_header", client_address_header)
|
6843
|
+
_setter("health_checks", health_checks)
|
6844
|
+
_setter("is_behind_cdn", is_behind_cdn)
|
6845
|
+
_setter("is_cache_control_respected", is_cache_control_respected)
|
6846
|
+
_setter("is_https_enabled", is_https_enabled)
|
6847
|
+
_setter("is_https_forced", is_https_forced)
|
6848
|
+
_setter("is_origin_compression_enabled", is_origin_compression_enabled)
|
6849
|
+
_setter("is_response_buffering_enabled", is_response_buffering_enabled)
|
6850
|
+
_setter("is_sni_enabled", is_sni_enabled)
|
6851
|
+
_setter("load_balancing_methods", load_balancing_methods)
|
6852
|
+
_setter("tls_protocols", tls_protocols)
|
6853
|
+
_setter("websocket_path_prefixes", websocket_path_prefixes)
|
5645
6854
|
|
5646
6855
|
@property
|
5647
6856
|
@pulumi.getter(name="certificateId")
|
@@ -5795,17 +7004,46 @@ class GetWaasPoliciesWaasPolicyPolicyConfigHealthCheckResult(dict):
|
|
5795
7004
|
:param int timeout_in_seconds: Response timeout represents wait time until request is considered failed, in seconds.
|
5796
7005
|
:param int unhealthy_threshold: Number of failed health checks after which the server is marked down.
|
5797
7006
|
"""
|
5798
|
-
|
5799
|
-
|
5800
|
-
|
5801
|
-
|
5802
|
-
|
5803
|
-
|
5804
|
-
|
5805
|
-
|
5806
|
-
|
5807
|
-
|
5808
|
-
|
7007
|
+
GetWaasPoliciesWaasPolicyPolicyConfigHealthCheckResult._configure(
|
7008
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7009
|
+
expected_response_code_groups=expected_response_code_groups,
|
7010
|
+
expected_response_text=expected_response_text,
|
7011
|
+
headers=headers,
|
7012
|
+
healthy_threshold=healthy_threshold,
|
7013
|
+
interval_in_seconds=interval_in_seconds,
|
7014
|
+
is_enabled=is_enabled,
|
7015
|
+
is_response_text_check_enabled=is_response_text_check_enabled,
|
7016
|
+
method=method,
|
7017
|
+
path=path,
|
7018
|
+
timeout_in_seconds=timeout_in_seconds,
|
7019
|
+
unhealthy_threshold=unhealthy_threshold,
|
7020
|
+
)
|
7021
|
+
@staticmethod
|
7022
|
+
def _configure(
|
7023
|
+
_setter: Callable[[Any, Any], None],
|
7024
|
+
expected_response_code_groups: Sequence[str],
|
7025
|
+
expected_response_text: str,
|
7026
|
+
headers: Mapping[str, Any],
|
7027
|
+
healthy_threshold: int,
|
7028
|
+
interval_in_seconds: int,
|
7029
|
+
is_enabled: bool,
|
7030
|
+
is_response_text_check_enabled: bool,
|
7031
|
+
method: str,
|
7032
|
+
path: str,
|
7033
|
+
timeout_in_seconds: int,
|
7034
|
+
unhealthy_threshold: int,
|
7035
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7036
|
+
_setter("expected_response_code_groups", expected_response_code_groups)
|
7037
|
+
_setter("expected_response_text", expected_response_text)
|
7038
|
+
_setter("headers", headers)
|
7039
|
+
_setter("healthy_threshold", healthy_threshold)
|
7040
|
+
_setter("interval_in_seconds", interval_in_seconds)
|
7041
|
+
_setter("is_enabled", is_enabled)
|
7042
|
+
_setter("is_response_text_check_enabled", is_response_text_check_enabled)
|
7043
|
+
_setter("method", method)
|
7044
|
+
_setter("path", path)
|
7045
|
+
_setter("timeout_in_seconds", timeout_in_seconds)
|
7046
|
+
_setter("unhealthy_threshold", unhealthy_threshold)
|
5809
7047
|
|
5810
7048
|
@property
|
5811
7049
|
@pulumi.getter(name="expectedResponseCodeGroups")
|
@@ -5919,10 +7157,25 @@ class GetWaasPoliciesWaasPolicyPolicyConfigLoadBalancingMethodResult(dict):
|
|
5919
7157
|
* **[STICKY_COOKIE](https://www.terraform.io/iaas/api/#/en/waas/latest/datatypes/StickyCookieLoadBalancingMethod):** Adds a session cookie to the first response from the origin server and identifies the server that sent the response. The client's next request contains the cookie value, and nginx routes the request to the origin server that responded to the first request. STICKY_COOKIE load balancing method falls back to Round Robin for the first request.
|
5920
7158
|
:param str name: The unique name of the whitelist.
|
5921
7159
|
"""
|
5922
|
-
|
5923
|
-
|
5924
|
-
|
5925
|
-
|
7160
|
+
GetWaasPoliciesWaasPolicyPolicyConfigLoadBalancingMethodResult._configure(
|
7161
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7162
|
+
domain=domain,
|
7163
|
+
expiration_time_in_seconds=expiration_time_in_seconds,
|
7164
|
+
method=method,
|
7165
|
+
name=name,
|
7166
|
+
)
|
7167
|
+
@staticmethod
|
7168
|
+
def _configure(
|
7169
|
+
_setter: Callable[[Any, Any], None],
|
7170
|
+
domain: str,
|
7171
|
+
expiration_time_in_seconds: int,
|
7172
|
+
method: str,
|
7173
|
+
name: str,
|
7174
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7175
|
+
_setter("domain", domain)
|
7176
|
+
_setter("expiration_time_in_seconds", expiration_time_in_seconds)
|
7177
|
+
_setter("method", method)
|
7178
|
+
_setter("name", name)
|
5926
7179
|
|
5927
7180
|
@property
|
5928
7181
|
@pulumi.getter
|
@@ -5989,18 +7242,49 @@ class GetWaasPoliciesWaasPolicyWafConfigResult(dict):
|
|
5989
7242
|
:param Sequence['GetWaasPoliciesWaasPolicyWafConfigProtectionSettingArgs'] protection_settings: The settings to apply to protection rules.
|
5990
7243
|
:param Sequence['GetWaasPoliciesWaasPolicyWafConfigWhitelistArgs'] whitelists: A list of IP addresses that bypass the Web Application Firewall.
|
5991
7244
|
"""
|
5992
|
-
|
5993
|
-
|
5994
|
-
|
5995
|
-
|
5996
|
-
|
5997
|
-
|
5998
|
-
|
5999
|
-
|
6000
|
-
|
6001
|
-
|
6002
|
-
|
6003
|
-
|
7245
|
+
GetWaasPoliciesWaasPolicyWafConfigResult._configure(
|
7246
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7247
|
+
access_rules=access_rules,
|
7248
|
+
address_rate_limitings=address_rate_limitings,
|
7249
|
+
caching_rules=caching_rules,
|
7250
|
+
captchas=captchas,
|
7251
|
+
custom_protection_rules=custom_protection_rules,
|
7252
|
+
device_fingerprint_challenges=device_fingerprint_challenges,
|
7253
|
+
human_interaction_challenges=human_interaction_challenges,
|
7254
|
+
js_challenges=js_challenges,
|
7255
|
+
origin=origin,
|
7256
|
+
origin_groups=origin_groups,
|
7257
|
+
protection_settings=protection_settings,
|
7258
|
+
whitelists=whitelists,
|
7259
|
+
)
|
7260
|
+
@staticmethod
|
7261
|
+
def _configure(
|
7262
|
+
_setter: Callable[[Any, Any], None],
|
7263
|
+
access_rules: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigAccessRuleResult'],
|
7264
|
+
address_rate_limitings: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigAddressRateLimitingResult'],
|
7265
|
+
caching_rules: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigCachingRuleResult'],
|
7266
|
+
captchas: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigCaptchaResult'],
|
7267
|
+
custom_protection_rules: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigCustomProtectionRuleResult'],
|
7268
|
+
device_fingerprint_challenges: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigDeviceFingerprintChallengeResult'],
|
7269
|
+
human_interaction_challenges: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeResult'],
|
7270
|
+
js_challenges: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigJsChallengeResult'],
|
7271
|
+
origin: str,
|
7272
|
+
origin_groups: Sequence[str],
|
7273
|
+
protection_settings: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigProtectionSettingResult'],
|
7274
|
+
whitelists: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigWhitelistResult'],
|
7275
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7276
|
+
_setter("access_rules", access_rules)
|
7277
|
+
_setter("address_rate_limitings", address_rate_limitings)
|
7278
|
+
_setter("caching_rules", caching_rules)
|
7279
|
+
_setter("captchas", captchas)
|
7280
|
+
_setter("custom_protection_rules", custom_protection_rules)
|
7281
|
+
_setter("device_fingerprint_challenges", device_fingerprint_challenges)
|
7282
|
+
_setter("human_interaction_challenges", human_interaction_challenges)
|
7283
|
+
_setter("js_challenges", js_challenges)
|
7284
|
+
_setter("origin", origin)
|
7285
|
+
_setter("origin_groups", origin_groups)
|
7286
|
+
_setter("protection_settings", protection_settings)
|
7287
|
+
_setter("whitelists", whitelists)
|
6004
7288
|
|
6005
7289
|
@property
|
6006
7290
|
@pulumi.getter(name="accessRules")
|
@@ -6142,22 +7426,61 @@ class GetWaasPoliciesWaasPolicyWafConfigAccessRuleResult(dict):
|
|
6142
7426
|
:param str redirect_url: The target to which the request should be redirected, represented as a URI reference. Required when `action` is `REDIRECT`.
|
6143
7427
|
:param Sequence['GetWaasPoliciesWaasPolicyWafConfigAccessRuleResponseHeaderManipulationArgs'] response_header_manipulations: An object that represents an action to apply to an HTTP response headers if all rule criteria will be matched regardless of `action` value.
|
6144
7428
|
"""
|
6145
|
-
|
6146
|
-
|
6147
|
-
|
6148
|
-
|
6149
|
-
|
6150
|
-
|
6151
|
-
|
6152
|
-
|
6153
|
-
|
6154
|
-
|
6155
|
-
|
6156
|
-
|
6157
|
-
|
6158
|
-
|
6159
|
-
|
6160
|
-
|
7429
|
+
GetWaasPoliciesWaasPolicyWafConfigAccessRuleResult._configure(
|
7430
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7431
|
+
action=action,
|
7432
|
+
block_action=block_action,
|
7433
|
+
block_error_page_code=block_error_page_code,
|
7434
|
+
block_error_page_description=block_error_page_description,
|
7435
|
+
block_error_page_message=block_error_page_message,
|
7436
|
+
block_response_code=block_response_code,
|
7437
|
+
bypass_challenges=bypass_challenges,
|
7438
|
+
captcha_footer=captcha_footer,
|
7439
|
+
captcha_header=captcha_header,
|
7440
|
+
captcha_submit_label=captcha_submit_label,
|
7441
|
+
captcha_title=captcha_title,
|
7442
|
+
criterias=criterias,
|
7443
|
+
name=name,
|
7444
|
+
redirect_response_code=redirect_response_code,
|
7445
|
+
redirect_url=redirect_url,
|
7446
|
+
response_header_manipulations=response_header_manipulations,
|
7447
|
+
)
|
7448
|
+
@staticmethod
|
7449
|
+
def _configure(
|
7450
|
+
_setter: Callable[[Any, Any], None],
|
7451
|
+
action: str,
|
7452
|
+
block_action: str,
|
7453
|
+
block_error_page_code: str,
|
7454
|
+
block_error_page_description: str,
|
7455
|
+
block_error_page_message: str,
|
7456
|
+
block_response_code: int,
|
7457
|
+
bypass_challenges: Sequence[str],
|
7458
|
+
captcha_footer: str,
|
7459
|
+
captcha_header: str,
|
7460
|
+
captcha_submit_label: str,
|
7461
|
+
captcha_title: str,
|
7462
|
+
criterias: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigAccessRuleCriteriaResult'],
|
7463
|
+
name: str,
|
7464
|
+
redirect_response_code: str,
|
7465
|
+
redirect_url: str,
|
7466
|
+
response_header_manipulations: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigAccessRuleResponseHeaderManipulationResult'],
|
7467
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7468
|
+
_setter("action", action)
|
7469
|
+
_setter("block_action", block_action)
|
7470
|
+
_setter("block_error_page_code", block_error_page_code)
|
7471
|
+
_setter("block_error_page_description", block_error_page_description)
|
7472
|
+
_setter("block_error_page_message", block_error_page_message)
|
7473
|
+
_setter("block_response_code", block_response_code)
|
7474
|
+
_setter("bypass_challenges", bypass_challenges)
|
7475
|
+
_setter("captcha_footer", captcha_footer)
|
7476
|
+
_setter("captcha_header", captcha_header)
|
7477
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
7478
|
+
_setter("captcha_title", captcha_title)
|
7479
|
+
_setter("criterias", criterias)
|
7480
|
+
_setter("name", name)
|
7481
|
+
_setter("redirect_response_code", redirect_response_code)
|
7482
|
+
_setter("redirect_url", redirect_url)
|
7483
|
+
_setter("response_header_manipulations", response_header_manipulations)
|
6161
7484
|
|
6162
7485
|
@property
|
6163
7486
|
@pulumi.getter
|
@@ -6321,9 +7644,22 @@ class GetWaasPoliciesWaasPolicyWafConfigAccessRuleCriteriaResult(dict):
|
|
6321
7644
|
:param bool is_case_sensitive: When enabled, the condition will be matched with case-sensitive rules.
|
6322
7645
|
:param str value: The value of the header.
|
6323
7646
|
"""
|
6324
|
-
|
6325
|
-
|
6326
|
-
|
7647
|
+
GetWaasPoliciesWaasPolicyWafConfigAccessRuleCriteriaResult._configure(
|
7648
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7649
|
+
condition=condition,
|
7650
|
+
is_case_sensitive=is_case_sensitive,
|
7651
|
+
value=value,
|
7652
|
+
)
|
7653
|
+
@staticmethod
|
7654
|
+
def _configure(
|
7655
|
+
_setter: Callable[[Any, Any], None],
|
7656
|
+
condition: str,
|
7657
|
+
is_case_sensitive: bool,
|
7658
|
+
value: str,
|
7659
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7660
|
+
_setter("condition", condition)
|
7661
|
+
_setter("is_case_sensitive", is_case_sensitive)
|
7662
|
+
_setter("value", value)
|
6327
7663
|
|
6328
7664
|
@property
|
6329
7665
|
@pulumi.getter
|
@@ -6377,9 +7713,22 @@ class GetWaasPoliciesWaasPolicyWafConfigAccessRuleResponseHeaderManipulationResu
|
|
6377
7713
|
:param str header: A header field name that conforms to RFC 7230. Example: `example_header_name`
|
6378
7714
|
:param str value: The value of the header.
|
6379
7715
|
"""
|
6380
|
-
|
6381
|
-
|
6382
|
-
|
7716
|
+
GetWaasPoliciesWaasPolicyWafConfigAccessRuleResponseHeaderManipulationResult._configure(
|
7717
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7718
|
+
action=action,
|
7719
|
+
header=header,
|
7720
|
+
value=value,
|
7721
|
+
)
|
7722
|
+
@staticmethod
|
7723
|
+
def _configure(
|
7724
|
+
_setter: Callable[[Any, Any], None],
|
7725
|
+
action: str,
|
7726
|
+
header: str,
|
7727
|
+
value: str,
|
7728
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7729
|
+
_setter("action", action)
|
7730
|
+
_setter("header", header)
|
7731
|
+
_setter("value", value)
|
6383
7732
|
|
6384
7733
|
@property
|
6385
7734
|
@pulumi.getter
|
@@ -6419,10 +7768,25 @@ class GetWaasPoliciesWaasPolicyWafConfigAddressRateLimitingResult(dict):
|
|
6419
7768
|
:param bool is_enabled: Enables or disables the JavaScript challenge Web Application Firewall feature.
|
6420
7769
|
:param int max_delayed_count_per_address: The maximum number of requests allowed to be queued before subsequent requests are dropped. If unspecified, defaults to `10`.
|
6421
7770
|
"""
|
6422
|
-
|
6423
|
-
|
6424
|
-
|
6425
|
-
|
7771
|
+
GetWaasPoliciesWaasPolicyWafConfigAddressRateLimitingResult._configure(
|
7772
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7773
|
+
allowed_rate_per_address=allowed_rate_per_address,
|
7774
|
+
block_response_code=block_response_code,
|
7775
|
+
is_enabled=is_enabled,
|
7776
|
+
max_delayed_count_per_address=max_delayed_count_per_address,
|
7777
|
+
)
|
7778
|
+
@staticmethod
|
7779
|
+
def _configure(
|
7780
|
+
_setter: Callable[[Any, Any], None],
|
7781
|
+
allowed_rate_per_address: int,
|
7782
|
+
block_response_code: int,
|
7783
|
+
is_enabled: bool,
|
7784
|
+
max_delayed_count_per_address: int,
|
7785
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7786
|
+
_setter("allowed_rate_per_address", allowed_rate_per_address)
|
7787
|
+
_setter("block_response_code", block_response_code)
|
7788
|
+
_setter("is_enabled", is_enabled)
|
7789
|
+
_setter("max_delayed_count_per_address", max_delayed_count_per_address)
|
6426
7790
|
|
6427
7791
|
@property
|
6428
7792
|
@pulumi.getter(name="allowedRatePerAddress")
|
@@ -6476,13 +7840,34 @@ class GetWaasPoliciesWaasPolicyWafConfigCachingRuleResult(dict):
|
|
6476
7840
|
:param str key: The unique key for the caching rule.
|
6477
7841
|
:param str name: The unique name of the whitelist.
|
6478
7842
|
"""
|
6479
|
-
|
6480
|
-
|
6481
|
-
|
6482
|
-
|
6483
|
-
|
6484
|
-
|
6485
|
-
|
7843
|
+
GetWaasPoliciesWaasPolicyWafConfigCachingRuleResult._configure(
|
7844
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7845
|
+
action=action,
|
7846
|
+
caching_duration=caching_duration,
|
7847
|
+
client_caching_duration=client_caching_duration,
|
7848
|
+
criterias=criterias,
|
7849
|
+
is_client_caching_enabled=is_client_caching_enabled,
|
7850
|
+
key=key,
|
7851
|
+
name=name,
|
7852
|
+
)
|
7853
|
+
@staticmethod
|
7854
|
+
def _configure(
|
7855
|
+
_setter: Callable[[Any, Any], None],
|
7856
|
+
action: str,
|
7857
|
+
caching_duration: str,
|
7858
|
+
client_caching_duration: str,
|
7859
|
+
criterias: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigCachingRuleCriteriaResult'],
|
7860
|
+
is_client_caching_enabled: bool,
|
7861
|
+
key: str,
|
7862
|
+
name: str,
|
7863
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7864
|
+
_setter("action", action)
|
7865
|
+
_setter("caching_duration", caching_duration)
|
7866
|
+
_setter("client_caching_duration", client_caching_duration)
|
7867
|
+
_setter("criterias", criterias)
|
7868
|
+
_setter("is_client_caching_enabled", is_client_caching_enabled)
|
7869
|
+
_setter("key", key)
|
7870
|
+
_setter("name", name)
|
6486
7871
|
|
6487
7872
|
@property
|
6488
7873
|
@pulumi.getter
|
@@ -6566,8 +7951,19 @@ class GetWaasPoliciesWaasPolicyWafConfigCachingRuleCriteriaResult(dict):
|
|
6566
7951
|
* **HTTP_METHOD_IS:** Matches if the request method is identical to one of the values listed in field. The `value` in this case is string with one or multiple HTTP methods separated by new line symbol \\n The list of available methods: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`
|
6567
7952
|
:param str value: The value of the header.
|
6568
7953
|
"""
|
6569
|
-
|
6570
|
-
|
7954
|
+
GetWaasPoliciesWaasPolicyWafConfigCachingRuleCriteriaResult._configure(
|
7955
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
7956
|
+
condition=condition,
|
7957
|
+
value=value,
|
7958
|
+
)
|
7959
|
+
@staticmethod
|
7960
|
+
def _configure(
|
7961
|
+
_setter: Callable[[Any, Any], None],
|
7962
|
+
condition: str,
|
7963
|
+
value: str,
|
7964
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
7965
|
+
_setter("condition", condition)
|
7966
|
+
_setter("value", value)
|
6571
7967
|
|
6572
7968
|
@property
|
6573
7969
|
@pulumi.getter
|
@@ -6621,13 +8017,34 @@ class GetWaasPoliciesWaasPolicyWafConfigCaptchaResult(dict):
|
|
6621
8017
|
:param str title: The title used when displaying a CAPTCHA challenge. If unspecified, defaults to `Are you human?`
|
6622
8018
|
:param str url: The unique URL path at which to show the CAPTCHA challenge.
|
6623
8019
|
"""
|
6624
|
-
|
6625
|
-
|
6626
|
-
|
6627
|
-
|
6628
|
-
|
6629
|
-
|
6630
|
-
|
8020
|
+
GetWaasPoliciesWaasPolicyWafConfigCaptchaResult._configure(
|
8021
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8022
|
+
failure_message=failure_message,
|
8023
|
+
footer_text=footer_text,
|
8024
|
+
header_text=header_text,
|
8025
|
+
session_expiration_in_seconds=session_expiration_in_seconds,
|
8026
|
+
submit_label=submit_label,
|
8027
|
+
title=title,
|
8028
|
+
url=url,
|
8029
|
+
)
|
8030
|
+
@staticmethod
|
8031
|
+
def _configure(
|
8032
|
+
_setter: Callable[[Any, Any], None],
|
8033
|
+
failure_message: str,
|
8034
|
+
footer_text: str,
|
8035
|
+
header_text: str,
|
8036
|
+
session_expiration_in_seconds: int,
|
8037
|
+
submit_label: str,
|
8038
|
+
title: str,
|
8039
|
+
url: str,
|
8040
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8041
|
+
_setter("failure_message", failure_message)
|
8042
|
+
_setter("footer_text", footer_text)
|
8043
|
+
_setter("header_text", header_text)
|
8044
|
+
_setter("session_expiration_in_seconds", session_expiration_in_seconds)
|
8045
|
+
_setter("submit_label", submit_label)
|
8046
|
+
_setter("title", title)
|
8047
|
+
_setter("url", url)
|
6631
8048
|
|
6632
8049
|
@property
|
6633
8050
|
@pulumi.getter(name="failureMessage")
|
@@ -6697,9 +8114,22 @@ class GetWaasPoliciesWaasPolicyWafConfigCustomProtectionRuleResult(dict):
|
|
6697
8114
|
:param Sequence['GetWaasPoliciesWaasPolicyWafConfigCustomProtectionRuleExclusionArgs'] exclusions: An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
|
6698
8115
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule.
|
6699
8116
|
"""
|
6700
|
-
|
6701
|
-
|
6702
|
-
|
8117
|
+
GetWaasPoliciesWaasPolicyWafConfigCustomProtectionRuleResult._configure(
|
8118
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8119
|
+
action=action,
|
8120
|
+
exclusions=exclusions,
|
8121
|
+
id=id,
|
8122
|
+
)
|
8123
|
+
@staticmethod
|
8124
|
+
def _configure(
|
8125
|
+
_setter: Callable[[Any, Any], None],
|
8126
|
+
action: str,
|
8127
|
+
exclusions: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigCustomProtectionRuleExclusionResult'],
|
8128
|
+
id: str,
|
8129
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8130
|
+
_setter("action", action)
|
8131
|
+
_setter("exclusions", exclusions)
|
8132
|
+
_setter("id", id)
|
6703
8133
|
|
6704
8134
|
@property
|
6705
8135
|
@pulumi.getter
|
@@ -6735,8 +8165,19 @@ class GetWaasPoliciesWaasPolicyWafConfigCustomProtectionRuleExclusionResult(dict
|
|
6735
8165
|
:param Sequence[str] exclusions: An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
|
6736
8166
|
:param str target: The target of the exclusion.
|
6737
8167
|
"""
|
6738
|
-
|
6739
|
-
|
8168
|
+
GetWaasPoliciesWaasPolicyWafConfigCustomProtectionRuleExclusionResult._configure(
|
8169
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8170
|
+
exclusions=exclusions,
|
8171
|
+
target=target,
|
8172
|
+
)
|
8173
|
+
@staticmethod
|
8174
|
+
def _configure(
|
8175
|
+
_setter: Callable[[Any, Any], None],
|
8176
|
+
exclusions: Sequence[str],
|
8177
|
+
target: str,
|
8178
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8179
|
+
_setter("exclusions", exclusions)
|
8180
|
+
_setter("target", target)
|
6740
8181
|
|
6741
8182
|
@property
|
6742
8183
|
@pulumi.getter
|
@@ -6776,14 +8217,37 @@ class GetWaasPoliciesWaasPolicyWafConfigDeviceFingerprintChallengeResult(dict):
|
|
6776
8217
|
:param int max_address_count: The maximum number of IP addresses permitted with the same device fingerprint. If unspecified, defaults to `20`.
|
6777
8218
|
:param int max_address_count_expiration_in_seconds: The number of seconds before the maximum addresses count resets. If unspecified, defaults to `60`.
|
6778
8219
|
"""
|
6779
|
-
|
6780
|
-
|
6781
|
-
|
6782
|
-
|
6783
|
-
|
6784
|
-
|
6785
|
-
|
6786
|
-
|
8220
|
+
GetWaasPoliciesWaasPolicyWafConfigDeviceFingerprintChallengeResult._configure(
|
8221
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8222
|
+
action=action,
|
8223
|
+
action_expiration_in_seconds=action_expiration_in_seconds,
|
8224
|
+
challenge_settings=challenge_settings,
|
8225
|
+
failure_threshold=failure_threshold,
|
8226
|
+
failure_threshold_expiration_in_seconds=failure_threshold_expiration_in_seconds,
|
8227
|
+
is_enabled=is_enabled,
|
8228
|
+
max_address_count=max_address_count,
|
8229
|
+
max_address_count_expiration_in_seconds=max_address_count_expiration_in_seconds,
|
8230
|
+
)
|
8231
|
+
@staticmethod
|
8232
|
+
def _configure(
|
8233
|
+
_setter: Callable[[Any, Any], None],
|
8234
|
+
action: str,
|
8235
|
+
action_expiration_in_seconds: int,
|
8236
|
+
challenge_settings: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigDeviceFingerprintChallengeChallengeSettingResult'],
|
8237
|
+
failure_threshold: int,
|
8238
|
+
failure_threshold_expiration_in_seconds: int,
|
8239
|
+
is_enabled: bool,
|
8240
|
+
max_address_count: int,
|
8241
|
+
max_address_count_expiration_in_seconds: int,
|
8242
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8243
|
+
_setter("action", action)
|
8244
|
+
_setter("action_expiration_in_seconds", action_expiration_in_seconds)
|
8245
|
+
_setter("challenge_settings", challenge_settings)
|
8246
|
+
_setter("failure_threshold", failure_threshold)
|
8247
|
+
_setter("failure_threshold_expiration_in_seconds", failure_threshold_expiration_in_seconds)
|
8248
|
+
_setter("is_enabled", is_enabled)
|
8249
|
+
_setter("max_address_count", max_address_count)
|
8250
|
+
_setter("max_address_count_expiration_in_seconds", max_address_count_expiration_in_seconds)
|
6787
8251
|
|
6788
8252
|
@property
|
6789
8253
|
@pulumi.getter
|
@@ -6873,15 +8337,40 @@ class GetWaasPoliciesWaasPolicyWafConfigDeviceFingerprintChallengeChallengeSetti
|
|
6873
8337
|
:param str captcha_submit_label: The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
|
6874
8338
|
:param str captcha_title: The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
|
6875
8339
|
"""
|
6876
|
-
|
6877
|
-
|
6878
|
-
|
6879
|
-
|
6880
|
-
|
6881
|
-
|
6882
|
-
|
6883
|
-
|
6884
|
-
|
8340
|
+
GetWaasPoliciesWaasPolicyWafConfigDeviceFingerprintChallengeChallengeSettingResult._configure(
|
8341
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8342
|
+
block_action=block_action,
|
8343
|
+
block_error_page_code=block_error_page_code,
|
8344
|
+
block_error_page_description=block_error_page_description,
|
8345
|
+
block_error_page_message=block_error_page_message,
|
8346
|
+
block_response_code=block_response_code,
|
8347
|
+
captcha_footer=captcha_footer,
|
8348
|
+
captcha_header=captcha_header,
|
8349
|
+
captcha_submit_label=captcha_submit_label,
|
8350
|
+
captcha_title=captcha_title,
|
8351
|
+
)
|
8352
|
+
@staticmethod
|
8353
|
+
def _configure(
|
8354
|
+
_setter: Callable[[Any, Any], None],
|
8355
|
+
block_action: str,
|
8356
|
+
block_error_page_code: str,
|
8357
|
+
block_error_page_description: str,
|
8358
|
+
block_error_page_message: str,
|
8359
|
+
block_response_code: int,
|
8360
|
+
captcha_footer: str,
|
8361
|
+
captcha_header: str,
|
8362
|
+
captcha_submit_label: str,
|
8363
|
+
captcha_title: str,
|
8364
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8365
|
+
_setter("block_action", block_action)
|
8366
|
+
_setter("block_error_page_code", block_error_page_code)
|
8367
|
+
_setter("block_error_page_description", block_error_page_description)
|
8368
|
+
_setter("block_error_page_message", block_error_page_message)
|
8369
|
+
_setter("block_response_code", block_response_code)
|
8370
|
+
_setter("captcha_footer", captcha_footer)
|
8371
|
+
_setter("captcha_header", captcha_header)
|
8372
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
8373
|
+
_setter("captcha_title", captcha_title)
|
6885
8374
|
|
6886
8375
|
@property
|
6887
8376
|
@pulumi.getter(name="blockAction")
|
@@ -6981,16 +8470,43 @@ class GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeResult(dict):
|
|
6981
8470
|
:param int recording_period_in_seconds: The number of seconds to record the interactions from the user. If unspecified, defaults to `15`.
|
6982
8471
|
:param Sequence['GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeSetHttpHeaderArgs'] set_http_headers: Adds an additional HTTP header to requests that fail the challenge before being passed to the origin. Only applicable when the `action` is set to `DETECT`.
|
6983
8472
|
"""
|
6984
|
-
|
6985
|
-
|
6986
|
-
|
6987
|
-
|
6988
|
-
|
6989
|
-
|
6990
|
-
|
6991
|
-
|
6992
|
-
|
6993
|
-
|
8473
|
+
GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeResult._configure(
|
8474
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8475
|
+
action=action,
|
8476
|
+
action_expiration_in_seconds=action_expiration_in_seconds,
|
8477
|
+
challenge_settings=challenge_settings,
|
8478
|
+
failure_threshold=failure_threshold,
|
8479
|
+
failure_threshold_expiration_in_seconds=failure_threshold_expiration_in_seconds,
|
8480
|
+
interaction_threshold=interaction_threshold,
|
8481
|
+
is_enabled=is_enabled,
|
8482
|
+
is_nat_enabled=is_nat_enabled,
|
8483
|
+
recording_period_in_seconds=recording_period_in_seconds,
|
8484
|
+
set_http_headers=set_http_headers,
|
8485
|
+
)
|
8486
|
+
@staticmethod
|
8487
|
+
def _configure(
|
8488
|
+
_setter: Callable[[Any, Any], None],
|
8489
|
+
action: str,
|
8490
|
+
action_expiration_in_seconds: int,
|
8491
|
+
challenge_settings: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeChallengeSettingResult'],
|
8492
|
+
failure_threshold: int,
|
8493
|
+
failure_threshold_expiration_in_seconds: int,
|
8494
|
+
interaction_threshold: int,
|
8495
|
+
is_enabled: bool,
|
8496
|
+
is_nat_enabled: bool,
|
8497
|
+
recording_period_in_seconds: int,
|
8498
|
+
set_http_headers: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeSetHttpHeaderResult'],
|
8499
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8500
|
+
_setter("action", action)
|
8501
|
+
_setter("action_expiration_in_seconds", action_expiration_in_seconds)
|
8502
|
+
_setter("challenge_settings", challenge_settings)
|
8503
|
+
_setter("failure_threshold", failure_threshold)
|
8504
|
+
_setter("failure_threshold_expiration_in_seconds", failure_threshold_expiration_in_seconds)
|
8505
|
+
_setter("interaction_threshold", interaction_threshold)
|
8506
|
+
_setter("is_enabled", is_enabled)
|
8507
|
+
_setter("is_nat_enabled", is_nat_enabled)
|
8508
|
+
_setter("recording_period_in_seconds", recording_period_in_seconds)
|
8509
|
+
_setter("set_http_headers", set_http_headers)
|
6994
8510
|
|
6995
8511
|
@property
|
6996
8512
|
@pulumi.getter
|
@@ -7096,15 +8612,40 @@ class GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeChallengeSettin
|
|
7096
8612
|
:param str captcha_submit_label: The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
|
7097
8613
|
:param str captcha_title: The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
|
7098
8614
|
"""
|
7099
|
-
|
7100
|
-
|
7101
|
-
|
7102
|
-
|
7103
|
-
|
7104
|
-
|
7105
|
-
|
7106
|
-
|
7107
|
-
|
8615
|
+
GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeChallengeSettingResult._configure(
|
8616
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8617
|
+
block_action=block_action,
|
8618
|
+
block_error_page_code=block_error_page_code,
|
8619
|
+
block_error_page_description=block_error_page_description,
|
8620
|
+
block_error_page_message=block_error_page_message,
|
8621
|
+
block_response_code=block_response_code,
|
8622
|
+
captcha_footer=captcha_footer,
|
8623
|
+
captcha_header=captcha_header,
|
8624
|
+
captcha_submit_label=captcha_submit_label,
|
8625
|
+
captcha_title=captcha_title,
|
8626
|
+
)
|
8627
|
+
@staticmethod
|
8628
|
+
def _configure(
|
8629
|
+
_setter: Callable[[Any, Any], None],
|
8630
|
+
block_action: str,
|
8631
|
+
block_error_page_code: str,
|
8632
|
+
block_error_page_description: str,
|
8633
|
+
block_error_page_message: str,
|
8634
|
+
block_response_code: int,
|
8635
|
+
captcha_footer: str,
|
8636
|
+
captcha_header: str,
|
8637
|
+
captcha_submit_label: str,
|
8638
|
+
captcha_title: str,
|
8639
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8640
|
+
_setter("block_action", block_action)
|
8641
|
+
_setter("block_error_page_code", block_error_page_code)
|
8642
|
+
_setter("block_error_page_description", block_error_page_description)
|
8643
|
+
_setter("block_error_page_message", block_error_page_message)
|
8644
|
+
_setter("block_response_code", block_response_code)
|
8645
|
+
_setter("captcha_footer", captcha_footer)
|
8646
|
+
_setter("captcha_header", captcha_header)
|
8647
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
8648
|
+
_setter("captcha_title", captcha_title)
|
7108
8649
|
|
7109
8650
|
@property
|
7110
8651
|
@pulumi.getter(name="blockAction")
|
@@ -7188,8 +8729,19 @@ class GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeSetHttpHeaderRe
|
|
7188
8729
|
:param str name: The unique name of the whitelist.
|
7189
8730
|
:param str value: The value of the header.
|
7190
8731
|
"""
|
7191
|
-
|
7192
|
-
|
8732
|
+
GetWaasPoliciesWaasPolicyWafConfigHumanInteractionChallengeSetHttpHeaderResult._configure(
|
8733
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8734
|
+
name=name,
|
8735
|
+
value=value,
|
8736
|
+
)
|
8737
|
+
@staticmethod
|
8738
|
+
def _configure(
|
8739
|
+
_setter: Callable[[Any, Any], None],
|
8740
|
+
name: str,
|
8741
|
+
value: str,
|
8742
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8743
|
+
_setter("name", name)
|
8744
|
+
_setter("value", value)
|
7193
8745
|
|
7194
8746
|
@property
|
7195
8747
|
@pulumi.getter
|
@@ -7231,15 +8783,40 @@ class GetWaasPoliciesWaasPolicyWafConfigJsChallengeResult(dict):
|
|
7231
8783
|
:param bool is_nat_enabled: When enabled, the user is identified not only by the IP address but also by an unique additional hash, which prevents blocking visitors with shared IP addresses.
|
7232
8784
|
:param Sequence['GetWaasPoliciesWaasPolicyWafConfigJsChallengeSetHttpHeaderArgs'] set_http_headers: Adds an additional HTTP header to requests that fail the challenge before being passed to the origin. Only applicable when the `action` is set to `DETECT`.
|
7233
8785
|
"""
|
7234
|
-
|
7235
|
-
|
7236
|
-
|
7237
|
-
|
7238
|
-
|
7239
|
-
|
7240
|
-
|
7241
|
-
|
7242
|
-
|
8786
|
+
GetWaasPoliciesWaasPolicyWafConfigJsChallengeResult._configure(
|
8787
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8788
|
+
action=action,
|
8789
|
+
action_expiration_in_seconds=action_expiration_in_seconds,
|
8790
|
+
are_redirects_challenged=are_redirects_challenged,
|
8791
|
+
challenge_settings=challenge_settings,
|
8792
|
+
criterias=criterias,
|
8793
|
+
failure_threshold=failure_threshold,
|
8794
|
+
is_enabled=is_enabled,
|
8795
|
+
is_nat_enabled=is_nat_enabled,
|
8796
|
+
set_http_headers=set_http_headers,
|
8797
|
+
)
|
8798
|
+
@staticmethod
|
8799
|
+
def _configure(
|
8800
|
+
_setter: Callable[[Any, Any], None],
|
8801
|
+
action: str,
|
8802
|
+
action_expiration_in_seconds: int,
|
8803
|
+
are_redirects_challenged: bool,
|
8804
|
+
challenge_settings: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigJsChallengeChallengeSettingResult'],
|
8805
|
+
criterias: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigJsChallengeCriteriaResult'],
|
8806
|
+
failure_threshold: int,
|
8807
|
+
is_enabled: bool,
|
8808
|
+
is_nat_enabled: bool,
|
8809
|
+
set_http_headers: Sequence['outputs.GetWaasPoliciesWaasPolicyWafConfigJsChallengeSetHttpHeaderResult'],
|
8810
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8811
|
+
_setter("action", action)
|
8812
|
+
_setter("action_expiration_in_seconds", action_expiration_in_seconds)
|
8813
|
+
_setter("are_redirects_challenged", are_redirects_challenged)
|
8814
|
+
_setter("challenge_settings", challenge_settings)
|
8815
|
+
_setter("criterias", criterias)
|
8816
|
+
_setter("failure_threshold", failure_threshold)
|
8817
|
+
_setter("is_enabled", is_enabled)
|
8818
|
+
_setter("is_nat_enabled", is_nat_enabled)
|
8819
|
+
_setter("set_http_headers", set_http_headers)
|
7243
8820
|
|
7244
8821
|
@property
|
7245
8822
|
@pulumi.getter
|
@@ -7337,15 +8914,40 @@ class GetWaasPoliciesWaasPolicyWafConfigJsChallengeChallengeSettingResult(dict):
|
|
7337
8914
|
:param str captcha_submit_label: The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
|
7338
8915
|
:param str captcha_title: The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
|
7339
8916
|
"""
|
7340
|
-
|
7341
|
-
|
7342
|
-
|
7343
|
-
|
7344
|
-
|
7345
|
-
|
7346
|
-
|
7347
|
-
|
7348
|
-
|
8917
|
+
GetWaasPoliciesWaasPolicyWafConfigJsChallengeChallengeSettingResult._configure(
|
8918
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
8919
|
+
block_action=block_action,
|
8920
|
+
block_error_page_code=block_error_page_code,
|
8921
|
+
block_error_page_description=block_error_page_description,
|
8922
|
+
block_error_page_message=block_error_page_message,
|
8923
|
+
block_response_code=block_response_code,
|
8924
|
+
captcha_footer=captcha_footer,
|
8925
|
+
captcha_header=captcha_header,
|
8926
|
+
captcha_submit_label=captcha_submit_label,
|
8927
|
+
captcha_title=captcha_title,
|
8928
|
+
)
|
8929
|
+
@staticmethod
|
8930
|
+
def _configure(
|
8931
|
+
_setter: Callable[[Any, Any], None],
|
8932
|
+
block_action: str,
|
8933
|
+
block_error_page_code: str,
|
8934
|
+
block_error_page_description: str,
|
8935
|
+
block_error_page_message: str,
|
8936
|
+
block_response_code: int,
|
8937
|
+
captcha_footer: str,
|
8938
|
+
captcha_header: str,
|
8939
|
+
captcha_submit_label: str,
|
8940
|
+
captcha_title: str,
|
8941
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
8942
|
+
_setter("block_action", block_action)
|
8943
|
+
_setter("block_error_page_code", block_error_page_code)
|
8944
|
+
_setter("block_error_page_description", block_error_page_description)
|
8945
|
+
_setter("block_error_page_message", block_error_page_message)
|
8946
|
+
_setter("block_response_code", block_response_code)
|
8947
|
+
_setter("captcha_footer", captcha_footer)
|
8948
|
+
_setter("captcha_header", captcha_header)
|
8949
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
8950
|
+
_setter("captcha_title", captcha_title)
|
7349
8951
|
|
7350
8952
|
@property
|
7351
8953
|
@pulumi.getter(name="blockAction")
|
@@ -7447,9 +9049,22 @@ class GetWaasPoliciesWaasPolicyWafConfigJsChallengeCriteriaResult(dict):
|
|
7447
9049
|
:param bool is_case_sensitive: When enabled, the condition will be matched with case-sensitive rules.
|
7448
9050
|
:param str value: The value of the header.
|
7449
9051
|
"""
|
7450
|
-
|
7451
|
-
|
7452
|
-
|
9052
|
+
GetWaasPoliciesWaasPolicyWafConfigJsChallengeCriteriaResult._configure(
|
9053
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9054
|
+
condition=condition,
|
9055
|
+
is_case_sensitive=is_case_sensitive,
|
9056
|
+
value=value,
|
9057
|
+
)
|
9058
|
+
@staticmethod
|
9059
|
+
def _configure(
|
9060
|
+
_setter: Callable[[Any, Any], None],
|
9061
|
+
condition: str,
|
9062
|
+
is_case_sensitive: bool,
|
9063
|
+
value: str,
|
9064
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9065
|
+
_setter("condition", condition)
|
9066
|
+
_setter("is_case_sensitive", is_case_sensitive)
|
9067
|
+
_setter("value", value)
|
7453
9068
|
|
7454
9069
|
@property
|
7455
9070
|
@pulumi.getter
|
@@ -7501,8 +9116,19 @@ class GetWaasPoliciesWaasPolicyWafConfigJsChallengeSetHttpHeaderResult(dict):
|
|
7501
9116
|
:param str name: The unique name of the whitelist.
|
7502
9117
|
:param str value: The value of the header.
|
7503
9118
|
"""
|
7504
|
-
|
7505
|
-
|
9119
|
+
GetWaasPoliciesWaasPolicyWafConfigJsChallengeSetHttpHeaderResult._configure(
|
9120
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9121
|
+
name=name,
|
9122
|
+
value=value,
|
9123
|
+
)
|
9124
|
+
@staticmethod
|
9125
|
+
def _configure(
|
9126
|
+
_setter: Callable[[Any, Any], None],
|
9127
|
+
name: str,
|
9128
|
+
value: str,
|
9129
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9130
|
+
_setter("name", name)
|
9131
|
+
_setter("value", value)
|
7506
9132
|
|
7507
9133
|
@property
|
7508
9134
|
@pulumi.getter
|
@@ -7552,19 +9178,52 @@ class GetWaasPoliciesWaasPolicyWafConfigProtectionSettingResult(dict):
|
|
7552
9178
|
:param Sequence[str] media_types: The list of media types to allow for inspection, if `isResponseInspected` is enabled. Only responses with MIME types in this list will be inspected. If unspecified, defaults to `["text/html", "text/plain", "text/xml"]`.
|
7553
9179
|
:param int recommendations_period_in_days: The length of time to analyze traffic traffic, in days. After the analysis period, `WafRecommendations` will be populated. If unspecified, defaults to `10`.
|
7554
9180
|
"""
|
7555
|
-
|
7556
|
-
|
7557
|
-
|
7558
|
-
|
7559
|
-
|
7560
|
-
|
7561
|
-
|
7562
|
-
|
7563
|
-
|
7564
|
-
|
7565
|
-
|
7566
|
-
|
7567
|
-
|
9181
|
+
GetWaasPoliciesWaasPolicyWafConfigProtectionSettingResult._configure(
|
9182
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9183
|
+
allowed_http_methods=allowed_http_methods,
|
9184
|
+
block_action=block_action,
|
9185
|
+
block_error_page_code=block_error_page_code,
|
9186
|
+
block_error_page_description=block_error_page_description,
|
9187
|
+
block_error_page_message=block_error_page_message,
|
9188
|
+
block_response_code=block_response_code,
|
9189
|
+
is_response_inspected=is_response_inspected,
|
9190
|
+
max_argument_count=max_argument_count,
|
9191
|
+
max_name_length_per_argument=max_name_length_per_argument,
|
9192
|
+
max_response_size_in_ki_b=max_response_size_in_ki_b,
|
9193
|
+
max_total_name_length_of_arguments=max_total_name_length_of_arguments,
|
9194
|
+
media_types=media_types,
|
9195
|
+
recommendations_period_in_days=recommendations_period_in_days,
|
9196
|
+
)
|
9197
|
+
@staticmethod
|
9198
|
+
def _configure(
|
9199
|
+
_setter: Callable[[Any, Any], None],
|
9200
|
+
allowed_http_methods: Sequence[str],
|
9201
|
+
block_action: str,
|
9202
|
+
block_error_page_code: str,
|
9203
|
+
block_error_page_description: str,
|
9204
|
+
block_error_page_message: str,
|
9205
|
+
block_response_code: int,
|
9206
|
+
is_response_inspected: bool,
|
9207
|
+
max_argument_count: int,
|
9208
|
+
max_name_length_per_argument: int,
|
9209
|
+
max_response_size_in_ki_b: int,
|
9210
|
+
max_total_name_length_of_arguments: int,
|
9211
|
+
media_types: Sequence[str],
|
9212
|
+
recommendations_period_in_days: int,
|
9213
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9214
|
+
_setter("allowed_http_methods", allowed_http_methods)
|
9215
|
+
_setter("block_action", block_action)
|
9216
|
+
_setter("block_error_page_code", block_error_page_code)
|
9217
|
+
_setter("block_error_page_description", block_error_page_description)
|
9218
|
+
_setter("block_error_page_message", block_error_page_message)
|
9219
|
+
_setter("block_response_code", block_response_code)
|
9220
|
+
_setter("is_response_inspected", is_response_inspected)
|
9221
|
+
_setter("max_argument_count", max_argument_count)
|
9222
|
+
_setter("max_name_length_per_argument", max_name_length_per_argument)
|
9223
|
+
_setter("max_response_size_in_ki_b", max_response_size_in_ki_b)
|
9224
|
+
_setter("max_total_name_length_of_arguments", max_total_name_length_of_arguments)
|
9225
|
+
_setter("media_types", media_types)
|
9226
|
+
_setter("recommendations_period_in_days", recommendations_period_in_days)
|
7568
9227
|
|
7569
9228
|
@property
|
7570
9229
|
@pulumi.getter(name="allowedHttpMethods")
|
@@ -7682,9 +9341,22 @@ class GetWaasPoliciesWaasPolicyWafConfigWhitelistResult(dict):
|
|
7682
9341
|
:param Sequence[str] addresses: A set of IP addresses or CIDR notations to include in the whitelist.
|
7683
9342
|
:param str name: The unique name of the whitelist.
|
7684
9343
|
"""
|
7685
|
-
|
7686
|
-
|
7687
|
-
|
9344
|
+
GetWaasPoliciesWaasPolicyWafConfigWhitelistResult._configure(
|
9345
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9346
|
+
address_lists=address_lists,
|
9347
|
+
addresses=addresses,
|
9348
|
+
name=name,
|
9349
|
+
)
|
9350
|
+
@staticmethod
|
9351
|
+
def _configure(
|
9352
|
+
_setter: Callable[[Any, Any], None],
|
9353
|
+
address_lists: Sequence[str],
|
9354
|
+
addresses: Sequence[str],
|
9355
|
+
name: str,
|
9356
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9357
|
+
_setter("address_lists", address_lists)
|
9358
|
+
_setter("addresses", addresses)
|
9359
|
+
_setter("name", name)
|
7688
9360
|
|
7689
9361
|
@property
|
7690
9362
|
@pulumi.getter(name="addressLists")
|
@@ -7725,13 +9397,30 @@ class GetWaasPolicyOriginResult(dict):
|
|
7725
9397
|
:param int http_port: The HTTP port on the origin that the web application listens on. If unspecified, defaults to `80`. If `0` is specified - the origin is not used for HTTP traffic.
|
7726
9398
|
:param int https_port: The HTTPS port on the origin that the web application listens on. If unspecified, defaults to `443`. If `0` is specified - the origin is not used for HTTPS traffic.
|
7727
9399
|
"""
|
7728
|
-
|
7729
|
-
|
7730
|
-
|
9400
|
+
GetWaasPolicyOriginResult._configure(
|
9401
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9402
|
+
custom_headers=custom_headers,
|
9403
|
+
label=label,
|
9404
|
+
uri=uri,
|
9405
|
+
http_port=http_port,
|
9406
|
+
https_port=https_port,
|
9407
|
+
)
|
9408
|
+
@staticmethod
|
9409
|
+
def _configure(
|
9410
|
+
_setter: Callable[[Any, Any], None],
|
9411
|
+
custom_headers: Sequence['outputs.GetWaasPolicyOriginCustomHeaderResult'],
|
9412
|
+
label: str,
|
9413
|
+
uri: str,
|
9414
|
+
http_port: Optional[int] = None,
|
9415
|
+
https_port: Optional[int] = None,
|
9416
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9417
|
+
_setter("custom_headers", custom_headers)
|
9418
|
+
_setter("label", label)
|
9419
|
+
_setter("uri", uri)
|
7731
9420
|
if http_port is not None:
|
7732
|
-
|
9421
|
+
_setter("http_port", http_port)
|
7733
9422
|
if https_port is not None:
|
7734
|
-
|
9423
|
+
_setter("https_port", https_port)
|
7735
9424
|
|
7736
9425
|
@property
|
7737
9426
|
@pulumi.getter(name="customHeaders")
|
@@ -7780,8 +9469,19 @@ class GetWaasPolicyOriginCustomHeaderResult(dict):
|
|
7780
9469
|
:param str name: The unique name of the whitelist.
|
7781
9470
|
:param str value: The value of the header.
|
7782
9471
|
"""
|
7783
|
-
|
7784
|
-
|
9472
|
+
GetWaasPolicyOriginCustomHeaderResult._configure(
|
9473
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9474
|
+
name=name,
|
9475
|
+
value=value,
|
9476
|
+
)
|
9477
|
+
@staticmethod
|
9478
|
+
def _configure(
|
9479
|
+
_setter: Callable[[Any, Any], None],
|
9480
|
+
name: str,
|
9481
|
+
value: str,
|
9482
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9483
|
+
_setter("name", name)
|
9484
|
+
_setter("value", value)
|
7785
9485
|
|
7786
9486
|
@property
|
7787
9487
|
@pulumi.getter
|
@@ -7805,8 +9505,19 @@ class GetWaasPolicyOriginGroupResult(dict):
|
|
7805
9505
|
def __init__(__self__, *,
|
7806
9506
|
label: str,
|
7807
9507
|
origin_groups: Sequence['outputs.GetWaasPolicyOriginGroupOriginGroupResult']):
|
7808
|
-
|
7809
|
-
|
9508
|
+
GetWaasPolicyOriginGroupResult._configure(
|
9509
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9510
|
+
label=label,
|
9511
|
+
origin_groups=origin_groups,
|
9512
|
+
)
|
9513
|
+
@staticmethod
|
9514
|
+
def _configure(
|
9515
|
+
_setter: Callable[[Any, Any], None],
|
9516
|
+
label: str,
|
9517
|
+
origin_groups: Sequence['outputs.GetWaasPolicyOriginGroupOriginGroupResult'],
|
9518
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9519
|
+
_setter("label", label)
|
9520
|
+
_setter("origin_groups", origin_groups)
|
7810
9521
|
|
7811
9522
|
@property
|
7812
9523
|
@pulumi.getter
|
@@ -7827,8 +9538,19 @@ class GetWaasPolicyOriginGroupOriginGroupResult(dict):
|
|
7827
9538
|
"""
|
7828
9539
|
:param str origin: The key in the map of origins referencing the origin used for the Web Application Firewall. The origin must already be included in `Origins`. Required when creating the `WafConfig` resource, but not on update.
|
7829
9540
|
"""
|
7830
|
-
|
7831
|
-
|
9541
|
+
GetWaasPolicyOriginGroupOriginGroupResult._configure(
|
9542
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9543
|
+
origin=origin,
|
9544
|
+
weight=weight,
|
9545
|
+
)
|
9546
|
+
@staticmethod
|
9547
|
+
def _configure(
|
9548
|
+
_setter: Callable[[Any, Any], None],
|
9549
|
+
origin: str,
|
9550
|
+
weight: int,
|
9551
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9552
|
+
_setter("origin", origin)
|
9553
|
+
_setter("weight", weight)
|
7832
9554
|
|
7833
9555
|
@property
|
7834
9556
|
@pulumi.getter
|
@@ -7882,20 +9604,55 @@ class GetWaasPolicyPolicyConfigResult(dict):
|
|
7882
9604
|
* **TLS_V1_3:** corresponds to TLS 1.3 specification.
|
7883
9605
|
:param Sequence[str] websocket_path_prefixes: ModSecurity is not capable to inspect WebSockets. Therefore paths specified here have WAF disabled if Connection request header from the client has the value Upgrade (case insensitive matching) and Upgrade request header has the value websocket (case insensitive matching). Paths matches if the concatenation of request URL path and query starts with the contents of the one of `websocketPathPrefixes` array value. In All other cases challenges, like JSC, HIC and etc., remain active.
|
7884
9606
|
"""
|
7885
|
-
|
7886
|
-
|
7887
|
-
|
7888
|
-
|
7889
|
-
|
7890
|
-
|
7891
|
-
|
7892
|
-
|
7893
|
-
|
7894
|
-
|
7895
|
-
|
7896
|
-
|
7897
|
-
|
7898
|
-
|
9607
|
+
GetWaasPolicyPolicyConfigResult._configure(
|
9608
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9609
|
+
certificate_id=certificate_id,
|
9610
|
+
cipher_group=cipher_group,
|
9611
|
+
client_address_header=client_address_header,
|
9612
|
+
health_checks=health_checks,
|
9613
|
+
is_behind_cdn=is_behind_cdn,
|
9614
|
+
is_cache_control_respected=is_cache_control_respected,
|
9615
|
+
is_https_enabled=is_https_enabled,
|
9616
|
+
is_https_forced=is_https_forced,
|
9617
|
+
is_origin_compression_enabled=is_origin_compression_enabled,
|
9618
|
+
is_response_buffering_enabled=is_response_buffering_enabled,
|
9619
|
+
is_sni_enabled=is_sni_enabled,
|
9620
|
+
load_balancing_method=load_balancing_method,
|
9621
|
+
tls_protocols=tls_protocols,
|
9622
|
+
websocket_path_prefixes=websocket_path_prefixes,
|
9623
|
+
)
|
9624
|
+
@staticmethod
|
9625
|
+
def _configure(
|
9626
|
+
_setter: Callable[[Any, Any], None],
|
9627
|
+
certificate_id: str,
|
9628
|
+
cipher_group: str,
|
9629
|
+
client_address_header: str,
|
9630
|
+
health_checks: 'outputs.GetWaasPolicyPolicyConfigHealthChecksResult',
|
9631
|
+
is_behind_cdn: bool,
|
9632
|
+
is_cache_control_respected: bool,
|
9633
|
+
is_https_enabled: bool,
|
9634
|
+
is_https_forced: bool,
|
9635
|
+
is_origin_compression_enabled: bool,
|
9636
|
+
is_response_buffering_enabled: bool,
|
9637
|
+
is_sni_enabled: bool,
|
9638
|
+
load_balancing_method: 'outputs.GetWaasPolicyPolicyConfigLoadBalancingMethodResult',
|
9639
|
+
tls_protocols: Sequence[str],
|
9640
|
+
websocket_path_prefixes: Sequence[str],
|
9641
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9642
|
+
_setter("certificate_id", certificate_id)
|
9643
|
+
_setter("cipher_group", cipher_group)
|
9644
|
+
_setter("client_address_header", client_address_header)
|
9645
|
+
_setter("health_checks", health_checks)
|
9646
|
+
_setter("is_behind_cdn", is_behind_cdn)
|
9647
|
+
_setter("is_cache_control_respected", is_cache_control_respected)
|
9648
|
+
_setter("is_https_enabled", is_https_enabled)
|
9649
|
+
_setter("is_https_forced", is_https_forced)
|
9650
|
+
_setter("is_origin_compression_enabled", is_origin_compression_enabled)
|
9651
|
+
_setter("is_response_buffering_enabled", is_response_buffering_enabled)
|
9652
|
+
_setter("is_sni_enabled", is_sni_enabled)
|
9653
|
+
_setter("load_balancing_method", load_balancing_method)
|
9654
|
+
_setter("tls_protocols", tls_protocols)
|
9655
|
+
_setter("websocket_path_prefixes", websocket_path_prefixes)
|
7899
9656
|
|
7900
9657
|
@property
|
7901
9658
|
@pulumi.getter(name="certificateId")
|
@@ -8049,17 +9806,46 @@ class GetWaasPolicyPolicyConfigHealthChecksResult(dict):
|
|
8049
9806
|
:param int timeout_in_seconds: Response timeout represents wait time until request is considered failed, in seconds.
|
8050
9807
|
:param int unhealthy_threshold: Number of failed health checks after which the server is marked down.
|
8051
9808
|
"""
|
8052
|
-
|
8053
|
-
|
8054
|
-
|
8055
|
-
|
8056
|
-
|
8057
|
-
|
8058
|
-
|
8059
|
-
|
8060
|
-
|
8061
|
-
|
8062
|
-
|
9809
|
+
GetWaasPolicyPolicyConfigHealthChecksResult._configure(
|
9810
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9811
|
+
expected_response_code_groups=expected_response_code_groups,
|
9812
|
+
expected_response_text=expected_response_text,
|
9813
|
+
headers=headers,
|
9814
|
+
healthy_threshold=healthy_threshold,
|
9815
|
+
interval_in_seconds=interval_in_seconds,
|
9816
|
+
is_enabled=is_enabled,
|
9817
|
+
is_response_text_check_enabled=is_response_text_check_enabled,
|
9818
|
+
method=method,
|
9819
|
+
path=path,
|
9820
|
+
timeout_in_seconds=timeout_in_seconds,
|
9821
|
+
unhealthy_threshold=unhealthy_threshold,
|
9822
|
+
)
|
9823
|
+
@staticmethod
|
9824
|
+
def _configure(
|
9825
|
+
_setter: Callable[[Any, Any], None],
|
9826
|
+
expected_response_code_groups: Sequence[str],
|
9827
|
+
expected_response_text: str,
|
9828
|
+
headers: Mapping[str, Any],
|
9829
|
+
healthy_threshold: int,
|
9830
|
+
interval_in_seconds: int,
|
9831
|
+
is_enabled: bool,
|
9832
|
+
is_response_text_check_enabled: bool,
|
9833
|
+
method: str,
|
9834
|
+
path: str,
|
9835
|
+
timeout_in_seconds: int,
|
9836
|
+
unhealthy_threshold: int,
|
9837
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9838
|
+
_setter("expected_response_code_groups", expected_response_code_groups)
|
9839
|
+
_setter("expected_response_text", expected_response_text)
|
9840
|
+
_setter("headers", headers)
|
9841
|
+
_setter("healthy_threshold", healthy_threshold)
|
9842
|
+
_setter("interval_in_seconds", interval_in_seconds)
|
9843
|
+
_setter("is_enabled", is_enabled)
|
9844
|
+
_setter("is_response_text_check_enabled", is_response_text_check_enabled)
|
9845
|
+
_setter("method", method)
|
9846
|
+
_setter("path", path)
|
9847
|
+
_setter("timeout_in_seconds", timeout_in_seconds)
|
9848
|
+
_setter("unhealthy_threshold", unhealthy_threshold)
|
8063
9849
|
|
8064
9850
|
@property
|
8065
9851
|
@pulumi.getter(name="expectedResponseCodeGroups")
|
@@ -8173,10 +9959,25 @@ class GetWaasPolicyPolicyConfigLoadBalancingMethodResult(dict):
|
|
8173
9959
|
* **[STICKY_COOKIE](https://www.terraform.io/iaas/api/#/en/waas/latest/datatypes/StickyCookieLoadBalancingMethod):** Adds a session cookie to the first response from the origin server and identifies the server that sent the response. The client's next request contains the cookie value, and nginx routes the request to the origin server that responded to the first request. STICKY_COOKIE load balancing method falls back to Round Robin for the first request.
|
8174
9960
|
:param str name: The unique name of the whitelist.
|
8175
9961
|
"""
|
8176
|
-
|
8177
|
-
|
8178
|
-
|
8179
|
-
|
9962
|
+
GetWaasPolicyPolicyConfigLoadBalancingMethodResult._configure(
|
9963
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
9964
|
+
domain=domain,
|
9965
|
+
expiration_time_in_seconds=expiration_time_in_seconds,
|
9966
|
+
method=method,
|
9967
|
+
name=name,
|
9968
|
+
)
|
9969
|
+
@staticmethod
|
9970
|
+
def _configure(
|
9971
|
+
_setter: Callable[[Any, Any], None],
|
9972
|
+
domain: str,
|
9973
|
+
expiration_time_in_seconds: int,
|
9974
|
+
method: str,
|
9975
|
+
name: str,
|
9976
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
9977
|
+
_setter("domain", domain)
|
9978
|
+
_setter("expiration_time_in_seconds", expiration_time_in_seconds)
|
9979
|
+
_setter("method", method)
|
9980
|
+
_setter("name", name)
|
8180
9981
|
|
8181
9982
|
@property
|
8182
9983
|
@pulumi.getter
|
@@ -8243,18 +10044,49 @@ class GetWaasPolicyWafConfigResult(dict):
|
|
8243
10044
|
:param 'GetWaasPolicyWafConfigProtectionSettingsArgs' protection_settings: The settings to apply to protection rules.
|
8244
10045
|
:param Sequence['GetWaasPolicyWafConfigWhitelistArgs'] whitelists: A list of IP addresses that bypass the Web Application Firewall.
|
8245
10046
|
"""
|
8246
|
-
|
8247
|
-
|
8248
|
-
|
8249
|
-
|
8250
|
-
|
8251
|
-
|
8252
|
-
|
8253
|
-
|
8254
|
-
|
8255
|
-
|
8256
|
-
|
8257
|
-
|
10047
|
+
GetWaasPolicyWafConfigResult._configure(
|
10048
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10049
|
+
access_rules=access_rules,
|
10050
|
+
address_rate_limiting=address_rate_limiting,
|
10051
|
+
caching_rules=caching_rules,
|
10052
|
+
captchas=captchas,
|
10053
|
+
custom_protection_rules=custom_protection_rules,
|
10054
|
+
device_fingerprint_challenge=device_fingerprint_challenge,
|
10055
|
+
human_interaction_challenge=human_interaction_challenge,
|
10056
|
+
js_challenge=js_challenge,
|
10057
|
+
origin=origin,
|
10058
|
+
origin_groups=origin_groups,
|
10059
|
+
protection_settings=protection_settings,
|
10060
|
+
whitelists=whitelists,
|
10061
|
+
)
|
10062
|
+
@staticmethod
|
10063
|
+
def _configure(
|
10064
|
+
_setter: Callable[[Any, Any], None],
|
10065
|
+
access_rules: Sequence['outputs.GetWaasPolicyWafConfigAccessRuleResult'],
|
10066
|
+
address_rate_limiting: 'outputs.GetWaasPolicyWafConfigAddressRateLimitingResult',
|
10067
|
+
caching_rules: Sequence['outputs.GetWaasPolicyWafConfigCachingRuleResult'],
|
10068
|
+
captchas: Sequence['outputs.GetWaasPolicyWafConfigCaptchaResult'],
|
10069
|
+
custom_protection_rules: Sequence['outputs.GetWaasPolicyWafConfigCustomProtectionRuleResult'],
|
10070
|
+
device_fingerprint_challenge: 'outputs.GetWaasPolicyWafConfigDeviceFingerprintChallengeResult',
|
10071
|
+
human_interaction_challenge: 'outputs.GetWaasPolicyWafConfigHumanInteractionChallengeResult',
|
10072
|
+
js_challenge: 'outputs.GetWaasPolicyWafConfigJsChallengeResult',
|
10073
|
+
origin: str,
|
10074
|
+
origin_groups: Sequence[str],
|
10075
|
+
protection_settings: 'outputs.GetWaasPolicyWafConfigProtectionSettingsResult',
|
10076
|
+
whitelists: Sequence['outputs.GetWaasPolicyWafConfigWhitelistResult'],
|
10077
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10078
|
+
_setter("access_rules", access_rules)
|
10079
|
+
_setter("address_rate_limiting", address_rate_limiting)
|
10080
|
+
_setter("caching_rules", caching_rules)
|
10081
|
+
_setter("captchas", captchas)
|
10082
|
+
_setter("custom_protection_rules", custom_protection_rules)
|
10083
|
+
_setter("device_fingerprint_challenge", device_fingerprint_challenge)
|
10084
|
+
_setter("human_interaction_challenge", human_interaction_challenge)
|
10085
|
+
_setter("js_challenge", js_challenge)
|
10086
|
+
_setter("origin", origin)
|
10087
|
+
_setter("origin_groups", origin_groups)
|
10088
|
+
_setter("protection_settings", protection_settings)
|
10089
|
+
_setter("whitelists", whitelists)
|
8258
10090
|
|
8259
10091
|
@property
|
8260
10092
|
@pulumi.getter(name="accessRules")
|
@@ -8396,22 +10228,61 @@ class GetWaasPolicyWafConfigAccessRuleResult(dict):
|
|
8396
10228
|
:param str redirect_url: The target to which the request should be redirected, represented as a URI reference. Required when `action` is `REDIRECT`.
|
8397
10229
|
:param Sequence['GetWaasPolicyWafConfigAccessRuleResponseHeaderManipulationArgs'] response_header_manipulations: An object that represents an action to apply to an HTTP response headers if all rule criteria will be matched regardless of `action` value.
|
8398
10230
|
"""
|
8399
|
-
|
8400
|
-
|
8401
|
-
|
8402
|
-
|
8403
|
-
|
8404
|
-
|
8405
|
-
|
8406
|
-
|
8407
|
-
|
8408
|
-
|
8409
|
-
|
8410
|
-
|
8411
|
-
|
8412
|
-
|
8413
|
-
|
8414
|
-
|
10231
|
+
GetWaasPolicyWafConfigAccessRuleResult._configure(
|
10232
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10233
|
+
action=action,
|
10234
|
+
block_action=block_action,
|
10235
|
+
block_error_page_code=block_error_page_code,
|
10236
|
+
block_error_page_description=block_error_page_description,
|
10237
|
+
block_error_page_message=block_error_page_message,
|
10238
|
+
block_response_code=block_response_code,
|
10239
|
+
bypass_challenges=bypass_challenges,
|
10240
|
+
captcha_footer=captcha_footer,
|
10241
|
+
captcha_header=captcha_header,
|
10242
|
+
captcha_submit_label=captcha_submit_label,
|
10243
|
+
captcha_title=captcha_title,
|
10244
|
+
criterias=criterias,
|
10245
|
+
name=name,
|
10246
|
+
redirect_response_code=redirect_response_code,
|
10247
|
+
redirect_url=redirect_url,
|
10248
|
+
response_header_manipulations=response_header_manipulations,
|
10249
|
+
)
|
10250
|
+
@staticmethod
|
10251
|
+
def _configure(
|
10252
|
+
_setter: Callable[[Any, Any], None],
|
10253
|
+
action: str,
|
10254
|
+
block_action: str,
|
10255
|
+
block_error_page_code: str,
|
10256
|
+
block_error_page_description: str,
|
10257
|
+
block_error_page_message: str,
|
10258
|
+
block_response_code: int,
|
10259
|
+
bypass_challenges: Sequence[str],
|
10260
|
+
captcha_footer: str,
|
10261
|
+
captcha_header: str,
|
10262
|
+
captcha_submit_label: str,
|
10263
|
+
captcha_title: str,
|
10264
|
+
criterias: Sequence['outputs.GetWaasPolicyWafConfigAccessRuleCriteriaResult'],
|
10265
|
+
name: str,
|
10266
|
+
redirect_response_code: str,
|
10267
|
+
redirect_url: str,
|
10268
|
+
response_header_manipulations: Sequence['outputs.GetWaasPolicyWafConfigAccessRuleResponseHeaderManipulationResult'],
|
10269
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10270
|
+
_setter("action", action)
|
10271
|
+
_setter("block_action", block_action)
|
10272
|
+
_setter("block_error_page_code", block_error_page_code)
|
10273
|
+
_setter("block_error_page_description", block_error_page_description)
|
10274
|
+
_setter("block_error_page_message", block_error_page_message)
|
10275
|
+
_setter("block_response_code", block_response_code)
|
10276
|
+
_setter("bypass_challenges", bypass_challenges)
|
10277
|
+
_setter("captcha_footer", captcha_footer)
|
10278
|
+
_setter("captcha_header", captcha_header)
|
10279
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
10280
|
+
_setter("captcha_title", captcha_title)
|
10281
|
+
_setter("criterias", criterias)
|
10282
|
+
_setter("name", name)
|
10283
|
+
_setter("redirect_response_code", redirect_response_code)
|
10284
|
+
_setter("redirect_url", redirect_url)
|
10285
|
+
_setter("response_header_manipulations", response_header_manipulations)
|
8415
10286
|
|
8416
10287
|
@property
|
8417
10288
|
@pulumi.getter
|
@@ -8575,9 +10446,22 @@ class GetWaasPolicyWafConfigAccessRuleCriteriaResult(dict):
|
|
8575
10446
|
:param bool is_case_sensitive: When enabled, the condition will be matched with case-sensitive rules.
|
8576
10447
|
:param str value: The value of the header.
|
8577
10448
|
"""
|
8578
|
-
|
8579
|
-
|
8580
|
-
|
10449
|
+
GetWaasPolicyWafConfigAccessRuleCriteriaResult._configure(
|
10450
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10451
|
+
condition=condition,
|
10452
|
+
is_case_sensitive=is_case_sensitive,
|
10453
|
+
value=value,
|
10454
|
+
)
|
10455
|
+
@staticmethod
|
10456
|
+
def _configure(
|
10457
|
+
_setter: Callable[[Any, Any], None],
|
10458
|
+
condition: str,
|
10459
|
+
is_case_sensitive: bool,
|
10460
|
+
value: str,
|
10461
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10462
|
+
_setter("condition", condition)
|
10463
|
+
_setter("is_case_sensitive", is_case_sensitive)
|
10464
|
+
_setter("value", value)
|
8581
10465
|
|
8582
10466
|
@property
|
8583
10467
|
@pulumi.getter
|
@@ -8631,9 +10515,22 @@ class GetWaasPolicyWafConfigAccessRuleResponseHeaderManipulationResult(dict):
|
|
8631
10515
|
:param str header: A header field name that conforms to RFC 7230. Example: `example_header_name`
|
8632
10516
|
:param str value: The value of the header.
|
8633
10517
|
"""
|
8634
|
-
|
8635
|
-
|
8636
|
-
|
10518
|
+
GetWaasPolicyWafConfigAccessRuleResponseHeaderManipulationResult._configure(
|
10519
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10520
|
+
action=action,
|
10521
|
+
header=header,
|
10522
|
+
value=value,
|
10523
|
+
)
|
10524
|
+
@staticmethod
|
10525
|
+
def _configure(
|
10526
|
+
_setter: Callable[[Any, Any], None],
|
10527
|
+
action: str,
|
10528
|
+
header: str,
|
10529
|
+
value: str,
|
10530
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10531
|
+
_setter("action", action)
|
10532
|
+
_setter("header", header)
|
10533
|
+
_setter("value", value)
|
8637
10534
|
|
8638
10535
|
@property
|
8639
10536
|
@pulumi.getter
|
@@ -8673,10 +10570,25 @@ class GetWaasPolicyWafConfigAddressRateLimitingResult(dict):
|
|
8673
10570
|
:param bool is_enabled: Enables or disables the JavaScript challenge Web Application Firewall feature.
|
8674
10571
|
:param int max_delayed_count_per_address: The maximum number of requests allowed to be queued before subsequent requests are dropped. If unspecified, defaults to `10`.
|
8675
10572
|
"""
|
8676
|
-
|
8677
|
-
|
8678
|
-
|
8679
|
-
|
10573
|
+
GetWaasPolicyWafConfigAddressRateLimitingResult._configure(
|
10574
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10575
|
+
allowed_rate_per_address=allowed_rate_per_address,
|
10576
|
+
block_response_code=block_response_code,
|
10577
|
+
is_enabled=is_enabled,
|
10578
|
+
max_delayed_count_per_address=max_delayed_count_per_address,
|
10579
|
+
)
|
10580
|
+
@staticmethod
|
10581
|
+
def _configure(
|
10582
|
+
_setter: Callable[[Any, Any], None],
|
10583
|
+
allowed_rate_per_address: int,
|
10584
|
+
block_response_code: int,
|
10585
|
+
is_enabled: bool,
|
10586
|
+
max_delayed_count_per_address: int,
|
10587
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10588
|
+
_setter("allowed_rate_per_address", allowed_rate_per_address)
|
10589
|
+
_setter("block_response_code", block_response_code)
|
10590
|
+
_setter("is_enabled", is_enabled)
|
10591
|
+
_setter("max_delayed_count_per_address", max_delayed_count_per_address)
|
8680
10592
|
|
8681
10593
|
@property
|
8682
10594
|
@pulumi.getter(name="allowedRatePerAddress")
|
@@ -8730,13 +10642,34 @@ class GetWaasPolicyWafConfigCachingRuleResult(dict):
|
|
8730
10642
|
:param str key: The unique key for the caching rule.
|
8731
10643
|
:param str name: The unique name of the whitelist.
|
8732
10644
|
"""
|
8733
|
-
|
8734
|
-
|
8735
|
-
|
8736
|
-
|
8737
|
-
|
8738
|
-
|
8739
|
-
|
10645
|
+
GetWaasPolicyWafConfigCachingRuleResult._configure(
|
10646
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10647
|
+
action=action,
|
10648
|
+
caching_duration=caching_duration,
|
10649
|
+
client_caching_duration=client_caching_duration,
|
10650
|
+
criterias=criterias,
|
10651
|
+
is_client_caching_enabled=is_client_caching_enabled,
|
10652
|
+
key=key,
|
10653
|
+
name=name,
|
10654
|
+
)
|
10655
|
+
@staticmethod
|
10656
|
+
def _configure(
|
10657
|
+
_setter: Callable[[Any, Any], None],
|
10658
|
+
action: str,
|
10659
|
+
caching_duration: str,
|
10660
|
+
client_caching_duration: str,
|
10661
|
+
criterias: Sequence['outputs.GetWaasPolicyWafConfigCachingRuleCriteriaResult'],
|
10662
|
+
is_client_caching_enabled: bool,
|
10663
|
+
key: str,
|
10664
|
+
name: str,
|
10665
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10666
|
+
_setter("action", action)
|
10667
|
+
_setter("caching_duration", caching_duration)
|
10668
|
+
_setter("client_caching_duration", client_caching_duration)
|
10669
|
+
_setter("criterias", criterias)
|
10670
|
+
_setter("is_client_caching_enabled", is_client_caching_enabled)
|
10671
|
+
_setter("key", key)
|
10672
|
+
_setter("name", name)
|
8740
10673
|
|
8741
10674
|
@property
|
8742
10675
|
@pulumi.getter
|
@@ -8820,8 +10753,19 @@ class GetWaasPolicyWafConfigCachingRuleCriteriaResult(dict):
|
|
8820
10753
|
* **HTTP_METHOD_IS:** Matches if the request method is identical to one of the values listed in field. The `value` in this case is string with one or multiple HTTP methods separated by new line symbol \\n The list of available methods: `GET`, `HEAD`, `POST`, `PUT`, `DELETE`, `CONNECT`, `OPTIONS`, `TRACE`, `PATCH`
|
8821
10754
|
:param str value: The value of the header.
|
8822
10755
|
"""
|
8823
|
-
|
8824
|
-
|
10756
|
+
GetWaasPolicyWafConfigCachingRuleCriteriaResult._configure(
|
10757
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10758
|
+
condition=condition,
|
10759
|
+
value=value,
|
10760
|
+
)
|
10761
|
+
@staticmethod
|
10762
|
+
def _configure(
|
10763
|
+
_setter: Callable[[Any, Any], None],
|
10764
|
+
condition: str,
|
10765
|
+
value: str,
|
10766
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10767
|
+
_setter("condition", condition)
|
10768
|
+
_setter("value", value)
|
8825
10769
|
|
8826
10770
|
@property
|
8827
10771
|
@pulumi.getter
|
@@ -8875,13 +10819,34 @@ class GetWaasPolicyWafConfigCaptchaResult(dict):
|
|
8875
10819
|
:param str title: The title used when displaying a CAPTCHA challenge. If unspecified, defaults to `Are you human?`
|
8876
10820
|
:param str url: The unique URL path at which to show the CAPTCHA challenge.
|
8877
10821
|
"""
|
8878
|
-
|
8879
|
-
|
8880
|
-
|
8881
|
-
|
8882
|
-
|
8883
|
-
|
8884
|
-
|
10822
|
+
GetWaasPolicyWafConfigCaptchaResult._configure(
|
10823
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10824
|
+
failure_message=failure_message,
|
10825
|
+
footer_text=footer_text,
|
10826
|
+
header_text=header_text,
|
10827
|
+
session_expiration_in_seconds=session_expiration_in_seconds,
|
10828
|
+
submit_label=submit_label,
|
10829
|
+
title=title,
|
10830
|
+
url=url,
|
10831
|
+
)
|
10832
|
+
@staticmethod
|
10833
|
+
def _configure(
|
10834
|
+
_setter: Callable[[Any, Any], None],
|
10835
|
+
failure_message: str,
|
10836
|
+
footer_text: str,
|
10837
|
+
header_text: str,
|
10838
|
+
session_expiration_in_seconds: int,
|
10839
|
+
submit_label: str,
|
10840
|
+
title: str,
|
10841
|
+
url: str,
|
10842
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10843
|
+
_setter("failure_message", failure_message)
|
10844
|
+
_setter("footer_text", footer_text)
|
10845
|
+
_setter("header_text", header_text)
|
10846
|
+
_setter("session_expiration_in_seconds", session_expiration_in_seconds)
|
10847
|
+
_setter("submit_label", submit_label)
|
10848
|
+
_setter("title", title)
|
10849
|
+
_setter("url", url)
|
8885
10850
|
|
8886
10851
|
@property
|
8887
10852
|
@pulumi.getter(name="failureMessage")
|
@@ -8951,9 +10916,22 @@ class GetWaasPolicyWafConfigCustomProtectionRuleResult(dict):
|
|
8951
10916
|
:param Sequence['GetWaasPolicyWafConfigCustomProtectionRuleExclusionArgs'] exclusions: An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
|
8952
10917
|
:param str id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the custom protection rule.
|
8953
10918
|
"""
|
8954
|
-
|
8955
|
-
|
8956
|
-
|
10919
|
+
GetWaasPolicyWafConfigCustomProtectionRuleResult._configure(
|
10920
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10921
|
+
action=action,
|
10922
|
+
exclusions=exclusions,
|
10923
|
+
id=id,
|
10924
|
+
)
|
10925
|
+
@staticmethod
|
10926
|
+
def _configure(
|
10927
|
+
_setter: Callable[[Any, Any], None],
|
10928
|
+
action: str,
|
10929
|
+
exclusions: Sequence['outputs.GetWaasPolicyWafConfigCustomProtectionRuleExclusionResult'],
|
10930
|
+
id: str,
|
10931
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10932
|
+
_setter("action", action)
|
10933
|
+
_setter("exclusions", exclusions)
|
10934
|
+
_setter("id", id)
|
8957
10935
|
|
8958
10936
|
@property
|
8959
10937
|
@pulumi.getter
|
@@ -8989,8 +10967,19 @@ class GetWaasPolicyWafConfigCustomProtectionRuleExclusionResult(dict):
|
|
8989
10967
|
:param Sequence[str] exclusions: An array of The target property of a request that would allow it to bypass the protection rule. For example, when `target` is `REQUEST_COOKIE_NAMES`, the list may include names of cookies to exclude from the protection rule. When the target is `ARGS`, the list may include strings of URL query parameters and values from form-urlencoded XML, JSON, AMP, or POST payloads to exclude from the protection rule. `Exclusions` properties must not contain whitespace, comma or |. **Note:** If protection rules have been enabled that utilize the `maxArgumentCount` or `maxTotalNameLengthOfArguments` properties, and the `target` property has been set to `ARGS`, it is important that the `exclusions` properties be defined to honor those protection rule settings in a consistent manner.
|
8990
10968
|
:param str target: The target of the exclusion.
|
8991
10969
|
"""
|
8992
|
-
|
8993
|
-
|
10970
|
+
GetWaasPolicyWafConfigCustomProtectionRuleExclusionResult._configure(
|
10971
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
10972
|
+
exclusions=exclusions,
|
10973
|
+
target=target,
|
10974
|
+
)
|
10975
|
+
@staticmethod
|
10976
|
+
def _configure(
|
10977
|
+
_setter: Callable[[Any, Any], None],
|
10978
|
+
exclusions: Sequence[str],
|
10979
|
+
target: str,
|
10980
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
10981
|
+
_setter("exclusions", exclusions)
|
10982
|
+
_setter("target", target)
|
8994
10983
|
|
8995
10984
|
@property
|
8996
10985
|
@pulumi.getter
|
@@ -9030,14 +11019,37 @@ class GetWaasPolicyWafConfigDeviceFingerprintChallengeResult(dict):
|
|
9030
11019
|
:param int max_address_count: The maximum number of IP addresses permitted with the same device fingerprint. If unspecified, defaults to `20`.
|
9031
11020
|
:param int max_address_count_expiration_in_seconds: The number of seconds before the maximum addresses count resets. If unspecified, defaults to `60`.
|
9032
11021
|
"""
|
9033
|
-
|
9034
|
-
|
9035
|
-
|
9036
|
-
|
9037
|
-
|
9038
|
-
|
9039
|
-
|
9040
|
-
|
11022
|
+
GetWaasPolicyWafConfigDeviceFingerprintChallengeResult._configure(
|
11023
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11024
|
+
action=action,
|
11025
|
+
action_expiration_in_seconds=action_expiration_in_seconds,
|
11026
|
+
challenge_settings=challenge_settings,
|
11027
|
+
failure_threshold=failure_threshold,
|
11028
|
+
failure_threshold_expiration_in_seconds=failure_threshold_expiration_in_seconds,
|
11029
|
+
is_enabled=is_enabled,
|
11030
|
+
max_address_count=max_address_count,
|
11031
|
+
max_address_count_expiration_in_seconds=max_address_count_expiration_in_seconds,
|
11032
|
+
)
|
11033
|
+
@staticmethod
|
11034
|
+
def _configure(
|
11035
|
+
_setter: Callable[[Any, Any], None],
|
11036
|
+
action: str,
|
11037
|
+
action_expiration_in_seconds: int,
|
11038
|
+
challenge_settings: 'outputs.GetWaasPolicyWafConfigDeviceFingerprintChallengeChallengeSettingsResult',
|
11039
|
+
failure_threshold: int,
|
11040
|
+
failure_threshold_expiration_in_seconds: int,
|
11041
|
+
is_enabled: bool,
|
11042
|
+
max_address_count: int,
|
11043
|
+
max_address_count_expiration_in_seconds: int,
|
11044
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11045
|
+
_setter("action", action)
|
11046
|
+
_setter("action_expiration_in_seconds", action_expiration_in_seconds)
|
11047
|
+
_setter("challenge_settings", challenge_settings)
|
11048
|
+
_setter("failure_threshold", failure_threshold)
|
11049
|
+
_setter("failure_threshold_expiration_in_seconds", failure_threshold_expiration_in_seconds)
|
11050
|
+
_setter("is_enabled", is_enabled)
|
11051
|
+
_setter("max_address_count", max_address_count)
|
11052
|
+
_setter("max_address_count_expiration_in_seconds", max_address_count_expiration_in_seconds)
|
9041
11053
|
|
9042
11054
|
@property
|
9043
11055
|
@pulumi.getter
|
@@ -9127,15 +11139,40 @@ class GetWaasPolicyWafConfigDeviceFingerprintChallengeChallengeSettingsResult(di
|
|
9127
11139
|
:param str captcha_submit_label: The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
|
9128
11140
|
:param str captcha_title: The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
|
9129
11141
|
"""
|
9130
|
-
|
9131
|
-
|
9132
|
-
|
9133
|
-
|
9134
|
-
|
9135
|
-
|
9136
|
-
|
9137
|
-
|
9138
|
-
|
11142
|
+
GetWaasPolicyWafConfigDeviceFingerprintChallengeChallengeSettingsResult._configure(
|
11143
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11144
|
+
block_action=block_action,
|
11145
|
+
block_error_page_code=block_error_page_code,
|
11146
|
+
block_error_page_description=block_error_page_description,
|
11147
|
+
block_error_page_message=block_error_page_message,
|
11148
|
+
block_response_code=block_response_code,
|
11149
|
+
captcha_footer=captcha_footer,
|
11150
|
+
captcha_header=captcha_header,
|
11151
|
+
captcha_submit_label=captcha_submit_label,
|
11152
|
+
captcha_title=captcha_title,
|
11153
|
+
)
|
11154
|
+
@staticmethod
|
11155
|
+
def _configure(
|
11156
|
+
_setter: Callable[[Any, Any], None],
|
11157
|
+
block_action: str,
|
11158
|
+
block_error_page_code: str,
|
11159
|
+
block_error_page_description: str,
|
11160
|
+
block_error_page_message: str,
|
11161
|
+
block_response_code: int,
|
11162
|
+
captcha_footer: str,
|
11163
|
+
captcha_header: str,
|
11164
|
+
captcha_submit_label: str,
|
11165
|
+
captcha_title: str,
|
11166
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11167
|
+
_setter("block_action", block_action)
|
11168
|
+
_setter("block_error_page_code", block_error_page_code)
|
11169
|
+
_setter("block_error_page_description", block_error_page_description)
|
11170
|
+
_setter("block_error_page_message", block_error_page_message)
|
11171
|
+
_setter("block_response_code", block_response_code)
|
11172
|
+
_setter("captcha_footer", captcha_footer)
|
11173
|
+
_setter("captcha_header", captcha_header)
|
11174
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
11175
|
+
_setter("captcha_title", captcha_title)
|
9139
11176
|
|
9140
11177
|
@property
|
9141
11178
|
@pulumi.getter(name="blockAction")
|
@@ -9235,16 +11272,43 @@ class GetWaasPolicyWafConfigHumanInteractionChallengeResult(dict):
|
|
9235
11272
|
:param int recording_period_in_seconds: The number of seconds to record the interactions from the user. If unspecified, defaults to `15`.
|
9236
11273
|
:param 'GetWaasPolicyWafConfigHumanInteractionChallengeSetHttpHeaderArgs' set_http_header: Adds an additional HTTP header to requests that fail the challenge before being passed to the origin. Only applicable when the `action` is set to `DETECT`.
|
9237
11274
|
"""
|
9238
|
-
|
9239
|
-
|
9240
|
-
|
9241
|
-
|
9242
|
-
|
9243
|
-
|
9244
|
-
|
9245
|
-
|
9246
|
-
|
9247
|
-
|
11275
|
+
GetWaasPolicyWafConfigHumanInteractionChallengeResult._configure(
|
11276
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11277
|
+
action=action,
|
11278
|
+
action_expiration_in_seconds=action_expiration_in_seconds,
|
11279
|
+
challenge_settings=challenge_settings,
|
11280
|
+
failure_threshold=failure_threshold,
|
11281
|
+
failure_threshold_expiration_in_seconds=failure_threshold_expiration_in_seconds,
|
11282
|
+
interaction_threshold=interaction_threshold,
|
11283
|
+
is_enabled=is_enabled,
|
11284
|
+
is_nat_enabled=is_nat_enabled,
|
11285
|
+
recording_period_in_seconds=recording_period_in_seconds,
|
11286
|
+
set_http_header=set_http_header,
|
11287
|
+
)
|
11288
|
+
@staticmethod
|
11289
|
+
def _configure(
|
11290
|
+
_setter: Callable[[Any, Any], None],
|
11291
|
+
action: str,
|
11292
|
+
action_expiration_in_seconds: int,
|
11293
|
+
challenge_settings: 'outputs.GetWaasPolicyWafConfigHumanInteractionChallengeChallengeSettingsResult',
|
11294
|
+
failure_threshold: int,
|
11295
|
+
failure_threshold_expiration_in_seconds: int,
|
11296
|
+
interaction_threshold: int,
|
11297
|
+
is_enabled: bool,
|
11298
|
+
is_nat_enabled: bool,
|
11299
|
+
recording_period_in_seconds: int,
|
11300
|
+
set_http_header: 'outputs.GetWaasPolicyWafConfigHumanInteractionChallengeSetHttpHeaderResult',
|
11301
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11302
|
+
_setter("action", action)
|
11303
|
+
_setter("action_expiration_in_seconds", action_expiration_in_seconds)
|
11304
|
+
_setter("challenge_settings", challenge_settings)
|
11305
|
+
_setter("failure_threshold", failure_threshold)
|
11306
|
+
_setter("failure_threshold_expiration_in_seconds", failure_threshold_expiration_in_seconds)
|
11307
|
+
_setter("interaction_threshold", interaction_threshold)
|
11308
|
+
_setter("is_enabled", is_enabled)
|
11309
|
+
_setter("is_nat_enabled", is_nat_enabled)
|
11310
|
+
_setter("recording_period_in_seconds", recording_period_in_seconds)
|
11311
|
+
_setter("set_http_header", set_http_header)
|
9248
11312
|
|
9249
11313
|
@property
|
9250
11314
|
@pulumi.getter
|
@@ -9350,15 +11414,40 @@ class GetWaasPolicyWafConfigHumanInteractionChallengeChallengeSettingsResult(dic
|
|
9350
11414
|
:param str captcha_submit_label: The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
|
9351
11415
|
:param str captcha_title: The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
|
9352
11416
|
"""
|
9353
|
-
|
9354
|
-
|
9355
|
-
|
9356
|
-
|
9357
|
-
|
9358
|
-
|
9359
|
-
|
9360
|
-
|
9361
|
-
|
11417
|
+
GetWaasPolicyWafConfigHumanInteractionChallengeChallengeSettingsResult._configure(
|
11418
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11419
|
+
block_action=block_action,
|
11420
|
+
block_error_page_code=block_error_page_code,
|
11421
|
+
block_error_page_description=block_error_page_description,
|
11422
|
+
block_error_page_message=block_error_page_message,
|
11423
|
+
block_response_code=block_response_code,
|
11424
|
+
captcha_footer=captcha_footer,
|
11425
|
+
captcha_header=captcha_header,
|
11426
|
+
captcha_submit_label=captcha_submit_label,
|
11427
|
+
captcha_title=captcha_title,
|
11428
|
+
)
|
11429
|
+
@staticmethod
|
11430
|
+
def _configure(
|
11431
|
+
_setter: Callable[[Any, Any], None],
|
11432
|
+
block_action: str,
|
11433
|
+
block_error_page_code: str,
|
11434
|
+
block_error_page_description: str,
|
11435
|
+
block_error_page_message: str,
|
11436
|
+
block_response_code: int,
|
11437
|
+
captcha_footer: str,
|
11438
|
+
captcha_header: str,
|
11439
|
+
captcha_submit_label: str,
|
11440
|
+
captcha_title: str,
|
11441
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11442
|
+
_setter("block_action", block_action)
|
11443
|
+
_setter("block_error_page_code", block_error_page_code)
|
11444
|
+
_setter("block_error_page_description", block_error_page_description)
|
11445
|
+
_setter("block_error_page_message", block_error_page_message)
|
11446
|
+
_setter("block_response_code", block_response_code)
|
11447
|
+
_setter("captcha_footer", captcha_footer)
|
11448
|
+
_setter("captcha_header", captcha_header)
|
11449
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
11450
|
+
_setter("captcha_title", captcha_title)
|
9362
11451
|
|
9363
11452
|
@property
|
9364
11453
|
@pulumi.getter(name="blockAction")
|
@@ -9442,8 +11531,19 @@ class GetWaasPolicyWafConfigHumanInteractionChallengeSetHttpHeaderResult(dict):
|
|
9442
11531
|
:param str name: The unique name of the whitelist.
|
9443
11532
|
:param str value: The value of the header.
|
9444
11533
|
"""
|
9445
|
-
|
9446
|
-
|
11534
|
+
GetWaasPolicyWafConfigHumanInteractionChallengeSetHttpHeaderResult._configure(
|
11535
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11536
|
+
name=name,
|
11537
|
+
value=value,
|
11538
|
+
)
|
11539
|
+
@staticmethod
|
11540
|
+
def _configure(
|
11541
|
+
_setter: Callable[[Any, Any], None],
|
11542
|
+
name: str,
|
11543
|
+
value: str,
|
11544
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11545
|
+
_setter("name", name)
|
11546
|
+
_setter("value", value)
|
9447
11547
|
|
9448
11548
|
@property
|
9449
11549
|
@pulumi.getter
|
@@ -9485,15 +11585,40 @@ class GetWaasPolicyWafConfigJsChallengeResult(dict):
|
|
9485
11585
|
:param bool is_nat_enabled: When enabled, the user is identified not only by the IP address but also by an unique additional hash, which prevents blocking visitors with shared IP addresses.
|
9486
11586
|
:param 'GetWaasPolicyWafConfigJsChallengeSetHttpHeaderArgs' set_http_header: Adds an additional HTTP header to requests that fail the challenge before being passed to the origin. Only applicable when the `action` is set to `DETECT`.
|
9487
11587
|
"""
|
9488
|
-
|
9489
|
-
|
9490
|
-
|
9491
|
-
|
9492
|
-
|
9493
|
-
|
9494
|
-
|
9495
|
-
|
9496
|
-
|
11588
|
+
GetWaasPolicyWafConfigJsChallengeResult._configure(
|
11589
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11590
|
+
action=action,
|
11591
|
+
action_expiration_in_seconds=action_expiration_in_seconds,
|
11592
|
+
are_redirects_challenged=are_redirects_challenged,
|
11593
|
+
challenge_settings=challenge_settings,
|
11594
|
+
criterias=criterias,
|
11595
|
+
failure_threshold=failure_threshold,
|
11596
|
+
is_enabled=is_enabled,
|
11597
|
+
is_nat_enabled=is_nat_enabled,
|
11598
|
+
set_http_header=set_http_header,
|
11599
|
+
)
|
11600
|
+
@staticmethod
|
11601
|
+
def _configure(
|
11602
|
+
_setter: Callable[[Any, Any], None],
|
11603
|
+
action: str,
|
11604
|
+
action_expiration_in_seconds: int,
|
11605
|
+
are_redirects_challenged: bool,
|
11606
|
+
challenge_settings: 'outputs.GetWaasPolicyWafConfigJsChallengeChallengeSettingsResult',
|
11607
|
+
criterias: Sequence['outputs.GetWaasPolicyWafConfigJsChallengeCriteriaResult'],
|
11608
|
+
failure_threshold: int,
|
11609
|
+
is_enabled: bool,
|
11610
|
+
is_nat_enabled: bool,
|
11611
|
+
set_http_header: 'outputs.GetWaasPolicyWafConfigJsChallengeSetHttpHeaderResult',
|
11612
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11613
|
+
_setter("action", action)
|
11614
|
+
_setter("action_expiration_in_seconds", action_expiration_in_seconds)
|
11615
|
+
_setter("are_redirects_challenged", are_redirects_challenged)
|
11616
|
+
_setter("challenge_settings", challenge_settings)
|
11617
|
+
_setter("criterias", criterias)
|
11618
|
+
_setter("failure_threshold", failure_threshold)
|
11619
|
+
_setter("is_enabled", is_enabled)
|
11620
|
+
_setter("is_nat_enabled", is_nat_enabled)
|
11621
|
+
_setter("set_http_header", set_http_header)
|
9497
11622
|
|
9498
11623
|
@property
|
9499
11624
|
@pulumi.getter
|
@@ -9591,15 +11716,40 @@ class GetWaasPolicyWafConfigJsChallengeChallengeSettingsResult(dict):
|
|
9591
11716
|
:param str captcha_submit_label: The text to show on the label of the CAPTCHA challenge submit button when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Yes, I am human`.
|
9592
11717
|
:param str captcha_title: The title used when showing a CAPTCHA challenge when `action` is set to `BLOCK`, `blockAction` is set to `SHOW_CAPTCHA`, and the request is blocked. If unspecified, defaults to `Are you human?`
|
9593
11718
|
"""
|
9594
|
-
|
9595
|
-
|
9596
|
-
|
9597
|
-
|
9598
|
-
|
9599
|
-
|
9600
|
-
|
9601
|
-
|
9602
|
-
|
11719
|
+
GetWaasPolicyWafConfigJsChallengeChallengeSettingsResult._configure(
|
11720
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11721
|
+
block_action=block_action,
|
11722
|
+
block_error_page_code=block_error_page_code,
|
11723
|
+
block_error_page_description=block_error_page_description,
|
11724
|
+
block_error_page_message=block_error_page_message,
|
11725
|
+
block_response_code=block_response_code,
|
11726
|
+
captcha_footer=captcha_footer,
|
11727
|
+
captcha_header=captcha_header,
|
11728
|
+
captcha_submit_label=captcha_submit_label,
|
11729
|
+
captcha_title=captcha_title,
|
11730
|
+
)
|
11731
|
+
@staticmethod
|
11732
|
+
def _configure(
|
11733
|
+
_setter: Callable[[Any, Any], None],
|
11734
|
+
block_action: str,
|
11735
|
+
block_error_page_code: str,
|
11736
|
+
block_error_page_description: str,
|
11737
|
+
block_error_page_message: str,
|
11738
|
+
block_response_code: int,
|
11739
|
+
captcha_footer: str,
|
11740
|
+
captcha_header: str,
|
11741
|
+
captcha_submit_label: str,
|
11742
|
+
captcha_title: str,
|
11743
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11744
|
+
_setter("block_action", block_action)
|
11745
|
+
_setter("block_error_page_code", block_error_page_code)
|
11746
|
+
_setter("block_error_page_description", block_error_page_description)
|
11747
|
+
_setter("block_error_page_message", block_error_page_message)
|
11748
|
+
_setter("block_response_code", block_response_code)
|
11749
|
+
_setter("captcha_footer", captcha_footer)
|
11750
|
+
_setter("captcha_header", captcha_header)
|
11751
|
+
_setter("captcha_submit_label", captcha_submit_label)
|
11752
|
+
_setter("captcha_title", captcha_title)
|
9603
11753
|
|
9604
11754
|
@property
|
9605
11755
|
@pulumi.getter(name="blockAction")
|
@@ -9701,9 +11851,22 @@ class GetWaasPolicyWafConfigJsChallengeCriteriaResult(dict):
|
|
9701
11851
|
:param bool is_case_sensitive: When enabled, the condition will be matched with case-sensitive rules.
|
9702
11852
|
:param str value: The value of the header.
|
9703
11853
|
"""
|
9704
|
-
|
9705
|
-
|
9706
|
-
|
11854
|
+
GetWaasPolicyWafConfigJsChallengeCriteriaResult._configure(
|
11855
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11856
|
+
condition=condition,
|
11857
|
+
is_case_sensitive=is_case_sensitive,
|
11858
|
+
value=value,
|
11859
|
+
)
|
11860
|
+
@staticmethod
|
11861
|
+
def _configure(
|
11862
|
+
_setter: Callable[[Any, Any], None],
|
11863
|
+
condition: str,
|
11864
|
+
is_case_sensitive: bool,
|
11865
|
+
value: str,
|
11866
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11867
|
+
_setter("condition", condition)
|
11868
|
+
_setter("is_case_sensitive", is_case_sensitive)
|
11869
|
+
_setter("value", value)
|
9707
11870
|
|
9708
11871
|
@property
|
9709
11872
|
@pulumi.getter
|
@@ -9755,8 +11918,19 @@ class GetWaasPolicyWafConfigJsChallengeSetHttpHeaderResult(dict):
|
|
9755
11918
|
:param str name: The unique name of the whitelist.
|
9756
11919
|
:param str value: The value of the header.
|
9757
11920
|
"""
|
9758
|
-
|
9759
|
-
|
11921
|
+
GetWaasPolicyWafConfigJsChallengeSetHttpHeaderResult._configure(
|
11922
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11923
|
+
name=name,
|
11924
|
+
value=value,
|
11925
|
+
)
|
11926
|
+
@staticmethod
|
11927
|
+
def _configure(
|
11928
|
+
_setter: Callable[[Any, Any], None],
|
11929
|
+
name: str,
|
11930
|
+
value: str,
|
11931
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
11932
|
+
_setter("name", name)
|
11933
|
+
_setter("value", value)
|
9760
11934
|
|
9761
11935
|
@property
|
9762
11936
|
@pulumi.getter
|
@@ -9806,19 +11980,52 @@ class GetWaasPolicyWafConfigProtectionSettingsResult(dict):
|
|
9806
11980
|
:param Sequence[str] media_types: The list of media types to allow for inspection, if `isResponseInspected` is enabled. Only responses with MIME types in this list will be inspected. If unspecified, defaults to `["text/html", "text/plain", "text/xml"]`.
|
9807
11981
|
:param int recommendations_period_in_days: The length of time to analyze traffic traffic, in days. After the analysis period, `WafRecommendations` will be populated. If unspecified, defaults to `10`.
|
9808
11982
|
"""
|
9809
|
-
|
9810
|
-
|
9811
|
-
|
9812
|
-
|
9813
|
-
|
9814
|
-
|
9815
|
-
|
9816
|
-
|
9817
|
-
|
9818
|
-
|
9819
|
-
|
9820
|
-
|
9821
|
-
|
11983
|
+
GetWaasPolicyWafConfigProtectionSettingsResult._configure(
|
11984
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
11985
|
+
allowed_http_methods=allowed_http_methods,
|
11986
|
+
block_action=block_action,
|
11987
|
+
block_error_page_code=block_error_page_code,
|
11988
|
+
block_error_page_description=block_error_page_description,
|
11989
|
+
block_error_page_message=block_error_page_message,
|
11990
|
+
block_response_code=block_response_code,
|
11991
|
+
is_response_inspected=is_response_inspected,
|
11992
|
+
max_argument_count=max_argument_count,
|
11993
|
+
max_name_length_per_argument=max_name_length_per_argument,
|
11994
|
+
max_response_size_in_ki_b=max_response_size_in_ki_b,
|
11995
|
+
max_total_name_length_of_arguments=max_total_name_length_of_arguments,
|
11996
|
+
media_types=media_types,
|
11997
|
+
recommendations_period_in_days=recommendations_period_in_days,
|
11998
|
+
)
|
11999
|
+
@staticmethod
|
12000
|
+
def _configure(
|
12001
|
+
_setter: Callable[[Any, Any], None],
|
12002
|
+
allowed_http_methods: Sequence[str],
|
12003
|
+
block_action: str,
|
12004
|
+
block_error_page_code: str,
|
12005
|
+
block_error_page_description: str,
|
12006
|
+
block_error_page_message: str,
|
12007
|
+
block_response_code: int,
|
12008
|
+
is_response_inspected: bool,
|
12009
|
+
max_argument_count: int,
|
12010
|
+
max_name_length_per_argument: int,
|
12011
|
+
max_response_size_in_ki_b: int,
|
12012
|
+
max_total_name_length_of_arguments: int,
|
12013
|
+
media_types: Sequence[str],
|
12014
|
+
recommendations_period_in_days: int,
|
12015
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
12016
|
+
_setter("allowed_http_methods", allowed_http_methods)
|
12017
|
+
_setter("block_action", block_action)
|
12018
|
+
_setter("block_error_page_code", block_error_page_code)
|
12019
|
+
_setter("block_error_page_description", block_error_page_description)
|
12020
|
+
_setter("block_error_page_message", block_error_page_message)
|
12021
|
+
_setter("block_response_code", block_response_code)
|
12022
|
+
_setter("is_response_inspected", is_response_inspected)
|
12023
|
+
_setter("max_argument_count", max_argument_count)
|
12024
|
+
_setter("max_name_length_per_argument", max_name_length_per_argument)
|
12025
|
+
_setter("max_response_size_in_ki_b", max_response_size_in_ki_b)
|
12026
|
+
_setter("max_total_name_length_of_arguments", max_total_name_length_of_arguments)
|
12027
|
+
_setter("media_types", media_types)
|
12028
|
+
_setter("recommendations_period_in_days", recommendations_period_in_days)
|
9822
12029
|
|
9823
12030
|
@property
|
9824
12031
|
@pulumi.getter(name="allowedHttpMethods")
|
@@ -9936,9 +12143,22 @@ class GetWaasPolicyWafConfigWhitelistResult(dict):
|
|
9936
12143
|
:param Sequence[str] addresses: A set of IP addresses or CIDR notations to include in the whitelist.
|
9937
12144
|
:param str name: The unique name of the whitelist.
|
9938
12145
|
"""
|
9939
|
-
|
9940
|
-
|
9941
|
-
|
12146
|
+
GetWaasPolicyWafConfigWhitelistResult._configure(
|
12147
|
+
lambda key, value: pulumi.set(__self__, key, value),
|
12148
|
+
address_lists=address_lists,
|
12149
|
+
addresses=addresses,
|
12150
|
+
name=name,
|
12151
|
+
)
|
12152
|
+
@staticmethod
|
12153
|
+
def _configure(
|
12154
|
+
_setter: Callable[[Any, Any], None],
|
12155
|
+
address_lists: Sequence[str],
|
12156
|
+
addresses: Sequence[str],
|
12157
|
+
name: str,
|
12158
|
+
opts: Optional[pulumi.ResourceOptions]=None):
|
12159
|
+
_setter("address_lists", address_lists)
|
12160
|
+
_setter("addresses", addresses)
|
12161
|
+
_setter("name", name)
|
9942
12162
|
|
9943
12163
|
@property
|
9944
12164
|
@pulumi.getter(name="addressLists")
|