pulumi-alicloud 3.84.0a1756322386__py3-none-any.whl → 3.84.0a1756507491__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.

@@ -17,14 +17,12 @@ from . import outputs
17
17
 
18
18
  accessKey: Optional[str]
19
19
  """
20
- The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
21
- console.
20
+ The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
22
21
  """
23
22
 
24
23
  accountId: Optional[str]
25
24
  """
26
- The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the
27
- Alibaba Cloud console.
25
+ The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
28
26
  """
29
27
 
30
28
  accountType: Optional[str]
@@ -52,8 +50,7 @@ The URI of sidecar credentials service.
52
50
 
53
51
  ecsRoleName: Optional[str]
54
52
  """
55
- The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
56
- of the Alibaba Cloud console.
53
+ The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console.
57
54
  """
58
55
 
59
56
  endpoints: Optional[str]
@@ -85,8 +82,7 @@ The region where Alibaba Cloud operations will take place. Examples are cn-beiji
85
82
 
86
83
  secretKey: Optional[str]
87
84
  """
88
- The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
89
- console.
85
+ The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
90
86
  """
91
87
 
92
88
  secureTransport: Optional[str]
@@ -110,8 +106,7 @@ signVersion: Optional[str]
110
106
 
111
107
  skipRegionValidation: Optional[bool]
112
108
  """
113
- Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions
114
- that are not public (yet).
109
+ Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
115
110
  """
116
111
 
117
112
  sourceIp: Optional[str]
@@ -24,16 +24,14 @@ class _ExportableConfig(types.ModuleType):
24
24
  @_builtins.property
25
25
  def access_key(self) -> Optional[str]:
26
26
  """
27
- The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
28
- console.
27
+ The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
29
28
  """
30
29
  return __config__.get('accessKey')
31
30
 
32
31
  @_builtins.property
33
32
  def account_id(self) -> Optional[str]:
34
33
  """
35
- The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the
36
- Alibaba Cloud console.
34
+ The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
37
35
  """
38
36
  return __config__.get('accountId')
39
37
 
@@ -77,8 +75,7 @@ class _ExportableConfig(types.ModuleType):
77
75
  @_builtins.property
78
76
  def ecs_role_name(self) -> Optional[str]:
79
77
  """
80
- The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
81
- of the Alibaba Cloud console.
78
+ The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console.
82
79
  """
83
80
  return __config__.get('ecsRoleName') or _utilities.get_env('ALICLOUD_ECS_ROLE_NAME')
84
81
 
@@ -130,8 +127,7 @@ class _ExportableConfig(types.ModuleType):
130
127
  @_builtins.property
131
128
  def secret_key(self) -> Optional[str]:
132
129
  """
133
- The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
134
- console.
130
+ The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
135
131
  """
136
132
  return __config__.get('secretKey')
137
133
 
@@ -167,8 +163,7 @@ class _ExportableConfig(types.ModuleType):
167
163
  @_builtins.property
168
164
  def skip_region_validation(self) -> Optional[bool]:
169
165
  """
170
- Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions
171
- that are not public (yet).
166
+ Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
172
167
  """
173
168
  return __config__.get_bool('skipRegionValidation')
174
169
 
@@ -49,25 +49,20 @@ class ProviderArgs:
49
49
  source_ip: Optional[pulumi.Input[_builtins.str]] = None):
50
50
  """
51
51
  The set of arguments for constructing a Provider resource.
52
- :param pulumi.Input[_builtins.str] access_key: The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
53
- console.
54
- :param pulumi.Input[_builtins.str] account_id: The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the
55
- Alibaba Cloud console.
52
+ :param pulumi.Input[_builtins.str] access_key: The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
53
+ :param pulumi.Input[_builtins.str] account_id: The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
56
54
  :param pulumi.Input[_builtins.int] client_connect_timeout: The maximum timeout of the client connection server.
57
55
  :param pulumi.Input[_builtins.int] client_read_timeout: The maximum timeout of the client read request.
58
56
  :param pulumi.Input[_builtins.str] credentials_uri: The URI of sidecar credentials service.
59
- :param pulumi.Input[_builtins.str] ecs_role_name: The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
60
- of the Alibaba Cloud console.
57
+ :param pulumi.Input[_builtins.str] ecs_role_name: The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console.
61
58
  :param pulumi.Input[_builtins.int] max_retry_timeout: The maximum retry timeout of the request.
62
59
  :param pulumi.Input[_builtins.str] profile: The profile for API operations. If not set, the default profile created with `aliyun configure` will be used.
63
60
  :param pulumi.Input[_builtins.str] region: The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.
64
- :param pulumi.Input[_builtins.str] secret_key: The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
65
- console.
61
+ :param pulumi.Input[_builtins.str] secret_key: The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
66
62
  :param pulumi.Input[_builtins.str] secure_transport: The security transport for the assume role invoking.
67
63
  :param pulumi.Input[_builtins.str] security_token: security token. A security token is only required if you are using Security Token Service.
68
64
  :param pulumi.Input[_builtins.str] shared_credentials_file: The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
69
- :param pulumi.Input[_builtins.bool] skip_region_validation: Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions
70
- that are not public (yet).
65
+ :param pulumi.Input[_builtins.bool] skip_region_validation: Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
71
66
  :param pulumi.Input[_builtins.str] source_ip: The source ip for the assume role invoking.
72
67
  """
