pulumi-oci 2.24.0a1738823453__py3-none-any.whl → 2.25.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 +107 -0
- pulumi_oci/_utilities.py +8 -4
- pulumi_oci/config/__init__.pyi +2 -0
- pulumi_oci/config/vars.py +4 -0
- pulumi_oci/containerengine/_inputs.py +40 -0
- pulumi_oci/containerengine/cluster.py +2 -0
- pulumi_oci/containerengine/outputs.py +70 -0
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +2474 -1135
- pulumi_oci/database/autonomous_container_database.py +92 -0
- pulumi_oci/database/autonomous_database.py +97 -8
- pulumi_oci/database/backup_destination.py +84 -0
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- pulumi_oci/database/data_guard_association.py +49 -0
- pulumi_oci/database/db_system.py +111 -8
- pulumi_oci/database/exadata_infrastructure.py +28 -0
- pulumi_oci/database/execution_action.py +812 -0
- pulumi_oci/database/execution_window.py +856 -0
- pulumi_oci/database/get_autonomous_container_database.py +43 -1
- pulumi_oci/database/get_autonomous_database.py +32 -1
- pulumi_oci/database/get_autonomous_databases.py +0 -26
- pulumi_oci/database/get_backup_destination.py +43 -1
- pulumi_oci/database/get_cloud_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_data_guard_association.py +12 -1
- pulumi_oci/database/get_database_maintenance_run_history.py +29 -1
- pulumi_oci/database/get_exadata_infrastructure.py +15 -1
- pulumi_oci/database/get_execution_action.py +352 -0
- pulumi_oci/database/get_execution_actions.py +213 -0
- pulumi_oci/database/get_execution_window.py +379 -0
- pulumi_oci/database/get_execution_windows.py +213 -0
- pulumi_oci/database/get_maintenance_run.py +32 -4
- pulumi_oci/database/get_maintenance_runs.py +20 -1
- pulumi_oci/database/get_scheduled_action.py +324 -0
- pulumi_oci/database/get_scheduled_action_params.py +144 -0
- pulumi_oci/database/get_scheduled_actions.py +240 -0
- pulumi_oci/database/get_scheduling_plan.py +323 -0
- pulumi_oci/database/get_scheduling_plans.py +243 -0
- pulumi_oci/database/get_scheduling_policies.py +191 -0
- pulumi_oci/database/get_scheduling_policy.py +268 -0
- pulumi_oci/database/get_scheduling_policy_recommended_scheduled_actions.py +182 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_window.py +276 -0
- pulumi_oci/database/get_scheduling_policy_scheduling_windows.py +213 -0
- pulumi_oci/database/maintenance_run.py +58 -2
- pulumi_oci/database/outputs.py +13088 -8368
- pulumi_oci/database/scheduled_action.py +775 -0
- pulumi_oci/database/scheduling_plan.py +744 -0
- pulumi_oci/database/scheduling_policy.py +616 -0
- pulumi_oci/database/scheduling_policy_scheduling_window.py +584 -0
- pulumi_oci/datasafe/__init__.py +8 -0
- pulumi_oci/datasafe/_inputs.py +466 -12
- pulumi_oci/datasafe/alert.py +7 -7
- pulumi_oci/datasafe/alert_policy.py +7 -7
- pulumi_oci/datasafe/audit_archive_retrieval.py +7 -7
- pulumi_oci/datasafe/audit_policy.py +7 -7
- pulumi_oci/datasafe/audit_policy_management.py +21 -21
- pulumi_oci/datasafe/audit_profile.py +18 -18
- pulumi_oci/datasafe/audit_profile_management.py +21 -21
- pulumi_oci/datasafe/audit_trail.py +14 -14
- pulumi_oci/datasafe/audit_trail_management.py +14 -14
- pulumi_oci/datasafe/data_safe_configuration.py +4 -4
- pulumi_oci/datasafe/data_safe_private_endpoint.py +7 -7
- pulumi_oci/datasafe/database_security_config.py +7 -7
- pulumi_oci/datasafe/database_security_config_management.py +7 -7
- pulumi_oci/datasafe/discovery_mod.py +7 -7
- pulumi_oci/datasafe/get_alert.py +1 -1
- pulumi_oci/datasafe/get_alert_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_archive_retrieval.py +1 -1
- pulumi_oci/datasafe/get_audit_events.py +2 -2
- pulumi_oci/datasafe/get_audit_policy.py +1 -1
- pulumi_oci/datasafe/get_audit_profile.py +2 -2
- pulumi_oci/datasafe/get_audit_trail.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_database_security_config.py +1 -1
- pulumi_oci/datasafe/get_discovery_job.py +1 -1
- pulumi_oci/datasafe/get_library_masking_format.py +1 -1
- pulumi_oci/datasafe/get_masking_policy.py +1 -1
- pulumi_oci/datasafe/get_masking_policy_health_report.py +33 -5
- pulumi_oci/datasafe/get_masking_policy_referential_relations.py +232 -0
- pulumi_oci/datasafe/get_onprem_connector.py +1 -1
- pulumi_oci/datasafe/get_report.py +1 -1
- pulumi_oci/datasafe/get_report_definition.py +1 -1
- pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +1 -1
- pulumi_oci/datasafe/get_security_assessment.py +1 -1
- pulumi_oci/datasafe/get_security_policy.py +1 -1
- pulumi_oci/datasafe/get_security_policy_deployment.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model.py +1 -1
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relation.py +186 -0
- pulumi_oci/datasafe/get_sensitive_data_model_referential_relations.py +254 -0
- pulumi_oci/datasafe/get_sensitive_type.py +1 -1
- pulumi_oci/datasafe/get_sensitive_types_export.py +267 -0
- pulumi_oci/datasafe/get_sensitive_types_exports.py +296 -0
- pulumi_oci/datasafe/get_sql_collection.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_allowed_sql.py +1 -1
- pulumi_oci/datasafe/get_sql_firewall_policy.py +1 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +1 -1
- pulumi_oci/datasafe/get_target_database.py +1 -1
- pulumi_oci/datasafe/get_user_assessment.py +1 -1
- pulumi_oci/datasafe/get_user_assessment_password_expiry_date_analytics.py +240 -0
- pulumi_oci/datasafe/get_user_assessment_user_analytics.py +41 -3
- pulumi_oci/datasafe/get_user_assessment_users.py +39 -1
- pulumi_oci/datasafe/library_masing_format.py +7 -7
- pulumi_oci/datasafe/masking_policy.py +7 -7
- pulumi_oci/datasafe/on_prem_connector.py +7 -7
- pulumi_oci/datasafe/outputs.py +1266 -151
- pulumi_oci/datasafe/report.py +7 -7
- pulumi_oci/datasafe/report_definition.py +7 -7
- pulumi_oci/datasafe/sdm_masking_policy_difference.py +7 -7
- pulumi_oci/datasafe/security_assessment.py +36 -37
- pulumi_oci/datasafe/security_policy.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment.py +7 -7
- pulumi_oci/datasafe/security_policy_deployment_management.py +7 -7
- pulumi_oci/datasafe/security_policy_management.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model.py +7 -7
- pulumi_oci/datasafe/sensitive_data_model_referential_relation.py +504 -0
- pulumi_oci/datasafe/sensitive_type.py +7 -7
- pulumi_oci/datasafe/sensitive_types_export.py +637 -0
- pulumi_oci/datasafe/sql_collection.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy.py +7 -7
- pulumi_oci/datasafe/sql_firewall_policy_management.py +56 -56
- pulumi_oci/datasafe/target_alert_policy_association.py +7 -7
- pulumi_oci/datasafe/target_database.py +7 -7
- pulumi_oci/datasafe/user_assessment.py +7 -7
- pulumi_oci/datascience/__init__.py +4 -0
- pulumi_oci/datascience/_inputs.py +1811 -0
- pulumi_oci/datascience/get_containers.py +270 -0
- pulumi_oci/datascience/get_schedule.py +366 -0
- pulumi_oci/datascience/get_schedules.py +221 -0
- pulumi_oci/datascience/outputs.py +8697 -4890
- pulumi_oci/datascience/schedule.py +1045 -0
- pulumi_oci/filestorage/file_system.py +28 -0
- pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -0
- pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +15 -1
- pulumi_oci/filestorage/get_outbound_connector.py +15 -1
- pulumi_oci/filestorage/get_replication.py +15 -1
- pulumi_oci/filestorage/get_replication_target.py +15 -1
- pulumi_oci/filestorage/get_snapshot.py +15 -1
- pulumi_oci/filestorage/mount_target.py +28 -0
- pulumi_oci/filestorage/outbound_connector.py +28 -0
- pulumi_oci/filestorage/outputs.py +77 -0
- pulumi_oci/filestorage/replication.py +28 -0
- pulumi_oci/filestorage/snapshot.py +28 -0
- pulumi_oci/goldengate/connection.py +561 -162
- pulumi_oci/goldengate/database_registration.py +14 -14
- pulumi_oci/goldengate/get_connection.py +117 -6
- pulumi_oci/goldengate/outputs.py +96 -10
- pulumi_oci/jms/__init__.py +4 -0
- pulumi_oci/jms/_inputs.py +196 -0
- pulumi_oci/jms/get_fleet_error_analytics.py +163 -0
- pulumi_oci/jms/get_fleet_errors.py +264 -0
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +23 -1
- pulumi_oci/jms/get_jms_plugins.py +23 -1
- pulumi_oci/jms/get_plugin_error_analytics.py +163 -0
- pulumi_oci/jms/get_plugin_errors.py +264 -0
- pulumi_oci/jms/outputs.py +566 -6
- pulumi_oci/mysql/_inputs.py +229 -9
- pulumi_oci/mysql/get_mysql_db_system.py +47 -1
- pulumi_oci/mysql/mysql_db_system.py +185 -0
- pulumi_oci/mysql/outputs.py +477 -26
- pulumi_oci/provider.py +20 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/stackmonitoring/__init__.py +8 -0
- pulumi_oci/stackmonitoring/_inputs.py +372 -1
- pulumi_oci/stackmonitoring/get_defined_monitoring_templates.py +185 -0
- pulumi_oci/stackmonitoring/get_metric_extension.py +1 -1
- pulumi_oci/stackmonitoring/get_monitored_resource_type.py +15 -1
- pulumi_oci/stackmonitoring/get_monitoring_template.py +380 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_condition.py +318 -0
- pulumi_oci/stackmonitoring/get_monitoring_template_alarm_conditions.py +262 -0
- pulumi_oci/stackmonitoring/get_monitoring_templates.py +289 -0
- pulumi_oci/stackmonitoring/metric_extension.py +4 -4
- pulumi_oci/stackmonitoring/monitored_resource_type.py +30 -0
- pulumi_oci/stackmonitoring/monitoring_template.py +954 -0
- pulumi_oci/stackmonitoring/monitoring_template_alarm_condition.py +780 -0
- pulumi_oci/stackmonitoring/monitoring_template_monitoring_template_on_given_resources_management.py +253 -0
- pulumi_oci/stackmonitoring/outputs.py +1305 -118
- pulumi_oci/tenantmanagercontrolplane/__init__.py +33 -0
- pulumi_oci/tenantmanagercontrolplane/_inputs.py +685 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription.py +478 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_assigned_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain.py +253 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governance.py +281 -0
- pulumi_oci/tenantmanagercontrolplane/get_domain_governances.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_domains.py +226 -0
- pulumi_oci/tenantmanagercontrolplane/get_link.py +197 -0
- pulumi_oci/tenantmanagercontrolplane/get_links.py +191 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancies.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_organization_tenancy.py +233 -0
- pulumi_oci/tenantmanagercontrolplane/get_organizations.py +147 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_recipient_invitations.py +213 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitation.py +295 -0
- pulumi_oci/tenantmanagercontrolplane/get_sender_invitations.py +235 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription.py +464 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_available_regions.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_line_items.py +144 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mapping.py +211 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscription_mappings.py +210 -0
- pulumi_oci/tenantmanagercontrolplane/get_subscriptions.py +188 -0
- pulumi_oci/tenantmanagercontrolplane/outputs.py +3257 -0
- pulumi_oci/tenantmanagercontrolplane/subscription_mapping.py +409 -0
- pulumi_oci/vault/__init__.py +1 -1
- pulumi_oci/vault/_inputs.py +92 -0
- pulumi_oci/vault/get_secret.py +40 -1
- pulumi_oci/vault/{get_secret_version.py → get_secret_version_sdk_v2.py} +32 -77
- pulumi_oci/vault/outputs.py +210 -0
- pulumi_oci/vault/secret.py +122 -0
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/RECORD +213 -142
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.24.0a1738823453.dist-info → pulumi_oci-2.25.0.dist-info}/top_level.txt +0 -0
pulumi_oci/datasafe/alert.py
CHANGED
@@ -30,7 +30,7 @@ class AlertArgs:
|
|
30
30
|
:param pulumi.Input[str] alert_id: The OCID of alert.
|
31
31
|
:param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
|
32
32
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
|
33
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
33
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
34
34
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
35
35
|
:param pulumi.Input[str] status: (Updatable) The status of the alert.
|
36
36
|
|
@@ -90,7 +90,7 @@ class AlertArgs:
|
|
90
90
|
@pulumi.getter(name="definedTags")
|
91
91
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
92
92
|
"""
|
93
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
93
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
94
94
|
"""
|
95
95
|
return pulumi.get(self, "defined_tags")
|
96
96
|
|
@@ -162,7 +162,7 @@ class _AlertState:
|
|
162
162
|
:param pulumi.Input[str] alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
|
163
163
|
:param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
|
164
164
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
|
165
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
165
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
166
166
|
:param pulumi.Input[str] description: The description of the alert.
|
167
167
|
:param pulumi.Input[str] display_name: The display name of the alert.
|
168
168
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] feature_details: Map that contains maps of values. Example: `{"Operations": {"CostCenter": "42"}}`
|
@@ -310,7 +310,7 @@ class _AlertState:
|
|
310
310
|
@pulumi.getter(name="definedTags")
|
311
311
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
312
312
|
"""
|
313
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
313
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
314
314
|
"""
|
315
315
|
return pulumi.get(self, "defined_tags")
|
316
316
|
|
@@ -557,7 +557,7 @@ class Alert(pulumi.CustomResource):
|
|
557
557
|
:param pulumi.Input[str] alert_id: The OCID of alert.
|
558
558
|
:param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
|
559
559
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
|
560
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
560
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
561
561
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
562
562
|
:param pulumi.Input[str] status: (Updatable) The status of the alert.
|
563
563
|
|
@@ -687,7 +687,7 @@ class Alert(pulumi.CustomResource):
|
|
687
687
|
:param pulumi.Input[str] alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
|
688
688
|
:param pulumi.Input[str] comment: (Updatable) A comment can be entered to track the alert changes done by the user.
|
689
689
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the alert.
|
690
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
690
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
691
691
|
:param pulumi.Input[str] description: The description of the alert.
|
692
692
|
:param pulumi.Input[str] display_name: The display name of the alert.
|
693
693
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] feature_details: Map that contains maps of values. Example: `{"Operations": {"CostCenter": "42"}}`
|
@@ -792,7 +792,7 @@ class Alert(pulumi.CustomResource):
|
|
792
792
|
@pulumi.getter(name="definedTags")
|
793
793
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
794
794
|
"""
|
795
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
795
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
796
796
|
"""
|
797
797
|
return pulumi.get(self, "defined_tags")
|
798
798
|
|
@@ -39,7 +39,7 @@ class AlertPolicyArgs:
|
|
39
39
|
** IMPORTANT **
|
40
40
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
41
41
|
:param pulumi.Input[Sequence[pulumi.Input['AlertPolicyAlertPolicyRuleDetailArgs']]] alert_policy_rule_details: The details of the alert policy rule.
|
42
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
42
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
43
43
|
:param pulumi.Input[str] description: (Updatable) The description of the alert policy.
|
44
44
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the alert policy. The name does not have to be unique, and it's changeable.
|
45
45
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -114,7 +114,7 @@ class AlertPolicyArgs:
|
|
114
114
|
@pulumi.getter(name="definedTags")
|
115
115
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
116
116
|
"""
|
117
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
117
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
118
118
|
"""
|
119
119
|
return pulumi.get(self, "defined_tags")
|
120
120
|
|
@@ -181,7 +181,7 @@ class _AlertPolicyState:
|
|
181
181
|
:param pulumi.Input[Sequence[pulumi.Input['AlertPolicyAlertPolicyRuleDetailArgs']]] alert_policy_rule_details: The details of the alert policy rule.
|
182
182
|
:param pulumi.Input[str] alert_policy_type: Indicates the Data Safe feature the alert policy belongs to
|
183
183
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where you want to create the alert policy.
|
184
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
184
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
185
185
|
:param pulumi.Input[str] description: (Updatable) The description of the alert policy.
|
186
186
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the alert policy. The name does not have to be unique, and it's changeable.
|
187
187
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -266,7 +266,7 @@ class _AlertPolicyState:
|
|
266
266
|
@pulumi.getter(name="definedTags")
|
267
267
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
268
268
|
"""
|
269
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
269
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
270
270
|
"""
|
271
271
|
return pulumi.get(self, "defined_tags")
|
272
272
|
|
@@ -456,7 +456,7 @@ class AlertPolicy(pulumi.CustomResource):
|
|
456
456
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AlertPolicyAlertPolicyRuleDetailArgs', 'AlertPolicyAlertPolicyRuleDetailArgsDict']]]] alert_policy_rule_details: The details of the alert policy rule.
|
457
457
|
:param pulumi.Input[str] alert_policy_type: Indicates the Data Safe feature the alert policy belongs to
|
458
458
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where you want to create the alert policy.
|
459
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
459
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
460
460
|
:param pulumi.Input[str] description: (Updatable) The description of the alert policy.
|
461
461
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the alert policy. The name does not have to be unique, and it's changeable.
|
462
462
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -596,7 +596,7 @@ class AlertPolicy(pulumi.CustomResource):
|
|
596
596
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AlertPolicyAlertPolicyRuleDetailArgs', 'AlertPolicyAlertPolicyRuleDetailArgsDict']]]] alert_policy_rule_details: The details of the alert policy rule.
|
597
597
|
:param pulumi.Input[str] alert_policy_type: Indicates the Data Safe feature the alert policy belongs to
|
598
598
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where you want to create the alert policy.
|
599
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
599
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
600
600
|
:param pulumi.Input[str] description: (Updatable) The description of the alert policy.
|
601
601
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the alert policy. The name does not have to be unique, and it's changeable.
|
602
602
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -660,7 +660,7 @@ class AlertPolicy(pulumi.CustomResource):
|
|
660
660
|
@pulumi.getter(name="definedTags")
|
661
661
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
662
662
|
"""
|
663
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
663
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
664
664
|
"""
|
665
665
|
return pulumi.get(self, "defined_tags")
|
666
666
|
|
@@ -37,7 +37,7 @@ class AuditArchiveRetrievalArgs:
|
|
37
37
|
|
38
38
|
** IMPORTANT **
|
39
39
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
40
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
40
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
41
41
|
:param pulumi.Input[str] description: (Updatable) Description of the archive retrieval.
|
42
42
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the archive retrieval. The name does not have to be unique, and is changeable.
|
43
43
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -111,7 +111,7 @@ class AuditArchiveRetrievalArgs:
|
|
111
111
|
@pulumi.getter(name="definedTags")
|
112
112
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
113
113
|
"""
|
114
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
114
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
115
115
|
"""
|
116
116
|
return pulumi.get(self, "defined_tags")
|
117
117
|
|
@@ -179,7 +179,7 @@ class _AuditArchiveRetrievalState:
|
|
179
179
|
Input properties used for looking up and filtering AuditArchiveRetrieval resources.
|
180
180
|
:param pulumi.Input[str] audit_event_count: Total count of audit events to be retrieved from the archive for the specified date range.
|
181
181
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the archival retrieval.
|
182
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
182
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
183
183
|
:param pulumi.Input[str] description: (Updatable) Description of the archive retrieval.
|
184
184
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the archive retrieval. The name does not have to be unique, and is changeable.
|
185
185
|
:param pulumi.Input[str] end_date: End month of the archive retrieval, in the format defined by RFC3339.
|
@@ -259,7 +259,7 @@ class _AuditArchiveRetrievalState:
|
|
259
259
|
@pulumi.getter(name="definedTags")
|
260
260
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
261
261
|
"""
|
262
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
262
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
263
263
|
"""
|
264
264
|
return pulumi.get(self, "defined_tags")
|
265
265
|
|
@@ -481,7 +481,7 @@ class AuditArchiveRetrieval(pulumi.CustomResource):
|
|
481
481
|
:param str resource_name: The name of the resource.
|
482
482
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
483
483
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the archival retrieval.
|
484
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
484
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
485
485
|
:param pulumi.Input[str] description: (Updatable) Description of the archive retrieval.
|
486
486
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the archive retrieval. The name does not have to be unique, and is changeable.
|
487
487
|
:param pulumi.Input[str] end_date: End month of the archive retrieval, in the format defined by RFC3339.
|
@@ -626,7 +626,7 @@ class AuditArchiveRetrieval(pulumi.CustomResource):
|
|
626
626
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
627
627
|
:param pulumi.Input[str] audit_event_count: Total count of audit events to be retrieved from the archive for the specified date range.
|
628
628
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the archival retrieval.
|
629
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
629
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
630
630
|
:param pulumi.Input[str] description: (Updatable) Description of the archive retrieval.
|
631
631
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the archive retrieval. The name does not have to be unique, and is changeable.
|
632
632
|
:param pulumi.Input[str] end_date: End month of the archive retrieval, in the format defined by RFC3339.
|
@@ -687,7 +687,7 @@ class AuditArchiveRetrieval(pulumi.CustomResource):
|
|
687
687
|
@pulumi.getter(name="definedTags")
|
688
688
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
689
689
|
"""
|
690
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
690
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
691
691
|
"""
|
692
692
|
return pulumi.get(self, "defined_tags")
|
693
693
|
|
@@ -33,7 +33,7 @@ class AuditPolicyArgs:
|
|
33
33
|
The set of arguments for constructing a AuditPolicy resource.
|
34
34
|
:param pulumi.Input[str] audit_policy_id: Unique audit policy identifier.
|
35
35
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the audit policy.
|
36
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
36
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
37
37
|
:param pulumi.Input[str] description: (Updatable) The description of the audit policy.
|
38
38
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
|
39
39
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -88,7 +88,7 @@ class AuditPolicyArgs:
|
|
88
88
|
@pulumi.getter(name="definedTags")
|
89
89
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
90
90
|
"""
|
91
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
91
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
92
92
|
"""
|
93
93
|
return pulumi.get(self, "defined_tags")
|
94
94
|
|
@@ -189,7 +189,7 @@ class _AuditPolicyState:
|
|
189
189
|
:param pulumi.Input[str] audit_policy_id: Unique audit policy identifier.
|
190
190
|
:param pulumi.Input[Sequence[pulumi.Input['AuditPolicyAuditSpecificationArgs']]] audit_specifications: Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827).
|
191
191
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the audit policy.
|
192
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
192
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
193
193
|
:param pulumi.Input[str] description: (Updatable) The description of the audit policy.
|
194
194
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
|
195
195
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -300,7 +300,7 @@ class _AuditPolicyState:
|
|
300
300
|
@pulumi.getter(name="definedTags")
|
301
301
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
302
302
|
"""
|
303
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
303
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
304
304
|
"""
|
305
305
|
return pulumi.get(self, "defined_tags")
|
306
306
|
|
@@ -512,7 +512,7 @@ class AuditPolicy(pulumi.CustomResource):
|
|
512
512
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
513
513
|
:param pulumi.Input[str] audit_policy_id: Unique audit policy identifier.
|
514
514
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the audit policy.
|
515
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
515
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
516
516
|
:param pulumi.Input[str] description: (Updatable) The description of the audit policy.
|
517
517
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
|
518
518
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -635,7 +635,7 @@ class AuditPolicy(pulumi.CustomResource):
|
|
635
635
|
:param pulumi.Input[str] audit_policy_id: Unique audit policy identifier.
|
636
636
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AuditPolicyAuditSpecificationArgs', 'AuditPolicyAuditSpecificationArgsDict']]]] audit_specifications: Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827).
|
637
637
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the audit policy.
|
638
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
638
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
639
639
|
:param pulumi.Input[str] description: (Updatable) The description of the audit policy.
|
640
640
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
|
641
641
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -716,7 +716,7 @@ class AuditPolicy(pulumi.CustomResource):
|
|
716
716
|
@pulumi.getter(name="definedTags")
|
717
717
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
718
718
|
"""
|
719
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
719
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
720
720
|
"""
|
721
721
|
return pulumi.get(self, "defined_tags")
|
722
722
|
|
@@ -34,15 +34,15 @@ class AuditPolicyManagementArgs:
|
|
34
34
|
"""
|
35
35
|
The set of arguments for constructing a AuditPolicyManagement resource.
|
36
36
|
:param pulumi.Input[Sequence[pulumi.Input['AuditPolicyManagementAuditConditionArgs']]] audit_conditions: Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
|
37
|
-
:param pulumi.Input[str] compartment_id: The OCID of the compartment containing the
|
38
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
37
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the audit policy.
|
38
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
39
39
|
:param pulumi.Input[str] description: (Updatable) The description of the audit policy.
|
40
40
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
|
41
41
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
42
42
|
:param pulumi.Input[bool] is_data_safe_service_account_excluded: Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
|
43
43
|
:param pulumi.Input[bool] provision_trigger: (Updatable) An optional property when set to true triggers Provision.
|
44
44
|
:param pulumi.Input[bool] retrieve_from_target_trigger: (Updatable) An optional property when set to true triggers Retrieve From Target.
|
45
|
-
:param pulumi.Input[str] target_id:
|
45
|
+
:param pulumi.Input[str] target_id: The OCID of the target for which the audit policy is created.
|
46
46
|
"""
|
47
47
|
if audit_conditions is not None:
|
48
48
|
pulumi.set(__self__, "audit_conditions", audit_conditions)
|
@@ -81,7 +81,7 @@ class AuditPolicyManagementArgs:
|
|
81
81
|
@pulumi.getter(name="compartmentId")
|
82
82
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
83
83
|
"""
|
84
|
-
The OCID of the compartment containing the
|
84
|
+
(Updatable) The OCID of the compartment containing the audit policy.
|
85
85
|
"""
|
86
86
|
return pulumi.get(self, "compartment_id")
|
87
87
|
|
@@ -93,7 +93,7 @@ class AuditPolicyManagementArgs:
|
|
93
93
|
@pulumi.getter(name="definedTags")
|
94
94
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
95
95
|
"""
|
96
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
96
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
97
97
|
"""
|
98
98
|
return pulumi.get(self, "defined_tags")
|
99
99
|
|
@@ -177,7 +177,7 @@ class AuditPolicyManagementArgs:
|
|
177
177
|
@pulumi.getter(name="targetId")
|
178
178
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
179
179
|
"""
|
180
|
-
|
180
|
+
The OCID of the target for which the audit policy is created.
|
181
181
|
"""
|
182
182
|
return pulumi.get(self, "target_id")
|
183
183
|
|
@@ -211,8 +211,8 @@ class _AuditPolicyManagementState:
|
|
211
211
|
Input properties used for looking up and filtering AuditPolicyManagement resources.
|
212
212
|
:param pulumi.Input[Sequence[pulumi.Input['AuditPolicyManagementAuditConditionArgs']]] audit_conditions: Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
|
213
213
|
:param pulumi.Input[Sequence[pulumi.Input['AuditPolicyManagementAuditSpecificationArgs']]] audit_specifications: Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827).
|
214
|
-
:param pulumi.Input[str] compartment_id: The OCID of the compartment containing the
|
215
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
214
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the audit policy.
|
215
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
216
216
|
:param pulumi.Input[str] description: (Updatable) The description of the audit policy.
|
217
217
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
|
218
218
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -222,7 +222,7 @@ class _AuditPolicyManagementState:
|
|
222
222
|
:param pulumi.Input[bool] retrieve_from_target_trigger: (Updatable) An optional property when set to true triggers Retrieve From Target.
|
223
223
|
:param pulumi.Input[str] state: The current state of the audit policy.
|
224
224
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
225
|
-
:param pulumi.Input[str] target_id:
|
225
|
+
:param pulumi.Input[str] target_id: The OCID of the target for which the audit policy is created.
|
226
226
|
:param pulumi.Input[str] time_created: The time the audit policy was created, in the format defined by RFC3339.
|
227
227
|
:param pulumi.Input[str] time_last_provisioned: Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
|
228
228
|
:param pulumi.Input[str] time_last_retrieved: The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
|
@@ -293,7 +293,7 @@ class _AuditPolicyManagementState:
|
|
293
293
|
@pulumi.getter(name="compartmentId")
|
294
294
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
295
295
|
"""
|
296
|
-
The OCID of the compartment containing the
|
296
|
+
(Updatable) The OCID of the compartment containing the audit policy.
|
297
297
|
"""
|
298
298
|
return pulumi.get(self, "compartment_id")
|
299
299
|
|
@@ -305,7 +305,7 @@ class _AuditPolicyManagementState:
|
|
305
305
|
@pulumi.getter(name="definedTags")
|
306
306
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
307
307
|
"""
|
308
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
308
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
309
309
|
"""
|
310
310
|
return pulumi.get(self, "defined_tags")
|
311
311
|
|
@@ -425,7 +425,7 @@ class _AuditPolicyManagementState:
|
|
425
425
|
@pulumi.getter(name="targetId")
|
426
426
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
427
427
|
"""
|
428
|
-
|
428
|
+
The OCID of the target for which the audit policy is created.
|
429
429
|
"""
|
430
430
|
return pulumi.get(self, "target_id")
|
431
431
|
|
@@ -530,15 +530,15 @@ class AuditPolicyManagement(pulumi.CustomResource):
|
|
530
530
|
:param str resource_name: The name of the resource.
|
531
531
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
532
532
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AuditPolicyManagementAuditConditionArgs', 'AuditPolicyManagementAuditConditionArgsDict']]]] audit_conditions: Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
|
533
|
-
:param pulumi.Input[str] compartment_id: The OCID of the compartment containing the
|
534
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
533
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the audit policy.
|
534
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
535
535
|
:param pulumi.Input[str] description: (Updatable) The description of the audit policy.
|
536
536
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
|
537
537
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
538
538
|
:param pulumi.Input[bool] is_data_safe_service_account_excluded: Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
|
539
539
|
:param pulumi.Input[bool] provision_trigger: (Updatable) An optional property when set to true triggers Provision.
|
540
540
|
:param pulumi.Input[bool] retrieve_from_target_trigger: (Updatable) An optional property when set to true triggers Retrieve From Target.
|
541
|
-
:param pulumi.Input[str] target_id:
|
541
|
+
:param pulumi.Input[str] target_id: The OCID of the target for which the audit policy is created.
|
542
542
|
"""
|
543
543
|
...
|
544
544
|
@overload
|
@@ -664,8 +664,8 @@ class AuditPolicyManagement(pulumi.CustomResource):
|
|
664
664
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
665
665
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AuditPolicyManagementAuditConditionArgs', 'AuditPolicyManagementAuditConditionArgsDict']]]] audit_conditions: Required when provision_trigger is set. Lists the audit policy provisioning conditions for the target database.
|
666
666
|
:param pulumi.Input[Sequence[pulumi.Input[Union['AuditPolicyManagementAuditSpecificationArgs', 'AuditPolicyManagementAuditSpecificationArgsDict']]]] audit_specifications: Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827).
|
667
|
-
:param pulumi.Input[str] compartment_id: The OCID of the compartment containing the
|
668
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
667
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the audit policy.
|
668
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
669
669
|
:param pulumi.Input[str] description: (Updatable) The description of the audit policy.
|
670
670
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit policy. The name does not have to be unique, and it is changeable.
|
671
671
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
@@ -675,7 +675,7 @@ class AuditPolicyManagement(pulumi.CustomResource):
|
|
675
675
|
:param pulumi.Input[bool] retrieve_from_target_trigger: (Updatable) An optional property when set to true triggers Retrieve From Target.
|
676
676
|
:param pulumi.Input[str] state: The current state of the audit policy.
|
677
677
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
678
|
-
:param pulumi.Input[str] target_id:
|
678
|
+
:param pulumi.Input[str] target_id: The OCID of the target for which the audit policy is created.
|
679
679
|
:param pulumi.Input[str] time_created: The time the audit policy was created, in the format defined by RFC3339.
|
680
680
|
:param pulumi.Input[str] time_last_provisioned: Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
|
681
681
|
:param pulumi.Input[str] time_last_retrieved: The time when the audit policies was last retrieved from this target, in the format defined by RFC3339.
|
@@ -725,7 +725,7 @@ class AuditPolicyManagement(pulumi.CustomResource):
|
|
725
725
|
@pulumi.getter(name="compartmentId")
|
726
726
|
def compartment_id(self) -> pulumi.Output[str]:
|
727
727
|
"""
|
728
|
-
The OCID of the compartment containing the
|
728
|
+
(Updatable) The OCID of the compartment containing the audit policy.
|
729
729
|
"""
|
730
730
|
return pulumi.get(self, "compartment_id")
|
731
731
|
|
@@ -733,7 +733,7 @@ class AuditPolicyManagement(pulumi.CustomResource):
|
|
733
733
|
@pulumi.getter(name="definedTags")
|
734
734
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
735
735
|
"""
|
736
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
736
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
737
737
|
"""
|
738
738
|
return pulumi.get(self, "defined_tags")
|
739
739
|
|
@@ -813,7 +813,7 @@ class AuditPolicyManagement(pulumi.CustomResource):
|
|
813
813
|
@pulumi.getter(name="targetId")
|
814
814
|
def target_id(self) -> pulumi.Output[Optional[str]]:
|
815
815
|
"""
|
816
|
-
|
816
|
+
The OCID of the target for which the audit policy is created.
|
817
817
|
"""
|
818
818
|
return pulumi.get(self, "target_id")
|
819
819
|
|
@@ -38,9 +38,9 @@ class AuditProfileArgs:
|
|
38
38
|
** IMPORTANT **
|
39
39
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
40
40
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the audit.
|
41
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
41
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
42
42
|
:param pulumi.Input[str] description: (Updatable) The description of the audit profile.
|
43
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
43
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
44
44
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
45
45
|
:param pulumi.Input[bool] is_paid_usage_enabled: (Updatable) Indicates if you want to continue collecting audit records beyond the free limit of one million audit records per month per target database, potentially incurring additional charges. The default value is inherited from the global settings. You can change at the global level or at the target level.
|
46
46
|
"""
|
@@ -104,7 +104,7 @@ class AuditProfileArgs:
|
|
104
104
|
@pulumi.getter(name="definedTags")
|
105
105
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
106
106
|
"""
|
107
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
107
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
108
108
|
"""
|
109
109
|
return pulumi.get(self, "defined_tags")
|
110
110
|
|
@@ -128,7 +128,7 @@ class AuditProfileArgs:
|
|
128
128
|
@pulumi.getter(name="displayName")
|
129
129
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
130
130
|
"""
|
131
|
-
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
131
|
+
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
132
132
|
"""
|
133
133
|
return pulumi.get(self, "display_name")
|
134
134
|
|
@@ -194,15 +194,15 @@ class _AuditProfileState:
|
|
194
194
|
** IMPORTANT **
|
195
195
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
196
196
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the audit.
|
197
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
197
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
198
198
|
:param pulumi.Input[str] description: (Updatable) The description of the audit profile.
|
199
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
199
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
200
200
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
201
201
|
:param pulumi.Input[bool] is_override_global_retention_setting: Indicates whether audit retention settings like online and offline months is set at the target level overriding the global audit retention settings.
|
202
202
|
:param pulumi.Input[bool] is_paid_usage_enabled: (Updatable) Indicates if you want to continue collecting audit records beyond the free limit of one million audit records per month per target database, potentially incurring additional charges. The default value is inherited from the global settings. You can change at the global level or at the target level.
|
203
203
|
:param pulumi.Input[str] lifecycle_details: Details about the current state of the audit profile in Data Safe.
|
204
204
|
:param pulumi.Input[int] offline_months: Indicates the number of months the audit records will be stored offline in the Data Safe audit archive. Minimum: 0; Maximum: 72 months. If you have a requirement to store the audit data even longer in archive, please contact the Oracle Support.
|
205
|
-
:param pulumi.Input[int] online_months: Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
|
205
|
+
:param pulumi.Input[int] online_months: Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum: 12 months
|
206
206
|
:param pulumi.Input[str] state: The current state of the audit profile.
|
207
207
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
208
208
|
:param pulumi.Input[str] target_id: The OCID of the Data Safe target for which the audit profile is created.
|
@@ -316,7 +316,7 @@ class _AuditProfileState:
|
|
316
316
|
@pulumi.getter(name="definedTags")
|
317
317
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
318
318
|
"""
|
319
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
319
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
320
320
|
"""
|
321
321
|
return pulumi.get(self, "defined_tags")
|
322
322
|
|
@@ -340,7 +340,7 @@ class _AuditProfileState:
|
|
340
340
|
@pulumi.getter(name="displayName")
|
341
341
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
342
342
|
"""
|
343
|
-
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
343
|
+
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
344
344
|
"""
|
345
345
|
return pulumi.get(self, "display_name")
|
346
346
|
|
@@ -412,7 +412,7 @@ class _AuditProfileState:
|
|
412
412
|
@pulumi.getter(name="onlineMonths")
|
413
413
|
def online_months(self) -> Optional[pulumi.Input[int]]:
|
414
414
|
"""
|
415
|
-
Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
|
415
|
+
Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum: 12 months
|
416
416
|
"""
|
417
417
|
return pulumi.get(self, "online_months")
|
418
418
|
|
@@ -517,9 +517,9 @@ class AuditProfile(pulumi.CustomResource):
|
|
517
517
|
** IMPORTANT **
|
518
518
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
519
519
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the audit.
|
520
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
520
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
521
521
|
:param pulumi.Input[str] description: (Updatable) The description of the audit profile.
|
522
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
522
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
523
523
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
524
524
|
:param pulumi.Input[bool] is_paid_usage_enabled: (Updatable) Indicates if you want to continue collecting audit records beyond the free limit of one million audit records per month per target database, potentially incurring additional charges. The default value is inherited from the global settings. You can change at the global level or at the target level.
|
525
525
|
"""
|
@@ -640,15 +640,15 @@ class AuditProfile(pulumi.CustomResource):
|
|
640
640
|
** IMPORTANT **
|
641
641
|
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
642
642
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment that contains the audit.
|
643
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
643
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
644
644
|
:param pulumi.Input[str] description: (Updatable) The description of the audit profile.
|
645
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
645
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
646
646
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
|
647
647
|
:param pulumi.Input[bool] is_override_global_retention_setting: Indicates whether audit retention settings like online and offline months is set at the target level overriding the global audit retention settings.
|
648
648
|
:param pulumi.Input[bool] is_paid_usage_enabled: (Updatable) Indicates if you want to continue collecting audit records beyond the free limit of one million audit records per month per target database, potentially incurring additional charges. The default value is inherited from the global settings. You can change at the global level or at the target level.
|
649
649
|
:param pulumi.Input[str] lifecycle_details: Details about the current state of the audit profile in Data Safe.
|
650
650
|
:param pulumi.Input[int] offline_months: Indicates the number of months the audit records will be stored offline in the Data Safe audit archive. Minimum: 0; Maximum: 72 months. If you have a requirement to store the audit data even longer in archive, please contact the Oracle Support.
|
651
|
-
:param pulumi.Input[int] online_months: Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
|
651
|
+
:param pulumi.Input[int] online_months: Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum: 12 months
|
652
652
|
:param pulumi.Input[str] state: The current state of the audit profile.
|
653
653
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
|
654
654
|
:param pulumi.Input[str] target_id: The OCID of the Data Safe target for which the audit profile is created.
|
@@ -728,7 +728,7 @@ class AuditProfile(pulumi.CustomResource):
|
|
728
728
|
@pulumi.getter(name="definedTags")
|
729
729
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
730
730
|
"""
|
731
|
-
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm)
|
731
|
+
(Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
|
732
732
|
"""
|
733
733
|
return pulumi.get(self, "defined_tags")
|
734
734
|
|
@@ -744,7 +744,7 @@ class AuditProfile(pulumi.CustomResource):
|
|
744
744
|
@pulumi.getter(name="displayName")
|
745
745
|
def display_name(self) -> pulumi.Output[str]:
|
746
746
|
"""
|
747
|
-
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's
|
747
|
+
(Updatable) The display name of the audit profile. The name does not have to be unique, and it's updatable.
|
748
748
|
"""
|
749
749
|
return pulumi.get(self, "display_name")
|
750
750
|
|
@@ -792,7 +792,7 @@ class AuditProfile(pulumi.CustomResource):
|
|
792
792
|
@pulumi.getter(name="onlineMonths")
|
793
793
|
def online_months(self) -> pulumi.Output[int]:
|
794
794
|
"""
|
795
|
-
Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
|
795
|
+
Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum: 12 months
|
796
796
|
"""
|
797
797
|
return pulumi.get(self, "online_months")
|
798
798
|
|