pulumi-oci 1.30.0__py3-none-any.whl → 1.30.0a1711740723__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.
Files changed (44) hide show
  1. pulumi_oci/cloudguard/_inputs.py +2 -10
  2. pulumi_oci/cloudguard/cloud_guard_configuration.py +2 -2
  3. pulumi_oci/cloudguard/cloud_guard_data_source.py +24 -45
  4. pulumi_oci/cloudguard/data_mask_rule.py +2 -2
  5. pulumi_oci/cloudguard/detector_recipe.py +2 -2
  6. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +2 -2
  7. pulumi_oci/cloudguard/get_data_mask_rule.py +2 -2
  8. pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
  9. pulumi_oci/cloudguard/get_detector_recipe.py +2 -2
  10. pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
  11. pulumi_oci/cloudguard/get_managed_list.py +2 -2
  12. pulumi_oci/cloudguard/get_managed_lists.py +2 -2
  13. pulumi_oci/cloudguard/managed_list.py +2 -2
  14. pulumi_oci/cloudguard/outputs.py +2 -10
  15. pulumi_oci/disasterrecovery/dr_protection_group.py +1 -1
  16. pulumi_oci/email/__init__.py +0 -1
  17. pulumi_oci/email/dkim.py +21 -21
  18. pulumi_oci/email/email_domain.py +7 -7
  19. pulumi_oci/email/get_dkim.py +2 -2
  20. pulumi_oci/email/get_dkims.py +2 -2
  21. pulumi_oci/email/get_email_domain.py +2 -2
  22. pulumi_oci/email/get_email_domains.py +1 -1
  23. pulumi_oci/email/get_sender.py +2 -15
  24. pulumi_oci/email/get_suppression.py +2 -2
  25. pulumi_oci/email/get_suppressions.py +4 -4
  26. pulumi_oci/email/outputs.py +12 -23
  27. pulumi_oci/email/sender.py +4 -32
  28. pulumi_oci/email/suppression.py +8 -8
  29. pulumi_oci/loadbalancer/_inputs.py +2 -2
  30. pulumi_oci/loadbalancer/outputs.py +4 -4
  31. pulumi_oci/loadbalancer/ssl_cipher_suite.py +0 -42
  32. pulumi_oci/managementagent/_inputs.py +44 -0
  33. pulumi_oci/managementagent/get_management_agents.py +3 -20
  34. pulumi_oci/managementagent/management_agent.py +79 -27
  35. pulumi_oci/managementagent/outputs.py +44 -0
  36. pulumi_oci/networkloadbalancer/_inputs.py +4 -4
  37. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +1 -31
  38. pulumi_oci/networkloadbalancer/network_load_balancer.py +23 -184
  39. pulumi_oci/networkloadbalancer/outputs.py +4 -25
  40. {pulumi_oci-1.30.0.dist-info → pulumi_oci-1.30.0a1711740723.dist-info}/METADATA +1 -1
  41. {pulumi_oci-1.30.0.dist-info → pulumi_oci-1.30.0a1711740723.dist-info}/RECORD +43 -44
  42. pulumi_oci/email/get_configuration.py +0 -138
  43. {pulumi_oci-1.30.0.dist-info → pulumi_oci-1.30.0a1711740723.dist-info}/WHEEL +0 -0
  44. {pulumi_oci-1.30.0.dist-info → pulumi_oci-1.30.0a1711740723.dist-info}/top_level.txt +0 -0
@@ -358,11 +358,7 @@ class CloudGuardDataSourceRegionStatusDetailArgs:
358
358
  status: Optional[pulumi.Input[str]] = None):
359
359
  """
360
360
  :param pulumi.Input[str] region: Data Source replication region.
361
- :param pulumi.Input[str] status: (Updatable) Status of DataSource. Default value is DISABLED.
362
-
363
-
364
- ** IMPORTANT **
365
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
361
+ :param pulumi.Input[str] status: Status of data Source
366
362
  """
367
363
  if region is not None:
368
364
  pulumi.set(__self__, "region", region)
@@ -385,11 +381,7 @@ class CloudGuardDataSourceRegionStatusDetailArgs:
385
381
  @pulumi.getter
