pulumi-oci 1.23.0a1707980719__py3-none-any.whl → 1.24.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. pulumi_oci/__init__.py +8 -0
  2. pulumi_oci/core/_inputs.py +6 -6
  3. pulumi_oci/core/instance.py +7 -7
  4. pulumi_oci/core/outputs.py +6 -6
  5. pulumi_oci/database/_inputs.py +49 -1
  6. pulumi_oci/database/autonomous_database.py +47 -0
  7. pulumi_oci/database/get_autonomous_database.py +14 -1
  8. pulumi_oci/database/outputs.py +128 -4
  9. pulumi_oci/dataintegration/__init__.py +3 -0
  10. pulumi_oci/dataintegration/_inputs.py +749 -0
  11. pulumi_oci/dataintegration/get_workspace_application_schedule.py +316 -0
  12. pulumi_oci/dataintegration/get_workspace_application_schedules.py +230 -0
  13. pulumi_oci/dataintegration/outputs.py +2826 -912
  14. pulumi_oci/dataintegration/workspace_application_schedule.py +926 -0
  15. pulumi_oci/datascience/_inputs.py +204 -0
  16. pulumi_oci/datascience/get_job.py +14 -1
  17. pulumi_oci/datascience/get_job_run.py +14 -1
  18. pulumi_oci/datascience/get_model_version_set.py +14 -1
  19. pulumi_oci/datascience/get_private_endpoint.py +14 -1
  20. pulumi_oci/datascience/get_project.py +14 -1
  21. pulumi_oci/datascience/job.py +63 -0
  22. pulumi_oci/datascience/job_run.py +63 -0
  23. pulumi_oci/datascience/model_version_set.py +28 -0
  24. pulumi_oci/datascience/outputs.py +549 -0
  25. pulumi_oci/datascience/private_endpoint.py +28 -0
  26. pulumi_oci/datascience/project.py +28 -0
  27. pulumi_oci/loganalytics/_inputs.py +80 -0
  28. pulumi_oci/loganalytics/get_log_analytics_entities.py +18 -1
  29. pulumi_oci/loganalytics/get_log_analytics_entity.py +28 -1
  30. pulumi_oci/loganalytics/get_log_analytics_entity_topology.py +19 -2
  31. pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +27 -1
  32. pulumi_oci/loganalytics/get_namespace_rules.py +25 -5
  33. pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +18 -1
  34. pulumi_oci/loganalytics/log_analytics_entity.py +112 -0
  35. pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +98 -0
  36. pulumi_oci/loganalytics/outputs.py +271 -4
  37. {pulumi_oci-1.23.0a1707980719.dist-info → pulumi_oci-1.24.0.dist-info}/METADATA +1 -1
  38. {pulumi_oci-1.23.0a1707980719.dist-info → pulumi_oci-1.24.0.dist-info}/RECORD +40 -37
  39. {pulumi_oci-1.23.0a1707980719.dist-info → pulumi_oci-1.24.0.dist-info}/WHEEL +0 -0
  40. {pulumi_oci-1.23.0a1707980719.dist-info → pulumi_oci-1.24.0.dist-info}/top_level.txt +0 -0
