pulumi-oci 1.21.0a1706749393__py3-none-any.whl → 1.22.0a1706814317__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_oci/__init__.py +16 -0
- pulumi_oci/_utilities.py +6 -2
- pulumi_oci/config/__init__.pyi +0 -4
- pulumi_oci/config/vars.py +0 -4
- pulumi_oci/database/autonomous_database.py +49 -0
- pulumi_oci/database/get_autonomous_database.py +14 -1
- pulumi_oci/database/get_managed_preferred_credential.py +19 -1
- pulumi_oci/database/outputs.py +21 -0
- pulumi_oci/databasemanagement/__init__.py +3 -0
- pulumi_oci/databasemanagement/_inputs.py +863 -48
- pulumi_oci/databasemanagement/get_external_asm_configuration.py +22 -5
- pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +22 -5
- pulumi_oci/databasemanagement/get_external_asm_users.py +22 -5
- pulumi_oci/databasemanagement/get_external_listener_services.py +22 -5
- pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_configuration.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +46 -37
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_execution_plan_stats_comparison.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_sql_execution_plan.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_summary_report.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +18 -1
- pulumi_oci/databasemanagement/get_managed_database_user.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_user_roles.py +20 -3
- pulumi_oci/databasemanagement/get_managed_database_users.py +20 -3
- pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +18 -1
- pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +20 -3
- pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +20 -3
- pulumi_oci/databasemanagement/get_named_credential.py +249 -0
- pulumi_oci/databasemanagement/get_named_credentials.py +216 -0
- pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +99 -37
- pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +91 -29
- pulumi_oci/databasemanagement/named_credential.py +635 -0
- pulumi_oci/databasemanagement/outputs.py +1896 -157
- pulumi_oci/dataintegration/__init__.py +3 -0
- pulumi_oci/dataintegration/_inputs.py +798 -0
- pulumi_oci/dataintegration/get_workspace_application_patch.py +391 -0
- pulumi_oci/dataintegration/get_workspace_application_patches.py +207 -0
- pulumi_oci/dataintegration/get_workspace_import_request.py +14 -1
- pulumi_oci/dataintegration/outputs.py +2844 -739
- pulumi_oci/dataintegration/workspace_application_patch.py +1026 -0
- pulumi_oci/dataintegration/workspace_import_request.py +49 -0
- pulumi_oci/ospgateway/_inputs.py +16 -0
- pulumi_oci/ospgateway/outputs.py +94 -19
- {pulumi_oci-1.21.0a1706749393.dist-info → pulumi_oci-1.22.0a1706814317.dist-info}/METADATA +2 -1
- {pulumi_oci-1.21.0a1706749393.dist-info → pulumi_oci-1.22.0a1706814317.dist-info}/RECORD +56 -50
- {pulumi_oci-1.21.0a1706749393.dist-info → pulumi_oci-1.22.0a1706814317.dist-info}/WHEEL +0 -0
- {pulumi_oci-1.21.0a1706749393.dist-info → pulumi_oci-1.22.0a1706814317.dist-info}/top_level.txt +0 -0
@@ -17,6 +17,14 @@ __all__ = [
|
|
17
17
|
'WorkspaceApplicationMetadataCountStatistic',
|
18
18
|
'WorkspaceApplicationMetadataCountStatisticObjectTypeCountList',
|
19
19
|
'WorkspaceApplicationParentRef',
|
20
|
+
'WorkspaceApplicationPatchDependentObjectMetadata',
|
21
|
+
'WorkspaceApplicationPatchMetadata',
|
22
|
+
'WorkspaceApplicationPatchMetadataAggregator',
|
23
|
+
'WorkspaceApplicationPatchMetadataCountStatistic',
|
24
|
+
'WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountList',
|
25
|
+
'WorkspaceApplicationPatchParentRef',
|
26
|
+
'WorkspaceApplicationPatchPatchObjectMetadata',
|
27
|
+
'WorkspaceApplicationPatchRegistryMetadata',
|
20
28
|
'WorkspaceApplicationPublishedObjectMetadata',
|
21
29
|
'WorkspaceApplicationRegistryMetadata',
|
22
30
|
'WorkspaceApplicationSourceApplicationInfo',
|
@@ -41,6 +49,25 @@ __all__ = [
|
|
41
49
|
'GetWorkspaceApplicationMetadataCountStatisticResult',
|
42
50
|
'GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult',
|
43
51
|
'GetWorkspaceApplicationParentRefResult',
|
52
|
+
'GetWorkspaceApplicationPatchDependentObjectMetadataResult',
|
53
|
+
'GetWorkspaceApplicationPatchMetadataResult',
|
54
|
+
'GetWorkspaceApplicationPatchMetadataAggregatorResult',
|
55
|
+
'GetWorkspaceApplicationPatchMetadataCountStatisticResult',
|
56
|
+
'GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListResult',
|
57
|
+
'GetWorkspaceApplicationPatchParentRefResult',
|
58
|
+
'GetWorkspaceApplicationPatchPatchObjectMetadataResult',
|
59
|
+
'GetWorkspaceApplicationPatchRegistryMetadataResult',
|
60
|
+
'GetWorkspaceApplicationPatchesFilterResult',
|
61
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionResult',
|
62
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult',
|
63
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataResult',
|
64
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult',
|
65
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult',
|
66
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult',
|
67
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult',
|
68
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult',
|
69
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataResult',
|
70
|
+
'GetWorkspaceApplicationPatchesPatchSummaryCollectionItemRegistryMetadataResult',
|
44
71
|
'GetWorkspaceApplicationPublishedObjectMetadataResult',
|
45
72
|
'GetWorkspaceApplicationRegistryMetadataResult',
|
46
73
|
'GetWorkspaceApplicationSourceApplicationInfoResult',
|
@@ -628,7 +655,7 @@ class WorkspaceApplicationParentRef(dict):
|
|
628
655
|
|
629
656
|
|
630
657
|
@pulumi.output_type
|
631
|
-
class
|
658
|
+
class WorkspaceApplicationPatchDependentObjectMetadata(dict):
|
632
659
|
@staticmethod
|
633
660
|
def __key_warning(key: str):
|
634
661
|
suggest = None
|
@@ -638,14 +665,14 @@ class WorkspaceApplicationPublishedObjectMetadata(dict):
|
|
638
665
|
suggest = "object_version"
|
639
666
|
|
640
667
|
if suggest:
|
641
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
668
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationPatchDependentObjectMetadata. Access the value via the '{suggest}' property getter instead.")
|
642
669
|
|
643
670
|
def __getitem__(self, key: str) -> Any:
|
644
|
-
|
671
|
+
WorkspaceApplicationPatchDependentObjectMetadata.__key_warning(key)
|
645
672
|
return super().__getitem__(key)
|
646
673
|
|
647
674
|
def get(self, key: str, default = None) -> Any:
|
648
|
-
|
675
|
+
WorkspaceApplicationPatchDependentObjectMetadata.__key_warning(key)
|
649
676
|
return super().get(key, default)
|
650
677
|
|
651
678
|
def __init__(__self__, *,
|
@@ -658,9 +685,9 @@ class WorkspaceApplicationPublishedObjectMetadata(dict):
|
|
658
685
|
type: Optional[str] = None):
|
659
686
|
"""
|
660
687
|
:param str action: The patch action indicating if object was created, updated, or deleted.
|
661
|
-
:param str identifier:
|
688
|
+
: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.
|
662
689
|
:param str key: The identifying key for the object.
|
663
|
-
:param str name:
|
690
|
+
: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.
|
664
691
|
:param str name_path: The fully qualified path of the published object, which would include its project and folder.
|
665
692
|
:param int object_version: The object version.
|
666
693
|
:param str type: The type of the object in patch.
|
@@ -692,7 +719,7 @@ class WorkspaceApplicationPublishedObjectMetadata(dict):
|
|
692
719
|
@pulumi.getter
|
693
720
|
def identifier(self) -> Optional[str]:
|
694
721
|
"""
|
695
|
-
|
722
|
+
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
|
696
723
|
"""
|
697
724
|
return pulumi.get(self, "identifier")
|
698
725
|
|
@@ -708,7 +735,7 @@ class WorkspaceApplicationPublishedObjectMetadata(dict):
|
|
708
735
|
@pulumi.getter
|
709
736
|
def name(self) -> Optional[str]:
|
710
737
|
"""
|
711
|
-
|
738
|
+
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.
|
712
739
|
"""
|
713
740
|
return pulumi.get(self, "name")
|
714
741
|
|
@@ -738,51 +765,105 @@ class WorkspaceApplicationPublishedObjectMetadata(dict):
|
|
738
765
|
|
739
766
|
|
740
767
|
@pulumi.output_type
|
741
|
-
class
|
768
|
+
class WorkspaceApplicationPatchMetadata(dict):
|
742
769
|
@staticmethod
|
743
770
|
def __key_warning(key: str):
|
744
771
|
suggest = None
|
745
772
|
if key == "aggregatorKey":
|
746
773
|
suggest = "aggregator_key"
|
774
|
+
elif key == "countStatistics":
|
775
|
+
suggest = "count_statistics"
|
776
|
+
elif key == "createdBy":
|
777
|
+
suggest = "created_by"
|
778
|
+
elif key == "createdByName":
|
779
|
+
suggest = "created_by_name"
|
780
|
+
elif key == "identifierPath":
|
781
|
+
suggest = "identifier_path"
|
782
|
+
elif key == "infoFields":
|
783
|
+
suggest = "info_fields"
|
747
784
|
elif key == "isFavorite":
|
748
785
|
suggest = "is_favorite"
|
749
786
|
elif key == "registryVersion":
|
750
787
|
suggest = "registry_version"
|
788
|
+
elif key == "timeCreated":
|
789
|
+
suggest = "time_created"
|
790
|
+
elif key == "timeUpdated":
|
791
|
+
suggest = "time_updated"
|
792
|
+
elif key == "updatedBy":
|
793
|
+
suggest = "updated_by"
|
794
|
+
elif key == "updatedByName":
|
795
|
+
suggest = "updated_by_name"
|
751
796
|
|
752
797
|
if suggest:
|
753
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
798
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationPatchMetadata. Access the value via the '{suggest}' property getter instead.")
|
754
799
|
|
755
800
|
def __getitem__(self, key: str) -> Any:
|
756
|
-
|
801
|
+
WorkspaceApplicationPatchMetadata.__key_warning(key)
|
757
802
|
return super().__getitem__(key)
|
758
803
|
|
759
804
|
def get(self, key: str, default = None) -> Any:
|
760
|
-
|
805
|
+
WorkspaceApplicationPatchMetadata.__key_warning(key)
|
761
806
|
return super().get(key, default)
|
762
807
|
|
763
808
|
def __init__(__self__, *,
|
764
809
|
aggregator_key: Optional[str] = None,
|
810
|
+
aggregators: Optional[Sequence['outputs.WorkspaceApplicationPatchMetadataAggregator']] = None,
|
811
|
+
count_statistics: Optional[Sequence['outputs.WorkspaceApplicationPatchMetadataCountStatistic']] = None,
|
812
|
+
created_by: Optional[str] = None,
|
813
|
+
created_by_name: Optional[str] = None,
|
814
|
+
identifier_path: Optional[str] = None,
|
815
|
+
info_fields: Optional[Mapping[str, Any]] = None,
|
765
816
|
is_favorite: Optional[bool] = None,
|
766
|
-
key: Optional[str] = None,
|
767
817
|
labels: Optional[Sequence[str]] = None,
|
768
|
-
registry_version: Optional[int] = None
|
818
|
+
registry_version: Optional[int] = None,
|
819
|
+
time_created: Optional[str] = None,
|
820
|
+
time_updated: Optional[str] = None,
|
821
|
+
updated_by: Optional[str] = None,
|
822
|
+
updated_by_name: Optional[str] = None):
|
769
823
|
"""
|
770
824
|
:param str aggregator_key: The owning object's key for this object.
|
825
|
+
:param Sequence['WorkspaceApplicationPatchMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
|
826
|
+
:param Sequence['WorkspaceApplicationPatchMetadataCountStatisticArgs'] count_statistics: A count statistics.
|
827
|
+
:param str created_by: The user that created the object.
|
828
|
+
:param str created_by_name: The user that created the object.
|
829
|
+
:param str identifier_path: The full path to identify this object.
|
830
|
+
:param Mapping[str, Any] info_fields: Information property fields.
|
771
831
|
:param bool is_favorite: Specifies whether this object is a favorite or not.
|
772
|
-
:param str key: The identifying key for the object.
|
773
832
|
:param Sequence[str] labels: 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.
|
774
833
|
:param int registry_version: The registry version.
|
834
|
+
:param str time_created: The date and time that the object was created.
|
835
|
+
:param str time_updated: The date and time that the object was updated.
|
836
|
+
:param str updated_by: The user that updated the object.
|
837
|
+
:param str updated_by_name: The user that updated the object.
|
775
838
|
"""
|
776
839
|
if aggregator_key is not None:
|
777
840
|
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
841
|
+
if aggregators is not None:
|
842
|
+
pulumi.set(__self__, "aggregators", aggregators)
|
843
|
+
if count_statistics is not None:
|
844
|
+
pulumi.set(__self__, "count_statistics", count_statistics)
|
845
|
+
if created_by is not None:
|
846
|
+
pulumi.set(__self__, "created_by", created_by)
|
847
|
+
if created_by_name is not None:
|
848
|
+
pulumi.set(__self__, "created_by_name", created_by_name)
|
849
|
+
if identifier_path is not None:
|
850
|
+
pulumi.set(__self__, "identifier_path", identifier_path)
|
851
|
+
if info_fields is not None:
|
852
|
+
pulumi.set(__self__, "info_fields", info_fields)
|
778
853
|
if is_favorite is not None:
|
779
854
|
pulumi.set(__self__, "is_favorite", is_favorite)
|
780
|
-
if key is not None:
|
781
|
-
pulumi.set(__self__, "key", key)
|
782
855
|
if labels is not None:
|
783
856
|
pulumi.set(__self__, "labels", labels)
|
784
857
|
if registry_version is not None:
|
785
858
|
pulumi.set(__self__, "registry_version", registry_version)
|
859
|
+
if time_created is not None:
|
860
|
+
pulumi.set(__self__, "time_created", time_created)
|
861
|
+
if time_updated is not None:
|
862
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
863
|
+
if updated_by is not None:
|
864
|
+
pulumi.set(__self__, "updated_by", updated_by)
|
865
|
+
if updated_by_name is not None:
|
866
|
+
pulumi.set(__self__, "updated_by_name", updated_by_name)
|
786
867
|
|
787
868
|
@property
|
788
869
|
@pulumi.getter(name="aggregatorKey")
|
@@ -793,20 +874,60 @@ class WorkspaceApplicationRegistryMetadata(dict):
|
|
793
874
|
return pulumi.get(self, "aggregator_key")
|
794
875
|
|
795
876
|
@property
|
796
|
-
@pulumi.getter
|
797
|
-
def
|
877
|
+
@pulumi.getter
|
878
|
+
def aggregators(self) -> Optional[Sequence['outputs.WorkspaceApplicationPatchMetadataAggregator']]:
|
798
879
|
"""
|
799
|
-
|
880
|
+
A summary type containing information about the object's aggregator including its type, key, name and description.
|
800
881
|
"""
|
801
|
-
return pulumi.get(self, "
|
882
|
+
return pulumi.get(self, "aggregators")
|
802
883
|
|
803
884
|
@property
|
804
|
-
@pulumi.getter
|
805
|
-
def
|
885
|
+
@pulumi.getter(name="countStatistics")
|
886
|
+
def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceApplicationPatchMetadataCountStatistic']]:
|
806
887
|
"""
|
807
|
-
|
888
|
+
A count statistics.
|
808
889
|
"""
|
809
|
-
return pulumi.get(self, "
|
890
|
+
return pulumi.get(self, "count_statistics")
|
891
|
+
|
892
|
+
@property
|
893
|
+
@pulumi.getter(name="createdBy")
|
894
|
+
def created_by(self) -> Optional[str]:
|
895
|
+
"""
|
896
|
+
The user that created the object.
|
897
|
+
"""
|
898
|
+
return pulumi.get(self, "created_by")
|
899
|
+
|
900
|
+
@property
|
901
|
+
@pulumi.getter(name="createdByName")
|
902
|
+
def created_by_name(self) -> Optional[str]:
|
903
|
+
"""
|
904
|
+
The user that created the object.
|
905
|
+
"""
|
906
|
+
return pulumi.get(self, "created_by_name")
|
907
|
+
|
908
|
+
@property
|
909
|
+
@pulumi.getter(name="identifierPath")
|
910
|
+
def identifier_path(self) -> Optional[str]:
|
911
|
+
"""
|
912
|
+
The full path to identify this object.
|
913
|
+
"""
|
914
|
+
return pulumi.get(self, "identifier_path")
|
915
|
+
|
916
|
+
@property
|
917
|
+
@pulumi.getter(name="infoFields")
|
918
|
+
def info_fields(self) -> Optional[Mapping[str, Any]]:
|
919
|
+
"""
|
920
|
+
Information property fields.
|
921
|
+
"""
|
922
|
+
return pulumi.get(self, "info_fields")
|
923
|
+
|
924
|
+
@property
|
925
|
+
@pulumi.getter(name="isFavorite")
|
926
|
+
def is_favorite(self) -> Optional[bool]:
|
927
|
+
"""
|
928
|
+
Specifies whether this object is a favorite or not.
|
929
|
+
"""
|
930
|
+
return pulumi.get(self, "is_favorite")
|
810
931
|
|
811
932
|
@property
|
812
933
|
@pulumi.getter
|
@@ -824,155 +945,280 @@ class WorkspaceApplicationRegistryMetadata(dict):
|
|
824
945
|
"""
|
825
946
|
return pulumi.get(self, "registry_version")
|
826
947
|
|
948
|
+
@property
|
949
|
+
@pulumi.getter(name="timeCreated")
|
950
|
+
def time_created(self) -> Optional[str]:
|
951
|
+
"""
|
952
|
+
The date and time that the object was created.
|
953
|
+
"""
|
954
|
+
return pulumi.get(self, "time_created")
|
827
955
|
|
828
|
-
@
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
elif key == "applicationVersion":
|
836
|
-
suggest = "application_version"
|
837
|
-
elif key == "copyType":
|
838
|
-
suggest = "copy_type"
|
839
|
-
elif key == "lastPatchKey":
|
840
|
-
suggest = "last_patch_key"
|
841
|
-
elif key == "workspaceId":
|
842
|
-
suggest = "workspace_id"
|
956
|
+
@property
|
957
|
+
@pulumi.getter(name="timeUpdated")
|
958
|
+
def time_updated(self) -> Optional[str]:
|
959
|
+
"""
|
960
|
+
The date and time that the object was updated.
|
961
|
+
"""
|
962
|
+
return pulumi.get(self, "time_updated")
|
843
963
|
|
844
|
-
|
845
|
-
|
964
|
+
@property
|
965
|
+
@pulumi.getter(name="updatedBy")
|
966
|
+
def updated_by(self) -> Optional[str]:
|
967
|
+
"""
|
968
|
+
The user that updated the object.
|
969
|
+
"""
|
970
|
+
return pulumi.get(self, "updated_by")
|
846
971
|
|
847
|
-
|
848
|
-
|
849
|
-
|
972
|
+
@property
|
973
|
+
@pulumi.getter(name="updatedByName")
|
974
|
+
def updated_by_name(self) -> Optional[str]:
|
975
|
+
"""
|
976
|
+
The user that updated the object.
|
977
|
+
"""
|
978
|
+
return pulumi.get(self, "updated_by_name")
|
850
979
|
|
851
|
-
def get(self, key: str, default = None) -> Any:
|
852
|
-
WorkspaceApplicationSourceApplicationInfo.__key_warning(key)
|
853
|
-
return super().get(key, default)
|
854
980
|
|
981
|
+
@pulumi.output_type
|
982
|
+
class WorkspaceApplicationPatchMetadataAggregator(dict):
|
855
983
|
def __init__(__self__, *,
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
984
|
+
description: Optional[str] = None,
|
985
|
+
identifier: Optional[str] = None,
|
986
|
+
key: Optional[str] = None,
|
987
|
+
name: Optional[str] = None,
|
988
|
+
type: Optional[str] = None):
|
861
989
|
"""
|
862
|
-
:param str
|
863
|
-
:param str
|
864
|
-
:param str
|
865
|
-
:param str
|
866
|
-
:param str
|
867
|
-
|
868
|
-
|
869
|
-
** IMPORTANT **
|
870
|
-
Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
|
990
|
+
:param str description: Detailed description for the object.
|
991
|
+
: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.
|
992
|
+
:param str key: The identifying key for the object.
|
993
|
+
: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.
|
994
|
+
:param str type: The type of the object in patch.
|
871
995
|
"""
|
872
|
-
if
|
873
|
-
pulumi.set(__self__, "
|
874
|
-
if
|
875
|
-
pulumi.set(__self__, "
|
876
|
-
if
|
877
|
-
pulumi.set(__self__, "
|
878
|
-
if
|
879
|
-
pulumi.set(__self__, "
|
880
|
-
if
|
881
|
-
pulumi.set(__self__, "
|
996
|
+
if description is not None:
|
997
|
+
pulumi.set(__self__, "description", description)
|
998
|
+
if identifier is not None:
|
999
|
+
pulumi.set(__self__, "identifier", identifier)
|
1000
|
+
if key is not None:
|
1001
|
+
pulumi.set(__self__, "key", key)
|
1002
|
+
if name is not None:
|
1003
|
+
pulumi.set(__self__, "name", name)
|
1004
|
+
if type is not None:
|
1005
|
+
pulumi.set(__self__, "type", type)
|
882
1006
|
|
883
1007
|
@property
|
884
|
-
@pulumi.getter
|
885
|
-
def
|
1008
|
+
@pulumi.getter
|
1009
|
+
def description(self) -> Optional[str]:
|
886
1010
|
"""
|
887
|
-
|
1011
|
+
Detailed description for the object.
|
888
1012
|
"""
|
889
|
-
return pulumi.get(self, "
|
1013
|
+
return pulumi.get(self, "description")
|
890
1014
|
|
891
1015
|
@property
|
892
|
-
@pulumi.getter
|
893
|
-
def
|
1016
|
+
@pulumi.getter
|
1017
|
+
def identifier(self) -> Optional[str]:
|
894
1018
|
"""
|
895
|
-
|
1019
|
+
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
|
896
1020
|
"""
|
897
|
-
return pulumi.get(self, "
|
1021
|
+
return pulumi.get(self, "identifier")
|
898
1022
|
|
899
1023
|
@property
|
900
|
-
@pulumi.getter
|
901
|
-
def
|
1024
|
+
@pulumi.getter
|
1025
|
+
def key(self) -> Optional[str]:
|
902
1026
|
"""
|
903
|
-
|
1027
|
+
The identifying key for the object.
|
904
1028
|
"""
|
905
|
-
return pulumi.get(self, "
|
1029
|
+
return pulumi.get(self, "key")
|
906
1030
|
|
907
1031
|
@property
|
908
|
-
@pulumi.getter
|
909
|
-
def
|
1032
|
+
@pulumi.getter
|
1033
|
+
def name(self) -> Optional[str]:
|
910
1034
|
"""
|
911
|
-
The
|
1035
|
+
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.
|
912
1036
|
"""
|
913
|
-
return pulumi.get(self, "
|
1037
|
+
return pulumi.get(self, "name")
|
914
1038
|
|
915
1039
|
@property
|
916
|
-
@pulumi.getter
|
917
|
-
def
|
1040
|
+
@pulumi.getter
|
1041
|
+
def type(self) -> Optional[str]:
|
918
1042
|
"""
|
919
|
-
The
|
1043
|
+
The type of the object in patch.
|
1044
|
+
"""
|
1045
|
+
return pulumi.get(self, "type")
|
920
1046
|
|
921
1047
|
|
922
|
-
|
923
|
-
|
1048
|
+
@pulumi.output_type
|
1049
|
+
class WorkspaceApplicationPatchMetadataCountStatistic(dict):
|
1050
|
+
@staticmethod
|
1051
|
+
def __key_warning(key: str):
|
1052
|
+
suggest = None
|
1053
|
+
if key == "objectTypeCountLists":
|
1054
|
+
suggest = "object_type_count_lists"
|
1055
|
+
|
1056
|
+
if suggest:
|
1057
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationPatchMetadataCountStatistic. Access the value via the '{suggest}' property getter instead.")
|
1058
|
+
|
1059
|
+
def __getitem__(self, key: str) -> Any:
|
1060
|
+
WorkspaceApplicationPatchMetadataCountStatistic.__key_warning(key)
|
1061
|
+
return super().__getitem__(key)
|
1062
|
+
|
1063
|
+
def get(self, key: str, default = None) -> Any:
|
1064
|
+
WorkspaceApplicationPatchMetadataCountStatistic.__key_warning(key)
|
1065
|
+
return super().get(key, default)
|
1066
|
+
|
1067
|
+
def __init__(__self__, *,
|
1068
|
+
object_type_count_lists: Optional[Sequence['outputs.WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountList']] = None):
|
924
1069
|
"""
|
925
|
-
|
1070
|
+
:param Sequence['WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
1071
|
+
"""
|
1072
|
+
if object_type_count_lists is not None:
|
1073
|
+
pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
|
1074
|
+
|
1075
|
+
@property
|
1076
|
+
@pulumi.getter(name="objectTypeCountLists")
|
1077
|
+
def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountList']]:
|
1078
|
+
"""
|
1079
|
+
The array of statistics.
|
1080
|
+
"""
|
1081
|
+
return pulumi.get(self, "object_type_count_lists")
|
926
1082
|
|
927
1083
|
|
928
1084
|
@pulumi.output_type
|
929
|
-
class
|
1085
|
+
class WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountList(dict):
|
930
1086
|
@staticmethod
|
931
1087
|
def __key_warning(key: str):
|
932
1088
|
suggest = None
|
933
|
-
if key == "
|
934
|
-
suggest = "
|
935
|
-
elif key == "namePath":
|
936
|
-
suggest = "name_path"
|
1089
|
+
if key == "objectCount":
|
1090
|
+
suggest = "object_count"
|
937
1091
|
elif key == "objectType":
|
938
1092
|
suggest = "object_type"
|
1093
|
+
|
1094
|
+
if suggest:
|
1095
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountList. Access the value via the '{suggest}' property getter instead.")
|
1096
|
+
|
1097
|
+
def __getitem__(self, key: str) -> Any:
|
1098
|
+
WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountList.__key_warning(key)
|
1099
|
+
return super().__getitem__(key)
|
1100
|
+
|
1101
|
+
def get(self, key: str, default = None) -> Any:
|
1102
|
+
WorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountList.__key_warning(key)
|
1103
|
+
return super().get(key, default)
|
1104
|
+
|
1105
|
+
def __init__(__self__, *,
|
1106
|
+
object_count: Optional[str] = None,
|
1107
|
+
object_type: Optional[str] = None):
|
1108
|
+
"""
|
1109
|
+
:param str object_count: The value for the count statistic object.
|
1110
|
+
:param str object_type: The type of object for the count statistic object.
|
1111
|
+
"""
|
1112
|
+
if object_count is not None:
|
1113
|
+
pulumi.set(__self__, "object_count", object_count)
|
1114
|
+
if object_type is not None:
|
1115
|
+
pulumi.set(__self__, "object_type", object_type)
|
1116
|
+
|
1117
|
+
@property
|
1118
|
+
@pulumi.getter(name="objectCount")
|
1119
|
+
def object_count(self) -> Optional[str]:
|
1120
|
+
"""
|
1121
|
+
The value for the count statistic object.
|
1122
|
+
"""
|
1123
|
+
return pulumi.get(self, "object_count")
|
1124
|
+
|
1125
|
+
@property
|
1126
|
+
@pulumi.getter(name="objectType")
|
1127
|
+
def object_type(self) -> Optional[str]:
|
1128
|
+
"""
|
1129
|
+
The type of object for the count statistic object.
|
1130
|
+
"""
|
1131
|
+
return pulumi.get(self, "object_type")
|
1132
|
+
|
1133
|
+
|
1134
|
+
@pulumi.output_type
|
1135
|
+
class WorkspaceApplicationPatchParentRef(dict):
|
1136
|
+
@staticmethod
|
1137
|
+
def __key_warning(key: str):
|
1138
|
+
suggest = None
|
1139
|
+
if key == "rootDocId":
|
1140
|
+
suggest = "root_doc_id"
|
1141
|
+
|
1142
|
+
if suggest:
|
1143
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationPatchParentRef. Access the value via the '{suggest}' property getter instead.")
|
1144
|
+
|
1145
|
+
def __getitem__(self, key: str) -> Any:
|
1146
|
+
WorkspaceApplicationPatchParentRef.__key_warning(key)
|
1147
|
+
return super().__getitem__(key)
|
1148
|
+
|
1149
|
+
def get(self, key: str, default = None) -> Any:
|
1150
|
+
WorkspaceApplicationPatchParentRef.__key_warning(key)
|
1151
|
+
return super().get(key, default)
|
1152
|
+
|
1153
|
+
def __init__(__self__, *,
|
1154
|
+
parent: Optional[str] = None,
|
1155
|
+
root_doc_id: Optional[str] = None):
|
1156
|
+
"""
|
1157
|
+
:param str parent: Key of the parent object.
|
1158
|
+
:param str root_doc_id: Key of the root document object.
|
1159
|
+
"""
|
1160
|
+
if parent is not None:
|
1161
|
+
pulumi.set(__self__, "parent", parent)
|
1162
|
+
if root_doc_id is not None:
|
1163
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
1164
|
+
|
1165
|
+
@property
|
1166
|
+
@pulumi.getter
|
1167
|
+
def parent(self) -> Optional[str]:
|
1168
|
+
"""
|
1169
|
+
Key of the parent object.
|
1170
|
+
"""
|
1171
|
+
return pulumi.get(self, "parent")
|
1172
|
+
|
1173
|
+
@property
|
1174
|
+
@pulumi.getter(name="rootDocId")
|
1175
|
+
def root_doc_id(self) -> Optional[str]:
|
1176
|
+
"""
|
1177
|
+
Key of the root document object.
|
1178
|
+
"""
|
1179
|
+
return pulumi.get(self, "root_doc_id")
|
1180
|
+
|
1181
|
+
|
1182
|
+
@pulumi.output_type
|
1183
|
+
class WorkspaceApplicationPatchPatchObjectMetadata(dict):
|
1184
|
+
@staticmethod
|
1185
|
+
def __key_warning(key: str):
|
1186
|
+
suggest = None
|
1187
|
+
if key == "namePath":
|
1188
|
+
suggest = "name_path"
|
939
1189
|
elif key == "objectVersion":
|
940
1190
|
suggest = "object_version"
|
941
|
-
elif key == "timeUpdatedInMillis":
|
942
|
-
suggest = "time_updated_in_millis"
|
943
1191
|
|
944
1192
|
if suggest:
|
945
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
1193
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationPatchPatchObjectMetadata. Access the value via the '{suggest}' property getter instead.")
|
946
1194
|
|
947
1195
|
def __getitem__(self, key: str) -> Any:
|
948
|
-
|
1196
|
+
WorkspaceApplicationPatchPatchObjectMetadata.__key_warning(key)
|
949
1197
|
return super().__getitem__(key)
|
950
1198
|
|
951
1199
|
def get(self, key: str, default = None) -> Any:
|
952
|
-
|
1200
|
+
WorkspaceApplicationPatchPatchObjectMetadata.__key_warning(key)
|
953
1201
|
return super().get(key, default)
|
954
1202
|
|
955
1203
|
def __init__(__self__, *,
|
956
|
-
|
1204
|
+
action: Optional[str] = None,
|
957
1205
|
identifier: Optional[str] = None,
|
958
1206
|
key: Optional[str] = None,
|
959
1207
|
name: Optional[str] = None,
|
960
1208
|
name_path: Optional[str] = None,
|
961
|
-
|
962
|
-
|
963
|
-
time_updated_in_millis: Optional[str] = None):
|
1209
|
+
object_version: Optional[int] = None,
|
1210
|
+
type: Optional[str] = None):
|
964
1211
|
"""
|
965
|
-
:param str
|
966
|
-
:param str identifier:
|
967
|
-
:param str key:
|
968
|
-
:param str name: Name
|
969
|
-
:param str name_path:
|
970
|
-
:param
|
971
|
-
:param str
|
972
|
-
:param str time_updated_in_millis: time at which this object was last updated.
|
1212
|
+
:param str action: The patch action indicating if object was created, updated, or deleted.
|
1213
|
+
: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.
|
1214
|
+
:param str key: The identifying key for the object.
|
1215
|
+
: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.
|
1216
|
+
:param str name_path: The fully qualified path of the published object, which would include its project and folder.
|
1217
|
+
:param int object_version: The object version.
|
1218
|
+
:param str type: The type of the object in patch.
|
973
1219
|
"""
|
974
|
-
if
|
975
|
-
pulumi.set(__self__, "
|
1220
|
+
if action is not None:
|
1221
|
+
pulumi.set(__self__, "action", action)
|
976
1222
|
if identifier is not None:
|
977
1223
|
pulumi.set(__self__, "identifier", identifier)
|
978
1224
|
if key is not None:
|
@@ -981,26 +1227,24 @@ class WorkspaceExportRequestExportedItem(dict):
|
|
981
1227
|
pulumi.set(__self__, "name", name)
|
982
1228
|
if name_path is not None:
|
983
1229
|
pulumi.set(__self__, "name_path", name_path)
|
984
|
-
if object_type is not None:
|
985
|
-
pulumi.set(__self__, "object_type", object_type)
|
986
1230
|
if object_version is not None:
|
987
1231
|
pulumi.set(__self__, "object_version", object_version)
|
988
|
-
if
|
989
|
-
pulumi.set(__self__, "
|
1232
|
+
if type is not None:
|
1233
|
+
pulumi.set(__self__, "type", type)
|
990
1234
|
|
991
1235
|
@property
|
992
|
-
@pulumi.getter
|
993
|
-
def
|
1236
|
+
@pulumi.getter
|
1237
|
+
def action(self) -> Optional[str]:
|
994
1238
|
"""
|
995
|
-
|
1239
|
+
The patch action indicating if object was created, updated, or deleted.
|
996
1240
|
"""
|
997
|
-
return pulumi.get(self, "
|
1241
|
+
return pulumi.get(self, "action")
|
998
1242
|
|
999
1243
|
@property
|
1000
1244
|
@pulumi.getter
|
1001
1245
|
def identifier(self) -> Optional[str]:
|
1002
1246
|
"""
|
1003
|
-
|
1247
|
+
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
|
1004
1248
|
"""
|
1005
1249
|
return pulumi.get(self, "identifier")
|
1006
1250
|
|
@@ -1008,7 +1252,7 @@ class WorkspaceExportRequestExportedItem(dict):
|
|
1008
1252
|
@pulumi.getter
|
1009
1253
|
def key(self) -> Optional[str]:
|
1010
1254
|
"""
|
1011
|
-
|
1255
|
+
The identifying key for the object.
|
1012
1256
|
"""
|
1013
1257
|
return pulumi.get(self, "key")
|
1014
1258
|
|
@@ -1016,7 +1260,7 @@ class WorkspaceExportRequestExportedItem(dict):
|
|
1016
1260
|
@pulumi.getter
|
1017
1261
|
def name(self) -> Optional[str]:
|
1018
1262
|
"""
|
1019
|
-
Name
|
1263
|
+
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.
|
1020
1264
|
"""
|
1021
1265
|
return pulumi.get(self, "name")
|
1022
1266
|
|
@@ -1024,205 +1268,103 @@ class WorkspaceExportRequestExportedItem(dict):
|
|
1024
1268
|
@pulumi.getter(name="namePath")
|
1025
1269
|
def name_path(self) -> Optional[str]:
|
1026
1270
|
"""
|
1027
|
-
|
1271
|
+
The fully qualified path of the published object, which would include its project and folder.
|
1028
1272
|
"""
|
1029
1273
|
return pulumi.get(self, "name_path")
|
1030
1274
|
|
1031
|
-
@property
|
1032
|
-
@pulumi.getter(name="objectType")
|
1033
|
-
def object_type(self) -> Optional[str]:
|
1034
|
-
"""
|
1035
|
-
Object type
|
1036
|
-
"""
|
1037
|
-
return pulumi.get(self, "object_type")
|
1038
|
-
|
1039
1275
|
@property
|
1040
1276
|
@pulumi.getter(name="objectVersion")
|
1041
|
-
def object_version(self) -> Optional[
|
1277
|
+
def object_version(self) -> Optional[int]:
|
1042
1278
|
"""
|
1043
|
-
|
1279
|
+
The object version.
|
1044
1280
|
"""
|
1045
1281
|
return pulumi.get(self, "object_version")
|
1046
1282
|
|
1047
1283
|
@property
|
1048
|
-
@pulumi.getter
|
1049
|
-
def
|
1284
|
+
@pulumi.getter
|
1285
|
+
def type(self) -> Optional[str]:
|
1050
1286
|
"""
|
1051
|
-
|
1287
|
+
The type of the object in patch.
|
1052
1288
|
"""
|
1053
|
-
return pulumi.get(self, "
|
1289
|
+
return pulumi.get(self, "type")
|
1054
1290
|
|
1055
1291
|
|
1056
1292
|
@pulumi.output_type
|
1057
|
-
class
|
1293
|
+
class WorkspaceApplicationPatchRegistryMetadata(dict):
|
1058
1294
|
@staticmethod
|
1059
1295
|
def __key_warning(key: str):
|
1060
1296
|
suggest = None
|
1061
1297
|
if key == "aggregatorKey":
|
1062
1298
|
suggest = "aggregator_key"
|
1063
|
-
elif key == "countStatistics":
|
1064
|
-
suggest = "count_statistics"
|
1065
|
-
elif key == "createdBy":
|
1066
|
-
suggest = "created_by"
|
1067
|
-
elif key == "createdByName":
|
1068
|
-
suggest = "created_by_name"
|
1069
|
-
elif key == "identifierPath":
|
1070
|
-
suggest = "identifier_path"
|
1071
|
-
elif key == "infoFields":
|
1072
|
-
suggest = "info_fields"
|
1073
1299
|
elif key == "isFavorite":
|
1074
1300
|
suggest = "is_favorite"
|
1075
1301
|
elif key == "registryVersion":
|
1076
1302
|
suggest = "registry_version"
|
1077
|
-
elif key == "timeCreated":
|
1078
|
-
suggest = "time_created"
|
1079
|
-
elif key == "timeUpdated":
|
1080
|
-
suggest = "time_updated"
|
1081
|
-
elif key == "updatedBy":
|
1082
|
-
suggest = "updated_by"
|
1083
|
-
elif key == "updatedByName":
|
1084
|
-
suggest = "updated_by_name"
|
1085
1303
|
|
1086
1304
|
if suggest:
|
1087
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
1305
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationPatchRegistryMetadata. Access the value via the '{suggest}' property getter instead.")
|
1088
1306
|
|
1089
1307
|
def __getitem__(self, key: str) -> Any:
|
1090
|
-
|
1308
|
+
WorkspaceApplicationPatchRegistryMetadata.__key_warning(key)
|
1091
1309
|
return super().__getitem__(key)
|
1092
1310
|
|
1093
1311
|
def get(self, key: str, default = None) -> Any:
|
1094
|
-
|
1312
|
+
WorkspaceApplicationPatchRegistryMetadata.__key_warning(key)
|
1095
1313
|
return super().get(key, default)
|
1096
1314
|
|
1097
1315
|
def __init__(__self__, *,
|
1098
1316
|
aggregator_key: Optional[str] = None,
|
1099
|
-
aggregators: Optional[Sequence['outputs.WorkspaceFolderMetadataAggregator']] = None,
|
1100
|
-
count_statistics: Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatistic']] = None,
|
1101
|
-
created_by: Optional[str] = None,
|
1102
|
-
created_by_name: Optional[str] = None,
|
1103
|
-
identifier_path: Optional[str] = None,
|
1104
|
-
info_fields: Optional[Mapping[str, Any]] = None,
|
1105
1317
|
is_favorite: Optional[bool] = None,
|
1318
|
+
key: Optional[str] = None,
|
1106
1319
|
labels: Optional[Sequence[str]] = None,
|
1107
|
-
registry_version: Optional[int] = None
|
1108
|
-
time_created: Optional[str] = None,
|
1109
|
-
time_updated: Optional[str] = None,
|
1110
|
-
updated_by: Optional[str] = None,
|
1111
|
-
updated_by_name: Optional[str] = None):
|
1112
|
-
"""
|
1113
|
-
:param str aggregator_key: (Updatable) The owning object's key for this object.
|
1114
|
-
:param Sequence['WorkspaceFolderMetadataAggregatorArgs'] aggregators: A summary type containing information about the object's aggregator including its type, key, name and description.
|
1115
|
-
:param Sequence['WorkspaceFolderMetadataCountStatisticArgs'] count_statistics: A count statistics.
|
1116
|
-
:param str created_by: The user that created the object.
|
1117
|
-
:param str created_by_name: The user that created the object.
|
1118
|
-
:param str identifier_path: The full path to identify this object.
|
1119
|
-
:param Mapping[str, Any] info_fields: Information property fields.
|
1120
|
-
:param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
|
1121
|
-
: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.
|
1122
|
-
:param int registry_version: (Updatable) The registry version.
|
1123
|
-
:param str time_created: The date and time that the object was created.
|
1124
|
-
:param str time_updated: The date and time that the object was updated.
|
1125
|
-
:param str updated_by: The user that updated the object.
|
1126
|
-
:param str updated_by_name: The user that updated the object.
|
1320
|
+
registry_version: Optional[int] = None):
|
1127
1321
|
"""
|
1128
|
-
|
1322
|
+
:param str aggregator_key: The owning object's key for this object.
|
1323
|
+
:param bool is_favorite: Specifies whether this object is a favorite or not.
|
1324
|
+
:param str key: The identifying key for the object.
|
1325
|
+
:param Sequence[str] labels: 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.
|
1326
|
+
:param int registry_version: The registry version.
|
1327
|
+
"""
|
1328
|
+
if aggregator_key is not None:
|
1129
1329
|
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
1130
|
-
if aggregators is not None:
|
1131
|
-
pulumi.set(__self__, "aggregators", aggregators)
|
1132
|
-
if count_statistics is not None:
|
1133
|
-
pulumi.set(__self__, "count_statistics", count_statistics)
|
1134
|
-
if created_by is not None:
|
1135
|
-
pulumi.set(__self__, "created_by", created_by)
|
1136
|
-
if created_by_name is not None:
|
1137
|
-
pulumi.set(__self__, "created_by_name", created_by_name)
|
1138
|
-
if identifier_path is not None:
|
1139
|
-
pulumi.set(__self__, "identifier_path", identifier_path)
|
1140
|
-
if info_fields is not None:
|
1141
|
-
pulumi.set(__self__, "info_fields", info_fields)
|
1142
1330
|
if is_favorite is not None:
|
1143
1331
|
pulumi.set(__self__, "is_favorite", is_favorite)
|
1332
|
+
if key is not None:
|
1333
|
+
pulumi.set(__self__, "key", key)
|
1144
1334
|
if labels is not None:
|
1145
1335
|
pulumi.set(__self__, "labels", labels)
|
1146
1336
|
if registry_version is not None:
|
1147
1337
|
pulumi.set(__self__, "registry_version", registry_version)
|
1148
|
-
if time_created is not None:
|
1149
|
-
pulumi.set(__self__, "time_created", time_created)
|
1150
|
-
if time_updated is not None:
|
1151
|
-
pulumi.set(__self__, "time_updated", time_updated)
|
1152
|
-
if updated_by is not None:
|
1153
|
-
pulumi.set(__self__, "updated_by", updated_by)
|
1154
|
-
if updated_by_name is not None:
|
1155
|
-
pulumi.set(__self__, "updated_by_name", updated_by_name)
|
1156
1338
|
|
1157
1339
|
@property
|
1158
1340
|
@pulumi.getter(name="aggregatorKey")
|
1159
1341
|
def aggregator_key(self) -> Optional[str]:
|
1160
1342
|
"""
|
1161
|
-
|
1343
|
+
The owning object's key for this object.
|
1162
1344
|
"""
|
1163
1345
|
return pulumi.get(self, "aggregator_key")
|
1164
1346
|
|
1165
1347
|
@property
|
1166
|
-
@pulumi.getter
|
1167
|
-
def
|
1168
|
-
"""
|
1169
|
-
A summary type containing information about the object's aggregator including its type, key, name and description.
|
1170
|
-
"""
|
1171
|
-
return pulumi.get(self, "aggregators")
|
1172
|
-
|
1173
|
-
@property
|
1174
|
-
@pulumi.getter(name="countStatistics")
|
1175
|
-
def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatistic']]:
|
1176
|
-
"""
|
1177
|
-
A count statistics.
|
1178
|
-
"""
|
1179
|
-
return pulumi.get(self, "count_statistics")
|
1180
|
-
|
1181
|
-
@property
|
1182
|
-
@pulumi.getter(name="createdBy")
|
1183
|
-
def created_by(self) -> Optional[str]:
|
1184
|
-
"""
|
1185
|
-
The user that created the object.
|
1186
|
-
"""
|
1187
|
-
return pulumi.get(self, "created_by")
|
1188
|
-
|
1189
|
-
@property
|
1190
|
-
@pulumi.getter(name="createdByName")
|
1191
|
-
def created_by_name(self) -> Optional[str]:
|
1192
|
-
"""
|
1193
|
-
The user that created the object.
|
1194
|
-
"""
|
1195
|
-
return pulumi.get(self, "created_by_name")
|
1196
|
-
|
1197
|
-
@property
|
1198
|
-
@pulumi.getter(name="identifierPath")
|
1199
|
-
def identifier_path(self) -> Optional[str]:
|
1200
|
-
"""
|
1201
|
-
The full path to identify this object.
|
1202
|
-
"""
|
1203
|
-
return pulumi.get(self, "identifier_path")
|
1204
|
-
|
1205
|
-
@property
|
1206
|
-
@pulumi.getter(name="infoFields")
|
1207
|
-
def info_fields(self) -> Optional[Mapping[str, Any]]:
|
1348
|
+
@pulumi.getter(name="isFavorite")
|
1349
|
+
def is_favorite(self) -> Optional[bool]:
|
1208
1350
|
"""
|
1209
|
-
|
1351
|
+
Specifies whether this object is a favorite or not.
|
1210
1352
|
"""
|
1211
|
-
return pulumi.get(self, "
|
1353
|
+
return pulumi.get(self, "is_favorite")
|
1212
1354
|
|
1213
1355
|
@property
|
1214
|
-
@pulumi.getter
|
1215
|
-
def
|
1356
|
+
@pulumi.getter
|
1357
|
+
def key(self) -> Optional[str]:
|
1216
1358
|
"""
|
1217
|
-
|
1359
|
+
The identifying key for the object.
|
1218
1360
|
"""
|
1219
|
-
return pulumi.get(self, "
|
1361
|
+
return pulumi.get(self, "key")
|
1220
1362
|
|
1221
1363
|
@property
|
1222
1364
|
@pulumi.getter
|
1223
1365
|
def labels(self) -> Optional[Sequence[str]]:
|
1224
1366
|
"""
|
1225
|
-
|
1367
|
+
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.
|
1226
1368
|
"""
|
1227
1369
|
return pulumi.get(self, "labels")
|
1228
1370
|
|
@@ -1230,76 +1372,71 @@ class WorkspaceFolderMetadata(dict):
|
|
1230
1372
|
@pulumi.getter(name="registryVersion")
|
1231
1373
|
def registry_version(self) -> Optional[int]:
|
1232
1374
|
"""
|
1233
|
-
|
1375
|
+
The registry version.
|
1234
1376
|
"""
|
1235
1377
|
return pulumi.get(self, "registry_version")
|
1236
1378
|
|
1237
|
-
@property
|
1238
|
-
@pulumi.getter(name="timeCreated")
|
1239
|
-
def time_created(self) -> Optional[str]:
|
1240
|
-
"""
|
1241
|
-
The date and time that the object was created.
|
1242
|
-
"""
|
1243
|
-
return pulumi.get(self, "time_created")
|
1244
1379
|
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
""
|
1251
|
-
|
1380
|
+
@pulumi.output_type
|
1381
|
+
class WorkspaceApplicationPublishedObjectMetadata(dict):
|
1382
|
+
@staticmethod
|
1383
|
+
def __key_warning(key: str):
|
1384
|
+
suggest = None
|
1385
|
+
if key == "namePath":
|
1386
|
+
suggest = "name_path"
|
1387
|
+
elif key == "objectVersion":
|
1388
|
+
suggest = "object_version"
|
1252
1389
|
|
1253
|
-
|
1254
|
-
|
1255
|
-
def updated_by(self) -> Optional[str]:
|
1256
|
-
"""
|
1257
|
-
The user that updated the object.
|
1258
|
-
"""
|
1259
|
-
return pulumi.get(self, "updated_by")
|
1390
|
+
if suggest:
|
1391
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationPublishedObjectMetadata. Access the value via the '{suggest}' property getter instead.")
|
1260
1392
|
|
1261
|
-
|
1262
|
-
|
1263
|
-
|
1264
|
-
"""
|
1265
|
-
The user that updated the object.
|
1266
|
-
"""
|
1267
|
-
return pulumi.get(self, "updated_by_name")
|
1393
|
+
def __getitem__(self, key: str) -> Any:
|
1394
|
+
WorkspaceApplicationPublishedObjectMetadata.__key_warning(key)
|
1395
|
+
return super().__getitem__(key)
|
1268
1396
|
|
1397
|
+
def get(self, key: str, default = None) -> Any:
|
1398
|
+
WorkspaceApplicationPublishedObjectMetadata.__key_warning(key)
|
1399
|
+
return super().get(key, default)
|
1269
1400
|
|
1270
|
-
@pulumi.output_type
|
1271
|
-
class WorkspaceFolderMetadataAggregator(dict):
|
1272
1401
|
def __init__(__self__, *,
|
1273
|
-
|
1402
|
+
action: Optional[str] = None,
|
1274
1403
|
identifier: Optional[str] = None,
|
1275
1404
|
key: Optional[str] = None,
|
1276
1405
|
name: Optional[str] = None,
|
1406
|
+
name_path: Optional[str] = None,
|
1407
|
+
object_version: Optional[int] = None,
|
1277
1408
|
type: Optional[str] = None):
|
1278
1409
|
"""
|
1279
|
-
:param str
|
1410
|
+
:param str action: The patch action indicating if object was created, updated, or deleted.
|
1280
1411
|
: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.
|
1281
|
-
:param str key:
|
1412
|
+
:param str key: The identifying key for the object.
|
1282
1413
|
: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.
|
1283
|
-
:param str
|
1414
|
+
:param str name_path: The fully qualified path of the published object, which would include its project and folder.
|
1415
|
+
:param int object_version: The object version.
|
1416
|
+
:param str type: The type of the object in patch.
|
1284
1417
|
"""
|
1285
|
-
if
|
1286
|
-
pulumi.set(__self__, "
|
1418
|
+
if action is not None:
|
1419
|
+
pulumi.set(__self__, "action", action)
|
1287
1420
|
if identifier is not None:
|
1288
1421
|
pulumi.set(__self__, "identifier", identifier)
|
1289
1422
|
if key is not None:
|
1290
1423
|
pulumi.set(__self__, "key", key)
|
1291
1424
|
if name is not None:
|
1292
1425
|
pulumi.set(__self__, "name", name)
|
1426
|
+
if name_path is not None:
|
1427
|
+
pulumi.set(__self__, "name_path", name_path)
|
1428
|
+
if object_version is not None:
|
1429
|
+
pulumi.set(__self__, "object_version", object_version)
|
1293
1430
|
if type is not None:
|
1294
1431
|
pulumi.set(__self__, "type", type)
|
1295
1432
|
|
1296
1433
|
@property
|
1297
1434
|
@pulumi.getter
|
1298
|
-
def
|
1435
|
+
def action(self) -> Optional[str]:
|
1299
1436
|
"""
|
1300
|
-
|
1437
|
+
The patch action indicating if object was created, updated, or deleted.
|
1301
1438
|
"""
|
1302
|
-
return pulumi.get(self, "
|
1439
|
+
return pulumi.get(self, "action")
|
1303
1440
|
|
1304
1441
|
@property
|
1305
1442
|
@pulumi.getter
|
@@ -1313,7 +1450,7 @@ class WorkspaceFolderMetadataAggregator(dict):
|
|
1313
1450
|
@pulumi.getter
|
1314
1451
|
def key(self) -> Optional[str]:
|
1315
1452
|
"""
|
1316
|
-
|
1453
|
+
The identifying key for the object.
|
1317
1454
|
"""
|
1318
1455
|
return pulumi.get(self, "key")
|
1319
1456
|
|
@@ -1325,460 +1462,349 @@ class WorkspaceFolderMetadataAggregator(dict):
|
|
1325
1462
|
"""
|
1326
1463
|
return pulumi.get(self, "name")
|
1327
1464
|
|
1465
|
+
@property
|
1466
|
+
@pulumi.getter(name="namePath")
|
1467
|
+
def name_path(self) -> Optional[str]:
|
1468
|
+
"""
|
1469
|
+
The fully qualified path of the published object, which would include its project and folder.
|
1470
|
+
"""
|
1471
|
+
return pulumi.get(self, "name_path")
|
1472
|
+
|
1473
|
+
@property
|
1474
|
+
@pulumi.getter(name="objectVersion")
|
1475
|
+
def object_version(self) -> Optional[int]:
|
1476
|
+
"""
|
1477
|
+
The object version.
|
1478
|
+
"""
|
1479
|
+
return pulumi.get(self, "object_version")
|
1480
|
+
|
1328
1481
|
@property
|
1329
1482
|
@pulumi.getter
|
1330
1483
|
def type(self) -> Optional[str]:
|
1331
1484
|
"""
|
1332
|
-
The type of the
|
1485
|
+
The type of the object in patch.
|
1333
1486
|
"""
|
1334
1487
|
return pulumi.get(self, "type")
|
1335
1488
|
|
1336
1489
|
|
1337
1490
|
@pulumi.output_type
|
1338
|
-
class
|
1491
|
+
class WorkspaceApplicationRegistryMetadata(dict):
|
1339
1492
|
@staticmethod
|
1340
1493
|
def __key_warning(key: str):
|
1341
1494
|
suggest = None
|
1342
|
-
if key == "
|
1343
|
-
suggest = "
|
1495
|
+
if key == "aggregatorKey":
|
1496
|
+
suggest = "aggregator_key"
|
1497
|
+
elif key == "isFavorite":
|
1498
|
+
suggest = "is_favorite"
|
1499
|
+
elif key == "registryVersion":
|
1500
|
+
suggest = "registry_version"
|
1344
1501
|
|
1345
1502
|
if suggest:
|
1346
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
1503
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationRegistryMetadata. Access the value via the '{suggest}' property getter instead.")
|
1347
1504
|
|
1348
1505
|
def __getitem__(self, key: str) -> Any:
|
1349
|
-
|
1506
|
+
WorkspaceApplicationRegistryMetadata.__key_warning(key)
|
1350
1507
|
return super().__getitem__(key)
|
1351
1508
|
|
1352
1509
|
def get(self, key: str, default = None) -> Any:
|
1353
|
-
|
1510
|
+
WorkspaceApplicationRegistryMetadata.__key_warning(key)
|
1354
1511
|
return super().get(key, default)
|
1355
1512
|
|
1356
1513
|
def __init__(__self__, *,
|
1357
|
-
|
1514
|
+
aggregator_key: Optional[str] = None,
|
1515
|
+
is_favorite: Optional[bool] = None,
|
1516
|
+
key: Optional[str] = None,
|
1517
|
+
labels: Optional[Sequence[str]] = None,
|
1518
|
+
registry_version: Optional[int] = None):
|
1358
1519
|
"""
|
1359
|
-
:param
|
1520
|
+
:param str aggregator_key: The owning object's key for this object.
|
1521
|
+
:param bool is_favorite: Specifies whether this object is a favorite or not.
|
1522
|
+
:param str key: The identifying key for the object.
|
1523
|
+
:param Sequence[str] labels: 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.
|
1524
|
+
:param int registry_version: The registry version.
|
1360
1525
|
"""
|
1361
|
-
if
|
1362
|
-
pulumi.set(__self__, "
|
1526
|
+
if aggregator_key is not None:
|
1527
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
1528
|
+
if is_favorite is not None:
|
1529
|
+
pulumi.set(__self__, "is_favorite", is_favorite)
|
1530
|
+
if key is not None:
|
1531
|
+
pulumi.set(__self__, "key", key)
|
1532
|
+
if labels is not None:
|
1533
|
+
pulumi.set(__self__, "labels", labels)
|
1534
|
+
if registry_version is not None:
|
1535
|
+
pulumi.set(__self__, "registry_version", registry_version)
|
1363
1536
|
|
1364
1537
|
@property
|
1365
|
-
@pulumi.getter(name="
|
1366
|
-
def
|
1538
|
+
@pulumi.getter(name="aggregatorKey")
|
1539
|
+
def aggregator_key(self) -> Optional[str]:
|
1367
1540
|
"""
|
1368
|
-
The
|
1541
|
+
The owning object's key for this object.
|
1369
1542
|
"""
|
1370
|
-
return pulumi.get(self, "
|
1543
|
+
return pulumi.get(self, "aggregator_key")
|
1371
1544
|
|
1545
|
+
@property
|
1546
|
+
@pulumi.getter(name="isFavorite")
|
1547
|
+
def is_favorite(self) -> Optional[bool]:
|
1548
|
+
"""
|
1549
|
+
Specifies whether this object is a favorite or not.
|
1550
|
+
"""
|
1551
|
+
return pulumi.get(self, "is_favorite")
|
1372
1552
|
|
1373
|
-
@
|
1374
|
-
|
1375
|
-
|
1376
|
-
|
1377
|
-
|
1378
|
-
|
1379
|
-
|
1380
|
-
elif key == "objectType":
|
1381
|
-
suggest = "object_type"
|
1382
|
-
|
1383
|
-
if suggest:
|
1384
|
-
pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadataCountStatisticObjectTypeCountList. Access the value via the '{suggest}' property getter instead.")
|
1385
|
-
|
1386
|
-
def __getitem__(self, key: str) -> Any:
|
1387
|
-
WorkspaceFolderMetadataCountStatisticObjectTypeCountList.__key_warning(key)
|
1388
|
-
return super().__getitem__(key)
|
1389
|
-
|
1390
|
-
def get(self, key: str, default = None) -> Any:
|
1391
|
-
WorkspaceFolderMetadataCountStatisticObjectTypeCountList.__key_warning(key)
|
1392
|
-
return super().get(key, default)
|
1393
|
-
|
1394
|
-
def __init__(__self__, *,
|
1395
|
-
object_count: Optional[str] = None,
|
1396
|
-
object_type: Optional[str] = None):
|
1397
|
-
"""
|
1398
|
-
:param str object_count: The value for the count statistic object.
|
1399
|
-
:param str object_type: The type of object for the count statistic object.
|
1400
|
-
"""
|
1401
|
-
if object_count is not None:
|
1402
|
-
pulumi.set(__self__, "object_count", object_count)
|
1403
|
-
if object_type is not None:
|
1404
|
-
pulumi.set(__self__, "object_type", object_type)
|
1553
|
+
@property
|
1554
|
+
@pulumi.getter
|
1555
|
+
def key(self) -> Optional[str]:
|
1556
|
+
"""
|
1557
|
+
The identifying key for the object.
|
1558
|
+
"""
|
1559
|
+
return pulumi.get(self, "key")
|
1405
1560
|
|
1406
1561
|
@property
|
1407
|
-
@pulumi.getter
|
1408
|
-
def
|
1562
|
+
@pulumi.getter
|
1563
|
+
def labels(self) -> Optional[Sequence[str]]:
|
1409
1564
|
"""
|
1410
|
-
|
1565
|
+
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.
|
1411
1566
|
"""
|
1412
|
-
return pulumi.get(self, "
|
1567
|
+
return pulumi.get(self, "labels")
|
1413
1568
|
|
1414
1569
|
@property
|
1415
|
-
@pulumi.getter(name="
|
1416
|
-
def
|
1570
|
+
@pulumi.getter(name="registryVersion")
|
1571
|
+
def registry_version(self) -> Optional[int]:
|
1417
1572
|
"""
|
1418
|
-
The
|
1573
|
+
The registry version.
|
1419
1574
|
"""
|
1420
|
-
return pulumi.get(self, "
|
1575
|
+
return pulumi.get(self, "registry_version")
|
1421
1576
|
|
1422
1577
|
|
1423
1578
|
@pulumi.output_type
|
1424
|
-
class
|
1579
|
+
class WorkspaceApplicationSourceApplicationInfo(dict):
|
1425
1580
|
@staticmethod
|
1426
1581
|
def __key_warning(key: str):
|
1427
1582
|
suggest = None
|
1428
|
-
if key == "
|
1429
|
-
suggest = "
|
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"
|
1430
1593
|
|
1431
1594
|
if suggest:
|
1432
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
1595
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceApplicationSourceApplicationInfo. Access the value via the '{suggest}' property getter instead.")
|
1433
1596
|
|
1434
1597
|
def __getitem__(self, key: str) -> Any:
|
1435
|
-
|
1598
|
+
WorkspaceApplicationSourceApplicationInfo.__key_warning(key)
|
1436
1599
|
return super().__getitem__(key)
|
1437
1600
|
|
1438
1601
|
def get(self, key: str, default = None) -> Any:
|
1439
|
-
|
1602
|
+
WorkspaceApplicationSourceApplicationInfo.__key_warning(key)
|
1440
1603
|
return super().get(key, default)
|
1441
1604
|
|
1442
1605
|
def __init__(__self__, *,
|
1443
|
-
|
1444
|
-
|
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):
|
1445
1611
|
"""
|
1446
|
-
:param str
|
1447
|
-
:param str
|
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
|
1448
1621
|
"""
|
1449
|
-
if
|
1450
|
-
pulumi.set(__self__, "
|
1451
|
-
if
|
1452
|
-
pulumi.set(__self__, "
|
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)
|
1453
1632
|
|
1454
1633
|
@property
|
1455
|
-
@pulumi.getter
|
1456
|
-
def
|
1634
|
+
@pulumi.getter(name="applicationKey")
|
1635
|
+
def application_key(self) -> Optional[str]:
|
1457
1636
|
"""
|
1458
|
-
|
1637
|
+
The source application key to use when creating the application.
|
1459
1638
|
"""
|
1460
|
-
return pulumi.get(self, "
|
1639
|
+
return pulumi.get(self, "application_key")
|
1461
1640
|
|
1462
1641
|
@property
|
1463
|
-
@pulumi.getter(name="
|
1464
|
-
def
|
1642
|
+
@pulumi.getter(name="applicationVersion")
|
1643
|
+
def application_version(self) -> Optional[str]:
|
1465
1644
|
"""
|
1466
|
-
|
1645
|
+
The source application version of the application.
|
1467
1646
|
"""
|
1468
|
-
return pulumi.get(self, "
|
1647
|
+
return pulumi.get(self, "application_version")
|
1648
|
+
|
1649
|
+
@property
|
1650
|
+
@pulumi.getter(name="copyType")
|
1651
|
+
def copy_type(self) -> Optional[str]:
|
1652
|
+
"""
|
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.
|
1654
|
+
"""
|
1655
|
+
return pulumi.get(self, "copy_type")
|
1656
|
+
|
1657
|
+
@property
|
1658
|
+
@pulumi.getter(name="lastPatchKey")
|
1659
|
+
def last_patch_key(self) -> Optional[str]:
|
1660
|
+
"""
|
1661
|
+
The last patch key for the application.
|
1662
|
+
"""
|
1663
|
+
return pulumi.get(self, "last_patch_key")
|
1664
|
+
|
1665
|
+
@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")
|
1469
1676
|
|
1470
1677
|
|
1471
1678
|
@pulumi.output_type
|
1472
|
-
class
|
1679
|
+
class WorkspaceExportRequestExportedItem(dict):
|
1473
1680
|
@staticmethod
|
1474
1681
|
def __key_warning(key: str):
|
1475
1682
|
suggest = None
|
1476
1683
|
if key == "aggregatorKey":
|
1477
1684
|
suggest = "aggregator_key"
|
1478
|
-
elif key == "
|
1479
|
-
suggest = "
|
1480
|
-
elif key == "
|
1481
|
-
suggest = "
|
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"
|
1482
1693
|
|
1483
1694
|
if suggest:
|
1484
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
1695
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceExportRequestExportedItem. Access the value via the '{suggest}' property getter instead.")
|
1485
1696
|
|
1486
1697
|
def __getitem__(self, key: str) -> Any:
|
1487
|
-
|
1698
|
+
WorkspaceExportRequestExportedItem.__key_warning(key)
|
1488
1699
|
return super().__getitem__(key)
|
1489
1700
|
|
1490
1701
|
def get(self, key: str, default = None) -> Any:
|
1491
|
-
|
1702
|
+
WorkspaceExportRequestExportedItem.__key_warning(key)
|
1492
1703
|
return super().get(key, default)
|
1493
1704
|
|
1494
1705
|
def __init__(__self__, *,
|
1495
1706
|
aggregator_key: Optional[str] = None,
|
1496
|
-
|
1707
|
+
identifier: Optional[str] = None,
|
1497
1708
|
key: Optional[str] = None,
|
1498
|
-
|
1499
|
-
|
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):
|
1500
1714
|
"""
|
1501
|
-
:param str aggregator_key:
|
1502
|
-
:param
|
1503
|
-
:param str key:
|
1504
|
-
:param
|
1505
|
-
:param
|
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.
|
1506
1723
|
"""
|
1507
1724
|
if aggregator_key is not None:
|
1508
1725
|
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
1509
|
-
if
|
1510
|
-
pulumi.set(__self__, "
|
1726
|
+
if identifier is not None:
|
1727
|
+
pulumi.set(__self__, "identifier", identifier)
|
1511
1728
|
if key is not None:
|
1512
1729
|
pulumi.set(__self__, "key", key)
|
1513
|
-
if
|
1514
|
-
pulumi.set(__self__, "
|
1515
|
-
if
|
1516
|
-
pulumi.set(__self__, "
|
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)
|
1517
1740
|
|
1518
1741
|
@property
|
1519
1742
|
@pulumi.getter(name="aggregatorKey")
|
1520
1743
|
def aggregator_key(self) -> Optional[str]:
|
1521
1744
|
"""
|
1522
|
-
|
1745
|
+
Aggregator key
|
1523
1746
|
"""
|
1524
1747
|
return pulumi.get(self, "aggregator_key")
|
1525
1748
|
|
1526
1749
|
@property
|
1527
|
-
@pulumi.getter
|
1528
|
-
def
|
1750
|
+
@pulumi.getter
|
1751
|
+
def identifier(self) -> Optional[str]:
|
1529
1752
|
"""
|
1530
|
-
|
1753
|
+
Object identifier
|
1531
1754
|
"""
|
1532
|
-
return pulumi.get(self, "
|
1755
|
+
return pulumi.get(self, "identifier")
|
1533
1756
|
|
1534
1757
|
@property
|
1535
1758
|
@pulumi.getter
|
1536
1759
|
def key(self) -> Optional[str]:
|
1537
1760
|
"""
|
1538
|
-
|
1761
|
+
Export object request key
|
1539
1762
|
"""
|
1540
1763
|
return pulumi.get(self, "key")
|
1541
1764
|
|
1542
1765
|
@property
|
1543
1766
|
@pulumi.getter
|
1544
|
-
def
|
1767
|
+
def name(self) -> Optional[str]:
|
1545
1768
|
"""
|
1546
|
-
|
1769
|
+
Name of the export request.
|
1547
1770
|
"""
|
1548
|
-
return pulumi.get(self, "
|
1771
|
+
return pulumi.get(self, "name")
|
1549
1772
|
|
1550
1773
|
@property
|
1551
|
-
@pulumi.getter(name="
|
1552
|
-
def
|
1774
|
+
@pulumi.getter(name="namePath")
|
1775
|
+
def name_path(self) -> Optional[str]:
|
1553
1776
|
"""
|
1554
|
-
|
1777
|
+
Object name path
|
1555
1778
|
"""
|
1556
|
-
return pulumi.get(self, "
|
1779
|
+
return pulumi.get(self, "name_path")
|
1780
|
+
|
1781
|
+
@property
|
1782
|
+
@pulumi.getter(name="objectType")
|
1783
|
+
def object_type(self) -> Optional[str]:
|
1784
|
+
"""
|
1785
|
+
Object type
|
1786
|
+
"""
|
1787
|
+
return pulumi.get(self, "object_type")
|
1788
|
+
|
1789
|
+
@property
|
1790
|
+
@pulumi.getter(name="objectVersion")
|
1791
|
+
def object_version(self) -> Optional[str]:
|
1792
|
+
"""
|
1793
|
+
Object version
|
1794
|
+
"""
|
1795
|
+
return pulumi.get(self, "object_version")
|
1796
|
+
|
1797
|
+
@property
|
1798
|
+
@pulumi.getter(name="timeUpdatedInMillis")
|
1799
|
+
def time_updated_in_millis(self) -> Optional[str]:
|
1800
|
+
"""
|
1801
|
+
time at which this object was last updated.
|
1802
|
+
"""
|
1803
|
+
return pulumi.get(self, "time_updated_in_millis")
|
1557
1804
|
|
1558
1805
|
|
1559
1806
|
@pulumi.output_type
|
1560
|
-
class
|
1561
|
-
@staticmethod
|
1562
|
-
def __key_warning(key: str):
|
1563
|
-
suggest = None
|
1564
|
-
if key == "importConflictResolutionType":
|
1565
|
-
suggest = "import_conflict_resolution_type"
|
1566
|
-
elif key == "duplicatePrefix":
|
1567
|
-
suggest = "duplicate_prefix"
|
1568
|
-
elif key == "duplicateSuffix":
|
1569
|
-
suggest = "duplicate_suffix"
|
1570
|
-
|
1571
|
-
if suggest:
|
1572
|
-
pulumi.log.warn(f"Key '{key}' not found in WorkspaceImportRequestImportConflictResolution. Access the value via the '{suggest}' property getter instead.")
|
1573
|
-
|
1574
|
-
def __getitem__(self, key: str) -> Any:
|
1575
|
-
WorkspaceImportRequestImportConflictResolution.__key_warning(key)
|
1576
|
-
return super().__getitem__(key)
|
1577
|
-
|
1578
|
-
def get(self, key: str, default = None) -> Any:
|
1579
|
-
WorkspaceImportRequestImportConflictResolution.__key_warning(key)
|
1580
|
-
return super().get(key, default)
|
1581
|
-
|
1582
|
-
def __init__(__self__, *,
|
1583
|
-
import_conflict_resolution_type: str,
|
1584
|
-
duplicate_prefix: Optional[str] = None,
|
1585
|
-
duplicate_suffix: Optional[str] = None):
|
1586
|
-
"""
|
1587
|
-
:param str import_conflict_resolution_type: Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
|
1588
|
-
:param str duplicate_prefix: In case of DUPLICATE mode, prefix will be used to disambiguate the object.
|
1589
|
-
:param str duplicate_suffix: In case of DUPLICATE mode, suffix will be used to disambiguate the object.
|
1590
|
-
"""
|
1591
|
-
pulumi.set(__self__, "import_conflict_resolution_type", import_conflict_resolution_type)
|
1592
|
-
if duplicate_prefix is not None:
|
1593
|
-
pulumi.set(__self__, "duplicate_prefix", duplicate_prefix)
|
1594
|
-
if duplicate_suffix is not None:
|
1595
|
-
pulumi.set(__self__, "duplicate_suffix", duplicate_suffix)
|
1596
|
-
|
1597
|
-
@property
|
1598
|
-
@pulumi.getter(name="importConflictResolutionType")
|
1599
|
-
def import_conflict_resolution_type(self) -> str:
|
1600
|
-
"""
|
1601
|
-
Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
|
1602
|
-
"""
|
1603
|
-
return pulumi.get(self, "import_conflict_resolution_type")
|
1604
|
-
|
1605
|
-
@property
|
1606
|
-
@pulumi.getter(name="duplicatePrefix")
|
1607
|
-
def duplicate_prefix(self) -> Optional[str]:
|
1608
|
-
"""
|
1609
|
-
In case of DUPLICATE mode, prefix will be used to disambiguate the object.
|
1610
|
-
"""
|
1611
|
-
return pulumi.get(self, "duplicate_prefix")
|
1612
|
-
|
1613
|
-
@property
|
1614
|
-
@pulumi.getter(name="duplicateSuffix")
|
1615
|
-
def duplicate_suffix(self) -> Optional[str]:
|
1616
|
-
"""
|
1617
|
-
In case of DUPLICATE mode, suffix will be used to disambiguate the object.
|
1618
|
-
"""
|
1619
|
-
return pulumi.get(self, "duplicate_suffix")
|
1620
|
-
|
1621
|
-
|
1622
|
-
@pulumi.output_type
|
1623
|
-
class WorkspaceImportRequestImportedObject(dict):
|
1624
|
-
@staticmethod
|
1625
|
-
def __key_warning(key: str):
|
1626
|
-
suggest = None
|
1627
|
-
if key == "aggregatorKey":
|
1628
|
-
suggest = "aggregator_key"
|
1629
|
-
elif key == "namePath":
|
1630
|
-
suggest = "name_path"
|
1631
|
-
elif key == "newKey":
|
1632
|
-
suggest = "new_key"
|
1633
|
-
elif key == "objectType":
|
1634
|
-
suggest = "object_type"
|
1635
|
-
elif key == "objectVersion":
|
1636
|
-
suggest = "object_version"
|
1637
|
-
elif key == "oldKey":
|
1638
|
-
suggest = "old_key"
|
1639
|
-
elif key == "resolutionAction":
|
1640
|
-
suggest = "resolution_action"
|
1641
|
-
elif key == "timeUpdatedInMillis":
|
1642
|
-
suggest = "time_updated_in_millis"
|
1643
|
-
|
1644
|
-
if suggest:
|
1645
|
-
pulumi.log.warn(f"Key '{key}' not found in WorkspaceImportRequestImportedObject. Access the value via the '{suggest}' property getter instead.")
|
1646
|
-
|
1647
|
-
def __getitem__(self, key: str) -> Any:
|
1648
|
-
WorkspaceImportRequestImportedObject.__key_warning(key)
|
1649
|
-
return super().__getitem__(key)
|
1650
|
-
|
1651
|
-
def get(self, key: str, default = None) -> Any:
|
1652
|
-
WorkspaceImportRequestImportedObject.__key_warning(key)
|
1653
|
-
return super().get(key, default)
|
1654
|
-
|
1655
|
-
def __init__(__self__, *,
|
1656
|
-
aggregator_key: Optional[str] = None,
|
1657
|
-
identifier: Optional[str] = None,
|
1658
|
-
name: Optional[str] = None,
|
1659
|
-
name_path: Optional[str] = None,
|
1660
|
-
new_key: Optional[str] = None,
|
1661
|
-
object_type: Optional[str] = None,
|
1662
|
-
object_version: Optional[str] = None,
|
1663
|
-
old_key: Optional[str] = None,
|
1664
|
-
resolution_action: Optional[str] = None,
|
1665
|
-
time_updated_in_millis: Optional[str] = None):
|
1666
|
-
"""
|
1667
|
-
:param str aggregator_key: Aggregator key
|
1668
|
-
:param str identifier: Object identifier
|
1669
|
-
:param str name: Name of the import request.
|
1670
|
-
:param str name_path: Object name path
|
1671
|
-
:param str new_key: New key of the object
|
1672
|
-
:param str object_type: Object type
|
1673
|
-
:param str object_version: Object version
|
1674
|
-
:param str old_key: Old key of the object
|
1675
|
-
:param str resolution_action: Object resolution action
|
1676
|
-
:param str time_updated_in_millis: time at which this object was last updated.
|
1677
|
-
"""
|
1678
|
-
if aggregator_key is not None:
|
1679
|
-
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
1680
|
-
if identifier is not None:
|
1681
|
-
pulumi.set(__self__, "identifier", identifier)
|
1682
|
-
if name is not None:
|
1683
|
-
pulumi.set(__self__, "name", name)
|
1684
|
-
if name_path is not None:
|
1685
|
-
pulumi.set(__self__, "name_path", name_path)
|
1686
|
-
if new_key is not None:
|
1687
|
-
pulumi.set(__self__, "new_key", new_key)
|
1688
|
-
if object_type is not None:
|
1689
|
-
pulumi.set(__self__, "object_type", object_type)
|
1690
|
-
if object_version is not None:
|
1691
|
-
pulumi.set(__self__, "object_version", object_version)
|
1692
|
-
if old_key is not None:
|
1693
|
-
pulumi.set(__self__, "old_key", old_key)
|
1694
|
-
if resolution_action is not None:
|
1695
|
-
pulumi.set(__self__, "resolution_action", resolution_action)
|
1696
|
-
if time_updated_in_millis is not None:
|
1697
|
-
pulumi.set(__self__, "time_updated_in_millis", time_updated_in_millis)
|
1698
|
-
|
1699
|
-
@property
|
1700
|
-
@pulumi.getter(name="aggregatorKey")
|
1701
|
-
def aggregator_key(self) -> Optional[str]:
|
1702
|
-
"""
|
1703
|
-
Aggregator key
|
1704
|
-
"""
|
1705
|
-
return pulumi.get(self, "aggregator_key")
|
1706
|
-
|
1707
|
-
@property
|
1708
|
-
@pulumi.getter
|
1709
|
-
def identifier(self) -> Optional[str]:
|
1710
|
-
"""
|
1711
|
-
Object identifier
|
1712
|
-
"""
|
1713
|
-
return pulumi.get(self, "identifier")
|
1714
|
-
|
1715
|
-
@property
|
1716
|
-
@pulumi.getter
|
1717
|
-
def name(self) -> Optional[str]:
|
1718
|
-
"""
|
1719
|
-
Name of the import request.
|
1720
|
-
"""
|
1721
|
-
return pulumi.get(self, "name")
|
1722
|
-
|
1723
|
-
@property
|
1724
|
-
@pulumi.getter(name="namePath")
|
1725
|
-
def name_path(self) -> Optional[str]:
|
1726
|
-
"""
|
1727
|
-
Object name path
|
1728
|
-
"""
|
1729
|
-
return pulumi.get(self, "name_path")
|
1730
|
-
|
1731
|
-
@property
|
1732
|
-
@pulumi.getter(name="newKey")
|
1733
|
-
def new_key(self) -> Optional[str]:
|
1734
|
-
"""
|
1735
|
-
New key of the object
|
1736
|
-
"""
|
1737
|
-
return pulumi.get(self, "new_key")
|
1738
|
-
|
1739
|
-
@property
|
1740
|
-
@pulumi.getter(name="objectType")
|
1741
|
-
def object_type(self) -> Optional[str]:
|
1742
|
-
"""
|
1743
|
-
Object type
|
1744
|
-
"""
|
1745
|
-
return pulumi.get(self, "object_type")
|
1746
|
-
|
1747
|
-
@property
|
1748
|
-
@pulumi.getter(name="objectVersion")
|
1749
|
-
def object_version(self) -> Optional[str]:
|
1750
|
-
"""
|
1751
|
-
Object version
|
1752
|
-
"""
|
1753
|
-
return pulumi.get(self, "object_version")
|
1754
|
-
|
1755
|
-
@property
|
1756
|
-
@pulumi.getter(name="oldKey")
|
1757
|
-
def old_key(self) -> Optional[str]:
|
1758
|
-
"""
|
1759
|
-
Old key of the object
|
1760
|
-
"""
|
1761
|
-
return pulumi.get(self, "old_key")
|
1762
|
-
|
1763
|
-
@property
|
1764
|
-
@pulumi.getter(name="resolutionAction")
|
1765
|
-
def resolution_action(self) -> Optional[str]:
|
1766
|
-
"""
|
1767
|
-
Object resolution action
|
1768
|
-
"""
|
1769
|
-
return pulumi.get(self, "resolution_action")
|
1770
|
-
|
1771
|
-
@property
|
1772
|
-
@pulumi.getter(name="timeUpdatedInMillis")
|
1773
|
-
def time_updated_in_millis(self) -> Optional[str]:
|
1774
|
-
"""
|
1775
|
-
time at which this object was last updated.
|
1776
|
-
"""
|
1777
|
-
return pulumi.get(self, "time_updated_in_millis")
|
1778
|
-
|
1779
|
-
|
1780
|
-
@pulumi.output_type
|
1781
|
-
class WorkspaceProjectMetadata(dict):
|
1807
|
+
class WorkspaceFolderMetadata(dict):
|
1782
1808
|
@staticmethod
|
1783
1809
|
def __key_warning(key: str):
|
1784
1810
|
suggest = None
|
@@ -1808,20 +1834,20 @@ class WorkspaceProjectMetadata(dict):
|
|
1808
1834
|
suggest = "updated_by_name"
|
1809
1835
|
|
1810
1836
|
if suggest:
|
1811
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
1837
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadata. Access the value via the '{suggest}' property getter instead.")
|
1812
1838
|
|
1813
1839
|
def __getitem__(self, key: str) -> Any:
|
1814
|
-
|
1840
|
+
WorkspaceFolderMetadata.__key_warning(key)
|
1815
1841
|
return super().__getitem__(key)
|
1816
1842
|
|
1817
1843
|
def get(self, key: str, default = None) -> Any:
|
1818
|
-
|
1844
|
+
WorkspaceFolderMetadata.__key_warning(key)
|
1819
1845
|
return super().get(key, default)
|
1820
1846
|
|
1821
1847
|
def __init__(__self__, *,
|
1822
1848
|
aggregator_key: Optional[str] = None,
|
1823
|
-
aggregators: Optional[Sequence['outputs.
|
1824
|
-
count_statistics: Optional[Sequence['outputs.
|
1849
|
+
aggregators: Optional[Sequence['outputs.WorkspaceFolderMetadataAggregator']] = None,
|
1850
|
+
count_statistics: Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatistic']] = None,
|
1825
1851
|
created_by: Optional[str] = None,
|
1826
1852
|
created_by_name: Optional[str] = None,
|
1827
1853
|
identifier_path: Optional[str] = None,
|
@@ -1835,8 +1861,8 @@ class WorkspaceProjectMetadata(dict):
|
|
1835
1861
|
updated_by_name: Optional[str] = None):
|
1836
1862
|
"""
|
1837
1863
|
:param str aggregator_key: (Updatable) The owning object's key for this object.
|
1838
|
-
:param Sequence['
|
1839
|
-
:param Sequence['
|
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.
|
1840
1866
|
:param str created_by: The user that created the object.
|
1841
1867
|
:param str created_by_name: The user that created the object.
|
1842
1868
|
:param str identifier_path: The full path to identify this object.
|
@@ -1888,7 +1914,7 @@ class WorkspaceProjectMetadata(dict):
|
|
1888
1914
|
|
1889
1915
|
@property
|
1890
1916
|
@pulumi.getter
|
1891
|
-
def aggregators(self) -> Optional[Sequence['outputs.
|
1917
|
+
def aggregators(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataAggregator']]:
|
1892
1918
|
"""
|
1893
1919
|
A summary type containing information about the object's aggregator including its type, key, name and description.
|
1894
1920
|
"""
|
@@ -1896,7 +1922,7 @@ class WorkspaceProjectMetadata(dict):
|
|
1896
1922
|
|
1897
1923
|
@property
|
1898
1924
|
@pulumi.getter(name="countStatistics")
|
1899
|
-
def count_statistics(self) -> Optional[Sequence['outputs.
|
1925
|
+
def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatistic']]:
|
1900
1926
|
"""
|
1901
1927
|
A count statistics.
|
1902
1928
|
"""
|
@@ -1992,7 +2018,7 @@ class WorkspaceProjectMetadata(dict):
|
|
1992
2018
|
|
1993
2019
|
|
1994
2020
|
@pulumi.output_type
|
1995
|
-
class
|
2021
|
+
class WorkspaceFolderMetadataAggregator(dict):
|
1996
2022
|
def __init__(__self__, *,
|
1997
2023
|
description: Optional[str] = None,
|
1998
2024
|
identifier: Optional[str] = None,
|
@@ -2000,7 +2026,7 @@ class WorkspaceProjectMetadataAggregator(dict):
|
|
2000
2026
|
name: Optional[str] = None,
|
2001
2027
|
type: Optional[str] = None):
|
2002
2028
|
"""
|
2003
|
-
:param str description: (Updatable) A user defined description for the
|
2029
|
+
:param str description: (Updatable) A user defined description for the folder.
|
2004
2030
|
: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.
|
2005
2031
|
:param str key: (Updatable) The identifying key for the object.
|
2006
2032
|
: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.
|
@@ -2021,7 +2047,7 @@ class WorkspaceProjectMetadataAggregator(dict):
|
|
2021
2047
|
@pulumi.getter
|
2022
2048
|
def description(self) -> Optional[str]:
|
2023
2049
|
"""
|
2024
|
-
(Updatable) A user defined description for the
|
2050
|
+
(Updatable) A user defined description for the folder.
|
2025
2051
|
"""
|
2026
2052
|
return pulumi.get(self, "description")
|
2027
2053
|
|
@@ -2059,7 +2085,7 @@ class WorkspaceProjectMetadataAggregator(dict):
|
|
2059
2085
|
|
2060
2086
|
|
2061
2087
|
@pulumi.output_type
|
2062
|
-
class
|
2088
|
+
class WorkspaceFolderMetadataCountStatistic(dict):
|
2063
2089
|
@staticmethod
|
2064
2090
|
def __key_warning(key: str):
|
2065
2091
|
suggest = None
|
@@ -2067,27 +2093,27 @@ class WorkspaceProjectMetadataCountStatistic(dict):
|
|
2067
2093
|
suggest = "object_type_count_lists"
|
2068
2094
|
|
2069
2095
|
if suggest:
|
2070
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
2096
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadataCountStatistic. Access the value via the '{suggest}' property getter instead.")
|
2071
2097
|
|
2072
2098
|
def __getitem__(self, key: str) -> Any:
|
2073
|
-
|
2099
|
+
WorkspaceFolderMetadataCountStatistic.__key_warning(key)
|
2074
2100
|
return super().__getitem__(key)
|
2075
2101
|
|
2076
2102
|
def get(self, key: str, default = None) -> Any:
|
2077
|
-
|
2103
|
+
WorkspaceFolderMetadataCountStatistic.__key_warning(key)
|
2078
2104
|
return super().get(key, default)
|
2079
2105
|
|
2080
2106
|
def __init__(__self__, *,
|
2081
|
-
object_type_count_lists: Optional[Sequence['outputs.
|
2107
|
+
object_type_count_lists: Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatisticObjectTypeCountList']] = None):
|
2082
2108
|
"""
|
2083
|
-
:param Sequence['
|
2109
|
+
:param Sequence['WorkspaceFolderMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
2084
2110
|
"""
|
2085
2111
|
if object_type_count_lists is not None:
|
2086
2112
|
pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
|
2087
2113
|
|
2088
2114
|
@property
|
2089
2115
|
@pulumi.getter(name="objectTypeCountLists")
|
2090
|
-
def object_type_count_lists(self) -> Optional[Sequence['outputs.
|
2116
|
+
def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceFolderMetadataCountStatisticObjectTypeCountList']]:
|
2091
2117
|
"""
|
2092
2118
|
The array of statistics.
|
2093
2119
|
"""
|
@@ -2095,7 +2121,7 @@ class WorkspaceProjectMetadataCountStatistic(dict):
|
|
2095
2121
|
|
2096
2122
|
|
2097
2123
|
@pulumi.output_type
|
2098
|
-
class
|
2124
|
+
class WorkspaceFolderMetadataCountStatisticObjectTypeCountList(dict):
|
2099
2125
|
@staticmethod
|
2100
2126
|
def __key_warning(key: str):
|
2101
2127
|
suggest = None
|
@@ -2105,14 +2131,14 @@ class WorkspaceProjectMetadataCountStatisticObjectTypeCountList(dict):
|
|
2105
2131
|
suggest = "object_type"
|
2106
2132
|
|
2107
2133
|
if suggest:
|
2108
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
2134
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderMetadataCountStatisticObjectTypeCountList. Access the value via the '{suggest}' property getter instead.")
|
2109
2135
|
|
2110
2136
|
def __getitem__(self, key: str) -> Any:
|
2111
|
-
|
2137
|
+
WorkspaceFolderMetadataCountStatisticObjectTypeCountList.__key_warning(key)
|
2112
2138
|
return super().__getitem__(key)
|
2113
2139
|
|
2114
2140
|
def get(self, key: str, default = None) -> Any:
|
2115
|
-
|
2141
|
+
WorkspaceFolderMetadataCountStatisticObjectTypeCountList.__key_warning(key)
|
2116
2142
|
return super().get(key, default)
|
2117
2143
|
|
2118
2144
|
def __init__(__self__, *,
|
@@ -2145,7 +2171,7 @@ class WorkspaceProjectMetadataCountStatisticObjectTypeCountList(dict):
|
|
2145
2171
|
|
2146
2172
|
|
2147
2173
|
@pulumi.output_type
|
2148
|
-
class
|
2174
|
+
class WorkspaceFolderParentRef(dict):
|
2149
2175
|
@staticmethod
|
2150
2176
|
def __key_warning(key: str):
|
2151
2177
|
suggest = None
|
@@ -2153,14 +2179,14 @@ class WorkspaceProjectParentRef(dict):
|
|
2153
2179
|
suggest = "root_doc_id"
|
2154
2180
|
|
2155
2181
|
if suggest:
|
2156
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
2182
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderParentRef. Access the value via the '{suggest}' property getter instead.")
|
2157
2183
|
|
2158
2184
|
def __getitem__(self, key: str) -> Any:
|
2159
|
-
|
2185
|
+
WorkspaceFolderParentRef.__key_warning(key)
|
2160
2186
|
return super().__getitem__(key)
|
2161
2187
|
|
2162
2188
|
def get(self, key: str, default = None) -> Any:
|
2163
|
-
|
2189
|
+
WorkspaceFolderParentRef.__key_warning(key)
|
2164
2190
|
return super().get(key, default)
|
2165
2191
|
|
2166
2192
|
def __init__(__self__, *,
|
@@ -2193,7 +2219,7 @@ class WorkspaceProjectParentRef(dict):
|
|
2193
2219
|
|
2194
2220
|
|
2195
2221
|
@pulumi.output_type
|
2196
|
-
class
|
2222
|
+
class WorkspaceFolderRegistryMetadata(dict):
|
2197
2223
|
@staticmethod
|
2198
2224
|
def __key_warning(key: str):
|
2199
2225
|
suggest = None
|
@@ -2205,83 +2231,2005 @@ class WorkspaceProjectRegistryMetadata(dict):
|
|
2205
2231
|
suggest = "registry_version"
|
2206
2232
|
|
2207
2233
|
if suggest:
|
2208
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
2234
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceFolderRegistryMetadata. Access the value via the '{suggest}' property getter instead.")
|
2209
2235
|
|
2210
2236
|
def __getitem__(self, key: str) -> Any:
|
2211
|
-
|
2237
|
+
WorkspaceFolderRegistryMetadata.__key_warning(key)
|
2238
|
+
return super().__getitem__(key)
|
2239
|
+
|
2240
|
+
def get(self, key: str, default = None) -> Any:
|
2241
|
+
WorkspaceFolderRegistryMetadata.__key_warning(key)
|
2242
|
+
return super().get(key, default)
|
2243
|
+
|
2244
|
+
def __init__(__self__, *,
|
2245
|
+
aggregator_key: Optional[str] = None,
|
2246
|
+
is_favorite: Optional[bool] = None,
|
2247
|
+
key: Optional[str] = None,
|
2248
|
+
labels: Optional[Sequence[str]] = None,
|
2249
|
+
registry_version: Optional[int] = None):
|
2250
|
+
"""
|
2251
|
+
:param str aggregator_key: (Updatable) The owning object's key for this object.
|
2252
|
+
:param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
|
2253
|
+
:param str key: (Updatable) The identifying key for the object.
|
2254
|
+
: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.
|
2255
|
+
:param int registry_version: (Updatable) The registry version.
|
2256
|
+
"""
|
2257
|
+
if aggregator_key is not None:
|
2258
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
2259
|
+
if is_favorite is not None:
|
2260
|
+
pulumi.set(__self__, "is_favorite", is_favorite)
|
2261
|
+
if key is not None:
|
2262
|
+
pulumi.set(__self__, "key", key)
|
2263
|
+
if labels is not None:
|
2264
|
+
pulumi.set(__self__, "labels", labels)
|
2265
|
+
if registry_version is not None:
|
2266
|
+
pulumi.set(__self__, "registry_version", registry_version)
|
2267
|
+
|
2268
|
+
@property
|
2269
|
+
@pulumi.getter(name="aggregatorKey")
|
2270
|
+
def aggregator_key(self) -> Optional[str]:
|
2271
|
+
"""
|
2272
|
+
(Updatable) The owning object's key for this object.
|
2273
|
+
"""
|
2274
|
+
return pulumi.get(self, "aggregator_key")
|
2275
|
+
|
2276
|
+
@property
|
2277
|
+
@pulumi.getter(name="isFavorite")
|
2278
|
+
def is_favorite(self) -> Optional[bool]:
|
2279
|
+
"""
|
2280
|
+
(Updatable) Specifies whether this object is a favorite or not.
|
2281
|
+
"""
|
2282
|
+
return pulumi.get(self, "is_favorite")
|
2283
|
+
|
2284
|
+
@property
|
2285
|
+
@pulumi.getter
|
2286
|
+
def key(self) -> Optional[str]:
|
2287
|
+
"""
|
2288
|
+
(Updatable) The identifying key for the object.
|
2289
|
+
"""
|
2290
|
+
return pulumi.get(self, "key")
|
2291
|
+
|
2292
|
+
@property
|
2293
|
+
@pulumi.getter
|
2294
|
+
def labels(self) -> Optional[Sequence[str]]:
|
2295
|
+
"""
|
2296
|
+
(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.
|
2297
|
+
"""
|
2298
|
+
return pulumi.get(self, "labels")
|
2299
|
+
|
2300
|
+
@property
|
2301
|
+
@pulumi.getter(name="registryVersion")
|
2302
|
+
def registry_version(self) -> Optional[int]:
|
2303
|
+
"""
|
2304
|
+
(Updatable) The registry version.
|
2305
|
+
"""
|
2306
|
+
return pulumi.get(self, "registry_version")
|
2307
|
+
|
2308
|
+
|
2309
|
+
@pulumi.output_type
|
2310
|
+
class WorkspaceImportRequestImportConflictResolution(dict):
|
2311
|
+
@staticmethod
|
2312
|
+
def __key_warning(key: str):
|
2313
|
+
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"
|
2320
|
+
|
2321
|
+
if suggest:
|
2322
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceImportRequestImportConflictResolution. Access the value via the '{suggest}' property getter instead.")
|
2323
|
+
|
2324
|
+
def __getitem__(self, key: str) -> Any:
|
2325
|
+
WorkspaceImportRequestImportConflictResolution.__key_warning(key)
|
2326
|
+
return super().__getitem__(key)
|
2327
|
+
|
2328
|
+
def get(self, key: str, default = None) -> Any:
|
2329
|
+
WorkspaceImportRequestImportConflictResolution.__key_warning(key)
|
2330
|
+
return super().get(key, default)
|
2331
|
+
|
2332
|
+
def __init__(__self__, *,
|
2333
|
+
import_conflict_resolution_type: str,
|
2334
|
+
duplicate_prefix: Optional[str] = None,
|
2335
|
+
duplicate_suffix: Optional[str] = None):
|
2336
|
+
"""
|
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.
|
2340
|
+
"""
|
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)
|
2346
|
+
|
2347
|
+
@property
|
2348
|
+
@pulumi.getter(name="importConflictResolutionType")
|
2349
|
+
def import_conflict_resolution_type(self) -> str:
|
2350
|
+
"""
|
2351
|
+
Import Objects Conflict resolution Type (RETAIN/DUPLICATE/REPLACE).
|
2352
|
+
"""
|
2353
|
+
return pulumi.get(self, "import_conflict_resolution_type")
|
2354
|
+
|
2355
|
+
@property
|
2356
|
+
@pulumi.getter(name="duplicatePrefix")
|
2357
|
+
def duplicate_prefix(self) -> Optional[str]:
|
2358
|
+
"""
|
2359
|
+
In case of DUPLICATE mode, prefix will be used to disambiguate the object.
|
2360
|
+
"""
|
2361
|
+
return pulumi.get(self, "duplicate_prefix")
|
2362
|
+
|
2363
|
+
@property
|
2364
|
+
@pulumi.getter(name="duplicateSuffix")
|
2365
|
+
def duplicate_suffix(self) -> Optional[str]:
|
2366
|
+
"""
|
2367
|
+
In case of DUPLICATE mode, suffix will be used to disambiguate the object.
|
2368
|
+
"""
|
2369
|
+
return pulumi.get(self, "duplicate_suffix")
|
2370
|
+
|
2371
|
+
|
2372
|
+
@pulumi.output_type
|
2373
|
+
class WorkspaceImportRequestImportedObject(dict):
|
2374
|
+
@staticmethod
|
2375
|
+
def __key_warning(key: str):
|
2376
|
+
suggest = None
|
2377
|
+
if key == "aggregatorKey":
|
2378
|
+
suggest = "aggregator_key"
|
2379
|
+
elif key == "namePath":
|
2380
|
+
suggest = "name_path"
|
2381
|
+
elif key == "newKey":
|
2382
|
+
suggest = "new_key"
|
2383
|
+
elif key == "objectType":
|
2384
|
+
suggest = "object_type"
|
2385
|
+
elif key == "objectVersion":
|
2386
|
+
suggest = "object_version"
|
2387
|
+
elif key == "oldKey":
|
2388
|
+
suggest = "old_key"
|
2389
|
+
elif key == "resolutionAction":
|
2390
|
+
suggest = "resolution_action"
|
2391
|
+
elif key == "timeUpdatedInMillis":
|
2392
|
+
suggest = "time_updated_in_millis"
|
2393
|
+
|
2394
|
+
if suggest:
|
2395
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceImportRequestImportedObject. Access the value via the '{suggest}' property getter instead.")
|
2396
|
+
|
2397
|
+
def __getitem__(self, key: str) -> Any:
|
2398
|
+
WorkspaceImportRequestImportedObject.__key_warning(key)
|
2212
2399
|
return super().__getitem__(key)
|
2213
2400
|
|
2214
|
-
def get(self, key: str, default = None) -> Any:
|
2215
|
-
|
2216
|
-
return super().get(key, default)
|
2401
|
+
def get(self, key: str, default = None) -> Any:
|
2402
|
+
WorkspaceImportRequestImportedObject.__key_warning(key)
|
2403
|
+
return super().get(key, default)
|
2404
|
+
|
2405
|
+
def __init__(__self__, *,
|
2406
|
+
aggregator_key: Optional[str] = None,
|
2407
|
+
identifier: Optional[str] = None,
|
2408
|
+
name: Optional[str] = None,
|
2409
|
+
name_path: Optional[str] = None,
|
2410
|
+
new_key: Optional[str] = None,
|
2411
|
+
object_type: Optional[str] = None,
|
2412
|
+
object_version: Optional[str] = None,
|
2413
|
+
old_key: Optional[str] = None,
|
2414
|
+
resolution_action: Optional[str] = None,
|
2415
|
+
time_updated_in_millis: Optional[str] = None):
|
2416
|
+
"""
|
2417
|
+
:param str aggregator_key: Aggregator key
|
2418
|
+
:param str identifier: Object identifier
|
2419
|
+
:param str name: Name of the import request.
|
2420
|
+
:param str name_path: Object name path
|
2421
|
+
:param str new_key: New key of the object
|
2422
|
+
:param str object_type: Object type
|
2423
|
+
: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
|
+
:param str time_updated_in_millis: time at which this object was last updated.
|
2427
|
+
"""
|
2428
|
+
if aggregator_key is not None:
|
2429
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
2430
|
+
if identifier is not None:
|
2431
|
+
pulumi.set(__self__, "identifier", identifier)
|
2432
|
+
if name is not None:
|
2433
|
+
pulumi.set(__self__, "name", name)
|
2434
|
+
if name_path is not None:
|
2435
|
+
pulumi.set(__self__, "name_path", name_path)
|
2436
|
+
if new_key is not None:
|
2437
|
+
pulumi.set(__self__, "new_key", new_key)
|
2438
|
+
if object_type is not None:
|
2439
|
+
pulumi.set(__self__, "object_type", object_type)
|
2440
|
+
if object_version is not None:
|
2441
|
+
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
|
+
if time_updated_in_millis is not None:
|
2447
|
+
pulumi.set(__self__, "time_updated_in_millis", time_updated_in_millis)
|
2448
|
+
|
2449
|
+
@property
|
2450
|
+
@pulumi.getter(name="aggregatorKey")
|
2451
|
+
def aggregator_key(self) -> Optional[str]:
|
2452
|
+
"""
|
2453
|
+
Aggregator key
|
2454
|
+
"""
|
2455
|
+
return pulumi.get(self, "aggregator_key")
|
2456
|
+
|
2457
|
+
@property
|
2458
|
+
@pulumi.getter
|
2459
|
+
def identifier(self) -> Optional[str]:
|
2460
|
+
"""
|
2461
|
+
Object identifier
|
2462
|
+
"""
|
2463
|
+
return pulumi.get(self, "identifier")
|
2464
|
+
|
2465
|
+
@property
|
2466
|
+
@pulumi.getter
|
2467
|
+
def name(self) -> Optional[str]:
|
2468
|
+
"""
|
2469
|
+
Name of the import request.
|
2470
|
+
"""
|
2471
|
+
return pulumi.get(self, "name")
|
2472
|
+
|
2473
|
+
@property
|
2474
|
+
@pulumi.getter(name="namePath")
|
2475
|
+
def name_path(self) -> Optional[str]:
|
2476
|
+
"""
|
2477
|
+
Object name path
|
2478
|
+
"""
|
2479
|
+
return pulumi.get(self, "name_path")
|
2480
|
+
|
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
|
+
@property
|
2490
|
+
@pulumi.getter(name="objectType")
|
2491
|
+
def object_type(self) -> Optional[str]:
|
2492
|
+
"""
|
2493
|
+
Object type
|
2494
|
+
"""
|
2495
|
+
return pulumi.get(self, "object_type")
|
2496
|
+
|
2497
|
+
@property
|
2498
|
+
@pulumi.getter(name="objectVersion")
|
2499
|
+
def object_version(self) -> Optional[str]:
|
2500
|
+
"""
|
2501
|
+
Object version
|
2502
|
+
"""
|
2503
|
+
return pulumi.get(self, "object_version")
|
2504
|
+
|
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
|
+
@property
|
2522
|
+
@pulumi.getter(name="timeUpdatedInMillis")
|
2523
|
+
def time_updated_in_millis(self) -> Optional[str]:
|
2524
|
+
"""
|
2525
|
+
time at which this object was last updated.
|
2526
|
+
"""
|
2527
|
+
return pulumi.get(self, "time_updated_in_millis")
|
2528
|
+
|
2529
|
+
|
2530
|
+
@pulumi.output_type
|
2531
|
+
class WorkspaceProjectMetadata(dict):
|
2532
|
+
@staticmethod
|
2533
|
+
def __key_warning(key: str):
|
2534
|
+
suggest = None
|
2535
|
+
if key == "aggregatorKey":
|
2536
|
+
suggest = "aggregator_key"
|
2537
|
+
elif key == "countStatistics":
|
2538
|
+
suggest = "count_statistics"
|
2539
|
+
elif key == "createdBy":
|
2540
|
+
suggest = "created_by"
|
2541
|
+
elif key == "createdByName":
|
2542
|
+
suggest = "created_by_name"
|
2543
|
+
elif key == "identifierPath":
|
2544
|
+
suggest = "identifier_path"
|
2545
|
+
elif key == "infoFields":
|
2546
|
+
suggest = "info_fields"
|
2547
|
+
elif key == "isFavorite":
|
2548
|
+
suggest = "is_favorite"
|
2549
|
+
elif key == "registryVersion":
|
2550
|
+
suggest = "registry_version"
|
2551
|
+
elif key == "timeCreated":
|
2552
|
+
suggest = "time_created"
|
2553
|
+
elif key == "timeUpdated":
|
2554
|
+
suggest = "time_updated"
|
2555
|
+
elif key == "updatedBy":
|
2556
|
+
suggest = "updated_by"
|
2557
|
+
elif key == "updatedByName":
|
2558
|
+
suggest = "updated_by_name"
|
2559
|
+
|
2560
|
+
if suggest:
|
2561
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectMetadata. Access the value via the '{suggest}' property getter instead.")
|
2562
|
+
|
2563
|
+
def __getitem__(self, key: str) -> Any:
|
2564
|
+
WorkspaceProjectMetadata.__key_warning(key)
|
2565
|
+
return super().__getitem__(key)
|
2566
|
+
|
2567
|
+
def get(self, key: str, default = None) -> Any:
|
2568
|
+
WorkspaceProjectMetadata.__key_warning(key)
|
2569
|
+
return super().get(key, default)
|
2570
|
+
|
2571
|
+
def __init__(__self__, *,
|
2572
|
+
aggregator_key: Optional[str] = None,
|
2573
|
+
aggregators: Optional[Sequence['outputs.WorkspaceProjectMetadataAggregator']] = None,
|
2574
|
+
count_statistics: Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatistic']] = None,
|
2575
|
+
created_by: Optional[str] = None,
|
2576
|
+
created_by_name: Optional[str] = None,
|
2577
|
+
identifier_path: Optional[str] = None,
|
2578
|
+
info_fields: Optional[Mapping[str, Any]] = None,
|
2579
|
+
is_favorite: Optional[bool] = None,
|
2580
|
+
labels: Optional[Sequence[str]] = None,
|
2581
|
+
registry_version: Optional[int] = None,
|
2582
|
+
time_created: Optional[str] = None,
|
2583
|
+
time_updated: Optional[str] = None,
|
2584
|
+
updated_by: Optional[str] = None,
|
2585
|
+
updated_by_name: Optional[str] = None):
|
2586
|
+
"""
|
2587
|
+
: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.
|
2590
|
+
:param str created_by: The user that created the object.
|
2591
|
+
:param str created_by_name: The user that created the object.
|
2592
|
+
:param str identifier_path: The full path to identify this object.
|
2593
|
+
:param Mapping[str, Any] info_fields: Information property fields.
|
2594
|
+
:param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
|
2595
|
+
: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.
|
2596
|
+
:param int registry_version: (Updatable) The registry version.
|
2597
|
+
:param str time_created: The date and time that the object was created.
|
2598
|
+
:param str time_updated: The date and time that the object was updated.
|
2599
|
+
:param str updated_by: The user that updated the object.
|
2600
|
+
:param str updated_by_name: The user that updated the object.
|
2601
|
+
"""
|
2602
|
+
if aggregator_key is not None:
|
2603
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
2604
|
+
if aggregators is not None:
|
2605
|
+
pulumi.set(__self__, "aggregators", aggregators)
|
2606
|
+
if count_statistics is not None:
|
2607
|
+
pulumi.set(__self__, "count_statistics", count_statistics)
|
2608
|
+
if created_by is not None:
|
2609
|
+
pulumi.set(__self__, "created_by", created_by)
|
2610
|
+
if created_by_name is not None:
|
2611
|
+
pulumi.set(__self__, "created_by_name", created_by_name)
|
2612
|
+
if identifier_path is not None:
|
2613
|
+
pulumi.set(__self__, "identifier_path", identifier_path)
|
2614
|
+
if info_fields is not None:
|
2615
|
+
pulumi.set(__self__, "info_fields", info_fields)
|
2616
|
+
if is_favorite is not None:
|
2617
|
+
pulumi.set(__self__, "is_favorite", is_favorite)
|
2618
|
+
if labels is not None:
|
2619
|
+
pulumi.set(__self__, "labels", labels)
|
2620
|
+
if registry_version is not None:
|
2621
|
+
pulumi.set(__self__, "registry_version", registry_version)
|
2622
|
+
if time_created is not None:
|
2623
|
+
pulumi.set(__self__, "time_created", time_created)
|
2624
|
+
if time_updated is not None:
|
2625
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
2626
|
+
if updated_by is not None:
|
2627
|
+
pulumi.set(__self__, "updated_by", updated_by)
|
2628
|
+
if updated_by_name is not None:
|
2629
|
+
pulumi.set(__self__, "updated_by_name", updated_by_name)
|
2630
|
+
|
2631
|
+
@property
|
2632
|
+
@pulumi.getter(name="aggregatorKey")
|
2633
|
+
def aggregator_key(self) -> Optional[str]:
|
2634
|
+
"""
|
2635
|
+
(Updatable) The owning object's key for this object.
|
2636
|
+
"""
|
2637
|
+
return pulumi.get(self, "aggregator_key")
|
2638
|
+
|
2639
|
+
@property
|
2640
|
+
@pulumi.getter
|
2641
|
+
def aggregators(self) -> Optional[Sequence['outputs.WorkspaceProjectMetadataAggregator']]:
|
2642
|
+
"""
|
2643
|
+
A summary type containing information about the object's aggregator including its type, key, name and description.
|
2644
|
+
"""
|
2645
|
+
return pulumi.get(self, "aggregators")
|
2646
|
+
|
2647
|
+
@property
|
2648
|
+
@pulumi.getter(name="countStatistics")
|
2649
|
+
def count_statistics(self) -> Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatistic']]:
|
2650
|
+
"""
|
2651
|
+
A count statistics.
|
2652
|
+
"""
|
2653
|
+
return pulumi.get(self, "count_statistics")
|
2654
|
+
|
2655
|
+
@property
|
2656
|
+
@pulumi.getter(name="createdBy")
|
2657
|
+
def created_by(self) -> Optional[str]:
|
2658
|
+
"""
|
2659
|
+
The user that created the object.
|
2660
|
+
"""
|
2661
|
+
return pulumi.get(self, "created_by")
|
2662
|
+
|
2663
|
+
@property
|
2664
|
+
@pulumi.getter(name="createdByName")
|
2665
|
+
def created_by_name(self) -> Optional[str]:
|
2666
|
+
"""
|
2667
|
+
The user that created the object.
|
2668
|
+
"""
|
2669
|
+
return pulumi.get(self, "created_by_name")
|
2670
|
+
|
2671
|
+
@property
|
2672
|
+
@pulumi.getter(name="identifierPath")
|
2673
|
+
def identifier_path(self) -> Optional[str]:
|
2674
|
+
"""
|
2675
|
+
The full path to identify this object.
|
2676
|
+
"""
|
2677
|
+
return pulumi.get(self, "identifier_path")
|
2678
|
+
|
2679
|
+
@property
|
2680
|
+
@pulumi.getter(name="infoFields")
|
2681
|
+
def info_fields(self) -> Optional[Mapping[str, Any]]:
|
2682
|
+
"""
|
2683
|
+
Information property fields.
|
2684
|
+
"""
|
2685
|
+
return pulumi.get(self, "info_fields")
|
2686
|
+
|
2687
|
+
@property
|
2688
|
+
@pulumi.getter(name="isFavorite")
|
2689
|
+
def is_favorite(self) -> Optional[bool]:
|
2690
|
+
"""
|
2691
|
+
(Updatable) Specifies whether this object is a favorite or not.
|
2692
|
+
"""
|
2693
|
+
return pulumi.get(self, "is_favorite")
|
2694
|
+
|
2695
|
+
@property
|
2696
|
+
@pulumi.getter
|
2697
|
+
def labels(self) -> Optional[Sequence[str]]:
|
2698
|
+
"""
|
2699
|
+
(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.
|
2700
|
+
"""
|
2701
|
+
return pulumi.get(self, "labels")
|
2702
|
+
|
2703
|
+
@property
|
2704
|
+
@pulumi.getter(name="registryVersion")
|
2705
|
+
def registry_version(self) -> Optional[int]:
|
2706
|
+
"""
|
2707
|
+
(Updatable) The registry version.
|
2708
|
+
"""
|
2709
|
+
return pulumi.get(self, "registry_version")
|
2710
|
+
|
2711
|
+
@property
|
2712
|
+
@pulumi.getter(name="timeCreated")
|
2713
|
+
def time_created(self) -> Optional[str]:
|
2714
|
+
"""
|
2715
|
+
The date and time that the object was created.
|
2716
|
+
"""
|
2717
|
+
return pulumi.get(self, "time_created")
|
2718
|
+
|
2719
|
+
@property
|
2720
|
+
@pulumi.getter(name="timeUpdated")
|
2721
|
+
def time_updated(self) -> Optional[str]:
|
2722
|
+
"""
|
2723
|
+
The date and time that the object was updated.
|
2724
|
+
"""
|
2725
|
+
return pulumi.get(self, "time_updated")
|
2726
|
+
|
2727
|
+
@property
|
2728
|
+
@pulumi.getter(name="updatedBy")
|
2729
|
+
def updated_by(self) -> Optional[str]:
|
2730
|
+
"""
|
2731
|
+
The user that updated the object.
|
2732
|
+
"""
|
2733
|
+
return pulumi.get(self, "updated_by")
|
2734
|
+
|
2735
|
+
@property
|
2736
|
+
@pulumi.getter(name="updatedByName")
|
2737
|
+
def updated_by_name(self) -> Optional[str]:
|
2738
|
+
"""
|
2739
|
+
The user that updated the object.
|
2740
|
+
"""
|
2741
|
+
return pulumi.get(self, "updated_by_name")
|
2742
|
+
|
2743
|
+
|
2744
|
+
@pulumi.output_type
|
2745
|
+
class WorkspaceProjectMetadataAggregator(dict):
|
2746
|
+
def __init__(__self__, *,
|
2747
|
+
description: Optional[str] = None,
|
2748
|
+
identifier: Optional[str] = None,
|
2749
|
+
key: Optional[str] = None,
|
2750
|
+
name: Optional[str] = None,
|
2751
|
+
type: Optional[str] = None):
|
2752
|
+
"""
|
2753
|
+
:param str description: (Updatable) A user defined description for the project.
|
2754
|
+
: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
|
+
:param str key: (Updatable) The identifying key for the object.
|
2756
|
+
: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.
|
2757
|
+
:param str type: The type of the aggregator.
|
2758
|
+
"""
|
2759
|
+
if description is not None:
|
2760
|
+
pulumi.set(__self__, "description", description)
|
2761
|
+
if identifier is not None:
|
2762
|
+
pulumi.set(__self__, "identifier", identifier)
|
2763
|
+
if key is not None:
|
2764
|
+
pulumi.set(__self__, "key", key)
|
2765
|
+
if name is not None:
|
2766
|
+
pulumi.set(__self__, "name", name)
|
2767
|
+
if type is not None:
|
2768
|
+
pulumi.set(__self__, "type", type)
|
2769
|
+
|
2770
|
+
@property
|
2771
|
+
@pulumi.getter
|
2772
|
+
def description(self) -> Optional[str]:
|
2773
|
+
"""
|
2774
|
+
(Updatable) A user defined description for the project.
|
2775
|
+
"""
|
2776
|
+
return pulumi.get(self, "description")
|
2777
|
+
|
2778
|
+
@property
|
2779
|
+
@pulumi.getter
|
2780
|
+
def identifier(self) -> Optional[str]:
|
2781
|
+
"""
|
2782
|
+
(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.
|
2783
|
+
"""
|
2784
|
+
return pulumi.get(self, "identifier")
|
2785
|
+
|
2786
|
+
@property
|
2787
|
+
@pulumi.getter
|
2788
|
+
def key(self) -> Optional[str]:
|
2789
|
+
"""
|
2790
|
+
(Updatable) The identifying key for the object.
|
2791
|
+
"""
|
2792
|
+
return pulumi.get(self, "key")
|
2793
|
+
|
2794
|
+
@property
|
2795
|
+
@pulumi.getter
|
2796
|
+
def name(self) -> Optional[str]:
|
2797
|
+
"""
|
2798
|
+
(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.
|
2799
|
+
"""
|
2800
|
+
return pulumi.get(self, "name")
|
2801
|
+
|
2802
|
+
@property
|
2803
|
+
@pulumi.getter
|
2804
|
+
def type(self) -> Optional[str]:
|
2805
|
+
"""
|
2806
|
+
The type of the aggregator.
|
2807
|
+
"""
|
2808
|
+
return pulumi.get(self, "type")
|
2809
|
+
|
2810
|
+
|
2811
|
+
@pulumi.output_type
|
2812
|
+
class WorkspaceProjectMetadataCountStatistic(dict):
|
2813
|
+
@staticmethod
|
2814
|
+
def __key_warning(key: str):
|
2815
|
+
suggest = None
|
2816
|
+
if key == "objectTypeCountLists":
|
2817
|
+
suggest = "object_type_count_lists"
|
2818
|
+
|
2819
|
+
if suggest:
|
2820
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectMetadataCountStatistic. Access the value via the '{suggest}' property getter instead.")
|
2821
|
+
|
2822
|
+
def __getitem__(self, key: str) -> Any:
|
2823
|
+
WorkspaceProjectMetadataCountStatistic.__key_warning(key)
|
2824
|
+
return super().__getitem__(key)
|
2825
|
+
|
2826
|
+
def get(self, key: str, default = None) -> Any:
|
2827
|
+
WorkspaceProjectMetadataCountStatistic.__key_warning(key)
|
2828
|
+
return super().get(key, default)
|
2829
|
+
|
2830
|
+
def __init__(__self__, *,
|
2831
|
+
object_type_count_lists: Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatisticObjectTypeCountList']] = None):
|
2832
|
+
"""
|
2833
|
+
:param Sequence['WorkspaceProjectMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
2834
|
+
"""
|
2835
|
+
if object_type_count_lists is not None:
|
2836
|
+
pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
|
2837
|
+
|
2838
|
+
@property
|
2839
|
+
@pulumi.getter(name="objectTypeCountLists")
|
2840
|
+
def object_type_count_lists(self) -> Optional[Sequence['outputs.WorkspaceProjectMetadataCountStatisticObjectTypeCountList']]:
|
2841
|
+
"""
|
2842
|
+
The array of statistics.
|
2843
|
+
"""
|
2844
|
+
return pulumi.get(self, "object_type_count_lists")
|
2845
|
+
|
2846
|
+
|
2847
|
+
@pulumi.output_type
|
2848
|
+
class WorkspaceProjectMetadataCountStatisticObjectTypeCountList(dict):
|
2849
|
+
@staticmethod
|
2850
|
+
def __key_warning(key: str):
|
2851
|
+
suggest = None
|
2852
|
+
if key == "objectCount":
|
2853
|
+
suggest = "object_count"
|
2854
|
+
elif key == "objectType":
|
2855
|
+
suggest = "object_type"
|
2856
|
+
|
2857
|
+
if suggest:
|
2858
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectMetadataCountStatisticObjectTypeCountList. Access the value via the '{suggest}' property getter instead.")
|
2859
|
+
|
2860
|
+
def __getitem__(self, key: str) -> Any:
|
2861
|
+
WorkspaceProjectMetadataCountStatisticObjectTypeCountList.__key_warning(key)
|
2862
|
+
return super().__getitem__(key)
|
2863
|
+
|
2864
|
+
def get(self, key: str, default = None) -> Any:
|
2865
|
+
WorkspaceProjectMetadataCountStatisticObjectTypeCountList.__key_warning(key)
|
2866
|
+
return super().get(key, default)
|
2867
|
+
|
2868
|
+
def __init__(__self__, *,
|
2869
|
+
object_count: Optional[str] = None,
|
2870
|
+
object_type: Optional[str] = None):
|
2871
|
+
"""
|
2872
|
+
:param str object_count: The value for the count statistic object.
|
2873
|
+
:param str object_type: The type of object for the count statistic object.
|
2874
|
+
"""
|
2875
|
+
if object_count is not None:
|
2876
|
+
pulumi.set(__self__, "object_count", object_count)
|
2877
|
+
if object_type is not None:
|
2878
|
+
pulumi.set(__self__, "object_type", object_type)
|
2879
|
+
|
2880
|
+
@property
|
2881
|
+
@pulumi.getter(name="objectCount")
|
2882
|
+
def object_count(self) -> Optional[str]:
|
2883
|
+
"""
|
2884
|
+
The value for the count statistic object.
|
2885
|
+
"""
|
2886
|
+
return pulumi.get(self, "object_count")
|
2887
|
+
|
2888
|
+
@property
|
2889
|
+
@pulumi.getter(name="objectType")
|
2890
|
+
def object_type(self) -> Optional[str]:
|
2891
|
+
"""
|
2892
|
+
The type of object for the count statistic object.
|
2893
|
+
"""
|
2894
|
+
return pulumi.get(self, "object_type")
|
2895
|
+
|
2896
|
+
|
2897
|
+
@pulumi.output_type
|
2898
|
+
class WorkspaceProjectParentRef(dict):
|
2899
|
+
@staticmethod
|
2900
|
+
def __key_warning(key: str):
|
2901
|
+
suggest = None
|
2902
|
+
if key == "rootDocId":
|
2903
|
+
suggest = "root_doc_id"
|
2904
|
+
|
2905
|
+
if suggest:
|
2906
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectParentRef. Access the value via the '{suggest}' property getter instead.")
|
2907
|
+
|
2908
|
+
def __getitem__(self, key: str) -> Any:
|
2909
|
+
WorkspaceProjectParentRef.__key_warning(key)
|
2910
|
+
return super().__getitem__(key)
|
2911
|
+
|
2912
|
+
def get(self, key: str, default = None) -> Any:
|
2913
|
+
WorkspaceProjectParentRef.__key_warning(key)
|
2914
|
+
return super().get(key, default)
|
2915
|
+
|
2916
|
+
def __init__(__self__, *,
|
2917
|
+
parent: Optional[str] = None,
|
2918
|
+
root_doc_id: Optional[str] = None):
|
2919
|
+
"""
|
2920
|
+
:param str parent: Key of the parent object.
|
2921
|
+
:param str root_doc_id: Key of the root document object.
|
2922
|
+
"""
|
2923
|
+
if parent is not None:
|
2924
|
+
pulumi.set(__self__, "parent", parent)
|
2925
|
+
if root_doc_id is not None:
|
2926
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
2927
|
+
|
2928
|
+
@property
|
2929
|
+
@pulumi.getter
|
2930
|
+
def parent(self) -> Optional[str]:
|
2931
|
+
"""
|
2932
|
+
Key of the parent object.
|
2933
|
+
"""
|
2934
|
+
return pulumi.get(self, "parent")
|
2935
|
+
|
2936
|
+
@property
|
2937
|
+
@pulumi.getter(name="rootDocId")
|
2938
|
+
def root_doc_id(self) -> Optional[str]:
|
2939
|
+
"""
|
2940
|
+
Key of the root document object.
|
2941
|
+
"""
|
2942
|
+
return pulumi.get(self, "root_doc_id")
|
2943
|
+
|
2944
|
+
|
2945
|
+
@pulumi.output_type
|
2946
|
+
class WorkspaceProjectRegistryMetadata(dict):
|
2947
|
+
@staticmethod
|
2948
|
+
def __key_warning(key: str):
|
2949
|
+
suggest = None
|
2950
|
+
if key == "aggregatorKey":
|
2951
|
+
suggest = "aggregator_key"
|
2952
|
+
elif key == "isFavorite":
|
2953
|
+
suggest = "is_favorite"
|
2954
|
+
elif key == "registryVersion":
|
2955
|
+
suggest = "registry_version"
|
2956
|
+
|
2957
|
+
if suggest:
|
2958
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceProjectRegistryMetadata. Access the value via the '{suggest}' property getter instead.")
|
2959
|
+
|
2960
|
+
def __getitem__(self, key: str) -> Any:
|
2961
|
+
WorkspaceProjectRegistryMetadata.__key_warning(key)
|
2962
|
+
return super().__getitem__(key)
|
2963
|
+
|
2964
|
+
def get(self, key: str, default = None) -> Any:
|
2965
|
+
WorkspaceProjectRegistryMetadata.__key_warning(key)
|
2966
|
+
return super().get(key, default)
|
2967
|
+
|
2968
|
+
def __init__(__self__, *,
|
2969
|
+
aggregator_key: Optional[str] = None,
|
2970
|
+
is_favorite: Optional[bool] = None,
|
2971
|
+
key: Optional[str] = None,
|
2972
|
+
labels: Optional[Sequence[str]] = None,
|
2973
|
+
registry_version: Optional[int] = None):
|
2974
|
+
"""
|
2975
|
+
:param str aggregator_key: (Updatable) The owning object's key for this object.
|
2976
|
+
:param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
|
2977
|
+
:param str key: (Updatable) The identifying key for the object.
|
2978
|
+
: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.
|
2979
|
+
:param int registry_version: (Updatable) The registry version.
|
2980
|
+
"""
|
2981
|
+
if aggregator_key is not None:
|
2982
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
2983
|
+
if is_favorite is not None:
|
2984
|
+
pulumi.set(__self__, "is_favorite", is_favorite)
|
2985
|
+
if key is not None:
|
2986
|
+
pulumi.set(__self__, "key", key)
|
2987
|
+
if labels is not None:
|
2988
|
+
pulumi.set(__self__, "labels", labels)
|
2989
|
+
if registry_version is not None:
|
2990
|
+
pulumi.set(__self__, "registry_version", registry_version)
|
2991
|
+
|
2992
|
+
@property
|
2993
|
+
@pulumi.getter(name="aggregatorKey")
|
2994
|
+
def aggregator_key(self) -> Optional[str]:
|
2995
|
+
"""
|
2996
|
+
(Updatable) The owning object's key for this object.
|
2997
|
+
"""
|
2998
|
+
return pulumi.get(self, "aggregator_key")
|
2999
|
+
|
3000
|
+
@property
|
3001
|
+
@pulumi.getter(name="isFavorite")
|
3002
|
+
def is_favorite(self) -> Optional[bool]:
|
3003
|
+
"""
|
3004
|
+
(Updatable) Specifies whether this object is a favorite or not.
|
3005
|
+
"""
|
3006
|
+
return pulumi.get(self, "is_favorite")
|
3007
|
+
|
3008
|
+
@property
|
3009
|
+
@pulumi.getter
|
3010
|
+
def key(self) -> Optional[str]:
|
3011
|
+
"""
|
3012
|
+
(Updatable) The identifying key for the object.
|
3013
|
+
"""
|
3014
|
+
return pulumi.get(self, "key")
|
3015
|
+
|
3016
|
+
@property
|
3017
|
+
@pulumi.getter
|
3018
|
+
def labels(self) -> Optional[Sequence[str]]:
|
3019
|
+
"""
|
3020
|
+
(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.
|
3021
|
+
"""
|
3022
|
+
return pulumi.get(self, "labels")
|
3023
|
+
|
3024
|
+
@property
|
3025
|
+
@pulumi.getter(name="registryVersion")
|
3026
|
+
def registry_version(self) -> Optional[int]:
|
3027
|
+
"""
|
3028
|
+
(Updatable) The registry version.
|
3029
|
+
"""
|
3030
|
+
return pulumi.get(self, "registry_version")
|
3031
|
+
|
3032
|
+
|
3033
|
+
@pulumi.output_type
|
3034
|
+
class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
|
3035
|
+
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):
|
3043
|
+
"""
|
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.
|
3051
|
+
"""
|
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)
|
3059
|
+
|
3060
|
+
@property
|
3061
|
+
@pulumi.getter
|
3062
|
+
def action(self) -> str:
|
3063
|
+
"""
|
3064
|
+
The patch action indicating if object was created, updated, or deleted.
|
3065
|
+
"""
|
3066
|
+
return pulumi.get(self, "action")
|
3067
|
+
|
3068
|
+
@property
|
3069
|
+
@pulumi.getter
|
3070
|
+
def identifier(self) -> str:
|
3071
|
+
"""
|
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.
|
3073
|
+
"""
|
3074
|
+
return pulumi.get(self, "identifier")
|
3075
|
+
|
3076
|
+
@property
|
3077
|
+
@pulumi.getter
|
3078
|
+
def key(self) -> str:
|
3079
|
+
"""
|
3080
|
+
The key of the object.
|
3081
|
+
"""
|
3082
|
+
return pulumi.get(self, "key")
|
3083
|
+
|
3084
|
+
@property
|
3085
|
+
@pulumi.getter
|
3086
|
+
def name(self) -> str:
|
3087
|
+
"""
|
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.
|
3089
|
+
"""
|
3090
|
+
return pulumi.get(self, "name")
|
3091
|
+
|
3092
|
+
@property
|
3093
|
+
@pulumi.getter(name="namePath")
|
3094
|
+
def name_path(self) -> str:
|
3095
|
+
"""
|
3096
|
+
The fully qualified path of the published object, which would include its project and folder.
|
3097
|
+
"""
|
3098
|
+
return pulumi.get(self, "name_path")
|
3099
|
+
|
3100
|
+
@property
|
3101
|
+
@pulumi.getter(name="objectVersion")
|
3102
|
+
def object_version(self) -> int:
|
3103
|
+
"""
|
3104
|
+
The object version.
|
3105
|
+
"""
|
3106
|
+
return pulumi.get(self, "object_version")
|
3107
|
+
|
3108
|
+
@property
|
3109
|
+
@pulumi.getter
|
3110
|
+
def type(self) -> str:
|
3111
|
+
"""
|
3112
|
+
The type of the object in patch.
|
3113
|
+
"""
|
3114
|
+
return pulumi.get(self, "type")
|
3115
|
+
|
3116
|
+
|
3117
|
+
@pulumi.output_type
|
3118
|
+
class GetWorkspaceApplicationMetadataResult(dict):
|
3119
|
+
def __init__(__self__, *,
|
3120
|
+
aggregator_key: str,
|
3121
|
+
aggregators: Sequence['outputs.GetWorkspaceApplicationMetadataAggregatorResult'],
|
3122
|
+
count_statistics: Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticResult'],
|
3123
|
+
created_by: str,
|
3124
|
+
created_by_name: str,
|
3125
|
+
identifier_path: str,
|
3126
|
+
info_fields: Mapping[str, Any],
|
3127
|
+
is_favorite: bool,
|
3128
|
+
labels: Sequence[str],
|
3129
|
+
registry_version: int,
|
3130
|
+
time_created: str,
|
3131
|
+
time_updated: str,
|
3132
|
+
updated_by: str,
|
3133
|
+
updated_by_name: str):
|
3134
|
+
"""
|
3135
|
+
: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.
|
3138
|
+
:param str created_by: The user that created the object.
|
3139
|
+
:param str created_by_name: The user that created the object.
|
3140
|
+
:param str identifier_path: The full path to identify this object.
|
3141
|
+
:param Mapping[str, Any] info_fields: Information property fields.
|
3142
|
+
:param bool is_favorite: Specifies whether this object is a favorite or not.
|
3143
|
+
: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
|
+
: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
|
3147
|
+
:param str updated_by: The user that updated the object.
|
3148
|
+
:param str updated_by_name: The user that updated the object.
|
3149
|
+
"""
|
3150
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
3151
|
+
pulumi.set(__self__, "aggregators", aggregators)
|
3152
|
+
pulumi.set(__self__, "count_statistics", count_statistics)
|
3153
|
+
pulumi.set(__self__, "created_by", created_by)
|
3154
|
+
pulumi.set(__self__, "created_by_name", created_by_name)
|
3155
|
+
pulumi.set(__self__, "identifier_path", identifier_path)
|
3156
|
+
pulumi.set(__self__, "info_fields", info_fields)
|
3157
|
+
pulumi.set(__self__, "is_favorite", is_favorite)
|
3158
|
+
pulumi.set(__self__, "labels", labels)
|
3159
|
+
pulumi.set(__self__, "registry_version", registry_version)
|
3160
|
+
pulumi.set(__self__, "time_created", time_created)
|
3161
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
3162
|
+
pulumi.set(__self__, "updated_by", updated_by)
|
3163
|
+
pulumi.set(__self__, "updated_by_name", updated_by_name)
|
3164
|
+
|
3165
|
+
@property
|
3166
|
+
@pulumi.getter(name="aggregatorKey")
|
3167
|
+
def aggregator_key(self) -> str:
|
3168
|
+
"""
|
3169
|
+
The owning object key for this object.
|
3170
|
+
"""
|
3171
|
+
return pulumi.get(self, "aggregator_key")
|
3172
|
+
|
3173
|
+
@property
|
3174
|
+
@pulumi.getter
|
3175
|
+
def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationMetadataAggregatorResult']:
|
3176
|
+
"""
|
3177
|
+
A summary type containing information about the object's aggregator including its type, key, name and description.
|
3178
|
+
"""
|
3179
|
+
return pulumi.get(self, "aggregators")
|
3180
|
+
|
3181
|
+
@property
|
3182
|
+
@pulumi.getter(name="countStatistics")
|
3183
|
+
def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticResult']:
|
3184
|
+
"""
|
3185
|
+
A count statistics.
|
3186
|
+
"""
|
3187
|
+
return pulumi.get(self, "count_statistics")
|
3188
|
+
|
3189
|
+
@property
|
3190
|
+
@pulumi.getter(name="createdBy")
|
3191
|
+
def created_by(self) -> str:
|
3192
|
+
"""
|
3193
|
+
The user that created the object.
|
3194
|
+
"""
|
3195
|
+
return pulumi.get(self, "created_by")
|
3196
|
+
|
3197
|
+
@property
|
3198
|
+
@pulumi.getter(name="createdByName")
|
3199
|
+
def created_by_name(self) -> str:
|
3200
|
+
"""
|
3201
|
+
The user that created the object.
|
3202
|
+
"""
|
3203
|
+
return pulumi.get(self, "created_by_name")
|
3204
|
+
|
3205
|
+
@property
|
3206
|
+
@pulumi.getter(name="identifierPath")
|
3207
|
+
def identifier_path(self) -> str:
|
3208
|
+
"""
|
3209
|
+
The full path to identify this object.
|
3210
|
+
"""
|
3211
|
+
return pulumi.get(self, "identifier_path")
|
3212
|
+
|
3213
|
+
@property
|
3214
|
+
@pulumi.getter(name="infoFields")
|
3215
|
+
def info_fields(self) -> Mapping[str, Any]:
|
3216
|
+
"""
|
3217
|
+
Information property fields.
|
3218
|
+
"""
|
3219
|
+
return pulumi.get(self, "info_fields")
|
3220
|
+
|
3221
|
+
@property
|
3222
|
+
@pulumi.getter(name="isFavorite")
|
3223
|
+
def is_favorite(self) -> bool:
|
3224
|
+
"""
|
3225
|
+
Specifies whether this object is a favorite or not.
|
3226
|
+
"""
|
3227
|
+
return pulumi.get(self, "is_favorite")
|
3228
|
+
|
3229
|
+
@property
|
3230
|
+
@pulumi.getter
|
3231
|
+
def labels(self) -> Sequence[str]:
|
3232
|
+
"""
|
3233
|
+
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.
|
3234
|
+
"""
|
3235
|
+
return pulumi.get(self, "labels")
|
3236
|
+
|
3237
|
+
@property
|
3238
|
+
@pulumi.getter(name="registryVersion")
|
3239
|
+
def registry_version(self) -> int:
|
3240
|
+
"""
|
3241
|
+
The registry version of the object.
|
3242
|
+
"""
|
3243
|
+
return pulumi.get(self, "registry_version")
|
3244
|
+
|
3245
|
+
@property
|
3246
|
+
@pulumi.getter(name="timeCreated")
|
3247
|
+
def time_created(self) -> str:
|
3248
|
+
"""
|
3249
|
+
The date and time the application was created, in the timestamp format defined by RFC3339.
|
3250
|
+
"""
|
3251
|
+
return pulumi.get(self, "time_created")
|
3252
|
+
|
3253
|
+
@property
|
3254
|
+
@pulumi.getter(name="timeUpdated")
|
3255
|
+
def time_updated(self) -> str:
|
3256
|
+
"""
|
3257
|
+
The date and time the application was updated, in the timestamp format defined by RFC3339. example: 2019-08-25T21:10:29.41Z
|
3258
|
+
"""
|
3259
|
+
return pulumi.get(self, "time_updated")
|
3260
|
+
|
3261
|
+
@property
|
3262
|
+
@pulumi.getter(name="updatedBy")
|
3263
|
+
def updated_by(self) -> str:
|
3264
|
+
"""
|
3265
|
+
The user that updated the object.
|
3266
|
+
"""
|
3267
|
+
return pulumi.get(self, "updated_by")
|
3268
|
+
|
3269
|
+
@property
|
3270
|
+
@pulumi.getter(name="updatedByName")
|
3271
|
+
def updated_by_name(self) -> str:
|
3272
|
+
"""
|
3273
|
+
The user that updated the object.
|
3274
|
+
"""
|
3275
|
+
return pulumi.get(self, "updated_by_name")
|
3276
|
+
|
3277
|
+
|
3278
|
+
@pulumi.output_type
|
3279
|
+
class GetWorkspaceApplicationMetadataAggregatorResult(dict):
|
3280
|
+
def __init__(__self__, *,
|
3281
|
+
description: str,
|
3282
|
+
identifier: str,
|
3283
|
+
key: str,
|
3284
|
+
name: str,
|
3285
|
+
type: str):
|
3286
|
+
"""
|
3287
|
+
: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.
|
3289
|
+
: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.
|
3291
|
+
:param str type: The type of the object in patch.
|
3292
|
+
"""
|
3293
|
+
pulumi.set(__self__, "description", description)
|
3294
|
+
pulumi.set(__self__, "identifier", identifier)
|
3295
|
+
pulumi.set(__self__, "key", key)
|
3296
|
+
pulumi.set(__self__, "name", name)
|
3297
|
+
pulumi.set(__self__, "type", type)
|
3298
|
+
|
3299
|
+
@property
|
3300
|
+
@pulumi.getter
|
3301
|
+
def description(self) -> str:
|
3302
|
+
"""
|
3303
|
+
The description of the aggregator.
|
3304
|
+
"""
|
3305
|
+
return pulumi.get(self, "description")
|
3306
|
+
|
3307
|
+
@property
|
3308
|
+
@pulumi.getter
|
3309
|
+
def identifier(self) -> str:
|
3310
|
+
"""
|
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.
|
3312
|
+
"""
|
3313
|
+
return pulumi.get(self, "identifier")
|
3314
|
+
|
3315
|
+
@property
|
3316
|
+
@pulumi.getter
|
3317
|
+
def key(self) -> str:
|
3318
|
+
"""
|
3319
|
+
The key of the object.
|
3320
|
+
"""
|
3321
|
+
return pulumi.get(self, "key")
|
3322
|
+
|
3323
|
+
@property
|
3324
|
+
@pulumi.getter
|
3325
|
+
def name(self) -> str:
|
3326
|
+
"""
|
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.
|
3328
|
+
"""
|
3329
|
+
return pulumi.get(self, "name")
|
3330
|
+
|
3331
|
+
@property
|
3332
|
+
@pulumi.getter
|
3333
|
+
def type(self) -> str:
|
3334
|
+
"""
|
3335
|
+
The type of the object in patch.
|
3336
|
+
"""
|
3337
|
+
return pulumi.get(self, "type")
|
3338
|
+
|
3339
|
+
|
3340
|
+
@pulumi.output_type
|
3341
|
+
class GetWorkspaceApplicationMetadataCountStatisticResult(dict):
|
3342
|
+
def __init__(__self__, *,
|
3343
|
+
object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult']):
|
3344
|
+
"""
|
3345
|
+
:param Sequence['GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
3346
|
+
"""
|
3347
|
+
pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
|
3348
|
+
|
3349
|
+
@property
|
3350
|
+
@pulumi.getter(name="objectTypeCountLists")
|
3351
|
+
def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult']:
|
3352
|
+
"""
|
3353
|
+
The array of statistics.
|
3354
|
+
"""
|
3355
|
+
return pulumi.get(self, "object_type_count_lists")
|
3356
|
+
|
3357
|
+
|
3358
|
+
@pulumi.output_type
|
3359
|
+
class GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult(dict):
|
3360
|
+
def __init__(__self__, *,
|
3361
|
+
object_count: str,
|
3362
|
+
object_type: str):
|
3363
|
+
"""
|
3364
|
+
:param str object_count: The value for the count statistic object.
|
3365
|
+
:param str object_type: The type of object for the count statistic object.
|
3366
|
+
"""
|
3367
|
+
pulumi.set(__self__, "object_count", object_count)
|
3368
|
+
pulumi.set(__self__, "object_type", object_type)
|
3369
|
+
|
3370
|
+
@property
|
3371
|
+
@pulumi.getter(name="objectCount")
|
3372
|
+
def object_count(self) -> str:
|
3373
|
+
"""
|
3374
|
+
The value for the count statistic object.
|
3375
|
+
"""
|
3376
|
+
return pulumi.get(self, "object_count")
|
3377
|
+
|
3378
|
+
@property
|
3379
|
+
@pulumi.getter(name="objectType")
|
3380
|
+
def object_type(self) -> str:
|
3381
|
+
"""
|
3382
|
+
The type of object for the count statistic object.
|
3383
|
+
"""
|
3384
|
+
return pulumi.get(self, "object_type")
|
3385
|
+
|
3386
|
+
|
3387
|
+
@pulumi.output_type
|
3388
|
+
class GetWorkspaceApplicationParentRefResult(dict):
|
3389
|
+
def __init__(__self__, *,
|
3390
|
+
parent: str,
|
3391
|
+
root_doc_id: str):
|
3392
|
+
"""
|
3393
|
+
:param str parent: Key of the parent object.
|
3394
|
+
:param str root_doc_id: Key of the root document object.
|
3395
|
+
"""
|
3396
|
+
pulumi.set(__self__, "parent", parent)
|
3397
|
+
pulumi.set(__self__, "root_doc_id", root_doc_id)
|
3398
|
+
|
3399
|
+
@property
|
3400
|
+
@pulumi.getter
|
3401
|
+
def parent(self) -> str:
|
3402
|
+
"""
|
3403
|
+
Key of the parent object.
|
3404
|
+
"""
|
3405
|
+
return pulumi.get(self, "parent")
|
3406
|
+
|
3407
|
+
@property
|
3408
|
+
@pulumi.getter(name="rootDocId")
|
3409
|
+
def root_doc_id(self) -> str:
|
3410
|
+
"""
|
3411
|
+
Key of the root document object.
|
3412
|
+
"""
|
3413
|
+
return pulumi.get(self, "root_doc_id")
|
3414
|
+
|
3415
|
+
|
3416
|
+
@pulumi.output_type
|
3417
|
+
class GetWorkspaceApplicationPatchDependentObjectMetadataResult(dict):
|
3418
|
+
def __init__(__self__, *,
|
3419
|
+
action: str,
|
3420
|
+
identifier: str,
|
3421
|
+
key: str,
|
3422
|
+
name: str,
|
3423
|
+
name_path: str,
|
3424
|
+
object_version: int,
|
3425
|
+
type: str):
|
3426
|
+
"""
|
3427
|
+
:param str action: The patch action indicating if object was created, updated, or deleted.
|
3428
|
+
: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.
|
3429
|
+
:param str key: The key of the object.
|
3430
|
+
: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.
|
3431
|
+
:param str name_path: The fully qualified path of the published object, which would include its project and folder.
|
3432
|
+
:param int object_version: The object version.
|
3433
|
+
:param str type: The type of the object in patch.
|
3434
|
+
"""
|
3435
|
+
pulumi.set(__self__, "action", action)
|
3436
|
+
pulumi.set(__self__, "identifier", identifier)
|
3437
|
+
pulumi.set(__self__, "key", key)
|
3438
|
+
pulumi.set(__self__, "name", name)
|
3439
|
+
pulumi.set(__self__, "name_path", name_path)
|
3440
|
+
pulumi.set(__self__, "object_version", object_version)
|
3441
|
+
pulumi.set(__self__, "type", type)
|
3442
|
+
|
3443
|
+
@property
|
3444
|
+
@pulumi.getter
|
3445
|
+
def action(self) -> str:
|
3446
|
+
"""
|
3447
|
+
The patch action indicating if object was created, updated, or deleted.
|
3448
|
+
"""
|
3449
|
+
return pulumi.get(self, "action")
|
3450
|
+
|
3451
|
+
@property
|
3452
|
+
@pulumi.getter
|
3453
|
+
def identifier(self) -> str:
|
3454
|
+
"""
|
3455
|
+
Value can only contain upper case letters, underscore and numbers. It should begin with upper case letter or underscore. The value can be modified.
|
3456
|
+
"""
|
3457
|
+
return pulumi.get(self, "identifier")
|
3458
|
+
|
3459
|
+
@property
|
3460
|
+
@pulumi.getter
|
3461
|
+
def key(self) -> str:
|
3462
|
+
"""
|
3463
|
+
The key of the object.
|
3464
|
+
"""
|
3465
|
+
return pulumi.get(self, "key")
|
3466
|
+
|
3467
|
+
@property
|
3468
|
+
@pulumi.getter
|
3469
|
+
def name(self) -> str:
|
3470
|
+
"""
|
3471
|
+
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.
|
3472
|
+
"""
|
3473
|
+
return pulumi.get(self, "name")
|
3474
|
+
|
3475
|
+
@property
|
3476
|
+
@pulumi.getter(name="namePath")
|
3477
|
+
def name_path(self) -> str:
|
3478
|
+
"""
|
3479
|
+
The fully qualified path of the published object, which would include its project and folder.
|
3480
|
+
"""
|
3481
|
+
return pulumi.get(self, "name_path")
|
3482
|
+
|
3483
|
+
@property
|
3484
|
+
@pulumi.getter(name="objectVersion")
|
3485
|
+
def object_version(self) -> int:
|
3486
|
+
"""
|
3487
|
+
The object version.
|
3488
|
+
"""
|
3489
|
+
return pulumi.get(self, "object_version")
|
3490
|
+
|
3491
|
+
@property
|
3492
|
+
@pulumi.getter
|
3493
|
+
def type(self) -> str:
|
3494
|
+
"""
|
3495
|
+
The type of the object in patch.
|
3496
|
+
"""
|
3497
|
+
return pulumi.get(self, "type")
|
3498
|
+
|
3499
|
+
|
3500
|
+
@pulumi.output_type
|
3501
|
+
class GetWorkspaceApplicationPatchMetadataResult(dict):
|
3502
|
+
def __init__(__self__, *,
|
3503
|
+
aggregator_key: str,
|
3504
|
+
aggregators: Sequence['outputs.GetWorkspaceApplicationPatchMetadataAggregatorResult'],
|
3505
|
+
count_statistics: Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticResult'],
|
3506
|
+
created_by: str,
|
3507
|
+
created_by_name: str,
|
3508
|
+
identifier_path: str,
|
3509
|
+
info_fields: Mapping[str, Any],
|
3510
|
+
is_favorite: bool,
|
3511
|
+
labels: Sequence[str],
|
3512
|
+
registry_version: int,
|
3513
|
+
time_created: str,
|
3514
|
+
time_updated: str,
|
3515
|
+
updated_by: str,
|
3516
|
+
updated_by_name: str):
|
3517
|
+
"""
|
3518
|
+
: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.
|
3521
|
+
:param str created_by: The user that created the object.
|
3522
|
+
:param str created_by_name: The user that created the object.
|
3523
|
+
:param str identifier_path: The full path to identify this object.
|
3524
|
+
:param Mapping[str, Any] info_fields: Information property fields.
|
3525
|
+
:param bool is_favorite: Specifies whether this object is a favorite or not.
|
3526
|
+
: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.
|
3527
|
+
:param int registry_version: The registry version of the object.
|
3528
|
+
:param str time_created: The date and time that the object was created.
|
3529
|
+
:param str time_updated: The date and time that the object was updated.
|
3530
|
+
:param str updated_by: The user that updated the object.
|
3531
|
+
:param str updated_by_name: The user that updated the object.
|
3532
|
+
"""
|
3533
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
3534
|
+
pulumi.set(__self__, "aggregators", aggregators)
|
3535
|
+
pulumi.set(__self__, "count_statistics", count_statistics)
|
3536
|
+
pulumi.set(__self__, "created_by", created_by)
|
3537
|
+
pulumi.set(__self__, "created_by_name", created_by_name)
|
3538
|
+
pulumi.set(__self__, "identifier_path", identifier_path)
|
3539
|
+
pulumi.set(__self__, "info_fields", info_fields)
|
3540
|
+
pulumi.set(__self__, "is_favorite", is_favorite)
|
3541
|
+
pulumi.set(__self__, "labels", labels)
|
3542
|
+
pulumi.set(__self__, "registry_version", registry_version)
|
3543
|
+
pulumi.set(__self__, "time_created", time_created)
|
3544
|
+
pulumi.set(__self__, "time_updated", time_updated)
|
3545
|
+
pulumi.set(__self__, "updated_by", updated_by)
|
3546
|
+
pulumi.set(__self__, "updated_by_name", updated_by_name)
|
3547
|
+
|
3548
|
+
@property
|
3549
|
+
@pulumi.getter(name="aggregatorKey")
|
3550
|
+
def aggregator_key(self) -> str:
|
3551
|
+
"""
|
3552
|
+
The owning object key for this object.
|
3553
|
+
"""
|
3554
|
+
return pulumi.get(self, "aggregator_key")
|
3555
|
+
|
3556
|
+
@property
|
3557
|
+
@pulumi.getter
|
3558
|
+
def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationPatchMetadataAggregatorResult']:
|
3559
|
+
"""
|
3560
|
+
A summary type containing information about the object's aggregator including its type, key, name and description.
|
3561
|
+
"""
|
3562
|
+
return pulumi.get(self, "aggregators")
|
3563
|
+
|
3564
|
+
@property
|
3565
|
+
@pulumi.getter(name="countStatistics")
|
3566
|
+
def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticResult']:
|
3567
|
+
"""
|
3568
|
+
A count statistics.
|
3569
|
+
"""
|
3570
|
+
return pulumi.get(self, "count_statistics")
|
3571
|
+
|
3572
|
+
@property
|
3573
|
+
@pulumi.getter(name="createdBy")
|
3574
|
+
def created_by(self) -> str:
|
3575
|
+
"""
|
3576
|
+
The user that created the object.
|
3577
|
+
"""
|
3578
|
+
return pulumi.get(self, "created_by")
|
3579
|
+
|
3580
|
+
@property
|
3581
|
+
@pulumi.getter(name="createdByName")
|
3582
|
+
def created_by_name(self) -> str:
|
3583
|
+
"""
|
3584
|
+
The user that created the object.
|
3585
|
+
"""
|
3586
|
+
return pulumi.get(self, "created_by_name")
|
3587
|
+
|
3588
|
+
@property
|
3589
|
+
@pulumi.getter(name="identifierPath")
|
3590
|
+
def identifier_path(self) -> str:
|
3591
|
+
"""
|
3592
|
+
The full path to identify this object.
|
3593
|
+
"""
|
3594
|
+
return pulumi.get(self, "identifier_path")
|
3595
|
+
|
3596
|
+
@property
|
3597
|
+
@pulumi.getter(name="infoFields")
|
3598
|
+
def info_fields(self) -> Mapping[str, Any]:
|
3599
|
+
"""
|
3600
|
+
Information property fields.
|
3601
|
+
"""
|
3602
|
+
return pulumi.get(self, "info_fields")
|
3603
|
+
|
3604
|
+
@property
|
3605
|
+
@pulumi.getter(name="isFavorite")
|
3606
|
+
def is_favorite(self) -> bool:
|
3607
|
+
"""
|
3608
|
+
Specifies whether this object is a favorite or not.
|
3609
|
+
"""
|
3610
|
+
return pulumi.get(self, "is_favorite")
|
3611
|
+
|
3612
|
+
@property
|
3613
|
+
@pulumi.getter
|
3614
|
+
def labels(self) -> Sequence[str]:
|
3615
|
+
"""
|
3616
|
+
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.
|
3617
|
+
"""
|
3618
|
+
return pulumi.get(self, "labels")
|
3619
|
+
|
3620
|
+
@property
|
3621
|
+
@pulumi.getter(name="registryVersion")
|
3622
|
+
def registry_version(self) -> int:
|
3623
|
+
"""
|
3624
|
+
The registry version of the object.
|
3625
|
+
"""
|
3626
|
+
return pulumi.get(self, "registry_version")
|
3627
|
+
|
3628
|
+
@property
|
3629
|
+
@pulumi.getter(name="timeCreated")
|
3630
|
+
def time_created(self) -> str:
|
3631
|
+
"""
|
3632
|
+
The date and time that the object was created.
|
3633
|
+
"""
|
3634
|
+
return pulumi.get(self, "time_created")
|
3635
|
+
|
3636
|
+
@property
|
3637
|
+
@pulumi.getter(name="timeUpdated")
|
3638
|
+
def time_updated(self) -> str:
|
3639
|
+
"""
|
3640
|
+
The date and time that the object was updated.
|
3641
|
+
"""
|
3642
|
+
return pulumi.get(self, "time_updated")
|
3643
|
+
|
3644
|
+
@property
|
3645
|
+
@pulumi.getter(name="updatedBy")
|
3646
|
+
def updated_by(self) -> str:
|
3647
|
+
"""
|
3648
|
+
The user that updated the object.
|
3649
|
+
"""
|
3650
|
+
return pulumi.get(self, "updated_by")
|
3651
|
+
|
3652
|
+
@property
|
3653
|
+
@pulumi.getter(name="updatedByName")
|
3654
|
+
def updated_by_name(self) -> str:
|
3655
|
+
"""
|
3656
|
+
The user that updated the object.
|
3657
|
+
"""
|
3658
|
+
return pulumi.get(self, "updated_by_name")
|
3659
|
+
|
3660
|
+
|
3661
|
+
@pulumi.output_type
|
3662
|
+
class GetWorkspaceApplicationPatchMetadataAggregatorResult(dict):
|
3663
|
+
def __init__(__self__, *,
|
3664
|
+
description: str,
|
3665
|
+
identifier: str,
|
3666
|
+
key: str,
|
3667
|
+
name: str,
|
3668
|
+
type: str):
|
3669
|
+
"""
|
3670
|
+
: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.
|
3673
|
+
: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.
|
3675
|
+
"""
|
3676
|
+
pulumi.set(__self__, "description", description)
|
3677
|
+
pulumi.set(__self__, "identifier", identifier)
|
3678
|
+
pulumi.set(__self__, "key", key)
|
3679
|
+
pulumi.set(__self__, "name", name)
|
3680
|
+
pulumi.set(__self__, "type", type)
|
3681
|
+
|
3682
|
+
@property
|
3683
|
+
@pulumi.getter
|
3684
|
+
def description(self) -> str:
|
3685
|
+
"""
|
3686
|
+
The description of the aggregator.
|
3687
|
+
"""
|
3688
|
+
return pulumi.get(self, "description")
|
3689
|
+
|
3690
|
+
@property
|
3691
|
+
@pulumi.getter
|
3692
|
+
def identifier(self) -> str:
|
3693
|
+
"""
|
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.
|
3695
|
+
"""
|
3696
|
+
return pulumi.get(self, "identifier")
|
3697
|
+
|
3698
|
+
@property
|
3699
|
+
@pulumi.getter
|
3700
|
+
def key(self) -> str:
|
3701
|
+
"""
|
3702
|
+
The key of the object.
|
3703
|
+
"""
|
3704
|
+
return pulumi.get(self, "key")
|
3705
|
+
|
3706
|
+
@property
|
3707
|
+
@pulumi.getter
|
3708
|
+
def name(self) -> str:
|
3709
|
+
"""
|
3710
|
+
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.
|
3711
|
+
"""
|
3712
|
+
return pulumi.get(self, "name")
|
3713
|
+
|
3714
|
+
@property
|
3715
|
+
@pulumi.getter
|
3716
|
+
def type(self) -> str:
|
3717
|
+
"""
|
3718
|
+
The type of the object in patch.
|
3719
|
+
"""
|
3720
|
+
return pulumi.get(self, "type")
|
3721
|
+
|
3722
|
+
|
3723
|
+
@pulumi.output_type
|
3724
|
+
class GetWorkspaceApplicationPatchMetadataCountStatisticResult(dict):
|
3725
|
+
def __init__(__self__, *,
|
3726
|
+
object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListResult']):
|
3727
|
+
"""
|
3728
|
+
:param Sequence['GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
3729
|
+
"""
|
3730
|
+
pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
|
3731
|
+
|
3732
|
+
@property
|
3733
|
+
@pulumi.getter(name="objectTypeCountLists")
|
3734
|
+
def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationPatchMetadataCountStatisticObjectTypeCountListResult']:
|
3735
|
+
"""
|
3736
|
+
The array of statistics.
|
3737
|
+
"""
|
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")
|
3833
|
+
|
3834
|
+
@property
|
3835
|
+
@pulumi.getter
|
3836
|
+
def identifier(self) -> str:
|
3837
|
+
"""
|
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.
|
3839
|
+
"""
|
3840
|
+
return pulumi.get(self, "identifier")
|
3841
|
+
|
3842
|
+
@property
|
3843
|
+
@pulumi.getter
|
3844
|
+
def key(self) -> str:
|
3845
|
+
"""
|
3846
|
+
The key of the object.
|
3847
|
+
"""
|
3848
|
+
return pulumi.get(self, "key")
|
3849
|
+
|
3850
|
+
@property
|
3851
|
+
@pulumi.getter
|
3852
|
+
def name(self) -> str:
|
3853
|
+
"""
|
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.
|
3855
|
+
"""
|
3856
|
+
return pulumi.get(self, "name")
|
3857
|
+
|
3858
|
+
@property
|
3859
|
+
@pulumi.getter(name="namePath")
|
3860
|
+
def name_path(self) -> str:
|
3861
|
+
"""
|
3862
|
+
The fully qualified path of the published object, which would include its project and folder.
|
3863
|
+
"""
|
3864
|
+
return pulumi.get(self, "name_path")
|
3865
|
+
|
3866
|
+
@property
|
3867
|
+
@pulumi.getter(name="objectVersion")
|
3868
|
+
def object_version(self) -> int:
|
3869
|
+
"""
|
3870
|
+
The object version.
|
3871
|
+
"""
|
3872
|
+
return pulumi.get(self, "object_version")
|
3873
|
+
|
3874
|
+
@property
|
3875
|
+
@pulumi.getter
|
3876
|
+
def type(self) -> str:
|
3877
|
+
"""
|
3878
|
+
The type of the object in patch.
|
3879
|
+
"""
|
3880
|
+
return pulumi.get(self, "type")
|
3881
|
+
|
3882
|
+
|
3883
|
+
@pulumi.output_type
|
3884
|
+
class GetWorkspaceApplicationPatchRegistryMetadataResult(dict):
|
3885
|
+
def __init__(__self__, *,
|
3886
|
+
aggregator_key: str,
|
3887
|
+
is_favorite: bool,
|
3888
|
+
key: str,
|
3889
|
+
labels: Sequence[str],
|
3890
|
+
registry_version: int):
|
3891
|
+
"""
|
3892
|
+
:param str aggregator_key: The owning object key for this object.
|
3893
|
+
:param bool is_favorite: Specifies whether this object is a favorite or not.
|
3894
|
+
:param str key: The key of the object.
|
3895
|
+
: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
|
+
:param int registry_version: The registry version of the object.
|
3897
|
+
"""
|
3898
|
+
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
3899
|
+
pulumi.set(__self__, "is_favorite", is_favorite)
|
3900
|
+
pulumi.set(__self__, "key", key)
|
3901
|
+
pulumi.set(__self__, "labels", labels)
|
3902
|
+
pulumi.set(__self__, "registry_version", registry_version)
|
3903
|
+
|
3904
|
+
@property
|
3905
|
+
@pulumi.getter(name="aggregatorKey")
|
3906
|
+
def aggregator_key(self) -> str:
|
3907
|
+
"""
|
3908
|
+
The owning object key for this object.
|
3909
|
+
"""
|
3910
|
+
return pulumi.get(self, "aggregator_key")
|
3911
|
+
|
3912
|
+
@property
|
3913
|
+
@pulumi.getter(name="isFavorite")
|
3914
|
+
def is_favorite(self) -> bool:
|
3915
|
+
"""
|
3916
|
+
Specifies whether this object is a favorite or not.
|
3917
|
+
"""
|
3918
|
+
return pulumi.get(self, "is_favorite")
|
3919
|
+
|
3920
|
+
@property
|
3921
|
+
@pulumi.getter
|
3922
|
+
def key(self) -> str:
|
3923
|
+
"""
|
3924
|
+
The key of the object.
|
3925
|
+
"""
|
3926
|
+
return pulumi.get(self, "key")
|
3927
|
+
|
3928
|
+
@property
|
3929
|
+
@pulumi.getter
|
3930
|
+
def labels(self) -> Sequence[str]:
|
3931
|
+
"""
|
3932
|
+
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.
|
3933
|
+
"""
|
3934
|
+
return pulumi.get(self, "labels")
|
3935
|
+
|
3936
|
+
@property
|
3937
|
+
@pulumi.getter(name="registryVersion")
|
3938
|
+
def registry_version(self) -> int:
|
3939
|
+
"""
|
3940
|
+
The registry version of the object.
|
3941
|
+
"""
|
3942
|
+
return pulumi.get(self, "registry_version")
|
3943
|
+
|
3944
|
+
|
3945
|
+
@pulumi.output_type
|
3946
|
+
class GetWorkspaceApplicationPatchesFilterResult(dict):
|
3947
|
+
def __init__(__self__, *,
|
3948
|
+
name: str,
|
3949
|
+
values: Sequence[str],
|
3950
|
+
regex: Optional[bool] = None):
|
3951
|
+
"""
|
3952
|
+
:param str name: Used to filter by the name of the object.
|
3953
|
+
"""
|
3954
|
+
pulumi.set(__self__, "name", name)
|
3955
|
+
pulumi.set(__self__, "values", values)
|
3956
|
+
if regex is not None:
|
3957
|
+
pulumi.set(__self__, "regex", regex)
|
3958
|
+
|
3959
|
+
@property
|
3960
|
+
@pulumi.getter
|
3961
|
+
def name(self) -> str:
|
3962
|
+
"""
|
3963
|
+
Used to filter by the name of the object.
|
3964
|
+
"""
|
3965
|
+
return pulumi.get(self, "name")
|
3966
|
+
|
3967
|
+
@property
|
3968
|
+
@pulumi.getter
|
3969
|
+
def values(self) -> Sequence[str]:
|
3970
|
+
return pulumi.get(self, "values")
|
3971
|
+
|
3972
|
+
@property
|
3973
|
+
@pulumi.getter
|
3974
|
+
def regex(self) -> Optional[bool]:
|
3975
|
+
return pulumi.get(self, "regex")
|
3976
|
+
|
3977
|
+
|
3978
|
+
@pulumi.output_type
|
3979
|
+
class GetWorkspaceApplicationPatchesPatchSummaryCollectionResult(dict):
|
3980
|
+
def __init__(__self__, *,
|
3981
|
+
items: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult']):
|
3982
|
+
pulumi.set(__self__, "items", items)
|
3983
|
+
|
3984
|
+
@property
|
3985
|
+
@pulumi.getter
|
3986
|
+
def items(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult']:
|
3987
|
+
return pulumi.get(self, "items")
|
3988
|
+
|
3989
|
+
|
3990
|
+
@pulumi.output_type
|
3991
|
+
class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemResult(dict):
|
3992
|
+
def __init__(__self__, *,
|
3993
|
+
application_key: str,
|
3994
|
+
application_version: int,
|
3995
|
+
dependent_object_metadatas: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataResult'],
|
3996
|
+
description: str,
|
3997
|
+
error_messages: Mapping[str, Any],
|
3998
|
+
identifier: str,
|
3999
|
+
key: str,
|
4000
|
+
key_map: Mapping[str, Any],
|
4001
|
+
metadatas: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult'],
|
4002
|
+
model_type: str,
|
4003
|
+
model_version: str,
|
4004
|
+
name: str,
|
4005
|
+
object_keys: Sequence[str],
|
4006
|
+
object_status: int,
|
4007
|
+
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,
|
4014
|
+
workspace_id: str):
|
4015
|
+
"""
|
4016
|
+
: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
|
+
: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.
|
4027
|
+
:param str name: Used to filter by the name of the object.
|
4028
|
+
: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).
|
4035
|
+
:param str workspace_id: The workspace ID.
|
4036
|
+
"""
|
4037
|
+
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
|
+
pulumi.set(__self__, "description", description)
|
4041
|
+
pulumi.set(__self__, "error_messages", error_messages)
|
4042
|
+
pulumi.set(__self__, "identifier", identifier)
|
4043
|
+
pulumi.set(__self__, "key", key)
|
4044
|
+
pulumi.set(__self__, "key_map", key_map)
|
4045
|
+
pulumi.set(__self__, "metadatas", metadatas)
|
4046
|
+
pulumi.set(__self__, "model_type", model_type)
|
4047
|
+
pulumi.set(__self__, "model_version", model_version)
|
4048
|
+
pulumi.set(__self__, "name", name)
|
4049
|
+
pulumi.set(__self__, "object_keys", object_keys)
|
4050
|
+
pulumi.set(__self__, "object_status", object_status)
|
4051
|
+
pulumi.set(__self__, "object_version", object_version)
|
4052
|
+
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
|
+
pulumi.set(__self__, "registry_metadata", registry_metadata)
|
4057
|
+
pulumi.set(__self__, "time_patched", time_patched)
|
4058
|
+
pulumi.set(__self__, "workspace_id", workspace_id)
|
4059
|
+
|
4060
|
+
@property
|
4061
|
+
@pulumi.getter(name="applicationKey")
|
4062
|
+
def application_key(self) -> str:
|
4063
|
+
"""
|
4064
|
+
The application key.
|
4065
|
+
"""
|
4066
|
+
return pulumi.get(self, "application_key")
|
4067
|
+
|
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
|
+
@property
|
4085
|
+
@pulumi.getter
|
4086
|
+
def description(self) -> str:
|
4087
|
+
"""
|
4088
|
+
The description of the aggregator.
|
4089
|
+
"""
|
4090
|
+
return pulumi.get(self, "description")
|
4091
|
+
|
4092
|
+
@property
|
4093
|
+
@pulumi.getter(name="errorMessages")
|
4094
|
+
def error_messages(self) -> Mapping[str, Any]:
|
4095
|
+
"""
|
4096
|
+
The errors encountered while applying the patch, if any.
|
4097
|
+
"""
|
4098
|
+
return pulumi.get(self, "error_messages")
|
4099
|
+
|
4100
|
+
@property
|
4101
|
+
@pulumi.getter
|
4102
|
+
def identifier(self) -> str:
|
4103
|
+
"""
|
4104
|
+
Used to filter by the identifier of the published object.
|
4105
|
+
"""
|
4106
|
+
return pulumi.get(self, "identifier")
|
4107
|
+
|
4108
|
+
@property
|
4109
|
+
@pulumi.getter
|
4110
|
+
def key(self) -> str:
|
4111
|
+
"""
|
4112
|
+
The key of the object.
|
4113
|
+
"""
|
4114
|
+
return pulumi.get(self, "key")
|
4115
|
+
|
4116
|
+
@property
|
4117
|
+
@pulumi.getter(name="keyMap")
|
4118
|
+
def key_map(self) -> Mapping[str, Any]:
|
4119
|
+
"""
|
4120
|
+
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
|
4121
|
+
"""
|
4122
|
+
return pulumi.get(self, "key_map")
|
4123
|
+
|
4124
|
+
@property
|
4125
|
+
@pulumi.getter
|
4126
|
+
def metadatas(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult']:
|
4127
|
+
"""
|
4128
|
+
A summary type containing information about the object including its key, name and when/who created/updated it.
|
4129
|
+
"""
|
4130
|
+
return pulumi.get(self, "metadatas")
|
4131
|
+
|
4132
|
+
@property
|
4133
|
+
@pulumi.getter(name="modelType")
|
4134
|
+
def model_type(self) -> str:
|
4135
|
+
"""
|
4136
|
+
The object type.
|
4137
|
+
"""
|
4138
|
+
return pulumi.get(self, "model_type")
|
4139
|
+
|
4140
|
+
@property
|
4141
|
+
@pulumi.getter(name="modelVersion")
|
4142
|
+
def model_version(self) -> str:
|
4143
|
+
"""
|
4144
|
+
The object's model version.
|
4145
|
+
"""
|
4146
|
+
return pulumi.get(self, "model_version")
|
4147
|
+
|
4148
|
+
@property
|
4149
|
+
@pulumi.getter
|
4150
|
+
def name(self) -> str:
|
4151
|
+
"""
|
4152
|
+
Used to filter by the name of the object.
|
4153
|
+
"""
|
4154
|
+
return pulumi.get(self, "name")
|
4155
|
+
|
4156
|
+
@property
|
4157
|
+
@pulumi.getter(name="objectKeys")
|
4158
|
+
def object_keys(self) -> Sequence[str]:
|
4159
|
+
return pulumi.get(self, "object_keys")
|
4160
|
+
|
4161
|
+
@property
|
4162
|
+
@pulumi.getter(name="objectStatus")
|
4163
|
+
def object_status(self) -> int:
|
4164
|
+
"""
|
4165
|
+
The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
|
4166
|
+
"""
|
4167
|
+
return pulumi.get(self, "object_status")
|
4168
|
+
|
4169
|
+
@property
|
4170
|
+
@pulumi.getter(name="objectVersion")
|
4171
|
+
def object_version(self) -> int:
|
4172
|
+
"""
|
4173
|
+
The object version.
|
4174
|
+
"""
|
4175
|
+
return pulumi.get(self, "object_version")
|
2217
4176
|
|
2218
|
-
|
2219
|
-
|
2220
|
-
|
2221
|
-
key: Optional[str] = None,
|
2222
|
-
labels: Optional[Sequence[str]] = None,
|
2223
|
-
registry_version: Optional[int] = None):
|
4177
|
+
@property
|
4178
|
+
@pulumi.getter(name="parentReves")
|
4179
|
+
def parent_reves(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult']:
|
2224
4180
|
"""
|
2225
|
-
|
2226
|
-
:param bool is_favorite: (Updatable) Specifies whether this object is a favorite or not.
|
2227
|
-
:param str key: (Updatable) The identifying key for the object.
|
2228
|
-
: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.
|
2229
|
-
:param int registry_version: (Updatable) The registry version.
|
4181
|
+
A reference to the object's parent.
|
2230
4182
|
"""
|
2231
|
-
|
2232
|
-
pulumi.set(__self__, "aggregator_key", aggregator_key)
|
2233
|
-
if is_favorite is not None:
|
2234
|
-
pulumi.set(__self__, "is_favorite", is_favorite)
|
2235
|
-
if key is not None:
|
2236
|
-
pulumi.set(__self__, "key", key)
|
2237
|
-
if labels is not None:
|
2238
|
-
pulumi.set(__self__, "labels", labels)
|
2239
|
-
if registry_version is not None:
|
2240
|
-
pulumi.set(__self__, "registry_version", registry_version)
|
4183
|
+
return pulumi.get(self, "parent_reves")
|
2241
4184
|
|
2242
4185
|
@property
|
2243
|
-
@pulumi.getter(name="
|
2244
|
-
def
|
4186
|
+
@pulumi.getter(name="patchObjectMetadatas")
|
4187
|
+
def patch_object_metadatas(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemPatchObjectMetadataResult']:
|
2245
4188
|
"""
|
2246
|
-
|
4189
|
+
List of objects that are published or unpublished in this patch.
|
2247
4190
|
"""
|
2248
|
-
return pulumi.get(self, "
|
4191
|
+
return pulumi.get(self, "patch_object_metadatas")
|
2249
4192
|
|
2250
4193
|
@property
|
2251
|
-
@pulumi.getter(name="
|
2252
|
-
def
|
4194
|
+
@pulumi.getter(name="patchStatus")
|
4195
|
+
def patch_status(self) -> str:
|
2253
4196
|
"""
|
2254
|
-
|
4197
|
+
Status of the patch applied or being applied on the application
|
2255
4198
|
"""
|
2256
|
-
return pulumi.get(self, "
|
4199
|
+
return pulumi.get(self, "patch_status")
|
2257
4200
|
|
2258
4201
|
@property
|
2259
|
-
@pulumi.getter
|
2260
|
-
def
|
4202
|
+
@pulumi.getter(name="patchType")
|
4203
|
+
def patch_type(self) -> str:
|
2261
4204
|
"""
|
2262
|
-
|
4205
|
+
The type of the patch applied or being applied on the application.
|
2263
4206
|
"""
|
2264
|
-
return pulumi.get(self, "
|
4207
|
+
return pulumi.get(self, "patch_type")
|
2265
4208
|
|
2266
4209
|
@property
|
2267
|
-
@pulumi.getter
|
2268
|
-
def
|
4210
|
+
@pulumi.getter(name="registryMetadata")
|
4211
|
+
def registry_metadata(self) -> 'outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemRegistryMetadataResult':
|
4212
|
+
return pulumi.get(self, "registry_metadata")
|
4213
|
+
|
4214
|
+
@property
|
4215
|
+
@pulumi.getter(name="timePatched")
|
4216
|
+
def time_patched(self) -> str:
|
2269
4217
|
"""
|
2270
|
-
|
4218
|
+
The date and time the patch was applied, in the timestamp format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
|
2271
4219
|
"""
|
2272
|
-
return pulumi.get(self, "
|
4220
|
+
return pulumi.get(self, "time_patched")
|
2273
4221
|
|
2274
4222
|
@property
|
2275
|
-
@pulumi.getter(name="
|
2276
|
-
def
|
4223
|
+
@pulumi.getter(name="workspaceId")
|
4224
|
+
def workspace_id(self) -> str:
|
2277
4225
|
"""
|
2278
|
-
|
4226
|
+
The workspace ID.
|
2279
4227
|
"""
|
2280
|
-
return pulumi.get(self, "
|
4228
|
+
return pulumi.get(self, "workspace_id")
|
2281
4229
|
|
2282
4230
|
|
2283
4231
|
@pulumi.output_type
|
2284
|
-
class
|
4232
|
+
class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemDependentObjectMetadataResult(dict):
|
2285
4233
|
def __init__(__self__, *,
|
2286
4234
|
action: str,
|
2287
4235
|
identifier: str,
|
@@ -2292,9 +4240,9 @@ class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
|
|
2292
4240
|
type: str):
|
2293
4241
|
"""
|
2294
4242
|
:param str action: The patch action indicating if object was created, updated, or deleted.
|
2295
|
-
:param str identifier:
|
4243
|
+
:param str identifier: Used to filter by the identifier of the published object.
|
2296
4244
|
:param str key: The key of the object.
|
2297
|
-
:param str name:
|
4245
|
+
:param str name: Used to filter by the name of the object.
|
2298
4246
|
:param str name_path: The fully qualified path of the published object, which would include its project and folder.
|
2299
4247
|
:param int object_version: The object version.
|
2300
4248
|
:param str type: The type of the object in patch.
|
@@ -2319,7 +4267,7 @@ class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
|
|
2319
4267
|
@pulumi.getter
|
2320
4268
|
def identifier(self) -> str:
|
2321
4269
|
"""
|
2322
|
-
|
4270
|
+
Used to filter by the identifier of the published object.
|
2323
4271
|
"""
|
2324
4272
|
return pulumi.get(self, "identifier")
|
2325
4273
|
|
@@ -2335,7 +4283,7 @@ class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
|
|
2335
4283
|
@pulumi.getter
|
2336
4284
|
def name(self) -> str:
|
2337
4285
|
"""
|
2338
|
-
|
4286
|
+
Used to filter by the name of the object.
|
2339
4287
|
"""
|
2340
4288
|
return pulumi.get(self, "name")
|
2341
4289
|
|
@@ -2365,11 +4313,11 @@ class GetWorkspaceApplicationDependentObjectMetadataResult(dict):
|
|
2365
4313
|
|
2366
4314
|
|
2367
4315
|
@pulumi.output_type
|
2368
|
-
class
|
4316
|
+
class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataResult(dict):
|
2369
4317
|
def __init__(__self__, *,
|
2370
4318
|
aggregator_key: str,
|
2371
|
-
aggregators: Sequence['outputs.
|
2372
|
-
count_statistics: Sequence['outputs.
|
4319
|
+
aggregators: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult'],
|
4320
|
+
count_statistics: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult'],
|
2373
4321
|
created_by: str,
|
2374
4322
|
created_by_name: str,
|
2375
4323
|
identifier_path: str,
|
@@ -2383,8 +4331,8 @@ class GetWorkspaceApplicationMetadataResult(dict):
|
|
2383
4331
|
updated_by_name: str):
|
2384
4332
|
"""
|
2385
4333
|
:param str aggregator_key: The owning object key for this object.
|
2386
|
-
:param Sequence['
|
2387
|
-
:param Sequence['
|
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.
|
2388
4336
|
:param str created_by: The user that created the object.
|
2389
4337
|
:param str created_by_name: The user that created the object.
|
2390
4338
|
:param str identifier_path: The full path to identify this object.
|
@@ -2392,8 +4340,8 @@ class GetWorkspaceApplicationMetadataResult(dict):
|
|
2392
4340
|
:param bool is_favorite: Specifies whether this object is a favorite or not.
|
2393
4341
|
: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.
|
2394
4342
|
:param int registry_version: The registry version of the object.
|
2395
|
-
:param str time_created: The date and time the
|
2396
|
-
:param str time_updated: The date and time the
|
4343
|
+
:param str time_created: The date and time that the object was created.
|
4344
|
+
:param str time_updated: The date and time that the object was updated.
|
2397
4345
|
:param str updated_by: The user that updated the object.
|
2398
4346
|
:param str updated_by_name: The user that updated the object.
|
2399
4347
|
"""
|
@@ -2422,7 +4370,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
|
|
2422
4370
|
|
2423
4371
|
@property
|
2424
4372
|
@pulumi.getter
|
2425
|
-
def aggregators(self) -> Sequence['outputs.
|
4373
|
+
def aggregators(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult']:
|
2426
4374
|
"""
|
2427
4375
|
A summary type containing information about the object's aggregator including its type, key, name and description.
|
2428
4376
|
"""
|
@@ -2430,7 +4378,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
|
|
2430
4378
|
|
2431
4379
|
@property
|
2432
4380
|
@pulumi.getter(name="countStatistics")
|
2433
|
-
def count_statistics(self) -> Sequence['outputs.
|
4381
|
+
def count_statistics(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult']:
|
2434
4382
|
"""
|
2435
4383
|
A count statistics.
|
2436
4384
|
"""
|
@@ -2496,7 +4444,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
|
|
2496
4444
|
@pulumi.getter(name="timeCreated")
|
2497
4445
|
def time_created(self) -> str:
|
2498
4446
|
"""
|
2499
|
-
The date and time the
|
4447
|
+
The date and time that the object was created.
|
2500
4448
|
"""
|
2501
4449
|
return pulumi.get(self, "time_created")
|
2502
4450
|
|
@@ -2504,7 +4452,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
|
|
2504
4452
|
@pulumi.getter(name="timeUpdated")
|
2505
4453
|
def time_updated(self) -> str:
|
2506
4454
|
"""
|
2507
|
-
The date and time the
|
4455
|
+
The date and time that the object was updated.
|
2508
4456
|
"""
|
2509
4457
|
return pulumi.get(self, "time_updated")
|
2510
4458
|
|
@@ -2526,7 +4474,7 @@ class GetWorkspaceApplicationMetadataResult(dict):
|
|
2526
4474
|
|
2527
4475
|
|
2528
4476
|
@pulumi.output_type
|
2529
|
-
class
|
4477
|
+
class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataAggregatorResult(dict):
|
2530
4478
|
def __init__(__self__, *,
|
2531
4479
|
description: str,
|
2532
4480
|
identifier: str,
|
@@ -2535,9 +4483,9 @@ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
|
|
2535
4483
|
type: str):
|
2536
4484
|
"""
|
2537
4485
|
:param str description: The description of the aggregator.
|
2538
|
-
:param str identifier:
|
4486
|
+
:param str identifier: Used to filter by the identifier of the published object.
|
2539
4487
|
:param str key: The key of the object.
|
2540
|
-
:param str name:
|
4488
|
+
:param str name: Used to filter by the name of the object.
|
2541
4489
|
:param str type: The type of the object in patch.
|
2542
4490
|
"""
|
2543
4491
|
pulumi.set(__self__, "description", description)
|
@@ -2558,7 +4506,7 @@ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
|
|
2558
4506
|
@pulumi.getter
|
2559
4507
|
def identifier(self) -> str:
|
2560
4508
|
"""
|
2561
|
-
|
4509
|
+
Used to filter by the identifier of the published object.
|
2562
4510
|
"""
|
2563
4511
|
return pulumi.get(self, "identifier")
|
2564
4512
|
|
@@ -2574,7 +4522,7 @@ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
|
|
2574
4522
|
@pulumi.getter
|
2575
4523
|
def name(self) -> str:
|
2576
4524
|
"""
|
2577
|
-
|
4525
|
+
Used to filter by the name of the object.
|
2578
4526
|
"""
|
2579
4527
|
return pulumi.get(self, "name")
|
2580
4528
|
|
@@ -2588,17 +4536,17 @@ class GetWorkspaceApplicationMetadataAggregatorResult(dict):
|
|
2588
4536
|
|
2589
4537
|
|
2590
4538
|
@pulumi.output_type
|
2591
|
-
class
|
4539
|
+
class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticResult(dict):
|
2592
4540
|
def __init__(__self__, *,
|
2593
|
-
object_type_count_lists: Sequence['outputs.
|
4541
|
+
object_type_count_lists: Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult']):
|
2594
4542
|
"""
|
2595
|
-
:param Sequence['
|
4543
|
+
:param Sequence['GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListArgs'] object_type_count_lists: The array of statistics.
|
2596
4544
|
"""
|
2597
4545
|
pulumi.set(__self__, "object_type_count_lists", object_type_count_lists)
|
2598
4546
|
|
2599
4547
|
@property
|
2600
4548
|
@pulumi.getter(name="objectTypeCountLists")
|
2601
|
-
def object_type_count_lists(self) -> Sequence['outputs.
|
4549
|
+
def object_type_count_lists(self) -> Sequence['outputs.GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult']:
|
2602
4550
|
"""
|
2603
4551
|
The array of statistics.
|
2604
4552
|
"""
|
@@ -2606,7 +4554,7 @@ class GetWorkspaceApplicationMetadataCountStatisticResult(dict):
|
|
2606
4554
|
|
2607
4555
|
|
2608
4556
|
@pulumi.output_type
|
2609
|
-
class
|
4557
|
+
class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemMetadataCountStatisticObjectTypeCountListResult(dict):
|
2610
4558
|
def __init__(__self__, *,
|
2611
4559
|
object_count: str,
|
2612
4560
|
object_type: str):
|
@@ -2635,7 +4583,7 @@ class GetWorkspaceApplicationMetadataCountStatisticObjectTypeCountListResult(dic
|
|
2635
4583
|
|
2636
4584
|
|
2637
4585
|
@pulumi.output_type
|
2638
|
-
class
|
4586
|
+
class GetWorkspaceApplicationPatchesPatchSummaryCollectionItemParentRefResult(dict):
|
2639
4587
|
def __init__(__self__, *,
|
2640
4588
|
parent: str,
|
2641
4589
|
root_doc_id: str):
|
@@ -2663,6 +4611,152 @@ class GetWorkspaceApplicationParentRefResult(dict):
|
|
2663
4611
|
return pulumi.get(self, "root_doc_id")
|
2664
4612
|
|
2665
4613
|
|
4614
|
+
@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
|
+
|
2666
4760
|
@pulumi.output_type
|
2667
4761
|
class GetWorkspaceApplicationPublishedObjectMetadataResult(dict):
|
2668
4762
|
def __init__(__self__, *,
|
@@ -5375,6 +7469,7 @@ class GetWorkspaceImportRequestsImportRequestSummaryCollectionResult(dict):
|
|
5375
7469
|
@pulumi.output_type
|
5376
7470
|
class GetWorkspaceImportRequestsImportRequestSummaryCollectionItemResult(dict):
|
5377
7471
|
def __init__(__self__, *,
|
7472
|
+
are_data_asset_references_included: bool,
|
5378
7473
|
bucket: str,
|
5379
7474
|
created_by: str,
|
5380
7475
|
error_messages: Mapping[str, Any],
|
@@ -5392,6 +7487,7 @@ class GetWorkspaceImportRequestsImportRequestSummaryCollectionItemResult(dict):
|
|
5392
7487
|
total_imported_object_count: int,
|
5393
7488
|
workspace_id: str):
|
5394
7489
|
"""
|
7490
|
+
:param bool are_data_asset_references_included: This field controls if the data asset references will be included during import.
|
5395
7491
|
:param str bucket: The name of the Object Storage Bucket where the objects will be imported from
|
5396
7492
|
:param str created_by: Name of the user who initiated import request.
|
5397
7493
|
:param Mapping[str, Any] error_messages: Contains key of the error
|
@@ -5409,6 +7505,7 @@ class GetWorkspaceImportRequestsImportRequestSummaryCollectionItemResult(dict):
|
|
5409
7505
|
:param int total_imported_object_count: Number of objects that are imported.
|
5410
7506
|
:param str workspace_id: The workspace ID.
|
5411
7507
|
"""
|
7508
|
+
pulumi.set(__self__, "are_data_asset_references_included", are_data_asset_references_included)
|
5412
7509
|
pulumi.set(__self__, "bucket", bucket)
|
5413
7510
|
pulumi.set(__self__, "created_by", created_by)
|
5414
7511
|
pulumi.set(__self__, "error_messages", error_messages)
|
@@ -5426,6 +7523,14 @@ class GetWorkspaceImportRequestsImportRequestSummaryCollectionItemResult(dict):
|
|
5426
7523
|
pulumi.set(__self__, "total_imported_object_count", total_imported_object_count)
|
5427
7524
|
pulumi.set(__self__, "workspace_id", workspace_id)
|
5428
7525
|
|
7526
|
+
@property
|
7527
|
+
@pulumi.getter(name="areDataAssetReferencesIncluded")
|
7528
|
+
def are_data_asset_references_included(self) -> bool:
|
7529
|
+
"""
|
7530
|
+
This field controls if the data asset references will be included during import.
|
7531
|
+
"""
|
7532
|
+
return pulumi.get(self, "are_data_asset_references_included")
|
7533
|
+
|
5429
7534
|
@property
|
5430
7535
|
@pulumi.getter
|
5431
7536
|
def bucket(self) -> str:
|