386
382
  def status(self) -> Optional[pulumi.Input[str]]:
387
383
  """
388
- (Updatable) Status of DataSource. Default value is DISABLED.
389
-
390
-
391
- ** IMPORTANT **
392
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
384
+ Status of data Source
393
385
  """
394
386
  return pulumi.get(self, "status")
395
387
 
@@ -181,7 +181,7 @@ class CloudGuardConfiguration(pulumi.CustomResource):
181
181
  """
182
182
  This resource provides the Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
183
183
 
184
- Update configuration details for a Cloud Guard tenancy, identified by root compartment OCID. The reporting region cannot be updated once created.
184
+ Enable/Disable Cloud Guard. The reporting region cannot be updated once created.
185
185
 
186
186
  ## Example Usage
187
187
 
@@ -222,7 +222,7 @@ class CloudGuardConfiguration(pulumi.CustomResource):
222
222
  """
223
223
  This resource provides the Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
224
224
 
225
- Update configuration details for a Cloud Guard tenancy, identified by root compartment OCID. The reporting region cannot be updated once created.
225
+ Enable/Disable Cloud Guard. The reporting region cannot be updated once created.
226
226
 
227
227
  ## Example Usage
228
228
 
@@ -21,8 +21,7 @@ class CloudGuardDataSourceArgs:
21
21
  display_name: pulumi.Input[str],
22
22
  data_source_details: Optional[pulumi.Input['CloudGuardDataSourceDataSourceDetailsArgs']] = None,
23
23
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
24
- freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
25
- status: Optional[pulumi.Input[str]] = None):
24
+ freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None):
26
25
  """
27
26
  The set of arguments for constructing a CloudGuardDataSource resource.
28
27
  :param pulumi.Input[str] compartment_id: (Updatable) CompartmentId of Data Source.
@@ -33,7 +32,6 @@ class CloudGuardDataSourceArgs:
33
32
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
34
33
 
35
34
  Avoid entering confidential information.
36
- :param pulumi.Input[str] status: (Updatable) Status of DataSource. Default value is DISABLED.
37
35
 
38
36
 
39
37
  ** IMPORTANT **
@@ -48,8 +46,6 @@ class CloudGuardDataSourceArgs:
48
46
  pulumi.set(__self__, "defined_tags", defined_tags)
49
47
  if freeform_tags is not None:
50
48
  pulumi.set(__self__, "freeform_tags", freeform_tags)
51
- if status is not None:
52
- pulumi.set(__self__, "status", status)
53
49
 
54
50
  @property
55
51
  @pulumi.getter(name="compartmentId")
@@ -118,28 +114,16 @@ class CloudGuardDataSourceArgs:
118
114
  (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
119
115
 
120
116
  Avoid entering confidential information.
121
- """
122
- return pulumi.get(self, "freeform_tags")
123
-
124
- @freeform_tags.setter
125
- def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
126
- pulumi.set(self, "freeform_tags", value)
127
-
128
- @property
129
- @pulumi.getter
130
- def status(self) -> Optional[pulumi.Input[str]]:
131
- """
132
- (Updatable) Status of DataSource. Default value is DISABLED.
133
117
 
134
118
 
135
119
  ** IMPORTANT **
136
120
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
137
121
  """
138
- return pulumi.get(self, "status")
122
+ return pulumi.get(self, "freeform_tags")
139
123
 
140
- @status.setter
141
- def status(self, value: Optional[pulumi.Input[str]]):
142
- pulumi.set(self, "status", value)
124
+ @freeform_tags.setter
125
+ def freeform_tags(self, value: Optional[pulumi.Input[Mapping[str, Any]]]):
126
+ pulumi.set(self, "freeform_tags", value)
143
127
 
144
128
 
145
129
  @pulumi.input_type
@@ -169,13 +153,13 @@ class _CloudGuardDataSourceState:
169
153
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
170
154
 
171
155
  Avoid entering confidential information.
172
- :param pulumi.Input[Sequence[pulumi.Input['CloudGuardDataSourceRegionStatusDetailArgs']]] region_status_details: Information about the region and status of query replication
173
- :param pulumi.Input[str] state: The current state of the resource.
174
- :param pulumi.Input[str] status: (Updatable) Status of DataSource. Default value is DISABLED.
175
156
 
