pulumi-alicloud 3.64.0a1729196623__py3-none-any.whl → 3.64.0a1730118787__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.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +16 -0
- pulumi_alicloud/amqp/instance.py +8 -8
- pulumi_alicloud/bss/get_open_api_pricing_modules.py +4 -4
- pulumi_alicloud/bss/get_open_api_products.py +4 -4
- pulumi_alicloud/cas/get_certificates.py +17 -1
- pulumi_alicloud/cas/get_service_certificates.py +153 -17
- pulumi_alicloud/cas/outputs.py +40 -36
- pulumi_alicloud/cen/instance.py +108 -53
- pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
- pulumi_alicloud/cloudfirewall/instance.py +64 -36
- pulumi_alicloud/cs/_inputs.py +390 -26
- pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +2 -0
- pulumi_alicloud/cs/kubernetes.py +48 -35
- pulumi_alicloud/cs/managed_kubernetes.py +91 -35
- pulumi_alicloud/cs/node_pool.py +68 -14
- pulumi_alicloud/cs/outputs.py +293 -16
- pulumi_alicloud/cs/serverless_kubernetes.py +157 -63
- pulumi_alicloud/databasefilesystem/_inputs.py +0 -6
- pulumi_alicloud/databasefilesystem/instance.py +31 -0
- pulumi_alicloud/databasefilesystem/outputs.py +0 -4
- pulumi_alicloud/dns/get_alidns_records.py +26 -4
- pulumi_alicloud/dns/outputs.py +2 -2
- pulumi_alicloud/eais/instance.py +55 -57
- pulumi_alicloud/ecp/instance.py +177 -219
- pulumi_alicloud/ecs/disk.py +2 -2
- pulumi_alicloud/ecs/ecs_disk.py +142 -58
- pulumi_alicloud/ecs/ecs_key_pair.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +169 -0
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +172 -6
- pulumi_alicloud/ecs/instance.py +131 -98
- pulumi_alicloud/ecs/key_pair.py +1 -1
- pulumi_alicloud/ecs/launch_template.py +102 -0
- pulumi_alicloud/ecs/outputs.py +57 -24
- pulumi_alicloud/ens/disk.py +2 -2
- pulumi_alicloud/ens/disk_instance_attachment.py +2 -2
- pulumi_alicloud/ess/_inputs.py +342 -2
- pulumi_alicloud/ess/eci_scaling_configuration.py +202 -0
- pulumi_alicloud/ess/outputs.py +226 -2
- pulumi_alicloud/ess/scaling_configuration.py +376 -0
- pulumi_alicloud/ga/_inputs.py +57 -22
- pulumi_alicloud/ga/outputs.py +39 -15
- pulumi_alicloud/gpdb/__init__.py +1 -0
- pulumi_alicloud/gpdb/database.py +545 -0
- pulumi_alicloud/gpdb/instance.py +1 -1
- pulumi_alicloud/kvstore/instance.py +24 -5
- pulumi_alicloud/mse/cluster.py +149 -51
- pulumi_alicloud/mse/engine_namespace.py +176 -74
- pulumi_alicloud/mse/get_clusters.py +70 -10
- pulumi_alicloud/mse/get_engine_namespaces.py +93 -15
- pulumi_alicloud/mse/outputs.py +36 -8
- pulumi_alicloud/nas/data_flow.py +6 -6
- pulumi_alicloud/nas/fileset.py +6 -6
- pulumi_alicloud/nas/lifecycle_policy.py +6 -6
- pulumi_alicloud/nas/recycle_bin.py +6 -6
- pulumi_alicloud/nas/snapshot.py +6 -6
- pulumi_alicloud/polardb/cluster.py +162 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +51 -7
- pulumi_alicloud/privatelink/outputs.py +17 -6
- pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +54 -17
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +7 -21
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/rds/instance.py +50 -3
- pulumi_alicloud/resourcemanager/get_folders.py +35 -28
- pulumi_alicloud/resourcemanager/outputs.py +8 -8
- pulumi_alicloud/servicemesh/_inputs.py +656 -174
- pulumi_alicloud/servicemesh/outputs.py +507 -117
- pulumi_alicloud/servicemesh/service_mesh.py +120 -78
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/_inputs.py +307 -0
- pulumi_alicloud/sls/collection_policy.py +561 -0
- pulumi_alicloud/sls/outputs.py +263 -0
- pulumi_alicloud/threatdetection/instance.py +331 -43
- {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/RECORD +76 -74
- {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.64.0a1729196623.dist-info → pulumi_alicloud-3.64.0a1730118787.dist-info}/top_level.txt +0 -0
pulumi_alicloud/sls/_inputs.py
CHANGED
|
@@ -45,6 +45,14 @@ __all__ = [
|
|
|
45
45
|
'AlertConfigurationTemplateConfigurationArgsDict',
|
|
46
46
|
'AlertScheduleArgs',
|
|
47
47
|
'AlertScheduleArgsDict',
|
|
48
|
+
'CollectionPolicyCentralizeConfigArgs',
|
|
49
|
+
'CollectionPolicyCentralizeConfigArgsDict',
|
|
50
|
+
'CollectionPolicyDataConfigArgs',
|
|
51
|
+
'CollectionPolicyDataConfigArgsDict',
|
|
52
|
+
'CollectionPolicyPolicyConfigArgs',
|
|
53
|
+
'CollectionPolicyPolicyConfigArgsDict',
|
|
54
|
+
'CollectionPolicyResourceDirectoryArgs',
|
|
55
|
+
'CollectionPolicyResourceDirectoryArgsDict',
|
|
48
56
|
'ScheduledSqlScheduleArgs',
|
|
49
57
|
'ScheduledSqlScheduleArgsDict',
|
|
50
58
|
'ScheduledSqlScheduledSqlConfigurationArgs',
|
|
@@ -1632,6 +1640,305 @@ class AlertScheduleArgs:
|
|
|
1632
1640
|
pulumi.set(self, "type", value)
|
|
1633
1641
|
|
|
1634
1642
|
|
|
1643
|
+
if not MYPY:
|
|
1644
|
+
class CollectionPolicyCentralizeConfigArgsDict(TypedDict):
|
|
1645
|
+
dest_logstore: NotRequired[pulumi.Input[str]]
|
|
1646
|
+
"""
|
|
1647
|
+
When the central logstore is transferred to the destination logstore, its geographical attribute should be consistent with the destRegion and belong to the destProject.
|
|
1648
|
+
"""
|
|
1649
|
+
dest_project: NotRequired[pulumi.Input[str]]
|
|
1650
|
+
"""
|
|
1651
|
+
The geographical attributes of the centralized transfer project should be consistent with the destRegion.
|
|
1652
|
+
"""
|
|
1653
|
+
dest_region: NotRequired[pulumi.Input[str]]
|
|
1654
|
+
"""
|
|
1655
|
+
Centralized transfer destination area.
|
|
1656
|
+
"""
|
|
1657
|
+
dest_ttl: NotRequired[pulumi.Input[int]]
|
|
1658
|
+
"""
|
|
1659
|
+
The number of days for the central transfer destination. This is valid only if the central transfer destination log store is not created for the first time.
|
|
1660
|
+
"""
|
|
1661
|
+
elif False:
|
|
1662
|
+
CollectionPolicyCentralizeConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
1663
|
+
|
|
1664
|
+
@pulumi.input_type
|
|
1665
|
+
class CollectionPolicyCentralizeConfigArgs:
|
|
1666
|
+
def __init__(__self__, *,
|
|
1667
|
+
dest_logstore: Optional[pulumi.Input[str]] = None,
|
|
1668
|
+
dest_project: Optional[pulumi.Input[str]] = None,
|
|
1669
|
+
dest_region: Optional[pulumi.Input[str]] = None,
|
|
1670
|
+
dest_ttl: Optional[pulumi.Input[int]] = None):
|
|
1671
|
+
"""
|
|
1672
|
+
:param pulumi.Input[str] dest_logstore: When the central logstore is transferred to the destination logstore, its geographical attribute should be consistent with the destRegion and belong to the destProject.
|
|
1673
|
+
:param pulumi.Input[str] dest_project: The geographical attributes of the centralized transfer project should be consistent with the destRegion.
|
|
1674
|
+
:param pulumi.Input[str] dest_region: Centralized transfer destination area.
|
|
1675
|
+
:param pulumi.Input[int] dest_ttl: The number of days for the central transfer destination. This is valid only if the central transfer destination log store is not created for the first time.
|
|
1676
|
+
"""
|
|
1677
|
+
if dest_logstore is not None:
|
|
1678
|
+
pulumi.set(__self__, "dest_logstore", dest_logstore)
|
|
1679
|
+
if dest_project is not None:
|
|
1680
|
+
pulumi.set(__self__, "dest_project", dest_project)
|
|
1681
|
+
if dest_region is not None:
|
|
1682
|
+
pulumi.set(__self__, "dest_region", dest_region)
|
|
1683
|
+
if dest_ttl is not None:
|
|
1684
|
+
pulumi.set(__self__, "dest_ttl", dest_ttl)
|
|
1685
|
+
|
|
1686
|
+
@property
|
|
1687
|
+
@pulumi.getter(name="destLogstore")
|
|
1688
|
+
def dest_logstore(self) -> Optional[pulumi.Input[str]]:
|
|
1689
|
+
"""
|
|
1690
|
+
When the central logstore is transferred to the destination logstore, its geographical attribute should be consistent with the destRegion and belong to the destProject.
|
|
1691
|
+
"""
|
|
1692
|
+
return pulumi.get(self, "dest_logstore")
|
|
1693
|
+
|
|
1694
|
+
@dest_logstore.setter
|
|
1695
|
+
def dest_logstore(self, value: Optional[pulumi.Input[str]]):
|
|
1696
|
+
pulumi.set(self, "dest_logstore", value)
|
|
1697
|
+
|
|
1698
|
+
@property
|
|
1699
|
+
@pulumi.getter(name="destProject")
|
|
1700
|
+
def dest_project(self) -> Optional[pulumi.Input[str]]:
|
|
1701
|
+
"""
|
|
1702
|
+
The geographical attributes of the centralized transfer project should be consistent with the destRegion.
|
|
1703
|
+
"""
|
|
1704
|
+
return pulumi.get(self, "dest_project")
|
|
1705
|
+
|
|
1706
|
+
@dest_project.setter
|
|
1707
|
+
def dest_project(self, value: Optional[pulumi.Input[str]]):
|
|
1708
|
+
pulumi.set(self, "dest_project", value)
|
|
1709
|
+
|
|
1710
|
+
@property
|
|
1711
|
+
@pulumi.getter(name="destRegion")
|
|
1712
|
+
def dest_region(self) -> Optional[pulumi.Input[str]]:
|
|
1713
|
+
"""
|
|
1714
|
+
Centralized transfer destination area.
|
|
1715
|
+
"""
|
|
1716
|
+
return pulumi.get(self, "dest_region")
|
|
1717
|
+
|
|
1718
|
+
@dest_region.setter
|
|
1719
|
+
def dest_region(self, value: Optional[pulumi.Input[str]]):
|
|
1720
|
+
pulumi.set(self, "dest_region", value)
|
|
1721
|
+
|
|
1722
|
+
@property
|
|
1723
|
+
@pulumi.getter(name="destTtl")
|
|
1724
|
+
def dest_ttl(self) -> Optional[pulumi.Input[int]]:
|
|
1725
|
+
"""
|
|
1726
|
+
The number of days for the central transfer destination. This is valid only if the central transfer destination log store is not created for the first time.
|
|
1727
|
+
"""
|
|
1728
|
+
return pulumi.get(self, "dest_ttl")
|
|
1729
|
+
|
|
1730
|
+
@dest_ttl.setter
|
|
1731
|
+
def dest_ttl(self, value: Optional[pulumi.Input[int]]):
|
|
1732
|
+
pulumi.set(self, "dest_ttl", value)
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
if not MYPY:
|
|
1736
|
+
class CollectionPolicyDataConfigArgsDict(TypedDict):
|
|
1737
|
+
data_project: NotRequired[pulumi.Input[str]]
|
|
1738
|
+
"""
|
|
1739
|
+
Valid only when the log type is global. For example, if the productCode is sls, the log is collected to the default dedicated Project of the account in a specific dataRegion.
|
|
1740
|
+
"""
|
|
1741
|
+
data_region: NotRequired[pulumi.Input[str]]
|
|
1742
|
+
"""
|
|
1743
|
+
If and only if the log type is global log type, for example, if productCode is sls, global logs will be collected to the corresponding region during the first configuration.
|
|
1744
|
+
"""
|
|
1745
|
+
elif False:
|
|
1746
|
+
CollectionPolicyDataConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
1747
|
+
|
|
1748
|
+
@pulumi.input_type
|
|
1749
|
+
class CollectionPolicyDataConfigArgs:
|
|
1750
|
+
def __init__(__self__, *,
|
|
1751
|
+
data_project: Optional[pulumi.Input[str]] = None,
|
|
1752
|
+
data_region: Optional[pulumi.Input[str]] = None):
|
|
1753
|
+
"""
|
|
1754
|
+
:param pulumi.Input[str] data_project: Valid only when the log type is global. For example, if the productCode is sls, the log is collected to the default dedicated Project of the account in a specific dataRegion.
|
|
1755
|
+
:param pulumi.Input[str] data_region: If and only if the log type is global log type, for example, if productCode is sls, global logs will be collected to the corresponding region during the first configuration.
|
|
1756
|
+
"""
|
|
1757
|
+
if data_project is not None:
|
|
1758
|
+
pulumi.set(__self__, "data_project", data_project)
|
|
1759
|
+
if data_region is not None:
|
|
1760
|
+
pulumi.set(__self__, "data_region", data_region)
|
|
1761
|
+
|
|
1762
|
+
@property
|
|
1763
|
+
@pulumi.getter(name="dataProject")
|
|
1764
|
+
def data_project(self) -> Optional[pulumi.Input[str]]:
|
|
1765
|
+
"""
|
|
1766
|
+
Valid only when the log type is global. For example, if the productCode is sls, the log is collected to the default dedicated Project of the account in a specific dataRegion.
|
|
1767
|
+
"""
|
|
1768
|
+
return pulumi.get(self, "data_project")
|
|
1769
|
+
|
|
1770
|
+
@data_project.setter
|
|
1771
|
+
def data_project(self, value: Optional[pulumi.Input[str]]):
|
|
1772
|
+
pulumi.set(self, "data_project", value)
|
|
1773
|
+
|
|
1774
|
+
@property
|
|
1775
|
+
@pulumi.getter(name="dataRegion")
|
|
1776
|
+
def data_region(self) -> Optional[pulumi.Input[str]]:
|
|
1777
|
+
"""
|
|
1778
|
+
If and only if the log type is global log type, for example, if productCode is sls, global logs will be collected to the corresponding region during the first configuration.
|
|
1779
|
+
"""
|
|
1780
|
+
return pulumi.get(self, "data_region")
|
|
1781
|
+
|
|
1782
|
+
@data_region.setter
|
|
1783
|
+
def data_region(self, value: Optional[pulumi.Input[str]]):
|
|
1784
|
+
pulumi.set(self, "data_region", value)
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
if not MYPY:
|
|
1788
|
+
class CollectionPolicyPolicyConfigArgsDict(TypedDict):
|
|
1789
|
+
resource_mode: pulumi.Input[str]
|
|
1790
|
+
"""
|
|
1791
|
+
Resource collection mode. If all is configured, all instances under the account will be collected to the default logstore. If attributeMode is configured, filtering will be performed according to the region attribute and resource label of the instance. If instanceMode is configured, filtering will be performed according to the instance ID.
|
|
1792
|
+
"""
|
|
1793
|
+
instance_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1794
|
+
"""
|
|
1795
|
+
A collection of instance IDs, valid only if resourceMode is instanceMode. Only instances whose instance ID is in the instance ID collection are collected.
|
|
1796
|
+
"""
|
|
1797
|
+
regions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1798
|
+
"""
|
|
1799
|
+
The region collection to which the instance belongs. Valid only when resourceMode is set to attributeMode. Wildcard characters are supported. If the region collection filter item is an empty array, it means that you do not need to filter by region, and all instances meet the filtering condition of the region collection. Otherwise, only instances with region attributes in the region collection are collected. The region collection and resource label of the instance. The instance objects are collected only when all of them are met.
|
|
1800
|
+
"""
|
|
1801
|
+
resource_tags: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
1802
|
+
"""
|
|
1803
|
+
Resource label, valid if and only if resourceMode is attributeMode.
|
|
1804
|
+
|
|
1805
|
+
If the resource label filter item is empty, it means that you do not need to filter by resource label, and all instances meet the resource label filter condition. Otherwise, only instances whose resource label attributes meet the resource label configuration are collected.
|
|
1806
|
+
|
|
1807
|
+
The resource tag and the region collection to which the instance belongs work together. The instance objects are collected only when all of them are met.
|
|
1808
|
+
"""
|
|
1809
|
+
elif False:
|
|
1810
|
+
CollectionPolicyPolicyConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
1811
|
+
|
|
1812
|
+
@pulumi.input_type
|
|
1813
|
+
class CollectionPolicyPolicyConfigArgs:
|
|
1814
|
+
def __init__(__self__, *,
|
|
1815
|
+
resource_mode: pulumi.Input[str],
|
|
1816
|
+
instance_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1817
|
+
regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1818
|
+
resource_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
1819
|
+
"""
|
|
1820
|
+
:param pulumi.Input[str] resource_mode: Resource collection mode. If all is configured, all instances under the account will be collected to the default logstore. If attributeMode is configured, filtering will be performed according to the region attribute and resource label of the instance. If instanceMode is configured, filtering will be performed according to the instance ID.
|
|
1821
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] instance_ids: A collection of instance IDs, valid only if resourceMode is instanceMode. Only instances whose instance ID is in the instance ID collection are collected.
|
|
1822
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] regions: The region collection to which the instance belongs. Valid only when resourceMode is set to attributeMode. Wildcard characters are supported. If the region collection filter item is an empty array, it means that you do not need to filter by region, and all instances meet the filtering condition of the region collection. Otherwise, only instances with region attributes in the region collection are collected. The region collection and resource label of the instance. The instance objects are collected only when all of them are met.
|
|
1823
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] resource_tags: Resource label, valid if and only if resourceMode is attributeMode.
|
|
1824
|
+
|
|
1825
|
+
If the resource label filter item is empty, it means that you do not need to filter by resource label, and all instances meet the resource label filter condition. Otherwise, only instances whose resource label attributes meet the resource label configuration are collected.
|
|
1826
|
+
|
|
1827
|
+
The resource tag and the region collection to which the instance belongs work together. The instance objects are collected only when all of them are met.
|
|
1828
|
+
"""
|
|
1829
|
+
pulumi.set(__self__, "resource_mode", resource_mode)
|
|
1830
|
+
if instance_ids is not None:
|
|
1831
|
+
pulumi.set(__self__, "instance_ids", instance_ids)
|
|
1832
|
+
if regions is not None:
|
|
1833
|
+
pulumi.set(__self__, "regions", regions)
|
|
1834
|
+
if resource_tags is not None:
|
|
1835
|
+
pulumi.set(__self__, "resource_tags", resource_tags)
|
|
1836
|
+
|
|
1837
|
+
@property
|
|
1838
|
+
@pulumi.getter(name="resourceMode")
|
|
1839
|
+
def resource_mode(self) -> pulumi.Input[str]:
|
|
1840
|
+
"""
|
|
1841
|
+
Resource collection mode. If all is configured, all instances under the account will be collected to the default logstore. If attributeMode is configured, filtering will be performed according to the region attribute and resource label of the instance. If instanceMode is configured, filtering will be performed according to the instance ID.
|
|
1842
|
+
"""
|
|
1843
|
+
return pulumi.get(self, "resource_mode")
|
|
1844
|
+
|
|
1845
|
+
@resource_mode.setter
|
|
1846
|
+
def resource_mode(self, value: pulumi.Input[str]):
|
|
1847
|
+
pulumi.set(self, "resource_mode", value)
|
|
1848
|
+
|
|
1849
|
+
@property
|
|
1850
|
+
@pulumi.getter(name="instanceIds")
|
|
1851
|
+
def instance_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1852
|
+
"""
|
|
1853
|
+
A collection of instance IDs, valid only if resourceMode is instanceMode. Only instances whose instance ID is in the instance ID collection are collected.
|
|
1854
|
+
"""
|
|
1855
|
+
return pulumi.get(self, "instance_ids")
|
|
1856
|
+
|
|
1857
|
+
@instance_ids.setter
|
|
1858
|
+
def instance_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1859
|
+
pulumi.set(self, "instance_ids", value)
|
|
1860
|
+
|
|
1861
|
+
@property
|
|
1862
|
+
@pulumi.getter
|
|
1863
|
+
def regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1864
|
+
"""
|
|
1865
|
+
The region collection to which the instance belongs. Valid only when resourceMode is set to attributeMode. Wildcard characters are supported. If the region collection filter item is an empty array, it means that you do not need to filter by region, and all instances meet the filtering condition of the region collection. Otherwise, only instances with region attributes in the region collection are collected. The region collection and resource label of the instance. The instance objects are collected only when all of them are met.
|
|
1866
|
+
"""
|
|
1867
|
+
return pulumi.get(self, "regions")
|
|
1868
|
+
|
|
1869
|
+
@regions.setter
|
|
1870
|
+
def regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1871
|
+
pulumi.set(self, "regions", value)
|
|
1872
|
+
|
|
1873
|
+
@property
|
|
1874
|
+
@pulumi.getter(name="resourceTags")
|
|
1875
|
+
def resource_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
1876
|
+
"""
|
|
1877
|
+
Resource label, valid if and only if resourceMode is attributeMode.
|
|
1878
|
+
|
|
1879
|
+
If the resource label filter item is empty, it means that you do not need to filter by resource label, and all instances meet the resource label filter condition. Otherwise, only instances whose resource label attributes meet the resource label configuration are collected.
|
|
1880
|
+
|
|
1881
|
+
The resource tag and the region collection to which the instance belongs work together. The instance objects are collected only when all of them are met.
|
|
1882
|
+
"""
|
|
1883
|
+
return pulumi.get(self, "resource_tags")
|
|
1884
|
+
|
|
1885
|
+
@resource_tags.setter
|
|
1886
|
+
def resource_tags(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
1887
|
+
pulumi.set(self, "resource_tags", value)
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
if not MYPY:
|
|
1891
|
+
class CollectionPolicyResourceDirectoryArgsDict(TypedDict):
|
|
1892
|
+
account_group_type: NotRequired[pulumi.Input[str]]
|
|
1893
|
+
"""
|
|
1894
|
+
Support all mode all and custom mode custom under this resource directory
|
|
1895
|
+
"""
|
|
1896
|
+
members: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1897
|
+
"""
|
|
1898
|
+
When the resource directory is configured in the custom mode, the corresponding member account list
|
|
1899
|
+
"""
|
|
1900
|
+
elif False:
|
|
1901
|
+
CollectionPolicyResourceDirectoryArgsDict: TypeAlias = Mapping[str, Any]
|
|
1902
|
+
|
|
1903
|
+
@pulumi.input_type
|
|
1904
|
+
class CollectionPolicyResourceDirectoryArgs:
|
|
1905
|
+
def __init__(__self__, *,
|
|
1906
|
+
account_group_type: Optional[pulumi.Input[str]] = None,
|
|
1907
|
+
members: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1908
|
+
"""
|
|
1909
|
+
:param pulumi.Input[str] account_group_type: Support all mode all and custom mode custom under this resource directory
|
|
1910
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: When the resource directory is configured in the custom mode, the corresponding member account list
|
|
1911
|
+
"""
|
|
1912
|
+
if account_group_type is not None:
|
|
1913
|
+
pulumi.set(__self__, "account_group_type", account_group_type)
|
|
1914
|
+
if members is not None:
|
|
1915
|
+
pulumi.set(__self__, "members", members)
|
|
1916
|
+
|
|
1917
|
+
@property
|
|
1918
|
+
@pulumi.getter(name="accountGroupType")
|
|
1919
|
+
def account_group_type(self) -> Optional[pulumi.Input[str]]:
|
|
1920
|
+
"""
|
|
1921
|
+
Support all mode all and custom mode custom under this resource directory
|
|
1922
|
+
"""
|
|
1923
|
+
return pulumi.get(self, "account_group_type")
|
|
1924
|
+
|
|
1925
|
+
@account_group_type.setter
|
|
1926
|
+
def account_group_type(self, value: Optional[pulumi.Input[str]]):
|
|
1927
|
+
pulumi.set(self, "account_group_type", value)
|
|
1928
|
+
|
|
1929
|
+
@property
|
|
1930
|
+
@pulumi.getter
|
|
1931
|
+
def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1932
|
+
"""
|
|
1933
|
+
When the resource directory is configured in the custom mode, the corresponding member account list
|
|
1934
|
+
"""
|
|
1935
|
+
return pulumi.get(self, "members")
|
|
1936
|
+
|
|
1937
|
+
@members.setter
|
|
1938
|
+
def members(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1939
|
+
pulumi.set(self, "members", value)
|
|
1940
|
+
|
|
1941
|
+
|
|
1635
1942
|
if not MYPY:
|
|
1636
1943
|
class ScheduledSqlScheduleArgsDict(TypedDict):
|
|
1637
1944
|
cron_expression: NotRequired[pulumi.Input[str]]
|