pulumi-alicloud 3.76.0a1743484854__py3-none-any.whl → 3.76.0a1744139894__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.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
|
@@ -19,39 +19,148 @@ __all__ = ['GrafanaWorkspaceArgs', 'GrafanaWorkspace']
|
|
|
19
19
|
@pulumi.input_type
|
|
20
20
|
class GrafanaWorkspaceArgs:
|
|
21
21
|
def __init__(__self__, *,
|
|
22
|
+
grafana_workspace_name: pulumi.Input[str],
|
|
23
|
+
account_number: Optional[pulumi.Input[str]] = None,
|
|
24
|
+
aliyun_lang: Optional[pulumi.Input[str]] = None,
|
|
25
|
+
auto_renew: Optional[pulumi.Input[bool]] = None,
|
|
26
|
+
custom_account_number: Optional[pulumi.Input[str]] = None,
|
|
22
27
|
description: Optional[pulumi.Input[str]] = None,
|
|
28
|
+
duration: Optional[pulumi.Input[str]] = None,
|
|
23
29
|
grafana_version: Optional[pulumi.Input[str]] = None,
|
|
24
30
|
grafana_workspace_edition: Optional[pulumi.Input[str]] = None,
|
|
25
|
-
|
|
31
|
+
password: Optional[pulumi.Input[str]] = None,
|
|
32
|
+
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
26
33
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
27
34
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
28
35
|
"""
|
|
29
36
|
The set of arguments for constructing a GrafanaWorkspace resource.
|
|
30
|
-
:param pulumi.Input[str]
|
|
31
|
-
:param pulumi.Input[str]
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
+
:param pulumi.Input[str] grafana_workspace_name: The name of the resource
|
|
38
|
+
:param pulumi.Input[str] account_number: Value Description:
|
|
39
|
+
GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
40
|
+
GrafanaWorkspaceEdition is personal_edition. This parameter is invalid. Default value: 1.
|
|
41
|
+
The value of GrafanaWorkspaceEdition is experts_edition. The values are respectively 10, 30, and 50. The default value is 10.
|
|
42
|
+
The value of GrafanaWorkspaceEdition is advanced_edition. This parameter is invalid. The default value is 100.
|
|
43
|
+
:param pulumi.Input[str] aliyun_lang: Language environment (if not filled in, default is zh): zh, en.
|
|
44
|
+
:param pulumi.Input[bool] auto_renew: Whether to automatically renew. Value range:
|
|
45
|
+
- true: Automatic renewal. Default value: true.
|
|
46
|
+
- false: Do not renew automatically.
|
|
47
|
+
:param pulumi.Input[str] custom_account_number: The number of additional user-defined accounts. Value Description:
|
|
48
|
+
- GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
49
|
+
- GrafanaWorkspaceEdition is personal_edition, this parameter is invalid.
|
|
50
|
+
- GrafanaWorkspaceEdition is experts_edition, this parameter is invalid.
|
|
51
|
+
- GrafanaWorkspaceEdition is advanced_edition. The value range is 0 to 2000 and is a multiple of 10. The default value is 0.
|
|
52
|
+
:param pulumi.Input[str] description: Description
|
|
53
|
+
:param pulumi.Input[str] duration: The time of the instance package. Valid values:
|
|
54
|
+
- PricingCycle is Month, indicating monthly payment. The value range is 1 to 9.
|
|
55
|
+
- PricingCycle is set to Year, indicating annual payment. The value range is 1 to 3. Default value: 1.
|
|
56
|
+
:param pulumi.Input[str] grafana_version: Grafana version
|
|
57
|
+
:param pulumi.Input[str] grafana_workspace_edition: Edition
|
|
58
|
+
:param pulumi.Input[str] password: The password of the instance. It is 8 to 30 characters in length and must contain three types of characters: uppercase and lowercase letters, numbers, and special symbols. Special symbols can be:()'~! @#$%^& *-_+ =
|
|
59
|
+
:param pulumi.Input[str] pricing_cycle: The billing cycle of the package year and Month. Value: Month (default): purchase by Month. Year: Purchased by Year.
|
|
60
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
61
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
|
|
62
|
+
"""
|
|
63
|
+
pulumi.set(__self__, "grafana_workspace_name", grafana_workspace_name)
|
|
64
|
+
if account_number is not None:
|
|
65
|
+
pulumi.set(__self__, "account_number", account_number)
|
|
66
|
+
if aliyun_lang is not None:
|
|
67
|
+
pulumi.set(__self__, "aliyun_lang", aliyun_lang)
|
|
68
|
+
if auto_renew is not None:
|
|
69
|
+
pulumi.set(__self__, "auto_renew", auto_renew)
|
|
70
|
+
if custom_account_number is not None:
|
|
71
|
+
pulumi.set(__self__, "custom_account_number", custom_account_number)
|
|
37
72
|
if description is not None:
|
|
38
73
|
pulumi.set(__self__, "description", description)
|
|
74
|
+
if duration is not None:
|
|
75
|
+
pulumi.set(__self__, "duration", duration)
|
|
39
76
|
if grafana_version is not None:
|
|
40
77
|
pulumi.set(__self__, "grafana_version", grafana_version)
|
|
41
78
|
if grafana_workspace_edition is not None:
|
|
42
79
|
pulumi.set(__self__, "grafana_workspace_edition", grafana_workspace_edition)
|
|
43
|
-
if
|
|
44
|
-
pulumi.set(__self__, "
|
|
80
|
+
if password is not None:
|
|
81
|
+
pulumi.set(__self__, "password", password)
|
|
82
|
+
if pricing_cycle is not None:
|
|
83
|
+
pulumi.set(__self__, "pricing_cycle", pricing_cycle)
|
|
45
84
|
if resource_group_id is not None:
|
|
46
85
|
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
47
86
|
if tags is not None:
|
|
48
87
|
pulumi.set(__self__, "tags", tags)
|
|
49
88
|
|
|
89
|
+
@property
|
|
90
|
+
@pulumi.getter(name="grafanaWorkspaceName")
|
|
91
|
+
def grafana_workspace_name(self) -> pulumi.Input[str]:
|
|
92
|
+
"""
|
|
93
|
+
The name of the resource
|
|
94
|
+
"""
|
|
95
|
+
return pulumi.get(self, "grafana_workspace_name")
|
|
96
|
+
|
|
97
|
+
@grafana_workspace_name.setter
|
|
98
|
+
def grafana_workspace_name(self, value: pulumi.Input[str]):
|
|
99
|
+
pulumi.set(self, "grafana_workspace_name", value)
|
|
100
|
+
|
|
101
|
+
@property
|
|
102
|
+
@pulumi.getter(name="accountNumber")
|
|
103
|
+
def account_number(self) -> Optional[pulumi.Input[str]]:
|
|
104
|
+
"""
|
|
105
|
+
Value Description:
|
|
106
|
+
GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
107
|
+
GrafanaWorkspaceEdition is personal_edition. This parameter is invalid. Default value: 1.
|
|
108
|
+
The value of GrafanaWorkspaceEdition is experts_edition. The values are respectively 10, 30, and 50. The default value is 10.
|
|
109
|
+
The value of GrafanaWorkspaceEdition is advanced_edition. This parameter is invalid. The default value is 100.
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "account_number")
|
|
112
|
+
|
|
113
|
+
@account_number.setter
|
|
114
|
+
def account_number(self, value: Optional[pulumi.Input[str]]):
|
|
115
|
+
pulumi.set(self, "account_number", value)
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="aliyunLang")
|
|
119
|
+
def aliyun_lang(self) -> Optional[pulumi.Input[str]]:
|
|
120
|
+
"""
|
|
121
|
+
Language environment (if not filled in, default is zh): zh, en.
|
|
122
|
+
"""
|
|
123
|
+
return pulumi.get(self, "aliyun_lang")
|
|
124
|
+
|
|
125
|
+
@aliyun_lang.setter
|
|
126
|
+
def aliyun_lang(self, value: Optional[pulumi.Input[str]]):
|
|
127
|
+
pulumi.set(self, "aliyun_lang", value)
|
|
128
|
+
|
|
129
|
+
@property
|
|
130
|
+
@pulumi.getter(name="autoRenew")
|
|
131
|
+
def auto_renew(self) -> Optional[pulumi.Input[bool]]:
|
|
132
|
+
"""
|
|
133
|
+
Whether to automatically renew. Value range:
|
|
134
|
+
- true: Automatic renewal. Default value: true.
|
|
135
|
+
- false: Do not renew automatically.
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "auto_renew")
|
|
138
|
+
|
|
139
|
+
@auto_renew.setter
|
|
140
|
+
def auto_renew(self, value: Optional[pulumi.Input[bool]]):
|
|
141
|
+
pulumi.set(self, "auto_renew", value)
|
|
142
|
+
|
|
143
|
+
@property
|
|
144
|
+
@pulumi.getter(name="customAccountNumber")
|
|
145
|
+
def custom_account_number(self) -> Optional[pulumi.Input[str]]:
|
|
146
|
+
"""
|
|
147
|
+
The number of additional user-defined accounts. Value Description:
|
|
148
|
+
- GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
149
|
+
- GrafanaWorkspaceEdition is personal_edition, this parameter is invalid.
|
|
150
|
+
- GrafanaWorkspaceEdition is experts_edition, this parameter is invalid.
|
|
151
|
+
- GrafanaWorkspaceEdition is advanced_edition. The value range is 0 to 2000 and is a multiple of 10. The default value is 0.
|
|
152
|
+
"""
|
|
153
|
+
return pulumi.get(self, "custom_account_number")
|
|
154
|
+
|
|
155
|
+
@custom_account_number.setter
|
|
156
|
+
def custom_account_number(self, value: Optional[pulumi.Input[str]]):
|
|
157
|
+
pulumi.set(self, "custom_account_number", value)
|
|
158
|
+
|
|
50
159
|
@property
|
|
51
160
|
@pulumi.getter
|
|
52
161
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
53
162
|
"""
|
|
54
|
-
Description
|
|
163
|
+
Description
|
|
55
164
|
"""
|
|
56
165
|
return pulumi.get(self, "description")
|
|
57
166
|
|
|
@@ -59,11 +168,25 @@ class GrafanaWorkspaceArgs:
|
|
|
59
168
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
60
169
|
pulumi.set(self, "description", value)
|
|
61
170
|
|
|
171
|
+
@property
|
|
172
|
+
@pulumi.getter
|
|
173
|
+
def duration(self) -> Optional[pulumi.Input[str]]:
|
|
174
|
+
"""
|
|
175
|
+
The time of the instance package. Valid values:
|
|
176
|
+
- PricingCycle is Month, indicating monthly payment. The value range is 1 to 9.
|
|
177
|
+
- PricingCycle is set to Year, indicating annual payment. The value range is 1 to 3. Default value: 1.
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "duration")
|
|
180
|
+
|
|
181
|
+
@duration.setter
|
|
182
|
+
def duration(self, value: Optional[pulumi.Input[str]]):
|
|
183
|
+
pulumi.set(self, "duration", value)
|
|
184
|
+
|
|
62
185
|
@property
|
|
63
186
|
@pulumi.getter(name="grafanaVersion")
|
|
64
187
|
def grafana_version(self) -> Optional[pulumi.Input[str]]:
|
|
65
188
|
"""
|
|
66
|
-
|
|
189
|
+
Grafana version
|
|
67
190
|
"""
|
|
68
191
|
return pulumi.get(self, "grafana_version")
|
|
69
192
|
|
|
@@ -75,7 +198,7 @@ class GrafanaWorkspaceArgs:
|
|
|
75
198
|
@pulumi.getter(name="grafanaWorkspaceEdition")
|
|
76
199
|
def grafana_workspace_edition(self) -> Optional[pulumi.Input[str]]:
|
|
77
200
|
"""
|
|
78
|
-
|
|
201
|
+
Edition
|
|
79
202
|
"""
|
|
80
203
|
return pulumi.get(self, "grafana_workspace_edition")
|
|
81
204
|
|
|
@@ -84,22 +207,34 @@ class GrafanaWorkspaceArgs:
|
|
|
84
207
|
pulumi.set(self, "grafana_workspace_edition", value)
|
|
85
208
|
|
|
86
209
|
@property
|
|
87
|
-
@pulumi.getter
|
|
88
|
-
def
|
|
210
|
+
@pulumi.getter
|
|
211
|
+
def password(self) -> Optional[pulumi.Input[str]]:
|
|
89
212
|
"""
|
|
90
|
-
The
|
|
213
|
+
The password of the instance. It is 8 to 30 characters in length and must contain three types of characters: uppercase and lowercase letters, numbers, and special symbols. Special symbols can be:()'~! @#$%^& *-_+ =
|
|
91
214
|
"""
|
|
92
|
-
return pulumi.get(self, "
|
|
215
|
+
return pulumi.get(self, "password")
|
|
93
216
|
|
|
94
|
-
@
|
|
95
|
-
def
|
|
96
|
-
pulumi.set(self, "
|
|
217
|
+
@password.setter
|
|
218
|
+
def password(self, value: Optional[pulumi.Input[str]]):
|
|
219
|
+
pulumi.set(self, "password", value)
|
|
220
|
+
|
|
221
|
+
@property
|
|
222
|
+
@pulumi.getter(name="pricingCycle")
|
|
223
|
+
def pricing_cycle(self) -> Optional[pulumi.Input[str]]:
|
|
224
|
+
"""
|
|
225
|
+
The billing cycle of the package year and Month. Value: Month (default): purchase by Month. Year: Purchased by Year.
|
|
226
|
+
"""
|
|
227
|
+
return pulumi.get(self, "pricing_cycle")
|
|
228
|
+
|
|
229
|
+
@pricing_cycle.setter
|
|
230
|
+
def pricing_cycle(self, value: Optional[pulumi.Input[str]]):
|
|
231
|
+
pulumi.set(self, "pricing_cycle", value)
|
|
97
232
|
|
|
98
233
|
@property
|
|
99
234
|
@pulumi.getter(name="resourceGroupId")
|
|
100
235
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
101
236
|
"""
|
|
102
|
-
The ID of the resource group
|
|
237
|
+
The ID of the resource group
|
|
103
238
|
"""
|
|
104
239
|
return pulumi.get(self, "resource_group_id")
|
|
105
240
|
|
|
@@ -111,7 +246,7 @@ class GrafanaWorkspaceArgs:
|
|
|
111
246
|
@pulumi.getter
|
|
112
247
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
113
248
|
"""
|
|
114
|
-
The tag of the resource
|
|
249
|
+
The tag of the resource
|
|
115
250
|
"""
|
|
116
251
|
return pulumi.get(self, "tags")
|
|
117
252
|
|
|
@@ -123,35 +258,79 @@ class GrafanaWorkspaceArgs:
|
|
|
123
258
|
@pulumi.input_type
|
|
124
259
|
class _GrafanaWorkspaceState:
|
|
125
260
|
def __init__(__self__, *,
|
|
261
|
+
account_number: Optional[pulumi.Input[str]] = None,
|
|
262
|
+
aliyun_lang: Optional[pulumi.Input[str]] = None,
|
|
263
|
+
auto_renew: Optional[pulumi.Input[bool]] = None,
|
|
126
264
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
265
|
+
custom_account_number: Optional[pulumi.Input[str]] = None,
|
|
127
266
|
description: Optional[pulumi.Input[str]] = None,
|
|
267
|
+
duration: Optional[pulumi.Input[str]] = None,
|
|
128
268
|
grafana_version: Optional[pulumi.Input[str]] = None,
|
|
129
269
|
grafana_workspace_edition: Optional[pulumi.Input[str]] = None,
|
|
130
270
|
grafana_workspace_name: Optional[pulumi.Input[str]] = None,
|
|
271
|
+
password: Optional[pulumi.Input[str]] = None,
|
|
272
|
+
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
273
|
+
region_id: Optional[pulumi.Input[str]] = None,
|
|
131
274
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
132
275
|
status: Optional[pulumi.Input[str]] = None,
|
|
133
276
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
134
277
|
"""
|
|
135
278
|
Input properties used for looking up and filtering GrafanaWorkspace resources.
|
|
136
|
-
:param pulumi.Input[str]
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
:param pulumi.Input[str]
|
|
142
|
-
:param pulumi.Input[
|
|
143
|
-
|
|
144
|
-
|
|
279
|
+
:param pulumi.Input[str] account_number: Value Description:
|
|
280
|
+
GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
281
|
+
GrafanaWorkspaceEdition is personal_edition. This parameter is invalid. Default value: 1.
|
|
282
|
+
The value of GrafanaWorkspaceEdition is experts_edition. The values are respectively 10, 30, and 50. The default value is 10.
|
|
283
|
+
The value of GrafanaWorkspaceEdition is advanced_edition. This parameter is invalid. The default value is 100.
|
|
284
|
+
:param pulumi.Input[str] aliyun_lang: Language environment (if not filled in, default is zh): zh, en.
|
|
285
|
+
:param pulumi.Input[bool] auto_renew: Whether to automatically renew. Value range:
|
|
286
|
+
- true: Automatic renewal. Default value: true.
|
|
287
|
+
- false: Do not renew automatically.
|
|
288
|
+
:param pulumi.Input[str] create_time: The creation time of the resource
|
|
289
|
+
:param pulumi.Input[str] custom_account_number: The number of additional user-defined accounts. Value Description:
|
|
290
|
+
- GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
291
|
+
- GrafanaWorkspaceEdition is personal_edition, this parameter is invalid.
|
|
292
|
+
- GrafanaWorkspaceEdition is experts_edition, this parameter is invalid.
|
|
293
|
+
- GrafanaWorkspaceEdition is advanced_edition. The value range is 0 to 2000 and is a multiple of 10. The default value is 0.
|
|
294
|
+
:param pulumi.Input[str] description: Description
|
|
295
|
+
:param pulumi.Input[str] duration: The time of the instance package. Valid values:
|
|
296
|
+
- PricingCycle is Month, indicating monthly payment. The value range is 1 to 9.
|
|
297
|
+
- PricingCycle is set to Year, indicating annual payment. The value range is 1 to 3. Default value: 1.
|
|
298
|
+
:param pulumi.Input[str] grafana_version: Grafana version
|
|
299
|
+
:param pulumi.Input[str] grafana_workspace_edition: Edition
|
|
300
|
+
:param pulumi.Input[str] grafana_workspace_name: The name of the resource
|
|
301
|
+
:param pulumi.Input[str] password: The password of the instance. It is 8 to 30 characters in length and must contain three types of characters: uppercase and lowercase letters, numbers, and special symbols. Special symbols can be:()'~! @#$%^& *-_+ =
|
|
302
|
+
:param pulumi.Input[str] pricing_cycle: The billing cycle of the package year and Month. Value: Month (default): purchase by Month. Year: Purchased by Year.
|
|
303
|
+
:param pulumi.Input[str] region_id: The region ID of the resource
|
|
304
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
305
|
+
:param pulumi.Input[str] status: The status of the resource
|
|
306
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
|
|
307
|
+
"""
|
|
308
|
+
if account_number is not None:
|
|
309
|
+
pulumi.set(__self__, "account_number", account_number)
|
|
310
|
+
if aliyun_lang is not None:
|
|
311
|
+
pulumi.set(__self__, "aliyun_lang", aliyun_lang)
|
|
312
|
+
if auto_renew is not None:
|
|
313
|
+
pulumi.set(__self__, "auto_renew", auto_renew)
|
|
145
314
|
if create_time is not None:
|
|
146
315
|
pulumi.set(__self__, "create_time", create_time)
|
|
316
|
+
if custom_account_number is not None:
|
|
317
|
+
pulumi.set(__self__, "custom_account_number", custom_account_number)
|
|
147
318
|
if description is not None:
|
|
148
319
|
pulumi.set(__self__, "description", description)
|
|
320
|
+
if duration is not None:
|
|
321
|
+
pulumi.set(__self__, "duration", duration)
|
|
149
322
|
if grafana_version is not None:
|
|
150
323
|
pulumi.set(__self__, "grafana_version", grafana_version)
|
|
151
324
|
if grafana_workspace_edition is not None:
|
|
152
325
|
pulumi.set(__self__, "grafana_workspace_edition", grafana_workspace_edition)
|
|
153
326
|
if grafana_workspace_name is not None:
|
|
154
327
|
pulumi.set(__self__, "grafana_workspace_name", grafana_workspace_name)
|
|
328
|
+
if password is not None:
|
|
329
|
+
pulumi.set(__self__, "password", password)
|
|
330
|
+
if pricing_cycle is not None:
|
|
331
|
+
pulumi.set(__self__, "pricing_cycle", pricing_cycle)
|
|
332
|
+
if region_id is not None:
|
|
333
|
+
pulumi.set(__self__, "region_id", region_id)
|
|
155
334
|
if resource_group_id is not None:
|
|
156
335
|
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
157
336
|
if status is not None:
|
|
@@ -159,11 +338,53 @@ class _GrafanaWorkspaceState:
|
|
|
159
338
|
if tags is not None:
|
|
160
339
|
pulumi.set(__self__, "tags", tags)
|
|
161
340
|
|
|
341
|
+
@property
|
|
342
|
+
@pulumi.getter(name="accountNumber")
|
|
343
|
+
def account_number(self) -> Optional[pulumi.Input[str]]:
|
|
344
|
+
"""
|
|
345
|
+
Value Description:
|
|
346
|
+
GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
347
|
+
GrafanaWorkspaceEdition is personal_edition. This parameter is invalid. Default value: 1.
|
|
348
|
+
The value of GrafanaWorkspaceEdition is experts_edition. The values are respectively 10, 30, and 50. The default value is 10.
|
|
349
|
+
The value of GrafanaWorkspaceEdition is advanced_edition. This parameter is invalid. The default value is 100.
|
|
350
|
+
"""
|
|
351
|
+
return pulumi.get(self, "account_number")
|
|
352
|
+
|
|
353
|
+
@account_number.setter
|
|
354
|
+
def account_number(self, value: Optional[pulumi.Input[str]]):
|
|
355
|
+
pulumi.set(self, "account_number", value)
|
|
356
|
+
|
|
357
|
+
@property
|
|
358
|
+
@pulumi.getter(name="aliyunLang")
|
|
359
|
+
def aliyun_lang(self) -> Optional[pulumi.Input[str]]:
|
|
360
|
+
"""
|
|
361
|
+
Language environment (if not filled in, default is zh): zh, en.
|
|
362
|
+
"""
|
|
363
|
+
return pulumi.get(self, "aliyun_lang")
|
|
364
|
+
|
|
365
|
+
@aliyun_lang.setter
|
|
366
|
+
def aliyun_lang(self, value: Optional[pulumi.Input[str]]):
|
|
367
|
+
pulumi.set(self, "aliyun_lang", value)
|
|
368
|
+
|
|
369
|
+
@property
|
|
370
|
+
@pulumi.getter(name="autoRenew")
|
|
371
|
+
def auto_renew(self) -> Optional[pulumi.Input[bool]]:
|
|
372
|
+
"""
|
|
373
|
+
Whether to automatically renew. Value range:
|
|
374
|
+
- true: Automatic renewal. Default value: true.
|
|
375
|
+
- false: Do not renew automatically.
|
|
376
|
+
"""
|
|
377
|
+
return pulumi.get(self, "auto_renew")
|
|
378
|
+
|
|
379
|
+
@auto_renew.setter
|
|
380
|
+
def auto_renew(self, value: Optional[pulumi.Input[bool]]):
|
|
381
|
+
pulumi.set(self, "auto_renew", value)
|
|
382
|
+
|
|
162
383
|
@property
|
|
163
384
|
@pulumi.getter(name="createTime")
|
|
164
385
|
def create_time(self) -> Optional[pulumi.Input[str]]:
|
|
165
386
|
"""
|
|
166
|
-
The creation time of the resource
|
|
387
|
+
The creation time of the resource
|
|
167
388
|
"""
|
|
168
389
|
return pulumi.get(self, "create_time")
|
|
169
390
|
|
|
@@ -171,11 +392,27 @@ class _GrafanaWorkspaceState:
|
|
|
171
392
|
def create_time(self, value: Optional[pulumi.Input[str]]):
|
|
172
393
|
pulumi.set(self, "create_time", value)
|
|
173
394
|
|
|
395
|
+
@property
|
|
396
|
+
@pulumi.getter(name="customAccountNumber")
|
|
397
|
+
def custom_account_number(self) -> Optional[pulumi.Input[str]]:
|
|
398
|
+
"""
|
|
399
|
+
The number of additional user-defined accounts. Value Description:
|
|
400
|
+
- GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
401
|
+
- GrafanaWorkspaceEdition is personal_edition, this parameter is invalid.
|
|
402
|
+
- GrafanaWorkspaceEdition is experts_edition, this parameter is invalid.
|
|
403
|
+
- GrafanaWorkspaceEdition is advanced_edition. The value range is 0 to 2000 and is a multiple of 10. The default value is 0.
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "custom_account_number")
|
|
406
|
+
|
|
407
|
+
@custom_account_number.setter
|
|
408
|
+
def custom_account_number(self, value: Optional[pulumi.Input[str]]):
|
|
409
|
+
pulumi.set(self, "custom_account_number", value)
|
|
410
|
+
|
|
174
411
|
@property
|
|
175
412
|
@pulumi.getter
|
|
176
413
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
177
414
|
"""
|
|
178
|
-
Description
|
|
415
|
+
Description
|
|
179
416
|
"""
|
|
180
417
|
return pulumi.get(self, "description")
|
|
181
418
|
|
|
@@ -183,11 +420,25 @@ class _GrafanaWorkspaceState:
|
|
|
183
420
|
def description(self, value: Optional[pulumi.Input[str]]):
|
|
184
421
|
pulumi.set(self, "description", value)
|
|
185
422
|
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter
|
|
425
|
+
def duration(self) -> Optional[pulumi.Input[str]]:
|
|
426
|
+
"""
|
|
427
|
+
The time of the instance package. Valid values:
|
|
428
|
+
- PricingCycle is Month, indicating monthly payment. The value range is 1 to 9.
|
|
429
|
+
- PricingCycle is set to Year, indicating annual payment. The value range is 1 to 3. Default value: 1.
|
|
430
|
+
"""
|
|
431
|
+
return pulumi.get(self, "duration")
|
|
432
|
+
|
|
433
|
+
@duration.setter
|
|
434
|
+
def duration(self, value: Optional[pulumi.Input[str]]):
|
|
435
|
+
pulumi.set(self, "duration", value)
|
|
436
|
+
|
|
186
437
|
@property
|
|
187
438
|
@pulumi.getter(name="grafanaVersion")
|
|
188
439
|
def grafana_version(self) -> Optional[pulumi.Input[str]]:
|
|
189
440
|
"""
|
|
190
|
-
|
|
441
|
+
Grafana version
|
|
191
442
|
"""
|
|
192
443
|
return pulumi.get(self, "grafana_version")
|
|
193
444
|
|
|
@@ -199,7 +450,7 @@ class _GrafanaWorkspaceState:
|
|
|
199
450
|
@pulumi.getter(name="grafanaWorkspaceEdition")
|
|
200
451
|
def grafana_workspace_edition(self) -> Optional[pulumi.Input[str]]:
|
|
201
452
|
"""
|
|
202
|
-
|
|
453
|
+
Edition
|
|
203
454
|
"""
|
|
204
455
|
return pulumi.get(self, "grafana_workspace_edition")
|
|
205
456
|
|
|
@@ -211,7 +462,7 @@ class _GrafanaWorkspaceState:
|
|
|
211
462
|
@pulumi.getter(name="grafanaWorkspaceName")
|
|
212
463
|
def grafana_workspace_name(self) -> Optional[pulumi.Input[str]]:
|
|
213
464
|
"""
|
|
214
|
-
The name of the resource
|
|
465
|
+
The name of the resource
|
|
215
466
|
"""
|
|
216
467
|
return pulumi.get(self, "grafana_workspace_name")
|
|
217
468
|
|
|
@@ -219,11 +470,47 @@ class _GrafanaWorkspaceState:
|
|
|
219
470
|
def grafana_workspace_name(self, value: Optional[pulumi.Input[str]]):
|
|
220
471
|
pulumi.set(self, "grafana_workspace_name", value)
|
|
221
472
|
|
|
473
|
+
@property
|
|
474
|
+
@pulumi.getter
|
|
475
|
+
def password(self) -> Optional[pulumi.Input[str]]:
|
|
476
|
+
"""
|
|
477
|
+
The password of the instance. It is 8 to 30 characters in length and must contain three types of characters: uppercase and lowercase letters, numbers, and special symbols. Special symbols can be:()'~! @#$%^& *-_+ =
|
|
478
|
+
"""
|
|
479
|
+
return pulumi.get(self, "password")
|
|
480
|
+
|
|
481
|
+
@password.setter
|
|
482
|
+
def password(self, value: Optional[pulumi.Input[str]]):
|
|
483
|
+
pulumi.set(self, "password", value)
|
|
484
|
+
|
|
485
|
+
@property
|
|
486
|
+
@pulumi.getter(name="pricingCycle")
|
|
487
|
+
def pricing_cycle(self) -> Optional[pulumi.Input[str]]:
|
|
488
|
+
"""
|
|
489
|
+
The billing cycle of the package year and Month. Value: Month (default): purchase by Month. Year: Purchased by Year.
|
|
490
|
+
"""
|
|
491
|
+
return pulumi.get(self, "pricing_cycle")
|
|
492
|
+
|
|
493
|
+
@pricing_cycle.setter
|
|
494
|
+
def pricing_cycle(self, value: Optional[pulumi.Input[str]]):
|
|
495
|
+
pulumi.set(self, "pricing_cycle", value)
|
|
496
|
+
|
|
497
|
+
@property
|
|
498
|
+
@pulumi.getter(name="regionId")
|
|
499
|
+
def region_id(self) -> Optional[pulumi.Input[str]]:
|
|
500
|
+
"""
|
|
501
|
+
The region ID of the resource
|
|
502
|
+
"""
|
|
503
|
+
return pulumi.get(self, "region_id")
|
|
504
|
+
|
|
505
|
+
@region_id.setter
|
|
506
|
+
def region_id(self, value: Optional[pulumi.Input[str]]):
|
|
507
|
+
pulumi.set(self, "region_id", value)
|
|
508
|
+
|
|
222
509
|
@property
|
|
223
510
|
@pulumi.getter(name="resourceGroupId")
|
|
224
511
|
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
225
512
|
"""
|
|
226
|
-
The ID of the resource group
|
|
513
|
+
The ID of the resource group
|
|
227
514
|
"""
|
|
228
515
|
return pulumi.get(self, "resource_group_id")
|
|
229
516
|
|
|
@@ -235,7 +522,7 @@ class _GrafanaWorkspaceState:
|
|
|
235
522
|
@pulumi.getter
|
|
236
523
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
237
524
|
"""
|
|
238
|
-
The status of the resource
|
|
525
|
+
The status of the resource
|
|
239
526
|
"""
|
|
240
527
|
return pulumi.get(self, "status")
|
|
241
528
|
|
|
@@ -247,7 +534,7 @@ class _GrafanaWorkspaceState:
|
|
|
247
534
|
@pulumi.getter
|
|
248
535
|
def tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
249
536
|
"""
|
|
250
|
-
The tag of the resource
|
|
537
|
+
The tag of the resource
|
|
251
538
|
"""
|
|
252
539
|
return pulumi.get(self, "tags")
|
|
253
540
|
|
|
@@ -261,17 +548,24 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
261
548
|
def __init__(__self__,
|
|
262
549
|
resource_name: str,
|
|
263
550
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
551
|
+
account_number: Optional[pulumi.Input[str]] = None,
|
|
552
|
+
aliyun_lang: Optional[pulumi.Input[str]] = None,
|
|
553
|
+
auto_renew: Optional[pulumi.Input[bool]] = None,
|
|
554
|
+
custom_account_number: Optional[pulumi.Input[str]] = None,
|
|
264
555
|
description: Optional[pulumi.Input[str]] = None,
|
|
556
|
+
duration: Optional[pulumi.Input[str]] = None,
|
|
265
557
|
grafana_version: Optional[pulumi.Input[str]] = None,
|
|
266
558
|
grafana_workspace_edition: Optional[pulumi.Input[str]] = None,
|
|
267
559
|
grafana_workspace_name: Optional[pulumi.Input[str]] = None,
|
|
560
|
+
password: Optional[pulumi.Input[str]] = None,
|
|
561
|
+
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
268
562
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
269
563
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
270
564
|
__props__=None):
|
|
271
565
|
"""
|
|
272
|
-
Provides a ARMS Grafana Workspace resource.
|
|
566
|
+
Provides a Application Real-Time Monitoring Service (ARMS) Grafana Workspace resource.
|
|
273
567
|
|
|
274
|
-
For information about ARMS Grafana Workspace and how to use it, see [What is Grafana Workspace](https://next.api.alibabacloud.com/document/ARMS/2019-08-08/ListGrafanaWorkspace).
|
|
568
|
+
For information about Application Real-Time Monitoring Service (ARMS) Grafana Workspace and how to use it, see [What is Grafana Workspace](https://next.api.alibabacloud.com/document/ARMS/2019-08-08/ListGrafanaWorkspace).
|
|
275
569
|
|
|
276
570
|
> **NOTE:** Available since v1.215.0.
|
|
277
571
|
|
|
@@ -302,7 +596,7 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
302
596
|
|
|
303
597
|
## Import
|
|
304
598
|
|
|
305
|
-
ARMS Grafana Workspace can be imported using the id, e.g.
|
|
599
|
+
Application Real-Time Monitoring Service (ARMS) Grafana Workspace can be imported using the id, e.g.
|
|
306
600
|
|
|
307
601
|
```sh
|
|
308
602
|
$ pulumi import alicloud:arms/grafanaWorkspace:GrafanaWorkspace example <id>
|
|
@@ -310,23 +604,42 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
310
604
|
|
|
311
605
|
:param str resource_name: The name of the resource.
|
|
312
606
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
313
|
-
:param pulumi.Input[str]
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
:param pulumi.Input[
|
|
607
|
+
:param pulumi.Input[str] account_number: Value Description:
|
|
608
|
+
GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
609
|
+
GrafanaWorkspaceEdition is personal_edition. This parameter is invalid. Default value: 1.
|
|
610
|
+
The value of GrafanaWorkspaceEdition is experts_edition. The values are respectively 10, 30, and 50. The default value is 10.
|
|
611
|
+
The value of GrafanaWorkspaceEdition is advanced_edition. This parameter is invalid. The default value is 100.
|
|
612
|
+
:param pulumi.Input[str] aliyun_lang: Language environment (if not filled in, default is zh): zh, en.
|
|
613
|
+
:param pulumi.Input[bool] auto_renew: Whether to automatically renew. Value range:
|
|
614
|
+
- true: Automatic renewal. Default value: true.
|
|
615
|
+
- false: Do not renew automatically.
|
|
616
|
+
:param pulumi.Input[str] custom_account_number: The number of additional user-defined accounts. Value Description:
|
|
617
|
+
- GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
618
|
+
- GrafanaWorkspaceEdition is personal_edition, this parameter is invalid.
|
|
619
|
+
- GrafanaWorkspaceEdition is experts_edition, this parameter is invalid.
|
|
620
|
+
- GrafanaWorkspaceEdition is advanced_edition. The value range is 0 to 2000 and is a multiple of 10. The default value is 0.
|
|
621
|
+
:param pulumi.Input[str] description: Description
|
|
622
|
+
:param pulumi.Input[str] duration: The time of the instance package. Valid values:
|
|
623
|
+
- PricingCycle is Month, indicating monthly payment. The value range is 1 to 9.
|
|
624
|
+
- PricingCycle is set to Year, indicating annual payment. The value range is 1 to 3. Default value: 1.
|
|
625
|
+
:param pulumi.Input[str] grafana_version: Grafana version
|
|
626
|
+
:param pulumi.Input[str] grafana_workspace_edition: Edition
|
|
627
|
+
:param pulumi.Input[str] grafana_workspace_name: The name of the resource
|
|
628
|
+
:param pulumi.Input[str] password: The password of the instance. It is 8 to 30 characters in length and must contain three types of characters: uppercase and lowercase letters, numbers, and special symbols. Special symbols can be:()'~! @#$%^& *-_+ =
|
|
629
|
+
:param pulumi.Input[str] pricing_cycle: The billing cycle of the package year and Month. Value: Month (default): purchase by Month. Year: Purchased by Year.
|
|
630
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
631
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
|
|
319
632
|
"""
|
|
320
633
|
...
|
|
321
634
|
@overload
|
|
322
635
|
def __init__(__self__,
|
|
323
636
|
resource_name: str,
|
|
324
|
-
args:
|
|
637
|
+
args: GrafanaWorkspaceArgs,
|
|
325
638
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
326
639
|
"""
|
|
327
|
-
Provides a ARMS Grafana Workspace resource.
|
|
640
|
+
Provides a Application Real-Time Monitoring Service (ARMS) Grafana Workspace resource.
|
|
328
641
|
|
|
329
|
-
For information about ARMS Grafana Workspace and how to use it, see [What is Grafana Workspace](https://next.api.alibabacloud.com/document/ARMS/2019-08-08/ListGrafanaWorkspace).
|
|
642
|
+
For information about Application Real-Time Monitoring Service (ARMS) Grafana Workspace and how to use it, see [What is Grafana Workspace](https://next.api.alibabacloud.com/document/ARMS/2019-08-08/ListGrafanaWorkspace).
|
|
330
643
|
|
|
331
644
|
> **NOTE:** Available since v1.215.0.
|
|
332
645
|
|
|
@@ -357,7 +670,7 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
357
670
|
|
|
358
671
|
## Import
|
|
359
672
|
|
|
360
|
-
ARMS Grafana Workspace can be imported using the id, e.g.
|
|
673
|
+
Application Real-Time Monitoring Service (ARMS) Grafana Workspace can be imported using the id, e.g.
|
|
361
674
|
|
|
362
675
|
```sh
|
|
363
676
|
$ pulumi import alicloud:arms/grafanaWorkspace:GrafanaWorkspace example <id>
|
|
@@ -378,10 +691,17 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
378
691
|
def _internal_init(__self__,
|
|
379
692
|
resource_name: str,
|
|
380
693
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
694
|
+
account_number: Optional[pulumi.Input[str]] = None,
|
|
695
|
+
aliyun_lang: Optional[pulumi.Input[str]] = None,
|
|
696
|
+
auto_renew: Optional[pulumi.Input[bool]] = None,
|
|
697
|
+
custom_account_number: Optional[pulumi.Input[str]] = None,
|
|
381
698
|
description: Optional[pulumi.Input[str]] = None,
|
|
699
|
+
duration: Optional[pulumi.Input[str]] = None,
|
|
382
700
|
grafana_version: Optional[pulumi.Input[str]] = None,
|
|
383
701
|
grafana_workspace_edition: Optional[pulumi.Input[str]] = None,
|
|
384
702
|
grafana_workspace_name: Optional[pulumi.Input[str]] = None,
|
|
703
|
+
password: Optional[pulumi.Input[str]] = None,
|
|
704
|
+
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
385
705
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
386
706
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
387
707
|
__props__=None):
|
|
@@ -393,13 +713,23 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
393
713
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
394
714
|
__props__ = GrafanaWorkspaceArgs.__new__(GrafanaWorkspaceArgs)
|
|
395
715
|
|
|
716
|
+
__props__.__dict__["account_number"] = account_number
|
|
717
|
+
__props__.__dict__["aliyun_lang"] = aliyun_lang
|
|
718
|
+
__props__.__dict__["auto_renew"] = auto_renew
|
|
719
|
+
__props__.__dict__["custom_account_number"] = custom_account_number
|
|
396
720
|
__props__.__dict__["description"] = description
|
|
721
|
+
__props__.__dict__["duration"] = duration
|
|
397
722
|
__props__.__dict__["grafana_version"] = grafana_version
|
|
398
723
|
__props__.__dict__["grafana_workspace_edition"] = grafana_workspace_edition
|
|
724
|
+
if grafana_workspace_name is None and not opts.urn:
|
|
725
|
+
raise TypeError("Missing required property 'grafana_workspace_name'")
|
|
399
726
|
__props__.__dict__["grafana_workspace_name"] = grafana_workspace_name
|
|
727
|
+
__props__.__dict__["password"] = password
|
|
728
|
+
__props__.__dict__["pricing_cycle"] = pricing_cycle
|
|
400
729
|
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
401
730
|
__props__.__dict__["tags"] = tags
|
|
402
731
|
__props__.__dict__["create_time"] = None
|
|
732
|
+
__props__.__dict__["region_id"] = None
|
|
403
733
|
__props__.__dict__["status"] = None
|
|
404
734
|
super(GrafanaWorkspace, __self__).__init__(
|
|
405
735
|
'alicloud:arms/grafanaWorkspace:GrafanaWorkspace',
|
|
@@ -411,11 +741,19 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
411
741
|
def get(resource_name: str,
|
|
412
742
|
id: pulumi.Input[str],
|
|
413
743
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
744
|
+
account_number: Optional[pulumi.Input[str]] = None,
|
|
745
|
+
aliyun_lang: Optional[pulumi.Input[str]] = None,
|
|
746
|
+
auto_renew: Optional[pulumi.Input[bool]] = None,
|
|
414
747
|
create_time: Optional[pulumi.Input[str]] = None,
|
|
748
|
+
custom_account_number: Optional[pulumi.Input[str]] = None,
|
|
415
749
|
description: Optional[pulumi.Input[str]] = None,
|
|
750
|
+
duration: Optional[pulumi.Input[str]] = None,
|
|
416
751
|
grafana_version: Optional[pulumi.Input[str]] = None,
|
|
417
752
|
grafana_workspace_edition: Optional[pulumi.Input[str]] = None,
|
|
418
753
|
grafana_workspace_name: Optional[pulumi.Input[str]] = None,
|
|
754
|
+
password: Optional[pulumi.Input[str]] = None,
|
|
755
|
+
pricing_cycle: Optional[pulumi.Input[str]] = None,
|
|
756
|
+
region_id: Optional[pulumi.Input[str]] = None,
|
|
419
757
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
420
758
|
status: Optional[pulumi.Input[str]] = None,
|
|
421
759
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None) -> 'GrafanaWorkspace':
|
|
@@ -426,50 +764,130 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
426
764
|
:param str resource_name: The unique name of the resulting resource.
|
|
427
765
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
428
766
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
429
|
-
:param pulumi.Input[str]
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
:param pulumi.Input[str]
|
|
435
|
-
:param pulumi.Input[
|
|
436
|
-
|
|
767
|
+
:param pulumi.Input[str] account_number: Value Description:
|
|
768
|
+
GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
769
|
+
GrafanaWorkspaceEdition is personal_edition. This parameter is invalid. Default value: 1.
|
|
770
|
+
The value of GrafanaWorkspaceEdition is experts_edition. The values are respectively 10, 30, and 50. The default value is 10.
|
|
771
|
+
The value of GrafanaWorkspaceEdition is advanced_edition. This parameter is invalid. The default value is 100.
|
|
772
|
+
:param pulumi.Input[str] aliyun_lang: Language environment (if not filled in, default is zh): zh, en.
|
|
773
|
+
:param pulumi.Input[bool] auto_renew: Whether to automatically renew. Value range:
|
|
774
|
+
- true: Automatic renewal. Default value: true.
|
|
775
|
+
- false: Do not renew automatically.
|
|
776
|
+
:param pulumi.Input[str] create_time: The creation time of the resource
|
|
777
|
+
:param pulumi.Input[str] custom_account_number: The number of additional user-defined accounts. Value Description:
|
|
778
|
+
- GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
779
|
+
- GrafanaWorkspaceEdition is personal_edition, this parameter is invalid.
|
|
780
|
+
- GrafanaWorkspaceEdition is experts_edition, this parameter is invalid.
|
|
781
|
+
- GrafanaWorkspaceEdition is advanced_edition. The value range is 0 to 2000 and is a multiple of 10. The default value is 0.
|
|
782
|
+
:param pulumi.Input[str] description: Description
|
|
783
|
+
:param pulumi.Input[str] duration: The time of the instance package. Valid values:
|
|
784
|
+
- PricingCycle is Month, indicating monthly payment. The value range is 1 to 9.
|
|
785
|
+
- PricingCycle is set to Year, indicating annual payment. The value range is 1 to 3. Default value: 1.
|
|
786
|
+
:param pulumi.Input[str] grafana_version: Grafana version
|
|
787
|
+
:param pulumi.Input[str] grafana_workspace_edition: Edition
|
|
788
|
+
:param pulumi.Input[str] grafana_workspace_name: The name of the resource
|
|
789
|
+
:param pulumi.Input[str] password: The password of the instance. It is 8 to 30 characters in length and must contain three types of characters: uppercase and lowercase letters, numbers, and special symbols. Special symbols can be:()'~! @#$%^& *-_+ =
|
|
790
|
+
:param pulumi.Input[str] pricing_cycle: The billing cycle of the package year and Month. Value: Month (default): purchase by Month. Year: Purchased by Year.
|
|
791
|
+
:param pulumi.Input[str] region_id: The region ID of the resource
|
|
792
|
+
:param pulumi.Input[str] resource_group_id: The ID of the resource group
|
|
793
|
+
:param pulumi.Input[str] status: The status of the resource
|
|
794
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] tags: The tag of the resource
|
|
437
795
|
"""
|
|
438
796
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
439
797
|
|
|
440
798
|
__props__ = _GrafanaWorkspaceState.__new__(_GrafanaWorkspaceState)
|
|
441
799
|
|
|
800
|
+
__props__.__dict__["account_number"] = account_number
|
|
801
|
+
__props__.__dict__["aliyun_lang"] = aliyun_lang
|
|
802
|
+
__props__.__dict__["auto_renew"] = auto_renew
|
|
442
803
|
__props__.__dict__["create_time"] = create_time
|
|
804
|
+
__props__.__dict__["custom_account_number"] = custom_account_number
|
|
443
805
|
__props__.__dict__["description"] = description
|
|
806
|
+
__props__.__dict__["duration"] = duration
|
|
444
807
|
__props__.__dict__["grafana_version"] = grafana_version
|
|
445
808
|
__props__.__dict__["grafana_workspace_edition"] = grafana_workspace_edition
|
|
446
809
|
__props__.__dict__["grafana_workspace_name"] = grafana_workspace_name
|
|
810
|
+
__props__.__dict__["password"] = password
|
|
811
|
+
__props__.__dict__["pricing_cycle"] = pricing_cycle
|
|
812
|
+
__props__.__dict__["region_id"] = region_id
|
|
447
813
|
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
448
814
|
__props__.__dict__["status"] = status
|
|
449
815
|
__props__.__dict__["tags"] = tags
|
|
450
816
|
return GrafanaWorkspace(resource_name, opts=opts, __props__=__props__)
|
|
451
817
|
|
|
818
|
+
@property
|
|
819
|
+
@pulumi.getter(name="accountNumber")
|
|
820
|
+
def account_number(self) -> pulumi.Output[Optional[str]]:
|
|
821
|
+
"""
|
|
822
|
+
Value Description:
|
|
823
|
+
GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
824
|
+
GrafanaWorkspaceEdition is personal_edition. This parameter is invalid. Default value: 1.
|
|
825
|
+
The value of GrafanaWorkspaceEdition is experts_edition. The values are respectively 10, 30, and 50. The default value is 10.
|
|
826
|
+
The value of GrafanaWorkspaceEdition is advanced_edition. This parameter is invalid. The default value is 100.
|
|
827
|
+
"""
|
|
828
|
+
return pulumi.get(self, "account_number")
|
|
829
|
+
|
|
830
|
+
@property
|
|
831
|
+
@pulumi.getter(name="aliyunLang")
|
|
832
|
+
def aliyun_lang(self) -> pulumi.Output[Optional[str]]:
|
|
833
|
+
"""
|
|
834
|
+
Language environment (if not filled in, default is zh): zh, en.
|
|
835
|
+
"""
|
|
836
|
+
return pulumi.get(self, "aliyun_lang")
|
|
837
|
+
|
|
838
|
+
@property
|
|
839
|
+
@pulumi.getter(name="autoRenew")
|
|
840
|
+
def auto_renew(self) -> pulumi.Output[Optional[bool]]:
|
|
841
|
+
"""
|
|
842
|
+
Whether to automatically renew. Value range:
|
|
843
|
+
- true: Automatic renewal. Default value: true.
|
|
844
|
+
- false: Do not renew automatically.
|
|
845
|
+
"""
|
|
846
|
+
return pulumi.get(self, "auto_renew")
|
|
847
|
+
|
|
452
848
|
@property
|
|
453
849
|
@pulumi.getter(name="createTime")
|
|
454
850
|
def create_time(self) -> pulumi.Output[str]:
|
|
455
851
|
"""
|
|
456
|
-
The creation time of the resource
|
|
852
|
+
The creation time of the resource
|
|
457
853
|
"""
|
|
458
854
|
return pulumi.get(self, "create_time")
|
|
459
855
|
|
|
856
|
+
@property
|
|
857
|
+
@pulumi.getter(name="customAccountNumber")
|
|
858
|
+
def custom_account_number(self) -> pulumi.Output[Optional[str]]:
|
|
859
|
+
"""
|
|
860
|
+
The number of additional user-defined accounts. Value Description:
|
|
861
|
+
- GrafanaWorkspaceEdition is standard, this parameter is invalid.
|
|
862
|
+
- GrafanaWorkspaceEdition is personal_edition, this parameter is invalid.
|
|
863
|
+
- GrafanaWorkspaceEdition is experts_edition, this parameter is invalid.
|
|
864
|
+
- GrafanaWorkspaceEdition is advanced_edition. The value range is 0 to 2000 and is a multiple of 10. The default value is 0.
|
|
865
|
+
"""
|
|
866
|
+
return pulumi.get(self, "custom_account_number")
|
|
867
|
+
|
|
460
868
|
@property
|
|
461
869
|
@pulumi.getter
|
|
462
870
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
463
871
|
"""
|
|
464
|
-
Description
|
|
872
|
+
Description
|
|
465
873
|
"""
|
|
466
874
|
return pulumi.get(self, "description")
|
|
467
875
|
|
|
876
|
+
@property
|
|
877
|
+
@pulumi.getter
|
|
878
|
+
def duration(self) -> pulumi.Output[Optional[str]]:
|
|
879
|
+
"""
|
|
880
|
+
The time of the instance package. Valid values:
|
|
881
|
+
- PricingCycle is Month, indicating monthly payment. The value range is 1 to 9.
|
|
882
|
+
- PricingCycle is set to Year, indicating annual payment. The value range is 1 to 3. Default value: 1.
|
|
883
|
+
"""
|
|
884
|
+
return pulumi.get(self, "duration")
|
|
885
|
+
|
|
468
886
|
@property
|
|
469
887
|
@pulumi.getter(name="grafanaVersion")
|
|
470
888
|
def grafana_version(self) -> pulumi.Output[Optional[str]]:
|
|
471
889
|
"""
|
|
472
|
-
|
|
890
|
+
Grafana version
|
|
473
891
|
"""
|
|
474
892
|
return pulumi.get(self, "grafana_version")
|
|
475
893
|
|
|
@@ -477,23 +895,47 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
477
895
|
@pulumi.getter(name="grafanaWorkspaceEdition")
|
|
478
896
|
def grafana_workspace_edition(self) -> pulumi.Output[Optional[str]]:
|
|
479
897
|
"""
|
|
480
|
-
|
|
898
|
+
Edition
|
|
481
899
|
"""
|
|
482
900
|
return pulumi.get(self, "grafana_workspace_edition")
|
|
483
901
|
|
|
484
902
|
@property
|
|
485
903
|
@pulumi.getter(name="grafanaWorkspaceName")
|
|
486
|
-
def grafana_workspace_name(self) -> pulumi.Output[
|
|
904
|
+
def grafana_workspace_name(self) -> pulumi.Output[str]:
|
|
487
905
|
"""
|
|
488
|
-
The name of the resource
|
|
906
|
+
The name of the resource
|
|
489
907
|
"""
|
|
490
908
|
return pulumi.get(self, "grafana_workspace_name")
|
|
491
909
|
|
|
910
|
+
@property
|
|
911
|
+
@pulumi.getter
|
|
912
|
+
def password(self) -> pulumi.Output[Optional[str]]:
|
|
913
|
+
"""
|
|
914
|
+
The password of the instance. It is 8 to 30 characters in length and must contain three types of characters: uppercase and lowercase letters, numbers, and special symbols. Special symbols can be:()'~! @#$%^& *-_+ =
|
|
915
|
+
"""
|
|
916
|
+
return pulumi.get(self, "password")
|
|
917
|
+
|
|
918
|
+
@property
|
|
919
|
+
@pulumi.getter(name="pricingCycle")
|
|
920
|
+
def pricing_cycle(self) -> pulumi.Output[Optional[str]]:
|
|
921
|
+
"""
|
|
922
|
+
The billing cycle of the package year and Month. Value: Month (default): purchase by Month. Year: Purchased by Year.
|
|
923
|
+
"""
|
|
924
|
+
return pulumi.get(self, "pricing_cycle")
|
|
925
|
+
|
|
926
|
+
@property
|
|
927
|
+
@pulumi.getter(name="regionId")
|
|
928
|
+
def region_id(self) -> pulumi.Output[str]:
|
|
929
|
+
"""
|
|
930
|
+
The region ID of the resource
|
|
931
|
+
"""
|
|
932
|
+
return pulumi.get(self, "region_id")
|
|
933
|
+
|
|
492
934
|
@property
|
|
493
935
|
@pulumi.getter(name="resourceGroupId")
|
|
494
936
|
def resource_group_id(self) -> pulumi.Output[str]:
|
|
495
937
|
"""
|
|
496
|
-
The ID of the resource group
|
|
938
|
+
The ID of the resource group
|
|
497
939
|
"""
|
|
498
940
|
return pulumi.get(self, "resource_group_id")
|
|
499
941
|
|
|
@@ -501,7 +943,7 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
501
943
|
@pulumi.getter
|
|
502
944
|
def status(self) -> pulumi.Output[str]:
|
|
503
945
|
"""
|
|
504
|
-
The status of the resource
|
|
946
|
+
The status of the resource
|
|
505
947
|
"""
|
|
506
948
|
return pulumi.get(self, "status")
|
|
507
949
|
|
|
@@ -509,7 +951,7 @@ class GrafanaWorkspace(pulumi.CustomResource):
|
|
|
509
951
|
@pulumi.getter
|
|
510
952
|
def tags(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
511
953
|
"""
|
|
512
|
-
The tag of the resource
|
|
954
|
+
The tag of the resource
|
|
513
955
|
"""
|
|
514
956
|
return pulumi.get(self, "tags")
|
|
515
957
|
|