pulumi-alicloud 3.77.0a1746163013__py3-none-any.whl → 3.78.0a1746422202__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.

Files changed (83) hide show
  1. pulumi_alicloud/__init__.py +72 -0
  2. pulumi_alicloud/_inputs.py +13 -0
  3. pulumi_alicloud/adb/db_cluster_lake_version.py +94 -0
  4. pulumi_alicloud/alb/_inputs.py +6 -3
  5. pulumi_alicloud/alb/outputs.py +4 -2
  6. pulumi_alicloud/apig/environment.py +2 -2
  7. pulumi_alicloud/apig/http_api.py +2 -2
  8. pulumi_alicloud/arms/grafana_workspace.py +56 -14
  9. pulumi_alicloud/cloudfirewall/instance_member.py +4 -4
  10. pulumi_alicloud/cloudfirewall/vpc_cen_tr_firewall.py +2 -2
  11. pulumi_alicloud/cloudsso/_inputs.py +697 -7
  12. pulumi_alicloud/cloudsso/directory.py +345 -65
  13. pulumi_alicloud/cloudsso/outputs.py +557 -8
  14. pulumi_alicloud/config/outputs.py +8 -0
  15. pulumi_alicloud/cs/_inputs.py +18 -18
  16. pulumi_alicloud/cs/edge_kubernetes.py +136 -100
  17. pulumi_alicloud/cs/get_kubernetes_node_pools.py +21 -1
  18. pulumi_alicloud/cs/kubernetes.py +118 -39
  19. pulumi_alicloud/cs/managed_kubernetes.py +125 -46
  20. pulumi_alicloud/cs/outputs.py +14 -14
  21. pulumi_alicloud/cs/serverless_kubernetes.py +66 -73
  22. pulumi_alicloud/ddos/ddos_coo_instance.py +175 -25
  23. pulumi_alicloud/dns/ddos_coo_instance.py +175 -25
  24. pulumi_alicloud/dts/job_monitor_rule.py +2 -2
  25. pulumi_alicloud/dts/synchronization_job.py +2 -2
  26. pulumi_alicloud/ecs/get_instance_types.py +4 -4
  27. pulumi_alicloud/ecs/instance.py +28 -28
  28. pulumi_alicloud/ecs/outputs.py +2 -2
  29. pulumi_alicloud/ecs/security_group_rule.py +32 -4
  30. pulumi_alicloud/eflo/__init__.py +3 -0
  31. pulumi_alicloud/eflo/_inputs.py +623 -0
  32. pulumi_alicloud/eflo/experiment_plan.py +573 -0
  33. pulumi_alicloud/eflo/experiment_plan_template.py +464 -0
  34. pulumi_alicloud/eflo/outputs.py +476 -0
  35. pulumi_alicloud/eflo/resource.py +388 -0
  36. pulumi_alicloud/ens/disk.py +120 -69
  37. pulumi_alicloud/ens/eip.py +45 -41
  38. pulumi_alicloud/esa/__init__.py +2 -0
  39. pulumi_alicloud/esa/scheduled_preload_execution.py +479 -0
  40. pulumi_alicloud/esa/scheduled_preload_job.py +467 -0
  41. pulumi_alicloud/gwlb/listener.py +2 -2
  42. pulumi_alicloud/gwlb/load_balancer.py +2 -2
  43. pulumi_alicloud/gwlb/server_group.py +2 -2
  44. pulumi_alicloud/ims/__init__.py +2 -0
  45. pulumi_alicloud/ims/get_oidc_providers.py +216 -0
  46. pulumi_alicloud/ims/outputs.py +138 -0
  47. pulumi_alicloud/mongodb/__init__.py +2 -0
  48. pulumi_alicloud/mongodb/_inputs.py +154 -0
  49. pulumi_alicloud/mongodb/instance.py +7 -7
  50. pulumi_alicloud/mongodb/outputs.py +121 -0
  51. pulumi_alicloud/mongodb/public_network_address.py +275 -0
  52. pulumi_alicloud/mongodb/replica_set_role.py +533 -0
  53. pulumi_alicloud/nas/_inputs.py +252 -18
  54. pulumi_alicloud/nas/file_system.py +649 -264
  55. pulumi_alicloud/nas/outputs.py +198 -12
  56. pulumi_alicloud/nlb/server_group_server_attachment.py +4 -0
  57. pulumi_alicloud/pai/__init__.py +1 -0
  58. pulumi_alicloud/pai/flow_pipeline.py +491 -0
  59. pulumi_alicloud/pulumi-plugin.json +1 -1
  60. pulumi_alicloud/ram/__init__.py +1 -0
  61. pulumi_alicloud/ram/get_role_policy_attachments.py +272 -0
  62. pulumi_alicloud/ram/outputs.py +63 -0
  63. pulumi_alicloud/ram/security_preference.py +496 -110
  64. pulumi_alicloud/rdc/organization.py +2 -2
  65. pulumi_alicloud/rds/instance.py +1 -1
  66. pulumi_alicloud/sae/application_scaling_rule.py +2 -2
  67. pulumi_alicloud/sae/ingress.py +2 -2
  68. pulumi_alicloud/schedulerx/app_group.py +2 -2
  69. pulumi_alicloud/schedulerx/job.py +2 -2
  70. pulumi_alicloud/selectdb/db_cluster.py +2 -0
  71. pulumi_alicloud/selectdb/db_instance.py +43 -13
  72. pulumi_alicloud/selectdb/get_db_clusters.py +2 -0
  73. pulumi_alicloud/selectdb/get_db_instances.py +2 -0
  74. pulumi_alicloud/selectdb/outputs.py +3 -3
  75. pulumi_alicloud/sls/__init__.py +1 -0
  76. pulumi_alicloud/sls/_inputs.py +295 -0
  77. pulumi_alicloud/sls/etl.py +516 -0
  78. pulumi_alicloud/sls/outputs.py +209 -0
  79. pulumi_alicloud/vpc/network.py +156 -88
  80. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.78.0a1746422202.dist-info}/METADATA +1 -1
  81. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.78.0a1746422202.dist-info}/RECORD +83 -71
  82. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.78.0a1746422202.dist-info}/WHEEL +1 -1
  83. {pulumi_alicloud-3.77.0a1746163013.dist-info → pulumi_alicloud-3.78.0a1746422202.dist-info}/top_level.txt +0 -0