176
157
 
177
158
  ** IMPORTANT **
178
159
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
160
+ :param pulumi.Input[Sequence[pulumi.Input['CloudGuardDataSourceRegionStatusDetailArgs']]] region_status_details: Information about the region and status of query replication
161
+ :param pulumi.Input[str] state: The current state of the resource.
162
+ :param pulumi.Input[str] status: Status of data Source
179
163
  :param pulumi.Input[Mapping[str, Any]] system_tags: System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
180
164
  :param pulumi.Input[str] time_created: The date and time the Data source was created. Format defined by RFC3339.
181
165
  :param pulumi.Input[str] time_updated: The date and time the Data source was updated. Format defined by RFC3339.
@@ -286,6 +270,10 @@ class _CloudGuardDataSourceState:
286
270
  (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
287
271
 
288
272
  Avoid entering confidential information.
273
+
274
+
275
+ ** IMPORTANT **
276
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
289
277
  """
290
278
  return pulumi.get(self, "freeform_tags")
291
279
 
@@ -321,11 +309,7 @@ class _CloudGuardDataSourceState:
321
309
  @pulumi.getter
322
310
  def status(self) -> Optional[pulumi.Input[str]]:
323
311
  """
324
- (Updatable) Status of DataSource. Default value is DISABLED.
325
-
326
-
327
- ** IMPORTANT **
328
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
312
+ Status of data Source
329
313
  """
330
314
  return pulumi.get(self, "status")
331
315
 
@@ -381,7 +365,6 @@ class CloudGuardDataSource(pulumi.CustomResource):
381
365
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
382
366
  display_name: Optional[pulumi.Input[str]] = None,
383
367
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
384
- status: Optional[pulumi.Input[str]] = None,
385
368
  __props__=None):
386
369
  """
387
370
  This resource provides the Data Source resource in Oracle Cloud Infrastructure Cloud Guard service.
@@ -422,8 +405,7 @@ class CloudGuardDataSource(pulumi.CustomResource):
422
405
  },
423
406
  freeform_tags={
424
407
  "bar-key": "value",
425
- },
426
- status=var["data_source_status"])
408
+ })
427
409
  ```
428
410
  <!--End PulumiCodeChooser -->
429
411
 
@@ -445,7 +427,6 @@ class CloudGuardDataSource(pulumi.CustomResource):
445
427
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
446
428
 
447
429
  Avoid entering confidential information.
448
- :param pulumi.Input[str] status: (Updatable) Status of DataSource. Default value is DISABLED.
449
430
 
450
431
 
451
432
  ** IMPORTANT **
@@ -496,8 +477,7 @@ class CloudGuardDataSource(pulumi.CustomResource):
496
477
  },
497
478
  freeform_tags={
498
479
  "bar-key": "value",
499
- },
500
- status=var["data_source_status"])
480
+ })
501
481
  ```
502
482
  <!--End PulumiCodeChooser -->
503
483
 
@@ -530,7 +510,6 @@ class CloudGuardDataSource(pulumi.CustomResource):
530
510
  defined_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
531
511
  display_name: Optional[pulumi.Input[str]] = None,
532
512
  freeform_tags: Optional[pulumi.Input[Mapping[str, Any]]] = None,
533
- status: Optional[pulumi.Input[str]] = None,
534
513
  __props__=None):
535
514
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
536
515
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -552,10 +531,10 @@ class CloudGuardDataSource(pulumi.CustomResource):
552
531
  raise TypeError("Missing required property 'display_name'")
553
532
  __props__.__dict__["display_name"] = display_name
554
533
  __props__.__dict__["freeform_tags"] = freeform_tags
555
- __props__.__dict__["status"] = status
556
534
  __props__.__dict__["data_source_detector_mapping_infos"] = None
557
535
  __props__.__dict__["region_status_details"] = None
558
536
  __props__.__dict__["state"] = None
537
+ __props__.__dict__["status"] = None
559
538
  __props__.__dict__["system_tags"] = None
560
539
  __props__.__dict__["time_created"] = None
