pulumi-oci 2.24.0a1738736368__py3-none-any.whl → 2.24.0a1738857714__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 +72 -0
- pulumi_oci/database/__init__.py +20 -0
- pulumi_oci/database/_inputs.py +868 -14
- pulumi_oci/database/cloud_exadata_infrastructure.py +28 -0
- 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_cloud_exadata_infrastructure.py +15 -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_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 +11459 -7870
- 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/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/pulumi-plugin.json +1 -1
- {pulumi_oci-2.24.0a1738736368.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/METADATA +1 -1
- {pulumi_oci-2.24.0a1738736368.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/RECORD +122 -90
- {pulumi_oci-2.24.0a1738736368.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.24.0a1738736368.dist-info → pulumi_oci-2.24.0a1738857714.dist-info}/top_level.txt +0 -0
@@ -38,7 +38,7 @@ class SqlCollectionArgs:
|
|
38
38
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL collection.
|
39
39
|
:param pulumi.Input[str] db_user_name: The database user name.
|
40
40
|
:param pulumi.Input[str] target_id: The OCID of the target corresponding to the security policy deployment.
|
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 SQL collection.
|
43
43
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL collection. The name does not have to be unique, and it is changeable.
|
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"}`
|
@@ -120,7 +120,7 @@ class SqlCollectionArgs:
|
|
120
120
|
@pulumi.getter(name="definedTags")
|
121
121
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
122
122
|
"""
|
123
|
-
(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)
|
123
|
+
(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"}`
|
124
124
|
"""
|
125
125
|
return pulumi.get(self, "defined_tags")
|
126
126
|
|
@@ -281,7 +281,7 @@ class _SqlCollectionState:
|
|
281
281
|
Input properties used for looking up and filtering SqlCollection resources.
|
282
282
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL collection.
|
283
283
|
:param pulumi.Input[str] db_user_name: The database user name.
|
284
|
-
: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)
|
284
|
+
: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"}`
|
285
285
|
:param pulumi.Input[str] description: (Updatable) The description of the SQL collection.
|
286
286
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL collection. The name does not have to be unique, and it is changeable.
|
287
287
|
: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"}`
|
@@ -376,7 +376,7 @@ class _SqlCollectionState:
|
|
376
376
|
@pulumi.getter(name="definedTags")
|
377
377
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
378
378
|
"""
|
379
|
-
(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)
|
379
|
+
(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"}`
|
380
380
|
"""
|
381
381
|
return pulumi.get(self, "defined_tags")
|
382
382
|
|
@@ -664,7 +664,7 @@ class SqlCollection(pulumi.CustomResource):
|
|
664
664
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
665
665
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL collection.
|
666
666
|
:param pulumi.Input[str] db_user_name: The database user name.
|
667
|
-
: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[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"}`
|
668
668
|
:param pulumi.Input[str] description: (Updatable) The description of the SQL collection.
|
669
669
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL collection. The name does not have to be unique, and it is changeable.
|
670
670
|
: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"}`
|
@@ -827,7 +827,7 @@ class SqlCollection(pulumi.CustomResource):
|
|
827
827
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
828
828
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL collection.
|
829
829
|
:param pulumi.Input[str] db_user_name: The database user name.
|
830
|
-
: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)
|
830
|
+
: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"}`
|
831
831
|
:param pulumi.Input[str] description: (Updatable) The description of the SQL collection.
|
832
832
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL collection. The name does not have to be unique, and it is changeable.
|
833
833
|
: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"}`
|
@@ -898,7 +898,7 @@ class SqlCollection(pulumi.CustomResource):
|
|
898
898
|
@pulumi.getter(name="definedTags")
|
899
899
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
900
900
|
"""
|
901
|
-
(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)
|
901
|
+
(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"}`
|
902
902
|
"""
|
903
903
|
return pulumi.get(self, "defined_tags")
|
904
904
|
|
@@ -39,7 +39,7 @@ class SqlFirewallPolicyArgs:
|
|
39
39
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL Firewall policy.
|
40
40
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL Firewall policy.
|
41
41
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL Firewall policy.
|
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 SQL Firewall policy.
|
44
44
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
45
45
|
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL Firewall policy enforcement option.
|
@@ -142,7 +142,7 @@ class SqlFirewallPolicyArgs:
|
|
142
142
|
@pulumi.getter(name="definedTags")
|
143
143
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
144
144
|
"""
|
145
|
-
(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)
|
145
|
+
(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"}`
|
146
146
|
"""
|
147
147
|
return pulumi.get(self, "defined_tags")
|
148
148
|
|
@@ -270,7 +270,7 @@ class _SqlFirewallPolicyState:
|
|
270
270
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL Firewall policy.
|
271
271
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL Firewall policy.
|
272
272
|
:param pulumi.Input[str] db_user_name: The database user name.
|
273
|
-
: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)
|
273
|
+
: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"}`
|
274
274
|
:param pulumi.Input[str] description: (Updatable) The description of the SQL Firewall policy.
|
275
275
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
276
276
|
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL Firewall policy enforcement option.
|
@@ -398,7 +398,7 @@ class _SqlFirewallPolicyState:
|
|
398
398
|
@pulumi.getter(name="definedTags")
|
399
399
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
400
400
|
"""
|
401
|
-
(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)
|
401
|
+
(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"}`
|
402
402
|
"""
|
403
403
|
return pulumi.get(self, "defined_tags")
|
404
404
|
|
@@ -629,7 +629,7 @@ class SqlFirewallPolicy(pulumi.CustomResource):
|
|
629
629
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL Firewall policy.
|
630
630
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL Firewall policy.
|
631
631
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL Firewall policy.
|
632
|
-
: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)
|
632
|
+
: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"}`
|
633
633
|
:param pulumi.Input[str] description: (Updatable) The description of the SQL Firewall policy.
|
634
634
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
635
635
|
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL Firewall policy enforcement option.
|
@@ -765,7 +765,7 @@ class SqlFirewallPolicy(pulumi.CustomResource):
|
|
765
765
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL Firewall policy.
|
766
766
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL Firewall policy.
|
767
767
|
:param pulumi.Input[str] db_user_name: The database user name.
|
768
|
-
: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)
|
768
|
+
: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"}`
|
769
769
|
:param pulumi.Input[str] description: (Updatable) The description of the SQL Firewall policy.
|
770
770
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
771
771
|
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL Firewall policy enforcement option.
|
@@ -857,7 +857,7 @@ class SqlFirewallPolicy(pulumi.CustomResource):
|
|
857
857
|
@pulumi.getter(name="definedTags")
|
858
858
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
859
859
|
"""
|
860
|
-
(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)
|
860
|
+
(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"}`
|
861
861
|
"""
|
862
862
|
return pulumi.get(self, "defined_tags")
|
863
863
|
|
@@ -37,15 +37,15 @@ class SqlFirewallPolicyManagementArgs:
|
|
37
37
|
violation_audit: Optional[pulumi.Input[str]] = None):
|
38
38
|
"""
|
39
39
|
The set of arguments for constructing a SqlFirewallPolicyManagement resource.
|
40
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL
|
41
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL
|
42
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL
|
43
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL
|
40
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL Firewall policy.
|
41
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL Firewall policy.
|
42
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL Firewall policy.
|
43
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL collection.
|
44
44
|
:param pulumi.Input[str] db_user_name: The database user name.
|
45
|
-
: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)
|
46
|
-
:param pulumi.Input[str] description: (Updatable) The description of the SQL
|
47
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL
|
48
|
-
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL
|
45
|
+
: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"}`
|
46
|
+
:param pulumi.Input[str] description: (Updatable) The description of the SQL Firewall policy.
|
47
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
48
|
+
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL Firewall policy enforcement option.
|
49
49
|
: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"}`
|
50
50
|
:param pulumi.Input[str] sql_firewall_policy_id: The OCID of the SQL firewall policy resource.
|
51
51
|
:param pulumi.Input[str] state: The current state of the SQL firewall policy.
|
@@ -95,7 +95,7 @@ class SqlFirewallPolicyManagementArgs:
|
|
95
95
|
@pulumi.getter(name="allowedClientIps")
|
96
96
|
def allowed_client_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
97
97
|
"""
|
98
|
-
(Updatable) List of allowed ip addresses for the SQL
|
98
|
+
(Updatable) List of allowed ip addresses for the SQL Firewall policy.
|
99
99
|
"""
|
100
100
|
return pulumi.get(self, "allowed_client_ips")
|
101
101
|
|
@@ -107,7 +107,7 @@ class SqlFirewallPolicyManagementArgs:
|
|
107
107
|
@pulumi.getter(name="allowedClientOsUsernames")
|
108
108
|
def allowed_client_os_usernames(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
109
109
|
"""
|
110
|
-
(Updatable) List of allowed operating system user names for the SQL
|
110
|
+
(Updatable) List of allowed operating system user names for the SQL Firewall policy.
|
111
111
|
"""
|
112
112
|
return pulumi.get(self, "allowed_client_os_usernames")
|
113
113
|
|
@@ -119,7 +119,7 @@ class SqlFirewallPolicyManagementArgs:
|
|
119
119
|
@pulumi.getter(name="allowedClientPrograms")
|
120
120
|
def allowed_client_programs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
121
121
|
"""
|
122
|
-
(Updatable) List of allowed client programs for the SQL
|
122
|
+
(Updatable) List of allowed client programs for the SQL Firewall policy.
|
123
123
|
"""
|
124
124
|
return pulumi.get(self, "allowed_client_programs")
|
125
125
|
|
@@ -131,7 +131,7 @@ class SqlFirewallPolicyManagementArgs:
|
|
131
131
|
@pulumi.getter(name="compartmentId")
|
132
132
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
133
133
|
"""
|
134
|
-
(Updatable) The OCID of the compartment containing the SQL
|
134
|
+
(Updatable) The OCID of the compartment containing the SQL collection.
|
135
135
|
"""
|
136
136
|
return pulumi.get(self, "compartment_id")
|
137
137
|
|
@@ -155,7 +155,7 @@ class SqlFirewallPolicyManagementArgs:
|
|
155
155
|
@pulumi.getter(name="definedTags")
|
156
156
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
157
157
|
"""
|
158
|
-
(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)
|
158
|
+
(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"}`
|
159
159
|
"""
|
160
160
|
return pulumi.get(self, "defined_tags")
|
161
161
|
|
@@ -167,7 +167,7 @@ class SqlFirewallPolicyManagementArgs:
|
|
167
167
|
@pulumi.getter
|
168
168
|
def description(self) -> Optional[pulumi.Input[str]]:
|
169
169
|
"""
|
170
|
-
(Updatable) The description of the SQL
|
170
|
+
(Updatable) The description of the SQL Firewall policy.
|
171
171
|
"""
|
172
172
|
return pulumi.get(self, "description")
|
173
173
|
|
@@ -179,7 +179,7 @@ class SqlFirewallPolicyManagementArgs:
|
|
179
179
|
@pulumi.getter(name="displayName")
|
180
180
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
181
181
|
"""
|
182
|
-
(Updatable) The display name of the SQL
|
182
|
+
(Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
183
183
|
"""
|
184
184
|
return pulumi.get(self, "display_name")
|
185
185
|
|
@@ -191,7 +191,7 @@ class SqlFirewallPolicyManagementArgs:
|
|
191
191
|
@pulumi.getter(name="enforcementScope")
|
192
192
|
def enforcement_scope(self) -> Optional[pulumi.Input[str]]:
|
193
193
|
"""
|
194
|
-
(Updatable) Specifies the SQL
|
194
|
+
(Updatable) Specifies the SQL Firewall policy enforcement option.
|
195
195
|
"""
|
196
196
|
return pulumi.get(self, "enforcement_scope")
|
197
197
|
|
@@ -315,15 +315,15 @@ class _SqlFirewallPolicyManagementState:
|
|
315
315
|
violation_audit: Optional[pulumi.Input[str]] = None):
|
316
316
|
"""
|
317
317
|
Input properties used for looking up and filtering SqlFirewallPolicyManagement resources.
|
318
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL
|
319
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL
|
320
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL
|
321
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL
|
318
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL Firewall policy.
|
319
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL Firewall policy.
|
320
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL Firewall policy.
|
321
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL collection.
|
322
322
|
:param pulumi.Input[str] db_user_name: The database user name.
|
323
|
-
: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)
|
324
|
-
:param pulumi.Input[str] description: (Updatable) The description of the SQL
|
325
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL
|
326
|
-
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL
|
323
|
+
: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"}`
|
324
|
+
:param pulumi.Input[str] description: (Updatable) The description of the SQL Firewall policy.
|
325
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
326
|
+
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL Firewall policy enforcement option.
|
327
327
|
: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"}`
|
328
328
|
:param pulumi.Input[str] lifecycle_details: Details about the current state of the SQL firewall policy in Data Safe.
|
329
329
|
:param pulumi.Input[str] security_policy_id: The OCID of the security policy corresponding to the SQL firewall policy.
|
@@ -391,7 +391,7 @@ class _SqlFirewallPolicyManagementState:
|
|
391
391
|
@pulumi.getter(name="allowedClientIps")
|
392
392
|
def allowed_client_ips(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
393
393
|
"""
|
394
|
-
(Updatable) List of allowed ip addresses for the SQL
|
394
|
+
(Updatable) List of allowed ip addresses for the SQL Firewall policy.
|
395
395
|
"""
|
396
396
|
return pulumi.get(self, "allowed_client_ips")
|
397
397
|
|
@@ -403,7 +403,7 @@ class _SqlFirewallPolicyManagementState:
|
|
403
403
|
@pulumi.getter(name="allowedClientOsUsernames")
|
404
404
|
def allowed_client_os_usernames(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
405
405
|
"""
|
406
|
-
(Updatable) List of allowed operating system user names for the SQL
|
406
|
+
(Updatable) List of allowed operating system user names for the SQL Firewall policy.
|
407
407
|
"""
|
408
408
|
return pulumi.get(self, "allowed_client_os_usernames")
|
409
409
|
|
@@ -415,7 +415,7 @@ class _SqlFirewallPolicyManagementState:
|
|
415
415
|
@pulumi.getter(name="allowedClientPrograms")
|
416
416
|
def allowed_client_programs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
417
417
|
"""
|
418
|
-
(Updatable) List of allowed client programs for the SQL
|
418
|
+
(Updatable) List of allowed client programs for the SQL Firewall policy.
|
419
419
|
"""
|
420
420
|
return pulumi.get(self, "allowed_client_programs")
|
421
421
|
|
@@ -427,7 +427,7 @@ class _SqlFirewallPolicyManagementState:
|
|
427
427
|
@pulumi.getter(name="compartmentId")
|
428
428
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
429
429
|
"""
|
430
|
-
(Updatable) The OCID of the compartment containing the SQL
|
430
|
+
(Updatable) The OCID of the compartment containing the SQL collection.
|
431
431
|
"""
|
432
432
|
return pulumi.get(self, "compartment_id")
|
433
433
|
|
@@ -451,7 +451,7 @@ class _SqlFirewallPolicyManagementState:
|
|
451
451
|
@pulumi.getter(name="definedTags")
|
452
452
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
453
453
|
"""
|
454
|
-
(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)
|
454
|
+
(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"}`
|
455
455
|
"""
|
456
456
|
return pulumi.get(self, "defined_tags")
|
457
457
|
|
@@ -463,7 +463,7 @@ class _SqlFirewallPolicyManagementState:
|
|
463
463
|
@pulumi.getter
|
464
464
|
def description(self) -> Optional[pulumi.Input[str]]:
|
465
465
|
"""
|
466
|
-
(Updatable) The description of the SQL
|
466
|
+
(Updatable) The description of the SQL Firewall policy.
|
467
467
|
"""
|
468
468
|
return pulumi.get(self, "description")
|
469
469
|
|
@@ -475,7 +475,7 @@ class _SqlFirewallPolicyManagementState:
|
|
475
475
|
@pulumi.getter(name="displayName")
|
476
476
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
477
477
|
"""
|
478
|
-
(Updatable) The display name of the SQL
|
478
|
+
(Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
479
479
|
"""
|
480
480
|
return pulumi.get(self, "display_name")
|
481
481
|
|
@@ -487,7 +487,7 @@ class _SqlFirewallPolicyManagementState:
|
|
487
487
|
@pulumi.getter(name="enforcementScope")
|
488
488
|
def enforcement_scope(self) -> Optional[pulumi.Input[str]]:
|
489
489
|
"""
|
490
|
-
(Updatable) Specifies the SQL
|
490
|
+
(Updatable) Specifies the SQL Firewall policy enforcement option.
|
491
491
|
"""
|
492
492
|
return pulumi.get(self, "enforcement_scope")
|
493
493
|
|
@@ -716,15 +716,15 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
716
716
|
|
717
717
|
:param str resource_name: The name of the resource.
|
718
718
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
719
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL
|
720
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL
|
721
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL
|
722
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL
|
719
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL Firewall policy.
|
720
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL Firewall policy.
|
721
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL Firewall policy.
|
722
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL collection.
|
723
723
|
:param pulumi.Input[str] db_user_name: The database user name.
|
724
|
-
: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)
|
725
|
-
:param pulumi.Input[str] description: (Updatable) The description of the SQL
|
726
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL
|
727
|
-
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL
|
724
|
+
: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"}`
|
725
|
+
:param pulumi.Input[str] description: (Updatable) The description of the SQL Firewall policy.
|
726
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
727
|
+
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL Firewall policy enforcement option.
|
728
728
|
: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"}`
|
729
729
|
:param pulumi.Input[str] sql_firewall_policy_id: The OCID of the SQL firewall policy resource.
|
730
730
|
:param pulumi.Input[str] state: The current state of the SQL firewall policy.
|
@@ -880,15 +880,15 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
880
880
|
:param str resource_name: The unique name of the resulting resource.
|
881
881
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
882
882
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
883
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL
|
884
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL
|
885
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL
|
886
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL
|
883
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_ips: (Updatable) List of allowed ip addresses for the SQL Firewall policy.
|
884
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_os_usernames: (Updatable) List of allowed operating system user names for the SQL Firewall policy.
|
885
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_client_programs: (Updatable) List of allowed client programs for the SQL Firewall policy.
|
886
|
+
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the SQL collection.
|
887
887
|
:param pulumi.Input[str] db_user_name: The database user name.
|
888
|
-
: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)
|
889
|
-
:param pulumi.Input[str] description: (Updatable) The description of the SQL
|
890
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL
|
891
|
-
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL
|
888
|
+
: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"}`
|
889
|
+
:param pulumi.Input[str] description: (Updatable) The description of the SQL Firewall policy.
|
890
|
+
:param pulumi.Input[str] display_name: (Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
891
|
+
:param pulumi.Input[str] enforcement_scope: (Updatable) Specifies the SQL Firewall policy enforcement option.
|
892
892
|
: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"}`
|
893
893
|
:param pulumi.Input[str] lifecycle_details: Details about the current state of the SQL firewall policy in Data Safe.
|
894
894
|
:param pulumi.Input[str] security_policy_id: The OCID of the security policy corresponding to the SQL firewall policy.
|
@@ -939,7 +939,7 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
939
939
|
@pulumi.getter(name="allowedClientIps")
|
940
940
|
def allowed_client_ips(self) -> pulumi.Output[Sequence[str]]:
|
941
941
|
"""
|
942
|
-
(Updatable) List of allowed ip addresses for the SQL
|
942
|
+
(Updatable) List of allowed ip addresses for the SQL Firewall policy.
|
943
943
|
"""
|
944
944
|
return pulumi.get(self, "allowed_client_ips")
|
945
945
|
|
@@ -947,7 +947,7 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
947
947
|
@pulumi.getter(name="allowedClientOsUsernames")
|
948
948
|
def allowed_client_os_usernames(self) -> pulumi.Output[Sequence[str]]:
|
949
949
|
"""
|
950
|
-
(Updatable) List of allowed operating system user names for the SQL
|
950
|
+
(Updatable) List of allowed operating system user names for the SQL Firewall policy.
|
951
951
|
"""
|
952
952
|
return pulumi.get(self, "allowed_client_os_usernames")
|
953
953
|
|
@@ -955,7 +955,7 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
955
955
|
@pulumi.getter(name="allowedClientPrograms")
|
956
956
|
def allowed_client_programs(self) -> pulumi.Output[Sequence[str]]:
|
957
957
|
"""
|
958
|
-
(Updatable) List of allowed client programs for the SQL
|
958
|
+
(Updatable) List of allowed client programs for the SQL Firewall policy.
|
959
959
|
"""
|
960
960
|
return pulumi.get(self, "allowed_client_programs")
|
961
961
|
|
@@ -963,7 +963,7 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
963
963
|
@pulumi.getter(name="compartmentId")
|
964
964
|
def compartment_id(self) -> pulumi.Output[str]:
|
965
965
|
"""
|
966
|
-
(Updatable) The OCID of the compartment containing the SQL
|
966
|
+
(Updatable) The OCID of the compartment containing the SQL collection.
|
967
967
|
"""
|
968
968
|
return pulumi.get(self, "compartment_id")
|
969
969
|
|
@@ -979,7 +979,7 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
979
979
|
@pulumi.getter(name="definedTags")
|
980
980
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
981
981
|
"""
|
982
|
-
(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)
|
982
|
+
(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"}`
|
983
983
|
"""
|
984
984
|
return pulumi.get(self, "defined_tags")
|
985
985
|
|
@@ -987,7 +987,7 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
987
987
|
@pulumi.getter
|
988
988
|
def description(self) -> pulumi.Output[str]:
|
989
989
|
"""
|
990
|
-
(Updatable) The description of the SQL
|
990
|
+
(Updatable) The description of the SQL Firewall policy.
|
991
991
|
"""
|
992
992
|
return pulumi.get(self, "description")
|
993
993
|
|
@@ -995,7 +995,7 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
995
995
|
@pulumi.getter(name="displayName")
|
996
996
|
def display_name(self) -> pulumi.Output[str]:
|
997
997
|
"""
|
998
|
-
(Updatable) The display name of the SQL
|
998
|
+
(Updatable) The display name of the SQL Firewall policy. The name does not have to be unique, and it is changeable.
|
999
999
|
"""
|
1000
1000
|
return pulumi.get(self, "display_name")
|
1001
1001
|
|
@@ -1003,7 +1003,7 @@ class SqlFirewallPolicyManagement(pulumi.CustomResource):
|
|
1003
1003
|
@pulumi.getter(name="enforcementScope")
|
1004
1004
|
def enforcement_scope(self) -> pulumi.Output[str]:
|
1005
1005
|
"""
|
1006
|
-
(Updatable) Specifies the SQL
|
1006
|
+
(Updatable) Specifies the SQL Firewall policy enforcement option.
|
1007
1007
|
"""
|
1008
1008
|
return pulumi.get(self, "enforcement_scope")
|
1009
1009
|
|
@@ -37,7 +37,7 @@ class TargetAlertPolicyAssociationArgs:
|
|
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) Describes the target-alert policy association.
|
42
42
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the target-alert policy association.
|
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 TargetAlertPolicyAssociationArgs:
|
|
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
|
|
@@ -175,7 +175,7 @@ class _TargetAlertPolicyAssociationState:
|
|
175
175
|
"""
|
176
176
|
Input properties used for looking up and filtering TargetAlertPolicyAssociation resources.
|
177
177
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the target-alert policy association is created.
|
178
|
-
: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)
|
178
|
+
: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"}`
|
179
179
|
:param pulumi.Input[str] description: (Updatable) Describes the target-alert policy association.
|
180
180
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the target-alert policy association.
|
181
181
|
: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"}`
|
@@ -235,7 +235,7 @@ class _TargetAlertPolicyAssociationState:
|
|
235
235
|
@pulumi.getter(name="definedTags")
|
236
236
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
237
237
|
"""
|
238
|
-
(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)
|
238
|
+
(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"}`
|
239
239
|
"""
|
240
240
|
return pulumi.get(self, "defined_tags")
|
241
241
|
|
@@ -431,7 +431,7 @@ class TargetAlertPolicyAssociation(pulumi.CustomResource):
|
|
431
431
|
:param str resource_name: The name of the resource.
|
432
432
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
433
433
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the target-alert policy association is created.
|
434
|
-
: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)
|
434
|
+
: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"}`
|
435
435
|
:param pulumi.Input[str] description: (Updatable) Describes the target-alert policy association.
|
436
436
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the target-alert policy association.
|
437
437
|
: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"}`
|
@@ -567,7 +567,7 @@ class TargetAlertPolicyAssociation(pulumi.CustomResource):
|
|
567
567
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
568
568
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
569
569
|
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the target-alert policy association is created.
|
570
|
-
: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)
|
570
|
+
: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"}`
|
571
571
|
:param pulumi.Input[str] description: (Updatable) Describes the target-alert policy association.
|
572
572
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the target-alert policy association.
|
573
573
|
: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"}`
|
@@ -615,7 +615,7 @@ class TargetAlertPolicyAssociation(pulumi.CustomResource):
|
|
615
615
|
@pulumi.getter(name="definedTags")
|
616
616
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
617
617
|
"""
|
618
|
-
(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)
|
618
|
+
(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"}`
|
619
619
|
"""
|
620
620
|
return pulumi.get(self, "defined_tags")
|
621
621
|
|
@@ -37,7 +37,7 @@ class TargetDatabaseArgs:
|
|
37
37
|
:param pulumi.Input['TargetDatabaseDatabaseDetailsArgs'] database_details: (Updatable) Details of the database for the registration in Data Safe.
|
38
38
|
:param pulumi.Input['TargetDatabaseConnectionOptionArgs'] connection_option: (Updatable) Types of connection supported by Data Safe.
|
39
39
|
:param pulumi.Input['TargetDatabaseCredentialsArgs'] credentials: (Updatable) The database credentials required for Data Safe to connect to the database.
|
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) The description of the target database in Data Safe.
|
42
42
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the target database in Data Safe. The name is modifiable and does not need to be unique.
|
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"}`
|
@@ -115,7 +115,7 @@ class TargetDatabaseArgs:
|
|
115
115
|
@pulumi.getter(name="definedTags")
|
116
116
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
117
117
|
"""
|
118
|
-
(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)
|
118
|
+
(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"}`
|
119
119
|
"""
|
120
120
|
return pulumi.get(self, "defined_tags")
|
121
121
|
|
@@ -211,7 +211,7 @@ class _TargetDatabaseState:
|
|
211
211
|
:param pulumi.Input['TargetDatabaseConnectionOptionArgs'] connection_option: (Updatable) Types of connection supported by Data Safe.
|
212
212
|
:param pulumi.Input['TargetDatabaseCredentialsArgs'] credentials: (Updatable) The database credentials required for Data Safe to connect to the database.
|
213
213
|
:param pulumi.Input['TargetDatabaseDatabaseDetailsArgs'] database_details: (Updatable) Details of the database for the registration in Data Safe.
|
214
|
-
: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[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"}`
|
215
215
|
:param pulumi.Input[str] description: (Updatable) The description of the target database in Data Safe.
|
216
216
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the target database in Data Safe. The name is modifiable and does not need to be unique.
|
217
217
|
: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"}`
|
@@ -323,7 +323,7 @@ class _TargetDatabaseState:
|
|
323
323
|
@pulumi.getter(name="definedTags")
|
324
324
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
325
325
|
"""
|
326
|
-
(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)
|
326
|
+
(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"}`
|
327
327
|
"""
|
328
328
|
return pulumi.get(self, "defined_tags")
|
329
329
|
|
@@ -567,7 +567,7 @@ class TargetDatabase(pulumi.CustomResource):
|
|
567
567
|
:param pulumi.Input[Union['TargetDatabaseConnectionOptionArgs', 'TargetDatabaseConnectionOptionArgsDict']] connection_option: (Updatable) Types of connection supported by Data Safe.
|
568
568
|
:param pulumi.Input[Union['TargetDatabaseCredentialsArgs', 'TargetDatabaseCredentialsArgsDict']] credentials: (Updatable) The database credentials required for Data Safe to connect to the database.
|
569
569
|
:param pulumi.Input[Union['TargetDatabaseDatabaseDetailsArgs', 'TargetDatabaseDatabaseDetailsArgsDict']] database_details: (Updatable) Details of the database for the registration in Data Safe.
|
570
|
-
: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)
|
570
|
+
: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"}`
|
571
571
|
:param pulumi.Input[str] description: (Updatable) The description of the target database in Data Safe.
|
572
572
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the target database in Data Safe. The name is modifiable and does not need to be unique.
|
573
573
|
: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"}`
|
@@ -755,7 +755,7 @@ class TargetDatabase(pulumi.CustomResource):
|
|
755
755
|
:param pulumi.Input[Union['TargetDatabaseConnectionOptionArgs', 'TargetDatabaseConnectionOptionArgsDict']] connection_option: (Updatable) Types of connection supported by Data Safe.
|
756
756
|
:param pulumi.Input[Union['TargetDatabaseCredentialsArgs', 'TargetDatabaseCredentialsArgsDict']] credentials: (Updatable) The database credentials required for Data Safe to connect to the database.
|
757
757
|
:param pulumi.Input[Union['TargetDatabaseDatabaseDetailsArgs', 'TargetDatabaseDatabaseDetailsArgsDict']] database_details: (Updatable) Details of the database for the registration in Data Safe.
|
758
|
-
: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)
|
758
|
+
: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"}`
|
759
759
|
:param pulumi.Input[str] description: (Updatable) The description of the target database in Data Safe.
|
760
760
|
:param pulumi.Input[str] display_name: (Updatable) The display name of the target database in Data Safe. The name is modifiable and does not need to be unique.
|
761
761
|
: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"}`
|
@@ -835,7 +835,7 @@ class TargetDatabase(pulumi.CustomResource):
|
|
835
835
|
@pulumi.getter(name="definedTags")
|
836
836
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
837
837
|
"""
|
838
|
-
(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)
|
838
|
+
(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"}`
|
839
839
|
"""
|
840
840
|
return pulumi.get(self, "defined_tags")
|
841
841
|
|