@@ -36,6 +36,8 @@ __all__ = [
36
36
  'CollectionPolicyDataConfig',
37
37
  'CollectionPolicyPolicyConfig',
38
38
  'CollectionPolicyResourceDirectory',
39
+ 'EtlConfiguration',
40
+ 'EtlConfigurationSink',
39
41
  'OssExportSinkConfiguration',
40
42
  'OssExportSinkConfigurationSink',
41
43
  'ScheduledSqlSchedule',
@@ -1447,6 +1449,213 @@ class CollectionPolicyResourceDirectory(dict):
1447
1449
  return pulumi.get(self, "members")
1448
1450
 
1449
1451
 
1452
+ @pulumi.output_type
1453
+ class EtlConfiguration(dict):
1454
+ @staticmethod
1455
+ def __key_warning(key: str):
1456
+ suggest = None
1457
+ if key == "fromTime":
1458
+ suggest = "from_time"
1459
+ elif key == "roleArn":
1460
+ suggest = "role_arn"
1461
+ elif key == "toTime":
1462
+ suggest = "to_time"
1463
+
1464
+ if suggest:
1465
+ pulumi.log.warn(f"Key '{key}' not found in EtlConfiguration. Access the value via the '{suggest}' property getter instead.")
1466
+
1467
+ def __getitem__(self, key: str) -> Any:
1468
+ EtlConfiguration.__key_warning(key)
1469
+ return super().__getitem__(key)
1470
+
1471
+ def get(self, key: str, default = None) -> Any:
1472
+ EtlConfiguration.__key_warning(key)
1473
+ return super().get(key, default)
1474
+
1475
+ def __init__(__self__, *,
1476
+ from_time: builtins.int,
1477
+ lang: builtins.str,
1478
+ logstore: builtins.str,
1479
+ role_arn: builtins.str,
1480
+ script: builtins.str,
1481
+ sinks: Sequence['outputs.EtlConfigurationSink'],
1482
+ to_time: builtins.int,
1483
+ parameters: Optional[Mapping[str, builtins.str]] = None):
1484
+ """
1485
+ :param builtins.int from_time: The beginning of the time range for transformation.
1486
+ :param builtins.str lang: Data processing syntax type.
1487
+ :param builtins.str logstore: Destination Logstore Name.
1488
+ :param builtins.str role_arn: The ARN role that authorizes writing to the target Logstore.
1489
+ :param builtins.str script: Processing script.
1490
+ :param Sequence['EtlConfigurationSinkArgs'] sinks: Processing result output target list See `sink` below.
1491
+ :param builtins.int to_time: The end of the time range for transformation.
1492
+ :param Mapping[str, builtins.str] parameters: Advanced parameter configuration.
1493
+ """
1494
+ pulumi.set(__self__, "from_time", from_time)
1495
+ pulumi.set(__self__, "lang", lang)
1496
+ pulumi.set(__self__, "logstore", logstore)
1497
+ pulumi.set(__self__, "role_arn", role_arn)
1498
+ pulumi.set(__self__, "script", script)
1499
+ pulumi.set(__self__, "sinks", sinks)
1500
+ pulumi.set(__self__, "to_time", to_time)
1501
+ if parameters is not None:
1502
+ pulumi.set(__self__, "parameters", parameters)
1503
+
1504
+ @property
1505
+ @pulumi.getter(name="fromTime")
1506
+ def from_time(self) -> builtins.int:
1507
+ """
1508
+ The beginning of the time range for transformation.
1509
+ """
1510
+ return pulumi.get(self, "from_time")
1511
+
1512
+ @property
1513
+ @pulumi.getter
1514
+ def lang(self) -> builtins.str:
1515
+ """
1516
+ Data processing syntax type.
1517
+ """
1518
+ return pulumi.get(self, "lang")
1519
+
1520
+ @property
1521
+ @pulumi.getter
1522
+ def logstore(self) -> builtins.str:
1523
+ """
1524
+ Destination Logstore Name.
1525
+ """
1526
+ return pulumi.get(self, "logstore")
1527
+
1528
+ @property
1529
+ @pulumi.getter(name="roleArn")
1530
+ def role_arn(self) -> builtins.str:
1531
+ """
1532
+ The ARN role that authorizes writing to the target Logstore.
1533
+ """
1534
+ return pulumi.get(self, "role_arn")
1535
+
1536
+ @property
1537
+ @pulumi.getter
1538
+ def script(self) -> builtins.str:
1539
+ """
1540
+ Processing script.
1541
+ """
1542
+ return pulumi.get(self, "script")
1543
+
1544
+ @property
1545
+ @pulumi.getter
1546
+ def sinks(self) -> Sequence['outputs.EtlConfigurationSink']:
1547
+ """
1548
+ Processing result output target list See `sink` below.
1549
+ """
1550
+ return pulumi.get(self, "sinks")
1551
+
1552
+ @property
1553
+ @pulumi.getter(name="toTime")
1554
+ def to_time(self) -> builtins.int:
1555
+ """
1556
+ The end of the time range for transformation.
1557
+ """
1558
+ return pulumi.get(self, "to_time")
1559
+
1560
+ @property
1561
+ @pulumi.getter
1562
+ def parameters(self) -> Optional[Mapping[str, builtins.str]]:
1563
+ """
1564
+ Advanced parameter configuration.
1565
+ """
1566
+ return pulumi.get(self, "parameters")
1567
+
1568
+
1569
+ @pulumi.output_type
1570
+ class EtlConfigurationSink(dict):
1571
+ @staticmethod
1572
+ def __key_warning(key: str):
1573
+ suggest = None
1574
+ if key == "roleArn":
1575
+ suggest = "role_arn"
1576
+
1577
+ if suggest:
1578
+ pulumi.log.warn(f"Key '{key}' not found in EtlConfigurationSink. Access the value via the '{suggest}' property getter instead.")
1579
+
1580
+ def __getitem__(self, key: str) -> Any:
1581
+ EtlConfigurationSink.__key_warning(key)
1582
+ return super().__getitem__(key)
1583
+
1584
+ def get(self, key: str, default = None) -> Any:
1585
+ EtlConfigurationSink.__key_warning(key)
1586
+ return super().get(key, default)
1587
+
1588
+ def __init__(__self__, *,
1589
+ datasets: Sequence[builtins.str],
1590
+ endpoint: builtins.str,
1591
+ logstore: builtins.str,
1592
+ name: builtins.str,
1593
+ project: builtins.str,
1594
+ role_arn: builtins.str):
1595
+ """
1596
+ :param Sequence[builtins.str] datasets: Write Result Set.
1597
+ :param builtins.str endpoint: The endpoint of the region where the target Project is located.
1598
+ :param builtins.str logstore: Destination Logstore Name.
1599
+ :param builtins.str name: Output Destination Name.
1600
+ :param builtins.str project: Project Name.
1601
+ :param builtins.str role_arn: The ARN role that authorizes writing to the target Logstore.
1602
+ """
1603
+ pulumi.set(__self__, "datasets", datasets)
1604
+ pulumi.set(__self__, "endpoint", endpoint)
1605
+ pulumi.set(__self__, "logstore", logstore)
1606
+ pulumi.set(__self__, "name", name)
1607
+ pulumi.set(__self__, "project", project)
1608
+ pulumi.set(__self__, "role_arn", role_arn)
1609
+
1610
+ @property
1611
+ @pulumi.getter
1612
+ def datasets(self) -> Sequence[builtins.str]:
1613
+ """
1614
+ Write Result Set.
1615
+ """
1616
+ return pulumi.get(self, "datasets")
1617
+
1618
+ @property
1619
+ @pulumi.getter
1620
+ def endpoint(self) -> builtins.str:
1621
+ """
1622
+ The endpoint of the region where the target Project is located.
1623
+ """
1624
+ return pulumi.get(self, "endpoint")
1625
+
1626
+ @property
1627
+ @pulumi.getter
1628
+ def logstore(self) -> builtins.str:
1629
+ """
1630
+ Destination Logstore Name.
1631
+ """
1632
+ return pulumi.get(self, "logstore")
1633
+
1634
+ @property
1635
+ @pulumi.getter
1636
+ def name(self) -> builtins.str:
1637
+ """
1638
+ Output Destination Name.
1639
+ """
1640
+ return pulumi.get(self, "name")
1641
+
1642
+ @property
1643
+ @pulumi.getter
1644
+ def project(self) -> builtins.str:
1645
+ """
1646
+ Project Name.
1647
+ """
1648
+ return pulumi.get(self, "project")
1649
+
1650
+ @property
1651
+ @pulumi.getter(name="roleArn")
1652
+ def role_arn(self) -> builtins.str:
1653
+ """
1654
+ The ARN role that authorizes writing to the target Logstore.
1655
+ """
1656
+ return pulumi.get(self, "role_arn")
1657
+
1658
+
1450
1659
  @pulumi.output_type
1451
1660
  class OssExportSinkConfiguration(dict):
1452
1661
  @staticmethod