pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.77.0a1744262757__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 +271 -4
- pulumi_alicloud/_inputs.py +20 -0
- pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
- pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/alikafka/sasl_acl.py +7 -7
- pulumi_alicloud/apigateway/_inputs.py +134 -0
- pulumi_alicloud/apigateway/group.py +117 -5
- pulumi_alicloud/apigateway/instance.py +148 -7
- pulumi_alicloud/apigateway/outputs.py +107 -0
- pulumi_alicloud/arms/alert_contact.py +2 -2
- pulumi_alicloud/arms/alert_contact_group.py +2 -2
- pulumi_alicloud/arms/get_prometheus.py +2 -6
- pulumi_alicloud/arms/grafana_workspace.py +511 -69
- pulumi_alicloud/arms/outputs.py +18 -18
- pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
- pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
- pulumi_alicloud/cdn/domain_new.py +2 -2
- pulumi_alicloud/cen/_inputs.py +6 -3
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
- pulumi_alicloud/cen/instance.py +101 -59
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
- pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
- pulumi_alicloud/cen/outputs.py +69 -26
- pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
- pulumi_alicloud/cen/transit_router.py +127 -53
- pulumi_alicloud/cen/transit_router_cidr.py +53 -35
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
- pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
- pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
- pulumi_alicloud/clickhouse/db_cluster.py +179 -6
- pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
- pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cs/__init__.py +1 -0
- pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
- pulumi_alicloud/cs/managed_kubernetes.py +127 -24
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +1782 -4
- pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
- pulumi_alicloud/dataworks/data_source.py +2 -2
- pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
- pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
- pulumi_alicloud/dataworks/di_job.py +2 -2
- pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
- pulumi_alicloud/dataworks/network.py +2 -2
- pulumi_alicloud/dataworks/project.py +2 -2
- pulumi_alicloud/dataworks/project_member.py +2 -2
- pulumi_alicloud/dbs/backup_plan.py +2 -2
- pulumi_alicloud/ddos/bgp_policy.py +2 -2
- pulumi_alicloud/eais/__init__.py +2 -0
- pulumi_alicloud/eais/_inputs.py +75 -0
- pulumi_alicloud/eais/client_instance_attachment.py +408 -0
- pulumi_alicloud/eais/instance.py +365 -118
- pulumi_alicloud/eais/outputs.py +32 -0
- pulumi_alicloud/ebs/disk_replica_group.py +512 -30
- pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
- pulumi_alicloud/ecp/instance.py +2 -2
- pulumi_alicloud/ecp/key_pair.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +33 -0
- pulumi_alicloud/ecs/disk.py +1 -1
- pulumi_alicloud/ecs/ecs_disk.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
- pulumi_alicloud/ecs/instance.py +1 -1
- pulumi_alicloud/ecs/outputs.py +26 -2
- pulumi_alicloud/eflo/__init__.py +5 -0
- pulumi_alicloud/eflo/_inputs.py +1717 -0
- pulumi_alicloud/eflo/cluster.py +935 -0
- pulumi_alicloud/eflo/invocation.py +1114 -0
- pulumi_alicloud/eflo/node.py +1013 -0
- pulumi_alicloud/eflo/node_group.py +1101 -0
- pulumi_alicloud/eflo/outputs.py +1366 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
- pulumi_alicloud/ens/image.py +81 -34
- pulumi_alicloud/esa/__init__.py +4 -0
- pulumi_alicloud/esa/_inputs.py +640 -18
- pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
- pulumi_alicloud/esa/cache_rule.py +193 -179
- pulumi_alicloud/esa/certificate.py +99 -92
- pulumi_alicloud/esa/compression_rule.py +42 -28
- pulumi_alicloud/esa/edge_container_app.py +972 -0
- pulumi_alicloud/esa/edge_container_app_record.py +376 -0
- pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
- pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
- pulumi_alicloud/esa/https_application_configuration.py +42 -28
- pulumi_alicloud/esa/https_basic_configuration.py +56 -42
- pulumi_alicloud/esa/image_transform.py +42 -28
- pulumi_alicloud/esa/kv_namespace.py +11 -11
- pulumi_alicloud/esa/list.py +28 -28
- pulumi_alicloud/esa/network_optimization.py +56 -126
- pulumi_alicloud/esa/origin_pool.py +19 -19
- pulumi_alicloud/esa/origin_rule.py +67 -39
- pulumi_alicloud/esa/outputs.py +536 -12
- pulumi_alicloud/esa/page.py +28 -49
- pulumi_alicloud/esa/rate_plan_instance.py +86 -159
- pulumi_alicloud/esa/redirect_rule.py +42 -28
- pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
- pulumi_alicloud/esa/site.py +67 -123
- pulumi_alicloud/esa/site_delivery_task.py +841 -0
- pulumi_alicloud/esa/waiting_room.py +269 -319
- pulumi_alicloud/esa/waiting_room_event.py +291 -305
- pulumi_alicloud/esa/waiting_room_rule.py +46 -53
- pulumi_alicloud/ess/_inputs.py +155 -0
- pulumi_alicloud/ess/outputs.py +128 -0
- pulumi_alicloud/ess/scaling_group.py +237 -2
- pulumi_alicloud/ess/scaling_rule.py +143 -2
- pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
- pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
- pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
- pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
- pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
- pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
- pulumi_alicloud/gpdb/streaming_job.py +2 -2
- pulumi_alicloud/ims/oidc_provider.py +24 -13
- pulumi_alicloud/kvstore/account.py +9 -9
- pulumi_alicloud/kvstore/connection.py +2 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
- pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
- pulumi_alicloud/kvstore/instance.py +7 -7
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/live/caster.py +2 -2
- pulumi_alicloud/maxcompute/__init__.py +1 -0
- pulumi_alicloud/maxcompute/_inputs.py +232 -3
- pulumi_alicloud/maxcompute/outputs.py +183 -2
- pulumi_alicloud/maxcompute/project.py +2 -2
- pulumi_alicloud/maxcompute/quota.py +438 -0
- pulumi_alicloud/nas/mount_target.py +149 -54
- pulumi_alicloud/nlb/__init__.py +1 -0
- pulumi_alicloud/nlb/_inputs.py +43 -6
- pulumi_alicloud/nlb/load_balancer.py +212 -24
- pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
- pulumi_alicloud/nlb/outputs.py +30 -4
- pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
- pulumi_alicloud/oss/__init__.py +1 -0
- pulumi_alicloud/oss/_inputs.py +20 -0
- pulumi_alicloud/oss/access_point.py +2 -2
- pulumi_alicloud/oss/bucket_cname.py +2 -2
- pulumi_alicloud/oss/bucket_cors.py +2 -2
- pulumi_alicloud/oss/bucket_style.py +402 -0
- pulumi_alicloud/oss/bucket_website.py +2 -2
- pulumi_alicloud/oss/outputs.py +14 -0
- pulumi_alicloud/pai/service.py +59 -67
- pulumi_alicloud/polardb/cluster.py +75 -28
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/__init__.py +3 -0
- pulumi_alicloud/ram/_inputs.py +9 -9
- pulumi_alicloud/ram/access_key.py +77 -31
- pulumi_alicloud/ram/account_alias.py +18 -45
- pulumi_alicloud/ram/get_system_policys.py +189 -0
- pulumi_alicloud/ram/group.py +156 -35
- pulumi_alicloud/ram/group_policy_attachment.py +51 -29
- pulumi_alicloud/ram/login_profile.py +92 -38
- pulumi_alicloud/ram/outputs.py +91 -6
- pulumi_alicloud/ram/password_policy.py +779 -0
- pulumi_alicloud/ram/policy.py +199 -88
- pulumi_alicloud/ram/role_policy_attachment.py +51 -29
- pulumi_alicloud/ram/saml_provider.py +44 -37
- pulumi_alicloud/ram/user_group_attachment.py +273 -0
- pulumi_alicloud/ram/user_policy_attachment.py +49 -27
- pulumi_alicloud/rds/__init__.py +1 -0
- pulumi_alicloud/rds/custom_disk.py +1053 -0
- pulumi_alicloud/rds/instance.py +110 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/__init__.py +1 -0
- pulumi_alicloud/resourcemanager/_inputs.py +53 -0
- pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
- pulumi_alicloud/resourcemanager/outputs.py +50 -0
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/rocketmq/__init__.py +1 -1
- pulumi_alicloud/rocketmq/_inputs.py +146 -4
- pulumi_alicloud/rocketmq/account.py +452 -0
- pulumi_alicloud/rocketmq/acl.py +473 -47
- pulumi_alicloud/rocketmq/client_user.py +8 -2
- pulumi_alicloud/rocketmq/consumer_group.py +121 -24
- pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
- pulumi_alicloud/rocketmq/outputs.py +113 -4
- pulumi_alicloud/rocketmq/qos.py +8 -2
- pulumi_alicloud/rocketmq/qos_car.py +10 -4
- pulumi_alicloud/rocketmq/qos_policy.py +6 -0
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
- pulumi_alicloud/rocketmq/snat_entry.py +8 -2
- pulumi_alicloud/sag/__init__.py +8 -0
- pulumi_alicloud/sag/acl.py +200 -0
- pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
- pulumi_alicloud/sag/client_user.py +560 -0
- pulumi_alicloud/sag/dnat_entry.py +512 -0
- pulumi_alicloud/sag/get_acls.py +2 -2
- pulumi_alicloud/sag/qos.py +202 -0
- pulumi_alicloud/sag/qos_car.py +654 -0
- pulumi_alicloud/sag/qos_policy.py +659 -0
- pulumi_alicloud/sag/snat_entry.py +313 -0
- pulumi_alicloud/securitycenter/group.py +2 -2
- pulumi_alicloud/selectdb/db_instance.py +60 -11
- pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
- pulumi_alicloud/sls/oss_export_sink.py +2 -2
- pulumi_alicloud/threatdetection/__init__.py +3 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
- pulumi_alicloud/threatdetection/asset_bind.py +209 -0
- pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
- pulumi_alicloud/threatdetection/instance.py +271 -54
- pulumi_alicloud/threatdetection/log_meta.py +351 -0
- pulumi_alicloud/vpc/__init__.py +1 -0
- pulumi_alicloud/vpc/_inputs.py +281 -0
- pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
- pulumi_alicloud/vpc/ipv6_address.py +85 -5
- pulumi_alicloud/vpc/outputs.py +232 -0
- pulumi_alicloud/vpc/peer_connection.py +84 -42
- pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
- pulumi_alicloud/vpc/route_table.py +100 -45
- pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
- pulumi_alicloud/vpn/_inputs.py +716 -71
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
- pulumi_alicloud/vpn/ipsec_server.py +2 -2
- pulumi_alicloud/vpn/outputs.py +1963 -998
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.77.0a1744262757.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,841 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
18
|
+
|
|
19
|
+
__all__ = ['SiteDeliveryTaskArgs', 'SiteDeliveryTask']
|
|
20
|
+
|
|
21
|
+
@pulumi.input_type
|
|
22
|
+
class SiteDeliveryTaskArgs:
|
|
23
|
+
def __init__(__self__, *,
|
|
24
|
+
business_type: pulumi.Input[str],
|
|
25
|
+
data_center: pulumi.Input[str],
|
|
26
|
+
delivery_type: pulumi.Input[str],
|
|
27
|
+
field_name: pulumi.Input[str],
|
|
28
|
+
site_id: pulumi.Input[int],
|
|
29
|
+
task_name: pulumi.Input[str],
|
|
30
|
+
discard_rate: Optional[pulumi.Input[float]] = None,
|
|
31
|
+
http_delivery: Optional[pulumi.Input['SiteDeliveryTaskHttpDeliveryArgs']] = None,
|
|
32
|
+
kafka_delivery: Optional[pulumi.Input['SiteDeliveryTaskKafkaDeliveryArgs']] = None,
|
|
33
|
+
oss_delivery: Optional[pulumi.Input['SiteDeliveryTaskOssDeliveryArgs']] = None,
|
|
34
|
+
s3_delivery: Optional[pulumi.Input['SiteDeliveryTaskS3DeliveryArgs']] = None,
|
|
35
|
+
sls_delivery: Optional[pulumi.Input['SiteDeliveryTaskSlsDeliveryArgs']] = None,
|
|
36
|
+
status: Optional[pulumi.Input[str]] = None):
|
|
37
|
+
"""
|
|
38
|
+
The set of arguments for constructing a SiteDeliveryTask resource.
|
|
39
|
+
:param pulumi.Input[str] business_type: Real-time log type. Valid values:
|
|
40
|
+
- `dcdn_log_access_l1 (default)`: access log.
|
|
41
|
+
:param pulumi.Input[str] data_center: Data Center. Values:
|
|
42
|
+
:param pulumi.Input[str] delivery_type: Delivery Type:
|
|
43
|
+
:param pulumi.Input[str] field_name: The list of delivery fields to be modified, separated by commas.
|
|
44
|
+
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
45
|
+
:param pulumi.Input[str] task_name: The task name.
|
|
46
|
+
:param pulumi.Input[float] discard_rate: If the discard rate is not filled, the default value is 0.
|
|
47
|
+
:param pulumi.Input['SiteDeliveryTaskHttpDeliveryArgs'] http_delivery: HTTP delivery configuration parameters. See `http_delivery` below.
|
|
48
|
+
:param pulumi.Input['SiteDeliveryTaskKafkaDeliveryArgs'] kafka_delivery: Kafka delivery configuration parameters. See `kafka_delivery` below.
|
|
49
|
+
:param pulumi.Input['SiteDeliveryTaskOssDeliveryArgs'] oss_delivery: OSS delivery configuration. See `oss_delivery` below.
|
|
50
|
+
:param pulumi.Input['SiteDeliveryTaskS3DeliveryArgs'] s3_delivery: S3/S3 compatible delivery configuration parameters. See `s3_delivery` below.
|
|
51
|
+
:param pulumi.Input['SiteDeliveryTaskSlsDeliveryArgs'] sls_delivery: SLS delivery configuration. See `sls_delivery` below.
|
|
52
|
+
:param pulumi.Input[str] status: Task status, value:
|
|
53
|
+
"""
|
|
54
|
+
pulumi.set(__self__, "business_type", business_type)
|
|
55
|
+
pulumi.set(__self__, "data_center", data_center)
|
|
56
|
+
pulumi.set(__self__, "delivery_type", delivery_type)
|
|
57
|
+
pulumi.set(__self__, "field_name", field_name)
|
|
58
|
+
pulumi.set(__self__, "site_id", site_id)
|
|
59
|
+
pulumi.set(__self__, "task_name", task_name)
|
|
60
|
+
if discard_rate is not None:
|
|
61
|
+
pulumi.set(__self__, "discard_rate", discard_rate)
|
|
62
|
+
if http_delivery is not None:
|
|
63
|
+
pulumi.set(__self__, "http_delivery", http_delivery)
|
|
64
|
+
if kafka_delivery is not None:
|
|
65
|
+
pulumi.set(__self__, "kafka_delivery", kafka_delivery)
|
|
66
|
+
if oss_delivery is not None:
|
|
67
|
+
pulumi.set(__self__, "oss_delivery", oss_delivery)
|
|
68
|
+
if s3_delivery is not None:
|
|
69
|
+
pulumi.set(__self__, "s3_delivery", s3_delivery)
|
|
70
|
+
if sls_delivery is not None:
|
|
71
|
+
pulumi.set(__self__, "sls_delivery", sls_delivery)
|
|
72
|
+
if status is not None:
|
|
73
|
+
pulumi.set(__self__, "status", status)
|
|
74
|
+
|
|
75
|
+
@property
|
|
76
|
+
@pulumi.getter(name="businessType")
|
|
77
|
+
def business_type(self) -> pulumi.Input[str]:
|
|
78
|
+
"""
|
|
79
|
+
Real-time log type. Valid values:
|
|
80
|
+
- `dcdn_log_access_l1 (default)`: access log.
|
|
81
|
+
"""
|
|
82
|
+
return pulumi.get(self, "business_type")
|
|
83
|
+
|
|
84
|
+
@business_type.setter
|
|
85
|
+
def business_type(self, value: pulumi.Input[str]):
|
|
86
|
+
pulumi.set(self, "business_type", value)
|
|
87
|
+
|
|
88
|
+
@property
|
|
89
|
+
@pulumi.getter(name="dataCenter")
|
|
90
|
+
def data_center(self) -> pulumi.Input[str]:
|
|
91
|
+
"""
|
|
92
|
+
Data Center. Values:
|
|
93
|
+
"""
|
|
94
|
+
return pulumi.get(self, "data_center")
|
|
95
|
+
|
|
96
|
+
@data_center.setter
|
|
97
|
+
def data_center(self, value: pulumi.Input[str]):
|
|
98
|
+
pulumi.set(self, "data_center", value)
|
|
99
|
+
|
|
100
|
+
@property
|
|
101
|
+
@pulumi.getter(name="deliveryType")
|
|
102
|
+
def delivery_type(self) -> pulumi.Input[str]:
|
|
103
|
+
"""
|
|
104
|
+
Delivery Type:
|
|
105
|
+
"""
|
|
106
|
+
return pulumi.get(self, "delivery_type")
|
|
107
|
+
|
|
108
|
+
@delivery_type.setter
|
|
109
|
+
def delivery_type(self, value: pulumi.Input[str]):
|
|
110
|
+
pulumi.set(self, "delivery_type", value)
|
|
111
|
+
|
|
112
|
+
@property
|
|
113
|
+
@pulumi.getter(name="fieldName")
|
|
114
|
+
def field_name(self) -> pulumi.Input[str]:
|
|
115
|
+
"""
|
|
116
|
+
The list of delivery fields to be modified, separated by commas.
|
|
117
|
+
"""
|
|
118
|
+
return pulumi.get(self, "field_name")
|
|
119
|
+
|
|
120
|
+
@field_name.setter
|
|
121
|
+
def field_name(self, value: pulumi.Input[str]):
|
|
122
|
+
pulumi.set(self, "field_name", value)
|
|
123
|
+
|
|
124
|
+
@property
|
|
125
|
+
@pulumi.getter(name="siteId")
|
|
126
|
+
def site_id(self) -> pulumi.Input[int]:
|
|
127
|
+
"""
|
|
128
|
+
The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
129
|
+
"""
|
|
130
|
+
return pulumi.get(self, "site_id")
|
|
131
|
+
|
|
132
|
+
@site_id.setter
|
|
133
|
+
def site_id(self, value: pulumi.Input[int]):
|
|
134
|
+
pulumi.set(self, "site_id", value)
|
|
135
|
+
|
|
136
|
+
@property
|
|
137
|
+
@pulumi.getter(name="taskName")
|
|
138
|
+
def task_name(self) -> pulumi.Input[str]:
|
|
139
|
+
"""
|
|
140
|
+
The task name.
|
|
141
|
+
"""
|
|
142
|
+
return pulumi.get(self, "task_name")
|
|
143
|
+
|
|
144
|
+
@task_name.setter
|
|
145
|
+
def task_name(self, value: pulumi.Input[str]):
|
|
146
|
+
pulumi.set(self, "task_name", value)
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
@pulumi.getter(name="discardRate")
|
|
150
|
+
def discard_rate(self) -> Optional[pulumi.Input[float]]:
|
|
151
|
+
"""
|
|
152
|
+
If the discard rate is not filled, the default value is 0.
|
|
153
|
+
"""
|
|
154
|
+
return pulumi.get(self, "discard_rate")
|
|
155
|
+
|
|
156
|
+
@discard_rate.setter
|
|
157
|
+
def discard_rate(self, value: Optional[pulumi.Input[float]]):
|
|
158
|
+
pulumi.set(self, "discard_rate", value)
|
|
159
|
+
|
|
160
|
+
@property
|
|
161
|
+
@pulumi.getter(name="httpDelivery")
|
|
162
|
+
def http_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskHttpDeliveryArgs']]:
|
|
163
|
+
"""
|
|
164
|
+
HTTP delivery configuration parameters. See `http_delivery` below.
|
|
165
|
+
"""
|
|
166
|
+
return pulumi.get(self, "http_delivery")
|
|
167
|
+
|
|
168
|
+
@http_delivery.setter
|
|
169
|
+
def http_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskHttpDeliveryArgs']]):
|
|
170
|
+
pulumi.set(self, "http_delivery", value)
|
|
171
|
+
|
|
172
|
+
@property
|
|
173
|
+
@pulumi.getter(name="kafkaDelivery")
|
|
174
|
+
def kafka_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskKafkaDeliveryArgs']]:
|
|
175
|
+
"""
|
|
176
|
+
Kafka delivery configuration parameters. See `kafka_delivery` below.
|
|
177
|
+
"""
|
|
178
|
+
return pulumi.get(self, "kafka_delivery")
|
|
179
|
+
|
|
180
|
+
@kafka_delivery.setter
|
|
181
|
+
def kafka_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskKafkaDeliveryArgs']]):
|
|
182
|
+
pulumi.set(self, "kafka_delivery", value)
|
|
183
|
+
|
|
184
|
+
@property
|
|
185
|
+
@pulumi.getter(name="ossDelivery")
|
|
186
|
+
def oss_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskOssDeliveryArgs']]:
|
|
187
|
+
"""
|
|
188
|
+
OSS delivery configuration. See `oss_delivery` below.
|
|
189
|
+
"""
|
|
190
|
+
return pulumi.get(self, "oss_delivery")
|
|
191
|
+
|
|
192
|
+
@oss_delivery.setter
|
|
193
|
+
def oss_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskOssDeliveryArgs']]):
|
|
194
|
+
pulumi.set(self, "oss_delivery", value)
|
|
195
|
+
|
|
196
|
+
@property
|
|
197
|
+
@pulumi.getter(name="s3Delivery")
|
|
198
|
+
def s3_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskS3DeliveryArgs']]:
|
|
199
|
+
"""
|
|
200
|
+
S3/S3 compatible delivery configuration parameters. See `s3_delivery` below.
|
|
201
|
+
"""
|
|
202
|
+
return pulumi.get(self, "s3_delivery")
|
|
203
|
+
|
|
204
|
+
@s3_delivery.setter
|
|
205
|
+
def s3_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskS3DeliveryArgs']]):
|
|
206
|
+
pulumi.set(self, "s3_delivery", value)
|
|
207
|
+
|
|
208
|
+
@property
|
|
209
|
+
@pulumi.getter(name="slsDelivery")
|
|
210
|
+
def sls_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskSlsDeliveryArgs']]:
|
|
211
|
+
"""
|
|
212
|
+
SLS delivery configuration. See `sls_delivery` below.
|
|
213
|
+
"""
|
|
214
|
+
return pulumi.get(self, "sls_delivery")
|
|
215
|
+
|
|
216
|
+
@sls_delivery.setter
|
|
217
|
+
def sls_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskSlsDeliveryArgs']]):
|
|
218
|
+
pulumi.set(self, "sls_delivery", value)
|
|
219
|
+
|
|
220
|
+
@property
|
|
221
|
+
@pulumi.getter
|
|
222
|
+
def status(self) -> Optional[pulumi.Input[str]]:
|
|
223
|
+
"""
|
|
224
|
+
Task status, value:
|
|
225
|
+
"""
|
|
226
|
+
return pulumi.get(self, "status")
|
|
227
|
+
|
|
228
|
+
@status.setter
|
|
229
|
+
def status(self, value: Optional[pulumi.Input[str]]):
|
|
230
|
+
pulumi.set(self, "status", value)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
@pulumi.input_type
|
|
234
|
+
class _SiteDeliveryTaskState:
|
|
235
|
+
def __init__(__self__, *,
|
|
236
|
+
business_type: Optional[pulumi.Input[str]] = None,
|
|
237
|
+
data_center: Optional[pulumi.Input[str]] = None,
|
|
238
|
+
delivery_type: Optional[pulumi.Input[str]] = None,
|
|
239
|
+
discard_rate: Optional[pulumi.Input[float]] = None,
|
|
240
|
+
field_name: Optional[pulumi.Input[str]] = None,
|
|
241
|
+
http_delivery: Optional[pulumi.Input['SiteDeliveryTaskHttpDeliveryArgs']] = None,
|
|
242
|
+
kafka_delivery: Optional[pulumi.Input['SiteDeliveryTaskKafkaDeliveryArgs']] = None,
|
|
243
|
+
oss_delivery: Optional[pulumi.Input['SiteDeliveryTaskOssDeliveryArgs']] = None,
|
|
244
|
+
s3_delivery: Optional[pulumi.Input['SiteDeliveryTaskS3DeliveryArgs']] = None,
|
|
245
|
+
site_id: Optional[pulumi.Input[int]] = None,
|
|
246
|
+
sls_delivery: Optional[pulumi.Input['SiteDeliveryTaskSlsDeliveryArgs']] = None,
|
|
247
|
+
status: Optional[pulumi.Input[str]] = None,
|
|
248
|
+
task_name: Optional[pulumi.Input[str]] = None):
|
|
249
|
+
"""
|
|
250
|
+
Input properties used for looking up and filtering SiteDeliveryTask resources.
|
|
251
|
+
:param pulumi.Input[str] business_type: Real-time log type. Valid values:
|
|
252
|
+
- `dcdn_log_access_l1 (default)`: access log.
|
|
253
|
+
:param pulumi.Input[str] data_center: Data Center. Values:
|
|
254
|
+
:param pulumi.Input[str] delivery_type: Delivery Type:
|
|
255
|
+
:param pulumi.Input[float] discard_rate: If the discard rate is not filled, the default value is 0.
|
|
256
|
+
:param pulumi.Input[str] field_name: The list of delivery fields to be modified, separated by commas.
|
|
257
|
+
:param pulumi.Input['SiteDeliveryTaskHttpDeliveryArgs'] http_delivery: HTTP delivery configuration parameters. See `http_delivery` below.
|
|
258
|
+
:param pulumi.Input['SiteDeliveryTaskKafkaDeliveryArgs'] kafka_delivery: Kafka delivery configuration parameters. See `kafka_delivery` below.
|
|
259
|
+
:param pulumi.Input['SiteDeliveryTaskOssDeliveryArgs'] oss_delivery: OSS delivery configuration. See `oss_delivery` below.
|
|
260
|
+
:param pulumi.Input['SiteDeliveryTaskS3DeliveryArgs'] s3_delivery: S3/S3 compatible delivery configuration parameters. See `s3_delivery` below.
|
|
261
|
+
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
262
|
+
:param pulumi.Input['SiteDeliveryTaskSlsDeliveryArgs'] sls_delivery: SLS delivery configuration. See `sls_delivery` below.
|
|
263
|
+
:param pulumi.Input[str] status: Task status, value:
|
|
264
|
+
:param pulumi.Input[str] task_name: The task name.
|
|
265
|
+
"""
|
|
266
|
+
if business_type is not None:
|
|
267
|
+
pulumi.set(__self__, "business_type", business_type)
|
|
268
|
+
if data_center is not None:
|
|
269
|
+
pulumi.set(__self__, "data_center", data_center)
|
|
270
|
+
if delivery_type is not None:
|
|
271
|
+
pulumi.set(__self__, "delivery_type", delivery_type)
|
|
272
|
+
if discard_rate is not None:
|
|
273
|
+
pulumi.set(__self__, "discard_rate", discard_rate)
|
|
274
|
+
if field_name is not None:
|
|
275
|
+
pulumi.set(__self__, "field_name", field_name)
|
|
276
|
+
if http_delivery is not None:
|
|
277
|
+
pulumi.set(__self__, "http_delivery", http_delivery)
|
|
278
|
+
if kafka_delivery is not None:
|
|
279
|
+
pulumi.set(__self__, "kafka_delivery", kafka_delivery)
|
|
280
|
+
if oss_delivery is not None:
|
|
281
|
+
pulumi.set(__self__, "oss_delivery", oss_delivery)
|
|
282
|
+
if s3_delivery is not None:
|
|
283
|
+
pulumi.set(__self__, "s3_delivery", s3_delivery)
|
|
284
|
+
if site_id is not None:
|
|
285
|
+
pulumi.set(__self__, "site_id", site_id)
|
|
286
|
+
if sls_delivery is not None:
|
|
287
|
+
pulumi.set(__self__, "sls_delivery", sls_delivery)
|
|
288
|
+
if status is not None:
|
|
289
|
+
pulumi.set(__self__, "status", status)
|
|
290
|
+
if task_name is not None:
|
|
291
|
+
pulumi.set(__self__, "task_name", task_name)
|
|
292
|
+
|
|
293
|
+
@property
|
|
294
|
+
@pulumi.getter(name="businessType")
|
|
295
|
+
def business_type(self) -> Optional[pulumi.Input[str]]:
|
|
296
|
+
"""
|
|
297
|
+
Real-time log type. Valid values:
|
|
298
|
+
- `dcdn_log_access_l1 (default)`: access log.
|
|
299
|
+
"""
|
|
300
|
+
return pulumi.get(self, "business_type")
|
|
301
|
+
|
|
302
|
+
@business_type.setter
|
|
303
|
+
def business_type(self, value: Optional[pulumi.Input[str]]):
|
|
304
|
+
pulumi.set(self, "business_type", value)
|
|
305
|
+
|
|
306
|
+
@property
|
|
307
|
+
@pulumi.getter(name="dataCenter")
|
|
308
|
+
def data_center(self) -> Optional[pulumi.Input[str]]:
|
|
309
|
+
"""
|
|
310
|
+
Data Center. Values:
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "data_center")
|
|
313
|
+
|
|
314
|
+
@data_center.setter
|
|
315
|
+
def data_center(self, value: Optional[pulumi.Input[str]]):
|
|
316
|
+
pulumi.set(self, "data_center", value)
|
|
317
|
+
|
|
318
|
+
@property
|
|
319
|
+
@pulumi.getter(name="deliveryType")
|
|
320
|
+
def delivery_type(self) -> Optional[pulumi.Input[str]]:
|
|
321
|
+
"""
|
|
322
|
+
Delivery Type:
|
|
323
|
+
"""
|
|
324
|
+
return pulumi.get(self, "delivery_type")
|
|
325
|
+
|
|
326
|
+
@delivery_type.setter
|
|
327
|
+
def delivery_type(self, value: Optional[pulumi.Input[str]]):
|
|
328
|
+
pulumi.set(self, "delivery_type", value)
|
|
329
|
+
|
|
330
|
+
@property
|
|
331
|
+
@pulumi.getter(name="discardRate")
|
|
332
|
+
def discard_rate(self) -> Optional[pulumi.Input[float]]:
|
|
333
|
+
"""
|
|
334
|
+
If the discard rate is not filled, the default value is 0.
|
|
335
|
+
"""
|
|
336
|
+
return pulumi.get(self, "discard_rate")
|
|
337
|
+
|
|
338
|
+
@discard_rate.setter
|
|
339
|
+
def discard_rate(self, value: Optional[pulumi.Input[float]]):
|
|
340
|
+
pulumi.set(self, "discard_rate", value)
|
|
341
|
+
|
|
342
|
+
@property
|
|
343
|
+
@pulumi.getter(name="fieldName")
|
|
344
|
+
def field_name(self) -> Optional[pulumi.Input[str]]:
|
|
345
|
+
"""
|
|
346
|
+
The list of delivery fields to be modified, separated by commas.
|
|
347
|
+
"""
|
|
348
|
+
return pulumi.get(self, "field_name")
|
|
349
|
+
|
|
350
|
+
@field_name.setter
|
|
351
|
+
def field_name(self, value: Optional[pulumi.Input[str]]):
|
|
352
|
+
pulumi.set(self, "field_name", value)
|
|
353
|
+
|
|
354
|
+
@property
|
|
355
|
+
@pulumi.getter(name="httpDelivery")
|
|
356
|
+
def http_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskHttpDeliveryArgs']]:
|
|
357
|
+
"""
|
|
358
|
+
HTTP delivery configuration parameters. See `http_delivery` below.
|
|
359
|
+
"""
|
|
360
|
+
return pulumi.get(self, "http_delivery")
|
|
361
|
+
|
|
362
|
+
@http_delivery.setter
|
|
363
|
+
def http_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskHttpDeliveryArgs']]):
|
|
364
|
+
pulumi.set(self, "http_delivery", value)
|
|
365
|
+
|
|
366
|
+
@property
|
|
367
|
+
@pulumi.getter(name="kafkaDelivery")
|
|
368
|
+
def kafka_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskKafkaDeliveryArgs']]:
|
|
369
|
+
"""
|
|
370
|
+
Kafka delivery configuration parameters. See `kafka_delivery` below.
|
|
371
|
+
"""
|
|
372
|
+
return pulumi.get(self, "kafka_delivery")
|
|
373
|
+
|
|
374
|
+
@kafka_delivery.setter
|
|
375
|
+
def kafka_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskKafkaDeliveryArgs']]):
|
|
376
|
+
pulumi.set(self, "kafka_delivery", value)
|
|
377
|
+
|
|
378
|
+
@property
|
|
379
|
+
@pulumi.getter(name="ossDelivery")
|
|
380
|
+
def oss_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskOssDeliveryArgs']]:
|
|
381
|
+
"""
|
|
382
|
+
OSS delivery configuration. See `oss_delivery` below.
|
|
383
|
+
"""
|
|
384
|
+
return pulumi.get(self, "oss_delivery")
|
|
385
|
+
|
|
386
|
+
@oss_delivery.setter
|
|
387
|
+
def oss_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskOssDeliveryArgs']]):
|
|
388
|
+
pulumi.set(self, "oss_delivery", value)
|
|
389
|
+
|
|
390
|
+
@property
|
|
391
|
+
@pulumi.getter(name="s3Delivery")
|
|
392
|
+
def s3_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskS3DeliveryArgs']]:
|
|
393
|
+
"""
|
|
394
|
+
S3/S3 compatible delivery configuration parameters. See `s3_delivery` below.
|
|
395
|
+
"""
|
|
396
|
+
return pulumi.get(self, "s3_delivery")
|
|
397
|
+
|
|
398
|
+
@s3_delivery.setter
|
|
399
|
+
def s3_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskS3DeliveryArgs']]):
|
|
400
|
+
pulumi.set(self, "s3_delivery", value)
|
|
401
|
+
|
|
402
|
+
@property
|
|
403
|
+
@pulumi.getter(name="siteId")
|
|
404
|
+
def site_id(self) -> Optional[pulumi.Input[int]]:
|
|
405
|
+
"""
|
|
406
|
+
The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
407
|
+
"""
|
|
408
|
+
return pulumi.get(self, "site_id")
|
|
409
|
+
|
|
410
|
+
@site_id.setter
|
|
411
|
+
def site_id(self, value: Optional[pulumi.Input[int]]):
|
|
412
|
+
pulumi.set(self, "site_id", value)
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
@pulumi.getter(name="slsDelivery")
|
|
416
|
+
def sls_delivery(self) -> Optional[pulumi.Input['SiteDeliveryTaskSlsDeliveryArgs']]:
|
|
417
|
+
"""
|
|
418
|
+
SLS delivery configuration. See `sls_delivery` below.
|
|
419
|
+
"""
|
|
420
|
+
return pulumi.get(self, "sls_delivery")
|
|
421
|
+
|
|
422
|
+
@sls_delivery.setter
|
|
423
|
+
def sls_delivery(self, value: Optional[pulumi.Input['SiteDeliveryTaskSlsDeliveryArgs']]):
|
|
424
|
+
pulumi.set(self, "sls_delivery", value)
|
|
425
|
+
|
|
426
|
+
@property
|
|
427
|
+
@pulumi.getter
|
|
428
|
+
def status(self) -> Optional[pulumi.Input[str]]:
|
|
429
|
+
"""
|
|
430
|
+
Task status, value:
|
|
431
|
+
"""
|
|
432
|
+
return pulumi.get(self, "status")
|
|
433
|
+
|
|
434
|
+
@status.setter
|
|
435
|
+
def status(self, value: Optional[pulumi.Input[str]]):
|
|
436
|
+
pulumi.set(self, "status", value)
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter(name="taskName")
|
|
440
|
+
def task_name(self) -> Optional[pulumi.Input[str]]:
|
|
441
|
+
"""
|
|
442
|
+
The task name.
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "task_name")
|
|
445
|
+
|
|
446
|
+
@task_name.setter
|
|
447
|
+
def task_name(self, value: Optional[pulumi.Input[str]]):
|
|
448
|
+
pulumi.set(self, "task_name", value)
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
class SiteDeliveryTask(pulumi.CustomResource):
|
|
452
|
+
@overload
|
|
453
|
+
def __init__(__self__,
|
|
454
|
+
resource_name: str,
|
|
455
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
456
|
+
business_type: Optional[pulumi.Input[str]] = None,
|
|
457
|
+
data_center: Optional[pulumi.Input[str]] = None,
|
|
458
|
+
delivery_type: Optional[pulumi.Input[str]] = None,
|
|
459
|
+
discard_rate: Optional[pulumi.Input[float]] = None,
|
|
460
|
+
field_name: Optional[pulumi.Input[str]] = None,
|
|
461
|
+
http_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskHttpDeliveryArgs', 'SiteDeliveryTaskHttpDeliveryArgsDict']]] = None,
|
|
462
|
+
kafka_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskKafkaDeliveryArgs', 'SiteDeliveryTaskKafkaDeliveryArgsDict']]] = None,
|
|
463
|
+
oss_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskOssDeliveryArgs', 'SiteDeliveryTaskOssDeliveryArgsDict']]] = None,
|
|
464
|
+
s3_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskS3DeliveryArgs', 'SiteDeliveryTaskS3DeliveryArgsDict']]] = None,
|
|
465
|
+
site_id: Optional[pulumi.Input[int]] = None,
|
|
466
|
+
sls_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskSlsDeliveryArgs', 'SiteDeliveryTaskSlsDeliveryArgsDict']]] = None,
|
|
467
|
+
status: Optional[pulumi.Input[str]] = None,
|
|
468
|
+
task_name: Optional[pulumi.Input[str]] = None,
|
|
469
|
+
__props__=None):
|
|
470
|
+
"""
|
|
471
|
+
Provides a ESA Site Delivery Task resource.
|
|
472
|
+
|
|
473
|
+
For information about ESA Site Delivery Task and how to use it, see [What is Site Delivery Task](https://next.api.alibabacloud.com/document/ESA/2024-09-10/CreateSiteDeliveryTask).
|
|
474
|
+
|
|
475
|
+
> **NOTE:** Available since v1.247.0.
|
|
476
|
+
|
|
477
|
+
## Example Usage
|
|
478
|
+
|
|
479
|
+
Basic Usage
|
|
480
|
+
|
|
481
|
+
```python
|
|
482
|
+
import pulumi
|
|
483
|
+
import pulumi_alicloud as alicloud
|
|
484
|
+
|
|
485
|
+
config = pulumi.Config()
|
|
486
|
+
name = config.get("name")
|
|
487
|
+
if name is None:
|
|
488
|
+
name = "terraform-example"
|
|
489
|
+
default = alicloud.esa.get_sites(plan_subscribe_type="enterpriseplan")
|
|
490
|
+
resource_site_http_example = alicloud.esa.Site("resource_Site_http_example",
|
|
491
|
+
site_name="chenxin0116.site",
|
|
492
|
+
instance_id=default.sites[0].instance_id,
|
|
493
|
+
coverage="overseas",
|
|
494
|
+
access_type="NS")
|
|
495
|
+
default_site_delivery_task = alicloud.esa.SiteDeliveryTask("default",
|
|
496
|
+
http_delivery={
|
|
497
|
+
"standard_auth_param": {
|
|
498
|
+
"private_key": "***",
|
|
499
|
+
"url_path": "v1/log/upload",
|
|
500
|
+
"expired_time": 300,
|
|
501
|
+
},
|
|
502
|
+
"transform_timeout": 10,
|
|
503
|
+
"max_retry": 3,
|
|
504
|
+
"max_batch_mb": 5,
|
|
505
|
+
"compress": "gzip",
|
|
506
|
+
"log_body_suffix": "cdnVersion:1.0",
|
|
507
|
+
"standard_auth_on": False,
|
|
508
|
+
"log_body_prefix": "cdnVersion:1.0",
|
|
509
|
+
"dest_url": "http://11.177.129.13:8081",
|
|
510
|
+
"max_batch_size": 1000,
|
|
511
|
+
},
|
|
512
|
+
data_center="oversea",
|
|
513
|
+
discard_rate=0,
|
|
514
|
+
task_name="dcdn-example-task",
|
|
515
|
+
business_type="dcdn_log_access_l1",
|
|
516
|
+
field_name="ConsoleLog,CPUTime,Duration,ErrorCode,ErrorMessage,ResponseSize,ResponseStatus,RoutineName,ClientRequestID,LogTimestamp,FetchStatus,SubRequestID",
|
|
517
|
+
delivery_type="http",
|
|
518
|
+
site_id=resource_site_http_example.id)
|
|
519
|
+
```
|
|
520
|
+
|
|
521
|
+
## Import
|
|
522
|
+
|
|
523
|
+
ESA Site Delivery Task can be imported using the id, e.g.
|
|
524
|
+
|
|
525
|
+
```sh
|
|
526
|
+
$ pulumi import alicloud:esa/siteDeliveryTask:SiteDeliveryTask example <site_id>:<task_name>
|
|
527
|
+
```
|
|
528
|
+
|
|
529
|
+
:param str resource_name: The name of the resource.
|
|
530
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
531
|
+
:param pulumi.Input[str] business_type: Real-time log type. Valid values:
|
|
532
|
+
- `dcdn_log_access_l1 (default)`: access log.
|
|
533
|
+
:param pulumi.Input[str] data_center: Data Center. Values:
|
|
534
|
+
:param pulumi.Input[str] delivery_type: Delivery Type:
|
|
535
|
+
:param pulumi.Input[float] discard_rate: If the discard rate is not filled, the default value is 0.
|
|
536
|
+
:param pulumi.Input[str] field_name: The list of delivery fields to be modified, separated by commas.
|
|
537
|
+
:param pulumi.Input[Union['SiteDeliveryTaskHttpDeliveryArgs', 'SiteDeliveryTaskHttpDeliveryArgsDict']] http_delivery: HTTP delivery configuration parameters. See `http_delivery` below.
|
|
538
|
+
:param pulumi.Input[Union['SiteDeliveryTaskKafkaDeliveryArgs', 'SiteDeliveryTaskKafkaDeliveryArgsDict']] kafka_delivery: Kafka delivery configuration parameters. See `kafka_delivery` below.
|
|
539
|
+
:param pulumi.Input[Union['SiteDeliveryTaskOssDeliveryArgs', 'SiteDeliveryTaskOssDeliveryArgsDict']] oss_delivery: OSS delivery configuration. See `oss_delivery` below.
|
|
540
|
+
:param pulumi.Input[Union['SiteDeliveryTaskS3DeliveryArgs', 'SiteDeliveryTaskS3DeliveryArgsDict']] s3_delivery: S3/S3 compatible delivery configuration parameters. See `s3_delivery` below.
|
|
541
|
+
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
542
|
+
:param pulumi.Input[Union['SiteDeliveryTaskSlsDeliveryArgs', 'SiteDeliveryTaskSlsDeliveryArgsDict']] sls_delivery: SLS delivery configuration. See `sls_delivery` below.
|
|
543
|
+
:param pulumi.Input[str] status: Task status, value:
|
|
544
|
+
:param pulumi.Input[str] task_name: The task name.
|
|
545
|
+
"""
|
|
546
|
+
...
|
|
547
|
+
@overload
|
|
548
|
+
def __init__(__self__,
|
|
549
|
+
resource_name: str,
|
|
550
|
+
args: SiteDeliveryTaskArgs,
|
|
551
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
552
|
+
"""
|
|
553
|
+
Provides a ESA Site Delivery Task resource.
|
|
554
|
+
|
|
555
|
+
For information about ESA Site Delivery Task and how to use it, see [What is Site Delivery Task](https://next.api.alibabacloud.com/document/ESA/2024-09-10/CreateSiteDeliveryTask).
|
|
556
|
+
|
|
557
|
+
> **NOTE:** Available since v1.247.0.
|
|
558
|
+
|
|
559
|
+
## Example Usage
|
|
560
|
+
|
|
561
|
+
Basic Usage
|
|
562
|
+
|
|
563
|
+
```python
|
|
564
|
+
import pulumi
|
|
565
|
+
import pulumi_alicloud as alicloud
|
|
566
|
+
|
|
567
|
+
config = pulumi.Config()
|
|
568
|
+
name = config.get("name")
|
|
569
|
+
if name is None:
|
|
570
|
+
name = "terraform-example"
|
|
571
|
+
default = alicloud.esa.get_sites(plan_subscribe_type="enterpriseplan")
|
|
572
|
+
resource_site_http_example = alicloud.esa.Site("resource_Site_http_example",
|
|
573
|
+
site_name="chenxin0116.site",
|
|
574
|
+
instance_id=default.sites[0].instance_id,
|
|
575
|
+
coverage="overseas",
|
|
576
|
+
access_type="NS")
|
|
577
|
+
default_site_delivery_task = alicloud.esa.SiteDeliveryTask("default",
|
|
578
|
+
http_delivery={
|
|
579
|
+
"standard_auth_param": {
|
|
580
|
+
"private_key": "***",
|
|
581
|
+
"url_path": "v1/log/upload",
|
|
582
|
+
"expired_time": 300,
|
|
583
|
+
},
|
|
584
|
+
"transform_timeout": 10,
|
|
585
|
+
"max_retry": 3,
|
|
586
|
+
"max_batch_mb": 5,
|
|
587
|
+
"compress": "gzip",
|
|
588
|
+
"log_body_suffix": "cdnVersion:1.0",
|
|
589
|
+
"standard_auth_on": False,
|
|
590
|
+
"log_body_prefix": "cdnVersion:1.0",
|
|
591
|
+
"dest_url": "http://11.177.129.13:8081",
|
|
592
|
+
"max_batch_size": 1000,
|
|
593
|
+
},
|
|
594
|
+
data_center="oversea",
|
|
595
|
+
discard_rate=0,
|
|
596
|
+
task_name="dcdn-example-task",
|
|
597
|
+
business_type="dcdn_log_access_l1",
|
|
598
|
+
field_name="ConsoleLog,CPUTime,Duration,ErrorCode,ErrorMessage,ResponseSize,ResponseStatus,RoutineName,ClientRequestID,LogTimestamp,FetchStatus,SubRequestID",
|
|
599
|
+
delivery_type="http",
|
|
600
|
+
site_id=resource_site_http_example.id)
|
|
601
|
+
```
|
|
602
|
+
|
|
603
|
+
## Import
|
|
604
|
+
|
|
605
|
+
ESA Site Delivery Task can be imported using the id, e.g.
|
|
606
|
+
|
|
607
|
+
```sh
|
|
608
|
+
$ pulumi import alicloud:esa/siteDeliveryTask:SiteDeliveryTask example <site_id>:<task_name>
|
|
609
|
+
```
|
|
610
|
+
|
|
611
|
+
:param str resource_name: The name of the resource.
|
|
612
|
+
:param SiteDeliveryTaskArgs args: The arguments to use to populate this resource's properties.
|
|
613
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
614
|
+
"""
|
|
615
|
+
...
|
|
616
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
617
|
+
resource_args, opts = _utilities.get_resource_args_opts(SiteDeliveryTaskArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
618
|
+
if resource_args is not None:
|
|
619
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
620
|
+
else:
|
|
621
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
622
|
+
|
|
623
|
+
def _internal_init(__self__,
|
|
624
|
+
resource_name: str,
|
|
625
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
626
|
+
business_type: Optional[pulumi.Input[str]] = None,
|
|
627
|
+
data_center: Optional[pulumi.Input[str]] = None,
|
|
628
|
+
delivery_type: Optional[pulumi.Input[str]] = None,
|
|
629
|
+
discard_rate: Optional[pulumi.Input[float]] = None,
|
|
630
|
+
field_name: Optional[pulumi.Input[str]] = None,
|
|
631
|
+
http_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskHttpDeliveryArgs', 'SiteDeliveryTaskHttpDeliveryArgsDict']]] = None,
|
|
632
|
+
kafka_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskKafkaDeliveryArgs', 'SiteDeliveryTaskKafkaDeliveryArgsDict']]] = None,
|
|
633
|
+
oss_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskOssDeliveryArgs', 'SiteDeliveryTaskOssDeliveryArgsDict']]] = None,
|
|
634
|
+
s3_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskS3DeliveryArgs', 'SiteDeliveryTaskS3DeliveryArgsDict']]] = None,
|
|
635
|
+
site_id: Optional[pulumi.Input[int]] = None,
|
|
636
|
+
sls_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskSlsDeliveryArgs', 'SiteDeliveryTaskSlsDeliveryArgsDict']]] = None,
|
|
637
|
+
status: Optional[pulumi.Input[str]] = None,
|
|
638
|
+
task_name: Optional[pulumi.Input[str]] = None,
|
|
639
|
+
__props__=None):
|
|
640
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
641
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
642
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
643
|
+
if opts.id is None:
|
|
644
|
+
if __props__ is not None:
|
|
645
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
646
|
+
__props__ = SiteDeliveryTaskArgs.__new__(SiteDeliveryTaskArgs)
|
|
647
|
+
|
|
648
|
+
if business_type is None and not opts.urn:
|
|
649
|
+
raise TypeError("Missing required property 'business_type'")
|
|
650
|
+
__props__.__dict__["business_type"] = business_type
|
|
651
|
+
if data_center is None and not opts.urn:
|
|
652
|
+
raise TypeError("Missing required property 'data_center'")
|
|
653
|
+
__props__.__dict__["data_center"] = data_center
|
|
654
|
+
if delivery_type is None and not opts.urn:
|
|
655
|
+
raise TypeError("Missing required property 'delivery_type'")
|
|
656
|
+
__props__.__dict__["delivery_type"] = delivery_type
|
|
657
|
+
__props__.__dict__["discard_rate"] = discard_rate
|
|
658
|
+
if field_name is None and not opts.urn:
|
|
659
|
+
raise TypeError("Missing required property 'field_name'")
|
|
660
|
+
__props__.__dict__["field_name"] = field_name
|
|
661
|
+
__props__.__dict__["http_delivery"] = http_delivery
|
|
662
|
+
__props__.__dict__["kafka_delivery"] = kafka_delivery
|
|
663
|
+
__props__.__dict__["oss_delivery"] = oss_delivery
|
|
664
|
+
__props__.__dict__["s3_delivery"] = s3_delivery
|
|
665
|
+
if site_id is None and not opts.urn:
|
|
666
|
+
raise TypeError("Missing required property 'site_id'")
|
|
667
|
+
__props__.__dict__["site_id"] = site_id
|
|
668
|
+
__props__.__dict__["sls_delivery"] = sls_delivery
|
|
669
|
+
__props__.__dict__["status"] = status
|
|
670
|
+
if task_name is None and not opts.urn:
|
|
671
|
+
raise TypeError("Missing required property 'task_name'")
|
|
672
|
+
__props__.__dict__["task_name"] = task_name
|
|
673
|
+
super(SiteDeliveryTask, __self__).__init__(
|
|
674
|
+
'alicloud:esa/siteDeliveryTask:SiteDeliveryTask',
|
|
675
|
+
resource_name,
|
|
676
|
+
__props__,
|
|
677
|
+
opts)
|
|
678
|
+
|
|
679
|
+
@staticmethod
|
|
680
|
+
def get(resource_name: str,
|
|
681
|
+
id: pulumi.Input[str],
|
|
682
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
683
|
+
business_type: Optional[pulumi.Input[str]] = None,
|
|
684
|
+
data_center: Optional[pulumi.Input[str]] = None,
|
|
685
|
+
delivery_type: Optional[pulumi.Input[str]] = None,
|
|
686
|
+
discard_rate: Optional[pulumi.Input[float]] = None,
|
|
687
|
+
field_name: Optional[pulumi.Input[str]] = None,
|
|
688
|
+
http_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskHttpDeliveryArgs', 'SiteDeliveryTaskHttpDeliveryArgsDict']]] = None,
|
|
689
|
+
kafka_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskKafkaDeliveryArgs', 'SiteDeliveryTaskKafkaDeliveryArgsDict']]] = None,
|
|
690
|
+
oss_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskOssDeliveryArgs', 'SiteDeliveryTaskOssDeliveryArgsDict']]] = None,
|
|
691
|
+
s3_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskS3DeliveryArgs', 'SiteDeliveryTaskS3DeliveryArgsDict']]] = None,
|
|
692
|
+
site_id: Optional[pulumi.Input[int]] = None,
|
|
693
|
+
sls_delivery: Optional[pulumi.Input[Union['SiteDeliveryTaskSlsDeliveryArgs', 'SiteDeliveryTaskSlsDeliveryArgsDict']]] = None,
|
|
694
|
+
status: Optional[pulumi.Input[str]] = None,
|
|
695
|
+
task_name: Optional[pulumi.Input[str]] = None) -> 'SiteDeliveryTask':
|
|
696
|
+
"""
|
|
697
|
+
Get an existing SiteDeliveryTask resource's state with the given name, id, and optional extra
|
|
698
|
+
properties used to qualify the lookup.
|
|
699
|
+
|
|
700
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
701
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
702
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
703
|
+
:param pulumi.Input[str] business_type: Real-time log type. Valid values:
|
|
704
|
+
- `dcdn_log_access_l1 (default)`: access log.
|
|
705
|
+
:param pulumi.Input[str] data_center: Data Center. Values:
|
|
706
|
+
:param pulumi.Input[str] delivery_type: Delivery Type:
|
|
707
|
+
:param pulumi.Input[float] discard_rate: If the discard rate is not filled, the default value is 0.
|
|
708
|
+
:param pulumi.Input[str] field_name: The list of delivery fields to be modified, separated by commas.
|
|
709
|
+
:param pulumi.Input[Union['SiteDeliveryTaskHttpDeliveryArgs', 'SiteDeliveryTaskHttpDeliveryArgsDict']] http_delivery: HTTP delivery configuration parameters. See `http_delivery` below.
|
|
710
|
+
:param pulumi.Input[Union['SiteDeliveryTaskKafkaDeliveryArgs', 'SiteDeliveryTaskKafkaDeliveryArgsDict']] kafka_delivery: Kafka delivery configuration parameters. See `kafka_delivery` below.
|
|
711
|
+
:param pulumi.Input[Union['SiteDeliveryTaskOssDeliveryArgs', 'SiteDeliveryTaskOssDeliveryArgsDict']] oss_delivery: OSS delivery configuration. See `oss_delivery` below.
|
|
712
|
+
:param pulumi.Input[Union['SiteDeliveryTaskS3DeliveryArgs', 'SiteDeliveryTaskS3DeliveryArgsDict']] s3_delivery: S3/S3 compatible delivery configuration parameters. See `s3_delivery` below.
|
|
713
|
+
:param pulumi.Input[int] site_id: The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
714
|
+
:param pulumi.Input[Union['SiteDeliveryTaskSlsDeliveryArgs', 'SiteDeliveryTaskSlsDeliveryArgsDict']] sls_delivery: SLS delivery configuration. See `sls_delivery` below.
|
|
715
|
+
:param pulumi.Input[str] status: Task status, value:
|
|
716
|
+
:param pulumi.Input[str] task_name: The task name.
|
|
717
|
+
"""
|
|
718
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
719
|
+
|
|
720
|
+
__props__ = _SiteDeliveryTaskState.__new__(_SiteDeliveryTaskState)
|
|
721
|
+
|
|
722
|
+
__props__.__dict__["business_type"] = business_type
|
|
723
|
+
__props__.__dict__["data_center"] = data_center
|
|
724
|
+
__props__.__dict__["delivery_type"] = delivery_type
|
|
725
|
+
__props__.__dict__["discard_rate"] = discard_rate
|
|
726
|
+
__props__.__dict__["field_name"] = field_name
|
|
727
|
+
__props__.__dict__["http_delivery"] = http_delivery
|
|
728
|
+
__props__.__dict__["kafka_delivery"] = kafka_delivery
|
|
729
|
+
__props__.__dict__["oss_delivery"] = oss_delivery
|
|
730
|
+
__props__.__dict__["s3_delivery"] = s3_delivery
|
|
731
|
+
__props__.__dict__["site_id"] = site_id
|
|
732
|
+
__props__.__dict__["sls_delivery"] = sls_delivery
|
|
733
|
+
__props__.__dict__["status"] = status
|
|
734
|
+
__props__.__dict__["task_name"] = task_name
|
|
735
|
+
return SiteDeliveryTask(resource_name, opts=opts, __props__=__props__)
|
|
736
|
+
|
|
737
|
+
@property
|
|
738
|
+
@pulumi.getter(name="businessType")
|
|
739
|
+
def business_type(self) -> pulumi.Output[str]:
|
|
740
|
+
"""
|
|
741
|
+
Real-time log type. Valid values:
|
|
742
|
+
- `dcdn_log_access_l1 (default)`: access log.
|
|
743
|
+
"""
|
|
744
|
+
return pulumi.get(self, "business_type")
|
|
745
|
+
|
|
746
|
+
@property
|
|
747
|
+
@pulumi.getter(name="dataCenter")
|
|
748
|
+
def data_center(self) -> pulumi.Output[str]:
|
|
749
|
+
"""
|
|
750
|
+
Data Center. Values:
|
|
751
|
+
"""
|
|
752
|
+
return pulumi.get(self, "data_center")
|
|
753
|
+
|
|
754
|
+
@property
|
|
755
|
+
@pulumi.getter(name="deliveryType")
|
|
756
|
+
def delivery_type(self) -> pulumi.Output[str]:
|
|
757
|
+
"""
|
|
758
|
+
Delivery Type:
|
|
759
|
+
"""
|
|
760
|
+
return pulumi.get(self, "delivery_type")
|
|
761
|
+
|
|
762
|
+
@property
|
|
763
|
+
@pulumi.getter(name="discardRate")
|
|
764
|
+
def discard_rate(self) -> pulumi.Output[Optional[float]]:
|
|
765
|
+
"""
|
|
766
|
+
If the discard rate is not filled, the default value is 0.
|
|
767
|
+
"""
|
|
768
|
+
return pulumi.get(self, "discard_rate")
|
|
769
|
+
|
|
770
|
+
@property
|
|
771
|
+
@pulumi.getter(name="fieldName")
|
|
772
|
+
def field_name(self) -> pulumi.Output[str]:
|
|
773
|
+
"""
|
|
774
|
+
The list of delivery fields to be modified, separated by commas.
|
|
775
|
+
"""
|
|
776
|
+
return pulumi.get(self, "field_name")
|
|
777
|
+
|
|
778
|
+
@property
|
|
779
|
+
@pulumi.getter(name="httpDelivery")
|
|
780
|
+
def http_delivery(self) -> pulumi.Output[Optional['outputs.SiteDeliveryTaskHttpDelivery']]:
|
|
781
|
+
"""
|
|
782
|
+
HTTP delivery configuration parameters. See `http_delivery` below.
|
|
783
|
+
"""
|
|
784
|
+
return pulumi.get(self, "http_delivery")
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter(name="kafkaDelivery")
|
|
788
|
+
def kafka_delivery(self) -> pulumi.Output[Optional['outputs.SiteDeliveryTaskKafkaDelivery']]:
|
|
789
|
+
"""
|
|
790
|
+
Kafka delivery configuration parameters. See `kafka_delivery` below.
|
|
791
|
+
"""
|
|
792
|
+
return pulumi.get(self, "kafka_delivery")
|
|
793
|
+
|
|
794
|
+
@property
|
|
795
|
+
@pulumi.getter(name="ossDelivery")
|
|
796
|
+
def oss_delivery(self) -> pulumi.Output[Optional['outputs.SiteDeliveryTaskOssDelivery']]:
|
|
797
|
+
"""
|
|
798
|
+
OSS delivery configuration. See `oss_delivery` below.
|
|
799
|
+
"""
|
|
800
|
+
return pulumi.get(self, "oss_delivery")
|
|
801
|
+
|
|
802
|
+
@property
|
|
803
|
+
@pulumi.getter(name="s3Delivery")
|
|
804
|
+
def s3_delivery(self) -> pulumi.Output[Optional['outputs.SiteDeliveryTaskS3Delivery']]:
|
|
805
|
+
"""
|
|
806
|
+
S3/S3 compatible delivery configuration parameters. See `s3_delivery` below.
|
|
807
|
+
"""
|
|
808
|
+
return pulumi.get(self, "s3_delivery")
|
|
809
|
+
|
|
810
|
+
@property
|
|
811
|
+
@pulumi.getter(name="siteId")
|
|
812
|
+
def site_id(self) -> pulumi.Output[int]:
|
|
813
|
+
"""
|
|
814
|
+
The site ID, which can be obtained by calling the [ListSites](https://help.aliyun.com/document_detail/2850189.html) interface.
|
|
815
|
+
"""
|
|
816
|
+
return pulumi.get(self, "site_id")
|
|
817
|
+
|
|
818
|
+
@property
|
|
819
|
+
@pulumi.getter(name="slsDelivery")
|
|
820
|
+
def sls_delivery(self) -> pulumi.Output[Optional['outputs.SiteDeliveryTaskSlsDelivery']]:
|
|
821
|
+
"""
|
|
822
|
+
SLS delivery configuration. See `sls_delivery` below.
|
|
823
|
+
"""
|
|
824
|
+
return pulumi.get(self, "sls_delivery")
|
|
825
|
+
|
|
826
|
+
@property
|
|
827
|
+
@pulumi.getter
|
|
828
|
+
def status(self) -> pulumi.Output[str]:
|
|
829
|
+
"""
|
|
830
|
+
Task status, value:
|
|
831
|
+
"""
|
|
832
|
+
return pulumi.get(self, "status")
|
|
833
|
+
|
|
834
|
+
@property
|
|
835
|
+
@pulumi.getter(name="taskName")
|
|
836
|
+
def task_name(self) -> pulumi.Output[str]:
|
|
837
|
+
"""
|
|
838
|
+
The task name.
|
|
839
|
+
"""
|
|
840
|
+
return pulumi.get(self, "task_name")
|
|
841
|
+
|