73
68
  if access_key is not None:
@@ -147,8 +142,7 @@ class ProviderArgs:
147
142
  @pulumi.getter(name="accessKey")
148
143
  def access_key(self) -> Optional[pulumi.Input[_builtins.str]]:
149
144
  """
150
- The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
151
- console.
145
+ The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
152
146
  """
153
147
  return pulumi.get(self, "access_key")
154
148
 
@@ -160,8 +154,7 @@ class ProviderArgs:
160
154
  @pulumi.getter(name="accountId")
161
155
  def account_id(self) -> Optional[pulumi.Input[_builtins.str]]:
162
156
  """
163
- The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the
164
- Alibaba Cloud console.
157
+ The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
165
158
  """
166
159
  return pulumi.get(self, "account_id")
167
160
 
@@ -245,8 +238,7 @@ class ProviderArgs:
245
238
  @pulumi.getter(name="ecsRoleName")
246
239
  def ecs_role_name(self) -> Optional[pulumi.Input[_builtins.str]]:
247
240
  """
248
- The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
249
- of the Alibaba Cloud console.
241
+ The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console.
250
242
  """
251
243
  return pulumi.get(self, "ecs_role_name")
252
244
 
@@ -352,8 +344,7 @@ class ProviderArgs:
352
344
  @pulumi.getter(name="secretKey")
353
345
  def secret_key(self) -> Optional[pulumi.Input[_builtins.str]]:
354
346
  """
355
- The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
356
- console.
347
+ The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
357
348
  """
358
349
  return pulumi.get(self, "secret_key")
359
350
 
@@ -419,8 +410,7 @@ class ProviderArgs:
419
410
  @pulumi.getter(name="skipRegionValidation")
420
411
  def skip_region_validation(self) -> Optional[pulumi.Input[_builtins.bool]]:
421
412
  """
422
- Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions
423
- that are not public (yet).
413
+ Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
424
414
  """
425
415
  return pulumi.get(self, "skip_region_validation")
426
416
 
@@ -483,25 +473,20 @@ class Provider(pulumi.ProviderResource):
483
473
 
484
474
  :param str resource_name: The name of the resource.
485
475
  :param pulumi.ResourceOptions opts: Options for the resource.
486
- :param pulumi.Input[_builtins.str] access_key: The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
487
- console.
488
- :param pulumi.Input[_builtins.str] account_id: The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the
489
- Alibaba Cloud console.
476
+ :param pulumi.Input[_builtins.str] access_key: The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
477
+ :param pulumi.Input[_builtins.str] account_id: The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
490
478
  :param pulumi.Input[_builtins.int] client_connect_timeout: The maximum timeout of the client connection server.
491
479
  :param pulumi.Input[_builtins.int] client_read_timeout: The maximum timeout of the client read request.
492
480
  :param pulumi.Input[_builtins.str] credentials_uri: The URI of sidecar credentials service.
493
- :param pulumi.Input[_builtins.str] ecs_role_name: The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
494
- of the Alibaba Cloud console.
481
+ :param pulumi.Input[_builtins.str] ecs_role_name: The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console.
495
482
  :param pulumi.Input[_builtins.int] max_retry_timeout: The maximum retry timeout of the request.
496
483
  :param pulumi.Input[_builtins.str] profile: The profile for API operations. If not set, the default profile created with `aliyun configure` will be used.
