pulumi-oci 2.9.0__py3-none-any.whl → 2.9.0a1724479778__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 +38 -86
- pulumi_oci/announcementsservice/__init__.py +0 -1
- pulumi_oci/announcementsservice/_inputs.py +6 -46
- pulumi_oci/announcementsservice/announcement_subscription.py +14 -14
- pulumi_oci/announcementsservice/get_announcement_subscription.py +2 -2
- pulumi_oci/announcementsservice/outputs.py +18 -195
- pulumi_oci/bigdataservice/_inputs.py +49 -1
- pulumi_oci/bigdataservice/bds_instance.py +128 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
- pulumi_oci/bigdataservice/outputs.py +132 -3
- pulumi_oci/database/_inputs.py +0 -32
- pulumi_oci/database/autonomous_database.py +0 -28
- pulumi_oci/database/data_guard_association.py +0 -49
- pulumi_oci/database/get_autonomous_database.py +1 -14
- pulumi_oci/database/get_autonomous_databases.py +95 -32
- pulumi_oci/database/get_data_guard_association.py +1 -11
- pulumi_oci/database/outputs.py +42 -163
- pulumi_oci/databasemanagement/__init__.py +0 -1
- pulumi_oci/databasemanagement/_inputs.py +12 -875
- pulumi_oci/databasemanagement/database_dbm_features_management.py +3 -37
- pulumi_oci/databasemanagement/db_management_private_endpoint.py +0 -49
- pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +1 -14
- pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +1 -21
- pulumi_oci/databasemanagement/get_managed_database.py +3 -47
- pulumi_oci/databasemanagement/managed_database.py +0 -56
- pulumi_oci/databasemanagement/outputs.py +5553 -7487
- pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +1 -35
- pulumi_oci/datasafe/__init__.py +0 -6
- pulumi_oci/datasafe/_inputs.py +0 -18
- pulumi_oci/datasafe/database_security_config_management.py +2 -244
- pulumi_oci/datasafe/outputs.py +0 -18
- pulumi_oci/datasafe/security_policy_deployment_management.py +2 -180
- pulumi_oci/datasafe/security_policy_management.py +2 -172
- pulumi_oci/datasafe/sql_firewall_policy_management.py +2 -354
- pulumi_oci/filestorage/mount_target.py +38 -143
- pulumi_oci/filestorage/outputs.py +0 -44
- pulumi_oci/{desktops → fleetsoftwareupdate}/__init__.py +6 -7
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/globallydistributeddatabase/__init__.py +15 -0
- pulumi_oci/globallydistributeddatabase/_inputs.py +1003 -0
- pulumi_oci/{delegateaccesscontrol/get_delegation_subscription.py → globallydistributeddatabase/get_private_endpoint.py} +105 -66
- pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +176 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_database.py +610 -0
- pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +176 -0
- pulumi_oci/globallydistributeddatabase/outputs.py +2058 -0
- pulumi_oci/{delegateaccesscontrol/delegation_subscription.py → globallydistributeddatabase/private_endpoint.py} +267 -162
- pulumi_oci/globallydistributeddatabase/sharded_database.py +1816 -0
- pulumi_oci/identity/domains_group.py +0 -34
- pulumi_oci/identity/domains_user.py +0 -34
- pulumi_oci/identity/get_domains_group.py +1 -11
- pulumi_oci/identity/get_domains_user.py +1 -11
- pulumi_oci/identity/outputs.py +0 -14
- pulumi_oci/kms/_inputs.py +10 -10
- pulumi_oci/kms/get_vault.py +1 -14
- pulumi_oci/kms/outputs.py +30 -41
- pulumi_oci/kms/vault.py +0 -28
- pulumi_oci/loadbalancer/load_balancer.py +0 -224
- pulumi_oci/loadbalancer/outputs.py +0 -22
- pulumi_oci/mysql/_inputs.py +0 -23
- pulumi_oci/mysql/get_mysql_db_system.py +2 -15
- pulumi_oci/mysql/mysql_db_system.py +0 -53
- pulumi_oci/mysql/outputs.py +6 -74
- pulumi_oci/ocvp/get_cluster.py +2 -2
- pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
- pulumi_oci/ocvp/get_supported_vmware_software_versions.py +5 -22
- pulumi_oci/ocvp/outputs.py +2 -2
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/recoverymod/_inputs.py +8 -0
- pulumi_oci/recoverymod/get_protected_database.py +1 -14
- pulumi_oci/recoverymod/get_protection_policy.py +1 -14
- pulumi_oci/recoverymod/outputs.py +8 -22
- pulumi_oci/recoverymod/protected_database.py +3 -80
- pulumi_oci/recoverymod/protection_policy.py +0 -49
- pulumi_oci/waf/_inputs.py +16 -29
- pulumi_oci/waf/outputs.py +10 -33
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/METADATA +1 -1
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/RECORD +86 -104
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/WHEEL +1 -1
- pulumi_oci/announcementsservice/get_services.py +0 -173
- pulumi_oci/databasemanagement/autonomous_database_autonomous_database_dbm_features_management.py +0 -275
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/unset_security_assessment_baseline_management.py +0 -264
- pulumi_oci/datasafe/unset_user_assessment_baseline_management.py +0 -264
- pulumi_oci/delegateaccesscontrol/__init__.py +0 -24
- pulumi_oci/delegateaccesscontrol/_inputs.py +0 -306
- pulumi_oci/delegateaccesscontrol/delegation_control.py +0 -1082
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request.py +0 -535
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_audit_log_report.py +0 -174
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_request_histories.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegated_resource_access_requests.py +0 -250
- pulumi_oci/delegateaccesscontrol/get_delegation_control.py +0 -378
- pulumi_oci/delegateaccesscontrol/get_delegation_control_resources.py +0 -133
- pulumi_oci/delegateaccesscontrol/get_delegation_controls.py +0 -213
- pulumi_oci/delegateaccesscontrol/get_delegation_subscriptions.py +0 -176
- pulumi_oci/delegateaccesscontrol/get_service_provider.py +0 -274
- pulumi_oci/delegateaccesscontrol/get_service_provider_action.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_provider_actions.py +0 -210
- pulumi_oci/delegateaccesscontrol/get_service_providers.py +0 -213
- pulumi_oci/delegateaccesscontrol/outputs.py +0 -1679
- pulumi_oci/desktops/_inputs.py +0 -483
- pulumi_oci/desktops/desktop_pool.py +0 -1348
- pulumi_oci/desktops/get_desktop.py +0 -223
- pulumi_oci/desktops/get_desktop_pool.py +0 -418
- pulumi_oci/desktops/get_desktop_pool_desktops.py +0 -208
- pulumi_oci/desktops/get_desktop_pool_volumes.py +0 -214
- pulumi_oci/desktops/get_desktop_pools.py +0 -203
- pulumi_oci/desktops/get_desktops.py +0 -214
- pulumi_oci/desktops/outputs.py +0 -1738
- {pulumi_oci-2.9.0.dist-info → pulumi_oci-2.9.0a1724479778.dist-info}/top_level.txt +0 -0
@@ -26,18 +26,6 @@ class DatabaseSecurityConfigManagementArgs:
|
|
26
26
|
target_id: Optional[pulumi.Input[str]] = None):
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a DatabaseSecurityConfigManagement resource.
|
29
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the database security config.
|
30
|
-
: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"}`
|
31
|
-
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
32
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
|
33
|
-
: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"}`
|
34
|
-
:param pulumi.Input[bool] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
35
|
-
|
36
|
-
|
37
|
-
** IMPORTANT **
|
38
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
39
|
-
:param pulumi.Input['DatabaseSecurityConfigManagementSqlFirewallConfigArgs'] sql_firewall_config: (Updatable) Details to update the SQL firewall config.
|
40
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
41
29
|
"""
|
42
30
|
if compartment_id is not None:
|
43
31
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -59,9 +47,6 @@ class DatabaseSecurityConfigManagementArgs:
|
|
59
47
|
@property
|
60
48
|
@pulumi.getter(name="compartmentId")
|
61
49
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
62
|
-
"""
|
63
|
-
(Updatable) The OCID of the compartment containing the database security config.
|
64
|
-
"""
|
65
50
|
return pulumi.get(self, "compartment_id")
|
66
51
|
|
67
52
|
@compartment_id.setter
|
@@ -71,9 +56,6 @@ class DatabaseSecurityConfigManagementArgs:
|
|
71
56
|
@property
|
72
57
|
@pulumi.getter(name="definedTags")
|
73
58
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
74
|
-
"""
|
75
|
-
(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"}`
|
76
|
-
"""
|
77
59
|
return pulumi.get(self, "defined_tags")
|
78
60
|
|
79
61
|
@defined_tags.setter
|
@@ -83,9 +65,6 @@ class DatabaseSecurityConfigManagementArgs:
|
|
83
65
|
@property
|
84
66
|
@pulumi.getter
|
85
67
|
def description(self) -> Optional[pulumi.Input[str]]:
|
86
|
-
"""
|
87
|
-
(Updatable) The description of the security policy.
|
88
|
-
"""
|
89
68
|
return pulumi.get(self, "description")
|
90
69
|
|
91
70
|
@description.setter
|
@@ -95,9 +74,6 @@ class DatabaseSecurityConfigManagementArgs:
|
|
95
74
|
@property
|
96
75
|
@pulumi.getter(name="displayName")
|
97
76
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
98
|
-
"""
|
99
|
-
(Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
|
100
|
-
"""
|
101
77
|
return pulumi.get(self, "display_name")
|
102
78
|
|
103
79
|
@display_name.setter
|
@@ -107,9 +83,6 @@ class DatabaseSecurityConfigManagementArgs:
|
|
107
83
|
@property
|
108
84
|
@pulumi.getter(name="freeformTags")
|
109
85
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
110
|
-
"""
|
111
|
-
(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"}`
|
112
|
-
"""
|
113
86
|
return pulumi.get(self, "freeform_tags")
|
114
87
|
|
115
88
|
@freeform_tags.setter
|
@@ -119,13 +92,6 @@ class DatabaseSecurityConfigManagementArgs:
|
|
119
92
|
@property
|
120
93
|
@pulumi.getter(name="refreshTrigger")
|
121
94
|
def refresh_trigger(self) -> Optional[pulumi.Input[bool]]:
|
122
|
-
"""
|
123
|
-
(Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
124
|
-
|
125
|
-
|
126
|
-
** IMPORTANT **
|
127
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
128
|
-
"""
|
129
95
|
return pulumi.get(self, "refresh_trigger")
|
130
96
|
|
131
97
|
@refresh_trigger.setter
|
@@ -135,9 +101,6 @@ class DatabaseSecurityConfigManagementArgs:
|
|
135
101
|
@property
|
136
102
|
@pulumi.getter(name="sqlFirewallConfig")
|
137
103
|
def sql_firewall_config(self) -> Optional[pulumi.Input['DatabaseSecurityConfigManagementSqlFirewallConfigArgs']]:
|
138
|
-
"""
|
139
|
-
(Updatable) Details to update the SQL firewall config.
|
140
|
-
"""
|
141
104
|
return pulumi.get(self, "sql_firewall_config")
|
142
105
|
|
143
106
|
@sql_firewall_config.setter
|
@@ -147,9 +110,6 @@ class DatabaseSecurityConfigManagementArgs:
|
|
147
110
|
@property
|
148
111
|
@pulumi.getter(name="targetId")
|
149
112
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
150
|
-
"""
|
151
|
-
Unique target identifier.
|
152
|
-
"""
|
153
113
|
return pulumi.get(self, "target_id")
|
154
114
|
|
155
115
|
@target_id.setter
|
@@ -176,24 +136,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
176
136
|
time_updated: Optional[pulumi.Input[str]] = None):
|
177
137
|
"""
|
178
138
|
Input properties used for looking up and filtering DatabaseSecurityConfigManagement resources.
|
179
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the database security config.
|
180
|
-
: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"}`
|
181
|
-
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
182
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
|
183
|
-
: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"}`
|
184
|
-
:param pulumi.Input[str] lifecycle_details: Details about the current state of the database security config in Data Safe.
|
185
|
-
:param pulumi.Input[bool] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
186
|
-
|
187
|
-
|
188
|
-
** IMPORTANT **
|
189
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
190
|
-
:param pulumi.Input['DatabaseSecurityConfigManagementSqlFirewallConfigArgs'] sql_firewall_config: (Updatable) Details to update the SQL firewall config.
|
191
|
-
:param pulumi.Input[str] state: The current state of the database security config.
|
192
|
-
: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"}`
|
193
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
194
|
-
:param pulumi.Input[str] time_created: The time that the database security config was created, in the format defined by RFC3339.
|
195
|
-
:param pulumi.Input[str] time_last_refreshed: The last date and time the database security config was refreshed, in the format defined by RFC3339.
|
196
|
-
:param pulumi.Input[str] time_updated: The date and time the database security configuration was last updated, in the format defined by RFC3339.
|
197
139
|
"""
|
198
140
|
if compartment_id is not None:
|
199
141
|
pulumi.set(__self__, "compartment_id", compartment_id)
|
@@ -227,9 +169,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
227
169
|
@property
|
228
170
|
@pulumi.getter(name="compartmentId")
|
229
171
|
def compartment_id(self) -> Optional[pulumi.Input[str]]:
|
230
|
-
"""
|
231
|
-
(Updatable) The OCID of the compartment containing the database security config.
|
232
|
-
"""
|
233
172
|
return pulumi.get(self, "compartment_id")
|
234
173
|
|
235
174
|
@compartment_id.setter
|
@@ -239,9 +178,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
239
178
|
@property
|
240
179
|
@pulumi.getter(name="definedTags")
|
241
180
|
def defined_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
242
|
-
"""
|
243
|
-
(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"}`
|
244
|
-
"""
|
245
181
|
return pulumi.get(self, "defined_tags")
|
246
182
|
|
247
183
|
@defined_tags.setter
|
@@ -251,9 +187,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
251
187
|
@property
|
252
188
|
@pulumi.getter
|
253
189
|
def description(self) -> Optional[pulumi.Input[str]]:
|
254
|
-
"""
|
255
|
-
(Updatable) The description of the security policy.
|
256
|
-
"""
|
257
190
|
return pulumi.get(self, "description")
|
258
191
|
|
259
192
|
@description.setter
|
@@ -263,9 +196,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
263
196
|
@property
|
264
197
|
@pulumi.getter(name="displayName")
|
265
198
|
def display_name(self) -> Optional[pulumi.Input[str]]:
|
266
|
-
"""
|
267
|
-
(Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
|
268
|
-
"""
|
269
199
|
return pulumi.get(self, "display_name")
|
270
200
|
|
271
201
|
@display_name.setter
|
@@ -275,9 +205,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
275
205
|
@property
|
276
206
|
@pulumi.getter(name="freeformTags")
|
277
207
|
def freeform_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
278
|
-
"""
|
279
|
-
(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"}`
|
280
|
-
"""
|
281
208
|
return pulumi.get(self, "freeform_tags")
|
282
209
|
|
283
210
|
@freeform_tags.setter
|
@@ -287,9 +214,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
287
214
|
@property
|
288
215
|
@pulumi.getter(name="lifecycleDetails")
|
289
216
|
def lifecycle_details(self) -> Optional[pulumi.Input[str]]:
|
290
|
-
"""
|
291
|
-
Details about the current state of the database security config in Data Safe.
|
292
|
-
"""
|
293
217
|
return pulumi.get(self, "lifecycle_details")
|
294
218
|
|
295
219
|
@lifecycle_details.setter
|
@@ -299,13 +223,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
299
223
|
@property
|
300
224
|
@pulumi.getter(name="refreshTrigger")
|
301
225
|
def refresh_trigger(self) -> Optional[pulumi.Input[bool]]:
|
302
|
-
"""
|
303
|
-
(Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
304
|
-
|
305
|
-
|
306
|
-
** IMPORTANT **
|
307
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
308
|
-
"""
|
309
226
|
return pulumi.get(self, "refresh_trigger")
|
310
227
|
|
311
228
|
@refresh_trigger.setter
|
@@ -315,9 +232,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
315
232
|
@property
|
316
233
|
@pulumi.getter(name="sqlFirewallConfig")
|
317
234
|
def sql_firewall_config(self) -> Optional[pulumi.Input['DatabaseSecurityConfigManagementSqlFirewallConfigArgs']]:
|
318
|
-
"""
|
319
|
-
(Updatable) Details to update the SQL firewall config.
|
320
|
-
"""
|
321
235
|
return pulumi.get(self, "sql_firewall_config")
|
322
236
|
|
323
237
|
@sql_firewall_config.setter
|
@@ -327,9 +241,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
327
241
|
@property
|
328
242
|
@pulumi.getter
|
329
243
|
def state(self) -> Optional[pulumi.Input[str]]:
|
330
|
-
"""
|
331
|
-
The current state of the database security config.
|
332
|
-
"""
|
333
244
|
return pulumi.get(self, "state")
|
334
245
|
|
335
246
|
@state.setter
|
@@ -339,9 +250,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
339
250
|
@property
|
340
251
|
@pulumi.getter(name="systemTags")
|
341
252
|
def system_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
342
|
-
"""
|
343
|
-
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"}`
|
344
|
-
"""
|
345
253
|
return pulumi.get(self, "system_tags")
|
346
254
|
|
347
255
|
@system_tags.setter
|
@@ -351,9 +259,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
351
259
|
@property
|
352
260
|
@pulumi.getter(name="targetId")
|
353
261
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
354
|
-
"""
|
355
|
-
Unique target identifier.
|
356
|
-
"""
|
357
262
|
return pulumi.get(self, "target_id")
|
358
263
|
|
359
264
|
@target_id.setter
|
@@ -363,9 +268,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
363
268
|
@property
|
364
269
|
@pulumi.getter(name="timeCreated")
|
365
270
|
def time_created(self) -> Optional[pulumi.Input[str]]:
|
366
|
-
"""
|
367
|
-
The time that the database security config was created, in the format defined by RFC3339.
|
368
|
-
"""
|
369
271
|
return pulumi.get(self, "time_created")
|
370
272
|
|
371
273
|
@time_created.setter
|
@@ -375,9 +277,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
375
277
|
@property
|
376
278
|
@pulumi.getter(name="timeLastRefreshed")
|
377
279
|
def time_last_refreshed(self) -> Optional[pulumi.Input[str]]:
|
378
|
-
"""
|
379
|
-
The last date and time the database security config was refreshed, in the format defined by RFC3339.
|
380
|
-
"""
|
381
280
|
return pulumi.get(self, "time_last_refreshed")
|
382
281
|
|
383
282
|
@time_last_refreshed.setter
|
@@ -387,9 +286,6 @@ class _DatabaseSecurityConfigManagementState:
|
|
387
286
|
@property
|
388
287
|
@pulumi.getter(name="timeUpdated")
|
389
288
|
def time_updated(self) -> Optional[pulumi.Input[str]]:
|
390
|
-
"""
|
391
|
-
The date and time the database security configuration was last updated, in the format defined by RFC3339.
|
392
|
-
"""
|
393
289
|
return pulumi.get(self, "time_updated")
|
394
290
|
|
395
291
|
@time_updated.setter
|
@@ -412,52 +308,9 @@ class DatabaseSecurityConfigManagement(pulumi.CustomResource):
|
|
412
308
|
target_id: Optional[pulumi.Input[str]] = None,
|
413
309
|
__props__=None):
|
414
310
|
"""
|
415
|
-
|
416
|
-
|
417
|
-
Updates the database security configuration.
|
418
|
-
|
419
|
-
## Example Usage
|
420
|
-
|
421
|
-
```python
|
422
|
-
import pulumi
|
423
|
-
import pulumi_oci as oci
|
424
|
-
|
425
|
-
test_database_security_config_management = oci.data_safe.DatabaseSecurityConfigManagement("test_database_security_config_management",
|
426
|
-
compartment_id=compartment_id,
|
427
|
-
target_id=test_target_database["id"],
|
428
|
-
defined_tags={
|
429
|
-
"Operations.CostCenter": "42",
|
430
|
-
},
|
431
|
-
description=database_security_config_management_description,
|
432
|
-
display_name=database_security_config_management_display_name,
|
433
|
-
freeform_tags={
|
434
|
-
"Department": "Finance",
|
435
|
-
},
|
436
|
-
sql_firewall_config={
|
437
|
-
"exclude_job": database_security_config_management_sql_firewall_config_exclude_job,
|
438
|
-
"status": database_security_config_management_sql_firewall_config_status,
|
439
|
-
"violation_log_auto_purge": database_security_config_management_sql_firewall_config_violation_log_auto_purge,
|
440
|
-
})
|
441
|
-
```
|
442
|
-
|
443
|
-
## Import
|
444
|
-
|
445
|
-
Import is not supported for this resource.
|
446
|
-
|
311
|
+
Create a DatabaseSecurityConfigManagement resource with the given unique name, props, and options.
|
447
312
|
:param str resource_name: The name of the resource.
|
448
313
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
449
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the database security config.
|
450
|
-
: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"}`
|
451
|
-
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
452
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
|
453
|
-
: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"}`
|
454
|
-
:param pulumi.Input[bool] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
455
|
-
|
456
|
-
|
457
|
-
** IMPORTANT **
|
458
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
459
|
-
:param pulumi.Input[Union['DatabaseSecurityConfigManagementSqlFirewallConfigArgs', 'DatabaseSecurityConfigManagementSqlFirewallConfigArgsDict']] sql_firewall_config: (Updatable) Details to update the SQL firewall config.
|
460
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
461
314
|
"""
|
462
315
|
...
|
463
316
|
@overload
|
@@ -466,38 +319,7 @@ class DatabaseSecurityConfigManagement(pulumi.CustomResource):
|
|
466
319
|
args: Optional[DatabaseSecurityConfigManagementArgs] = None,
|
467
320
|
opts: Optional[pulumi.ResourceOptions] = None):
|
468
321
|
"""
|
469
|
-
|
470
|
-
|
471
|
-
Updates the database security configuration.
|
472
|
-
|
473
|
-
## Example Usage
|
474
|
-
|
475
|
-
```python
|
476
|
-
import pulumi
|
477
|
-
import pulumi_oci as oci
|
478
|
-
|
479
|
-
test_database_security_config_management = oci.data_safe.DatabaseSecurityConfigManagement("test_database_security_config_management",
|
480
|
-
compartment_id=compartment_id,
|
481
|
-
target_id=test_target_database["id"],
|
482
|
-
defined_tags={
|
483
|
-
"Operations.CostCenter": "42",
|
484
|
-
},
|
485
|
-
description=database_security_config_management_description,
|
486
|
-
display_name=database_security_config_management_display_name,
|
487
|
-
freeform_tags={
|
488
|
-
"Department": "Finance",
|
489
|
-
},
|
490
|
-
sql_firewall_config={
|
491
|
-
"exclude_job": database_security_config_management_sql_firewall_config_exclude_job,
|
492
|
-
"status": database_security_config_management_sql_firewall_config_status,
|
493
|
-
"violation_log_auto_purge": database_security_config_management_sql_firewall_config_violation_log_auto_purge,
|
494
|
-
})
|
495
|
-
```
|
496
|
-
|
497
|
-
## Import
|
498
|
-
|
499
|
-
Import is not supported for this resource.
|
500
|
-
|
322
|
+
Create a DatabaseSecurityConfigManagement resource with the given unique name, props, and options.
|
501
323
|
:param str resource_name: The name of the resource.
|
502
324
|
:param DatabaseSecurityConfigManagementArgs args: The arguments to use to populate this resource's properties.
|
503
325
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -575,24 +397,6 @@ class DatabaseSecurityConfigManagement(pulumi.CustomResource):
|
|
575
397
|
:param str resource_name: The unique name of the resulting resource.
|
576
398
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
577
399
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
578
|
-
:param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment containing the database security config.
|
579
|
-
: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"}`
|
580
|
-
:param pulumi.Input[str] description: (Updatable) The description of the security policy.
|
581
|
-
:param pulumi.Input[str] display_name: (Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
|
582
|
-
: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"}`
|
583
|
-
:param pulumi.Input[str] lifecycle_details: Details about the current state of the database security config in Data Safe.
|
584
|
-
:param pulumi.Input[bool] refresh_trigger: (Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
585
|
-
|
586
|
-
|
587
|
-
** IMPORTANT **
|
588
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
589
|
-
:param pulumi.Input[Union['DatabaseSecurityConfigManagementSqlFirewallConfigArgs', 'DatabaseSecurityConfigManagementSqlFirewallConfigArgsDict']] sql_firewall_config: (Updatable) Details to update the SQL firewall config.
|
590
|
-
:param pulumi.Input[str] state: The current state of the database security config.
|
591
|
-
: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"}`
|
592
|
-
:param pulumi.Input[str] target_id: Unique target identifier.
|
593
|
-
:param pulumi.Input[str] time_created: The time that the database security config was created, in the format defined by RFC3339.
|
594
|
-
:param pulumi.Input[str] time_last_refreshed: The last date and time the database security config was refreshed, in the format defined by RFC3339.
|
595
|
-
:param pulumi.Input[str] time_updated: The date and time the database security configuration was last updated, in the format defined by RFC3339.
|
596
400
|
"""
|
597
401
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
598
402
|
|
@@ -617,116 +421,70 @@ class DatabaseSecurityConfigManagement(pulumi.CustomResource):
|
|
617
421
|
@property
|
618
422
|
@pulumi.getter(name="compartmentId")
|
619
423
|
def compartment_id(self) -> pulumi.Output[str]:
|
620
|
-
"""
|
621
|
-
(Updatable) The OCID of the compartment containing the database security config.
|
622
|
-
"""
|
623
424
|
return pulumi.get(self, "compartment_id")
|
624
425
|
|
625
426
|
@property
|
626
427
|
@pulumi.getter(name="definedTags")
|
627
428
|
def defined_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
628
|
-
"""
|
629
|
-
(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
|
-
"""
|
631
429
|
return pulumi.get(self, "defined_tags")
|
632
430
|
|
633
431
|
@property
|
634
432
|
@pulumi.getter
|
635
433
|
def description(self) -> pulumi.Output[str]:
|
636
|
-
"""
|
637
|
-
(Updatable) The description of the security policy.
|
638
|
-
"""
|
639
434
|
return pulumi.get(self, "description")
|
640
435
|
|
641
436
|
@property
|
642
437
|
@pulumi.getter(name="displayName")
|
643
438
|
def display_name(self) -> pulumi.Output[str]:
|
644
|
-
"""
|
645
|
-
(Updatable) The display name of the database security config. The name does not have to be unique, and it is changeable.
|
646
|
-
"""
|
647
439
|
return pulumi.get(self, "display_name")
|
648
440
|
|
649
441
|
@property
|
650
442
|
@pulumi.getter(name="freeformTags")
|
651
443
|
def freeform_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
652
|
-
"""
|
653
|
-
(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"}`
|
654
|
-
"""
|
655
444
|
return pulumi.get(self, "freeform_tags")
|
656
445
|
|
657
446
|
@property
|
658
447
|
@pulumi.getter(name="lifecycleDetails")
|
659
448
|
def lifecycle_details(self) -> pulumi.Output[str]:
|
660
|
-
"""
|
661
|
-
Details about the current state of the database security config in Data Safe.
|
662
|
-
"""
|
663
449
|
return pulumi.get(self, "lifecycle_details")
|
664
450
|
|
665
451
|
@property
|
666
452
|
@pulumi.getter(name="refreshTrigger")
|
667
453
|
def refresh_trigger(self) -> pulumi.Output[Optional[bool]]:
|
668
|
-
"""
|
669
|
-
(Updatable) An optional property when incremented triggers Refresh. Could be set to any integer value.
|
670
|
-
|
671
|
-
|
672
|
-
** IMPORTANT **
|
673
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
674
|
-
"""
|
675
454
|
return pulumi.get(self, "refresh_trigger")
|
676
455
|
|
677
456
|
@property
|
678
457
|
@pulumi.getter(name="sqlFirewallConfig")
|
679
458
|
def sql_firewall_config(self) -> pulumi.Output['outputs.DatabaseSecurityConfigManagementSqlFirewallConfig']:
|
680
|
-
"""
|
681
|
-
(Updatable) Details to update the SQL firewall config.
|
682
|
-
"""
|
683
459
|
return pulumi.get(self, "sql_firewall_config")
|
684
460
|
|
685
461
|
@property
|
686
462
|
@pulumi.getter
|
687
463
|
def state(self) -> pulumi.Output[str]:
|
688
|
-
"""
|
689
|
-
The current state of the database security config.
|
690
|
-
"""
|
691
464
|
return pulumi.get(self, "state")
|
692
465
|
|
693
466
|
@property
|
694
467
|
@pulumi.getter(name="systemTags")
|
695
468
|
def system_tags(self) -> pulumi.Output[Mapping[str, str]]:
|
696
|
-
"""
|
697
|
-
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"}`
|
698
|
-
"""
|
699
469
|
return pulumi.get(self, "system_tags")
|
700
470
|
|
701
471
|
@property
|
702
472
|
@pulumi.getter(name="targetId")
|
703
473
|
def target_id(self) -> pulumi.Output[Optional[str]]:
|
704
|
-
"""
|
705
|
-
Unique target identifier.
|
706
|
-
"""
|
707
474
|
return pulumi.get(self, "target_id")
|
708
475
|
|
709
476
|
@property
|
710
477
|
@pulumi.getter(name="timeCreated")
|
711
478
|
def time_created(self) -> pulumi.Output[str]:
|
712
|
-
"""
|
713
|
-
The time that the database security config was created, in the format defined by RFC3339.
|
714
|
-
"""
|
715
479
|
return pulumi.get(self, "time_created")
|
716
480
|
|
717
481
|
@property
|
718
482
|
@pulumi.getter(name="timeLastRefreshed")
|
719
483
|
def time_last_refreshed(self) -> pulumi.Output[str]:
|
720
|
-
"""
|
721
|
-
The last date and time the database security config was refreshed, in the format defined by RFC3339.
|
722
|
-
"""
|
723
484
|
return pulumi.get(self, "time_last_refreshed")
|
724
485
|
|
725
486
|
@property
|
726
487
|
@pulumi.getter(name="timeUpdated")
|
727
488
|
def time_updated(self) -> pulumi.Output[str]:
|
728
|
-
"""
|
729
|
-
The date and time the database security configuration was last updated, in the format defined by RFC3339.
|
730
|
-
"""
|
731
489
|
return pulumi.get(self, "time_updated")
|
732
490
|
|
pulumi_oci/datasafe/outputs.py
CHANGED
@@ -1689,12 +1689,6 @@ class DatabaseSecurityConfigManagementSqlFirewallConfig(dict):
|
|
1689
1689
|
status: Optional[str] = None,
|
1690
1690
|
time_status_updated: Optional[str] = None,
|
1691
1691
|
violation_log_auto_purge: Optional[str] = None):
|
1692
|
-
"""
|
1693
|
-
:param str exclude_job: (Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
|
1694
|
-
:param str status: (Updatable) Specifies whether the firewall is enabled or disabled on the target database.
|
1695
|
-
:param str time_status_updated: The most recent time when the firewall status is updated, in the format defined by RFC3339.
|
1696
|
-
:param str violation_log_auto_purge: (Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
|
1697
|
-
"""
|
1698
1692
|
if exclude_job is not None:
|
1699
1693
|
pulumi.set(__self__, "exclude_job", exclude_job)
|
1700
1694
|
if status is not None:
|
@@ -1707,33 +1701,21 @@ class DatabaseSecurityConfigManagementSqlFirewallConfig(dict):
|
|
1707
1701
|
@property
|
1708
1702
|
@pulumi.getter(name="excludeJob")
|
1709
1703
|
def exclude_job(self) -> Optional[str]:
|
1710
|
-
"""
|
1711
|
-
(Updatable) Specifies whether the firewall should include or exclude the database internal job activities.
|
1712
|
-
"""
|
1713
1704
|
return pulumi.get(self, "exclude_job")
|
1714
1705
|
|
1715
1706
|
@property
|
1716
1707
|
@pulumi.getter
|
1717
1708
|
def status(self) -> Optional[str]:
|
1718
|
-
"""
|
1719
|
-
(Updatable) Specifies whether the firewall is enabled or disabled on the target database.
|
1720
|
-
"""
|
1721
1709
|
return pulumi.get(self, "status")
|
1722
1710
|
|
1723
1711
|
@property
|
1724
1712
|
@pulumi.getter(name="timeStatusUpdated")
|
1725
1713
|
def time_status_updated(self) -> Optional[str]:
|
1726
|
-
"""
|
1727
|
-
The most recent time when the firewall status is updated, in the format defined by RFC3339.
|
1728
|
-
"""
|
1729
1714
|
return pulumi.get(self, "time_status_updated")
|
1730
1715
|
|
1731
1716
|
@property
|
1732
1717
|
@pulumi.getter(name="violationLogAutoPurge")
|
1733
1718
|
def violation_log_auto_purge(self) -> Optional[str]:
|
1734
|
-
"""
|
1735
|
-
(Updatable) Specifies whether Data Safe should automatically purge the violation logs from the database after collecting the violation logs and persisting on Data Safe.
|
1736
|
-
"""
|
1737
1719
|
return pulumi.get(self, "violation_log_auto_purge")
|
1738
1720
|
|
1739
1721
|
|