561
540
  __props__.__dict__["time_updated"] = None
@@ -598,13 +577,13 @@ class CloudGuardDataSource(pulumi.CustomResource):
598
577
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
599
578
 
600
579
  Avoid entering confidential information.
601
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CloudGuardDataSourceRegionStatusDetailArgs']]]] region_status_details: Information about the region and status of query replication
602
- :param pulumi.Input[str] state: The current state of the resource.
603
- :param pulumi.Input[str] status: (Updatable) Status of DataSource. Default value is DISABLED.
604
580
 
605
581
 
606
582
  ** IMPORTANT **
607
583
  Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
584
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['CloudGuardDataSourceRegionStatusDetailArgs']]]] region_status_details: Information about the region and status of query replication
585
+ :param pulumi.Input[str] state: The current state of the resource.
586
+ :param pulumi.Input[str] status: Status of data Source
608
587
  :param pulumi.Input[Mapping[str, Any]] system_tags: System 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). System tags can be viewed by users, but can only be created by the system. Example: `{"orcl-cloud.free-tier-retained": "true"}`
609
588
  :param pulumi.Input[str] time_created: The date and time the Data source was created. Format defined by RFC3339.
610
589
  :param pulumi.Input[str] time_updated: The date and time the Data source was updated. Format defined by RFC3339.