497
484
  :param pulumi.Input[_builtins.str] region: The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.
498
- :param pulumi.Input[_builtins.str] secret_key: The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
499
- console.
485
+ :param pulumi.Input[_builtins.str] secret_key: The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
500
486
  :param pulumi.Input[_builtins.str] secure_transport: The security transport for the assume role invoking.
501
487
  :param pulumi.Input[_builtins.str] security_token: security token. A security token is only required if you are using Security Token Service.
502
488
  :param pulumi.Input[_builtins.str] shared_credentials_file: The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
503
- :param pulumi.Input[_builtins.bool] skip_region_validation: Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions
504
- that are not public (yet).
489
+ :param pulumi.Input[_builtins.bool] skip_region_validation: Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions that are not public (yet).
505
490
  :param pulumi.Input[_builtins.str] source_ip: The source ip for the assume role invoking.
506
491
  """
507
492
  ...
@@ -610,8 +595,7 @@ class Provider(pulumi.ProviderResource):
610
595
  @pulumi.getter(name="accessKey")
611
596
  def access_key(self) -> pulumi.Output[Optional[_builtins.str]]:
612
597
  """
613
- The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
614
- console.
598
+ The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
615
599
  """
616
600
  return pulumi.get(self, "access_key")
617
601
 
@@ -619,8 +603,7 @@ class Provider(pulumi.ProviderResource):
619
603
  @pulumi.getter(name="accountId")
620
604
  def account_id(self) -> pulumi.Output[Optional[_builtins.str]]:
621
605
  """
622
- The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the
623
- Alibaba Cloud console.
606
+ The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the Alibaba Cloud console.
624
607
  """
625
608
  return pulumi.get(self, "account_id")
626
609
 
@@ -646,8 +629,7 @@ class Provider(pulumi.ProviderResource):
646
629
  @pulumi.getter(name="ecsRoleName")
647
630
  def ecs_role_name(self) -> pulumi.Output[Optional[_builtins.str]]:
648
631
  """
649
- The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
650
- of the Alibaba Cloud console.
632
+ The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section of the Alibaba Cloud console.
651
633
  """
652
634
  return pulumi.get(self, "ecs_role_name")
653
635
 
@@ -700,8 +682,7 @@ class Provider(pulumi.ProviderResource):
700
682
  @pulumi.getter(name="secretKey")
701
683
  def secret_key(self) -> pulumi.Output[Optional[_builtins.str]]:
702
684
  """