@@ -27,6 +27,14 @@ __all__ = [
27
27
  'WorkspaceApplicationPatchRegistryMetadata',
28
28
  'WorkspaceApplicationPublishedObjectMetadata',
29
29
  'WorkspaceApplicationRegistryMetadata',
30
+ 'WorkspaceApplicationScheduleFrequencyDetails',
31
+ 'WorkspaceApplicationScheduleFrequencyDetailsTime',
32
+ 'WorkspaceApplicationScheduleMetadata',
33
+ 'WorkspaceApplicationScheduleMetadataAggregator',
34
+ 'WorkspaceApplicationScheduleMetadataCountStatistic',
35
+ 'WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountList',
36
+ 'WorkspaceApplicationScheduleParentRef',
37
+ 'WorkspaceApplicationScheduleRegistryMetadata',
30
38
  'WorkspaceApplicationSourceApplicationInfo',
31
39
  'WorkspaceExportRequestExportedItem',
32
40
  'WorkspaceFolderMetadata',
@@ -70,6 +78,25 @@ __all__ = [
70
78
  'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemRegistryMetadataResult',
71
79
  'GetWorkspaceApplicationPublishedObjectMetadataResult',
72
80
  'GetWorkspaceApplicationRegistryMetadataResult',
81
+ 'GetWorkspaceApplicationScheduleFrequencyDetailResult',
82
+ 'GetWorkspaceApplicationScheduleFrequencyDetailTimeResult',
83
+ 'GetWorkspaceApplicationScheduleMetadataResult',
84
+ 'GetWorkspaceApplicationScheduleMetadataAggregatorResult',
85
+ 'GetWorkspaceApplicationScheduleMetadataCountStatisticResult',
86
+ 'GetWorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListResult',
87
+ 'GetWorkspaceApplicationScheduleParentRefResult',
88
+ 'GetWorkspaceApplicationScheduleRegistryMetadataResult',
89
+ 'GetWorkspaceApplicationSchedulesFilterResult',
90
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionResult',
91
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemResult',
92
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsResult',
93
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsTimeResult',
94
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataResult',
95
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataAggregatorResult',
96
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticResult',
97
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult',
98
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemParentRefResult',
99
+ 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemRegistryMetadataResult',
73
100
  'GetWorkspaceApplicationSourceApplicationInfoResult',
74
101
  'GetWorkspaceApplicationsApplicationSummaryCollectionResult',
75
102
  'GetWorkspaceApplicationsApplicationSummaryCollectionItemResult',
@@ -1576,235 +1603,175 @@ class WorkspaceApplicationRegistryMetadata(dict):
1576
1603
 
1577
1604
 
1578
1605
  @pulumi.output_type
1579
- class WorkspaceApplicationSourceApplicationInfo(dict):
1606
+ class WorkspaceApplicationScheduleFrequencyDetails(dict):
1580
1607
  @staticmethod
1581
1608
  def __key_warning(key: str):
1582
1609
  suggest = None
1583
- if key == "applicationKey":
1584
- suggest = "application_key"
1585
- elif key == "applicationVersion":
1586
- suggest = "application_version"
1587
- elif key == "copyType":
1588
- suggest = "copy_type"
1589
- elif key == "lastPatchKey":
1590
- suggest = "last_patch_key"
1591
- elif key == "workspaceId":
1592
- suggest = "workspace_id"
1610
+ if key == "modelType":
1611
+ suggest = "model_type"
1612
+ elif key == "customExpression":
1613
+ suggest = "custom_expression"
1614
+ elif key == "dayOfWeek":
1615
+ suggest = "day_of_week"
1616
+ elif key == "weekOfMonth":
1617
+ suggest = "week_of_month"
1593
1618
 
1594
1619
  if suggest:
1595
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationSourceApplicationInfo. Access the value via the '{suggest}' property getter instead.")
1620
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationScheduleFrequencyDetails. Access the value via the '{suggest}' property getter instead.")
1596
1621
 
1597
1622
  def __getitem__(self, key: str) -> Any:
1598
- WorkspaceApplicationSourceApplicationInfo.__key_warning(key)
1623
+ WorkspaceApplicationScheduleFrequencyDetails.__key_warning(key)
1599
1624
  return super().__getitem__(key)
1600
1625
 
1601
1626
  def get(self, key: str, default = None) -> Any:
1602
- WorkspaceApplicationSourceApplicationInfo.__key_warning(key)
1627
+ WorkspaceApplicationScheduleFrequencyDetails.__key_warning(key)
1603
1628
  return super().get(key, default)
1604
1629
 
1605
1630
  def __init__(__self__, *,
1606
- application_key: Optional[str] = None,
1607
- application_version: Optional[str] = None,
1608
- copy_type: Optional[str] = None,
1609
- last_patch_key: Optional[str] = None,
1610
- workspace_id: Optional[str] = None):
1611
- """
1612
- :param str application_key: The source application key to use when creating the application.
1613
- :param str application_version: The source application version of the application.
1614
- :param str copy_type: Parameter to specify the link between SOURCE and TARGET application after copying. CONNECTED - Indicate that TARGET application is conneced to SOURCE and can be synced after copy. DISCONNECTED - Indicate that TARGET application is not conneced to SOURCE and can evolve independently.
1615
- :param str last_patch_key: The last patch key for the application.
1616
- :param str workspace_id: The workspace ID.
1617
-
1618
-
1619
- ** IMPORTANT **
1620
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1621
- """
1622
- if application_key is not None:
1623
- pulumi.set(__self__, "application_key", application_key)
1624
- if application_version is not None:
1625
- pulumi.set(__self__, "application_version", application_version)
1626
- if copy_type is not None:
1627
- pulumi.set(__self__, "copy_type", copy_type)
1628
- if last_patch_key is not None:
1629
- pulumi.set(__self__, "last_patch_key", last_patch_key)
1630
- if workspace_id is not None:
1631
- pulumi.set(__self__, "workspace_id", workspace_id)
1632
-
1633
- @property
1634
- @pulumi.getter(name="applicationKey")
1635
- def application_key(self) -> Optional[str]:
1636
- """
1637
- The source application key to use when creating the application.
1631
+ model_type: str,
1632
+ custom_expression: Optional[str] = None,
1633
+ day_of_week: Optional[str] = None,
1634
+ days: Optional[Sequence[int]] = None,
1635
+ frequency: Optional[str] = None,
1636
+ interval: Optional[int] = None,
1637
+ time: Optional['outputs.WorkspaceApplicationScheduleFrequencyDetailsTime'] = None,
1638
+ week_of_month: Optional[str] = None):
1639
+ """
1640
+ :param str model_type: (Updatable) The type of the model
1641
+ :param str custom_expression: (Updatable) This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
1642
+ :param str day_of_week: (Updatable) This holds the day of the week on which the schedule should be triggered.
1643
+ :param Sequence[int] days: (Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
1644
+ :param str frequency: (Updatable) the frequency of the schedule.
1645
+ :param int interval: (Updatable) This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
1646
+ :param 'WorkspaceApplicationScheduleFrequencyDetailsTimeArgs' time: (Updatable) A model to hold time in hour:minute:second format.
1647
+ :param str week_of_month: (Updatable) This holds the week of the month in which the schedule should be triggered.
1638
1648
  """
1639
- return pulumi.get(self, "application_key")
1649
+ pulumi.set(__self__, "model_type", model_type)
1650
+ if custom_expression is not None:
1651
+ pulumi.set(__self__, "custom_expression", custom_expression)
1652
+ if day_of_week is not None:
1653
+ pulumi.set(__self__, "day_of_week", day_of_week)
1654
+ if days is not None:
1655
+ pulumi.set(__self__, "days", days)
1656
+ if frequency is not None:
1657
+ pulumi.set(__self__, "frequency", frequency)
1658
+ if interval is not None:
1659
+ pulumi.set(__self__, "interval", interval)
1660
+ if time is not None:
1661
+ pulumi.set(__self__, "time", time)
1662
+ if week_of_month is not None:
1663
+ pulumi.set(__self__, "week_of_month", week_of_month)
1640
1664
 
1641
1665
  @property
1642
- @pulumi.getter(name="applicationVersion")
1643
- def application_version(self) -> Optional[str]:
1666
+ @pulumi.getter(name="modelType")
1667
+ def model_type(self) -> str:
1644
1668
  """
1645
- The source application version of the application.
1669
+ (Updatable) The type of the model
1646
1670
  """
1647
- return pulumi.get(self, "application_version")
1671
+ return pulumi.get(self, "model_type")
1648
1672
 
1649
1673
  @property
1650
- @pulumi.getter(name="copyType")
1651
- def copy_type(self) -> Optional[str]:
1674
+ @pulumi.getter(name="customExpression")
1675
+ def custom_expression(self) -> Optional[str]:
1652
1676
  """
1653
- Parameter to specify the link between SOURCE and TARGET application after copying. CONNECTED - Indicate that TARGET application is conneced to SOURCE and can be synced after copy. DISCONNECTED - Indicate that TARGET application is not conneced to SOURCE and can evolve independently.
1677
+ (Updatable) This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
1654
1678
  """
1655
- return pulumi.get(self, "copy_type")
1679
+ return pulumi.get(self, "custom_expression")
1656
1680
 
1657
1681
  @property
1658
- @pulumi.getter(name="lastPatchKey")
1659
- def last_patch_key(self) -> Optional[str]:
1682
+ @pulumi.getter(name="dayOfWeek")
1683
+ def day_of_week(self) -> Optional[str]:
1660
1684
  """
1661
- The last patch key for the application.
1685
+ (Updatable) This holds the day of the week on which the schedule should be triggered.
1662
1686
  """
1663
- return pulumi.get(self, "last_patch_key")
1687
+ return pulumi.get(self, "day_of_week")
1664
1688
 
1665
1689
  @property
1666
- @pulumi.getter(name="workspaceId")
1667
- def workspace_id(self) -> Optional[str]:
1668
- """
1669
- The workspace ID.
1670
-
1671
-
1672
- ** IMPORTANT **
1673
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1674
- """
1675
- return pulumi.get(self, "workspace_id")
1676
-
1677
-
1678
- @pulumi.output_type
1679
- class WorkspaceExportRequestExportedItem(dict):
1680
- @staticmethod
1681
- def __key_warning(key: str):
1682
- suggest = None
1683
- if key == "aggregatorKey":
1684
- suggest = "aggregator_key"
1685
- elif key == "namePath":
1686
- suggest = "name_path"
1687
- elif key == "objectType":
1688
- suggest = "object_type"
1689
- elif key == "objectVersion":
1690
- suggest = "object_version"
1691
- elif key == "timeUpdatedInMillis":
1692
- suggest = "time_updated_in_millis"
1693
-
1694
- if suggest:
1695
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceExportRequestExportedItem. Access the value via the '{suggest}' property getter instead.")
1696
-
1697
- def __getitem__(self, key: str) -> Any:
1698
- WorkspaceExportRequestExportedItem.__key_warning(key)
1699
- return super().__getitem__(key)
1700
-
1701
- def get(self, key: str, default = None) -> Any:
1702
- WorkspaceExportRequestExportedItem.__key_warning(key)
1703
- return super().get(key, default)
1704
-
1705
- def __init__(__self__, *,
1706
- aggregator_key: Optional[str] = None,
1707
- identifier: Optional[str] = None,
1708
- key: Optional[str] = None,
1709
- name: Optional[str] = None,
1710
- name_path: Optional[str] = None,
1711
- object_type: Optional[str] = None,
1712
- object_version: Optional[str] = None,
1713
- time_updated_in_millis: Optional[str] = None):
1690
+ @pulumi.getter
1691
+ def days(self) -> Optional[Sequence[int]]:
1714
1692
  """
1715
- :param str aggregator_key: Aggregator key
1716
- :param str identifier: Object identifier
1717
- :param str key: Export object request key
1718
- :param str name: Name of the export request.
1719
- :param str name_path: Object name path
1720
- :param str object_type: Object type
1721
- :param str object_version: Object version
1722
- :param str time_updated_in_millis: time at which this object was last updated.
1693
+ (Updatable) A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
1723
1694
  """
1724
- if aggregator_key is not None:
1725
- pulumi.set(__self__, "aggregator_key", aggregator_key)
1726
- if identifier is not None:
1727
- pulumi.set(__self__, "identifier", identifier)
1728
- if key is not None:
1729
- pulumi.set(__self__, "key", key)
1730
- if name is not None:
1731
- pulumi.set(__self__, "name", name)
1732
- if name_path is not None:
1733
- pulumi.set(__self__, "name_path", name_path)
1734
- if object_type is not None:
1735
- pulumi.set(__self__, "object_type", object_type)
1736
- if object_version is not None:
1737
- pulumi.set(__self__, "object_version", object_version)
1738
- if time_updated_in_millis is not None:
1739
- pulumi.set(__self__, "time_updated_in_millis", time_updated_in_millis)
1695
+ return pulumi.get(self, "days")
1740
1696
 
1741
1697
  @property
1742
- @pulumi.getter(name="aggregatorKey")
1743
- def aggregator_key(self) -> Optional[str]:
1698
+ @pulumi.getter
1699
+ def frequency(self) -> Optional[str]:
1744
1700
  """
1745
- Aggregator key
1701
+ (Updatable) the frequency of the schedule.
1746
1702
  """
1747
- return pulumi.get(self, "aggregator_key")
1703
+ return pulumi.get(self, "frequency")
1748
1704
 
1749
1705
  @property
1750
1706
  @pulumi.getter
1751
- def identifier(self) -> Optional[str]:
1707
+ def interval(self) -> Optional[int]:
1752
1708
  """
1753
- Object identifier
1709
+ (Updatable) This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
1754
1710
  """
1755
- return pulumi.get(self, "identifier")
1711
+ return pulumi.get(self, "interval")
1756
1712
 
1757
1713
  @property
1758
1714
  @pulumi.getter
1759
- def key(self) -> Optional[str]:
1715
+ def time(self) -> Optional['outputs.WorkspaceApplicationScheduleFrequencyDetailsTime']:
1760
1716
  """
1761
- Export object request key
1717
+ (Updatable) A model to hold time in hour:minute:second format.
1762
1718
  """
1763
- return pulumi.get(self, "key")
1719
+ return pulumi.get(self, "time")
1764
1720
 
1765
1721
  @property
1766
- @pulumi.getter
1767
- def name(self) -> Optional[str]:
1722
+ @pulumi.getter(name="weekOfMonth")
1723
+ def week_of_month(self) -> Optional[str]:
1768
1724
  """
1769
- Name of the export request.
1725
+ (Updatable) This holds the week of the month in which the schedule should be triggered.
1770
1726
  """
1771
- return pulumi.get(self, "name")
1727
+ return pulumi.get(self, "week_of_month")
1772
1728
 
1773
- @property
1774
- @pulumi.getter(name="namePath")
1775
- def name_path(self) -> Optional[str]:
1729
+
1730
+ @pulumi.output_type
1731
+ class WorkspaceApplicationScheduleFrequencyDetailsTime(dict):
1732
+ def __init__(__self__, *,
1733
+ hour: Optional[int] = None,
1734
+ minute: Optional[int] = None,
1735
+ second: Optional[int] = None):
1776
1736
  """
1777
- Object name path
1737
+ :param int hour: (Updatable) The hour value.
1738
+ :param int minute: (Updatable) The minute value.
1739
+ :param int second: (Updatable) The second value.
1778
1740
  """
1779
- return pulumi.get(self, "name_path")
1741
+ if hour is not None:
1742
+ pulumi.set(__self__, "hour", hour)
1743
+ if minute is not None:
1744
+ pulumi.set(__self__, "minute", minute)
1745
+ if second is not None:
1746
+ pulumi.set(__self__, "second", second)
1780
1747
 
1781
1748
  @property
1782
- @pulumi.getter(name="objectType")
1783
- def object_type(self) -> Optional[str]:
1749
+ @pulumi.getter
1750
+ def hour(self) -> Optional[int]:
1784
1751
  """
1785
- Object type
1752
+ (Updatable) The hour value.
1786
1753
  """
1787
- return pulumi.get(self, "object_type")
1754
+ return pulumi.get(self, "hour")
1788
1755
 
1789
1756
  @property
1790
- @pulumi.getter(name="objectVersion")
1791
- def object_version(self) -> Optional[str]:
1757
+ @pulumi.getter
1758
+ def minute(self) -> Optional[int]:
1792
1759
  """
1793
- Object version
1760
+ (Updatable) The minute value.
1794
1761
  """
1795
- return pulumi.get(self, "object_version")
1762
+ return pulumi.get(self, "minute")
1796
1763
 
1797
1764
  @property
1798
- @pulumi.getter(name="timeUpdatedInMillis")
1799
- def time_updated_in_millis(self) -> Optional[str]:
1765
+ @pulumi.getter
1766
+ def second(self) -> Optional[int]:
1800
1767
  """
1801
- time at which this object was last updated.
1768
+ (Updatable) The second value.
1802
1769
  """
1803
- return pulumi.get(self, "time_updated_in_millis")
1770
+ return pulumi.get(self, "second")
1804
1771
 
1805
1772
 
1806
1773
  @pulumi.output_type
1807
- class WorkspaceFolderMetadata(dict):
1774
+ class WorkspaceApplicationScheduleMetadata(dict):
1808
1775
  @staticmethod
1809
1776
  def __key_warning(key: str):
1810
1777
  suggest = None
@@ -1834,20 +1801,20 @@ class WorkspaceFolderMetadata(dict):
1834
1801
  suggest = "updated_by_name"
1835
1802
 
1836
1803
  if suggest:
1837
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadata. Access the value via the '{suggest}' property getter instead.")
1804
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationScheduleMetadata. Access the value via the '{suggest}' property getter instead.")
1838
1805
 
1839
1806
  def __getitem__(self, key: str) -> Any:
1840
- WorkspaceFolderMetadata.__key_warning(key)
1807
+ WorkspaceApplicationScheduleMetadata.__key_warning(key)
1841
1808
  return super().__getitem__(key)
1842
1809
 
1843
1810
  def get(self, key: str, default = None) -> Any:
1844
- WorkspaceFolderMetadata.__key_warning(key)
1811
+ WorkspaceApplicationScheduleMetadata.__key_warning(key)
1845
1812
  return super().get(key, default)
1846
1813
 
1847
1814
  def __init__(__self__, *,
1848
1815
  aggregator_key: Optional[str] = None,
1849
- aggregators: Optional[Sequence['outputs.WorkspaceFolderMetadataAggregator']] = None,
1850
- count_statistics: Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatistic']] = None,
1816
+ aggregators: Optional[Sequence['outputs.WorkspaceApplicationScheduleMetadataAggregator']] = None,
1817
+ count_statistics: Optional[Sequence['outputs.WorkspaceApplicationScheduleMetadataCountStatistic']] = None,
1851
1818
  created_by: Optional[str] = None,
1852
1819
  created_by_name: Optional[str] = None,
1853
1820
  identifier_path: Optional[str] = None,
@@ -1861,8 +1828,8 @@ class WorkspaceFolderMetadata(dict):
1861
1828
  updated_by_name: Optional[str] = None):
1862
1829
  """
1863
1830
  :param str aggregator_key: (Updatable) The owning object's key for this object.
1864
- :param Sequence['WorkspaceFolderMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
1865
- :param Sequence['WorkspaceFolderMetadataCountStatisticArgs'] count_statistics: A count statistics.
1831
+ :param Sequence['WorkspaceApplicationScheduleMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
1832
+ :param Sequence['WorkspaceApplicationScheduleMetadataCountStatisticArgs'] count_statistics: A count statistics.
1866
1833
  :param str created_by: The user that created the object.
1867
1834
  :param str created_by_name: The user that created the object.
1868
1835
  :param str identifier_path: The full path to identify this object.
@@ -1914,7 +1881,7 @@ class WorkspaceFolderMetadata(dict):
1914
1881
 
1915
1882
  @property
1916
1883
  @pulumi.getter
1917
- def aggregators(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataAggregator']]:
1884
+ def aggregators(self) -> Optional[Sequence['outputs.WorkspaceApplicationScheduleMetadataAggregator']]:
1918
1885
  """
1919
1886
  A summary type containing information about the object's aggregator including its type, key, name and description.
1920
1887
  """
@@ -1922,7 +1889,7 @@ class WorkspaceFolderMetadata(dict):
1922
1889
 
1923
1890
  @property
1924
1891
  @pulumi.getter(name="countStatistics")
1925
- def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatistic']]:
1892
+ def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceApplicationScheduleMetadataCountStatistic']]:
1926
1893
  """
1927
1894
  A count statistics.
1928
1895
  """
@@ -2018,7 +1985,7 @@ class WorkspaceFolderMetadata(dict):
2018
1985
 
2019
1986
 
2020
1987
  @pulumi.output_type
2021
- class WorkspaceFolderMetadataAggregator(dict):
1988
+ class WorkspaceApplicationScheduleMetadataAggregator(dict):
2022
1989
  def __init__(__self__, *,
2023
1990
  description: Optional[str] = None,
2024
1991
  identifier: Optional[str] = None,
@@ -2026,7 +1993,7 @@ class WorkspaceFolderMetadataAggregator(dict):
2026
1993
  name: Optional[str] = None,
2027
1994
  type: Optional[str] = None):
2028
1995
  """
2029
- :param str description: (Updatable) A user defined description for the folder.
1996
+ :param str description: (Updatable) Detailed description for the object.
2030
1997
  :param str identifier: (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
2031
1998
  :param str key: (Updatable) The identifying key for the object.
2032
1999
  :param str name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
@@ -2047,7 +2014,7 @@ class WorkspaceFolderMetadataAggregator(dict):
2047
2014
  @pulumi.getter
2048
2015
  def description(self) -> Optional[str]:
2049
2016
  """
2050
- (Updatable) A user defined description for the folder.
2017
+ (Updatable) Detailed description for the object.
2051
2018
  """
2052
2019
  return pulumi.get(self, "description")
2053
2020
 
@@ -2085,7 +2052,7 @@ class WorkspaceFolderMetadataAggregator(dict):
2085
2052
 
2086
2053
 
2087
2054
  @pulumi.output_type
2088
- class WorkspaceFolderMetadataCountStatistic(dict):
2055
+ class WorkspaceApplicationScheduleMetadataCountStatistic(dict):
2089
2056
  @staticmethod
2090
2057
  def __key_warning(key: str):
2091
2058
  suggest = None
@@ -2093,27 +2060,27 @@ class WorkspaceFolderMetadataCountStatistic(dict):
2093
2060
  suggest = "object_type_count_lists"
2094
2061
 
2095
2062
  if suggest:
2096
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadataCountStatistic. Access the value via the '{suggest}' property getter instead.")
2063
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationScheduleMetadataCountStatistic. Access the value via the '{suggest}' property getter instead.")
2097
2064
 
2098
2065
  def __getitem__(self, key: str) -> Any:
2099
- WorkspaceFolderMetadataCountStatistic.__key_warning(key)
2066
+ WorkspaceApplicationScheduleMetadataCountStatistic.__key_warning(key)
2100
2067
  return super().__getitem__(key)
2101
2068
 
2102
2069
  def get(self, key: str, default = None) -> Any:
2103
- WorkspaceFolderMetadataCountStatistic.__key_warning(key)
2070
+ WorkspaceApplicationScheduleMetadataCountStatistic.__key_warning(key)
2104
2071
  return super().get(key, default)
2105
2072
 
2106
2073
  def __init__(__self__, *,
2107
- object_type_count_lists: Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatisticObjectTypeCountList']] = None):
2074
+ object_type_count_lists: Optional[Sequence['outputs.WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountList']] = None):
2108
2075
  """
2109
- :param Sequence['WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
2076
+ :param Sequence['WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
2110
2077
  """
2111
2078
  if object_type_count_lists is not None:
2112
2079
  pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
2113
2080
 
2114
2081
  @property
2115
2082
  @pulumi.getter(name="objectTypeCountLists")
2116
- def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatisticObjectTypeCountList']]:
2083
+ def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountList']]:
2117
2084
  """
2118
2085
  The array of statistics.
2119
2086
  """
@@ -2121,7 +2088,7 @@ class WorkspaceFolderMetadataCountStatistic(dict):
2121
2088
 
2122
2089
 
2123
2090
  @pulumi.output_type
2124
- class WorkspaceFolderMetadataCountStatisticObjectTypeCountList(dict):
2091
+ class WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountList(dict):
2125
2092
  @staticmethod
2126
2093
  def __key_warning(key: str):
2127
2094
  suggest = None
@@ -2131,14 +2098,14 @@ class WorkspaceFolderMetadataCountStatisticObjectTypeCountList(dict):
2131
2098
  suggest = "object_type"
2132
2099
 
2133
2100
  if suggest:
2134
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadataCountStatisticObjectTypeCountList. Access the value via the '{suggest}' property getter instead.")
2101
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountList. Access the value via the '{suggest}' property getter instead.")
2135
2102
 
2136
2103
  def __getitem__(self, key: str) -> Any:
2137
- WorkspaceFolderMetadataCountStatisticObjectTypeCountList.__key_warning(key)
2104
+ WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountList.__key_warning(key)
2138
2105
  return super().__getitem__(key)
2139
2106
 
2140
2107
  def get(self, key: str, default = None) -> Any:
2141
- WorkspaceFolderMetadataCountStatisticObjectTypeCountList.__key_warning(key)
2108
+ WorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountList.__key_warning(key)
2142
2109
  return super().get(key, default)
2143
2110
 
2144
2111
  def __init__(__self__, *,
@@ -2171,7 +2138,7 @@ class WorkspaceFolderMetadataCountStatisticObjectTypeCountList(dict):
2171
2138
 
2172
2139
 
2173
2140
  @pulumi.output_type
2174
- class WorkspaceFolderParentRef(dict):
2141
+ class WorkspaceApplicationScheduleParentRef(dict):
2175
2142
  @staticmethod
2176
2143
  def __key_warning(key: str):
2177
2144
  suggest = None
@@ -2179,14 +2146,14 @@ class WorkspaceFolderParentRef(dict):
2179
2146
  suggest = "root_doc_id"
2180
2147
 
2181
2148
  if suggest:
2182
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderParentRef. Access the value via the '{suggest}' property getter instead.")
2149
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationScheduleParentRef. Access the value via the '{suggest}' property getter instead.")
2183
2150
 
2184
2151
  def __getitem__(self, key: str) -> Any:
2185
- WorkspaceFolderParentRef.__key_warning(key)
2152
+ WorkspaceApplicationScheduleParentRef.__key_warning(key)
2186
2153
  return super().__getitem__(key)
2187
2154
 
2188
2155
  def get(self, key: str, default = None) -> Any:
2189
- WorkspaceFolderParentRef.__key_warning(key)
2156
+ WorkspaceApplicationScheduleParentRef.__key_warning(key)
2190
2157
  return super().get(key, default)
2191
2158
 
2192
2159
  def __init__(__self__, *,
@@ -2219,7 +2186,7 @@ class WorkspaceFolderParentRef(dict):
2219
2186
 
2220
2187
 
2221
2188
  @pulumi.output_type
2222
- class WorkspaceFolderRegistryMetadata(dict):
2189
+ class WorkspaceApplicationScheduleRegistryMetadata(dict):
2223
2190
  @staticmethod
2224
2191
  def __key_warning(key: str):
2225
2192
  suggest = None
@@ -2231,14 +2198,14 @@ class WorkspaceFolderRegistryMetadata(dict):
2231
2198
  suggest = "registry_version"
2232
2199
 
2233
2200
  if suggest:
2234
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderRegistryMetadata. Access the value via the '{suggest}' property getter instead.")
2201
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationScheduleRegistryMetadata. Access the value via the '{suggest}' property getter instead.")
2235
2202
 
2236
2203
  def __getitem__(self, key: str) -> Any:
2237
- WorkspaceFolderRegistryMetadata.__key_warning(key)
2204
+ WorkspaceApplicationScheduleRegistryMetadata.__key_warning(key)
2238
2205
  return super().__getitem__(key)
2239
2206
 
2240
2207
  def get(self, key: str, default = None) -> Any:
2241
- WorkspaceFolderRegistryMetadata.__key_warning(key)
2208
+ WorkspaceApplicationScheduleRegistryMetadata.__key_warning(key)
2242
2209
  return super().get(key, default)
2243
2210
 
2244
2211
  def __init__(__self__, *,
@@ -2307,70 +2274,107 @@ class WorkspaceFolderRegistryMetadata(dict):
2307
2274
 
2308
2275
 
2309
2276
  @pulumi.output_type
2310
- class WorkspaceImportRequestImportConflictResolution(dict):
2277
+ class WorkspaceApplicationSourceApplicationInfo(dict):
2311
2278
  @staticmethod
2312
2279
  def __key_warning(key: str):
2313
2280
  suggest = None
2314
- if key == "importConflictResolutionType":
2315
- suggest = "import_conflict_resolution_type"
2316
- elif key == "duplicatePrefix":
2317
- suggest = "duplicate_prefix"
2318
- elif key == "duplicateSuffix":
2319
- suggest = "duplicate_suffix"
2281
+ if key == "applicationKey":
2282
+ suggest = "application_key"
2283
+ elif key == "applicationVersion":
2284
+ suggest = "application_version"
2285
+ elif key == "copyType":
2286
+ suggest = "copy_type"
2287
+ elif key == "lastPatchKey":
2288
+ suggest = "last_patch_key"
2289
+ elif key == "workspaceId":
2290
+ suggest = "workspace_id"
2320
2291
 
2321
2292
  if suggest:
2322
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceImportRequestImportConflictResolution. Access the value via the '{suggest}' property getter instead.")
2293
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationSourceApplicationInfo. Access the value via the '{suggest}' property getter instead.")
2323
2294
 
2324
2295
  def __getitem__(self, key: str) -> Any:
2325
- WorkspaceImportRequestImportConflictResolution.__key_warning(key)
2296
+ WorkspaceApplicationSourceApplicationInfo.__key_warning(key)
2326
2297
  return super().__getitem__(key)
2327
2298
 
2328
2299
  def get(self, key: str, default = None) -> Any:
2329
- WorkspaceImportRequestImportConflictResolution.__key_warning(key)
2300
+ WorkspaceApplicationSourceApplicationInfo.__key_warning(key)
2330
2301
  return super().get(key, default)
2331
2302
 
2332
2303
  def __init__(__self__, *,
2333
- import_conflict_resolution_type: str,
2334
- duplicate_prefix: Optional[str] = None,
2335
- duplicate_suffix: Optional[str] = None):
2304
+ application_key: Optional[str] = None,
2305
+ application_version: Optional[str] = None,
2306
+ copy_type: Optional[str] = None,
2307
+ last_patch_key: Optional[str] = None,
2308
+ workspace_id: Optional[str] = None):
2336
2309
  """
2337
- :param str import_conflict_resolution_type: Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
2338
- :param str duplicate_prefix: In case of DUPLICATE mode, prefix will be used to disambiguate the object.
2339
- :param str duplicate_suffix: In case of DUPLICATE mode, suffix will be used to disambiguate the object.
2310
+ :param str application_key: The source application key to use when creating the application.
2311
+ :param str application_version: The source application version of the application.
2312
+ :param str copy_type: Parameter to specify the link between SOURCE and TARGET application after copying. CONNECTED - Indicate that TARGET application is conneced to SOURCE and can be synced after copy. DISCONNECTED - Indicate that TARGET application is not conneced to SOURCE and can evolve independently.
2313
+ :param str last_patch_key: The last patch key for the application.
2314
+ :param str workspace_id: The workspace ID.
2315
+
2316
+
2317
+ ** IMPORTANT **
2318
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2340
2319
  """
2341
- pulumi.set(__self__, "import_conflict_resolution_type", import_conflict_resolution_type)
2342
- if duplicate_prefix is not None:
2343
- pulumi.set(__self__, "duplicate_prefix", duplicate_prefix)
2344
- if duplicate_suffix is not None:
2345
- pulumi.set(__self__, "duplicate_suffix", duplicate_suffix)
2320
+ if application_key is not None:
2321
+ pulumi.set(__self__, "application_key", application_key)
2322
+ if application_version is not None:
2323
+ pulumi.set(__self__, "application_version", application_version)
2324
+ if copy_type is not None:
2325
+ pulumi.set(__self__, "copy_type", copy_type)
2326
+ if last_patch_key is not None:
2327
+ pulumi.set(__self__, "last_patch_key", last_patch_key)
2328
+ if workspace_id is not None:
2329
+ pulumi.set(__self__, "workspace_id", workspace_id)
2346
2330
 
2347
2331
  @property
2348
- @pulumi.getter(name="importConflictResolutionType")
2349
- def import_conflict_resolution_type(self) -> str:
2332
+ @pulumi.getter(name="applicationKey")
2333
+ def application_key(self) -> Optional[str]:
2350
2334
  """
2351
- Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
2335
+ The source application key to use when creating the application.
2352
2336
  """
2353
- return pulumi.get(self, "import_conflict_resolution_type")
2337
+ return pulumi.get(self, "application_key")
2354
2338
 
2355
2339
  @property
2356
- @pulumi.getter(name="duplicatePrefix")
2357
- def duplicate_prefix(self) -> Optional[str]:
2340
+ @pulumi.getter(name="applicationVersion")
2341
+ def application_version(self) -> Optional[str]:
2358
2342
  """
2359
- In case of DUPLICATE mode, prefix will be used to disambiguate the object.
2343
+ The source application version of the application.
2360
2344
  """
2361
- return pulumi.get(self, "duplicate_prefix")
2345
+ return pulumi.get(self, "application_version")
2362
2346
 
2363
2347
  @property
2364
- @pulumi.getter(name="duplicateSuffix")
2365
- def duplicate_suffix(self) -> Optional[str]:
2348
+ @pulumi.getter(name="copyType")
2349
+ def copy_type(self) -> Optional[str]:
2366
2350
  """
2367
- In case of DUPLICATE mode, suffix will be used to disambiguate the object.
2351
+ Parameter to specify the link between SOURCE and TARGET application after copying. CONNECTED - Indicate that TARGET application is conneced to SOURCE and can be synced after copy. DISCONNECTED - Indicate that TARGET application is not conneced to SOURCE and can evolve independently.
2368
2352
  """
2369
- return pulumi.get(self, "duplicate_suffix")
2353
+ return pulumi.get(self, "copy_type")
2354
+
2355
+ @property
2356
+ @pulumi.getter(name="lastPatchKey")
2357
+ def last_patch_key(self) -> Optional[str]:
2358
+ """
2359
+ The last patch key for the application.
2360
+ """
2361
+ return pulumi.get(self, "last_patch_key")
2362
+
2363
+ @property
2364
+ @pulumi.getter(name="workspaceId")
2365
+ def workspace_id(self) -> Optional[str]:
2366
+ """
2367
+ The workspace ID.
2368
+
2369
+
2370
+ ** IMPORTANT **
2371
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2372
+ """
2373
+ return pulumi.get(self, "workspace_id")
2370
2374
 
2371
2375
 
2372
2376
  @pulumi.output_type
2373
- class WorkspaceImportRequestImportedObject(dict):
2377
+ class WorkspaceExportRequestExportedItem(dict):
2374
2378
  @staticmethod
2375
2379
  def __key_warning(key: str):
2376
2380
  suggest = None
@@ -2378,71 +2382,57 @@ class WorkspaceImportRequestImportedObject(dict):
2378
2382
  suggest = "aggregator_key"
2379
2383
  elif key == "namePath":
2380
2384
  suggest = "name_path"
2381
- elif key == "newKey":
2382
- suggest = "new_key"
2383
2385
  elif key == "objectType":
2384
2386
  suggest = "object_type"
2385
2387
  elif key == "objectVersion":
2386
2388
  suggest = "object_version"
2387
- elif key == "oldKey":
2388
- suggest = "old_key"
2389
- elif key == "resolutionAction":
2390
- suggest = "resolution_action"
2391
2389
  elif key == "timeUpdatedInMillis":
2392
2390
  suggest = "time_updated_in_millis"
2393
2391
 
2394
2392
  if suggest:
2395
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceImportRequestImportedObject. Access the value via the '{suggest}' property getter instead.")
2393
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceExportRequestExportedItem. Access the value via the '{suggest}' property getter instead.")
2396
2394
 
2397
2395
  def __getitem__(self, key: str) -> Any:
2398
- WorkspaceImportRequestImportedObject.__key_warning(key)
2396
+ WorkspaceExportRequestExportedItem.__key_warning(key)
2399
2397
  return super().__getitem__(key)
2400
2398
 
2401
2399
  def get(self, key: str, default = None) -> Any:
2402
- WorkspaceImportRequestImportedObject.__key_warning(key)
2400
+ WorkspaceExportRequestExportedItem.__key_warning(key)
2403
2401
  return super().get(key, default)
2404
2402
 
2405
2403
  def __init__(__self__, *,
2406
2404
  aggregator_key: Optional[str] = None,
2407
2405
  identifier: Optional[str] = None,
2406
+ key: Optional[str] = None,
2408
2407
  name: Optional[str] = None,
2409
2408
  name_path: Optional[str] = None,
2410
- new_key: Optional[str] = None,
2411
2409
  object_type: Optional[str] = None,
2412
2410
  object_version: Optional[str] = None,
2413
- old_key: Optional[str] = None,
2414
- resolution_action: Optional[str] = None,
2415
2411
  time_updated_in_millis: Optional[str] = None):
2416
2412
  """
2417
2413
  :param str aggregator_key: Aggregator key
2418
2414
  :param str identifier: Object identifier
2419
- :param str name: Name of the import request.
2415
+ :param str key: Export object request key
2416
+ :param str name: Name of the export request.
2420
2417
  :param str name_path: Object name path
2421
- :param str new_key: New key of the object
2422
2418
  :param str object_type: Object type
2423
2419
  :param str object_version: Object version
2424
- :param str old_key: Old key of the object
2425
- :param str resolution_action: Object resolution action
2426
2420
  :param str time_updated_in_millis: time at which this object was last updated.
2427
2421
  """
2428
2422
  if aggregator_key is not None:
2429
2423
  pulumi.set(__self__, "aggregator_key", aggregator_key)
2430
2424
  if identifier is not None:
2431
2425
  pulumi.set(__self__, "identifier", identifier)
2426
+ if key is not None:
2427
+ pulumi.set(__self__, "key", key)
2432
2428
  if name is not None:
2433
2429
  pulumi.set(__self__, "name", name)
2434
2430
  if name_path is not None:
2435
2431
  pulumi.set(__self__, "name_path", name_path)
2436
- if new_key is not None:
2437
- pulumi.set(__self__, "new_key", new_key)
2438
2432
  if object_type is not None:
2439
2433
  pulumi.set(__self__, "object_type", object_type)
2440
2434
  if object_version is not None:
2441
2435
  pulumi.set(__self__, "object_version", object_version)
2442
- if old_key is not None:
2443
- pulumi.set(__self__, "old_key", old_key)
2444
- if resolution_action is not None:
2445
- pulumi.set(__self__, "resolution_action", resolution_action)
2446
2436
  if time_updated_in_millis is not None:
2447
2437
  pulumi.set(__self__, "time_updated_in_millis", time_updated_in_millis)
2448
2438
 
@@ -2462,11 +2452,19 @@ class WorkspaceImportRequestImportedObject(dict):
2462
2452
  """
2463
2453
  return pulumi.get(self, "identifier")
2464
2454
 
2455
+ @property
2456
+ @pulumi.getter
2457
+ def key(self) -> Optional[str]:
2458
+ """
2459
+ Export object request key
2460
+ """
2461
+ return pulumi.get(self, "key")
2462
+
2465
2463
  @property
2466
2464
  @pulumi.getter
2467
2465
  def name(self) -> Optional[str]:
2468
2466
  """
2469
- Name of the import request.
2467
+ Name of the export request.
2470
2468
  """
2471
2469
  return pulumi.get(self, "name")
2472
2470
 
@@ -2478,14 +2476,6 @@ class WorkspaceImportRequestImportedObject(dict):
2478
2476
  """
2479
2477
  return pulumi.get(self, "name_path")
2480
2478
 
2481
- @property
2482
- @pulumi.getter(name="newKey")
2483
- def new_key(self) -> Optional[str]:
2484
- """
2485
- New key of the object
2486
- """
2487
- return pulumi.get(self, "new_key")
2488
-
2489
2479
  @property
2490
2480
  @pulumi.getter(name="objectType")
2491
2481
  def object_type(self) -> Optional[str]:
@@ -2502,22 +2492,6 @@ class WorkspaceImportRequestImportedObject(dict):
2502
2492
  """
2503
2493
  return pulumi.get(self, "object_version")
2504
2494
 
2505
- @property
2506
- @pulumi.getter(name="oldKey")
2507
- def old_key(self) -> Optional[str]:
2508
- """
2509
- Old key of the object
2510
- """
2511
- return pulumi.get(self, "old_key")
2512
-
2513
- @property
2514
- @pulumi.getter(name="resolutionAction")
2515
- def resolution_action(self) -> Optional[str]:
2516
- """
2517
- Object resolution action
2518
- """
2519
- return pulumi.get(self, "resolution_action")
2520
-
2521
2495
  @property
2522
2496
  @pulumi.getter(name="timeUpdatedInMillis")
2523
2497
  def time_updated_in_millis(self) -> Optional[str]:
@@ -2528,7 +2502,7 @@ class WorkspaceImportRequestImportedObject(dict):
2528
2502
 
2529
2503
 
2530
2504
  @pulumi.output_type
2531
- class WorkspaceProjectMetadata(dict):
2505
+ class WorkspaceFolderMetadata(dict):
2532
2506
  @staticmethod
2533
2507
  def __key_warning(key: str):
2534
2508
  suggest = None
@@ -2558,20 +2532,20 @@ class WorkspaceProjectMetadata(dict):
2558
2532
  suggest = "updated_by_name"
2559
2533
 
2560
2534
  if suggest:
2561
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectMetadata. Access the value via the '{suggest}' property getter instead.")
2535
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadata. Access the value via the '{suggest}' property getter instead.")
2562
2536
 
2563
2537
  def __getitem__(self, key: str) -> Any:
2564
- WorkspaceProjectMetadata.__key_warning(key)
2538
+ WorkspaceFolderMetadata.__key_warning(key)
2565
2539
  return super().__getitem__(key)
2566
2540
 
2567
2541
  def get(self, key: str, default = None) -> Any:
2568
- WorkspaceProjectMetadata.__key_warning(key)
2542
+ WorkspaceFolderMetadata.__key_warning(key)
2569
2543
  return super().get(key, default)
2570
2544
 
2571
2545
  def __init__(__self__, *,
2572
2546
  aggregator_key: Optional[str] = None,
2573
- aggregators: Optional[Sequence['outputs.WorkspaceProjectMetadataAggregator']] = None,
2574
- count_statistics: Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatistic']] = None,
2547
+ aggregators: Optional[Sequence['outputs.WorkspaceFolderMetadataAggregator']] = None,
2548
+ count_statistics: Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatistic']] = None,
2575
2549
  created_by: Optional[str] = None,
2576
2550
  created_by_name: Optional[str] = None,
2577
2551
  identifier_path: Optional[str] = None,
@@ -2585,8 +2559,8 @@ class WorkspaceProjectMetadata(dict):
2585
2559
  updated_by_name: Optional[str] = None):
2586
2560
  """
2587
2561
  :param str aggregator_key: (Updatable) The owning object's key for this object.
2588
- :param Sequence['WorkspaceProjectMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
2589
- :param Sequence['WorkspaceProjectMetadataCountStatisticArgs'] count_statistics: A count statistics.
2562
+ :param Sequence['WorkspaceFolderMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
2563
+ :param Sequence['WorkspaceFolderMetadataCountStatisticArgs'] count_statistics: A count statistics.
2590
2564
  :param str created_by: The user that created the object.
2591
2565
  :param str created_by_name: The user that created the object.
2592
2566
  :param str identifier_path: The full path to identify this object.
@@ -2638,7 +2612,7 @@ class WorkspaceProjectMetadata(dict):
2638
2612
 
2639
2613
  @property
2640
2614
  @pulumi.getter
2641
- def aggregators(self) -> Optional[Sequence['outputs.WorkspaceProjectMetadataAggregator']]:
2615
+ def aggregators(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataAggregator']]:
2642
2616
  """
2643
2617
  A summary type containing information about the object's aggregator including its type, key, name and description.
2644
2618
  """
@@ -2646,7 +2620,7 @@ class WorkspaceProjectMetadata(dict):
2646
2620
 
2647
2621
  @property
2648
2622
  @pulumi.getter(name="countStatistics")
2649
- def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatistic']]:
2623
+ def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatistic']]:
2650
2624
  """
2651
2625
  A count statistics.
2652
2626
  """
@@ -2742,7 +2716,7 @@ class WorkspaceProjectMetadata(dict):
2742
2716
 
2743
2717
 
2744
2718
  @pulumi.output_type
2745
- class WorkspaceProjectMetadataAggregator(dict):
2719
+ class WorkspaceFolderMetadataAggregator(dict):
2746
2720
  def __init__(__self__, *,
2747
2721
  description: Optional[str] = None,
2748
2722
  identifier: Optional[str] = None,
@@ -2750,7 +2724,7 @@ class WorkspaceProjectMetadataAggregator(dict):
2750
2724
  name: Optional[str] = None,
2751
2725
  type: Optional[str] = None):
2752
2726
  """
2753
- :param str description: (Updatable) A user defined description for the project.
2727
+ :param str description: (Updatable) A user defined description for the folder.
2754
2728
  :param str identifier: (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
2755
2729
  :param str key: (Updatable) The identifying key for the object.
2756
2730
  :param str name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
@@ -2771,7 +2745,7 @@ class WorkspaceProjectMetadataAggregator(dict):
2771
2745
  @pulumi.getter
2772
2746
  def description(self) -> Optional[str]:
2773
2747
  """
2774
- (Updatable) A user defined description for the project.
2748
+ (Updatable) A user defined description for the folder.
2775
2749
  """
2776
2750
  return pulumi.get(self, "description")
2777
2751
 
@@ -2809,7 +2783,7 @@ class WorkspaceProjectMetadataAggregator(dict):
2809
2783
 
2810
2784
 
2811
2785
  @pulumi.output_type
2812
- class WorkspaceProjectMetadataCountStatistic(dict):
2786
+ class WorkspaceFolderMetadataCountStatistic(dict):
2813
2787
  @staticmethod
2814
2788
  def __key_warning(key: str):
2815
2789
  suggest = None
@@ -2817,27 +2791,27 @@ class WorkspaceProjectMetadataCountStatistic(dict):
2817
2791
  suggest = "object_type_count_lists"
2818
2792
 
2819
2793
  if suggest:
2820
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectMetadataCountStatistic. Access the value via the '{suggest}' property getter instead.")
2794
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadataCountStatistic. Access the value via the '{suggest}' property getter instead.")
2821
2795
 
2822
2796
  def __getitem__(self, key: str) -> Any:
2823
- WorkspaceProjectMetadataCountStatistic.__key_warning(key)
2797
+ WorkspaceFolderMetadataCountStatistic.__key_warning(key)
2824
2798
  return super().__getitem__(key)
2825
2799
 
2826
2800
  def get(self, key: str, default = None) -> Any:
2827
- WorkspaceProjectMetadataCountStatistic.__key_warning(key)
2801
+ WorkspaceFolderMetadataCountStatistic.__key_warning(key)
2828
2802
  return super().get(key, default)
2829
2803
 
2830
2804
  def __init__(__self__, *,
2831
- object_type_count_lists: Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatisticObjectTypeCountList']] = None):
2805
+ object_type_count_lists: Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatisticObjectTypeCountList']] = None):
2832
2806
  """
2833
- :param Sequence['WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
2807
+ :param Sequence['WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
2834
2808
  """
2835
2809
  if object_type_count_lists is not None:
2836
2810
  pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
2837
2811
 
2838
2812
  @property
2839
2813
  @pulumi.getter(name="objectTypeCountLists")
2840
- def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatisticObjectTypeCountList']]:
2814
+ def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatisticObjectTypeCountList']]:
2841
2815
  """
2842
2816
  The array of statistics.
2843
2817
  """
@@ -2845,7 +2819,7 @@ class WorkspaceProjectMetadataCountStatistic(dict):
2845
2819
 
2846
2820
 
2847
2821
  @pulumi.output_type
2848
- class WorkspaceProjectMetadataCountStatisticObjectTypeCountList(dict):
2822
+ class WorkspaceFolderMetadataCountStatisticObjectTypeCountList(dict):
2849
2823
  @staticmethod
2850
2824
  def __key_warning(key: str):
2851
2825
  suggest = None
@@ -2855,14 +2829,14 @@ class WorkspaceProjectMetadataCountStatisticObjectTypeCountList(dict):
2855
2829
  suggest = "object_type"
2856
2830
 
2857
2831
  if suggest:
2858
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectMetadataCountStatisticObjectTypeCountList. Access the value via the '{suggest}' property getter instead.")
2832
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadataCountStatisticObjectTypeCountList. Access the value via the '{suggest}' property getter instead.")
2859
2833
 
2860
2834
  def __getitem__(self, key: str) -> Any:
2861
- WorkspaceProjectMetadataCountStatisticObjectTypeCountList.__key_warning(key)
2835
+ WorkspaceFolderMetadataCountStatisticObjectTypeCountList.__key_warning(key)
2862
2836
  return super().__getitem__(key)
2863
2837
 
2864
2838
  def get(self, key: str, default = None) -> Any:
2865
- WorkspaceProjectMetadataCountStatisticObjectTypeCountList.__key_warning(key)
2839
+ WorkspaceFolderMetadataCountStatisticObjectTypeCountList.__key_warning(key)
2866
2840
  return super().get(key, default)
2867
2841
 
2868
2842
  def __init__(__self__, *,
@@ -2895,7 +2869,7 @@ class WorkspaceProjectMetadataCountStatisticObjectTypeCountList(dict):
2895
2869
 
2896
2870
 
2897
2871
  @pulumi.output_type
2898
- class WorkspaceProjectParentRef(dict):
2872
+ class WorkspaceFolderParentRef(dict):
2899
2873
  @staticmethod
2900
2874
  def __key_warning(key: str):
2901
2875
  suggest = None
@@ -2903,14 +2877,14 @@ class WorkspaceProjectParentRef(dict):
2903
2877
  suggest = "root_doc_id"
2904
2878
 
2905
2879
  if suggest:
2906
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectParentRef. Access the value via the '{suggest}' property getter instead.")
2880
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderParentRef. Access the value via the '{suggest}' property getter instead.")
2907
2881
 
2908
2882
  def __getitem__(self, key: str) -> Any:
2909
- WorkspaceProjectParentRef.__key_warning(key)
2883
+ WorkspaceFolderParentRef.__key_warning(key)
2910
2884
  return super().__getitem__(key)
2911
2885
 
2912
2886
  def get(self, key: str, default = None) -> Any:
2913
- WorkspaceProjectParentRef.__key_warning(key)
2887
+ WorkspaceFolderParentRef.__key_warning(key)
2914
2888
  return super().get(key, default)
2915
2889
 
2916
2890
  def __init__(__self__, *,
@@ -2943,7 +2917,7 @@ class WorkspaceProjectParentRef(dict):
2943
2917
 
2944
2918
 
2945
2919
  @pulumi.output_type
2946
- class WorkspaceProjectRegistryMetadata(dict):
2920
+ class WorkspaceFolderRegistryMetadata(dict):
2947
2921
  @staticmethod
2948
2922
  def __key_warning(key: str):
2949
2923
  suggest = None
@@ -2955,14 +2929,14 @@ class WorkspaceProjectRegistryMetadata(dict):
2955
2929
  suggest = "registry_version"
2956
2930
 
2957
2931
  if suggest:
2958
- pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectRegistryMetadata. Access the value via the '{suggest}' property getter instead.")
2932
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderRegistryMetadata. Access the value via the '{suggest}' property getter instead.")
2959
2933
 
2960
2934
  def __getitem__(self, key: str) -> Any:
2961
- WorkspaceProjectRegistryMetadata.__key_warning(key)
2935
+ WorkspaceFolderRegistryMetadata.__key_warning(key)
2962
2936
  return super().__getitem__(key)
2963
2937
 
2964
2938
  def get(self, key: str, default = None) -> Any:
2965
- WorkspaceProjectRegistryMetadata.__key_warning(key)
2939
+ WorkspaceFolderRegistryMetadata.__key_warning(key)
2966
2940
  return super().get(key, default)
2967
2941
 
2968
2942
  def __init__(__self__, *,
@@ -3031,47 +3005,1969 @@ class WorkspaceProjectRegistryMetadata(dict):
3031
3005
 
3032
3006
 
3033
3007
  @pulumi.output_type
3034
- class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
3008
+ class WorkspaceImportRequestImportConflictResolution(dict):
3009
+ @staticmethod
3010
+ def __key_warning(key: str):
3011
+ suggest = None
3012
+ if key == "importConflictResolutionType":
3013
+ suggest = "import_conflict_resolution_type"
3014
+ elif key == "duplicatePrefix":
3015
+ suggest = "duplicate_prefix"
3016
+ elif key == "duplicateSuffix":
3017
+ suggest = "duplicate_suffix"
3018
+
3019
+ if suggest:
3020
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceImportRequestImportConflictResolution. Access the value via the '{suggest}' property getter instead.")
3021
+
3022
+ def __getitem__(self, key: str) -> Any:
3023
+ WorkspaceImportRequestImportConflictResolution.__key_warning(key)
3024
+ return super().__getitem__(key)
3025
+
3026
+ def get(self, key: str, default = None) -> Any:
3027
+ WorkspaceImportRequestImportConflictResolution.__key_warning(key)
3028
+ return super().get(key, default)
3029
+
3035
3030
  def __init__(__self__, *,
3036
- action: str,
3037
- identifier: str,
3038
- key: str,
3039
- name: str,
3040
- name_path: str,
3041
- object_version: int,
3042
- type: str):
3031
+ import_conflict_resolution_type: str,
3032
+ duplicate_prefix: Optional[str] = None,
3033
+ duplicate_suffix: Optional[str] = None):
3043
3034
  """
3044
- :param str action: The patch action indicating if object was created, updated, or deleted.
3045
- :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
3046
- :param str key: The key of the object.
3047
- :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
3048
- :param str name_path: The fully qualified path of the published object, which would include its project and folder.
3049
- :param int object_version: The object version.
3050
- :param str type: The type of the object in patch.
3035
+ :param str import_conflict_resolution_type: Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
3036
+ :param str duplicate_prefix: In case of DUPLICATE mode, prefix will be used to disambiguate the object.
3037
+ :param str duplicate_suffix: In case of DUPLICATE mode, suffix will be used to disambiguate the object.
3051
3038
  """
3052
- pulumi.set(__self__, "action", action)
3053
- pulumi.set(__self__, "identifier", identifier)
3054
- pulumi.set(__self__, "key", key)
3055
- pulumi.set(__self__, "name", name)
3056
- pulumi.set(__self__, "name_path", name_path)
3057
- pulumi.set(__self__, "object_version", object_version)
3058
- pulumi.set(__self__, "type", type)
3039
+ pulumi.set(__self__, "import_conflict_resolution_type", import_conflict_resolution_type)
3040
+ if duplicate_prefix is not None:
3041
+ pulumi.set(__self__, "duplicate_prefix", duplicate_prefix)
3042
+ if duplicate_suffix is not None:
3043
+ pulumi.set(__self__, "duplicate_suffix", duplicate_suffix)
3059
3044
 
3060
3045
  @property
3061
- @pulumi.getter
3062
- def action(self) -> str:
3046
+ @pulumi.getter(name="importConflictResolutionType")
3047
+ def import_conflict_resolution_type(self) -> str:
3063
3048
  """
3064
- The patch action indicating if object was created, updated, or deleted.
3049
+ Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
3065
3050
  """
3066
- return pulumi.get(self, "action")
3051
+ return pulumi.get(self, "import_conflict_resolution_type")
3067
3052
 
3068
3053
  @property
3069
- @pulumi.getter
3070
- def identifier(self) -> str:
3054
+ @pulumi.getter(name="duplicatePrefix")
3055
+ def duplicate_prefix(self) -> Optional[str]:
3071
3056
  """
3072
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
3057
+ In case of DUPLICATE mode, prefix will be used to disambiguate the object.
3073
3058
  """
3074
- return pulumi.get(self, "identifier")
3059
+ return pulumi.get(self, "duplicate_prefix")
3060
+
3061
+ @property
3062
+ @pulumi.getter(name="duplicateSuffix")
3063
+ def duplicate_suffix(self) -> Optional[str]:
3064
+ """
3065
+ In case of DUPLICATE mode, suffix will be used to disambiguate the object.
3066
+ """
3067
+ return pulumi.get(self, "duplicate_suffix")
3068
+
3069
+
3070
+ @pulumi.output_type
3071
+ class WorkspaceImportRequestImportedObject(dict):
3072
+ @staticmethod
3073
+ def __key_warning(key: str):
3074
+ suggest = None
3075
+ if key == "aggregatorKey":
3076
+ suggest = "aggregator_key"
3077
+ elif key == "namePath":
3078
+ suggest = "name_path"
3079
+ elif key == "newKey":
3080
+ suggest = "new_key"
3081
+ elif key == "objectType":
3082
+ suggest = "object_type"
3083
+ elif key == "objectVersion":
3084
+ suggest = "object_version"
3085
+ elif key == "oldKey":
3086
+ suggest = "old_key"
3087
+ elif key == "resolutionAction":
3088
+ suggest = "resolution_action"
3089
+ elif key == "timeUpdatedInMillis":
3090
+ suggest = "time_updated_in_millis"
3091
+
3092
+ if suggest:
3093
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceImportRequestImportedObject. Access the value via the '{suggest}' property getter instead.")
3094
+
3095
+ def __getitem__(self, key: str) -> Any:
3096
+ WorkspaceImportRequestImportedObject.__key_warning(key)
3097
+ return super().__getitem__(key)
3098
+
3099
+ def get(self, key: str, default = None) -> Any:
3100
+ WorkspaceImportRequestImportedObject.__key_warning(key)
3101
+ return super().get(key, default)
3102
+
3103
+ def __init__(__self__, *,
3104
+ aggregator_key: Optional[str] = None,
3105
+ identifier: Optional[str] = None,
3106
+ name: Optional[str] = None,
3107
+ name_path: Optional[str] = None,
3108
+ new_key: Optional[str] = None,
3109
+ object_type: Optional[str] = None,
3110
+ object_version: Optional[str] = None,
3111
+ old_key: Optional[str] = None,
3112
+ resolution_action: Optional[str] = None,
3113
+ time_updated_in_millis: Optional[str] = None):
3114
+ """
3115
+ :param str aggregator_key: Aggregator key
3116
+ :param str identifier: Object identifier
3117
+ :param str name: Name of the import request.
3118
+ :param str name_path: Object name path
3119
+ :param str new_key: New key of the object
3120
+ :param str object_type: Object type
3121
+ :param str object_version: Object version
3122
+ :param str old_key: Old key of the object
3123
+ :param str resolution_action: Object resolution action
3124
+ :param str time_updated_in_millis: time at which this object was last updated.
3125
+ """
3126
+ if aggregator_key is not None:
3127
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
3128
+ if identifier is not None:
3129
+ pulumi.set(__self__, "identifier", identifier)
3130
+ if name is not None:
3131
+ pulumi.set(__self__, "name", name)
3132
+ if name_path is not None:
3133
+ pulumi.set(__self__, "name_path", name_path)
3134
+ if new_key is not None:
3135
+ pulumi.set(__self__, "new_key", new_key)
3136
+ if object_type is not None:
3137
+ pulumi.set(__self__, "object_type", object_type)
3138
+ if object_version is not None:
3139
+ pulumi.set(__self__, "object_version", object_version)
3140
+ if old_key is not None:
3141
+ pulumi.set(__self__, "old_key", old_key)
3142
+ if resolution_action is not None:
3143
+ pulumi.set(__self__, "resolution_action", resolution_action)
3144
+ if time_updated_in_millis is not None:
3145
+ pulumi.set(__self__, "time_updated_in_millis", time_updated_in_millis)
3146
+
3147
+ @property
3148
+ @pulumi.getter(name="aggregatorKey")
3149
+ def aggregator_key(self) -> Optional[str]:
3150
+ """
3151
+ Aggregator key
3152
+ """
3153
+ return pulumi.get(self, "aggregator_key")
3154
+
3155
+ @property
3156
+ @pulumi.getter
3157
+ def identifier(self) -> Optional[str]:
3158
+ """
3159
+ Object identifier
3160
+ """
3161
+ return pulumi.get(self, "identifier")
3162
+
3163
+ @property
3164
+ @pulumi.getter
3165
+ def name(self) -> Optional[str]:
3166
+ """
3167
+ Name of the import request.
3168
+ """
3169
+ return pulumi.get(self, "name")
3170
+
3171
+ @property
3172
+ @pulumi.getter(name="namePath")
3173
+ def name_path(self) -> Optional[str]:
3174
+ """
3175
+ Object name path
3176
+ """
3177
+ return pulumi.get(self, "name_path")
3178
+
3179
+ @property
3180
+ @pulumi.getter(name="newKey")
3181
+ def new_key(self) -> Optional[str]:
3182
+ """
3183
+ New key of the object
3184
+ """
3185
+ return pulumi.get(self, "new_key")
3186
+
3187
+ @property
3188
+ @pulumi.getter(name="objectType")
3189
+ def object_type(self) -> Optional[str]:
3190
+ """
3191
+ Object type
3192
+ """
3193
+ return pulumi.get(self, "object_type")
3194
+
3195
+ @property
3196
+ @pulumi.getter(name="objectVersion")
3197
+ def object_version(self) -> Optional[str]:
3198
+ """
3199
+ Object version
3200
+ """
3201
+ return pulumi.get(self, "object_version")
3202
+
3203
+ @property
3204
+ @pulumi.getter(name="oldKey")
3205
+ def old_key(self) -> Optional[str]:
3206
+ """
3207
+ Old key of the object
3208
+ """
3209
+ return pulumi.get(self, "old_key")
3210
+
3211
+ @property
3212
+ @pulumi.getter(name="resolutionAction")
3213
+ def resolution_action(self) -> Optional[str]:
3214
+ """
3215
+ Object resolution action
3216
+ """
3217
+ return pulumi.get(self, "resolution_action")
3218
+
3219
+ @property
3220
+ @pulumi.getter(name="timeUpdatedInMillis")
3221
+ def time_updated_in_millis(self) -> Optional[str]:
3222
+ """
3223
+ time at which this object was last updated.
3224
+ """
3225
+ return pulumi.get(self, "time_updated_in_millis")
3226
+
3227
+
3228
+ @pulumi.output_type
3229
+ class WorkspaceProjectMetadata(dict):
3230
+ @staticmethod
3231
+ def __key_warning(key: str):
3232
+ suggest = None
3233
+ if key == "aggregatorKey":
3234
+ suggest = "aggregator_key"
3235
+ elif key == "countStatistics":
3236
+ suggest = "count_statistics"
3237
+ elif key == "createdBy":
3238
+ suggest = "created_by"
3239
+ elif key == "createdByName":
3240
+ suggest = "created_by_name"
3241
+ elif key == "identifierPath":
3242
+ suggest = "identifier_path"
3243
+ elif key == "infoFields":
3244
+ suggest = "info_fields"
3245
+ elif key == "isFavorite":
3246
+ suggest = "is_favorite"
3247
+ elif key == "registryVersion":
3248
+ suggest = "registry_version"
3249
+ elif key == "timeCreated":
3250
+ suggest = "time_created"
3251
+ elif key == "timeUpdated":
3252
+ suggest = "time_updated"
3253
+ elif key == "updatedBy":
3254
+ suggest = "updated_by"
3255
+ elif key == "updatedByName":
3256
+ suggest = "updated_by_name"
3257
+
3258
+ if suggest:
3259
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectMetadata. Access the value via the '{suggest}' property getter instead.")
3260
+
3261
+ def __getitem__(self, key: str) -> Any:
3262
+ WorkspaceProjectMetadata.__key_warning(key)
3263
+ return super().__getitem__(key)
3264
+
3265
+ def get(self, key: str, default = None) -> Any:
3266
+ WorkspaceProjectMetadata.__key_warning(key)
3267
+ return super().get(key, default)
3268
+
3269
+ def __init__(__self__, *,
3270
+ aggregator_key: Optional[str] = None,
3271
+ aggregators: Optional[Sequence['outputs.WorkspaceProjectMetadataAggregator']] = None,
3272
+ count_statistics: Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatistic']] = None,
3273
+ created_by: Optional[str] = None,
3274
+ created_by_name: Optional[str] = None,
3275
+ identifier_path: Optional[str] = None,
3276
+ info_fields: Optional[Mapping[str, Any]] = None,
3277
+ is_favorite: Optional[bool] = None,
3278
+ labels: Optional[Sequence[str]] = None,
3279
+ registry_version: Optional[int] = None,
3280
+ time_created: Optional[str] = None,
3281
+ time_updated: Optional[str] = None,
3282
+ updated_by: Optional[str] = None,
3283
+ updated_by_name: Optional[str] = None):
3284
+ """
3285
+ :param str aggregator_key: (Updatable) The owning object's key for this object.
3286
+ :param Sequence['WorkspaceProjectMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
3287
+ :param Sequence['WorkspaceProjectMetadataCountStatisticArgs'] count_statistics: A count statistics.
3288
+ :param str created_by: The user that created the object.
3289
+ :param str created_by_name: The user that created the object.
3290
+ :param str identifier_path: The full path to identify this object.
3291
+ :param Mapping[str, Any] info_fields: Information property fields.
3292
+ :param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
3293
+ :param Sequence[str] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
3294
+ :param int registry_version: (Updatable) The registry version.
3295
+ :param str time_created: The date and time that the object was created.
3296
+ :param str time_updated: The date and time that the object was updated.
3297
+ :param str updated_by: The user that updated the object.
3298
+ :param str updated_by_name: The user that updated the object.
3299
+ """
3300
+ if aggregator_key is not None:
3301
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
3302
+ if aggregators is not None:
3303
+ pulumi.set(__self__, "aggregators", aggregators)
3304
+ if count_statistics is not None:
3305
+ pulumi.set(__self__, "count_statistics", count_statistics)
3306
+ if created_by is not None:
3307
+ pulumi.set(__self__, "created_by", created_by)
3308
+ if created_by_name is not None:
3309
+ pulumi.set(__self__, "created_by_name", created_by_name)
3310
+ if identifier_path is not None:
3311
+ pulumi.set(__self__, "identifier_path", identifier_path)
3312
+ if info_fields is not None:
3313
+ pulumi.set(__self__, "info_fields", info_fields)
3314
+ if is_favorite is not None:
3315
+ pulumi.set(__self__, "is_favorite", is_favorite)
3316
+ if labels is not None:
3317
+ pulumi.set(__self__, "labels", labels)
3318
+ if registry_version is not None:
3319
+ pulumi.set(__self__, "registry_version", registry_version)
3320
+ if time_created is not None:
3321
+ pulumi.set(__self__, "time_created", time_created)
3322
+ if time_updated is not None:
3323
+ pulumi.set(__self__, "time_updated", time_updated)
3324
+ if updated_by is not None:
3325
+ pulumi.set(__self__, "updated_by", updated_by)
3326
+ if updated_by_name is not None:
3327
+ pulumi.set(__self__, "updated_by_name", updated_by_name)
3328
+
3329
+ @property
3330
+ @pulumi.getter(name="aggregatorKey")
3331
+ def aggregator_key(self) -> Optional[str]:
3332
+ """
3333
+ (Updatable) The owning object's key for this object.
3334
+ """
3335
+ return pulumi.get(self, "aggregator_key")
3336
+
3337
+ @property
3338
+ @pulumi.getter
3339
+ def aggregators(self) -> Optional[Sequence['outputs.WorkspaceProjectMetadataAggregator']]:
3340
+ """
3341
+ A summary type containing information about the object's aggregator including its type, key, name and description.
3342
+ """
3343
+ return pulumi.get(self, "aggregators")
3344
+
3345
+ @property
3346
+ @pulumi.getter(name="countStatistics")
3347
+ def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatistic']]:
3348
+ """
3349
+ A count statistics.
3350
+ """
3351
+ return pulumi.get(self, "count_statistics")
3352
+
3353
+ @property
3354
+ @pulumi.getter(name="createdBy")
3355
+ def created_by(self) -> Optional[str]:
3356
+ """
3357
+ The user that created the object.
3358
+ """
3359
+ return pulumi.get(self, "created_by")
3360
+
3361
+ @property
3362
+ @pulumi.getter(name="createdByName")
3363
+ def created_by_name(self) -> Optional[str]:
3364
+ """
3365
+ The user that created the object.
3366
+ """
3367
+ return pulumi.get(self, "created_by_name")
3368
+
3369
+ @property
3370
+ @pulumi.getter(name="identifierPath")
3371
+ def identifier_path(self) -> Optional[str]:
3372
+ """
3373
+ The full path to identify this object.
3374
+ """
3375
+ return pulumi.get(self, "identifier_path")
3376
+
3377
+ @property
3378
+ @pulumi.getter(name="infoFields")
3379
+ def info_fields(self) -> Optional[Mapping[str, Any]]:
3380
+ """
3381
+ Information property fields.
3382
+ """
3383
+ return pulumi.get(self, "info_fields")
3384
+
3385
+ @property
3386
+ @pulumi.getter(name="isFavorite")
3387
+ def is_favorite(self) -> Optional[bool]:
3388
+ """
3389
+ (Updatable) Specifies whether this object is a favorite or not.
3390
+ """
3391
+ return pulumi.get(self, "is_favorite")
3392
+
3393
+ @property
3394
+ @pulumi.getter
3395
+ def labels(self) -> Optional[Sequence[str]]:
3396
+ """
3397
+ (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
3398
+ """
3399
+ return pulumi.get(self, "labels")
3400
+
3401
+ @property
3402
+ @pulumi.getter(name="registryVersion")
3403
+ def registry_version(self) -> Optional[int]:
3404
+ """
3405
+ (Updatable) The registry version.
3406
+ """
3407
+ return pulumi.get(self, "registry_version")
3408
+
3409
+ @property
3410
+ @pulumi.getter(name="timeCreated")
3411
+ def time_created(self) -> Optional[str]:
3412
+ """
3413
+ The date and time that the object was created.
3414
+ """
3415
+ return pulumi.get(self, "time_created")
3416
+
3417
+ @property
3418
+ @pulumi.getter(name="timeUpdated")
3419
+ def time_updated(self) -> Optional[str]:
3420
+ """
3421
+ The date and time that the object was updated.
3422
+ """
3423
+ return pulumi.get(self, "time_updated")
3424
+
3425
+ @property
3426
+ @pulumi.getter(name="updatedBy")
3427
+ def updated_by(self) -> Optional[str]:
3428
+ """
3429
+ The user that updated the object.
3430
+ """
3431
+ return pulumi.get(self, "updated_by")
3432
+
3433
+ @property
3434
+ @pulumi.getter(name="updatedByName")
3435
+ def updated_by_name(self) -> Optional[str]:
3436
+ """
3437
+ The user that updated the object.
3438
+ """
3439
+ return pulumi.get(self, "updated_by_name")
3440
+
3441
+
3442
+ @pulumi.output_type
3443
+ class WorkspaceProjectMetadataAggregator(dict):
3444
+ def __init__(__self__, *,
3445
+ description: Optional[str] = None,
3446
+ identifier: Optional[str] = None,
3447
+ key: Optional[str] = None,
3448
+ name: Optional[str] = None,
3449
+ type: Optional[str] = None):
3450
+ """
3451
+ :param str description: (Updatable) A user defined description for the project.
3452
+ :param str identifier: (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
3453
+ :param str key: (Updatable) The identifying key for the object.
3454
+ :param str name: (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
3455
+ :param str type: The type of the aggregator.
3456
+ """
3457
+ if description is not None:
3458
+ pulumi.set(__self__, "description", description)
3459
+ if identifier is not None:
3460
+ pulumi.set(__self__, "identifier", identifier)
3461
+ if key is not None:
3462
+ pulumi.set(__self__, "key", key)
3463
+ if name is not None:
3464
+ pulumi.set(__self__, "name", name)
3465
+ if type is not None:
3466
+ pulumi.set(__self__, "type", type)
3467
+
3468
+ @property
3469
+ @pulumi.getter
3470
+ def description(self) -> Optional[str]:
3471
+ """
3472
+ (Updatable) A user defined description for the project.
3473
+ """
3474
+ return pulumi.get(self, "description")
3475
+
3476
+ @property
3477
+ @pulumi.getter
3478
+ def identifier(self) -> Optional[str]:
3479
+ """
3480
+ (Updatable) Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
3481
+ """
3482
+ return pulumi.get(self, "identifier")
3483
+
3484
+ @property
3485
+ @pulumi.getter
3486
+ def key(self) -> Optional[str]:
3487
+ """
3488
+ (Updatable) The identifying key for the object.
3489
+ """
3490
+ return pulumi.get(self, "key")
3491
+
3492
+ @property
3493
+ @pulumi.getter
3494
+ def name(self) -> Optional[str]:
3495
+ """
3496
+ (Updatable) Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
3497
+ """
3498
+ return pulumi.get(self, "name")
3499
+
3500
+ @property
3501
+ @pulumi.getter
3502
+ def type(self) -> Optional[str]:
3503
+ """
3504
+ The type of the aggregator.
3505
+ """
3506
+ return pulumi.get(self, "type")
3507
+
3508
+
3509
+ @pulumi.output_type
3510
+ class WorkspaceProjectMetadataCountStatistic(dict):
3511
+ @staticmethod
3512
+ def __key_warning(key: str):
3513
+ suggest = None
3514
+ if key == "objectTypeCountLists":
3515
+ suggest = "object_type_count_lists"
3516
+
3517
+ if suggest:
3518
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectMetadataCountStatistic. Access the value via the '{suggest}' property getter instead.")
3519
+
3520
+ def __getitem__(self, key: str) -> Any:
3521
+ WorkspaceProjectMetadataCountStatistic.__key_warning(key)
3522
+ return super().__getitem__(key)
3523
+
3524
+ def get(self, key: str, default = None) -> Any:
3525
+ WorkspaceProjectMetadataCountStatistic.__key_warning(key)
3526
+ return super().get(key, default)
3527
+
3528
+ def __init__(__self__, *,
3529
+ object_type_count_lists: Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatisticObjectTypeCountList']] = None):
3530
+ """
3531
+ :param Sequence['WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
3532
+ """
3533
+ if object_type_count_lists is not None:
3534
+ pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
3535
+
3536
+ @property
3537
+ @pulumi.getter(name="objectTypeCountLists")
3538
+ def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatisticObjectTypeCountList']]:
3539
+ """
3540
+ The array of statistics.
3541
+ """
3542
+ return pulumi.get(self, "object_type_count_lists")
3543
+
3544
+
3545
+ @pulumi.output_type
3546
+ class WorkspaceProjectMetadataCountStatisticObjectTypeCountList(dict):
3547
+ @staticmethod
3548
+ def __key_warning(key: str):
3549
+ suggest = None
3550
+ if key == "objectCount":
3551
+ suggest = "object_count"
3552
+ elif key == "objectType":
3553
+ suggest = "object_type"
3554
+
3555
+ if suggest:
3556
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectMetadataCountStatisticObjectTypeCountList. Access the value via the '{suggest}' property getter instead.")
3557
+
3558
+ def __getitem__(self, key: str) -> Any:
3559
+ WorkspaceProjectMetadataCountStatisticObjectTypeCountList.__key_warning(key)
3560
+ return super().__getitem__(key)
3561
+
3562
+ def get(self, key: str, default = None) -> Any:
3563
+ WorkspaceProjectMetadataCountStatisticObjectTypeCountList.__key_warning(key)
3564
+ return super().get(key, default)
3565
+
3566
+ def __init__(__self__, *,
3567
+ object_count: Optional[str] = None,
3568
+ object_type: Optional[str] = None):
3569
+ """
3570
+ :param str object_count: The value for the count statistic object.
3571
+ :param str object_type: The type of object for the count statistic object.
3572
+ """
3573
+ if object_count is not None:
3574
+ pulumi.set(__self__, "object_count", object_count)
3575
+ if object_type is not None:
3576
+ pulumi.set(__self__, "object_type", object_type)
3577
+
3578
+ @property
3579
+ @pulumi.getter(name="objectCount")
3580
+ def object_count(self) -> Optional[str]:
3581
+ """
3582
+ The value for the count statistic object.
3583
+ """
3584
+ return pulumi.get(self, "object_count")
3585
+
3586
+ @property
3587
+ @pulumi.getter(name="objectType")
3588
+ def object_type(self) -> Optional[str]:
3589
+ """
3590
+ The type of object for the count statistic object.
3591
+ """
3592
+ return pulumi.get(self, "object_type")
3593
+
3594
+
3595
+ @pulumi.output_type
3596
+ class WorkspaceProjectParentRef(dict):
3597
+ @staticmethod
3598
+ def __key_warning(key: str):
3599
+ suggest = None
3600
+ if key == "rootDocId":
3601
+ suggest = "root_doc_id"
3602
+
3603
+ if suggest:
3604
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectParentRef. Access the value via the '{suggest}' property getter instead.")
3605
+
3606
+ def __getitem__(self, key: str) -> Any:
3607
+ WorkspaceProjectParentRef.__key_warning(key)
3608
+ return super().__getitem__(key)
3609
+
3610
+ def get(self, key: str, default = None) -> Any:
3611
+ WorkspaceProjectParentRef.__key_warning(key)
3612
+ return super().get(key, default)
3613
+
3614
+ def __init__(__self__, *,
3615
+ parent: Optional[str] = None,
3616
+ root_doc_id: Optional[str] = None):
3617
+ """
3618
+ :param str parent: Key of the parent object.
3619
+ :param str root_doc_id: Key of the root document object.
3620
+ """
3621
+ if parent is not None:
3622
+ pulumi.set(__self__, "parent", parent)
3623
+ if root_doc_id is not None:
3624
+ pulumi.set(__self__, "root_doc_id", root_doc_id)
3625
+
3626
+ @property
3627
+ @pulumi.getter
3628
+ def parent(self) -> Optional[str]:
3629
+ """
3630
+ Key of the parent object.
3631
+ """
3632
+ return pulumi.get(self, "parent")
3633
+
3634
+ @property
3635
+ @pulumi.getter(name="rootDocId")
3636
+ def root_doc_id(self) -> Optional[str]:
3637
+ """
3638
+ Key of the root document object.
3639
+ """
3640
+ return pulumi.get(self, "root_doc_id")
3641
+
3642
+
3643
+ @pulumi.output_type
3644
+ class WorkspaceProjectRegistryMetadata(dict):
3645
+ @staticmethod
3646
+ def __key_warning(key: str):
3647
+ suggest = None
3648
+ if key == "aggregatorKey":
3649
+ suggest = "aggregator_key"
3650
+ elif key == "isFavorite":
3651
+ suggest = "is_favorite"
3652
+ elif key == "registryVersion":
3653
+ suggest = "registry_version"
3654
+
3655
+ if suggest:
3656
+ pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectRegistryMetadata. Access the value via the '{suggest}' property getter instead.")
3657
+
3658
+ def __getitem__(self, key: str) -> Any:
3659
+ WorkspaceProjectRegistryMetadata.__key_warning(key)
3660
+ return super().__getitem__(key)
3661
+
3662
+ def get(self, key: str, default = None) -> Any:
3663
+ WorkspaceProjectRegistryMetadata.__key_warning(key)
3664
+ return super().get(key, default)
3665
+
3666
+ def __init__(__self__, *,
3667
+ aggregator_key: Optional[str] = None,
3668
+ is_favorite: Optional[bool] = None,
3669
+ key: Optional[str] = None,
3670
+ labels: Optional[Sequence[str]] = None,
3671
+ registry_version: Optional[int] = None):
3672
+ """
3673
+ :param str aggregator_key: (Updatable) The owning object's key for this object.
3674
+ :param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
3675
+ :param str key: (Updatable) The identifying key for the object.
3676
+ :param Sequence[str] labels: (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
3677
+ :param int registry_version: (Updatable) The registry version.
3678
+ """
3679
+ if aggregator_key is not None:
3680
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
3681
+ if is_favorite is not None:
3682
+ pulumi.set(__self__, "is_favorite", is_favorite)
3683
+ if key is not None:
3684
+ pulumi.set(__self__, "key", key)
3685
+ if labels is not None:
3686
+ pulumi.set(__self__, "labels", labels)
3687
+ if registry_version is not None:
3688
+ pulumi.set(__self__, "registry_version", registry_version)
3689
+
3690
+ @property
3691
+ @pulumi.getter(name="aggregatorKey")
3692
+ def aggregator_key(self) -> Optional[str]:
3693
+ """
3694
+ (Updatable) The owning object's key for this object.
3695
+ """
3696
+ return pulumi.get(self, "aggregator_key")
3697
+
3698
+ @property
3699
+ @pulumi.getter(name="isFavorite")
3700
+ def is_favorite(self) -> Optional[bool]:
3701
+ """
3702
+ (Updatable) Specifies whether this object is a favorite or not.
3703
+ """
3704
+ return pulumi.get(self, "is_favorite")
3705
+
3706
+ @property
3707
+ @pulumi.getter
3708
+ def key(self) -> Optional[str]:
3709
+ """
3710
+ (Updatable) The identifying key for the object.
3711
+ """
3712
+ return pulumi.get(self, "key")
3713
+
3714
+ @property
3715
+ @pulumi.getter
3716
+ def labels(self) -> Optional[Sequence[str]]:
3717
+ """
3718
+ (Updatable) Labels are keywords or labels that you can add to data assets, dataflows etc. You can define your own labels and use them to categorize content.
3719
+ """
3720
+ return pulumi.get(self, "labels")
3721
+
3722
+ @property
3723
+ @pulumi.getter(name="registryVersion")
3724
+ def registry_version(self) -> Optional[int]:
3725
+ """
3726
+ (Updatable) The registry version.
3727
+ """
3728
+ return pulumi.get(self, "registry_version")
3729
+
3730
+
3731
+ @pulumi.output_type
3732
+ class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
3733
+ def __init__(__self__, *,
3734
+ action: str,
3735
+ identifier: str,
3736
+ key: str,
3737
+ name: str,
3738
+ name_path: str,
3739
+ object_version: int,
3740
+ type: str):
3741
+ """
3742
+ :param str action: The patch action indicating if object was created, updated, or deleted.
3743
+ :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
3744
+ :param str key: The key of the object.
3745
+ :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
3746
+ :param str name_path: The fully qualified path of the published object, which would include its project and folder.
3747
+ :param int object_version: The object version.
3748
+ :param str type: The type of the object in patch.
3749
+ """
3750
+ pulumi.set(__self__, "action", action)
3751
+ pulumi.set(__self__, "identifier", identifier)
3752
+ pulumi.set(__self__, "key", key)
3753
+ pulumi.set(__self__, "name", name)
3754
+ pulumi.set(__self__, "name_path", name_path)
3755
+ pulumi.set(__self__, "object_version", object_version)
3756
+ pulumi.set(__self__, "type", type)
3757
+
3758
+ @property
3759
+ @pulumi.getter
3760
+ def action(self) -> str:
3761
+ """
3762
+ The patch action indicating if object was created, updated, or deleted.
3763
+ """
3764
+ return pulumi.get(self, "action")
3765
+
3766
+ @property
3767
+ @pulumi.getter
3768
+ def identifier(self) -> str:
3769
+ """
3770
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
3771
+ """
3772
+ return pulumi.get(self, "identifier")
3773
+
3774
+ @property
3775
+ @pulumi.getter
3776
+ def key(self) -> str:
3777
+ """
3778
+ The key of the object.
3779
+ """
3780
+ return pulumi.get(self, "key")
3781
+
3782
+ @property
3783
+ @pulumi.getter
3784
+ def name(self) -> str:
3785
+ """
3786
+ Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
3787
+ """
3788
+ return pulumi.get(self, "name")
3789
+
3790
+ @property
3791
+ @pulumi.getter(name="namePath")
3792
+ def name_path(self) -> str:
3793
+ """
3794
+ The fully qualified path of the published object, which would include its project and folder.
3795
+ """
3796
+ return pulumi.get(self, "name_path")
3797
+
3798
+ @property
3799
+ @pulumi.getter(name="objectVersion")
3800
+ def object_version(self) -> int:
3801
+ """
3802
+ The object version.
3803
+ """
3804
+ return pulumi.get(self, "object_version")
3805
+
3806
+ @property
3807
+ @pulumi.getter
3808
+ def type(self) -> str:
3809
+ """
3810
+ The type of the object in patch.
3811
+ """
3812
+ return pulumi.get(self, "type")
3813
+
3814
+
3815
+ @pulumi.output_type
3816
+ class GetWorkspaceApplicationMetadataResult(dict):
3817
+ def __init__(__self__, *,
3818
+ aggregator_key: str,
3819
+ aggregators: Sequence['outputs.GetWorkspaceApplicationMetadataAggregatorResult'],
3820
+ count_statistics: Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticResult'],
3821
+ created_by: str,
3822
+ created_by_name: str,
3823
+ identifier_path: str,
3824
+ info_fields: Mapping[str, Any],
3825
+ is_favorite: bool,
3826
+ labels: Sequence[str],
3827
+ registry_version: int,
3828
+ time_created: str,
3829
+ time_updated: str,
3830
+ updated_by: str,
3831
+ updated_by_name: str):
3832
+ """
3833
+ :param str aggregator_key: The owning object key for this object.
3834
+ :param Sequence['GetWorkspaceApplicationMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
3835
+ :param Sequence['GetWorkspaceApplicationMetadataCountStatisticArgs'] count_statistics: A count statistics.
3836
+ :param str created_by: The user that created the object.
3837
+ :param str created_by_name: The user that created the object.
3838
+ :param str identifier_path: The full path to identify this object.
3839
+ :param Mapping[str, Any] info_fields: Information property fields.
3840
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
3841
+ :param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
3842
+ :param int registry_version: The registry version of the object.
3843
+ :param str time_created: The date and time the application was created, in the timestamp format defined by RFC3339.
3844
+ :param str time_updated: The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
3845
+ :param str updated_by: The user that updated the object.
3846
+ :param str updated_by_name: The user that updated the object.
3847
+ """
3848
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
3849
+ pulumi.set(__self__, "aggregators", aggregators)
3850
+ pulumi.set(__self__, "count_statistics", count_statistics)
3851
+ pulumi.set(__self__, "created_by", created_by)
3852
+ pulumi.set(__self__, "created_by_name", created_by_name)
3853
+ pulumi.set(__self__, "identifier_path", identifier_path)
3854
+ pulumi.set(__self__, "info_fields", info_fields)
3855
+ pulumi.set(__self__, "is_favorite", is_favorite)
3856
+ pulumi.set(__self__, "labels", labels)
3857
+ pulumi.set(__self__, "registry_version", registry_version)
3858
+ pulumi.set(__self__, "time_created", time_created)
3859
+ pulumi.set(__self__, "time_updated", time_updated)
3860
+ pulumi.set(__self__, "updated_by", updated_by)
3861
+ pulumi.set(__self__, "updated_by_name", updated_by_name)
3862
+
3863
+ @property
3864
+ @pulumi.getter(name="aggregatorKey")
3865
+ def aggregator_key(self) -> str:
3866
+ """
3867
+ The owning object key for this object.
3868
+ """
3869
+ return pulumi.get(self, "aggregator_key")
3870
+
3871
+ @property
3872
+ @pulumi.getter
3873
+ def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationMetadataAggregatorResult']:
3874
+ """
3875
+ A summary type containing information about the object's aggregator including its type, key, name and description.
3876
+ """
3877
+ return pulumi.get(self, "aggregators")
3878
+
3879
+ @property
3880
+ @pulumi.getter(name="countStatistics")
3881
+ def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticResult']:
3882
+ """
3883
+ A count statistics.
3884
+ """
3885
+ return pulumi.get(self, "count_statistics")
3886
+
3887
+ @property
3888
+ @pulumi.getter(name="createdBy")
3889
+ def created_by(self) -> str:
3890
+ """
3891
+ The user that created the object.
3892
+ """
3893
+ return pulumi.get(self, "created_by")
3894
+
3895
+ @property
3896
+ @pulumi.getter(name="createdByName")
3897
+ def created_by_name(self) -> str:
3898
+ """
3899
+ The user that created the object.
3900
+ """
3901
+ return pulumi.get(self, "created_by_name")
3902
+
3903
+ @property
3904
+ @pulumi.getter(name="identifierPath")
3905
+ def identifier_path(self) -> str:
3906
+ """
3907
+ The full path to identify this object.
3908
+ """
3909
+ return pulumi.get(self, "identifier_path")
3910
+
3911
+ @property
3912
+ @pulumi.getter(name="infoFields")
3913
+ def info_fields(self) -> Mapping[str, Any]:
3914
+ """
3915
+ Information property fields.
3916
+ """
3917
+ return pulumi.get(self, "info_fields")
3918
+
3919
+ @property
3920
+ @pulumi.getter(name="isFavorite")
3921
+ def is_favorite(self) -> bool:
3922
+ """
3923
+ Specifies whether this object is a favorite or not.
3924
+ """
3925
+ return pulumi.get(self, "is_favorite")
3926
+
3927
+ @property
3928
+ @pulumi.getter
3929
+ def labels(self) -> Sequence[str]:
3930
+ """
3931
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
3932
+ """
3933
+ return pulumi.get(self, "labels")
3934
+
3935
+ @property
3936
+ @pulumi.getter(name="registryVersion")
3937
+ def registry_version(self) -> int:
3938
+ """
3939
+ The registry version of the object.
3940
+ """
3941
+ return pulumi.get(self, "registry_version")
3942
+
3943
+ @property
3944
+ @pulumi.getter(name="timeCreated")
3945
+ def time_created(self) -> str:
3946
+ """
3947
+ The date and time the application was created, in the timestamp format defined by RFC3339.
3948
+ """
3949
+ return pulumi.get(self, "time_created")
3950
+
3951
+ @property
3952
+ @pulumi.getter(name="timeUpdated")
3953
+ def time_updated(self) -> str:
3954
+ """
3955
+ The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
3956
+ """
3957
+ return pulumi.get(self, "time_updated")
3958
+
3959
+ @property
3960
+ @pulumi.getter(name="updatedBy")
3961
+ def updated_by(self) -> str:
3962
+ """
3963
+ The user that updated the object.
3964
+ """
3965
+ return pulumi.get(self, "updated_by")
3966
+
3967
+ @property
3968
+ @pulumi.getter(name="updatedByName")
3969
+ def updated_by_name(self) -> str:
3970
+ """
3971
+ The user that updated the object.
3972
+ """
3973
+ return pulumi.get(self, "updated_by_name")
3974
+
3975
+
3976
+ @pulumi.output_type
3977
+ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
3978
+ def __init__(__self__, *,
3979
+ description: str,
3980
+ identifier: str,
3981
+ key: str,
3982
+ name: str,
3983
+ type: str):
3984
+ """
3985
+ :param str description: The description of the aggregator.
3986
+ :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
3987
+ :param str key: The key of the object.
3988
+ :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
3989
+ :param str type: The type of the object in patch.
3990
+ """
3991
+ pulumi.set(__self__, "description", description)
3992
+ pulumi.set(__self__, "identifier", identifier)
3993
+ pulumi.set(__self__, "key", key)
3994
+ pulumi.set(__self__, "name", name)
3995
+ pulumi.set(__self__, "type", type)
3996
+
3997
+ @property
3998
+ @pulumi.getter
3999
+ def description(self) -> str:
4000
+ """
4001
+ The description of the aggregator.
4002
+ """
4003
+ return pulumi.get(self, "description")
4004
+
4005
+ @property
4006
+ @pulumi.getter
4007
+ def identifier(self) -> str:
4008
+ """
4009
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
4010
+ """
4011
+ return pulumi.get(self, "identifier")
4012
+
4013
+ @property
4014
+ @pulumi.getter
4015
+ def key(self) -> str:
4016
+ """
4017
+ The key of the object.
4018
+ """
4019
+ return pulumi.get(self, "key")
4020
+
4021
+ @property
4022
+ @pulumi.getter
4023
+ def name(self) -> str:
4024
+ """
4025
+ Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4026
+ """
4027
+ return pulumi.get(self, "name")
4028
+
4029
+ @property
4030
+ @pulumi.getter
4031
+ def type(self) -> str:
4032
+ """
4033
+ The type of the object in patch.
4034
+ """
4035
+ return pulumi.get(self, "type")
4036
+
4037
+
4038
+ @pulumi.output_type
4039
+ class GetWorkspaceApplicationMetadataCountStatisticResult(dict):
4040
+ def __init__(__self__, *,
4041
+ object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult']):
4042
+ """
4043
+ :param Sequence['GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
4044
+ """
4045
+ pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
4046
+
4047
+ @property
4048
+ @pulumi.getter(name="objectTypeCountLists")
4049
+ def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult']:
4050
+ """
4051
+ The array of statistics.
4052
+ """
4053
+ return pulumi.get(self, "object_type_count_lists")
4054
+
4055
+
4056
+ @pulumi.output_type
4057
+ class GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult(dict):
4058
+ def __init__(__self__, *,
4059
+ object_count: str,
4060
+ object_type: str):
4061
+ """
4062
+ :param str object_count: The value for the count statistic object.
4063
+ :param str object_type: The type of object for the count statistic object.
4064
+ """
4065
+ pulumi.set(__self__, "object_count", object_count)
4066
+ pulumi.set(__self__, "object_type", object_type)
4067
+
4068
+ @property
4069
+ @pulumi.getter(name="objectCount")
4070
+ def object_count(self) -> str:
4071
+ """
4072
+ The value for the count statistic object.
4073
+ """
4074
+ return pulumi.get(self, "object_count")
4075
+
4076
+ @property
4077
+ @pulumi.getter(name="objectType")
4078
+ def object_type(self) -> str:
4079
+ """
4080
+ The type of object for the count statistic object.
4081
+ """
4082
+ return pulumi.get(self, "object_type")
4083
+
4084
+
4085
+ @pulumi.output_type
4086
+ class GetWorkspaceApplicationParentRefResult(dict):
4087
+ def __init__(__self__, *,
4088
+ parent: str,
4089
+ root_doc_id: str):
4090
+ """
4091
+ :param str parent: Key of the parent object.
4092
+ :param str root_doc_id: Key of the root document object.
4093
+ """
4094
+ pulumi.set(__self__, "parent", parent)
4095
+ pulumi.set(__self__, "root_doc_id", root_doc_id)
4096
+
4097
+ @property
4098
+ @pulumi.getter
4099
+ def parent(self) -> str:
4100
+ """
4101
+ Key of the parent object.
4102
+ """
4103
+ return pulumi.get(self, "parent")
4104
+
4105
+ @property
4106
+ @pulumi.getter(name="rootDocId")
4107
+ def root_doc_id(self) -> str:
4108
+ """
4109
+ Key of the root document object.
4110
+ """
4111
+ return pulumi.get(self, "root_doc_id")
4112
+
4113
+
4114
+ @pulumi.output_type
4115
+ class GetWorkspaceApplicationPatchDependentObjectMetadataResult(dict):
4116
+ def __init__(__self__, *,
4117
+ action: str,
4118
+ identifier: str,
4119
+ key: str,
4120
+ name: str,
4121
+ name_path: str,
4122
+ object_version: int,
4123
+ type: str):
4124
+ """
4125
+ :param str action: The patch action indicating if object was created, updated, or deleted.
4126
+ :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
4127
+ :param str key: The key of the object.
4128
+ :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4129
+ :param str name_path: The fully qualified path of the published object, which would include its project and folder.
4130
+ :param int object_version: The object version.
4131
+ :param str type: The type of the object in patch.
4132
+ """
4133
+ pulumi.set(__self__, "action", action)
4134
+ pulumi.set(__self__, "identifier", identifier)
4135
+ pulumi.set(__self__, "key", key)
4136
+ pulumi.set(__self__, "name", name)
4137
+ pulumi.set(__self__, "name_path", name_path)
4138
+ pulumi.set(__self__, "object_version", object_version)
4139
+ pulumi.set(__self__, "type", type)
4140
+
4141
+ @property
4142
+ @pulumi.getter
4143
+ def action(self) -> str:
4144
+ """
4145
+ The patch action indicating if object was created, updated, or deleted.
4146
+ """
4147
+ return pulumi.get(self, "action")
4148
+
4149
+ @property
4150
+ @pulumi.getter
4151
+ def identifier(self) -> str:
4152
+ """
4153
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
4154
+ """
4155
+ return pulumi.get(self, "identifier")
4156
+
4157
+ @property
4158
+ @pulumi.getter
4159
+ def key(self) -> str:
4160
+ """
4161
+ The key of the object.
4162
+ """
4163
+ return pulumi.get(self, "key")
4164
+
4165
+ @property
4166
+ @pulumi.getter
4167
+ def name(self) -> str:
4168
+ """
4169
+ Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4170
+ """
4171
+ return pulumi.get(self, "name")
4172
+
4173
+ @property
4174
+ @pulumi.getter(name="namePath")
4175
+ def name_path(self) -> str:
4176
+ """
4177
+ The fully qualified path of the published object, which would include its project and folder.
4178
+ """
4179
+ return pulumi.get(self, "name_path")
4180
+
4181
+ @property
4182
+ @pulumi.getter(name="objectVersion")
4183
+ def object_version(self) -> int:
4184
+ """
4185
+ The object version.
4186
+ """
4187
+ return pulumi.get(self, "object_version")
4188
+
4189
+ @property
4190
+ @pulumi.getter
4191
+ def type(self) -> str:
4192
+ """
4193
+ The type of the object in patch.
4194
+ """
4195
+ return pulumi.get(self, "type")
4196
+
4197
+
4198
+ @pulumi.output_type
4199
+ class GetWorkspaceApplicationPatchMetadataResult(dict):
4200
+ def __init__(__self__, *,
4201
+ aggregator_key: str,
4202
+ aggregators: Sequence['outputs.GetWorkspaceApplicationPatchMetadataAggregatorResult'],
4203
+ count_statistics: Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticResult'],
4204
+ created_by: str,
4205
+ created_by_name: str,
4206
+ identifier_path: str,
4207
+ info_fields: Mapping[str, Any],
4208
+ is_favorite: bool,
4209
+ labels: Sequence[str],
4210
+ registry_version: int,
4211
+ time_created: str,
4212
+ time_updated: str,
4213
+ updated_by: str,
4214
+ updated_by_name: str):
4215
+ """
4216
+ :param str aggregator_key: The owning object key for this object.
4217
+ :param Sequence['GetWorkspaceApplicationPatchMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
4218
+ :param Sequence['GetWorkspaceApplicationPatchMetadataCountStatisticArgs'] count_statistics: A count statistics.
4219
+ :param str created_by: The user that created the object.
4220
+ :param str created_by_name: The user that created the object.
4221
+ :param str identifier_path: The full path to identify this object.
4222
+ :param Mapping[str, Any] info_fields: Information property fields.
4223
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
4224
+ :param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4225
+ :param int registry_version: The registry version of the object.
4226
+ :param str time_created: The date and time that the object was created.
4227
+ :param str time_updated: The date and time that the object was updated.
4228
+ :param str updated_by: The user that updated the object.
4229
+ :param str updated_by_name: The user that updated the object.
4230
+ """
4231
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
4232
+ pulumi.set(__self__, "aggregators", aggregators)
4233
+ pulumi.set(__self__, "count_statistics", count_statistics)
4234
+ pulumi.set(__self__, "created_by", created_by)
4235
+ pulumi.set(__self__, "created_by_name", created_by_name)
4236
+ pulumi.set(__self__, "identifier_path", identifier_path)
4237
+ pulumi.set(__self__, "info_fields", info_fields)
4238
+ pulumi.set(__self__, "is_favorite", is_favorite)
4239
+ pulumi.set(__self__, "labels", labels)
4240
+ pulumi.set(__self__, "registry_version", registry_version)
4241
+ pulumi.set(__self__, "time_created", time_created)
4242
+ pulumi.set(__self__, "time_updated", time_updated)
4243
+ pulumi.set(__self__, "updated_by", updated_by)
4244
+ pulumi.set(__self__, "updated_by_name", updated_by_name)
4245
+
4246
+ @property
4247
+ @pulumi.getter(name="aggregatorKey")
4248
+ def aggregator_key(self) -> str:
4249
+ """
4250
+ The owning object key for this object.
4251
+ """
4252
+ return pulumi.get(self, "aggregator_key")
4253
+
4254
+ @property
4255
+ @pulumi.getter
4256
+ def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationPatchMetadataAggregatorResult']:
4257
+ """
4258
+ A summary type containing information about the object's aggregator including its type, key, name and description.
4259
+ """
4260
+ return pulumi.get(self, "aggregators")
4261
+
4262
+ @property
4263
+ @pulumi.getter(name="countStatistics")
4264
+ def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticResult']:
4265
+ """
4266
+ A count statistics.
4267
+ """
4268
+ return pulumi.get(self, "count_statistics")
4269
+
4270
+ @property
4271
+ @pulumi.getter(name="createdBy")
4272
+ def created_by(self) -> str:
4273
+ """
4274
+ The user that created the object.
4275
+ """
4276
+ return pulumi.get(self, "created_by")
4277
+
4278
+ @property
4279
+ @pulumi.getter(name="createdByName")
4280
+ def created_by_name(self) -> str:
4281
+ """
4282
+ The user that created the object.
4283
+ """
4284
+ return pulumi.get(self, "created_by_name")
4285
+
4286
+ @property
4287
+ @pulumi.getter(name="identifierPath")
4288
+ def identifier_path(self) -> str:
4289
+ """
4290
+ The full path to identify this object.
4291
+ """
4292
+ return pulumi.get(self, "identifier_path")
4293
+
4294
+ @property
4295
+ @pulumi.getter(name="infoFields")
4296
+ def info_fields(self) -> Mapping[str, Any]:
4297
+ """
4298
+ Information property fields.
4299
+ """
4300
+ return pulumi.get(self, "info_fields")
4301
+
4302
+ @property
4303
+ @pulumi.getter(name="isFavorite")
4304
+ def is_favorite(self) -> bool:
4305
+ """
4306
+ Specifies whether this object is a favorite or not.
4307
+ """
4308
+ return pulumi.get(self, "is_favorite")
4309
+
4310
+ @property
4311
+ @pulumi.getter
4312
+ def labels(self) -> Sequence[str]:
4313
+ """
4314
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4315
+ """
4316
+ return pulumi.get(self, "labels")
4317
+
4318
+ @property
4319
+ @pulumi.getter(name="registryVersion")
4320
+ def registry_version(self) -> int:
4321
+ """
4322
+ The registry version of the object.
4323
+ """
4324
+ return pulumi.get(self, "registry_version")
4325
+
4326
+ @property
4327
+ @pulumi.getter(name="timeCreated")
4328
+ def time_created(self) -> str:
4329
+ """
4330
+ The date and time that the object was created.
4331
+ """
4332
+ return pulumi.get(self, "time_created")
4333
+
4334
+ @property
4335
+ @pulumi.getter(name="timeUpdated")
4336
+ def time_updated(self) -> str:
4337
+ """
4338
+ The date and time that the object was updated.
4339
+ """
4340
+ return pulumi.get(self, "time_updated")
4341
+
4342
+ @property
4343
+ @pulumi.getter(name="updatedBy")
4344
+ def updated_by(self) -> str:
4345
+ """
4346
+ The user that updated the object.
4347
+ """
4348
+ return pulumi.get(self, "updated_by")
4349
+
4350
+ @property
4351
+ @pulumi.getter(name="updatedByName")
4352
+ def updated_by_name(self) -> str:
4353
+ """
4354
+ The user that updated the object.
4355
+ """
4356
+ return pulumi.get(self, "updated_by_name")
4357
+
4358
+
4359
+ @pulumi.output_type
4360
+ class GetWorkspaceApplicationPatchMetadataAggregatorResult(dict):
4361
+ def __init__(__self__, *,
4362
+ description: str,
4363
+ identifier: str,
4364
+ key: str,
4365
+ name: str,
4366
+ type: str):
4367
+ """
4368
+ :param str description: The description of the aggregator.
4369
+ :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
4370
+ :param str key: The key of the object.
4371
+ :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4372
+ :param str type: The type of the object in patch.
4373
+ """
4374
+ pulumi.set(__self__, "description", description)
4375
+ pulumi.set(__self__, "identifier", identifier)
4376
+ pulumi.set(__self__, "key", key)
4377
+ pulumi.set(__self__, "name", name)
4378
+ pulumi.set(__self__, "type", type)
4379
+
4380
+ @property
4381
+ @pulumi.getter
4382
+ def description(self) -> str:
4383
+ """
4384
+ The description of the aggregator.
4385
+ """
4386
+ return pulumi.get(self, "description")
4387
+
4388
+ @property
4389
+ @pulumi.getter
4390
+ def identifier(self) -> str:
4391
+ """
4392
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
4393
+ """
4394
+ return pulumi.get(self, "identifier")
4395
+
4396
+ @property
4397
+ @pulumi.getter
4398
+ def key(self) -> str:
4399
+ """
4400
+ The key of the object.
4401
+ """
4402
+ return pulumi.get(self, "key")
4403
+
4404
+ @property
4405
+ @pulumi.getter
4406
+ def name(self) -> str:
4407
+ """
4408
+ Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4409
+ """
4410
+ return pulumi.get(self, "name")
4411
+
4412
+ @property
4413
+ @pulumi.getter
4414
+ def type(self) -> str:
4415
+ """
4416
+ The type of the object in patch.
4417
+ """
4418
+ return pulumi.get(self, "type")
4419
+
4420
+
4421
+ @pulumi.output_type
4422
+ class GetWorkspaceApplicationPatchMetadataCountStatisticResult(dict):
4423
+ def __init__(__self__, *,
4424
+ object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListResult']):
4425
+ """
4426
+ :param Sequence['GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
4427
+ """
4428
+ pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
4429
+
4430
+ @property
4431
+ @pulumi.getter(name="objectTypeCountLists")
4432
+ def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListResult']:
4433
+ """
4434
+ The array of statistics.
4435
+ """
4436
+ return pulumi.get(self, "object_type_count_lists")
4437
+
4438
+
4439
+ @pulumi.output_type
4440
+ class GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListResult(dict):
4441
+ def __init__(__self__, *,
4442
+ object_count: str,
4443
+ object_type: str):
4444
+ """
4445
+ :param str object_count: The value for the count statistic object.
4446
+ :param str object_type: The type of object for the count statistic object.
4447
+ """
4448
+ pulumi.set(__self__, "object_count", object_count)
4449
+ pulumi.set(__self__, "object_type", object_type)
4450
+
4451
+ @property
4452
+ @pulumi.getter(name="objectCount")
4453
+ def object_count(self) -> str:
4454
+ """
4455
+ The value for the count statistic object.
4456
+ """
4457
+ return pulumi.get(self, "object_count")
4458
+
4459
+ @property
4460
+ @pulumi.getter(name="objectType")
4461
+ def object_type(self) -> str:
4462
+ """
4463
+ The type of object for the count statistic object.
4464
+ """
4465
+ return pulumi.get(self, "object_type")
4466
+
4467
+
4468
+ @pulumi.output_type
4469
+ class GetWorkspaceApplicationPatchParentRefResult(dict):
4470
+ def __init__(__self__, *,
4471
+ parent: str,
4472
+ root_doc_id: str):
4473
+ """
4474
+ :param str parent: Key of the parent object.
4475
+ :param str root_doc_id: Key of the root document object.
4476
+ """
4477
+ pulumi.set(__self__, "parent", parent)
4478
+ pulumi.set(__self__, "root_doc_id", root_doc_id)
4479
+
4480
+ @property
4481
+ @pulumi.getter
4482
+ def parent(self) -> str:
4483
+ """
4484
+ Key of the parent object.
4485
+ """
4486
+ return pulumi.get(self, "parent")
4487
+
4488
+ @property
4489
+ @pulumi.getter(name="rootDocId")
4490
+ def root_doc_id(self) -> str:
4491
+ """
4492
+ Key of the root document object.
4493
+ """
4494
+ return pulumi.get(self, "root_doc_id")
4495
+
4496
+
4497
+ @pulumi.output_type
4498
+ class GetWorkspaceApplicationPatchPatchObjectMetadataResult(dict):
4499
+ def __init__(__self__, *,
4500
+ action: str,
4501
+ identifier: str,
4502
+ key: str,
4503
+ name: str,
4504
+ name_path: str,
4505
+ object_version: int,
4506
+ type: str):
4507
+ """
4508
+ :param str action: The patch action indicating if object was created, updated, or deleted.
4509
+ :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
4510
+ :param str key: The key of the object.
4511
+ :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4512
+ :param str name_path: The fully qualified path of the published object, which would include its project and folder.
4513
+ :param int object_version: The object version.
4514
+ :param str type: The type of the object in patch.
4515
+ """
4516
+ pulumi.set(__self__, "action", action)
4517
+ pulumi.set(__self__, "identifier", identifier)
4518
+ pulumi.set(__self__, "key", key)
4519
+ pulumi.set(__self__, "name", name)
4520
+ pulumi.set(__self__, "name_path", name_path)
4521
+ pulumi.set(__self__, "object_version", object_version)
4522
+ pulumi.set(__self__, "type", type)
4523
+
4524
+ @property
4525
+ @pulumi.getter
4526
+ def action(self) -> str:
4527
+ """
4528
+ The patch action indicating if object was created, updated, or deleted.
4529
+ """
4530
+ return pulumi.get(self, "action")
4531
+
4532
+ @property
4533
+ @pulumi.getter
4534
+ def identifier(self) -> str:
4535
+ """
4536
+ Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
4537
+ """
4538
+ return pulumi.get(self, "identifier")
4539
+
4540
+ @property
4541
+ @pulumi.getter
4542
+ def key(self) -> str:
4543
+ """
4544
+ The key of the object.
4545
+ """
4546
+ return pulumi.get(self, "key")
4547
+
4548
+ @property
4549
+ @pulumi.getter
4550
+ def name(self) -> str:
4551
+ """
4552
+ Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4553
+ """
4554
+ return pulumi.get(self, "name")
4555
+
4556
+ @property
4557
+ @pulumi.getter(name="namePath")
4558
+ def name_path(self) -> str:
4559
+ """
4560
+ The fully qualified path of the published object, which would include its project and folder.
4561
+ """
4562
+ return pulumi.get(self, "name_path")
4563
+
4564
+ @property
4565
+ @pulumi.getter(name="objectVersion")
4566
+ def object_version(self) -> int:
4567
+ """
4568
+ The object version.
4569
+ """
4570
+ return pulumi.get(self, "object_version")
4571
+
4572
+ @property
4573
+ @pulumi.getter
4574
+ def type(self) -> str:
4575
+ """
4576
+ The type of the object in patch.
4577
+ """
4578
+ return pulumi.get(self, "type")
4579
+
4580
+
4581
+ @pulumi.output_type
4582
+ class GetWorkspaceApplicationPatchRegistryMetadataResult(dict):
4583
+ def __init__(__self__, *,
4584
+ aggregator_key: str,
4585
+ is_favorite: bool,
4586
+ key: str,
4587
+ labels: Sequence[str],
4588
+ registry_version: int):
4589
+ """
4590
+ :param str aggregator_key: The owning object key for this object.
4591
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
4592
+ :param str key: The key of the object.
4593
+ :param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4594
+ :param int registry_version: The registry version of the object.
4595
+ """
4596
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
4597
+ pulumi.set(__self__, "is_favorite", is_favorite)
4598
+ pulumi.set(__self__, "key", key)
4599
+ pulumi.set(__self__, "labels", labels)
4600
+ pulumi.set(__self__, "registry_version", registry_version)
4601
+
4602
+ @property
4603
+ @pulumi.getter(name="aggregatorKey")
4604
+ def aggregator_key(self) -> str:
4605
+ """
4606
+ The owning object key for this object.
4607
+ """
4608
+ return pulumi.get(self, "aggregator_key")
4609
+
4610
+ @property
4611
+ @pulumi.getter(name="isFavorite")
4612
+ def is_favorite(self) -> bool:
4613
+ """
4614
+ Specifies whether this object is a favorite or not.
4615
+ """
4616
+ return pulumi.get(self, "is_favorite")
4617
+
4618
+ @property
4619
+ @pulumi.getter
4620
+ def key(self) -> str:
4621
+ """
4622
+ The key of the object.
4623
+ """
4624
+ return pulumi.get(self, "key")
4625
+
4626
+ @property
4627
+ @pulumi.getter
4628
+ def labels(self) -> Sequence[str]:
4629
+ """
4630
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4631
+ """
4632
+ return pulumi.get(self, "labels")
4633
+
4634
+ @property
4635
+ @pulumi.getter(name="registryVersion")
4636
+ def registry_version(self) -> int:
4637
+ """
4638
+ The registry version of the object.
4639
+ """
4640
+ return pulumi.get(self, "registry_version")
4641
+
4642
+
4643
+ @pulumi.output_type
4644
+ class GetWorkspaceApplicationPatchesFilterResult(dict):
4645
+ def __init__(__self__, *,
4646
+ name: str,
4647
+ values: Sequence[str],
4648
+ regex: Optional[bool] = None):
4649
+ """
4650
+ :param str name: Used to filter by the name of the object.
4651
+ """
4652
+ pulumi.set(__self__, "name", name)
4653
+ pulumi.set(__self__, "values", values)
4654
+ if regex is not None:
4655
+ pulumi.set(__self__, "regex", regex)
4656
+
4657
+ @property
4658
+ @pulumi.getter
4659
+ def name(self) -> str:
4660
+ """
4661
+ Used to filter by the name of the object.
4662
+ """
4663
+ return pulumi.get(self, "name")
4664
+
4665
+ @property
4666
+ @pulumi.getter
4667
+ def values(self) -> Sequence[str]:
4668
+ return pulumi.get(self, "values")
4669
+
4670
+ @property
4671
+ @pulumi.getter
4672
+ def regex(self) -> Optional[bool]:
4673
+ return pulumi.get(self, "regex")
4674
+
4675
+
4676
+ @pulumi.output_type
4677
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionResult(dict):
4678
+ def __init__(__self__, *,
4679
+ items: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult']):
4680
+ pulumi.set(__self__, "items", items)
4681
+
4682
+ @property
4683
+ @pulumi.getter
4684
+ def items(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult']:
4685
+ return pulumi.get(self, "items")
4686
+
4687
+
4688
+ @pulumi.output_type
4689
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
4690
+ def __init__(__self__, *,
4691
+ application_key: str,
4692
+ application_version: int,
4693
+ dependent_object_metadatas: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataResult'],
4694
+ description: str,
4695
+ error_messages: Mapping[str, Any],
4696
+ identifier: str,
4697
+ key: str,
4698
+ key_map: Mapping[str, Any],
4699
+ metadatas: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult'],
4700
+ model_type: str,
4701
+ model_version: str,
4702
+ name: str,
4703
+ object_keys: Sequence[str],
4704
+ object_status: int,
4705
+ object_version: int,
4706
+ parent_reves: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult'],
4707
+ patch_object_metadatas: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataResult'],
4708
+ patch_status: str,
4709
+ patch_type: str,
4710
+ registry_metadata: 'outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemRegistryMetadataResult',
4711
+ time_patched: str,
4712
+ workspace_id: str):
4713
+ """
4714
+ :param str application_key: The application key.
4715
+ :param int application_version: The application version of the patch.
4716
+ :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataArgs'] dependent_object_metadatas: List of dependent objects in this patch.
4717
+ :param str description: The description of the aggregator.
4718
+ :param Mapping[str, Any] error_messages: The errors encountered while applying the patch, if any.
4719
+ :param str identifier: Used to filter by the identifier of the published object.
4720
+ :param str key: The key of the object.
4721
+ :param Mapping[str, Any] key_map: A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
4722
+ :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataArgs'] metadatas: A summary type containing information about the object including its key, name and when/who created/updated it.
4723
+ :param str model_type: The object type.
4724
+ :param str model_version: The object's model version.
4725
+ :param str name: Used to filter by the name of the object.
4726
+ :param int object_status: The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
4727
+ :param int object_version: The object version.
4728
+ :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefArgs'] parent_reves: A reference to the object's parent.
4729
+ :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataArgs'] patch_object_metadatas: List of objects that are published or unpublished in this patch.
4730
+ :param str patch_status: Status of the patch applied or being applied on the application
4731
+ :param str patch_type: The type of the patch applied or being applied on the application.
4732
+ :param str time_patched: The date and time the patch was applied, in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
4733
+ :param str workspace_id: The workspace ID.
4734
+ """
4735
+ pulumi.set(__self__, "application_key", application_key)
4736
+ pulumi.set(__self__, "application_version", application_version)
4737
+ pulumi.set(__self__, "dependent_object_metadatas", dependent_object_metadatas)
4738
+ pulumi.set(__self__, "description", description)
4739
+ pulumi.set(__self__, "error_messages", error_messages)
4740
+ pulumi.set(__self__, "identifier", identifier)
4741
+ pulumi.set(__self__, "key", key)
4742
+ pulumi.set(__self__, "key_map", key_map)
4743
+ pulumi.set(__self__, "metadatas", metadatas)
4744
+ pulumi.set(__self__, "model_type", model_type)
4745
+ pulumi.set(__self__, "model_version", model_version)
4746
+ pulumi.set(__self__, "name", name)
4747
+ pulumi.set(__self__, "object_keys", object_keys)
4748
+ pulumi.set(__self__, "object_status", object_status)
4749
+ pulumi.set(__self__, "object_version", object_version)
4750
+ pulumi.set(__self__, "parent_reves", parent_reves)
4751
+ pulumi.set(__self__, "patch_object_metadatas", patch_object_metadatas)
4752
+ pulumi.set(__self__, "patch_status", patch_status)
4753
+ pulumi.set(__self__, "patch_type", patch_type)
4754
+ pulumi.set(__self__, "registry_metadata", registry_metadata)
4755
+ pulumi.set(__self__, "time_patched", time_patched)
4756
+ pulumi.set(__self__, "workspace_id", workspace_id)
4757
+
4758
+ @property
4759
+ @pulumi.getter(name="applicationKey")
4760
+ def application_key(self) -> str:
4761
+ """
4762
+ The application key.
4763
+ """
4764
+ return pulumi.get(self, "application_key")
4765
+
4766
+ @property
4767
+ @pulumi.getter(name="applicationVersion")
4768
+ def application_version(self) -> int:
4769
+ """
4770
+ The application version of the patch.
4771
+ """
4772
+ return pulumi.get(self, "application_version")
4773
+
4774
+ @property
4775
+ @pulumi.getter(name="dependentObjectMetadatas")
4776
+ def dependent_object_metadatas(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataResult']:
4777
+ """
4778
+ List of dependent objects in this patch.
4779
+ """
4780
+ return pulumi.get(self, "dependent_object_metadatas")
4781
+
4782
+ @property
4783
+ @pulumi.getter
4784
+ def description(self) -> str:
4785
+ """
4786
+ The description of the aggregator.
4787
+ """
4788
+ return pulumi.get(self, "description")
4789
+
4790
+ @property
4791
+ @pulumi.getter(name="errorMessages")
4792
+ def error_messages(self) -> Mapping[str, Any]:
4793
+ """
4794
+ The errors encountered while applying the patch, if any.
4795
+ """
4796
+ return pulumi.get(self, "error_messages")
4797
+
4798
+ @property
4799
+ @pulumi.getter
4800
+ def identifier(self) -> str:
4801
+ """
4802
+ Used to filter by the identifier of the published object.
4803
+ """
4804
+ return pulumi.get(self, "identifier")
4805
+
4806
+ @property
4807
+ @pulumi.getter
4808
+ def key(self) -> str:
4809
+ """
4810
+ The key of the object.
4811
+ """
4812
+ return pulumi.get(self, "key")
4813
+
4814
+ @property
4815
+ @pulumi.getter(name="keyMap")
4816
+ def key_map(self) -> Mapping[str, Any]:
4817
+ """
4818
+ A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
4819
+ """
4820
+ return pulumi.get(self, "key_map")
4821
+
4822
+ @property
4823
+ @pulumi.getter
4824
+ def metadatas(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult']:
4825
+ """
4826
+ A summary type containing information about the object including its key, name and when/who created/updated it.
4827
+ """
4828
+ return pulumi.get(self, "metadatas")
4829
+
4830
+ @property
4831
+ @pulumi.getter(name="modelType")
4832
+ def model_type(self) -> str:
4833
+ """
4834
+ The object type.
4835
+ """
4836
+ return pulumi.get(self, "model_type")
4837
+
4838
+ @property
4839
+ @pulumi.getter(name="modelVersion")
4840
+ def model_version(self) -> str:
4841
+ """
4842
+ The object's model version.
4843
+ """
4844
+ return pulumi.get(self, "model_version")
4845
+
4846
+ @property
4847
+ @pulumi.getter
4848
+ def name(self) -> str:
4849
+ """
4850
+ Used to filter by the name of the object.
4851
+ """
4852
+ return pulumi.get(self, "name")
4853
+
4854
+ @property
4855
+ @pulumi.getter(name="objectKeys")
4856
+ def object_keys(self) -> Sequence[str]:
4857
+ return pulumi.get(self, "object_keys")
4858
+
4859
+ @property
4860
+ @pulumi.getter(name="objectStatus")
4861
+ def object_status(self) -> int:
4862
+ """
4863
+ The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
4864
+ """
4865
+ return pulumi.get(self, "object_status")
4866
+
4867
+ @property
4868
+ @pulumi.getter(name="objectVersion")
4869
+ def object_version(self) -> int:
4870
+ """
4871
+ The object version.
4872
+ """
4873
+ return pulumi.get(self, "object_version")
4874
+
4875
+ @property
4876
+ @pulumi.getter(name="parentReves")
4877
+ def parent_reves(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult']:
4878
+ """
4879
+ A reference to the object's parent.
4880
+ """
4881
+ return pulumi.get(self, "parent_reves")
4882
+
4883
+ @property
4884
+ @pulumi.getter(name="patchObjectMetadatas")
4885
+ def patch_object_metadatas(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataResult']:
4886
+ """
4887
+ List of objects that are published or unpublished in this patch.
4888
+ """
4889
+ return pulumi.get(self, "patch_object_metadatas")
4890
+
4891
+ @property
4892
+ @pulumi.getter(name="patchStatus")
4893
+ def patch_status(self) -> str:
4894
+ """
4895
+ Status of the patch applied or being applied on the application
4896
+ """
4897
+ return pulumi.get(self, "patch_status")
4898
+
4899
+ @property
4900
+ @pulumi.getter(name="patchType")
4901
+ def patch_type(self) -> str:
4902
+ """
4903
+ The type of the patch applied or being applied on the application.
4904
+ """
4905
+ return pulumi.get(self, "patch_type")
4906
+
4907
+ @property
4908
+ @pulumi.getter(name="registryMetadata")
4909
+ def registry_metadata(self) -> 'outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemRegistryMetadataResult':
4910
+ return pulumi.get(self, "registry_metadata")
4911
+
4912
+ @property
4913
+ @pulumi.getter(name="timePatched")
4914
+ def time_patched(self) -> str:
4915
+ """
4916
+ The date and time the patch was applied, in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
4917
+ """
4918
+ return pulumi.get(self, "time_patched")
4919
+
4920
+ @property
4921
+ @pulumi.getter(name="workspaceId")
4922
+ def workspace_id(self) -> str:
4923
+ """
4924
+ The workspace ID.
4925
+ """
4926
+ return pulumi.get(self, "workspace_id")
4927
+
4928
+
4929
+ @pulumi.output_type
4930
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataResult(dict):
4931
+ def __init__(__self__, *,
4932
+ action: str,
4933
+ identifier: str,
4934
+ key: str,
4935
+ name: str,
4936
+ name_path: str,
4937
+ object_version: int,
4938
+ type: str):
4939
+ """
4940
+ :param str action: The patch action indicating if object was created, updated, or deleted.
4941
+ :param str identifier: Used to filter by the identifier of the published object.
4942
+ :param str key: The key of the object.
4943
+ :param str name: Used to filter by the name of the object.
4944
+ :param str name_path: The fully qualified path of the published object, which would include its project and folder.
4945
+ :param int object_version: The object version.
4946
+ :param str type: The type of the object in patch.
4947
+ """
4948
+ pulumi.set(__self__, "action", action)
4949
+ pulumi.set(__self__, "identifier", identifier)
4950
+ pulumi.set(__self__, "key", key)
4951
+ pulumi.set(__self__, "name", name)
4952
+ pulumi.set(__self__, "name_path", name_path)
4953
+ pulumi.set(__self__, "object_version", object_version)
4954
+ pulumi.set(__self__, "type", type)
4955
+
4956
+ @property
4957
+ @pulumi.getter
4958
+ def action(self) -> str:
4959
+ """
4960
+ The patch action indicating if object was created, updated, or deleted.
4961
+ """
4962
+ return pulumi.get(self, "action")
4963
+
4964
+ @property
4965
+ @pulumi.getter
4966
+ def identifier(self) -> str:
4967
+ """
4968
+ Used to filter by the identifier of the published object.
4969
+ """
4970
+ return pulumi.get(self, "identifier")
3075
4971
 
3076
4972
  @property
3077
4973
  @pulumi.getter
@@ -3085,7 +4981,7 @@ class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
3085
4981
  @pulumi.getter
3086
4982
  def name(self) -> str:
3087
4983
  """
3088
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4984
+ Used to filter by the name of the object.
3089
4985
  """
3090
4986
  return pulumi.get(self, "name")
3091
4987
 
@@ -3115,11 +5011,11 @@ class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
3115
5011
 
3116
5012
 
3117
5013
  @pulumi.output_type
3118
- class GetWorkspaceApplicationMetadataResult(dict):
5014
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult(dict):
3119
5015
  def __init__(__self__, *,
3120
5016
  aggregator_key: str,
3121
- aggregators: Sequence['outputs.GetWorkspaceApplicationMetadataAggregatorResult'],
3122
- count_statistics: Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticResult'],
5017
+ aggregators: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult'],
5018
+ count_statistics: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult'],
3123
5019
  created_by: str,
3124
5020
  created_by_name: str,
3125
5021
  identifier_path: str,
@@ -3133,8 +5029,8 @@ class GetWorkspaceApplicationMetadataResult(dict):
3133
5029
  updated_by_name: str):
3134
5030
  """
3135
5031
  :param str aggregator_key: The owning object key for this object.
3136
- :param Sequence['GetWorkspaceApplicationMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
3137
- :param Sequence['GetWorkspaceApplicationMetadataCountStatisticArgs'] count_statistics: A count statistics.
5032
+ :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
5033
+ :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticArgs'] count_statistics: A count statistics.
3138
5034
  :param str created_by: The user that created the object.
3139
5035
  :param str created_by_name: The user that created the object.
3140
5036
  :param str identifier_path: The full path to identify this object.
@@ -3142,8 +5038,8 @@ class GetWorkspaceApplicationMetadataResult(dict):
3142
5038
  :param bool is_favorite: Specifies whether this object is a favorite or not.
3143
5039
  :param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
3144
5040
  :param int registry_version: The registry version of the object.
3145
- :param str time_created: The date and time the application was created, in the timestamp format defined by RFC3339.
3146
- :param str time_updated: The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
5041
+ :param str time_created: The date and time that the object was created.
5042
+ :param str time_updated: The date and time that the object was updated.
3147
5043
  :param str updated_by: The user that updated the object.
3148
5044
  :param str updated_by_name: The user that updated the object.
3149
5045
  """
@@ -3172,7 +5068,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
3172
5068
 
3173
5069
  @property
3174
5070
  @pulumi.getter
3175
- def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationMetadataAggregatorResult']:
5071
+ def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult']:
3176
5072
  """
3177
5073
  A summary type containing information about the object's aggregator including its type, key, name and description.
3178
5074
  """
@@ -3180,7 +5076,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
3180
5076
 
3181
5077
  @property
3182
5078
  @pulumi.getter(name="countStatistics")
3183
- def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticResult']:
5079
+ def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult']:
3184
5080
  """
3185
5081
  A count statistics.
3186
5082
  """
@@ -3246,7 +5142,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
3246
5142
  @pulumi.getter(name="timeCreated")
3247
5143
  def time_created(self) -> str:
3248
5144
  """
3249
- The date and time the application was created, in the timestamp format defined by RFC3339.
5145
+ The date and time that the object was created.
3250
5146
  """
3251
5147
  return pulumi.get(self, "time_created")
3252
5148
 
@@ -3254,7 +5150,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
3254
5150
  @pulumi.getter(name="timeUpdated")
3255
5151
  def time_updated(self) -> str:
3256
5152
  """
3257
- The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
5153
+ The date and time that the object was updated.
3258
5154
  """
3259
5155
  return pulumi.get(self, "time_updated")
3260
5156
 
@@ -3276,7 +5172,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
3276
5172
 
3277
5173
 
3278
5174
  @pulumi.output_type
3279
- class GetWorkspaceApplicationMetadataAggregatorResult(dict):
5175
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult(dict):
3280
5176
  def __init__(__self__, *,
3281
5177
  description: str,
3282
5178
  identifier: str,
@@ -3285,9 +5181,9 @@ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
3285
5181
  type: str):
3286
5182
  """
3287
5183
  :param str description: The description of the aggregator.
3288
- :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
5184
+ :param str identifier: Used to filter by the identifier of the published object.
3289
5185
  :param str key: The key of the object.
3290
- :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
5186
+ :param str name: Used to filter by the name of the object.
3291
5187
  :param str type: The type of the object in patch.
3292
5188
  """
3293
5189
  pulumi.set(__self__, "description", description)
@@ -3308,7 +5204,7 @@ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
3308
5204
  @pulumi.getter
3309
5205
  def identifier(self) -> str:
3310
5206
  """
3311
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
5207
+ Used to filter by the identifier of the published object.
3312
5208
  """
3313
5209
  return pulumi.get(self, "identifier")
3314
5210
 
@@ -3324,7 +5220,7 @@ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
3324
5220
  @pulumi.getter
3325
5221
  def name(self) -> str:
3326
5222
  """
3327
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
5223
+ Used to filter by the name of the object.
3328
5224
  """
3329
5225
  return pulumi.get(self, "name")
3330
5226
 
@@ -3338,17 +5234,17 @@ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
3338
5234
 
3339
5235
 
3340
5236
  @pulumi.output_type
3341
- class GetWorkspaceApplicationMetadataCountStatisticResult(dict):
5237
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult(dict):
3342
5238
  def __init__(__self__, *,
3343
- object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult']):
5239
+ object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult']):
3344
5240
  """
3345
- :param Sequence['GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
5241
+ :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
3346
5242
  """
3347
5243
  pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
3348
5244
 
3349
5245
  @property
3350
5246
  @pulumi.getter(name="objectTypeCountLists")
3351
- def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult']:
5247
+ def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult']:
3352
5248
  """
3353
5249
  The array of statistics.
3354
5250
  """
@@ -3356,7 +5252,7 @@ class GetWorkspaceApplicationMetadataCountStatisticResult(dict):
3356
5252
 
3357
5253
 
3358
5254
  @pulumi.output_type
3359
- class GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult(dict):
5255
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult(dict):
3360
5256
  def __init__(__self__, *,
3361
5257
  object_count: str,
3362
5258
  object_type: str):
@@ -3385,7 +5281,7 @@ class GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult(dic
3385
5281
 
3386
5282
 
3387
5283
  @pulumi.output_type
3388
- class GetWorkspaceApplicationParentRefResult(dict):
5284
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult(dict):
3389
5285
  def __init__(__self__, *,
3390
5286
  parent: str,
3391
5287
  root_doc_id: str):
@@ -3408,13 +5304,159 @@ class GetWorkspaceApplicationParentRefResult(dict):
3408
5304
  @pulumi.getter(name="rootDocId")
3409
5305
  def root_doc_id(self) -> str:
3410
5306
  """
3411
- Key of the root document object.
5307
+ Key of the root document object.
5308
+ """
5309
+ return pulumi.get(self, "root_doc_id")
5310
+
5311
+
5312
+ @pulumi.output_type
5313
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataResult(dict):
5314
+ def __init__(__self__, *,
5315
+ action: str,
5316
+ identifier: str,
5317
+ key: str,
5318
+ name: str,
5319
+ name_path: str,
5320
+ object_version: int,
5321
+ type: str):
5322
+ """
5323
+ :param str action: The patch action indicating if object was created, updated, or deleted.
5324
+ :param str identifier: Used to filter by the identifier of the published object.
5325
+ :param str key: The key of the object.
5326
+ :param str name: Used to filter by the name of the object.
5327
+ :param str name_path: The fully qualified path of the published object, which would include its project and folder.
5328
+ :param int object_version: The object version.
5329
+ :param str type: The type of the object in patch.
5330
+ """
5331
+ pulumi.set(__self__, "action", action)
5332
+ pulumi.set(__self__, "identifier", identifier)
5333
+ pulumi.set(__self__, "key", key)
5334
+ pulumi.set(__self__, "name", name)
5335
+ pulumi.set(__self__, "name_path", name_path)
5336
+ pulumi.set(__self__, "object_version", object_version)
5337
+ pulumi.set(__self__, "type", type)
5338
+
5339
+ @property
5340
+ @pulumi.getter
5341
+ def action(self) -> str:
5342
+ """
5343
+ The patch action indicating if object was created, updated, or deleted.
5344
+ """
5345
+ return pulumi.get(self, "action")
5346
+
5347
+ @property
5348
+ @pulumi.getter
5349
+ def identifier(self) -> str:
5350
+ """
5351
+ Used to filter by the identifier of the published object.
5352
+ """
5353
+ return pulumi.get(self, "identifier")
5354
+
5355
+ @property
5356
+ @pulumi.getter
5357
+ def key(self) -> str:
5358
+ """
5359
+ The key of the object.
5360
+ """
5361
+ return pulumi.get(self, "key")
5362
+
5363
+ @property
5364
+ @pulumi.getter
5365
+ def name(self) -> str:
5366
+ """
5367
+ Used to filter by the name of the object.
5368
+ """
5369
+ return pulumi.get(self, "name")
5370
+
5371
+ @property
5372
+ @pulumi.getter(name="namePath")
5373
+ def name_path(self) -> str:
5374
+ """
5375
+ The fully qualified path of the published object, which would include its project and folder.
5376
+ """
5377
+ return pulumi.get(self, "name_path")
5378
+
5379
+ @property
5380
+ @pulumi.getter(name="objectVersion")
5381
+ def object_version(self) -> int:
5382
+ """
5383
+ The object version.
5384
+ """
5385
+ return pulumi.get(self, "object_version")
5386
+
5387
+ @property
5388
+ @pulumi.getter
5389
+ def type(self) -> str:
5390
+ """
5391
+ The type of the object in patch.
5392
+ """
5393
+ return pulumi.get(self, "type")
5394
+
5395
+
5396
+ @pulumi.output_type
5397
+ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemRegistryMetadataResult(dict):
5398
+ def __init__(__self__, *,
5399
+ aggregator_key: str,
5400
+ is_favorite: bool,
5401
+ key: str,
5402
+ labels: Sequence[str],
5403
+ registry_version: int):
5404
+ """
5405
+ :param str aggregator_key: The owning object key for this object.
5406
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
5407
+ :param str key: The key of the object.
5408
+ :param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
5409
+ :param int registry_version: The registry version of the object.
5410
+ """
5411
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
5412
+ pulumi.set(__self__, "is_favorite", is_favorite)
5413
+ pulumi.set(__self__, "key", key)
5414
+ pulumi.set(__self__, "labels", labels)
5415
+ pulumi.set(__self__, "registry_version", registry_version)
5416
+
5417
+ @property
5418
+ @pulumi.getter(name="aggregatorKey")
5419
+ def aggregator_key(self) -> str:
5420
+ """
5421
+ The owning object key for this object.
5422
+ """
5423
+ return pulumi.get(self, "aggregator_key")
5424
+
5425
+ @property
5426
+ @pulumi.getter(name="isFavorite")
5427
+ def is_favorite(self) -> bool:
5428
+ """
5429
+ Specifies whether this object is a favorite or not.
5430
+ """
5431
+ return pulumi.get(self, "is_favorite")
5432
+
5433
+ @property
5434
+ @pulumi.getter
5435
+ def key(self) -> str:
5436
+ """
5437
+ The key of the object.
5438
+ """
5439
+ return pulumi.get(self, "key")
5440
+
5441
+ @property
5442
+ @pulumi.getter
5443
+ def labels(self) -> Sequence[str]:
5444
+ """
5445
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
5446
+ """
5447
+ return pulumi.get(self, "labels")
5448
+
5449
+ @property
5450
+ @pulumi.getter(name="registryVersion")
5451
+ def registry_version(self) -> int:
5452
+ """
5453
+ The registry version of the object.
3412
5454
  """
3413
- return pulumi.get(self, "root_doc_id")
5455
+ return pulumi.get(self, "registry_version")
3414
5456
 
3415
5457
 
3416
5458
  @pulumi.output_type
3417
- class GetWorkspaceApplicationPatchDependentObjectMetadataResult(dict):
5459
+ class GetWorkspaceApplicationPublishedObjectMetadataResult(dict):
3418
5460
  def __init__(__self__, *,
3419
5461
  action: str,
3420
5462
  identifier: str,
@@ -3498,11 +5540,208 @@ class GetWorkspaceApplicationPatchDependentObjectMetadataResult(dict):
3498
5540
 
3499
5541
 
3500
5542
  @pulumi.output_type
3501
- class GetWorkspaceApplicationPatchMetadataResult(dict):
5543
+ class GetWorkspaceApplicationRegistryMetadataResult(dict):
3502
5544
  def __init__(__self__, *,
3503
5545
  aggregator_key: str,
3504
- aggregators: Sequence['outputs.GetWorkspaceApplicationPatchMetadataAggregatorResult'],
3505
- count_statistics: Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticResult'],
5546
+ is_favorite: bool,
5547
+ key: str,
5548
+ labels: Sequence[str],
5549
+ registry_version: int):
5550
+ """
5551
+ :param str aggregator_key: The owning object key for this object.
5552
+ :param bool is_favorite: Specifies whether this object is a favorite or not.
5553
+ :param str key: The key of the object.
5554
+ :param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
5555
+ :param int registry_version: The registry version of the object.
5556
+ """
5557
+ pulumi.set(__self__, "aggregator_key", aggregator_key)
5558
+ pulumi.set(__self__, "is_favorite", is_favorite)
5559
+ pulumi.set(__self__, "key", key)
5560
+ pulumi.set(__self__, "labels", labels)
5561
+ pulumi.set(__self__, "registry_version", registry_version)
5562
+
5563
+ @property
5564
+ @pulumi.getter(name="aggregatorKey")
5565
+ def aggregator_key(self) -> str:
5566
+ """
5567
+ The owning object key for this object.
5568
+ """
5569
+ return pulumi.get(self, "aggregator_key")
5570
+
5571
+ @property
5572
+ @pulumi.getter(name="isFavorite")
5573
+ def is_favorite(self) -> bool:
5574
+ """
5575
+ Specifies whether this object is a favorite or not.
5576
+ """
5577
+ return pulumi.get(self, "is_favorite")
5578
+
5579
+ @property
5580
+ @pulumi.getter
5581
+ def key(self) -> str:
5582
+ """
5583
+ The key of the object.
5584
+ """
5585
+ return pulumi.get(self, "key")
5586
+
5587
+ @property
5588
+ @pulumi.getter
5589
+ def labels(self) -> Sequence[str]:
5590
+ """
5591
+ Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
5592
+ """
5593
+ return pulumi.get(self, "labels")
5594
+
5595
+ @property
5596
+ @pulumi.getter(name="registryVersion")
5597
+ def registry_version(self) -> int:
5598
+ """
5599
+ The registry version of the object.
5600
+ """
5601
+ return pulumi.get(self, "registry_version")
5602
+
5603
+
5604
+ @pulumi.output_type
5605
+ class GetWorkspaceApplicationScheduleFrequencyDetailResult(dict):
5606
+ def __init__(__self__, *,
5607
+ custom_expression: str,
5608
+ day_of_week: str,
5609
+ days: Sequence[int],
5610
+ frequency: str,
5611
+ interval: int,
5612
+ model_type: str,
5613
+ times: Sequence['outputs.GetWorkspaceApplicationScheduleFrequencyDetailTimeResult'],
5614
+ week_of_month: str):
5615
+ """
5616
+ :param str custom_expression: This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
5617
+ :param str day_of_week: This holds the day of the week on which the schedule should be triggered.
5618
+ :param Sequence[int] days: A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
5619
+ :param str frequency: the frequency of the schedule.
5620
+ :param int interval: This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
5621
+ :param str model_type: The type of the object.
5622
+ :param Sequence['GetWorkspaceApplicationScheduleFrequencyDetailTimeArgs'] times: A model to hold time in hour:minute:second format.
5623
+ :param str week_of_month: This holds the week of the month in which the schedule should be triggered.
5624
+ """
5625
+ pulumi.set(__self__, "custom_expression", custom_expression)
5626
+ pulumi.set(__self__, "day_of_week", day_of_week)
5627
+ pulumi.set(__self__, "days", days)
5628
+ pulumi.set(__self__, "frequency", frequency)
5629
+ pulumi.set(__self__, "interval", interval)
5630
+ pulumi.set(__self__, "model_type", model_type)
5631
+ pulumi.set(__self__, "times", times)
5632
+ pulumi.set(__self__, "week_of_month", week_of_month)
5633
+
5634
+ @property
5635
+ @pulumi.getter(name="customExpression")
5636
+ def custom_expression(self) -> str:
5637
+ """
5638
+ This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
5639
+ """
5640
+ return pulumi.get(self, "custom_expression")
5641
+
5642
+ @property
5643
+ @pulumi.getter(name="dayOfWeek")
5644
+ def day_of_week(self) -> str:
5645
+ """
5646
+ This holds the day of the week on which the schedule should be triggered.
5647
+ """
5648
+ return pulumi.get(self, "day_of_week")
5649
+
5650
+ @property
5651
+ @pulumi.getter
5652
+ def days(self) -> Sequence[int]:
5653
+ """
5654
+ A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
5655
+ """
5656
+ return pulumi.get(self, "days")
5657
+
5658
+ @property
5659
+ @pulumi.getter
5660
+ def frequency(self) -> str:
5661
+ """
5662
+ the frequency of the schedule.
5663
+ """
5664
+ return pulumi.get(self, "frequency")
5665
+
5666
+ @property
5667
+ @pulumi.getter
5668
+ def interval(self) -> int:
5669
+ """
5670
+ This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
5671
+ """
5672
+ return pulumi.get(self, "interval")
5673
+
5674
+ @property
5675
+ @pulumi.getter(name="modelType")
5676
+ def model_type(self) -> str:
5677
+ """
5678
+ The type of the object.
5679
+ """
5680
+ return pulumi.get(self, "model_type")
5681
+
5682
+ @property
5683
+ @pulumi.getter
5684
+ def times(self) -> Sequence['outputs.GetWorkspaceApplicationScheduleFrequencyDetailTimeResult']:
5685
+ """
5686
+ A model to hold time in hour:minute:second format.
5687
+ """
5688
+ return pulumi.get(self, "times")
5689
+
5690
+ @property
5691
+ @pulumi.getter(name="weekOfMonth")
5692
+ def week_of_month(self) -> str:
5693
+ """
5694
+ This holds the week of the month in which the schedule should be triggered.
5695
+ """
5696
+ return pulumi.get(self, "week_of_month")
5697
+
5698
+
5699
+ @pulumi.output_type
5700
+ class GetWorkspaceApplicationScheduleFrequencyDetailTimeResult(dict):
5701
+ def __init__(__self__, *,
5702
+ hour: int,
5703
+ minute: int,
5704
+ second: int):
5705
+ """
5706
+ :param int hour: The hour value.
5707
+ :param int minute: The minute value.
5708
+ :param int second: The second value.
5709
+ """
5710
+ pulumi.set(__self__, "hour", hour)
5711
+ pulumi.set(__self__, "minute", minute)
5712
+ pulumi.set(__self__, "second", second)
5713
+
5714
+ @property
5715
+ @pulumi.getter
5716
+ def hour(self) -> int:
5717
+ """
5718
+ The hour value.
5719
+ """
5720
+ return pulumi.get(self, "hour")
5721
+
5722
+ @property
5723
+ @pulumi.getter
5724
+ def minute(self) -> int:
5725
+ """
5726
+ The minute value.
5727
+ """
5728
+ return pulumi.get(self, "minute")
5729
+
5730
+ @property
5731
+ @pulumi.getter
5732
+ def second(self) -> int:
5733
+ """
5734
+ The second value.
5735
+ """
5736
+ return pulumi.get(self, "second")
5737
+
5738
+
5739
+ @pulumi.output_type
5740
+ class GetWorkspaceApplicationScheduleMetadataResult(dict):
5741
+ def __init__(__self__, *,
5742
+ aggregator_key: str,
5743
+ aggregators: Sequence['outputs.GetWorkspaceApplicationScheduleMetadataAggregatorResult'],
5744
+ count_statistics: Sequence['outputs.GetWorkspaceApplicationScheduleMetadataCountStatisticResult'],
3506
5745
  created_by: str,
3507
5746
  created_by_name: str,
3508
5747
  identifier_path: str,
@@ -3516,8 +5755,8 @@ class GetWorkspaceApplicationPatchMetadataResult(dict):
3516
5755
  updated_by_name: str):
3517
5756
  """
3518
5757
  :param str aggregator_key: The owning object key for this object.
3519
- :param Sequence['GetWorkspaceApplicationPatchMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
3520
- :param Sequence['GetWorkspaceApplicationPatchMetadataCountStatisticArgs'] count_statistics: A count statistics.
5758
+ :param Sequence['GetWorkspaceApplicationScheduleMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
5759
+ :param Sequence['GetWorkspaceApplicationScheduleMetadataCountStatisticArgs'] count_statistics: A count statistics.
3521
5760
  :param str created_by: The user that created the object.
3522
5761
  :param str created_by_name: The user that created the object.
3523
5762
  :param str identifier_path: The full path to identify this object.
@@ -3555,7 +5794,7 @@ class GetWorkspaceApplicationPatchMetadataResult(dict):
3555
5794
 
3556
5795
  @property
3557
5796
  @pulumi.getter
3558
- def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationPatchMetadataAggregatorResult']:
5797
+ def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationScheduleMetadataAggregatorResult']:
3559
5798
  """
3560
5799
  A summary type containing information about the object's aggregator including its type, key, name and description.
3561
5800
  """
@@ -3563,7 +5802,7 @@ class GetWorkspaceApplicationPatchMetadataResult(dict):
3563
5802
 
3564
5803
  @property
3565
5804
  @pulumi.getter(name="countStatistics")
3566
- def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticResult']:
5805
+ def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationScheduleMetadataCountStatisticResult']:
3567
5806
  """
3568
5807
  A count statistics.
3569
5808
  """
@@ -3659,7 +5898,7 @@ class GetWorkspaceApplicationPatchMetadataResult(dict):
3659
5898
 
3660
5899
 
3661
5900
  @pulumi.output_type
3662
- class GetWorkspaceApplicationPatchMetadataAggregatorResult(dict):
5901
+ class GetWorkspaceApplicationScheduleMetadataAggregatorResult(dict):
3663
5902
  def __init__(__self__, *,
3664
5903
  description: str,
3665
5904
  identifier: str,
@@ -3668,10 +5907,10 @@ class GetWorkspaceApplicationPatchMetadataAggregatorResult(dict):
3668
5907
  type: str):
3669
5908
  """
3670
5909
  :param str description: The description of the aggregator.
3671
- :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
3672
- :param str key: The key of the object.
5910
+ :param str identifier: The identifier of the aggregator.
5911
+ :param str key: The key of the aggregator object.
3673
5912
  :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
3674
- :param str type: The type of the object in patch.
5913
+ :param str type: The type of the aggregator.
3675
5914
  """
3676
5915
  pulumi.set(__self__, "description", description)
3677
5916
  pulumi.set(__self__, "identifier", identifier)
@@ -3691,7 +5930,7 @@ class GetWorkspaceApplicationPatchMetadataAggregatorResult(dict):
3691
5930
  @pulumi.getter
3692
5931
  def identifier(self) -> str:
3693
5932
  """
3694
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
5933
+ The identifier of the aggregator.
3695
5934
  """
3696
5935
  return pulumi.get(self, "identifier")
3697
5936
 
@@ -3699,7 +5938,7 @@ class GetWorkspaceApplicationPatchMetadataAggregatorResult(dict):
3699
5938
  @pulumi.getter
3700
5939
  def key(self) -> str:
3701
5940
  """
3702
- The key of the object.
5941
+ The key of the aggregator object.
3703
5942
  """
3704
5943
  return pulumi.get(self, "key")
3705
5944
 
@@ -3715,173 +5954,89 @@ class GetWorkspaceApplicationPatchMetadataAggregatorResult(dict):
3715
5954
  @pulumi.getter
3716
5955
  def type(self) -> str:
3717
5956
  """
3718
- The type of the object in patch.
5957
+ The type of the aggregator.
3719
5958
  """
3720
5959
  return pulumi.get(self, "type")
3721
5960
 
3722
5961
 
3723
5962
  @pulumi.output_type
3724
- class GetWorkspaceApplicationPatchMetadataCountStatisticResult(dict):
5963
+ class GetWorkspaceApplicationScheduleMetadataCountStatisticResult(dict):
3725
5964
  def __init__(__self__, *,
3726
- object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListResult']):
5965
+ object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListResult']):
3727
5966
  """
3728
- :param Sequence['GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
5967
+ :param Sequence['GetWorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
3729
5968
  """
3730
5969
  pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
3731
5970
 
3732
5971
  @property
3733
5972
  @pulumi.getter(name="objectTypeCountLists")
3734
- def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListResult']:
5973
+ def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListResult']:
3735
5974
  """
3736
5975
  The array of statistics.
3737
5976
  """
3738
- return pulumi.get(self, "object_type_count_lists")
3739
-
3740
-
3741
- @pulumi.output_type
3742
- class GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListResult(dict):
3743
- def __init__(__self__, *,
3744
- object_count: str,
3745
- object_type: str):
3746
- """
3747
- :param str object_count: The value for the count statistic object.
3748
- :param str object_type: The type of object for the count statistic object.
3749
- """
3750
- pulumi.set(__self__, "object_count", object_count)
3751
- pulumi.set(__self__, "object_type", object_type)
3752
-
3753
- @property
3754
- @pulumi.getter(name="objectCount")
3755
- def object_count(self) -> str:
3756
- """
3757
- The value for the count statistic object.
3758
- """
3759
- return pulumi.get(self, "object_count")
3760
-
3761
- @property
3762
- @pulumi.getter(name="objectType")
3763
- def object_type(self) -> str:
3764
- """
3765
- The type of object for the count statistic object.
3766
- """
3767
- return pulumi.get(self, "object_type")
3768
-
3769
-
3770
- @pulumi.output_type
3771
- class GetWorkspaceApplicationPatchParentRefResult(dict):
3772
- def __init__(__self__, *,
3773
- parent: str,
3774
- root_doc_id: str):
3775
- """
3776
- :param str parent: Key of the parent object.
3777
- :param str root_doc_id: Key of the root document object.
3778
- """
3779
- pulumi.set(__self__, "parent", parent)
3780
- pulumi.set(__self__, "root_doc_id", root_doc_id)
3781
-
3782
- @property
3783
- @pulumi.getter
3784
- def parent(self) -> str:
3785
- """
3786
- Key of the parent object.
3787
- """
3788
- return pulumi.get(self, "parent")
3789
-
3790
- @property
3791
- @pulumi.getter(name="rootDocId")
3792
- def root_doc_id(self) -> str:
3793
- """
3794
- Key of the root document object.
3795
- """
3796
- return pulumi.get(self, "root_doc_id")
3797
-
3798
-
3799
- @pulumi.output_type
3800
- class GetWorkspaceApplicationPatchPatchObjectMetadataResult(dict):
3801
- def __init__(__self__, *,
3802
- action: str,
3803
- identifier: str,
3804
- key: str,
3805
- name: str,
3806
- name_path: str,
3807
- object_version: int,
3808
- type: str):
3809
- """
3810
- :param str action: The patch action indicating if object was created, updated, or deleted.
3811
- :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
3812
- :param str key: The key of the object.
3813
- :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
3814
- :param str name_path: The fully qualified path of the published object, which would include its project and folder.
3815
- :param int object_version: The object version.
3816
- :param str type: The type of the object in patch.
3817
- """
3818
- pulumi.set(__self__, "action", action)
3819
- pulumi.set(__self__, "identifier", identifier)
3820
- pulumi.set(__self__, "key", key)
3821
- pulumi.set(__self__, "name", name)
3822
- pulumi.set(__self__, "name_path", name_path)
3823
- pulumi.set(__self__, "object_version", object_version)
3824
- pulumi.set(__self__, "type", type)
3825
-
3826
- @property
3827
- @pulumi.getter
3828
- def action(self) -> str:
3829
- """
3830
- The patch action indicating if object was created, updated, or deleted.
3831
- """
3832
- return pulumi.get(self, "action")
5977
+ return pulumi.get(self, "object_type_count_lists")
3833
5978
 
3834
- @property
3835
- @pulumi.getter
3836
- def identifier(self) -> str:
5979
+
5980
+ @pulumi.output_type
5981
+ class GetWorkspaceApplicationScheduleMetadataCountStatisticObjectTypeCountListResult(dict):
5982
+ def __init__(__self__, *,
5983
+ object_count: str,
5984
+ object_type: str):
3837
5985
  """
3838
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
5986
+ :param str object_count: The value for the count statistic object.
5987
+ :param str object_type: The type of object for the count statistic object.
3839
5988
  """
3840
- return pulumi.get(self, "identifier")
5989
+ pulumi.set(__self__, "object_count", object_count)
5990
+ pulumi.set(__self__, "object_type", object_type)
3841
5991
 
3842
5992
  @property
3843
- @pulumi.getter
3844
- def key(self) -> str:
5993
+ @pulumi.getter(name="objectCount")
5994
+ def object_count(self) -> str:
3845
5995
  """
3846
- The key of the object.
5996
+ The value for the count statistic object.
3847
5997
  """
3848
- return pulumi.get(self, "key")
5998
+ return pulumi.get(self, "object_count")
3849
5999
 
3850
6000
  @property
3851
- @pulumi.getter
3852
- def name(self) -> str:
6001
+ @pulumi.getter(name="objectType")
6002
+ def object_type(self) -> str:
3853
6003
  """
3854
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
6004
+ The type of object for the count statistic object.
3855
6005
  """
3856
- return pulumi.get(self, "name")
6006
+ return pulumi.get(self, "object_type")
3857
6007
 
3858
- @property
3859
- @pulumi.getter(name="namePath")
3860
- def name_path(self) -> str:
6008
+
6009
+ @pulumi.output_type
6010
+ class GetWorkspaceApplicationScheduleParentRefResult(dict):
6011
+ def __init__(__self__, *,
6012
+ parent: str,
6013
+ root_doc_id: str):
3861
6014
  """
3862
- The fully qualified path of the published object, which would include its project and folder.
6015
+ :param str parent: Key of the parent object.
6016
+ :param str root_doc_id: Key of the root document object.
3863
6017
  """
3864
- return pulumi.get(self, "name_path")
6018
+ pulumi.set(__self__, "parent", parent)
6019
+ pulumi.set(__self__, "root_doc_id", root_doc_id)
3865
6020
 
3866
6021
  @property
3867
- @pulumi.getter(name="objectVersion")
3868
- def object_version(self) -> int:
6022
+ @pulumi.getter
6023
+ def parent(self) -> str:
3869
6024
  """
3870
- The object version.
6025
+ Key of the parent object.
3871
6026
  """
3872
- return pulumi.get(self, "object_version")
6027
+ return pulumi.get(self, "parent")
3873
6028
 
3874
6029
  @property
3875
- @pulumi.getter
3876
- def type(self) -> str:
6030
+ @pulumi.getter(name="rootDocId")
6031
+ def root_doc_id(self) -> str:
3877
6032
  """
3878
- The type of the object in patch.
6033
+ Key of the root document object.
3879
6034
  """
3880
- return pulumi.get(self, "type")
6035
+ return pulumi.get(self, "root_doc_id")
3881
6036
 
3882
6037
 
3883
6038
  @pulumi.output_type
3884
- class GetWorkspaceApplicationPatchRegistryMetadataResult(dict):
6039
+ class GetWorkspaceApplicationScheduleRegistryMetadataResult(dict):
3885
6040
  def __init__(__self__, *,
3886
6041
  aggregator_key: str,
3887
6042
  is_favorite: bool,
@@ -3891,7 +6046,7 @@ class GetWorkspaceApplicationPatchRegistryMetadataResult(dict):
3891
6046
  """
3892
6047
  :param str aggregator_key: The owning object key for this object.
3893
6048
  :param bool is_favorite: Specifies whether this object is a favorite or not.
3894
- :param str key: The key of the object.
6049
+ :param str key: The key of the aggregator object.
3895
6050
  :param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
3896
6051
  :param int registry_version: The registry version of the object.
3897
6052
  """
@@ -3921,7 +6076,7 @@ class GetWorkspaceApplicationPatchRegistryMetadataResult(dict):
3921
6076
  @pulumi.getter
3922
6077
  def key(self) -> str:
3923
6078
  """
3924
- The key of the object.
6079
+ The key of the aggregator object.
3925
6080
  """
3926
6081
  return pulumi.get(self, "key")
3927
6082
 
@@ -3943,7 +6098,7 @@ class GetWorkspaceApplicationPatchRegistryMetadataResult(dict):
3943
6098
 
3944
6099
 
3945
6100
  @pulumi.output_type
3946
- class GetWorkspaceApplicationPatchesFilterResult(dict):
6101
+ class GetWorkspaceApplicationSchedulesFilterResult(dict):
3947
6102
  def __init__(__self__, *,
3948
6103
  name: str,
3949
6104
  values: Sequence[str],
@@ -3976,85 +6131,68 @@ class GetWorkspaceApplicationPatchesFilterResult(dict):
3976
6131
 
3977
6132
 
3978
6133
  @pulumi.output_type
3979
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionResult(dict):
6134
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionResult(dict):
3980
6135
  def __init__(__self__, *,
3981
- items: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult']):
6136
+ items: Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemResult']):
3982
6137
  pulumi.set(__self__, "items", items)
3983
6138
 
3984
6139
  @property
3985
6140
  @pulumi.getter
3986
- def items(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult']:
6141
+ def items(self) -> Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemResult']:
3987
6142
  return pulumi.get(self, "items")
3988
6143
 
3989
6144
 
3990
6145
  @pulumi.output_type
3991
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
6146
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemResult(dict):
3992
6147
  def __init__(__self__, *,
3993
6148
  application_key: str,
3994
- application_version: int,
3995
- dependent_object_metadatas: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataResult'],
3996
6149
  description: str,
3997
- error_messages: Mapping[str, Any],
6150
+ frequency_details: 'outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsResult',
3998
6151
  identifier: str,
6152
+ is_daylight_adjustment_enabled: bool,
3999
6153
  key: str,
4000
- key_map: Mapping[str, Any],
4001
- metadatas: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult'],
6154
+ metadatas: Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataResult'],
4002
6155
  model_type: str,
4003
6156
  model_version: str,
4004
6157
  name: str,
4005
- object_keys: Sequence[str],
4006
6158
  object_status: int,
4007
6159
  object_version: int,
4008
- parent_reves: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult'],
4009
- patch_object_metadatas: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataResult'],
4010
- patch_status: str,
4011
- patch_type: str,
4012
- registry_metadata: 'outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemRegistryMetadataResult',
4013
- time_patched: str,
6160
+ parent_reves: Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemParentRefResult'],
6161
+ registry_metadata: 'outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemRegistryMetadataResult',
6162
+ timezone: str,
4014
6163
  workspace_id: str):
4015
6164
  """
4016
6165
  :param str application_key: The application key.
4017
- :param int application_version: The application version of the patch.
4018
- :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataArgs'] dependent_object_metadatas: List of dependent objects in this patch.
4019
6166
  :param str description: The description of the aggregator.
4020
- :param Mapping[str, Any] error_messages: The errors encountered while applying the patch, if any.
4021
- :param str identifier: Used to filter by the identifier of the published object.
4022
- :param str key: The key of the object.
4023
- :param Mapping[str, Any] key_map: A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
4024
- :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataArgs'] metadatas: A summary type containing information about the object including its key, name and when/who created/updated it.
4025
- :param str model_type: The object type.
4026
- :param str model_version: The object's model version.
6167
+ :param 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsArgs' frequency_details: The model that holds the frequency details.
6168
+ :param str identifier: Used to filter by the identifier of the object.
6169
+ :param bool is_daylight_adjustment_enabled: A flag to indicate daylight saving.
6170
+ :param str key: Used to filter by the key of the object.
6171
+ :param Sequence['GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataArgs'] metadatas: A summary type containing information about the object including its key, name and when/who created/updated it.
6172
+ :param str model_type: The type of the object.
6173
+ :param str model_version: This is a version number that is used by the service to upgrade objects if needed through releases of the service.
4027
6174
  :param str name: Used to filter by the name of the object.
4028
6175
  :param int object_status: The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
4029
- :param int object_version: The object version.
4030
- :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefArgs'] parent_reves: A reference to the object's parent.
4031
- :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataArgs'] patch_object_metadatas: List of objects that are published or unpublished in this patch.
4032
- :param str patch_status: Status of the patch applied or being applied on the application
4033
- :param str patch_type: The type of the patch applied or being applied on the application.
4034
- :param str time_patched: The date and time the patch was applied, in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
6176
+ :param int object_version: This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
6177
+ :param Sequence['GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemParentRefArgs'] parent_reves: A reference to the object's parent.
6178
+ :param str timezone: The timezone for the schedule.
4035
6179
  :param str workspace_id: The workspace ID.
4036
6180
  """
4037
6181
  pulumi.set(__self__, "application_key", application_key)
4038
- pulumi.set(__self__, "application_version", application_version)
4039
- pulumi.set(__self__, "dependent_object_metadatas", dependent_object_metadatas)
4040
6182
  pulumi.set(__self__, "description", description)
4041
- pulumi.set(__self__, "error_messages", error_messages)
6183
+ pulumi.set(__self__, "frequency_details", frequency_details)
4042
6184
  pulumi.set(__self__, "identifier", identifier)
6185
+ pulumi.set(__self__, "is_daylight_adjustment_enabled", is_daylight_adjustment_enabled)
4043
6186
  pulumi.set(__self__, "key", key)
4044
- pulumi.set(__self__, "key_map", key_map)
4045
6187
  pulumi.set(__self__, "metadatas", metadatas)
4046
6188
  pulumi.set(__self__, "model_type", model_type)
4047
6189
  pulumi.set(__self__, "model_version", model_version)
4048
6190
  pulumi.set(__self__, "name", name)
4049
- pulumi.set(__self__, "object_keys", object_keys)
4050
6191
  pulumi.set(__self__, "object_status", object_status)
4051
6192
  pulumi.set(__self__, "object_version", object_version)
4052
6193
  pulumi.set(__self__, "parent_reves", parent_reves)
4053
- pulumi.set(__self__, "patch_object_metadatas", patch_object_metadatas)
4054
- pulumi.set(__self__, "patch_status", patch_status)
4055
- pulumi.set(__self__, "patch_type", patch_type)
4056
6194
  pulumi.set(__self__, "registry_metadata", registry_metadata)
4057
- pulumi.set(__self__, "time_patched", time_patched)
6195
+ pulumi.set(__self__, "timezone", timezone)
4058
6196
  pulumi.set(__self__, "workspace_id", workspace_id)
4059
6197
 
4060
6198
  @property
@@ -4065,22 +6203,6 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
4065
6203
  """
4066
6204
  return pulumi.get(self, "application_key")
4067
6205
 
4068
- @property
4069
- @pulumi.getter(name="applicationVersion")
4070
- def application_version(self) -> int:
4071
- """
4072
- The application version of the patch.
4073
- """
4074
- return pulumi.get(self, "application_version")
4075
-
4076
- @property
4077
- @pulumi.getter(name="dependentObjectMetadatas")
4078
- def dependent_object_metadatas(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataResult']:
4079
- """
4080
- List of dependent objects in this patch.
4081
- """
4082
- return pulumi.get(self, "dependent_object_metadatas")
4083
-
4084
6206
  @property
4085
6207
  @pulumi.getter
4086
6208
  def description(self) -> str:
@@ -4090,40 +6212,40 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
4090
6212
  return pulumi.get(self, "description")
4091
6213
 
4092
6214
  @property
4093
- @pulumi.getter(name="errorMessages")
4094
- def error_messages(self) -> Mapping[str, Any]:
6215
+ @pulumi.getter(name="frequencyDetails")
6216
+ def frequency_details(self) -> 'outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsResult':
4095
6217
  """
4096
- The errors encountered while applying the patch, if any.
6218
+ The model that holds the frequency details.
4097
6219
  """
4098
- return pulumi.get(self, "error_messages")
6220
+ return pulumi.get(self, "frequency_details")
4099
6221
 
4100
6222
  @property
4101
6223
  @pulumi.getter
4102
6224
  def identifier(self) -> str:
4103
6225
  """
4104
- Used to filter by the identifier of the published object.
6226
+ Used to filter by the identifier of the object.
4105
6227
  """
4106
6228
  return pulumi.get(self, "identifier")
4107
6229
 
4108
6230
  @property
4109
- @pulumi.getter
4110
- def key(self) -> str:
6231
+ @pulumi.getter(name="isDaylightAdjustmentEnabled")
6232
+ def is_daylight_adjustment_enabled(self) -> bool:
4111
6233
  """
4112
- The key of the object.
6234
+ A flag to indicate daylight saving.
4113
6235
  """
4114
- return pulumi.get(self, "key")
6236
+ return pulumi.get(self, "is_daylight_adjustment_enabled")
4115
6237
 
4116
6238
  @property
4117
- @pulumi.getter(name="keyMap")
4118
- def key_map(self) -> Mapping[str, Any]:
6239
+ @pulumi.getter
6240
+ def key(self) -> str:
4119
6241
  """
4120
- A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
6242
+ Used to filter by the key of the object.
4121
6243
  """
4122
- return pulumi.get(self, "key_map")
6244
+ return pulumi.get(self, "key")
4123
6245
 
4124
6246
  @property
4125
6247
  @pulumi.getter
4126
- def metadatas(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult']:
6248
+ def metadatas(self) -> Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataResult']:
4127
6249
  """
4128
6250
  A summary type containing information about the object including its key, name and when/who created/updated it.
4129
6251
  """
@@ -4133,7 +6255,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
4133
6255
  @pulumi.getter(name="modelType")
4134
6256
  def model_type(self) -> str:
4135
6257
  """
4136
- The object type.
6258
+ The type of the object.
4137
6259
  """
4138
6260
  return pulumi.get(self, "model_type")
4139
6261
 
@@ -4141,7 +6263,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
4141
6263
  @pulumi.getter(name="modelVersion")
4142
6264
  def model_version(self) -> str:
4143
6265
  """
4144
- The object's model version.
6266
+ This is a version number that is used by the service to upgrade objects if needed through releases of the service.
4145
6267
  """
4146
6268
  return pulumi.get(self, "model_version")
4147
6269
 
@@ -4153,11 +6275,6 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
4153
6275
  """
4154
6276
  return pulumi.get(self, "name")
4155
6277
 
4156
- @property
4157
- @pulumi.getter(name="objectKeys")
4158
- def object_keys(self) -> Sequence[str]:
4159
- return pulumi.get(self, "object_keys")
4160
-
4161
6278
  @property
4162
6279
  @pulumi.getter(name="objectStatus")
4163
6280
  def object_status(self) -> int:
@@ -4170,54 +6287,30 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
4170
6287
  @pulumi.getter(name="objectVersion")
4171
6288
  def object_version(self) -> int:
4172
6289
  """
4173
- The object version.
6290
+ This is used by the service for optimistic locking of the object, to prevent multiple users from simultaneously updating the object.
4174
6291
  """
4175
6292
  return pulumi.get(self, "object_version")
4176
6293
 
4177
6294
  @property
4178
6295
  @pulumi.getter(name="parentReves")
4179
- def parent_reves(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult']:
6296
+ def parent_reves(self) -> Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemParentRefResult']:
4180
6297
  """
4181
6298
  A reference to the object's parent.
4182
6299
  """
4183
6300
  return pulumi.get(self, "parent_reves")
4184
6301
 
4185
- @property
4186
- @pulumi.getter(name="patchObjectMetadatas")
4187
- def patch_object_metadatas(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataResult']:
4188
- """
4189
- List of objects that are published or unpublished in this patch.
4190
- """
4191
- return pulumi.get(self, "patch_object_metadatas")
4192
-
4193
- @property
4194
- @pulumi.getter(name="patchStatus")
4195
- def patch_status(self) -> str:
4196
- """
4197
- Status of the patch applied or being applied on the application
4198
- """
4199
- return pulumi.get(self, "patch_status")
4200
-
4201
- @property
4202
- @pulumi.getter(name="patchType")
4203
- def patch_type(self) -> str:
4204
- """
4205
- The type of the patch applied or being applied on the application.
4206
- """
4207
- return pulumi.get(self, "patch_type")
4208
-
4209
6302
  @property
4210
6303
  @pulumi.getter(name="registryMetadata")
4211
- def registry_metadata(self) -> 'outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemRegistryMetadataResult':
6304
+ def registry_metadata(self) -> 'outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemRegistryMetadataResult':
4212
6305
  return pulumi.get(self, "registry_metadata")
4213
6306
 
4214
6307
  @property
4215
- @pulumi.getter(name="timePatched")
4216
- def time_patched(self) -> str:
6308
+ @pulumi.getter
6309
+ def timezone(self) -> str:
4217
6310
  """
4218
- The date and time the patch was applied, in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
6311
+ The timezone for the schedule.
4219
6312
  """
4220
- return pulumi.get(self, "time_patched")
6313
+ return pulumi.get(self, "timezone")
4221
6314
 
4222
6315
  @property
4223
6316
  @pulumi.getter(name="workspaceId")
@@ -4229,95 +6322,146 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
4229
6322
 
4230
6323
 
4231
6324
  @pulumi.output_type
4232
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataResult(dict):
6325
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsResult(dict):
4233
6326
  def __init__(__self__, *,
4234
- action: str,
4235
- identifier: str,
4236
- key: str,
4237
- name: str,
4238
- name_path: str,
4239
- object_version: int,
4240
- type: str):
6327
+ custom_expression: str,
6328
+ day_of_week: str,
6329
+ days: Sequence[int],
6330
+ frequency: str,
6331
+ interval: int,
6332
+ model_type: str,
6333
+ time: 'outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsTimeResult',
6334
+ week_of_month: str):
6335
+ """
6336
+ :param str custom_expression: This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
6337
+ :param str day_of_week: This holds the day of the week on which the schedule should be triggered.
6338
+ :param Sequence[int] days: A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
6339
+ :param str frequency: the frequency of the schedule.
6340
+ :param int interval: This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
6341
+ :param str model_type: The type of the object.
6342
+ :param 'GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsTimeArgs' time: A model to hold time in hour:minute:second format.
6343
+ :param str week_of_month: This holds the week of the month in which the schedule should be triggered.
6344
+ """
6345
+ pulumi.set(__self__, "custom_expression", custom_expression)
6346
+ pulumi.set(__self__, "day_of_week", day_of_week)
6347
+ pulumi.set(__self__, "days", days)
6348
+ pulumi.set(__self__, "frequency", frequency)
6349
+ pulumi.set(__self__, "interval", interval)
6350
+ pulumi.set(__self__, "model_type", model_type)
6351
+ pulumi.set(__self__, "time", time)
6352
+ pulumi.set(__self__, "week_of_month", week_of_month)
6353
+
6354
+ @property
6355
+ @pulumi.getter(name="customExpression")
6356
+ def custom_expression(self) -> str:
4241
6357
  """
4242
- :param str action: The patch action indicating if object was created, updated, or deleted.
4243
- :param str identifier: Used to filter by the identifier of the published object.
4244
- :param str key: The key of the object.
4245
- :param str name: Used to filter by the name of the object.
4246
- :param str name_path: The fully qualified path of the published object, which would include its project and folder.
4247
- :param int object_version: The object version.
4248
- :param str type: The type of the object in patch.
6358
+ This holds the complete cron expression for this schedule, for example, 10 0/5 * * * ? that fires every 5 minutes, at 10 seconds after the minute (i.e. 10:00:10 am, 10:05:10 am, etc.)
4249
6359
  """
4250
- pulumi.set(__self__, "action", action)
4251
- pulumi.set(__self__, "identifier", identifier)
4252
- pulumi.set(__self__, "key", key)
4253
- pulumi.set(__self__, "name", name)
4254
- pulumi.set(__self__, "name_path", name_path)
4255
- pulumi.set(__self__, "object_version", object_version)
4256
- pulumi.set(__self__, "type", type)
6360
+ return pulumi.get(self, "custom_expression")
6361
+
6362
+ @property
6363
+ @pulumi.getter(name="dayOfWeek")
6364
+ def day_of_week(self) -> str:
6365
+ """
6366
+ This holds the day of the week on which the schedule should be triggered.
6367
+ """
6368
+ return pulumi.get(self, "day_of_week")
4257
6369
 
4258
6370
  @property
4259
6371
  @pulumi.getter
4260
- def action(self) -> str:
6372
+ def days(self) -> Sequence[int]:
4261
6373
  """
4262
- The patch action indicating if object was created, updated, or deleted.
6374
+ A list of days of the month to be scheduled. i.e. excute every 2nd,3rd, 10th of the month.
4263
6375
  """
4264
- return pulumi.get(self, "action")
6376
+ return pulumi.get(self, "days")
4265
6377
 
4266
6378
  @property
4267
6379
  @pulumi.getter
4268
- def identifier(self) -> str:
6380
+ def frequency(self) -> str:
4269
6381
  """
4270
- Used to filter by the identifier of the published object.
6382
+ the frequency of the schedule.
4271
6383
  """
4272
- return pulumi.get(self, "identifier")
6384
+ return pulumi.get(self, "frequency")
4273
6385
 
4274
6386
  @property
4275
6387
  @pulumi.getter
4276
- def key(self) -> str:
6388
+ def interval(self) -> int:
4277
6389
  """
4278
- The key of the object.
6390
+ This hold the repeatability aspect of a schedule. i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
4279
6391
  """
4280
- return pulumi.get(self, "key")
6392
+ return pulumi.get(self, "interval")
6393
+
6394
+ @property
6395
+ @pulumi.getter(name="modelType")
6396
+ def model_type(self) -> str:
6397
+ """
6398
+ The type of the object.
6399
+ """
6400
+ return pulumi.get(self, "model_type")
4281
6401
 
4282
6402
  @property
4283
6403
  @pulumi.getter
4284
- def name(self) -> str:
6404
+ def time(self) -> 'outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsTimeResult':
4285
6405
  """
4286
- Used to filter by the name of the object.
6406
+ A model to hold time in hour:minute:second format.
4287
6407
  """
4288
- return pulumi.get(self, "name")
6408
+ return pulumi.get(self, "time")
4289
6409
 
4290
6410
  @property
4291
- @pulumi.getter(name="namePath")
4292
- def name_path(self) -> str:
6411
+ @pulumi.getter(name="weekOfMonth")
6412
+ def week_of_month(self) -> str:
4293
6413
  """
4294
- The fully qualified path of the published object, which would include its project and folder.
6414
+ This holds the week of the month in which the schedule should be triggered.
4295
6415
  """
4296
- return pulumi.get(self, "name_path")
6416
+ return pulumi.get(self, "week_of_month")
6417
+
6418
+
6419
+ @pulumi.output_type
6420
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemFrequencyDetailsTimeResult(dict):
6421
+ def __init__(__self__, *,
6422
+ hour: int,
6423
+ minute: int,
6424
+ second: int):
6425
+ """
6426
+ :param int hour: The hour value.
6427
+ :param int minute: The minute value.
6428
+ :param int second: The second value.
6429
+ """
6430
+ pulumi.set(__self__, "hour", hour)
6431
+ pulumi.set(__self__, "minute", minute)
6432
+ pulumi.set(__self__, "second", second)
4297
6433
 
4298
6434
  @property
4299
- @pulumi.getter(name="objectVersion")
4300
- def object_version(self) -> int:
6435
+ @pulumi.getter
6436
+ def hour(self) -> int:
4301
6437
  """
4302
- The object version.
6438
+ The hour value.
4303
6439
  """
4304
- return pulumi.get(self, "object_version")
6440
+ return pulumi.get(self, "hour")
4305
6441
 
4306
6442
  @property
4307
6443
  @pulumi.getter
4308
- def type(self) -> str:
6444
+ def minute(self) -> int:
4309
6445
  """
4310
- The type of the object in patch.
6446
+ The minute value.
6447
+ """
6448
+ return pulumi.get(self, "minute")
6449
+
6450
+ @property
6451
+ @pulumi.getter
6452
+ def second(self) -> int:
6453
+ """
6454
+ The second value.
4311
6455
  """
4312
- return pulumi.get(self, "type")
6456
+ return pulumi.get(self, "second")
4313
6457
 
4314
6458
 
4315
6459
  @pulumi.output_type
4316
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult(dict):
6460
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataResult(dict):
4317
6461
  def __init__(__self__, *,
4318
6462
  aggregator_key: str,
4319
- aggregators: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult'],
4320
- count_statistics: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult'],
6463
+ aggregators: Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataAggregatorResult'],
6464
+ count_statistics: Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticResult'],
4321
6465
  created_by: str,
4322
6466
  created_by_name: str,
4323
6467
  identifier_path: str,
@@ -4331,8 +6475,8 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult(dic
4331
6475
  updated_by_name: str):
4332
6476
  """
4333
6477
  :param str aggregator_key: The owning object key for this object.
4334
- :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
4335
- :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticArgs'] count_statistics: A count statistics.
6478
+ :param Sequence['GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
6479
+ :param Sequence['GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticArgs'] count_statistics: A count statistics.
4336
6480
  :param str created_by: The user that created the object.
4337
6481
  :param str created_by_name: The user that created the object.
4338
6482
  :param str identifier_path: The full path to identify this object.
@@ -4370,7 +6514,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult(dic
4370
6514
 
4371
6515
  @property
4372
6516
  @pulumi.getter
4373
- def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult']:
6517
+ def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataAggregatorResult']:
4374
6518
  """
4375
6519
  A summary type containing information about the object's aggregator including its type, key, name and description.
4376
6520
  """
@@ -4378,7 +6522,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult(dic
4378
6522
 
4379
6523
  @property
4380
6524
  @pulumi.getter(name="countStatistics")
4381
- def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult']:
6525
+ def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticResult']:
4382
6526
  """
4383
6527
  A count statistics.
4384
6528
  """
@@ -4474,7 +6618,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult(dic
4474
6618
 
4475
6619
 
4476
6620
  @pulumi.output_type
4477
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult(dict):
6621
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataAggregatorResult(dict):
4478
6622
  def __init__(__self__, *,
4479
6623
  description: str,
4480
6624
  identifier: str,
@@ -4483,10 +6627,10 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregator
4483
6627
  type: str):
4484
6628
  """
4485
6629
  :param str description: The description of the aggregator.
4486
- :param str identifier: Used to filter by the identifier of the published object.
4487
- :param str key: The key of the object.
6630
+ :param str identifier: Used to filter by the identifier of the object.
6631
+ :param str key: Used to filter by the key of the object.
4488
6632
  :param str name: Used to filter by the name of the object.
4489
- :param str type: The type of the object in patch.
6633
+ :param str type: Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. <br><br><B>Examples:</B><br> <ul> <li><B>?type=DATA_LOADER_TASK&typeInSubtree=false</B> returns all objects of type data loader task</li> <li><B>?type=DATA_LOADER_TASK</B> returns all objects of type data loader task</li> <li><B>?type=DATA_LOADER_TASK&typeInSubtree=true</B> returns all objects of type data loader task</li> </ul>
4490
6634
  """
4491
6635
  pulumi.set(__self__, "description", description)
4492
6636
  pulumi.set(__self__, "identifier", identifier)
@@ -4506,7 +6650,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregator
4506
6650
  @pulumi.getter
4507
6651
  def identifier(self) -> str:
4508
6652
  """
4509
- Used to filter by the identifier of the published object.
6653
+ Used to filter by the identifier of the object.
4510
6654
  """
4511
6655
  return pulumi.get(self, "identifier")
4512
6656
 
@@ -4514,7 +6658,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregator
4514
6658
  @pulumi.getter
4515
6659
  def key(self) -> str:
4516
6660
  """
4517
- The key of the object.
6661
+ Used to filter by the key of the object.
4518
6662
  """
4519
6663
  return pulumi.get(self, "key")
4520
6664
 
@@ -4530,23 +6674,23 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregator
4530
6674
  @pulumi.getter
4531
6675
  def type(self) -> str:
4532
6676
  """
4533
- The type of the object in patch.
6677
+ Used to filter by the object type of the object. It can be suffixed with an optional filter operator InSubtree. If this operator is not specified, then exact match is considered. <br><br><B>Examples:</B><br> <ul> <li><B>?type=DATA_LOADER_TASK&typeInSubtree=false</B> returns all objects of type data loader task</li> <li><B>?type=DATA_LOADER_TASK</B> returns all objects of type data loader task</li> <li><B>?type=DATA_LOADER_TASK&typeInSubtree=true</B> returns all objects of type data loader task</li> </ul>
4534
6678
  """
4535
6679
  return pulumi.get(self, "type")
4536
6680
 
4537
6681
 
4538
6682
  @pulumi.output_type
4539
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult(dict):
6683
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticResult(dict):
4540
6684
  def __init__(__self__, *,
4541
- object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult']):
6685
+ object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult']):
4542
6686
  """
4543
- :param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
6687
+ :param Sequence['GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
4544
6688
  """
4545
6689
  pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
4546
6690
 
4547
6691
  @property
4548
6692
  @pulumi.getter(name="objectTypeCountLists")
4549
- def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult']:
6693
+ def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult']:
4550
6694
  """
4551
6695
  The array of statistics.
4552
6696
  """
@@ -4554,7 +6698,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStati
4554
6698
 
4555
6699
 
4556
6700
  @pulumi.output_type
4557
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult(dict):
6701
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult(dict):
4558
6702
  def __init__(__self__, *,
4559
6703
  object_count: str,
4560
6704
  object_type: str):
@@ -4583,7 +6727,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStati
4583
6727
 
4584
6728
 
4585
6729
  @pulumi.output_type
4586
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult(dict):
6730
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemParentRefResult(dict):
4587
6731
  def __init__(__self__, *,
4588
6732
  parent: str,
4589
6733
  root_doc_id: str):
@@ -4612,237 +6756,7 @@ class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult(di
4612
6756
 
4613
6757
 
4614
6758
  @pulumi.output_type
4615
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataResult(dict):
4616
- def __init__(__self__, *,
4617
- action: str,
4618
- identifier: str,
4619
- key: str,
4620
- name: str,
4621
- name_path: str,
4622
- object_version: int,
4623
- type: str):
4624
- """
4625
- :param str action: The patch action indicating if object was created, updated, or deleted.
4626
- :param str identifier: Used to filter by the identifier of the published object.
4627
- :param str key: The key of the object.
4628
- :param str name: Used to filter by the name of the object.
4629
- :param str name_path: The fully qualified path of the published object, which would include its project and folder.
4630
- :param int object_version: The object version.
4631
- :param str type: The type of the object in patch.
4632
- """
4633
- pulumi.set(__self__, "action", action)
4634
- pulumi.set(__self__, "identifier", identifier)
4635
- pulumi.set(__self__, "key", key)
4636
- pulumi.set(__self__, "name", name)
4637
- pulumi.set(__self__, "name_path", name_path)
4638
- pulumi.set(__self__, "object_version", object_version)
4639
- pulumi.set(__self__, "type", type)
4640
-
4641
- @property
4642
- @pulumi.getter
4643
- def action(self) -> str:
4644
- """
4645
- The patch action indicating if object was created, updated, or deleted.
4646
- """
4647
- return pulumi.get(self, "action")
4648
-
4649
- @property
4650
- @pulumi.getter
4651
- def identifier(self) -> str:
4652
- """
4653
- Used to filter by the identifier of the published object.
4654
- """
4655
- return pulumi.get(self, "identifier")
4656
-
4657
- @property
4658
- @pulumi.getter
4659
- def key(self) -> str:
4660
- """
4661
- The key of the object.
4662
- """
4663
- return pulumi.get(self, "key")
4664
-
4665
- @property
4666
- @pulumi.getter
4667
- def name(self) -> str:
4668
- """
4669
- Used to filter by the name of the object.
4670
- """
4671
- return pulumi.get(self, "name")
4672
-
4673
- @property
4674
- @pulumi.getter(name="namePath")
4675
- def name_path(self) -> str:
4676
- """
4677
- The fully qualified path of the published object, which would include its project and folder.
4678
- """
4679
- return pulumi.get(self, "name_path")
4680
-
4681
- @property
4682
- @pulumi.getter(name="objectVersion")
4683
- def object_version(self) -> int:
4684
- """
4685
- The object version.
4686
- """
4687
- return pulumi.get(self, "object_version")
4688
-
4689
- @property
4690
- @pulumi.getter
4691
- def type(self) -> str:
4692
- """
4693
- The type of the object in patch.
4694
- """
4695
- return pulumi.get(self, "type")
4696
-
4697
-
4698
- @pulumi.output_type
4699
- class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemRegistryMetadataResult(dict):
4700
- def __init__(__self__, *,
4701
- aggregator_key: str,
4702
- is_favorite: bool,
4703
- key: str,
4704
- labels: Sequence[str],
4705
- registry_version: int):
4706
- """
4707
- :param str aggregator_key: The owning object key for this object.
4708
- :param bool is_favorite: Specifies whether this object is a favorite or not.
4709
- :param str key: The key of the object.
4710
- :param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4711
- :param int registry_version: The registry version of the object.
4712
- """
4713
- pulumi.set(__self__, "aggregator_key", aggregator_key)
4714
- pulumi.set(__self__, "is_favorite", is_favorite)
4715
- pulumi.set(__self__, "key", key)
4716
- pulumi.set(__self__, "labels", labels)
4717
- pulumi.set(__self__, "registry_version", registry_version)
4718
-
4719
- @property
4720
- @pulumi.getter(name="aggregatorKey")
4721
- def aggregator_key(self) -> str:
4722
- """
4723
- The owning object key for this object.
4724
- """
4725
- return pulumi.get(self, "aggregator_key")
4726
-
4727
- @property
4728
- @pulumi.getter(name="isFavorite")
4729
- def is_favorite(self) -> bool:
4730
- """
4731
- Specifies whether this object is a favorite or not.
4732
- """
4733
- return pulumi.get(self, "is_favorite")
4734
-
4735
- @property
4736
- @pulumi.getter
4737
- def key(self) -> str:
4738
- """
4739
- The key of the object.
4740
- """
4741
- return pulumi.get(self, "key")
4742
-
4743
- @property
4744
- @pulumi.getter
4745
- def labels(self) -> Sequence[str]:
4746
- """
4747
- Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4748
- """
4749
- return pulumi.get(self, "labels")
4750
-
4751
- @property
4752
- @pulumi.getter(name="registryVersion")
4753
- def registry_version(self) -> int:
4754
- """
4755
- The registry version of the object.
4756
- """
4757
- return pulumi.get(self, "registry_version")
4758
-
4759
-
4760
- @pulumi.output_type
4761
- class GetWorkspaceApplicationPublishedObjectMetadataResult(dict):
4762
- def __init__(__self__, *,
4763
- action: str,
4764
- identifier: str,
4765
- key: str,
4766
- name: str,
4767
- name_path: str,
4768
- object_version: int,
4769
- type: str):
4770
- """
4771
- :param str action: The patch action indicating if object was created, updated, or deleted.
4772
- :param str identifier: Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
4773
- :param str key: The key of the object.
4774
- :param str name: Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4775
- :param str name_path: The fully qualified path of the published object, which would include its project and folder.
4776
- :param int object_version: The object version.
4777
- :param str type: The type of the object in patch.
4778
- """
4779
- pulumi.set(__self__, "action", action)
4780
- pulumi.set(__self__, "identifier", identifier)
4781
- pulumi.set(__self__, "key", key)
4782
- pulumi.set(__self__, "name", name)
4783
- pulumi.set(__self__, "name_path", name_path)
4784
- pulumi.set(__self__, "object_version", object_version)
4785
- pulumi.set(__self__, "type", type)
4786
-
4787
- @property
4788
- @pulumi.getter
4789
- def action(self) -> str:
4790
- """
4791
- The patch action indicating if object was created, updated, or deleted.
4792
- """
4793
- return pulumi.get(self, "action")
4794
-
4795
- @property
4796
- @pulumi.getter
4797
- def identifier(self) -> str:
4798
- """
4799
- Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
4800
- """
4801
- return pulumi.get(self, "identifier")
4802
-
4803
- @property
4804
- @pulumi.getter
4805
- def key(self) -> str:
4806
- """
4807
- The key of the object.
4808
- """
4809
- return pulumi.get(self, "key")
4810
-
4811
- @property
4812
- @pulumi.getter
4813
- def name(self) -> str:
4814
- """
4815
- Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
4816
- """
4817
- return pulumi.get(self, "name")
4818
-
4819
- @property
4820
- @pulumi.getter(name="namePath")
4821
- def name_path(self) -> str:
4822
- """
4823
- The fully qualified path of the published object, which would include its project and folder.
4824
- """
4825
- return pulumi.get(self, "name_path")
4826
-
4827
- @property
4828
- @pulumi.getter(name="objectVersion")
4829
- def object_version(self) -> int:
4830
- """
4831
- The object version.
4832
- """
4833
- return pulumi.get(self, "object_version")
4834
-
4835
- @property
4836
- @pulumi.getter
4837
- def type(self) -> str:
4838
- """
4839
- The type of the object in patch.
4840
- """
4841
- return pulumi.get(self, "type")
4842
-
4843
-
4844
- @pulumi.output_type
4845
- class GetWorkspaceApplicationRegistryMetadataResult(dict):
6759
+ class GetWorkspaceApplicationSchedulesScheduleSummaryCollectionItemRegistryMetadataResult(dict):
4846
6760
  def __init__(__self__, *,
4847
6761
  aggregator_key: str,
4848
6762
  is_favorite: bool,
@@ -4852,7 +6766,7 @@ class GetWorkspaceApplicationRegistryMetadataResult(dict):
4852
6766
  """
4853
6767
  :param str aggregator_key: The owning object key for this object.
4854
6768
  :param bool is_favorite: Specifies whether this object is a favorite or not.
4855
- :param str key: The key of the object.
6769
+ :param str key: Used to filter by the key of the object.
4856
6770
  :param Sequence[str] labels: Labels are keywords or tags that you can add to data assets, dataflows and so on. You can define your own labels and use them to categorize content.
4857
6771
  :param int registry_version: The registry version of the object.
4858
6772
  """
@@ -4882,7 +6796,7 @@ class GetWorkspaceApplicationRegistryMetadataResult(dict):
4882
6796
  @pulumi.getter
4883
6797
  def key(self) -> str:
4884
6798
  """
4885
- The key of the object.
6799
+ Used to filter by the key of the object.
4886
6800
  """
4887
6801
  return pulumi.get(self, "key")
4888
6802