pulumi-alicloud 3.71.0a1735362939__py3-none-any.whl → 3.72.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/_inputs.py +471 -0
- pulumi_alicloud/adb/cluster.py +68 -0
- pulumi_alicloud/adb/db_cluster.py +94 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
- pulumi_alicloud/adb/outputs.py +106 -2
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
- pulumi_alicloud/cfg/get_aggregators.py +2 -2
- pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
- pulumi_alicloud/cfg/get_deliveries.py +11 -2
- pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
- pulumi_alicloud/cfg/get_rules.py +3 -7
- pulumi_alicloud/cfg/outputs.py +28 -20
- pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
- pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +1 -1
- pulumi_alicloud/cloudfirewall/outputs.py +16 -4
- pulumi_alicloud/config/__init__.pyi +2 -0
- pulumi_alicloud/config/outputs.py +284 -0
- pulumi_alicloud/config/vars.py +4 -0
- pulumi_alicloud/cr/_inputs.py +128 -0
- pulumi_alicloud/cr/outputs.py +93 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
- pulumi_alicloud/dcdn/get_domains.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
- pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
- pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
- pulumi_alicloud/dcdn/outputs.py +6 -6
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
- pulumi_alicloud/ddos/outputs.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +9 -0
- pulumi_alicloud/ecs/ecs_snapshot.py +65 -9
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/get_instance_types.py +1 -1
- pulumi_alicloud/ecs/outputs.py +168 -37
- pulumi_alicloud/ecs/security_group.py +161 -81
- pulumi_alicloud/ecs/snapshot.py +40 -0
- pulumi_alicloud/eds/ram_directory.py +4 -0
- pulumi_alicloud/esa/__init__.py +3 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
- pulumi_alicloud/ess/notification.py +50 -3
- pulumi_alicloud/ess/outputs.py +104 -8
- pulumi_alicloud/ess/scheduled_task.py +7 -7
- pulumi_alicloud/expressconnect/__init__.py +1 -0
- pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
- pulumi_alicloud/fc/v3_trigger.py +1 -1
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
- pulumi_alicloud/ga/get_acls.py +14 -2
- pulumi_alicloud/ga/get_additional_certificates.py +11 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
- pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
- pulumi_alicloud/ga/get_domains.py +2 -2
- pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
- pulumi_alicloud/ga/get_ip_sets.py +8 -2
- pulumi_alicloud/ga/get_listeners.py +11 -2
- pulumi_alicloud/ga/outputs.py +64 -32
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
- pulumi_alicloud/get_msc_sub_contacts.py +8 -2
- pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
- pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
- pulumi_alicloud/kms/key.py +108 -28
- pulumi_alicloud/kvstore/backup_policy.py +32 -24
- pulumi_alicloud/kvstore/get_instances.py +14 -3
- pulumi_alicloud/kvstore/outputs.py +48 -4
- pulumi_alicloud/marketplace/order.py +2 -2
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/oss/__init__.py +2 -0
- pulumi_alicloud/oss/_inputs.py +68 -0
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/outputs.py +74 -0
- pulumi_alicloud/polardb/cluster.py +47 -0
- pulumi_alicloud/privatelink/get_service.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
- pulumi_alicloud/privatelink/outputs.py +6 -6
- pulumi_alicloud/privatelink/vpc_endpoint.py +143 -69
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +47 -0
- pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +2 -2
- pulumi_alicloud/provider.py +20 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_policies.py +66 -8
- pulumi_alicloud/rds/instance.py +211 -14
- pulumi_alicloud/redis/tair_instance.py +47 -0
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +64 -51
- pulumi_alicloud/schedulerx/outputs.py +425 -0
- pulumi_alicloud/sddp/get_configs.py +5 -2
- pulumi_alicloud/sddp/get_data_limits.py +11 -2
- pulumi_alicloud/sddp/get_instances.py +5 -2
- pulumi_alicloud/sddp/get_rules.py +29 -2
- pulumi_alicloud/sddp/outputs.py +14 -14
- pulumi_alicloud/vpc/get_peer_connections.py +17 -2
- pulumi_alicloud/vpc/network.py +293 -40
- pulumi_alicloud/vpc/outputs.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +239 -132
- pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
- pulumi_alicloud/waf/domain.py +2 -2
- pulumi_alicloud/waf/get_certificates.py +14 -2
- pulumi_alicloud/waf/get_domains.py +6 -4
- pulumi_alicloud/waf/get_instances.py +2 -2
- pulumi_alicloud/waf/instance.py +0 -64
- pulumi_alicloud/waf/outputs.py +2 -4
- pulumi_alicloud/wafv3/get_instances.py +10 -4
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/RECORD +142 -126
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/top_level.txt +0 -0
|
@@ -124,19 +124,72 @@ def get_scaling_configurations(ids: Optional[Sequence[str]] = None,
|
|
|
124
124
|
"""
|
|
125
125
|
This data source provides available scaling configuration resources.
|
|
126
126
|
|
|
127
|
+
> **NOTE:** Available since v1.240.0
|
|
128
|
+
|
|
127
129
|
## Example Usage
|
|
128
130
|
|
|
129
131
|
```python
|
|
130
132
|
import pulumi
|
|
131
133
|
import pulumi_alicloud as alicloud
|
|
134
|
+
import pulumi_random as random
|
|
132
135
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
136
|
+
config = pulumi.Config()
|
|
137
|
+
name = config.get("name")
|
|
138
|
+
if name is None:
|
|
139
|
+
name = "terraform-example"
|
|
140
|
+
default_integer = random.index.Integer("default",
|
|
141
|
+
min=10000,
|
|
142
|
+
max=99999)
|
|
143
|
+
my_name = f"{name}-{default_integer['result']}"
|
|
144
|
+
default = alicloud.get_zones(available_disk_category="cloud_efficiency",
|
|
145
|
+
available_resource_creation="VSwitch")
|
|
146
|
+
default_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=default.zones[0].id,
|
|
147
|
+
cpu_core_count=2,
|
|
148
|
+
memory_size=4)
|
|
149
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
150
|
+
most_recent=True,
|
|
151
|
+
owners="system")
|
|
152
|
+
default_network = alicloud.vpc.Network("default",
|
|
153
|
+
vpc_name=my_name,
|
|
154
|
+
cidr_block="172.16.0.0/16")
|
|
155
|
+
default_switch = alicloud.vpc.Switch("default",
|
|
156
|
+
vpc_id=default_network.id,
|
|
157
|
+
cidr_block="172.16.0.0/24",
|
|
158
|
+
zone_id=default.zones[0].id,
|
|
159
|
+
vswitch_name=my_name)
|
|
160
|
+
default_security_group = alicloud.ecs.SecurityGroup("default",
|
|
161
|
+
security_group_name=my_name,
|
|
162
|
+
vpc_id=default_network.id)
|
|
163
|
+
default_security_group_rule = alicloud.ecs.SecurityGroupRule("default",
|
|
164
|
+
type="ingress",
|
|
165
|
+
ip_protocol="tcp",
|
|
166
|
+
nic_type="intranet",
|
|
167
|
+
policy="accept",
|
|
168
|
+
port_range="22/22",
|
|
169
|
+
priority=1,
|
|
170
|
+
security_group_id=default_security_group.id,
|
|
171
|
+
cidr_ip="172.16.0.0/24")
|
|
172
|
+
default_scaling_group = alicloud.ess.ScalingGroup("default",
|
|
173
|
+
min_size=1,
|
|
174
|
+
max_size=1,
|
|
175
|
+
scaling_group_name=my_name,
|
|
176
|
+
removal_policies=[
|
|
177
|
+
"OldestInstance",
|
|
178
|
+
"NewestInstance",
|
|
137
179
|
],
|
|
180
|
+
vswitch_ids=[default_switch.id])
|
|
181
|
+
default_scaling_configuration = alicloud.ess.ScalingConfiguration("default",
|
|
182
|
+
scaling_group_id=default_scaling_group.id,
|
|
183
|
+
image_id=default_get_images.images[0].id,
|
|
184
|
+
instance_type=default_get_instance_types.instance_types[0].id,
|
|
185
|
+
security_group_id=default_security_group.id,
|
|
186
|
+
force_delete=True,
|
|
187
|
+
active=True,
|
|
188
|
+
scaling_configuration_name="scaling_configuration_name")
|
|
189
|
+
scalingconfigurations_ds = alicloud.ess.get_scaling_configurations_output(scaling_group_id=default_scaling_group.id,
|
|
190
|
+
ids=[default_scaling_configuration.id],
|
|
138
191
|
name_regex="scaling_configuration_name")
|
|
139
|
-
pulumi.export("
|
|
192
|
+
pulumi.export("firstScalingConfiguration", scalingconfigurations_ds.configurations[0].id)
|
|
140
193
|
```
|
|
141
194
|
|
|
142
195
|
|
|
@@ -169,19 +222,72 @@ def get_scaling_configurations_output(ids: Optional[pulumi.Input[Optional[Sequen
|
|
|
169
222
|
"""
|
|
170
223
|
This data source provides available scaling configuration resources.
|
|
171
224
|
|
|
225
|
+
> **NOTE:** Available since v1.240.0
|
|
226
|
+
|
|
172
227
|
## Example Usage
|
|
173
228
|
|
|
174
229
|
```python
|
|
175
230
|
import pulumi
|
|
176
231
|
import pulumi_alicloud as alicloud
|
|
232
|
+
import pulumi_random as random
|
|
177
233
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
234
|
+
config = pulumi.Config()
|
|
235
|
+
name = config.get("name")
|
|
236
|
+
if name is None:
|
|
237
|
+
name = "terraform-example"
|
|
238
|
+
default_integer = random.index.Integer("default",
|
|
239
|
+
min=10000,
|
|
240
|
+
max=99999)
|
|
241
|
+
my_name = f"{name}-{default_integer['result']}"
|
|
242
|
+
default = alicloud.get_zones(available_disk_category="cloud_efficiency",
|
|
243
|
+
available_resource_creation="VSwitch")
|
|
244
|
+
default_get_instance_types = alicloud.ecs.get_instance_types(availability_zone=default.zones[0].id,
|
|
245
|
+
cpu_core_count=2,
|
|
246
|
+
memory_size=4)
|
|
247
|
+
default_get_images = alicloud.ecs.get_images(name_regex="^ubuntu_18.*64",
|
|
248
|
+
most_recent=True,
|
|
249
|
+
owners="system")
|
|
250
|
+
default_network = alicloud.vpc.Network("default",
|
|
251
|
+
vpc_name=my_name,
|
|
252
|
+
cidr_block="172.16.0.0/16")
|
|
253
|
+
default_switch = alicloud.vpc.Switch("default",
|
|
254
|
+
vpc_id=default_network.id,
|
|
255
|
+
cidr_block="172.16.0.0/24",
|
|
256
|
+
zone_id=default.zones[0].id,
|
|
257
|
+
vswitch_name=my_name)
|
|
258
|
+
default_security_group = alicloud.ecs.SecurityGroup("default",
|
|
259
|
+
security_group_name=my_name,
|
|
260
|
+
vpc_id=default_network.id)
|
|
261
|
+
default_security_group_rule = alicloud.ecs.SecurityGroupRule("default",
|
|
262
|
+
type="ingress",
|
|
263
|
+
ip_protocol="tcp",
|
|
264
|
+
nic_type="intranet",
|
|
265
|
+
policy="accept",
|
|
266
|
+
port_range="22/22",
|
|
267
|
+
priority=1,
|
|
268
|
+
security_group_id=default_security_group.id,
|
|
269
|
+
cidr_ip="172.16.0.0/24")
|
|
270
|
+
default_scaling_group = alicloud.ess.ScalingGroup("default",
|
|
271
|
+
min_size=1,
|
|
272
|
+
max_size=1,
|
|
273
|
+
scaling_group_name=my_name,
|
|
274
|
+
removal_policies=[
|
|
275
|
+
"OldestInstance",
|
|
276
|
+
"NewestInstance",
|
|
182
277
|
],
|
|
278
|
+
vswitch_ids=[default_switch.id])
|
|
279
|
+
default_scaling_configuration = alicloud.ess.ScalingConfiguration("default",
|
|
280
|
+
scaling_group_id=default_scaling_group.id,
|
|
281
|
+
image_id=default_get_images.images[0].id,
|
|
282
|
+
instance_type=default_get_instance_types.instance_types[0].id,
|
|
283
|
+
security_group_id=default_security_group.id,
|
|
284
|
+
force_delete=True,
|
|
285
|
+
active=True,
|
|
286
|
+
scaling_configuration_name="scaling_configuration_name")
|
|
287
|
+
scalingconfigurations_ds = alicloud.ess.get_scaling_configurations_output(scaling_group_id=default_scaling_group.id,
|
|
288
|
+
ids=[default_scaling_configuration.id],
|
|
183
289
|
name_regex="scaling_configuration_name")
|
|
184
|
-
pulumi.export("
|
|
290
|
+
pulumi.export("firstScalingConfiguration", scalingconfigurations_ds.configurations[0].id)
|
|
185
291
|
```
|
|
186
292
|
|
|
187
293
|
|
|
@@ -21,7 +21,8 @@ class NotificationArgs:
|
|
|
21
21
|
def __init__(__self__, *,
|
|
22
22
|
notification_arn: pulumi.Input[str],
|
|
23
23
|
notification_types: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
24
|
-
scaling_group_id: pulumi.Input[str]
|
|
24
|
+
scaling_group_id: pulumi.Input[str],
|
|
25
|
+
time_zone: Optional[pulumi.Input[str]] = None):
|
|
25
26
|
"""
|
|
26
27
|
The set of arguments for constructing a Notification resource.
|
|
27
28
|
:param pulumi.Input[str] notification_arn: The Alibaba Cloud Resource Name (ARN) of the notification object, The value must be in `acs:ess:{region}:{account-id}:{resource-relative-id}` format.
|
|
@@ -30,10 +31,13 @@ class NotificationArgs:
|
|
|
30
31
|
* resource-relative-id: the notification method. Valid values : `cloudmonitor`, MNS queue: `queue/{queuename}`, Replace the queuename with the specific MNS queue name, MNS topic: `topic/{topicname}`, Replace the topicname with the specific MNS topic name.
|
|
31
32
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] notification_types: The notification types of Auto Scaling events and resource changes. Supported notification types: 'AUTOSCALING:SCALE_OUT_SUCCESS', 'AUTOSCALING:SCALE_IN_SUCCESS', 'AUTOSCALING:SCALE_OUT_ERROR', 'AUTOSCALING:SCALE_IN_ERROR', 'AUTOSCALING:SCALE_REJECT', 'AUTOSCALING:SCALE_OUT_START', 'AUTOSCALING:SCALE_IN_START', 'AUTOSCALING:SCHEDULE_TASK_EXPIRING'.
|
|
32
33
|
:param pulumi.Input[str] scaling_group_id: The ID of the Auto Scaling group.
|
|
34
|
+
:param pulumi.Input[str] time_zone: The time zone of the notification. Specify the value in UTC. For example, a value of UTC+8 specifies that the time is 8 hours ahead of Coordinated Universal Time, and a value of UTC-7 specifies that the time is 7 hours behind Coordinated Universal Time.
|
|
33
35
|
"""
|
|
34
36
|
pulumi.set(__self__, "notification_arn", notification_arn)
|
|
35
37
|
pulumi.set(__self__, "notification_types", notification_types)
|
|
36
38
|
pulumi.set(__self__, "scaling_group_id", scaling_group_id)
|
|
39
|
+
if time_zone is not None:
|
|
40
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
37
41
|
|
|
38
42
|
@property
|
|
39
43
|
@pulumi.getter(name="notificationArn")
|
|
@@ -74,13 +78,26 @@ class NotificationArgs:
|
|
|
74
78
|
def scaling_group_id(self, value: pulumi.Input[str]):
|
|
75
79
|
pulumi.set(self, "scaling_group_id", value)
|
|
76
80
|
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="timeZone")
|
|
83
|
+
def time_zone(self) -> Optional[pulumi.Input[str]]:
|
|
84
|
+
"""
|
|
85
|
+
The time zone of the notification. Specify the value in UTC. For example, a value of UTC+8 specifies that the time is 8 hours ahead of Coordinated Universal Time, and a value of UTC-7 specifies that the time is 7 hours behind Coordinated Universal Time.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "time_zone")
|
|
88
|
+
|
|
89
|
+
@time_zone.setter
|
|
90
|
+
def time_zone(self, value: Optional[pulumi.Input[str]]):
|
|
91
|
+
pulumi.set(self, "time_zone", value)
|
|
92
|
+
|
|
77
93
|
|
|
78
94
|
@pulumi.input_type
|
|
79
95
|
class _NotificationState:
|
|
80
96
|
def __init__(__self__, *,
|
|
81
97
|
notification_arn: Optional[pulumi.Input[str]] = None,
|
|
82
98
|
notification_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
83
|
-
scaling_group_id: Optional[pulumi.Input[str]] = None
|
|
99
|
+
scaling_group_id: Optional[pulumi.Input[str]] = None,
|
|
100
|
+
time_zone: Optional[pulumi.Input[str]] = None):
|
|
84
101
|
"""
|
|
85
102
|
Input properties used for looking up and filtering Notification resources.
|
|
86
103
|
:param pulumi.Input[str] notification_arn: The Alibaba Cloud Resource Name (ARN) of the notification object, The value must be in `acs:ess:{region}:{account-id}:{resource-relative-id}` format.
|
|
@@ -89,6 +106,7 @@ class _NotificationState:
|
|
|
89
106
|
* resource-relative-id: the notification method. Valid values : `cloudmonitor`, MNS queue: `queue/{queuename}`, Replace the queuename with the specific MNS queue name, MNS topic: `topic/{topicname}`, Replace the topicname with the specific MNS topic name.
|
|
90
107
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] notification_types: The notification types of Auto Scaling events and resource changes. Supported notification types: 'AUTOSCALING:SCALE_OUT_SUCCESS', 'AUTOSCALING:SCALE_IN_SUCCESS', 'AUTOSCALING:SCALE_OUT_ERROR', 'AUTOSCALING:SCALE_IN_ERROR', 'AUTOSCALING:SCALE_REJECT', 'AUTOSCALING:SCALE_OUT_START', 'AUTOSCALING:SCALE_IN_START', 'AUTOSCALING:SCHEDULE_TASK_EXPIRING'.
|
|
91
108
|
:param pulumi.Input[str] scaling_group_id: The ID of the Auto Scaling group.
|
|
109
|
+
:param pulumi.Input[str] time_zone: The time zone of the notification. Specify the value in UTC. For example, a value of UTC+8 specifies that the time is 8 hours ahead of Coordinated Universal Time, and a value of UTC-7 specifies that the time is 7 hours behind Coordinated Universal Time.
|
|
92
110
|
"""
|
|
93
111
|
if notification_arn is not None:
|
|
94
112
|
pulumi.set(__self__, "notification_arn", notification_arn)
|
|
@@ -96,6 +114,8 @@ class _NotificationState:
|
|
|
96
114
|
pulumi.set(__self__, "notification_types", notification_types)
|
|
97
115
|
if scaling_group_id is not None:
|
|
98
116
|
pulumi.set(__self__, "scaling_group_id", scaling_group_id)
|
|
117
|
+
if time_zone is not None:
|
|
118
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
99
119
|
|
|
100
120
|
@property
|
|
101
121
|
@pulumi.getter(name="notificationArn")
|
|
@@ -136,6 +156,18 @@ class _NotificationState:
|
|
|
136
156
|
def scaling_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
137
157
|
pulumi.set(self, "scaling_group_id", value)
|
|
138
158
|
|
|
159
|
+
@property
|
|
160
|
+
@pulumi.getter(name="timeZone")
|
|
161
|
+
def time_zone(self) -> Optional[pulumi.Input[str]]:
|
|
162
|
+
"""
|
|
163
|
+
The time zone of the notification. Specify the value in UTC. For example, a value of UTC+8 specifies that the time is 8 hours ahead of Coordinated Universal Time, and a value of UTC-7 specifies that the time is 7 hours behind Coordinated Universal Time.
|
|
164
|
+
"""
|
|
165
|
+
return pulumi.get(self, "time_zone")
|
|
166
|
+
|
|
167
|
+
@time_zone.setter
|
|
168
|
+
def time_zone(self, value: Optional[pulumi.Input[str]]):
|
|
169
|
+
pulumi.set(self, "time_zone", value)
|
|
170
|
+
|
|
139
171
|
|
|
140
172
|
class Notification(pulumi.CustomResource):
|
|
141
173
|
@overload
|
|
@@ -145,6 +177,7 @@ class Notification(pulumi.CustomResource):
|
|
|
145
177
|
notification_arn: Optional[pulumi.Input[str]] = None,
|
|
146
178
|
notification_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
147
179
|
scaling_group_id: Optional[pulumi.Input[str]] = None,
|
|
180
|
+
time_zone: Optional[pulumi.Input[str]] = None,
|
|
148
181
|
__props__=None):
|
|
149
182
|
"""
|
|
150
183
|
Provides a ESS notification resource. More about Ess notification, see [Autoscaling Notification](https://www.alibabacloud.com/help/doc-detail/71114.htm).
|
|
@@ -213,6 +246,7 @@ class Notification(pulumi.CustomResource):
|
|
|
213
246
|
* resource-relative-id: the notification method. Valid values : `cloudmonitor`, MNS queue: `queue/{queuename}`, Replace the queuename with the specific MNS queue name, MNS topic: `topic/{topicname}`, Replace the topicname with the specific MNS topic name.
|
|
214
247
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] notification_types: The notification types of Auto Scaling events and resource changes. Supported notification types: 'AUTOSCALING:SCALE_OUT_SUCCESS', 'AUTOSCALING:SCALE_IN_SUCCESS', 'AUTOSCALING:SCALE_OUT_ERROR', 'AUTOSCALING:SCALE_IN_ERROR', 'AUTOSCALING:SCALE_REJECT', 'AUTOSCALING:SCALE_OUT_START', 'AUTOSCALING:SCALE_IN_START', 'AUTOSCALING:SCHEDULE_TASK_EXPIRING'.
|
|
215
248
|
:param pulumi.Input[str] scaling_group_id: The ID of the Auto Scaling group.
|
|
249
|
+
:param pulumi.Input[str] time_zone: The time zone of the notification. Specify the value in UTC. For example, a value of UTC+8 specifies that the time is 8 hours ahead of Coordinated Universal Time, and a value of UTC-7 specifies that the time is 7 hours behind Coordinated Universal Time.
|
|
216
250
|
"""
|
|
217
251
|
...
|
|
218
252
|
@overload
|
|
@@ -297,6 +331,7 @@ class Notification(pulumi.CustomResource):
|
|
|
297
331
|
notification_arn: Optional[pulumi.Input[str]] = None,
|
|
298
332
|
notification_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
299
333
|
scaling_group_id: Optional[pulumi.Input[str]] = None,
|
|
334
|
+
time_zone: Optional[pulumi.Input[str]] = None,
|
|
300
335
|
__props__=None):
|
|
301
336
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
302
337
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -315,6 +350,7 @@ class Notification(pulumi.CustomResource):
|
|
|
315
350
|
if scaling_group_id is None and not opts.urn:
|
|
316
351
|
raise TypeError("Missing required property 'scaling_group_id'")
|
|
317
352
|
__props__.__dict__["scaling_group_id"] = scaling_group_id
|
|
353
|
+
__props__.__dict__["time_zone"] = time_zone
|
|
318
354
|
super(Notification, __self__).__init__(
|
|
319
355
|
'alicloud:ess/notification:Notification',
|
|
320
356
|
resource_name,
|
|
@@ -327,7 +363,8 @@ class Notification(pulumi.CustomResource):
|
|
|
327
363
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
328
364
|
notification_arn: Optional[pulumi.Input[str]] = None,
|
|
329
365
|
notification_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
330
|
-
scaling_group_id: Optional[pulumi.Input[str]] = None
|
|
366
|
+
scaling_group_id: Optional[pulumi.Input[str]] = None,
|
|
367
|
+
time_zone: Optional[pulumi.Input[str]] = None) -> 'Notification':
|
|
331
368
|
"""
|
|
332
369
|
Get an existing Notification resource's state with the given name, id, and optional extra
|
|
333
370
|
properties used to qualify the lookup.
|
|
@@ -341,6 +378,7 @@ class Notification(pulumi.CustomResource):
|
|
|
341
378
|
* resource-relative-id: the notification method. Valid values : `cloudmonitor`, MNS queue: `queue/{queuename}`, Replace the queuename with the specific MNS queue name, MNS topic: `topic/{topicname}`, Replace the topicname with the specific MNS topic name.
|
|
342
379
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] notification_types: The notification types of Auto Scaling events and resource changes. Supported notification types: 'AUTOSCALING:SCALE_OUT_SUCCESS', 'AUTOSCALING:SCALE_IN_SUCCESS', 'AUTOSCALING:SCALE_OUT_ERROR', 'AUTOSCALING:SCALE_IN_ERROR', 'AUTOSCALING:SCALE_REJECT', 'AUTOSCALING:SCALE_OUT_START', 'AUTOSCALING:SCALE_IN_START', 'AUTOSCALING:SCHEDULE_TASK_EXPIRING'.
|
|
343
380
|
:param pulumi.Input[str] scaling_group_id: The ID of the Auto Scaling group.
|
|
381
|
+
:param pulumi.Input[str] time_zone: The time zone of the notification. Specify the value in UTC. For example, a value of UTC+8 specifies that the time is 8 hours ahead of Coordinated Universal Time, and a value of UTC-7 specifies that the time is 7 hours behind Coordinated Universal Time.
|
|
344
382
|
"""
|
|
345
383
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
346
384
|
|
|
@@ -349,6 +387,7 @@ class Notification(pulumi.CustomResource):
|
|
|
349
387
|
__props__.__dict__["notification_arn"] = notification_arn
|
|
350
388
|
__props__.__dict__["notification_types"] = notification_types
|
|
351
389
|
__props__.__dict__["scaling_group_id"] = scaling_group_id
|
|
390
|
+
__props__.__dict__["time_zone"] = time_zone
|
|
352
391
|
return Notification(resource_name, opts=opts, __props__=__props__)
|
|
353
392
|
|
|
354
393
|
@property
|
|
@@ -378,3 +417,11 @@ class Notification(pulumi.CustomResource):
|
|
|
378
417
|
"""
|
|
379
418
|
return pulumi.get(self, "scaling_group_id")
|
|
380
419
|
|
|
420
|
+
@property
|
|
421
|
+
@pulumi.getter(name="timeZone")
|
|
422
|
+
def time_zone(self) -> pulumi.Output[Optional[str]]:
|
|
423
|
+
"""
|
|
424
|
+
The time zone of the notification. Specify the value in UTC. For example, a value of UTC+8 specifies that the time is 8 hours ahead of Coordinated Universal Time, and a value of UTC-7 specifies that the time is 7 hours behind Coordinated Universal Time.
|
|
425
|
+
"""
|
|
426
|
+
return pulumi.get(self, "time_zone")
|
|
427
|
+
|
pulumi_alicloud/ess/outputs.py
CHANGED
|
@@ -49,6 +49,7 @@ __all__ = [
|
|
|
49
49
|
'GetNotificationsNotificationResult',
|
|
50
50
|
'GetScalingConfigurationsConfigurationResult',
|
|
51
51
|
'GetScalingConfigurationsConfigurationDataDiskResult',
|
|
52
|
+
'GetScalingConfigurationsConfigurationInstancePatternInfoResult',
|
|
52
53
|
'GetScalingConfigurationsConfigurationSpotPriceLimitResult',
|
|
53
54
|
'GetScalingGroupsGroupResult',
|
|
54
55
|
'GetScalingRulesRuleResult',
|
|
@@ -2927,6 +2928,7 @@ class GetScalingConfigurationsConfigurationResult(dict):
|
|
|
2927
2928
|
id: str,
|
|
2928
2929
|
image_id: str,
|
|
2929
2930
|
instance_name: str,
|
|
2931
|
+
instance_pattern_infos: Sequence['outputs.GetScalingConfigurationsConfigurationInstancePatternInfoResult'],
|
|
2930
2932
|
instance_type: str,
|
|
2931
2933
|
internet_charge_type: str,
|
|
2932
2934
|
internet_max_bandwidth_in: int,
|
|
@@ -2944,10 +2946,11 @@ class GetScalingConfigurationsConfigurationResult(dict):
|
|
|
2944
2946
|
:param str creation_time: Creation time of the scaling configuration.
|
|
2945
2947
|
:param str credit_specification: Performance mode of the t5 burstable instance.
|
|
2946
2948
|
:param Sequence['GetScalingConfigurationsConfigurationDataDiskArgs'] data_disks: Data disks of the scaling configuration.
|
|
2947
|
-
:param str host_name: (Optional,Available
|
|
2949
|
+
:param str host_name: (Optional,Available since v1.143.0) Hostname of an ECS instance.
|
|
2948
2950
|
:param str id: ID of the scaling rule.
|
|
2949
2951
|
:param str image_id: Image ID of the scaling configuration.
|
|
2950
|
-
:param str instance_name: (Optional,Available
|
|
2952
|
+
:param str instance_name: (Optional,Available since v1.143.0) InstanceName of an ECS instance.
|
|
2953
|
+
:param Sequence['GetScalingConfigurationsConfigurationInstancePatternInfoArgs'] instance_pattern_infos: (Optional, Available since v1.240.0) intelligent configuration mode. In this mode, you only need to specify the number of vCPUs, memory size, instance family, and maximum price. The system selects an instance type that is provided at the lowest price based on your configurations to create ECS instances. This mode is available only for scaling groups that reside in virtual private clouds (VPCs). This mode helps reduce the failures of scale-out activities caused by insufficient inventory of instance types.
|
|
2951
2954
|
:param str instance_type: Resource type of an ECS instance.
|
|
2952
2955
|
:param str internet_charge_type: Internet charge type of the scaling configuration.
|
|
2953
2956
|
:param int internet_max_bandwidth_in: Internet max bandwidth in of the scaling configuration.
|
|
@@ -2956,8 +2959,8 @@ class GetScalingConfigurationsConfigurationResult(dict):
|
|
|
2956
2959
|
:param str name: Name of the scaling configuration.
|
|
2957
2960
|
:param str scaling_group_id: Scaling group id the scaling configurations belong to.
|
|
2958
2961
|
:param str security_group_id: Security group ID of the scaling configuration.
|
|
2959
|
-
:param Sequence['GetScalingConfigurationsConfigurationSpotPriceLimitArgs'] spot_price_limits: (Optional, Available
|
|
2960
|
-
:param str spot_strategy: (Optional, Available
|
|
2962
|
+
:param Sequence['GetScalingConfigurationsConfigurationSpotPriceLimitArgs'] spot_price_limits: (Optional, Available since v1.151.0) The maximum price hourly for instance types.
|
|
2963
|
+
:param str spot_strategy: (Optional, Available since v1.151.0) The spot strategy for a Pay-As-You-Go instance.
|
|
2961
2964
|
:param str system_disk_category: System disk category of the scaling configuration.
|
|
2962
2965
|
:param str system_disk_performance_level: The performance level of the ESSD used as the system disk.
|
|
2963
2966
|
:param int system_disk_size: System disk size of the scaling configuration.
|
|
@@ -2969,6 +2972,7 @@ class GetScalingConfigurationsConfigurationResult(dict):
|
|
|
2969
2972
|
pulumi.set(__self__, "id", id)
|
|
2970
2973
|
pulumi.set(__self__, "image_id", image_id)
|
|
2971
2974
|
pulumi.set(__self__, "instance_name", instance_name)
|
|
2975
|
+
pulumi.set(__self__, "instance_pattern_infos", instance_pattern_infos)
|
|
2972
2976
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
2973
2977
|
pulumi.set(__self__, "internet_charge_type", internet_charge_type)
|
|
2974
2978
|
pulumi.set(__self__, "internet_max_bandwidth_in", internet_max_bandwidth_in)
|
|
@@ -3011,7 +3015,7 @@ class GetScalingConfigurationsConfigurationResult(dict):
|
|
|
3011
3015
|
@pulumi.getter(name="hostName")
|
|
3012
3016
|
def host_name(self) -> str:
|
|
3013
3017
|
"""
|
|
3014
|
-
(Optional,Available
|
|
3018
|
+
(Optional,Available since v1.143.0) Hostname of an ECS instance.
|
|
3015
3019
|
"""
|
|
3016
3020
|
return pulumi.get(self, "host_name")
|
|
3017
3021
|
|
|
@@ -3035,10 +3039,18 @@ class GetScalingConfigurationsConfigurationResult(dict):
|
|
|
3035
3039
|
@pulumi.getter(name="instanceName")
|
|
3036
3040
|
def instance_name(self) -> str:
|
|
3037
3041
|
"""
|
|
3038
|
-
(Optional,Available
|
|
3042
|
+
(Optional,Available since v1.143.0) InstanceName of an ECS instance.
|
|
3039
3043
|
"""
|
|
3040
3044
|
return pulumi.get(self, "instance_name")
|
|
3041
3045
|
|
|
3046
|
+
@property
|
|
3047
|
+
@pulumi.getter(name="instancePatternInfos")
|
|
3048
|
+
def instance_pattern_infos(self) -> Sequence['outputs.GetScalingConfigurationsConfigurationInstancePatternInfoResult']:
|
|
3049
|
+
"""
|
|
3050
|
+
(Optional, Available since v1.240.0) intelligent configuration mode. In this mode, you only need to specify the number of vCPUs, memory size, instance family, and maximum price. The system selects an instance type that is provided at the lowest price based on your configurations to create ECS instances. This mode is available only for scaling groups that reside in virtual private clouds (VPCs). This mode helps reduce the failures of scale-out activities caused by insufficient inventory of instance types.
|
|
3051
|
+
"""
|
|
3052
|
+
return pulumi.get(self, "instance_pattern_infos")
|
|
3053
|
+
|
|
3042
3054
|
@property
|
|
3043
3055
|
@pulumi.getter(name="instanceType")
|
|
3044
3056
|
def instance_type(self) -> str:
|
|
@@ -3107,7 +3119,7 @@ class GetScalingConfigurationsConfigurationResult(dict):
|
|
|
3107
3119
|
@pulumi.getter(name="spotPriceLimits")
|
|
3108
3120
|
def spot_price_limits(self) -> Sequence['outputs.GetScalingConfigurationsConfigurationSpotPriceLimitResult']:
|
|
3109
3121
|
"""
|
|
3110
|
-
(Optional, Available
|
|
3122
|
+
(Optional, Available since v1.151.0) The maximum price hourly for instance types.
|
|
3111
3123
|
"""
|
|
3112
3124
|
return pulumi.get(self, "spot_price_limits")
|
|
3113
3125
|
|
|
@@ -3115,7 +3127,7 @@ class GetScalingConfigurationsConfigurationResult(dict):
|
|
|
3115
3127
|
@pulumi.getter(name="spotStrategy")
|
|
3116
3128
|
def spot_strategy(self) -> str:
|
|
3117
3129
|
"""
|
|
3118
|
-
(Optional, Available
|
|
3130
|
+
(Optional, Available since v1.151.0) The spot strategy for a Pay-As-You-Go instance.
|
|
3119
3131
|
"""
|
|
3120
3132
|
return pulumi.get(self, "spot_strategy")
|
|
3121
3133
|
|
|
@@ -3217,6 +3229,90 @@ class GetScalingConfigurationsConfigurationDataDiskResult(dict):
|
|
|
3217
3229
|
return pulumi.get(self, "snapshot_id")
|
|
3218
3230
|
|
|
3219
3231
|
|
|
3232
|
+
@pulumi.output_type
|
|
3233
|
+
class GetScalingConfigurationsConfigurationInstancePatternInfoResult(dict):
|
|
3234
|
+
def __init__(__self__, *,
|
|
3235
|
+
architectures: Sequence[str],
|
|
3236
|
+
burstable_performance: str,
|
|
3237
|
+
cores: int,
|
|
3238
|
+
excluded_instance_types: Sequence[str],
|
|
3239
|
+
instance_family_level: str,
|
|
3240
|
+
max_price: float,
|
|
3241
|
+
memory: float):
|
|
3242
|
+
"""
|
|
3243
|
+
:param Sequence[str] architectures: Architecture N of instance type N. Valid values: X86, Heterogeneous, BareMetal, Arm, SuperComputeCluster.
|
|
3244
|
+
:param str burstable_performance: Specifies whether to include burstable instance types. Valid values: Exclude, Include, Required.
|
|
3245
|
+
:param int cores: The number of vCPUs that are specified for an instance type in instancePatternInfo.
|
|
3246
|
+
:param Sequence[str] excluded_instance_types: Instance type N that you want to exclude. You can use wildcard characters, such as an asterisk (*), to exclude an instance type or an instance family.
|
|
3247
|
+
:param str instance_family_level: The instance family level in instancePatternInfo.
|
|
3248
|
+
:param float max_price: The maximum hourly price for a pay-as-you-go instance or a preemptible instance in instancePatternInfo.
|
|
3249
|
+
:param float memory: The memory size that is specified for an instance type in instancePatternInfo.
|
|
3250
|
+
"""
|
|
3251
|
+
pulumi.set(__self__, "architectures", architectures)
|
|
3252
|
+
pulumi.set(__self__, "burstable_performance", burstable_performance)
|
|
3253
|
+
pulumi.set(__self__, "cores", cores)
|
|
3254
|
+
pulumi.set(__self__, "excluded_instance_types", excluded_instance_types)
|
|
3255
|
+
pulumi.set(__self__, "instance_family_level", instance_family_level)
|
|
3256
|
+
pulumi.set(__self__, "max_price", max_price)
|
|
3257
|
+
pulumi.set(__self__, "memory", memory)
|
|
3258
|
+
|
|
3259
|
+
@property
|
|
3260
|
+
@pulumi.getter
|
|
3261
|
+
def architectures(self) -> Sequence[str]:
|
|
3262
|
+
"""
|
|
3263
|
+
Architecture N of instance type N. Valid values: X86, Heterogeneous, BareMetal, Arm, SuperComputeCluster.
|
|
3264
|
+
"""
|
|
3265
|
+
return pulumi.get(self, "architectures")
|
|
3266
|
+
|
|
3267
|
+
@property
|
|
3268
|
+
@pulumi.getter(name="burstablePerformance")
|
|
3269
|
+
def burstable_performance(self) -> str:
|
|
3270
|
+
"""
|
|
3271
|
+
Specifies whether to include burstable instance types. Valid values: Exclude, Include, Required.
|
|
3272
|
+
"""
|
|
3273
|
+
return pulumi.get(self, "burstable_performance")
|
|
3274
|
+
|
|
3275
|
+
@property
|
|
3276
|
+
@pulumi.getter
|
|
3277
|
+
def cores(self) -> int:
|
|
3278
|
+
"""
|
|
3279
|
+
The number of vCPUs that are specified for an instance type in instancePatternInfo.
|
|
3280
|
+
"""
|
|
3281
|
+
return pulumi.get(self, "cores")
|
|
3282
|
+
|
|
3283
|
+
@property
|
|
3284
|
+
@pulumi.getter(name="excludedInstanceTypes")
|
|
3285
|
+
def excluded_instance_types(self) -> Sequence[str]:
|
|
3286
|
+
"""
|
|
3287
|
+
Instance type N that you want to exclude. You can use wildcard characters, such as an asterisk (*), to exclude an instance type or an instance family.
|
|
3288
|
+
"""
|
|
3289
|
+
return pulumi.get(self, "excluded_instance_types")
|
|
3290
|
+
|
|
3291
|
+
@property
|
|
3292
|
+
@pulumi.getter(name="instanceFamilyLevel")
|
|
3293
|
+
def instance_family_level(self) -> str:
|
|
3294
|
+
"""
|
|
3295
|
+
The instance family level in instancePatternInfo.
|
|
3296
|
+
"""
|
|
3297
|
+
return pulumi.get(self, "instance_family_level")
|
|
3298
|
+
|
|
3299
|
+
@property
|
|
3300
|
+
@pulumi.getter(name="maxPrice")
|
|
3301
|
+
def max_price(self) -> float:
|
|
3302
|
+
"""
|
|
3303
|
+
The maximum hourly price for a pay-as-you-go instance or a preemptible instance in instancePatternInfo.
|
|
3304
|
+
"""
|
|
3305
|
+
return pulumi.get(self, "max_price")
|
|
3306
|
+
|
|
3307
|
+
@property
|
|
3308
|
+
@pulumi.getter
|
|
3309
|
+
def memory(self) -> float:
|
|
3310
|
+
"""
|
|
3311
|
+
The memory size that is specified for an instance type in instancePatternInfo.
|
|
3312
|
+
"""
|
|
3313
|
+
return pulumi.get(self, "memory")
|
|
3314
|
+
|
|
3315
|
+
|
|
3220
3316
|
@pulumi.output_type
|
|
3221
3317
|
class GetScalingConfigurationsConfigurationSpotPriceLimitResult(dict):
|
|
3222
3318
|
def __init__(__self__, *,
|
|
@@ -36,7 +36,7 @@ class ScheduledTaskArgs:
|
|
|
36
36
|
The set of arguments for constructing a ScheduledTask resource.
|
|
37
37
|
:param pulumi.Input[str] description: Description of the scheduled task, which is 2-200 characters (English or Chinese) long.
|
|
38
38
|
:param pulumi.Input[int] desired_capacity: The expected number of instances in a scaling group when the scaling method of the scheduled task is to specify the number of instances in a scaling group. **NOTE:** You must specify the `DesiredCapacity` parameter when you create the scaling group.
|
|
39
|
-
:param pulumi.Input[int] launch_expiration_time: The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to
|
|
39
|
+
:param pulumi.Input[int] launch_expiration_time: The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to 1800, Available since v1.240.0. Default value: 600
|
|
40
40
|
:param pulumi.Input[str] launch_time: The time at which the scheduled task is triggered. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mmZ format.
|
|
41
41
|
The time must be in UTC. You cannot enter a time point later than 90 days from the date of scheduled task creation.
|
|
42
42
|
If the `recurrence_type` parameter is specified, the task is executed repeatedly at the time specified by LaunchTime.
|
|
@@ -115,7 +115,7 @@ class ScheduledTaskArgs:
|
|
|
115
115
|
@pulumi.getter(name="launchExpirationTime")
|
|
116
116
|
def launch_expiration_time(self) -> Optional[pulumi.Input[int]]:
|
|
117
117
|
"""
|
|
118
|
-
The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to
|
|
118
|
+
The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to 1800, Available since v1.240.0. Default value: 600
|
|
119
119
|
"""
|
|
120
120
|
return pulumi.get(self, "launch_expiration_time")
|
|
121
121
|
|
|
@@ -276,7 +276,7 @@ class _ScheduledTaskState:
|
|
|
276
276
|
Input properties used for looking up and filtering ScheduledTask resources.
|
|
277
277
|
:param pulumi.Input[str] description: Description of the scheduled task, which is 2-200 characters (English or Chinese) long.
|
|
278
278
|
:param pulumi.Input[int] desired_capacity: The expected number of instances in a scaling group when the scaling method of the scheduled task is to specify the number of instances in a scaling group. **NOTE:** You must specify the `DesiredCapacity` parameter when you create the scaling group.
|
|
279
|
-
:param pulumi.Input[int] launch_expiration_time: The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to
|
|
279
|
+
:param pulumi.Input[int] launch_expiration_time: The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to 1800, Available since v1.240.0. Default value: 600
|
|
280
280
|
:param pulumi.Input[str] launch_time: The time at which the scheduled task is triggered. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mmZ format.
|
|
281
281
|
The time must be in UTC. You cannot enter a time point later than 90 days from the date of scheduled task creation.
|
|
282
282
|
If the `recurrence_type` parameter is specified, the task is executed repeatedly at the time specified by LaunchTime.
|
|
@@ -355,7 +355,7 @@ class _ScheduledTaskState:
|
|
|
355
355
|
@pulumi.getter(name="launchExpirationTime")
|
|
356
356
|
def launch_expiration_time(self) -> Optional[pulumi.Input[int]]:
|
|
357
357
|
"""
|
|
358
|
-
The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to
|
|
358
|
+
The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to 1800, Available since v1.240.0. Default value: 600
|
|
359
359
|
"""
|
|
360
360
|
return pulumi.get(self, "launch_expiration_time")
|
|
361
361
|
|
|
@@ -534,7 +534,7 @@ class ScheduledTask(pulumi.CustomResource):
|
|
|
534
534
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
535
535
|
:param pulumi.Input[str] description: Description of the scheduled task, which is 2-200 characters (English or Chinese) long.
|
|
536
536
|
:param pulumi.Input[int] desired_capacity: The expected number of instances in a scaling group when the scaling method of the scheduled task is to specify the number of instances in a scaling group. **NOTE:** You must specify the `DesiredCapacity` parameter when you create the scaling group.
|
|
537
|
-
:param pulumi.Input[int] launch_expiration_time: The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to
|
|
537
|
+
:param pulumi.Input[int] launch_expiration_time: The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to 1800, Available since v1.240.0. Default value: 600
|
|
538
538
|
:param pulumi.Input[str] launch_time: The time at which the scheduled task is triggered. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mmZ format.
|
|
539
539
|
The time must be in UTC. You cannot enter a time point later than 90 days from the date of scheduled task creation.
|
|
540
540
|
If the `recurrence_type` parameter is specified, the task is executed repeatedly at the time specified by LaunchTime.
|
|
@@ -661,7 +661,7 @@ class ScheduledTask(pulumi.CustomResource):
|
|
|
661
661
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
662
662
|
:param pulumi.Input[str] description: Description of the scheduled task, which is 2-200 characters (English or Chinese) long.
|
|
663
663
|
:param pulumi.Input[int] desired_capacity: The expected number of instances in a scaling group when the scaling method of the scheduled task is to specify the number of instances in a scaling group. **NOTE:** You must specify the `DesiredCapacity` parameter when you create the scaling group.
|
|
664
|
-
:param pulumi.Input[int] launch_expiration_time: The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to
|
|
664
|
+
:param pulumi.Input[int] launch_expiration_time: The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to 1800, Available since v1.240.0. Default value: 600
|
|
665
665
|
:param pulumi.Input[str] launch_time: The time at which the scheduled task is triggered. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mmZ format.
|
|
666
666
|
The time must be in UTC. You cannot enter a time point later than 90 days from the date of scheduled task creation.
|
|
667
667
|
If the `recurrence_type` parameter is specified, the task is executed repeatedly at the time specified by LaunchTime.
|
|
@@ -724,7 +724,7 @@ class ScheduledTask(pulumi.CustomResource):
|
|
|
724
724
|
@pulumi.getter(name="launchExpirationTime")
|
|
725
725
|
def launch_expiration_time(self) -> pulumi.Output[Optional[int]]:
|
|
726
726
|
"""
|
|
727
|
-
The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to
|
|
727
|
+
The time period during which a failed scheduled task is retried. Unit: seconds. Valid values: 0 to 1800, Available since v1.240.0. Default value: 600
|
|
728
728
|
"""
|
|
729
729
|
return pulumi.get(self, "launch_expiration_time")
|
|
730
730
|
|
|
@@ -17,6 +17,7 @@ from .get_virtual_physical_connections import *
|
|
|
17
17
|
from .grant_rule_to_cen import *
|
|
18
18
|
from .physical_connection import *
|
|
19
19
|
from .router_express_connect_router import *
|
|
20
|
+
from .router_grant_association import *
|
|
20
21
|
from .router_interface import *
|
|
21
22
|
from .router_tr_association import *
|
|
22
23
|
from .router_vbr_child_instance import *
|