703
- The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
704
- console.
685
+ The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud console.
705
686
  """
706
687
  return pulumi.get(self, "secret_key")
707
688
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "alicloud",
4
- "version": "3.84.0-alpha.1756322386"
4
+ "version": "3.84.0-alpha.1756507491"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_alicloud
3
- Version: 3.84.0a1756322386
3
+ Version: 3.84.0a1756507491
4
4
  Summary: A Pulumi package for creating and managing AliCloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -14,8 +14,8 @@ pulumi_alicloud/msc_sub_contract.py,sha256=ru_RYOWZ3Hx2e4JOQ1iiAD-_IulBDnqNnqXjU
14
14
  pulumi_alicloud/msc_sub_subscription.py,sha256=Uea9uchAHxC8fkl0zYMWCScICSo4AoL39pRaS5APji4,31629
15
15
  pulumi_alicloud/msc_sub_webhook.py,sha256=0n-X2jzIRVA9QRzfcrWSKz8CrTBSEaPt79Mc0YBcco4,9881
16
16
  pulumi_alicloud/outputs.py,sha256=zyj4VFlGaKY-FHcRgBUkkN-nEFMSzDQphmLfOdXWX28,19501
17
- pulumi_alicloud/provider.py,sha256=UWjrpBVuP6gx63qWT2-t6c9L3QSGdOVwIVY1BvYBxx8,40950
18
- pulumi_alicloud/pulumi-plugin.json,sha256=8ZH_30El4J9boagLKKNOVue7kwREa0aT1lKdj4pdE8o,85
17
+ pulumi_alicloud/provider.py,sha256=kI38bSYHQ6i5dyOebjcLQ7KQrltLvjuMM3sz0J65qHs,40728
18
+ pulumi_alicloud/pulumi-plugin.json,sha256=6Eb1guqqPr2g9VqQIpZPwM7sTaI8MzJPYLO3VIC7kSo,85
19
19
  pulumi_alicloud/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
20
  pulumi_alicloud/ackone/__init__.py,sha256=gp6Vj2CMsmpVHb8sfRu5UMdpFrCR0nn4KwImkVmx0iU,385
21
21
  pulumi_alicloud/ackone/_inputs.py,sha256=h8_e2VIHMDKjBn47794b7K8vyMmghMQNAypm6OtUmms,3271
@@ -506,9 +506,9 @@ pulumi_alicloud/compute/get_nest_service_instances.py,sha256=1sivF1HgaZaX4F9s0Jl
506
506
  pulumi_alicloud/compute/nest_service_instance.py,sha256=4n8HGgj33ipgTBVAgc4GYiT5buLXUyqWNiK_Y4xh3L4,42939
507
507
  pulumi_alicloud/compute/outputs.py,sha256=Uy3jWiWJxI5tpreHkSIrBmKN4mwcPqlNAU2WX2O68Bg,18833
508
508
  pulumi_alicloud/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
509
- pulumi_alicloud/config/__init__.pyi,sha256=nru8vAZN8sUjSZLl5ju1RM0CoVJdqtcDAk6mdWylcis,2830
509
+ pulumi_alicloud/config/__init__.pyi,sha256=pCc7wI4dOmRz9CCSQSU7Gpov5npKgup68Z1q7eeKRZc,2830
510
510
  pulumi_alicloud/config/outputs.py,sha256=1v5O_q_a1N9dinKGxvXxVdMpDAUU7U2Y-0YXe8gVJs0,104181
511
- pulumi_alicloud/config/vars.py,sha256=J8teKwoAEX4w3vmN_s7Yg1U_B9GMgFMPazlxqrEL1fU,5868
511
+ pulumi_alicloud/config/vars.py,sha256=HdFk2oZQ4mhECygXiOJ3_kHk05P13FHmOWlW51esuYM,5828
512
512
  pulumi_alicloud/cr/__init__.py,sha256=9wRaKeX_AezxHvh-a31APHftgi4pbyChYdcS389l4qM,879
513
513
  pulumi_alicloud/cr/_inputs.py,sha256=lYbd_WTXNO517QThY77uMY-5FbfTjgaNEfGHN1ktID0,24930
514
514
  pulumi_alicloud/cr/chain.py,sha256=ZUJ7htA0rBbWoRWVM7wy9_H1nl_BRgVZGkliFONEzcY,34420
@@ -2145,7 +2145,7 @@ pulumi_alicloud/yundun/db_audit_instance.py,sha256=BnwovuiHe0CauSFejLTOeaJH6TVjN
2145
2145
  pulumi_alicloud/yundun/get_bastion_host_instances.py,sha256=d99EGuXUFxbDFbCum28gXTu6PI7X64RIL2hcH9B2KQo,6836
2146
2146
  pulumi_alicloud/yundun/get_db_audit_instance.py,sha256=sFV0aje7rROMEOYJaBi7SpRywVWLbF47xP8vKdVIOT4,6686
2147
2147
  pulumi_alicloud/yundun/outputs.py,sha256=h-m8n7o6hmP6FVBggACjoXVWxS4Au9c6IoQakud72h0,15270
2148
- pulumi_alicloud-3.84.0a1756322386.dist-info/METADATA,sha256=goIe1kOlE9bB2Z1CbCea1Ukkj7PKcgnuSGR2u3IM9QA,4414
2149
- pulumi_alicloud-3.84.0a1756322386.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2150
- pulumi_alicloud-3.84.0a1756322386.dist-info/top_level.txt,sha256=U6LUZaKkW6MfUdVdxwspCksOWCBCMIWK24oo93s1Up8,16
2151
- pulumi_alicloud-3.84.0a1756322386.dist-info/RECORD,,
2148
+ pulumi_alicloud-3.84.0a1756507491.dist-info/METADATA,sha256=fGGq1kvs6511V0I7ZxEDWfN7S-hMFqCEbKkYQuNUAY4,4414
2149
+ pulumi_alicloud-3.84.0a1756507491.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
2150
+ pulumi_alicloud-3.84.0a1756507491.dist-info/top_level.txt,sha256=U6LUZaKkW6MfUdVdxwspCksOWCBCMIWK24oo93s1Up8,16
2151
+ pulumi_alicloud-3.84.0a1756507491.dist-info/RECORD,,