@@ -683,6 +662,10 @@ class CloudGuardDataSource(pulumi.CustomResource):
683
662
  (Updatable) Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}`
684
663
 
685
664
  Avoid entering confidential information.
665
+
666
+
667
+ ** IMPORTANT **
668
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
686
669
  """
687
670
  return pulumi.get(self, "freeform_tags")
688
671
 
@@ -706,11 +689,7 @@ class CloudGuardDataSource(pulumi.CustomResource):
706
689
  @pulumi.getter
707
690
  def status(self) -> pulumi.Output[str]:
708
691
  """
709
- (Updatable) Status of DataSource. Default value is DISABLED.
710
-
711
-
712
- ** IMPORTANT **
713
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
692
+ Status of data Source
714
693
  """
715
694
  return pulumi.get(self, "status")
716
695
 
@@ -443,7 +443,7 @@ class DataMaskRule(pulumi.CustomResource):
443
443
  """
444
444
  This resource provides the Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
445
445
 
446
- Creates a new DataMaskRule object definition.
446
+ Creates a new Data Mask Rule Definition
447
447
 
448
448
  ## Example Usage
449
449
 
@@ -507,7 +507,7 @@ class DataMaskRule(pulumi.CustomResource):
507
507
  """
508
508
  This resource provides the Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
509
509
 
510
- Creates a new DataMaskRule object definition.
510
+ Creates a new Data Mask Rule Definition
511
511
 
512
512
  ## Example Usage
513
513
 
@@ -444,7 +444,7 @@ class DetectorRecipe(pulumi.CustomResource):
444
444
  """
445
445
  This resource provides the Detector Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
446
446
 
447
- Creates a new DetectorRecipe object.
447
+ Creates a DetectorRecipe
448
448
 
449
449
  ## Import
450
450
 
@@ -482,7 +482,7 @@ class DetectorRecipe(pulumi.CustomResource):
482
482
  """
483
483
  This resource provides the Detector Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
484
484
 
485
- Creates a new DetectorRecipe object.
485
+ Creates a DetectorRecipe
486
486
 
487
487
  ## Import
488
488
 
@@ -91,7 +91,7 @@ def get_cloud_guard_configuration(compartment_id: Optional[str] = None,
91
91
  """
92
92
  This data source provides details about a specific Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
93
93
 
94
- Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.
94
+ GET Cloud Guard Configuration Details for a Tenancy.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -126,7 +126,7 @@ def get_cloud_guard_configuration_output(compartment_id: Optional[pulumi.Input[s
126
126
  """
127
127
  This data source provides details about a specific Cloud Guard Configuration resource in Oracle Cloud Infrastructure Cloud Guard service.
128
128
 
129
- Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.
129
+ GET Cloud Guard Configuration Details for a Tenancy.
130
130
 
131
131
  ## Example Usage
132
132
 
@@ -227,7 +227,7 @@ def get_data_mask_rule(data_mask_rule_id: Optional[str] = None,
227
227
  """
228
228
  This data source provides details about a specific Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
229
229
 
230
- Returns a DataMaskRule object, identified by DataMaskRuleId.
230
+ Returns a DataMaskRule identified by DataMaskRuleId
231
231
 
232
232
  ## Example Usage
233
233
 
@@ -273,7 +273,7 @@ def get_data_mask_rule_output(data_mask_rule_id: Optional[pulumi.Input[str]] = N
273
273
  """
274
274
  This data source provides details about a specific Data Mask Rule resource in Oracle Cloud Infrastructure Cloud Guard service.
275
275
 
276
- Returns a DataMaskRule object, identified by DataMaskRuleId.
276
+ Returns a DataMaskRule identified by DataMaskRuleId
277
277
 
278
278
  ## Example Usage
279
279
 
@@ -167,7 +167,7 @@ def get_data_mask_rules(access_level: Optional[str] = None,
167
167
  """
168
168
  This data source provides the list of Data Mask Rules in Oracle Cloud Infrastructure Cloud Guard service.
169
169
 
170
- Returns a list of all DataMaskRule objects in the specified compartmentId (OCID) and its subcompartments.
170
+ Returns a list of all Data Mask Rules in the root 'compartmentId' passed.
171
171
 
172
172
  ## Example Usage
173
173
 
@@ -238,7 +238,7 @@ def get_data_mask_rules_output(access_level: Optional[pulumi.Input[Optional[str]
238
238
  """
239
239
  This data source provides the list of Data Mask Rules in Oracle Cloud Infrastructure Cloud Guard service.
240
240
 
241
- Returns a list of all DataMaskRule objects in the specified compartmentId (OCID) and its subcompartments.
241
+ Returns a list of all Data Mask Rules in the root 'compartmentId' passed.
242
242
 
243
243
  ## Example Usage
244
244
 
@@ -239,7 +239,7 @@ def get_detector_recipe(detector_recipe_id: Optional[str] = None,
239
239
  """
240
240
  This data source provides details about a specific Detector Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
241
241
 
242
- Returns a detector recipe (DetectorRecipe object) identified by detectorRecipeId.
242
+ Returns a DetectorRecipe identified by detectorRecipeId
243
243
 
244
244
  ## Example Usage
245
245
 
@@ -286,7 +286,7 @@ def get_detector_recipe_output(detector_recipe_id: Optional[pulumi.Input[str]] =
286
286
  """
287
287
  This data source provides details about a specific Detector Recipe resource in Oracle Cloud Infrastructure Cloud Guard service.
288
288
 
289
- Returns a detector recipe (DetectorRecipe object) identified by detectorRecipeId.
289
+ Returns a DetectorRecipe identified by detectorRecipeId
290
290
 
291
291
  ## Example Usage
292
292
 
@@ -141,7 +141,7 @@ def get_detector_recipes(access_level: Optional[str] = None,
141
141
  """
142
142
  This data source provides the list of Detector Recipes in Oracle Cloud Infrastructure Cloud Guard service.
143
143
 
144
- Returns a list of all detector recipes (DetectorRecipe objects) in a compartment, identified by compartmentId.
144
+ Returns a list of all Detector Recipes in a compartment
145
145
 
146
146
  The ListDetectorRecipes operation returns only the detector recipes in `compartmentId` passed.
147
147
  The list does not include any subcompartments of the compartmentId passed.
@@ -216,7 +216,7 @@ def get_detector_recipes_output(access_level: Optional[pulumi.Input[Optional[str
216
216
  """
217
217
  This data source provides the list of Detector Recipes in Oracle Cloud Infrastructure Cloud Guard service.
218
218
 
219
- Returns a list of all detector recipes (DetectorRecipe objects) in a compartment, identified by compartmentId.
219
+ Returns a list of all Detector Recipes in a compartment
220
220
 
221
221
  The ListDetectorRecipes operation returns only the detector recipes in `compartmentId` passed.
222
222
  The list does not include any subcompartments of the compartmentId passed.
@@ -238,7 +238,7 @@ def get_managed_list(managed_list_id: Optional[str] = None,
238
238
  """
239
239
  This data source provides details about a specific Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
240
240
 
241
- Returns a managed list identified by managedListId.
241
+ Returns a managed list identified by managedListId
242
242
 
243
243
  ## Example Usage
244
244
 
@@ -285,7 +285,7 @@ def get_managed_list_output(managed_list_id: Optional[pulumi.Input[str]] = None,
285
285
  """
286
286
  This data source provides details about a specific Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
287
287
 
288
- Returns a managed list identified by managedListId.
288
+ Returns a managed list identified by managedListId
289
289
 
290
290
  ## Example Usage
291
291
 
@@ -154,7 +154,7 @@ def get_managed_lists(access_level: Optional[str] = None,
154
154
  """
155
155
  This data source provides the list of Managed Lists in Oracle Cloud Infrastructure Cloud Guard service.
156
156
 
157
- Returns a list of all ManagedList objects in a compartment, identified by compartmentId.
157
+ Returns a list of ListManagedLists.
158
158
  The ListManagedLists operation returns only the managed lists in `compartmentId` passed.
159
159
  The list does not include any subcompartments of the compartmentId passed.
160
160
 
@@ -233,7 +233,7 @@ def get_managed_lists_output(access_level: Optional[pulumi.Input[Optional[str]]]
233
233
  """
234
234
  This data source provides the list of Managed Lists in Oracle Cloud Infrastructure Cloud Guard service.
235
235
 
236
- Returns a list of all ManagedList objects in a compartment, identified by compartmentId.
236
+ Returns a list of ListManagedLists.
237
237
  The ListManagedLists operation returns only the managed lists in `compartmentId` passed.
238
238
  The list does not include any subcompartments of the compartmentId passed.
239
239
 
@@ -450,7 +450,7 @@ class ManagedList(pulumi.CustomResource):
450
450
  """
451
451
  This resource provides the Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
452
452
 
453
- Creates a new ManagedList object.
453
+ Creates a new ManagedList.
454
454
 
455
455
  ## Import
456
456
 
@@ -490,7 +490,7 @@ class ManagedList(pulumi.CustomResource):
490
490
  """
491
491
  This resource provides the Managed List resource in Oracle Cloud Infrastructure Cloud Guard service.
492
492
 
493
- Creates a new ManagedList object.
493
+ Creates a new ManagedList.
494
494
 
495
495
  ## Import
496
496
 
@@ -501,11 +501,7 @@ class CloudGuardDataSourceRegionStatusDetail(dict):
501
501
  status: Optional[str] = None):
502
502
  """
503
503
  :param str region: Data Source replication region.
504
- :param str status: (Updatable) Status of DataSource. Default value is DISABLED.
505
-
506
-
507
- ** IMPORTANT **
508
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
504
+ :param str status: Status of data Source
509
505
  """
510
506
  if region is not None:
511
507
  pulumi.set(__self__, "region", region)
@@ -524,11 +520,7 @@ class CloudGuardDataSourceRegionStatusDetail(dict):
524
520
  @pulumi.getter
525
521
  def status(self) -> Optional[str]:
526
522
  """
527
- (Updatable) Status of DataSource. Default value is DISABLED.
528
-
529
-
530
- ** IMPORTANT **
531
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
523
+ Status of data Source
532
524
  """
533
525
  return pulumi.get(self, "status")
534
526
 
@@ -755,7 +755,7 @@ class DrProtectionGroup(pulumi.CustomResource):
755
755
 
756
756
  @property
757
757
  @pulumi.getter
758
- def members(self) -> pulumi.Output[Optional[Sequence['outputs.DrProtectionGroupMember']]]:
758
+ def members(self) -> pulumi.Output[Sequence['outputs.DrProtectionGroupMember']]:
759
759
  """
760
760
  (Updatable) A list of DR protection group members.
761
761
  """
@@ -7,7 +7,6 @@ import typing
7
7
  # Export this package's modules as members:
8
8
  from .dkim import *
9
9
  from .email_domain import *
10
- from .get_configuration import *
11
10
  from .get_dkim import *
12
11
  from .get_dkims import *
13
12
  from .get_email_domain import *