pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_alicloud/actiontrail/outputs.py +4 -0
- pulumi_alicloud/adb/db_cluster.py +14 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
- pulumi_alicloud/alb/_inputs.py +34 -0
- pulumi_alicloud/alb/get_acls.py +2 -2
- pulumi_alicloud/alb/get_security_policies.py +4 -4
- pulumi_alicloud/alb/outputs.py +188 -10
- pulumi_alicloud/alb/rule.py +14 -0
- pulumi_alicloud/alb/server_group.py +21 -0
- pulumi_alicloud/amqp/get_instances.py +2 -2
- pulumi_alicloud/apigateway/get_log_configs.py +2 -2
- pulumi_alicloud/apigateway/get_plugins.py +6 -6
- pulumi_alicloud/arms/outputs.py +20 -0
- pulumi_alicloud/bastionhost/get_users.py +4 -4
- pulumi_alicloud/bastionhost/host.py +28 -7
- pulumi_alicloud/bastionhost/instance.py +14 -0
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
- pulumi_alicloud/cddc/outputs.py +0 -6
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
- pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
- pulumi_alicloud/cen/outputs.py +6 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
- pulumi_alicloud/cfg/aggregator.py +14 -0
- pulumi_alicloud/clickhouse/outputs.py +34 -4
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
- pulumi_alicloud/cloudfirewall/instance.py +28 -0
- pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
- pulumi_alicloud/cloudsso/get_groups.py +2 -2
- pulumi_alicloud/cloudsso/outputs.py +104 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
- pulumi_alicloud/cms/_inputs.py +16 -0
- pulumi_alicloud/cms/get_event_rules.py +2 -2
- pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
- pulumi_alicloud/cms/get_monitor_groups.py +2 -4
- pulumi_alicloud/cms/outputs.py +216 -0
- pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
- pulumi_alicloud/cr/get_chart_repositories.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
- pulumi_alicloud/cr/outputs.py +4 -0
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
- pulumi_alicloud/cs/_inputs.py +244 -16
- pulumi_alicloud/cs/edge_kubernetes.py +29 -15
- pulumi_alicloud/cs/kubernetes.py +54 -7
- pulumi_alicloud/cs/managed_kubernetes.py +34 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +266 -16
- pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
- pulumi_alicloud/databasefilesystem/outputs.py +6 -0
- pulumi_alicloud/dbs/get_backup_plans.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
- pulumi_alicloud/dcdn/outputs.py +10 -0
- pulumi_alicloud/ddos/domain_resource.py +21 -0
- pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
- pulumi_alicloud/dfs/outputs.py +10 -0
- pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
- pulumi_alicloud/directmail/get_receivers.py +2 -2
- pulumi_alicloud/dns/_inputs.py +16 -0
- pulumi_alicloud/dns/get_access_strategies.py +6 -2
- pulumi_alicloud/dns/outputs.py +68 -2
- pulumi_alicloud/dns/record.py +4 -0
- pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
- pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
- pulumi_alicloud/dts/instance.py +21 -0
- pulumi_alicloud/eais/get_instances.py +2 -2
- pulumi_alicloud/ebs/outputs.py +6 -0
- pulumi_alicloud/eci/get_container_groups.py +6 -8
- pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
- pulumi_alicloud/eci/outputs.py +26 -26
- pulumi_alicloud/ecs/_inputs.py +63 -1
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip.py +68 -0
- pulumi_alicloud/ecs/eip_address.py +199 -7
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
- pulumi_alicloud/ecs/get_commands.py +4 -4
- pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
- pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
- pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
- pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
- pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
- pulumi_alicloud/ecs/get_images.py +20 -4
- pulumi_alicloud/ecs/instance.py +222 -126
- pulumi_alicloud/ecs/outputs.py +217 -93
- pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
- pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
- pulumi_alicloud/eds/get_desktop_types.py +4 -4
- pulumi_alicloud/eds/get_desktops.py +2 -4
- pulumi_alicloud/eds/get_images.py +2 -2
- pulumi_alicloud/eds/get_ram_directories.py +2 -2
- pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
- pulumi_alicloud/eds/get_users.py +2 -2
- pulumi_alicloud/eds/outputs.py +58 -4
- pulumi_alicloud/ehpc/cluster.py +70 -0
- pulumi_alicloud/ehpc/outputs.py +112 -2
- pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
- pulumi_alicloud/emr/get_clusters.py +8 -8
- pulumi_alicloud/emr/outputs.py +18 -32
- pulumi_alicloud/emrv2/get_clusters.py +4 -4
- pulumi_alicloud/ess/_inputs.py +2 -2
- pulumi_alicloud/ess/outputs.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +7 -7
- pulumi_alicloud/eventbridge/_inputs.py +4 -0
- pulumi_alicloud/eventbridge/get_rules.py +2 -2
- pulumi_alicloud/eventbridge/outputs.py +4 -0
- pulumi_alicloud/expressconnect/get_access_points.py +2 -2
- pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
- pulumi_alicloud/fnf/get_executions.py +2 -2
- pulumi_alicloud/ga/_inputs.py +12 -0
- pulumi_alicloud/ga/accelerator.py +49 -0
- pulumi_alicloud/ga/bandwidth_package.py +21 -0
- pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
- pulumi_alicloud/ga/endpoint_group.py +28 -0
- pulumi_alicloud/ga/get_accelerators.py +4 -0
- pulumi_alicloud/ga/get_acls.py +2 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
- pulumi_alicloud/ga/get_ip_sets.py +2 -2
- pulumi_alicloud/ga/get_listeners.py +2 -2
- pulumi_alicloud/ga/listener.py +28 -0
- pulumi_alicloud/ga/outputs.py +14 -2
- pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
- pulumi_alicloud/gpdb/get_instances.py +2 -4
- pulumi_alicloud/graphdatabase/outputs.py +14 -0
- pulumi_alicloud/hbr/_inputs.py +2 -0
- pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
- pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
- pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
- pulumi_alicloud/hbr/get_hana_instances.py +12 -4
- pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
- pulumi_alicloud/hbr/get_snapshots.py +14 -14
- pulumi_alicloud/hbr/get_vaults.py +4 -0
- pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
- pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
- pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
- pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/hbr/server_backup_plan.py +7 -0
- pulumi_alicloud/hbr/vault.py +14 -0
- pulumi_alicloud/imp/get_app_templates.py +2 -2
- pulumi_alicloud/kms/instance.py +218 -128
- pulumi_alicloud/kms/key.py +133 -21
- pulumi_alicloud/kms/secret.py +28 -0
- pulumi_alicloud/kvstore/account.py +21 -7
- pulumi_alicloud/kvstore/get_accounts.py +2 -2
- pulumi_alicloud/kvstore/instance.py +14 -0
- pulumi_alicloud/lindorm/get_instances.py +2 -2
- pulumi_alicloud/log/_inputs.py +28 -6
- pulumi_alicloud/log/get_projects.py +2 -2
- pulumi_alicloud/log/outputs.py +28 -6
- pulumi_alicloud/message/service_queue.py +100 -82
- pulumi_alicloud/message/service_subscription.py +14 -0
- pulumi_alicloud/mongodb/get_accounts.py +4 -4
- pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
- pulumi_alicloud/mongodb/instance.py +56 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/mongodb/sharding_instance.py +21 -0
- pulumi_alicloud/mse/cluster.py +28 -0
- pulumi_alicloud/mse/outputs.py +34 -0
- pulumi_alicloud/nas/access_rule.py +38 -18
- pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
- pulumi_alicloud/nas/data_flow.py +14 -0
- pulumi_alicloud/nas/file_system.py +14 -0
- pulumi_alicloud/nas/get_data_flows.py +2 -2
- pulumi_alicloud/nas/get_file_systems.py +4 -0
- pulumi_alicloud/nas/get_filesets.py +2 -2
- pulumi_alicloud/nas/get_snapshots.py +2 -2
- pulumi_alicloud/nas/outputs.py +4 -0
- pulumi_alicloud/nlb/get_load_balancers.py +10 -12
- pulumi_alicloud/nlb/get_security_policies.py +2 -4
- pulumi_alicloud/nlb/get_server_groups.py +4 -6
- pulumi_alicloud/nlb/load_balancer.py +14 -0
- pulumi_alicloud/nlb/server_group.py +56 -7
- pulumi_alicloud/ocean/get_base_instances.py +4 -4
- pulumi_alicloud/oos/get_parameters.py +6 -6
- pulumi_alicloud/oos/get_patch_baselines.py +4 -4
- pulumi_alicloud/oos/get_secret_parameters.py +4 -4
- pulumi_alicloud/oos/parameter.py +28 -0
- pulumi_alicloud/oos/secret_parameter.py +28 -0
- pulumi_alicloud/ots/instance.py +91 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
- pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
- pulumi_alicloud/quotas/_inputs.py +0 -10
- pulumi_alicloud/quotas/outputs.py +10 -10
- pulumi_alicloud/rds/get_accounts.py +2 -2
- pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
- pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
- pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
- pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
- pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
- pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
- pulumi_alicloud/ros/get_change_sets.py +2 -2
- pulumi_alicloud/ros/get_stack_groups.py +2 -2
- pulumi_alicloud/ros/get_stack_instances.py +12 -2
- pulumi_alicloud/ros/get_stacks.py +4 -4
- pulumi_alicloud/ros/get_templates.py +4 -4
- pulumi_alicloud/ros/outputs.py +68 -2
- pulumi_alicloud/ros/stack_instance.py +52 -4
- pulumi_alicloud/sae/get_config_maps.py +2 -2
- pulumi_alicloud/sae/get_ingresses.py +2 -2
- pulumi_alicloud/sae/outputs.py +274 -0
- pulumi_alicloud/scdn/get_domains.py +2 -2
- pulumi_alicloud/sddp/get_data_limits.py +4 -4
- pulumi_alicloud/sddp/get_rules.py +10 -10
- pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
- pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
- pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
- pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
- pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
- pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
- pulumi_alicloud/tsdb/get_instances.py +2 -2
- pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
- pulumi_alicloud/vod/domain.py +14 -0
- pulumi_alicloud/vod/get_domains.py +4 -0
- pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
- pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
- pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
- pulumi_alicloud/vpc/get_havips.py +2 -2
- pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
- pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
- pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
- pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
- pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
- pulumi_alicloud/vpc/get_nat_ips.py +6 -6
- pulumi_alicloud/vpc/get_network_acls.py +4 -4
- pulumi_alicloud/vpc/get_peer_connections.py +2 -2
- pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
- pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
- pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
- pulumi_alicloud/vpc/ha_vip.py +8 -0
- pulumi_alicloud/vpc/nat_gateway.py +14 -0
- pulumi_alicloud/vpc/outputs.py +14 -14
- pulumi_alicloud/vpc/route_entry.py +70 -0
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
- pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
|
@@ -23,13 +23,13 @@ class ServiceQueueArgs:
|
|
|
23
23
|
visibility_timeout: Optional[pulumi.Input[int]] = None):
|
|
24
24
|
"""
|
|
25
25
|
The set of arguments for constructing a ServiceQueue resource.
|
|
26
|
-
:param pulumi.Input[str] queue_name:
|
|
27
|
-
:param pulumi.Input[int] delay_seconds:
|
|
28
|
-
:param pulumi.Input[bool] logging_enabled:
|
|
29
|
-
:param pulumi.Input[int] maximum_message_size:
|
|
30
|
-
:param pulumi.Input[int] message_retention_period:
|
|
31
|
-
:param pulumi.Input[int] polling_wait_seconds: The
|
|
32
|
-
:param pulumi.Input[int] visibility_timeout:
|
|
26
|
+
:param pulumi.Input[str] queue_name: Representative resources.
|
|
27
|
+
:param pulumi.Input[int] delay_seconds: This means that messages sent to the queue can only be consumed after the delay time set by this parameter, in seconds.
|
|
28
|
+
:param pulumi.Input[bool] logging_enabled: Represents whether the log management function is enabled.
|
|
29
|
+
:param pulumi.Input[int] maximum_message_size: Represents the maximum length of the message body sent to the Queue, in Byte.
|
|
30
|
+
:param pulumi.Input[int] message_retention_period: Represents the longest life time of the message in the Queue.
|
|
31
|
+
:param pulumi.Input[int] polling_wait_seconds: The longest waiting time for a Queue request when the number of messages is empty, in seconds.
|
|
32
|
+
:param pulumi.Input[int] visibility_timeout: Represents the duration after the message is removed from the Queue and changed from the Active state to the Inactive state.
|
|
33
33
|
"""
|
|
34
34
|
pulumi.set(__self__, "queue_name", queue_name)
|
|
35
35
|
if delay_seconds is not None:
|
|
@@ -49,7 +49,7 @@ class ServiceQueueArgs:
|
|
|
49
49
|
@pulumi.getter(name="queueName")
|
|
50
50
|
def queue_name(self) -> pulumi.Input[str]:
|
|
51
51
|
"""
|
|
52
|
-
|
|
52
|
+
Representative resources.
|
|
53
53
|
"""
|
|
54
54
|
return pulumi.get(self, "queue_name")
|
|
55
55
|
|
|
@@ -61,7 +61,7 @@ class ServiceQueueArgs:
|
|
|
61
61
|
@pulumi.getter(name="delaySeconds")
|
|
62
62
|
def delay_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
63
63
|
"""
|
|
64
|
-
|
|
64
|
+
This means that messages sent to the queue can only be consumed after the delay time set by this parameter, in seconds.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "delay_seconds")
|
|
67
67
|
|
|
@@ -73,7 +73,7 @@ class ServiceQueueArgs:
|
|
|
73
73
|
@pulumi.getter(name="loggingEnabled")
|
|
74
74
|
def logging_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
75
75
|
"""
|
|
76
|
-
|
|
76
|
+
Represents whether the log management function is enabled.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "logging_enabled")
|
|
79
79
|
|
|
@@ -85,7 +85,7 @@ class ServiceQueueArgs:
|
|
|
85
85
|
@pulumi.getter(name="maximumMessageSize")
|
|
86
86
|
def maximum_message_size(self) -> Optional[pulumi.Input[int]]:
|
|
87
87
|
"""
|
|
88
|
-
|
|
88
|
+
Represents the maximum length of the message body sent to the Queue, in Byte.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "maximum_message_size")
|
|
91
91
|
|
|
@@ -97,7 +97,7 @@ class ServiceQueueArgs:
|
|
|
97
97
|
@pulumi.getter(name="messageRetentionPeriod")
|
|
98
98
|
def message_retention_period(self) -> Optional[pulumi.Input[int]]:
|
|
99
99
|
"""
|
|
100
|
-
|
|
100
|
+
Represents the longest life time of the message in the Queue.
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "message_retention_period")
|
|
103
103
|
|
|
@@ -109,7 +109,7 @@ class ServiceQueueArgs:
|
|
|
109
109
|
@pulumi.getter(name="pollingWaitSeconds")
|
|
110
110
|
def polling_wait_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
111
111
|
"""
|
|
112
|
-
The
|
|
112
|
+
The longest waiting time for a Queue request when the number of messages is empty, in seconds.
|
|
113
113
|
"""
|
|
114
114
|
return pulumi.get(self, "polling_wait_seconds")
|
|
115
115
|
|
|
@@ -121,7 +121,7 @@ class ServiceQueueArgs:
|
|
|
121
121
|
@pulumi.getter(name="visibilityTimeout")
|
|
122
122
|
def visibility_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
123
123
|
"""
|
|
124
|
-
|
|
124
|
+
Represents the duration after the message is removed from the Queue and changed from the Active state to the Inactive state.
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "visibility_timeout")
|
|
127
127
|
|
|
@@ -133,6 +133,7 @@ class ServiceQueueArgs:
|
|
|
133
133
|
@pulumi.input_type
|
|
134
134
|
class _ServiceQueueState:
|
|
135
135
|
def __init__(__self__, *,
|
|
136
|
+
create_time: Optional[pulumi.Input[int]] = None,
|
|
136
137
|
delay_seconds: Optional[pulumi.Input[int]] = None,
|
|
137
138
|
logging_enabled: Optional[pulumi.Input[bool]] = None,
|
|
138
139
|
maximum_message_size: Optional[pulumi.Input[int]] = None,
|
|
@@ -142,14 +143,17 @@ class _ServiceQueueState:
|
|
|
142
143
|
visibility_timeout: Optional[pulumi.Input[int]] = None):
|
|
143
144
|
"""
|
|
144
145
|
Input properties used for looking up and filtering ServiceQueue resources.
|
|
145
|
-
:param pulumi.Input[int]
|
|
146
|
-
:param pulumi.Input[
|
|
147
|
-
:param pulumi.Input[
|
|
148
|
-
:param pulumi.Input[int]
|
|
149
|
-
:param pulumi.Input[int]
|
|
150
|
-
:param pulumi.Input[
|
|
151
|
-
:param pulumi.Input[
|
|
152
|
-
|
|
146
|
+
:param pulumi.Input[int] create_time: Represents the time when the Queue was created.
|
|
147
|
+
:param pulumi.Input[int] delay_seconds: This means that messages sent to the queue can only be consumed after the delay time set by this parameter, in seconds.
|
|
148
|
+
:param pulumi.Input[bool] logging_enabled: Represents whether the log management function is enabled.
|
|
149
|
+
:param pulumi.Input[int] maximum_message_size: Represents the maximum length of the message body sent to the Queue, in Byte.
|
|
150
|
+
:param pulumi.Input[int] message_retention_period: Represents the longest life time of the message in the Queue.
|
|
151
|
+
:param pulumi.Input[int] polling_wait_seconds: The longest waiting time for a Queue request when the number of messages is empty, in seconds.
|
|
152
|
+
:param pulumi.Input[str] queue_name: Representative resources.
|
|
153
|
+
:param pulumi.Input[int] visibility_timeout: Represents the duration after the message is removed from the Queue and changed from the Active state to the Inactive state.
|
|
154
|
+
"""
|
|
155
|
+
if create_time is not None:
|
|
156
|
+
pulumi.set(__self__, "create_time", create_time)
|
|
153
157
|
if delay_seconds is not None:
|
|
154
158
|
pulumi.set(__self__, "delay_seconds", delay_seconds)
|
|
155
159
|
if logging_enabled is not None:
|
|
@@ -165,11 +169,23 @@ class _ServiceQueueState:
|
|
|
165
169
|
if visibility_timeout is not None:
|
|
166
170
|
pulumi.set(__self__, "visibility_timeout", visibility_timeout)
|
|
167
171
|
|
|
172
|
+
@property
|
|
173
|
+
@pulumi.getter(name="createTime")
|
|
174
|
+
def create_time(self) -> Optional[pulumi.Input[int]]:
|
|
175
|
+
"""
|
|
176
|
+
Represents the time when the Queue was created.
|
|
177
|
+
"""
|
|
178
|
+
return pulumi.get(self, "create_time")
|
|
179
|
+
|
|
180
|
+
@create_time.setter
|
|
181
|
+
def create_time(self, value: Optional[pulumi.Input[int]]):
|
|
182
|
+
pulumi.set(self, "create_time", value)
|
|
183
|
+
|
|
168
184
|
@property
|
|
169
185
|
@pulumi.getter(name="delaySeconds")
|
|
170
186
|
def delay_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
171
187
|
"""
|
|
172
|
-
|
|
188
|
+
This means that messages sent to the queue can only be consumed after the delay time set by this parameter, in seconds.
|
|
173
189
|
"""
|
|
174
190
|
return pulumi.get(self, "delay_seconds")
|
|
175
191
|
|
|
@@ -181,7 +197,7 @@ class _ServiceQueueState:
|
|
|
181
197
|
@pulumi.getter(name="loggingEnabled")
|
|
182
198
|
def logging_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
183
199
|
"""
|
|
184
|
-
|
|
200
|
+
Represents whether the log management function is enabled.
|
|
185
201
|
"""
|
|
186
202
|
return pulumi.get(self, "logging_enabled")
|
|
187
203
|
|
|
@@ -193,7 +209,7 @@ class _ServiceQueueState:
|
|
|
193
209
|
@pulumi.getter(name="maximumMessageSize")
|
|
194
210
|
def maximum_message_size(self) -> Optional[pulumi.Input[int]]:
|
|
195
211
|
"""
|
|
196
|
-
|
|
212
|
+
Represents the maximum length of the message body sent to the Queue, in Byte.
|
|
197
213
|
"""
|
|
198
214
|
return pulumi.get(self, "maximum_message_size")
|
|
199
215
|
|
|
@@ -205,7 +221,7 @@ class _ServiceQueueState:
|
|
|
205
221
|
@pulumi.getter(name="messageRetentionPeriod")
|
|
206
222
|
def message_retention_period(self) -> Optional[pulumi.Input[int]]:
|
|
207
223
|
"""
|
|
208
|
-
|
|
224
|
+
Represents the longest life time of the message in the Queue.
|
|
209
225
|
"""
|
|
210
226
|
return pulumi.get(self, "message_retention_period")
|
|
211
227
|
|
|
@@ -217,7 +233,7 @@ class _ServiceQueueState:
|
|
|
217
233
|
@pulumi.getter(name="pollingWaitSeconds")
|
|
218
234
|
def polling_wait_seconds(self) -> Optional[pulumi.Input[int]]:
|
|
219
235
|
"""
|
|
220
|
-
The
|
|
236
|
+
The longest waiting time for a Queue request when the number of messages is empty, in seconds.
|
|
221
237
|
"""
|
|
222
238
|
return pulumi.get(self, "polling_wait_seconds")
|
|
223
239
|
|
|
@@ -229,7 +245,7 @@ class _ServiceQueueState:
|
|
|
229
245
|
@pulumi.getter(name="queueName")
|
|
230
246
|
def queue_name(self) -> Optional[pulumi.Input[str]]:
|
|
231
247
|
"""
|
|
232
|
-
|
|
248
|
+
Representative resources.
|
|
233
249
|
"""
|
|
234
250
|
return pulumi.get(self, "queue_name")
|
|
235
251
|
|
|
@@ -241,7 +257,7 @@ class _ServiceQueueState:
|
|
|
241
257
|
@pulumi.getter(name="visibilityTimeout")
|
|
242
258
|
def visibility_timeout(self) -> Optional[pulumi.Input[int]]:
|
|
243
259
|
"""
|
|
244
|
-
|
|
260
|
+
Represents the duration after the message is removed from the Queue and changed from the Active state to the Inactive state.
|
|
245
261
|
"""
|
|
246
262
|
return pulumi.get(self, "visibility_timeout")
|
|
247
263
|
|
|
@@ -264,9 +280,9 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
264
280
|
visibility_timeout: Optional[pulumi.Input[int]] = None,
|
|
265
281
|
__props__=None):
|
|
266
282
|
"""
|
|
267
|
-
Provides a Message
|
|
283
|
+
Provides a Message Service Queue resource.
|
|
268
284
|
|
|
269
|
-
For information about Message
|
|
285
|
+
For information about Message Service Queue and how to use it, see [What is Queue](https://www.alibabacloud.com/help/en/message-service/latest/createqueue).
|
|
270
286
|
|
|
271
287
|
> **NOTE:** Available since v1.188.0.
|
|
272
288
|
|
|
@@ -277,42 +293,37 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
277
293
|
```python
|
|
278
294
|
import pulumi
|
|
279
295
|
import pulumi_alicloud as alicloud
|
|
280
|
-
import pulumi_random as random
|
|
281
296
|
|
|
282
297
|
config = pulumi.Config()
|
|
283
298
|
name = config.get("name")
|
|
284
299
|
if name is None:
|
|
285
|
-
name = "
|
|
286
|
-
default =
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
delay_seconds=60478,
|
|
292
|
-
maximum_message_size=12357,
|
|
293
|
-
message_retention_period=256000,
|
|
300
|
+
name = "terraform-example"
|
|
301
|
+
default = alicloud.message.ServiceQueue("default",
|
|
302
|
+
delay_seconds=2,
|
|
303
|
+
polling_wait_seconds=2,
|
|
304
|
+
message_retention_period=566,
|
|
305
|
+
maximum_message_size=1123,
|
|
294
306
|
visibility_timeout=30,
|
|
295
|
-
|
|
296
|
-
logging_enabled=True)
|
|
307
|
+
queue_name=name)
|
|
297
308
|
```
|
|
298
309
|
|
|
299
310
|
## Import
|
|
300
311
|
|
|
301
|
-
Message
|
|
312
|
+
Message Service Queue can be imported using the id, e.g.
|
|
302
313
|
|
|
303
314
|
```sh
|
|
304
|
-
$ pulumi import alicloud:message/serviceQueue:ServiceQueue example <
|
|
315
|
+
$ pulumi import alicloud:message/serviceQueue:ServiceQueue example <id>
|
|
305
316
|
```
|
|
306
317
|
|
|
307
318
|
:param str resource_name: The name of the resource.
|
|
308
319
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
309
|
-
:param pulumi.Input[int] delay_seconds:
|
|
310
|
-
:param pulumi.Input[bool] logging_enabled:
|
|
311
|
-
:param pulumi.Input[int] maximum_message_size:
|
|
312
|
-
:param pulumi.Input[int] message_retention_period:
|
|
313
|
-
:param pulumi.Input[int] polling_wait_seconds: The
|
|
314
|
-
:param pulumi.Input[str] queue_name:
|
|
315
|
-
:param pulumi.Input[int] visibility_timeout:
|
|
320
|
+
:param pulumi.Input[int] delay_seconds: This means that messages sent to the queue can only be consumed after the delay time set by this parameter, in seconds.
|
|
321
|
+
:param pulumi.Input[bool] logging_enabled: Represents whether the log management function is enabled.
|
|
322
|
+
:param pulumi.Input[int] maximum_message_size: Represents the maximum length of the message body sent to the Queue, in Byte.
|
|
323
|
+
:param pulumi.Input[int] message_retention_period: Represents the longest life time of the message in the Queue.
|
|
324
|
+
:param pulumi.Input[int] polling_wait_seconds: The longest waiting time for a Queue request when the number of messages is empty, in seconds.
|
|
325
|
+
:param pulumi.Input[str] queue_name: Representative resources.
|
|
326
|
+
:param pulumi.Input[int] visibility_timeout: Represents the duration after the message is removed from the Queue and changed from the Active state to the Inactive state.
|
|
316
327
|
"""
|
|
317
328
|
...
|
|
318
329
|
@overload
|
|
@@ -321,9 +332,9 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
321
332
|
args: ServiceQueueArgs,
|
|
322
333
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
323
334
|
"""
|
|
324
|
-
Provides a Message
|
|
335
|
+
Provides a Message Service Queue resource.
|
|
325
336
|
|
|
326
|
-
For information about Message
|
|
337
|
+
For information about Message Service Queue and how to use it, see [What is Queue](https://www.alibabacloud.com/help/en/message-service/latest/createqueue).
|
|
327
338
|
|
|
328
339
|
> **NOTE:** Available since v1.188.0.
|
|
329
340
|
|
|
@@ -334,31 +345,26 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
334
345
|
```python
|
|
335
346
|
import pulumi
|
|
336
347
|
import pulumi_alicloud as alicloud
|
|
337
|
-
import pulumi_random as random
|
|
338
348
|
|
|
339
349
|
config = pulumi.Config()
|
|
340
350
|
name = config.get("name")
|
|
341
351
|
if name is None:
|
|
342
|
-
name = "
|
|
343
|
-
default =
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
delay_seconds=60478,
|
|
349
|
-
maximum_message_size=12357,
|
|
350
|
-
message_retention_period=256000,
|
|
352
|
+
name = "terraform-example"
|
|
353
|
+
default = alicloud.message.ServiceQueue("default",
|
|
354
|
+
delay_seconds=2,
|
|
355
|
+
polling_wait_seconds=2,
|
|
356
|
+
message_retention_period=566,
|
|
357
|
+
maximum_message_size=1123,
|
|
351
358
|
visibility_timeout=30,
|
|
352
|
-
|
|
353
|
-
logging_enabled=True)
|
|
359
|
+
queue_name=name)
|
|
354
360
|
```
|
|
355
361
|
|
|
356
362
|
## Import
|
|
357
363
|
|
|
358
|
-
Message
|
|
364
|
+
Message Service Queue can be imported using the id, e.g.
|
|
359
365
|
|
|
360
366
|
```sh
|
|
361
|
-
$ pulumi import alicloud:message/serviceQueue:ServiceQueue example <
|
|
367
|
+
$ pulumi import alicloud:message/serviceQueue:ServiceQueue example <id>
|
|
362
368
|
```
|
|
363
369
|
|
|
364
370
|
:param str resource_name: The name of the resource.
|
|
@@ -401,6 +407,7 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
401
407
|
raise TypeError("Missing required property 'queue_name'")
|
|
402
408
|
__props__.__dict__["queue_name"] = queue_name
|
|
403
409
|
__props__.__dict__["visibility_timeout"] = visibility_timeout
|
|
410
|
+
__props__.__dict__["create_time"] = None
|
|
404
411
|
super(ServiceQueue, __self__).__init__(
|
|
405
412
|
'alicloud:message/serviceQueue:ServiceQueue',
|
|
406
413
|
resource_name,
|
|
@@ -411,6 +418,7 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
411
418
|
def get(resource_name: str,
|
|
412
419
|
id: pulumi.Input[str],
|
|
413
420
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
421
|
+
create_time: Optional[pulumi.Input[int]] = None,
|
|
414
422
|
delay_seconds: Optional[pulumi.Input[int]] = None,
|
|
415
423
|
logging_enabled: Optional[pulumi.Input[bool]] = None,
|
|
416
424
|
maximum_message_size: Optional[pulumi.Input[int]] = None,
|
|
@@ -425,18 +433,20 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
425
433
|
:param str resource_name: The unique name of the resulting resource.
|
|
426
434
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
427
435
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
428
|
-
:param pulumi.Input[int]
|
|
429
|
-
:param pulumi.Input[
|
|
430
|
-
:param pulumi.Input[
|
|
431
|
-
:param pulumi.Input[int]
|
|
432
|
-
:param pulumi.Input[int]
|
|
433
|
-
:param pulumi.Input[
|
|
434
|
-
:param pulumi.Input[
|
|
436
|
+
:param pulumi.Input[int] create_time: Represents the time when the Queue was created.
|
|
437
|
+
:param pulumi.Input[int] delay_seconds: This means that messages sent to the queue can only be consumed after the delay time set by this parameter, in seconds.
|
|
438
|
+
:param pulumi.Input[bool] logging_enabled: Represents whether the log management function is enabled.
|
|
439
|
+
:param pulumi.Input[int] maximum_message_size: Represents the maximum length of the message body sent to the Queue, in Byte.
|
|
440
|
+
:param pulumi.Input[int] message_retention_period: Represents the longest life time of the message in the Queue.
|
|
441
|
+
:param pulumi.Input[int] polling_wait_seconds: The longest waiting time for a Queue request when the number of messages is empty, in seconds.
|
|
442
|
+
:param pulumi.Input[str] queue_name: Representative resources.
|
|
443
|
+
:param pulumi.Input[int] visibility_timeout: Represents the duration after the message is removed from the Queue and changed from the Active state to the Inactive state.
|
|
435
444
|
"""
|
|
436
445
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
437
446
|
|
|
438
447
|
__props__ = _ServiceQueueState.__new__(_ServiceQueueState)
|
|
439
448
|
|
|
449
|
+
__props__.__dict__["create_time"] = create_time
|
|
440
450
|
__props__.__dict__["delay_seconds"] = delay_seconds
|
|
441
451
|
__props__.__dict__["logging_enabled"] = logging_enabled
|
|
442
452
|
__props__.__dict__["maximum_message_size"] = maximum_message_size
|
|
@@ -446,11 +456,19 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
446
456
|
__props__.__dict__["visibility_timeout"] = visibility_timeout
|
|
447
457
|
return ServiceQueue(resource_name, opts=opts, __props__=__props__)
|
|
448
458
|
|
|
459
|
+
@property
|
|
460
|
+
@pulumi.getter(name="createTime")
|
|
461
|
+
def create_time(self) -> pulumi.Output[int]:
|
|
462
|
+
"""
|
|
463
|
+
Represents the time when the Queue was created.
|
|
464
|
+
"""
|
|
465
|
+
return pulumi.get(self, "create_time")
|
|
466
|
+
|
|
449
467
|
@property
|
|
450
468
|
@pulumi.getter(name="delaySeconds")
|
|
451
469
|
def delay_seconds(self) -> pulumi.Output[int]:
|
|
452
470
|
"""
|
|
453
|
-
|
|
471
|
+
This means that messages sent to the queue can only be consumed after the delay time set by this parameter, in seconds.
|
|
454
472
|
"""
|
|
455
473
|
return pulumi.get(self, "delay_seconds")
|
|
456
474
|
|
|
@@ -458,7 +476,7 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
458
476
|
@pulumi.getter(name="loggingEnabled")
|
|
459
477
|
def logging_enabled(self) -> pulumi.Output[Optional[bool]]:
|
|
460
478
|
"""
|
|
461
|
-
|
|
479
|
+
Represents whether the log management function is enabled.
|
|
462
480
|
"""
|
|
463
481
|
return pulumi.get(self, "logging_enabled")
|
|
464
482
|
|
|
@@ -466,7 +484,7 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
466
484
|
@pulumi.getter(name="maximumMessageSize")
|
|
467
485
|
def maximum_message_size(self) -> pulumi.Output[int]:
|
|
468
486
|
"""
|
|
469
|
-
|
|
487
|
+
Represents the maximum length of the message body sent to the Queue, in Byte.
|
|
470
488
|
"""
|
|
471
489
|
return pulumi.get(self, "maximum_message_size")
|
|
472
490
|
|
|
@@ -474,7 +492,7 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
474
492
|
@pulumi.getter(name="messageRetentionPeriod")
|
|
475
493
|
def message_retention_period(self) -> pulumi.Output[int]:
|
|
476
494
|
"""
|
|
477
|
-
|
|
495
|
+
Represents the longest life time of the message in the Queue.
|
|
478
496
|
"""
|
|
479
497
|
return pulumi.get(self, "message_retention_period")
|
|
480
498
|
|
|
@@ -482,7 +500,7 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
482
500
|
@pulumi.getter(name="pollingWaitSeconds")
|
|
483
501
|
def polling_wait_seconds(self) -> pulumi.Output[int]:
|
|
484
502
|
"""
|
|
485
|
-
The
|
|
503
|
+
The longest waiting time for a Queue request when the number of messages is empty, in seconds.
|
|
486
504
|
"""
|
|
487
505
|
return pulumi.get(self, "polling_wait_seconds")
|
|
488
506
|
|
|
@@ -490,7 +508,7 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
490
508
|
@pulumi.getter(name="queueName")
|
|
491
509
|
def queue_name(self) -> pulumi.Output[str]:
|
|
492
510
|
"""
|
|
493
|
-
|
|
511
|
+
Representative resources.
|
|
494
512
|
"""
|
|
495
513
|
return pulumi.get(self, "queue_name")
|
|
496
514
|
|
|
@@ -498,7 +516,7 @@ class ServiceQueue(pulumi.CustomResource):
|
|
|
498
516
|
@pulumi.getter(name="visibilityTimeout")
|
|
499
517
|
def visibility_timeout(self) -> pulumi.Output[int]:
|
|
500
518
|
"""
|
|
501
|
-
|
|
519
|
+
Represents the duration after the message is removed from the Queue and changed from the Active state to the Inactive state.
|
|
502
520
|
"""
|
|
503
521
|
return pulumi.get(self, "visibility_timeout")
|
|
504
522
|
|
|
@@ -33,6 +33,8 @@ class ServiceSubscriptionArgs:
|
|
|
33
33
|
:param pulumi.Input[str] filter_tag: The tag that is used to filter messages. Only the messages that have the same tag can be pushed. A tag is a string that can be up to 16 characters in length. By default, no tag is specified to filter messages.
|
|
34
34
|
:param pulumi.Input[str] notify_content_format: The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users. Valid values: `XML`, `JSON` and `SIMPLIFIED`. Default value: `XML`.
|
|
35
35
|
:param pulumi.Input[str] notify_strategy: The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
36
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
37
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
36
38
|
"""
|
|
37
39
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
38
40
|
pulumi.set(__self__, "push_type", push_type)
|
|
@@ -125,6 +127,8 @@ class ServiceSubscriptionArgs:
|
|
|
125
127
|
def notify_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
126
128
|
"""
|
|
127
129
|
The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
130
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
131
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
128
132
|
"""
|
|
129
133
|
return pulumi.get(self, "notify_strategy")
|
|
130
134
|
|
|
@@ -152,6 +156,8 @@ class _ServiceSubscriptionState:
|
|
|
152
156
|
:param pulumi.Input[str] filter_tag: The tag that is used to filter messages. Only the messages that have the same tag can be pushed. A tag is a string that can be up to 16 characters in length. By default, no tag is specified to filter messages.
|
|
153
157
|
:param pulumi.Input[str] notify_content_format: The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users. Valid values: `XML`, `JSON` and `SIMPLIFIED`. Default value: `XML`.
|
|
154
158
|
:param pulumi.Input[str] notify_strategy: The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
159
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
160
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
155
161
|
:param pulumi.Input[str] push_type: The Push type of Subscription. The Valid values: `http`, `queue`, `mpush`, `alisms` and `email`.
|
|
156
162
|
:param pulumi.Input[str] subscription_name: Two topics subscription on a single account in the same topic cannot have the same name. A topic subscription name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
157
163
|
:param pulumi.Input[str] topic_name: The topic which The subscription belongs to was named with the name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
@@ -215,6 +221,8 @@ class _ServiceSubscriptionState:
|
|
|
215
221
|
def notify_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
216
222
|
"""
|
|
217
223
|
The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
224
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
225
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
218
226
|
"""
|
|
219
227
|
return pulumi.get(self, "notify_strategy")
|
|
220
228
|
|
|
@@ -322,6 +330,8 @@ class ServiceSubscription(pulumi.CustomResource):
|
|
|
322
330
|
:param pulumi.Input[str] filter_tag: The tag that is used to filter messages. Only the messages that have the same tag can be pushed. A tag is a string that can be up to 16 characters in length. By default, no tag is specified to filter messages.
|
|
323
331
|
:param pulumi.Input[str] notify_content_format: The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users. Valid values: `XML`, `JSON` and `SIMPLIFIED`. Default value: `XML`.
|
|
324
332
|
:param pulumi.Input[str] notify_strategy: The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
333
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
334
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
325
335
|
:param pulumi.Input[str] push_type: The Push type of Subscription. The Valid values: `http`, `queue`, `mpush`, `alisms` and `email`.
|
|
326
336
|
:param pulumi.Input[str] subscription_name: Two topics subscription on a single account in the same topic cannot have the same name. A topic subscription name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
327
337
|
:param pulumi.Input[str] topic_name: The topic which The subscription belongs to was named with the name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
@@ -450,6 +460,8 @@ class ServiceSubscription(pulumi.CustomResource):
|
|
|
450
460
|
:param pulumi.Input[str] filter_tag: The tag that is used to filter messages. Only the messages that have the same tag can be pushed. A tag is a string that can be up to 16 characters in length. By default, no tag is specified to filter messages.
|
|
451
461
|
:param pulumi.Input[str] notify_content_format: The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users. Valid values: `XML`, `JSON` and `SIMPLIFIED`. Default value: `XML`.
|
|
452
462
|
:param pulumi.Input[str] notify_strategy: The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
463
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
464
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
453
465
|
:param pulumi.Input[str] push_type: The Push type of Subscription. The Valid values: `http`, `queue`, `mpush`, `alisms` and `email`.
|
|
454
466
|
:param pulumi.Input[str] subscription_name: Two topics subscription on a single account in the same topic cannot have the same name. A topic subscription name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
455
467
|
:param pulumi.Input[str] topic_name: The topic which The subscription belongs to was named with the name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
@@ -499,6 +511,8 @@ class ServiceSubscription(pulumi.CustomResource):
|
|
|
499
511
|
def notify_strategy(self) -> pulumi.Output[str]:
|
|
500
512
|
"""
|
|
501
513
|
The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
514
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
515
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
502
516
|
"""
|
|
503
517
|
return pulumi.get(self, "notify_strategy")
|
|
504
518
|
|
|
@@ -104,8 +104,8 @@ def get_accounts(account_name: Optional[str] = None,
|
|
|
104
104
|
```
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
:param str account_name: The name of the account.
|
|
108
|
-
:param str instance_id: The
|
|
107
|
+
:param str account_name: The name of the account. Valid values: `root`.
|
|
108
|
+
:param str instance_id: The ID of the instance.
|
|
109
109
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
110
110
|
"""
|
|
111
111
|
__args__ = dict()
|
|
@@ -147,8 +147,8 @@ def get_accounts_output(account_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
|
147
147
|
```
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
:param str account_name: The name of the account.
|
|
151
|
-
:param str instance_id: The
|
|
150
|
+
:param str account_name: The name of the account. Valid values: `root`.
|
|
151
|
+
:param str instance_id: The ID of the instance.
|
|
152
152
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
153
153
|
"""
|
|
154
154
|
...
|
|
@@ -93,7 +93,7 @@ def get_audit_policies(db_instance_id: Optional[str] = None,
|
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
:param str db_instance_id: The
|
|
96
|
+
:param str db_instance_id: The id of the db instance.
|
|
97
97
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
98
98
|
"""
|
|
99
99
|
__args__ = dict()
|
|
@@ -131,7 +131,7 @@ def get_audit_policies_output(db_instance_id: Optional[pulumi.Input[str]] = None
|
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
|
|
134
|
-
:param str db_instance_id: The
|
|
134
|
+
:param str db_instance_id: The id of the db instance.
|
|
135
135
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
136
136
|
"""
|
|
137
137
|
...
|