pulumi-aiven 6.41.0a1752901795__py3-none-any.whl → 6.42.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aiven might be problematic. Click here for more details.
- pulumi_aiven/__init__.py +1 -1
- pulumi_aiven/_inputs.py +11086 -10761
- pulumi_aiven/account.py +89 -90
- pulumi_aiven/account_authentication.py +253 -254
- pulumi_aiven/account_team.py +62 -63
- pulumi_aiven/account_team_member.py +79 -80
- pulumi_aiven/account_team_project.py +72 -73
- pulumi_aiven/alloydbomni.py +319 -320
- pulumi_aiven/alloydbomni_database.py +86 -87
- pulumi_aiven/alloydbomni_user.py +113 -114
- pulumi_aiven/aws_org_vpc_peering_connection.py +113 -114
- pulumi_aiven/aws_privatelink.py +70 -71
- pulumi_aiven/aws_vpc_peering_connection.py +96 -97
- pulumi_aiven/azure_org_vpc_peering_connection.py +138 -139
- pulumi_aiven/azure_privatelink.py +88 -89
- pulumi_aiven/azure_privatelink_connection_approval.py +70 -71
- pulumi_aiven/azure_vpc_peering_connection.py +130 -131
- pulumi_aiven/billing_group.py +256 -257
- pulumi_aiven/cassandra.py +302 -303
- pulumi_aiven/cassandra_user.py +96 -97
- pulumi_aiven/clickhouse.py +304 -305
- pulumi_aiven/clickhouse_database.py +65 -66
- pulumi_aiven/clickhouse_grant.py +75 -76
- pulumi_aiven/clickhouse_role.py +52 -53
- pulumi_aiven/clickhouse_user.py +79 -80
- pulumi_aiven/config/__init__.py +1 -1
- pulumi_aiven/config/__init__.pyi +1 -2
- pulumi_aiven/config/vars.py +2 -3
- pulumi_aiven/connection_pool.py +129 -130
- pulumi_aiven/dragonfly.py +302 -303
- pulumi_aiven/flink.py +302 -303
- pulumi_aiven/flink_application.py +97 -98
- pulumi_aiven/flink_application_deployment.py +138 -139
- pulumi_aiven/flink_application_version.py +117 -118
- pulumi_aiven/flink_jar_application.py +101 -102
- pulumi_aiven/flink_jar_application_deployment.py +217 -218
- pulumi_aiven/flink_jar_application_version.py +116 -117
- pulumi_aiven/gcp_org_vpc_peering_connection.py +87 -88
- pulumi_aiven/gcp_privatelink.py +62 -63
- pulumi_aiven/gcp_privatelink_connection_approval.py +79 -80
- pulumi_aiven/gcp_vpc_peering_connection.py +79 -80
- pulumi_aiven/get_account.py +23 -24
- pulumi_aiven/get_account_authentication.py +46 -47
- pulumi_aiven/get_account_team.py +21 -22
- pulumi_aiven/get_account_team_member.py +27 -28
- pulumi_aiven/get_account_team_project.py +24 -25
- pulumi_aiven/get_alloydbomni.py +63 -64
- pulumi_aiven/get_alloydbomni_database.py +25 -26
- pulumi_aiven/get_alloydbomni_user.py +31 -32
- pulumi_aiven/get_aws_org_vpc_peering_connection.py +39 -40
- pulumi_aiven/get_aws_privatelink.py +21 -22
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -34
- pulumi_aiven/get_azure_org_vpc_peering_connection.py +41 -42
- pulumi_aiven/get_azure_privatelink.py +25 -26
- pulumi_aiven/get_azure_vpc_peering_connection.py +45 -46
- pulumi_aiven/get_billing_group.py +39 -40
- pulumi_aiven/get_cassanda.py +61 -62
- pulumi_aiven/get_cassandra.py +61 -62
- pulumi_aiven/get_cassandra_user.py +29 -30
- pulumi_aiven/get_clickhouse.py +62 -63
- pulumi_aiven/get_clickhouse_database.py +23 -24
- pulumi_aiven/get_clickhouse_user.py +27 -28
- pulumi_aiven/get_connection_pool.py +31 -32
- pulumi_aiven/get_dragonfly.py +61 -62
- pulumi_aiven/get_external_identity.py +27 -28
- pulumi_aiven/get_flink.py +61 -62
- pulumi_aiven/get_flink_application.py +31 -32
- pulumi_aiven/get_flink_application_version.py +39 -40
- pulumi_aiven/get_gcp_org_vpc_peering_connection.py +31 -32
- pulumi_aiven/get_gcp_privatelink.py +21 -22
- pulumi_aiven/get_gcp_vpc_peering_connection.py +27 -28
- pulumi_aiven/get_grafana.py +61 -62
- pulumi_aiven/get_influx_db.py +57 -58
- pulumi_aiven/get_influxdb_database.py +17 -18
- pulumi_aiven/get_influxdb_user.py +23 -24
- pulumi_aiven/get_kafka.py +66 -67
- pulumi_aiven/get_kafka_acl.py +35 -36
- pulumi_aiven/get_kafka_connect.py +60 -61
- pulumi_aiven/get_kafka_connector.py +36 -37
- pulumi_aiven/get_kafka_mirror_maker.py +60 -61
- pulumi_aiven/get_kafka_schema.py +29 -30
- pulumi_aiven/get_kafka_schema_configuration.py +25 -26
- pulumi_aiven/get_kafka_schema_registry_acl.py +35 -36
- pulumi_aiven/get_kafka_topic.py +33 -34
- pulumi_aiven/get_kafka_user.py +29 -30
- pulumi_aiven/get_m3_aggregator.py +61 -62
- pulumi_aiven/get_m3_db.py +61 -62
- pulumi_aiven/get_m3db_user.py +25 -26
- pulumi_aiven/get_mirror_maker_replication_flow.py +51 -52
- pulumi_aiven/get_my_sql.py +61 -62
- pulumi_aiven/get_mysql_database.py +23 -24
- pulumi_aiven/get_mysql_user.py +31 -32
- pulumi_aiven/get_open_search.py +61 -62
- pulumi_aiven/get_open_search_acl_config.py +19 -20
- pulumi_aiven/get_open_search_acl_rule.py +33 -34
- pulumi_aiven/get_opensearch_security_plugin_config.py +23 -24
- pulumi_aiven/get_opensearch_user.py +25 -26
- pulumi_aiven/get_organization.py +20 -21
- pulumi_aiven/get_organization_address.py +32 -33
- pulumi_aiven/get_organization_application_user.py +21 -22
- pulumi_aiven/get_organization_billing_group.py +34 -35
- pulumi_aiven/get_organization_billing_group_list.py +11 -12
- pulumi_aiven/get_organization_project.py +27 -28
- pulumi_aiven/get_organization_user.py +23 -24
- pulumi_aiven/get_organization_user_group.py +23 -24
- pulumi_aiven/get_organization_user_list.py +14 -15
- pulumi_aiven/get_organization_vpc.py +25 -26
- pulumi_aiven/get_organizational_unit.py +17 -18
- pulumi_aiven/get_pg.py +61 -62
- pulumi_aiven/get_pg_database.py +27 -28
- pulumi_aiven/get_pg_user.py +31 -32
- pulumi_aiven/get_project.py +34 -35
- pulumi_aiven/get_project_user.py +20 -21
- pulumi_aiven/get_project_vpc.py +25 -26
- pulumi_aiven/get_redis.py +61 -62
- pulumi_aiven/get_redis_user.py +33 -34
- pulumi_aiven/get_service_component.py +51 -52
- pulumi_aiven/get_service_integration.py +66 -53
- pulumi_aiven/get_service_integration_endpoint.py +38 -39
- pulumi_aiven/get_thanos.py +61 -62
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +31 -32
- pulumi_aiven/get_valkey.py +61 -62
- pulumi_aiven/get_valkey_user.py +33 -34
- pulumi_aiven/governance_access.py +84 -85
- pulumi_aiven/grafana.py +302 -303
- pulumi_aiven/influx_db.py +302 -303
- pulumi_aiven/influxdb_database.py +65 -66
- pulumi_aiven/influxdb_user.py +96 -97
- pulumi_aiven/kafka.py +339 -340
- pulumi_aiven/kafka_acl.py +95 -96
- pulumi_aiven/kafka_connect.py +299 -300
- pulumi_aiven/kafka_connector.py +125 -126
- pulumi_aiven/kafka_mirror_maker.py +299 -300
- pulumi_aiven/kafka_native_acl.py +154 -155
- pulumi_aiven/kafka_quota.py +120 -121
- pulumi_aiven/kafka_schema.py +112 -113
- pulumi_aiven/kafka_schema_configuration.py +52 -53
- pulumi_aiven/kafka_schema_registry_acl.py +95 -96
- pulumi_aiven/kafka_topic.py +139 -140
- pulumi_aiven/kafka_user.py +96 -97
- pulumi_aiven/m3_aggregator.py +311 -303
- pulumi_aiven/m3_db.py +311 -303
- pulumi_aiven/m3db_user.py +78 -79
- pulumi_aiven/mirror_maker_replication_flow.py +273 -274
- pulumi_aiven/my_sql.py +302 -303
- pulumi_aiven/mysql_database.py +65 -66
- pulumi_aiven/mysql_user.py +113 -114
- pulumi_aiven/open_search.py +302 -303
- pulumi_aiven/open_search_acl_config.py +69 -70
- pulumi_aiven/open_search_acl_rule.py +86 -87
- pulumi_aiven/opensearch_security_plugin_config.py +79 -80
- pulumi_aiven/opensearch_user.py +78 -79
- pulumi_aiven/organization.py +48 -49
- pulumi_aiven/organization_address.py +150 -151
- pulumi_aiven/organization_application_user.py +77 -78
- pulumi_aiven/organization_application_user_token.py +210 -211
- pulumi_aiven/organization_billing_group.py +183 -184
- pulumi_aiven/organization_group_project.py +58 -59
- pulumi_aiven/organization_permission.py +55 -56
- pulumi_aiven/organization_project.py +118 -119
- pulumi_aiven/organization_user.py +71 -72
- pulumi_aiven/organization_user_group.py +79 -80
- pulumi_aiven/organization_user_group_member.py +64 -65
- pulumi_aiven/organization_vpc.py +88 -89
- pulumi_aiven/organizational_unit.py +62 -63
- pulumi_aiven/outputs.py +14747 -14310
- pulumi_aiven/pg.py +302 -303
- pulumi_aiven/pg_database.py +99 -100
- pulumi_aiven/pg_user.py +113 -114
- pulumi_aiven/project.py +193 -194
- pulumi_aiven/project_user.py +64 -65
- pulumi_aiven/project_vpc.py +61 -62
- pulumi_aiven/provider.py +12 -13
- pulumi_aiven/pulumi-plugin.json +1 -1
- pulumi_aiven/redis.py +302 -303
- pulumi_aiven/redis_user.py +146 -147
- pulumi_aiven/service_integration.py +235 -189
- pulumi_aiven/service_integration_endpoint.py +118 -119
- pulumi_aiven/static_ip.py +71 -72
- pulumi_aiven/thanos.py +302 -303
- pulumi_aiven/transit_gateway_vpc_attachment.py +113 -114
- pulumi_aiven/valkey.py +302 -303
- pulumi_aiven/valkey_user.py +146 -147
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.42.0.dist-info/RECORD +189 -0
- pulumi_aiven-6.41.0a1752901795.dist-info/RECORD +0 -189
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.41.0a1752901795.dist-info → pulumi_aiven-6.42.0.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -20,16 +19,16 @@ __all__ = ['InfluxdbDatabaseArgs', 'InfluxdbDatabase']
|
|
|
20
19
|
@pulumi.input_type
|
|
21
20
|
class InfluxdbDatabaseArgs:
|
|
22
21
|
def __init__(__self__, *,
|
|
23
|
-
database_name: pulumi.Input[
|
|
24
|
-
project: pulumi.Input[
|
|
25
|
-
service_name: pulumi.Input[
|
|
26
|
-
termination_protection: Optional[pulumi.Input[
|
|
22
|
+
database_name: pulumi.Input[_builtins.str],
|
|
23
|
+
project: pulumi.Input[_builtins.str],
|
|
24
|
+
service_name: pulumi.Input[_builtins.str],
|
|
25
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
27
26
|
"""
|
|
28
27
|
The set of arguments for constructing a InfluxdbDatabase resource.
|
|
29
|
-
:param pulumi.Input[
|
|
30
|
-
:param pulumi.Input[
|
|
28
|
+
:param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
29
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
31
30
|
reference. Changing this property forces recreation of the resource.
|
|
32
|
-
:param pulumi.Input[
|
|
31
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
33
32
|
reference. Changing this property forces recreation of the resource.
|
|
34
33
|
"""
|
|
35
34
|
pulumi.set(__self__, "database_name", database_name)
|
|
@@ -38,21 +37,21 @@ class InfluxdbDatabaseArgs:
|
|
|
38
37
|
if termination_protection is not None:
|
|
39
38
|
pulumi.set(__self__, "termination_protection", termination_protection)
|
|
40
39
|
|
|
41
|
-
@property
|
|
40
|
+
@_builtins.property
|
|
42
41
|
@pulumi.getter(name="databaseName")
|
|
43
|
-
def database_name(self) -> pulumi.Input[
|
|
42
|
+
def database_name(self) -> pulumi.Input[_builtins.str]:
|
|
44
43
|
"""
|
|
45
44
|
The name of the service database. Changing this property forces recreation of the resource.
|
|
46
45
|
"""
|
|
47
46
|
return pulumi.get(self, "database_name")
|
|
48
47
|
|
|
49
48
|
@database_name.setter
|
|
50
|
-
def database_name(self, value: pulumi.Input[
|
|
49
|
+
def database_name(self, value: pulumi.Input[_builtins.str]):
|
|
51
50
|
pulumi.set(self, "database_name", value)
|
|
52
51
|
|
|
53
|
-
@property
|
|
52
|
+
@_builtins.property
|
|
54
53
|
@pulumi.getter
|
|
55
|
-
def project(self) -> pulumi.Input[
|
|
54
|
+
def project(self) -> pulumi.Input[_builtins.str]:
|
|
56
55
|
"""
|
|
57
56
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
58
57
|
reference. Changing this property forces recreation of the resource.
|
|
@@ -60,12 +59,12 @@ class InfluxdbDatabaseArgs:
|
|
|
60
59
|
return pulumi.get(self, "project")
|
|
61
60
|
|
|
62
61
|
@project.setter
|
|
63
|
-
def project(self, value: pulumi.Input[
|
|
62
|
+
def project(self, value: pulumi.Input[_builtins.str]):
|
|
64
63
|
pulumi.set(self, "project", value)
|
|
65
64
|
|
|
66
|
-
@property
|
|
65
|
+
@_builtins.property
|
|
67
66
|
@pulumi.getter(name="serviceName")
|
|
68
|
-
def service_name(self) -> pulumi.Input[
|
|
67
|
+
def service_name(self) -> pulumi.Input[_builtins.str]:
|
|
69
68
|
"""
|
|
70
69
|
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
71
70
|
reference. Changing this property forces recreation of the resource.
|
|
@@ -73,32 +72,32 @@ class InfluxdbDatabaseArgs:
|
|
|
73
72
|
return pulumi.get(self, "service_name")
|
|
74
73
|
|
|
75
74
|
@service_name.setter
|
|
76
|
-
def service_name(self, value: pulumi.Input[
|
|
75
|
+
def service_name(self, value: pulumi.Input[_builtins.str]):
|
|
77
76
|
pulumi.set(self, "service_name", value)
|
|
78
77
|
|
|
79
|
-
@property
|
|
78
|
+
@_builtins.property
|
|
80
79
|
@pulumi.getter(name="terminationProtection")
|
|
81
|
-
def termination_protection(self) -> Optional[pulumi.Input[
|
|
80
|
+
def termination_protection(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
82
81
|
return pulumi.get(self, "termination_protection")
|
|
83
82
|
|
|
84
83
|
@termination_protection.setter
|
|
85
|
-
def termination_protection(self, value: Optional[pulumi.Input[
|
|
84
|
+
def termination_protection(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
86
85
|
pulumi.set(self, "termination_protection", value)
|
|
87
86
|
|
|
88
87
|
|
|
89
88
|
@pulumi.input_type
|
|
90
89
|
class _InfluxdbDatabaseState:
|
|
91
90
|
def __init__(__self__, *,
|
|
92
|
-
database_name: Optional[pulumi.Input[
|
|
93
|
-
project: Optional[pulumi.Input[
|
|
94
|
-
service_name: Optional[pulumi.Input[
|
|
95
|
-
termination_protection: Optional[pulumi.Input[
|
|
91
|
+
database_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
92
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
93
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
94
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
96
95
|
"""
|
|
97
96
|
Input properties used for looking up and filtering InfluxdbDatabase resources.
|
|
98
|
-
:param pulumi.Input[
|
|
99
|
-
:param pulumi.Input[
|
|
97
|
+
:param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
98
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
100
99
|
reference. Changing this property forces recreation of the resource.
|
|
101
|
-
:param pulumi.Input[
|
|
100
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
102
101
|
reference. Changing this property forces recreation of the resource.
|
|
103
102
|
"""
|
|
104
103
|
if database_name is not None:
|
|
@@ -110,21 +109,21 @@ class _InfluxdbDatabaseState:
|
|
|
110
109
|
if termination_protection is not None:
|
|
111
110
|
pulumi.set(__self__, "termination_protection", termination_protection)
|
|
112
111
|
|
|
113
|
-
@property
|
|
112
|
+
@_builtins.property
|
|
114
113
|
@pulumi.getter(name="databaseName")
|
|
115
|
-
def database_name(self) -> Optional[pulumi.Input[
|
|
114
|
+
def database_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
116
115
|
"""
|
|
117
116
|
The name of the service database. Changing this property forces recreation of the resource.
|
|
118
117
|
"""
|
|
119
118
|
return pulumi.get(self, "database_name")
|
|
120
119
|
|
|
121
120
|
@database_name.setter
|
|
122
|
-
def database_name(self, value: Optional[pulumi.Input[
|
|
121
|
+
def database_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
123
122
|
pulumi.set(self, "database_name", value)
|
|
124
123
|
|
|
125
|
-
@property
|
|
124
|
+
@_builtins.property
|
|
126
125
|
@pulumi.getter
|
|
127
|
-
def project(self) -> Optional[pulumi.Input[
|
|
126
|
+
def project(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
128
127
|
"""
|
|
129
128
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
130
129
|
reference. Changing this property forces recreation of the resource.
|
|
@@ -132,12 +131,12 @@ class _InfluxdbDatabaseState:
|
|
|
132
131
|
return pulumi.get(self, "project")
|
|
133
132
|
|
|
134
133
|
@project.setter
|
|
135
|
-
def project(self, value: Optional[pulumi.Input[
|
|
134
|
+
def project(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
136
135
|
pulumi.set(self, "project", value)
|
|
137
136
|
|
|
138
|
-
@property
|
|
137
|
+
@_builtins.property
|
|
139
138
|
@pulumi.getter(name="serviceName")
|
|
140
|
-
def service_name(self) -> Optional[pulumi.Input[
|
|
139
|
+
def service_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
141
140
|
"""
|
|
142
141
|
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
143
142
|
reference. Changing this property forces recreation of the resource.
|
|
@@ -145,16 +144,16 @@ class _InfluxdbDatabaseState:
|
|
|
145
144
|
return pulumi.get(self, "service_name")
|
|
146
145
|
|
|
147
146
|
@service_name.setter
|
|
148
|
-
def service_name(self, value: Optional[pulumi.Input[
|
|
147
|
+
def service_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
149
148
|
pulumi.set(self, "service_name", value)
|
|
150
149
|
|
|
151
|
-
@property
|
|
150
|
+
@_builtins.property
|
|
152
151
|
@pulumi.getter(name="terminationProtection")
|
|
153
|
-
def termination_protection(self) -> Optional[pulumi.Input[
|
|
152
|
+
def termination_protection(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
154
153
|
return pulumi.get(self, "termination_protection")
|
|
155
154
|
|
|
156
155
|
@termination_protection.setter
|
|
157
|
-
def termination_protection(self, value: Optional[pulumi.Input[
|
|
156
|
+
def termination_protection(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
158
157
|
pulumi.set(self, "termination_protection", value)
|
|
159
158
|
|
|
160
159
|
|
|
@@ -164,19 +163,19 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
164
163
|
def __init__(__self__,
|
|
165
164
|
resource_name: str,
|
|
166
165
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
167
|
-
database_name: Optional[pulumi.Input[
|
|
168
|
-
project: Optional[pulumi.Input[
|
|
169
|
-
service_name: Optional[pulumi.Input[
|
|
170
|
-
termination_protection: Optional[pulumi.Input[
|
|
166
|
+
database_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
167
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
168
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
169
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
171
170
|
__props__=None):
|
|
172
171
|
"""
|
|
173
172
|
Create a InfluxdbDatabase resource with the given unique name, props, and options.
|
|
174
173
|
:param str resource_name: The name of the resource.
|
|
175
174
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
176
|
-
:param pulumi.Input[
|
|
177
|
-
:param pulumi.Input[
|
|
175
|
+
:param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
176
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
178
177
|
reference. Changing this property forces recreation of the resource.
|
|
179
|
-
:param pulumi.Input[
|
|
178
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
180
179
|
reference. Changing this property forces recreation of the resource.
|
|
181
180
|
"""
|
|
182
181
|
...
|
|
@@ -202,10 +201,10 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
202
201
|
def _internal_init(__self__,
|
|
203
202
|
resource_name: str,
|
|
204
203
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
205
|
-
database_name: Optional[pulumi.Input[
|
|
206
|
-
project: Optional[pulumi.Input[
|
|
207
|
-
service_name: Optional[pulumi.Input[
|
|
208
|
-
termination_protection: Optional[pulumi.Input[
|
|
204
|
+
database_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
205
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
206
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
207
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
209
208
|
__props__=None):
|
|
210
209
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
211
210
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -235,10 +234,10 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
235
234
|
def get(resource_name: str,
|
|
236
235
|
id: pulumi.Input[str],
|
|
237
236
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
238
|
-
database_name: Optional[pulumi.Input[
|
|
239
|
-
project: Optional[pulumi.Input[
|
|
240
|
-
service_name: Optional[pulumi.Input[
|
|
241
|
-
termination_protection: Optional[pulumi.Input[
|
|
237
|
+
database_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
238
|
+
project: Optional[pulumi.Input[_builtins.str]] = None,
|
|
239
|
+
service_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
240
|
+
termination_protection: Optional[pulumi.Input[_builtins.bool]] = None) -> 'InfluxdbDatabase':
|
|
242
241
|
"""
|
|
243
242
|
Get an existing InfluxdbDatabase resource's state with the given name, id, and optional extra
|
|
244
243
|
properties used to qualify the lookup.
|
|
@@ -246,10 +245,10 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
246
245
|
:param str resource_name: The unique name of the resulting resource.
|
|
247
246
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
248
247
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
249
|
-
:param pulumi.Input[
|
|
250
|
-
:param pulumi.Input[
|
|
248
|
+
:param pulumi.Input[_builtins.str] database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
249
|
+
:param pulumi.Input[_builtins.str] project: The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
251
250
|
reference. Changing this property forces recreation of the resource.
|
|
252
|
-
:param pulumi.Input[
|
|
251
|
+
:param pulumi.Input[_builtins.str] service_name: The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
253
252
|
reference. Changing this property forces recreation of the resource.
|
|
254
253
|
"""
|
|
255
254
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -262,34 +261,34 @@ class InfluxdbDatabase(pulumi.CustomResource):
|
|
|
262
261
|
__props__.__dict__["termination_protection"] = termination_protection
|
|
263
262
|
return InfluxdbDatabase(resource_name, opts=opts, __props__=__props__)
|
|
264
263
|
|
|
265
|
-
@property
|
|
264
|
+
@_builtins.property
|
|
266
265
|
@pulumi.getter(name="databaseName")
|
|
267
|
-
def database_name(self) -> pulumi.Output[
|
|
266
|
+
def database_name(self) -> pulumi.Output[_builtins.str]:
|
|
268
267
|
"""
|
|
269
268
|
The name of the service database. Changing this property forces recreation of the resource.
|
|
270
269
|
"""
|
|
271
270
|
return pulumi.get(self, "database_name")
|
|
272
271
|
|
|
273
|
-
@property
|
|
272
|
+
@_builtins.property
|
|
274
273
|
@pulumi.getter
|
|
275
|
-
def project(self) -> pulumi.Output[
|
|
274
|
+
def project(self) -> pulumi.Output[_builtins.str]:
|
|
276
275
|
"""
|
|
277
276
|
The name of the project this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
278
277
|
reference. Changing this property forces recreation of the resource.
|
|
279
278
|
"""
|
|
280
279
|
return pulumi.get(self, "project")
|
|
281
280
|
|
|
282
|
-
@property
|
|
281
|
+
@_builtins.property
|
|
283
282
|
@pulumi.getter(name="serviceName")
|
|
284
|
-
def service_name(self) -> pulumi.Output[
|
|
283
|
+
def service_name(self) -> pulumi.Output[_builtins.str]:
|
|
285
284
|
"""
|
|
286
285
|
The name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a
|
|
287
286
|
reference. Changing this property forces recreation of the resource.
|
|
288
287
|
"""
|
|
289
288
|
return pulumi.get(self, "service_name")
|
|
290
289
|
|
|
291
|
-
@property
|
|
290
|
+
@_builtins.property
|
|
292
291
|
@pulumi.getter(name="terminationProtection")
|
|
293
|
-
def termination_protection(self) -> pulumi.Output[Optional[
|
|
292
|
+
def termination_protection(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
294
293
|
return pulumi.get(self, "termination_protection")
|
|
295
294
|
|