pulumi-aiven 6.12.0a1708492523__py3-none-any.whl → 6.13.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 +28 -0
- pulumi_aiven/_inputs.py +2973 -1323
- pulumi_aiven/account.py +40 -32
- pulumi_aiven/account_authentication.py +8 -4
- pulumi_aiven/account_team.py +36 -4
- pulumi_aiven/account_team_member.py +69 -35
- pulumi_aiven/account_team_project.py +52 -12
- pulumi_aiven/aws_privatelink.py +43 -39
- pulumi_aiven/aws_vpc_peering_connection.py +66 -52
- pulumi_aiven/azure_privatelink.py +53 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +80 -68
- pulumi_aiven/billing_group.py +6 -2
- pulumi_aiven/cassandra.py +17 -13
- pulumi_aiven/cassandra_user.py +27 -23
- pulumi_aiven/clickhouse.py +13 -9
- pulumi_aiven/clickhouse_database.py +27 -23
- pulumi_aiven/clickhouse_grant.py +46 -42
- pulumi_aiven/clickhouse_role.py +27 -23
- pulumi_aiven/clickhouse_user.py +27 -23
- pulumi_aiven/connection_pool.py +34 -30
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +13 -9
- pulumi_aiven/flink_application.py +20 -16
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +16 -16
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +41 -37
- pulumi_aiven/get_account.py +4 -0
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +19 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +37 -23
- pulumi_aiven/get_azure_privatelink.py +21 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +7 -3
- pulumi_aiven/get_cassandra.py +7 -3
- pulumi_aiven/get_cassandra_user.py +13 -9
- pulumi_aiven/get_clickhouse.py +7 -3
- pulumi_aiven/get_clickhouse_database.py +13 -9
- pulumi_aiven/get_clickhouse_user.py +13 -9
- pulumi_aiven/get_connection_pool.py +14 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +7 -3
- pulumi_aiven/get_flink_application.py +10 -6
- pulumi_aiven/get_flink_application_version.py +10 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +22 -18
- pulumi_aiven/get_grafana.py +7 -3
- pulumi_aiven/get_influx_db.py +2 -114
- pulumi_aiven/get_influxdb_database.py +2 -21
- pulumi_aiven/get_influxdb_user.py +2 -55
- pulumi_aiven/get_kafka.py +7 -3
- pulumi_aiven/get_kafka_acl.py +19 -15
- pulumi_aiven/get_kafka_connect.py +7 -3
- pulumi_aiven/get_kafka_connector.py +13 -9
- pulumi_aiven/get_kafka_mirror_maker.py +7 -3
- pulumi_aiven/get_kafka_schema.py +13 -9
- pulumi_aiven/get_kafka_schema_configuration.py +11 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +13 -9
- pulumi_aiven/get_kafka_user.py +13 -9
- pulumi_aiven/get_m3_aggregator.py +7 -3
- pulumi_aiven/get_m3_db.py +7 -3
- pulumi_aiven/get_m3db_user.py +13 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +10 -6
- pulumi_aiven/get_my_sql.py +7 -3
- pulumi_aiven/get_mysql_database.py +13 -9
- pulumi_aiven/get_mysql_user.py +13 -9
- pulumi_aiven/get_open_search.py +7 -3
- pulumi_aiven/get_open_search_acl_config.py +10 -6
- pulumi_aiven/get_open_search_acl_rule.py +16 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +10 -6
- pulumi_aiven/get_opensearch_user.py +13 -9
- pulumi_aiven/get_organization.py +12 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +7 -3
- pulumi_aiven/get_pg_database.py +15 -11
- pulumi_aiven/get_pg_user.py +13 -9
- pulumi_aiven/get_project.py +4 -0
- pulumi_aiven/get_project_user.py +10 -6
- pulumi_aiven/get_project_vpc.py +15 -13
- pulumi_aiven/get_redis.py +7 -3
- pulumi_aiven/get_redis_user.py +17 -13
- pulumi_aiven/get_service_component.py +4 -0
- pulumi_aiven/get_service_integration.py +68 -6
- pulumi_aiven/get_service_integration_endpoint.py +5 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +13 -9
- pulumi_aiven/grafana.py +13 -9
- pulumi_aiven/influx_db.py +239 -138
- pulumi_aiven/influxdb_database.py +37 -25
- pulumi_aiven/influxdb_user.py +44 -63
- pulumi_aiven/kafka.py +19 -15
- pulumi_aiven/kafka_acl.py +41 -37
- pulumi_aiven/kafka_connect.py +13 -9
- pulumi_aiven/kafka_connector.py +29 -25
- pulumi_aiven/kafka_mirror_maker.py +13 -9
- pulumi_aiven/kafka_schema.py +53 -45
- pulumi_aiven/kafka_schema_configuration.py +20 -16
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +23 -23
- pulumi_aiven/kafka_user.py +27 -23
- pulumi_aiven/m3_aggregator.py +13 -9
- pulumi_aiven/m3_db.py +13 -9
- pulumi_aiven/m3db_user.py +27 -23
- pulumi_aiven/mirror_maker_replication_flow.py +56 -50
- pulumi_aiven/my_sql.py +13 -9
- pulumi_aiven/mysql_database.py +27 -23
- pulumi_aiven/mysql_user.py +27 -23
- pulumi_aiven/open_search.py +17 -13
- pulumi_aiven/open_search_acl_config.py +20 -16
- pulumi_aiven/open_search_acl_rule.py +34 -30
- pulumi_aiven/opensearch_security_plugin_config.py +68 -16
- pulumi_aiven/opensearch_user.py +27 -23
- pulumi_aiven/organization.py +14 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +20 -18
- pulumi_aiven/organization_user_group.py +77 -38
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +36 -32
- pulumi_aiven/outputs.py +4004 -1363
- pulumi_aiven/pg.py +16 -16
- pulumi_aiven/pg_database.py +41 -37
- pulumi_aiven/pg_user.py +27 -23
- pulumi_aiven/project.py +28 -2
- pulumi_aiven/project_user.py +20 -16
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +13 -9
- pulumi_aiven/redis_user.py +55 -51
- pulumi_aiven/service_integration.py +207 -15
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +27 -23
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0.dist-info/RECORD +150 -0
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/WHEEL +1 -1
- pulumi_aiven-6.12.0a1708492523.dist-info/RECORD +0 -146
- {pulumi_aiven-6.12.0a1708492523.dist-info → pulumi_aiven-6.13.0.dist-info}/top_level.txt +0 -0
|
@@ -53,7 +53,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
53
53
|
@pulumi.getter
|
|
54
54
|
def index(self) -> str:
|
|
55
55
|
"""
|
|
56
|
-
The index pattern for this ACL entry. Maximum length: `249`.
|
|
56
|
+
The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
57
57
|
"""
|
|
58
58
|
return pulumi.get(self, "index")
|
|
59
59
|
|
|
@@ -69,7 +69,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
69
69
|
@pulumi.getter
|
|
70
70
|
def project(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
72
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "project")
|
|
75
75
|
|
|
@@ -77,7 +77,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
77
77
|
@pulumi.getter(name="serviceName")
|
|
78
78
|
def service_name(self) -> str:
|
|
79
79
|
"""
|
|
80
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
80
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "service_name")
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ class GetOpenSearchAclRuleResult:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference.
|
|
88
|
+
The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -115,6 +115,7 @@ def get_open_search_acl_rule(index: Optional[str] = None,
|
|
|
115
115
|
|
|
116
116
|
## Example Usage
|
|
117
117
|
|
|
118
|
+
<!--Start PulumiCodeChooser -->
|
|
118
119
|
```python
|
|
119
120
|
import pulumi
|
|
120
121
|
import pulumi_aiven as aiven
|
|
@@ -124,13 +125,14 @@ def get_open_search_acl_rule(index: Optional[str] = None,
|
|
|
124
125
|
username="<USERNAME>",
|
|
125
126
|
index="<INDEX>")
|
|
126
127
|
```
|
|
128
|
+
<!--End PulumiCodeChooser -->
|
|
127
129
|
|
|
128
130
|
|
|
129
|
-
:param str index: The index pattern for this ACL entry. Maximum length: `249`.
|
|
131
|
+
:param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
130
132
|
:param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
131
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
132
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
133
|
-
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference.
|
|
133
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
134
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
135
|
+
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
134
136
|
"""
|
|
135
137
|
__args__ = dict()
|
|
136
138
|
__args__['index'] = index
|
|
@@ -162,6 +164,7 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
|
162
164
|
|
|
163
165
|
## Example Usage
|
|
164
166
|
|
|
167
|
+
<!--Start PulumiCodeChooser -->
|
|
165
168
|
```python
|
|
166
169
|
import pulumi
|
|
167
170
|
import pulumi_aiven as aiven
|
|
@@ -171,12 +174,13 @@ def get_open_search_acl_rule_output(index: Optional[pulumi.Input[str]] = None,
|
|
|
171
174
|
username="<USERNAME>",
|
|
172
175
|
index="<INDEX>")
|
|
173
176
|
```
|
|
177
|
+
<!--End PulumiCodeChooser -->
|
|
174
178
|
|
|
175
179
|
|
|
176
|
-
:param str index: The index pattern for this ACL entry. Maximum length: `249`.
|
|
180
|
+
:param str index: The index pattern for this ACL entry. Maximum length: `249`. Changing this property forces recreation of the resource.
|
|
177
181
|
:param str permission: The permissions for this ACL entry. The possible values are `deny`, `admin`, `read`, `readwrite` and `write`.
|
|
178
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
179
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
180
|
-
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference.
|
|
182
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
183
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
184
|
+
:param str username: The username for the ACL entry. Maximum length: `40`. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
181
185
|
"""
|
|
182
186
|
...
|
|
@@ -88,7 +88,7 @@ class GetOpensearchSecurityPluginConfigResult:
|
|
|
88
88
|
@pulumi.getter
|
|
89
89
|
def project(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
91
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "project")
|
|
94
94
|
|
|
@@ -96,7 +96,7 @@ class GetOpensearchSecurityPluginConfigResult:
|
|
|
96
96
|
@pulumi.getter(name="serviceName")
|
|
97
97
|
def service_name(self) -> str:
|
|
98
98
|
"""
|
|
99
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
99
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
100
100
|
"""
|
|
101
101
|
return pulumi.get(self, "service_name")
|
|
102
102
|
|
|
@@ -124,6 +124,7 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
|
|
|
124
124
|
|
|
125
125
|
## Example Usage
|
|
126
126
|
|
|
127
|
+
<!--Start PulumiCodeChooser -->
|
|
127
128
|
```python
|
|
128
129
|
import pulumi
|
|
129
130
|
import pulumi_aiven as aiven
|
|
@@ -131,10 +132,11 @@ def get_opensearch_security_plugin_config(project: Optional[str] = None,
|
|
|
131
132
|
os_sec_config = aiven.get_opensearch_security_plugin_config(project=aiven_project["os-project"]["project"],
|
|
132
133
|
service_name=aiven_opensearch["os"]["service_name"])
|
|
133
134
|
```
|
|
135
|
+
<!--End PulumiCodeChooser -->
|
|
134
136
|
|
|
135
137
|
|
|
136
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
137
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
138
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
139
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
138
140
|
"""
|
|
139
141
|
__args__ = dict()
|
|
140
142
|
__args__['project'] = project
|
|
@@ -161,6 +163,7 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
|
|
|
161
163
|
|
|
162
164
|
## Example Usage
|
|
163
165
|
|
|
166
|
+
<!--Start PulumiCodeChooser -->
|
|
164
167
|
```python
|
|
165
168
|
import pulumi
|
|
166
169
|
import pulumi_aiven as aiven
|
|
@@ -168,9 +171,10 @@ def get_opensearch_security_plugin_config_output(project: Optional[pulumi.Input[
|
|
|
168
171
|
os_sec_config = aiven.get_opensearch_security_plugin_config(project=aiven_project["os-project"]["project"],
|
|
169
172
|
service_name=aiven_opensearch["os"]["service_name"])
|
|
170
173
|
```
|
|
174
|
+
<!--End PulumiCodeChooser -->
|
|
171
175
|
|
|
172
176
|
|
|
173
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
174
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
177
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
178
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
175
179
|
"""
|
|
176
180
|
...
|
|
@@ -61,7 +61,7 @@ class GetOpensearchUserResult:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def project(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
64
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "project")
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ class GetOpensearchUserResult:
|
|
|
69
69
|
@pulumi.getter(name="serviceName")
|
|
70
70
|
def service_name(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
72
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "service_name")
|
|
75
75
|
|
|
@@ -85,7 +85,7 @@ class GetOpensearchUserResult:
|
|
|
85
85
|
@pulumi.getter
|
|
86
86
|
def username(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
88
|
+
The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "username")
|
|
91
91
|
|
|
@@ -113,6 +113,7 @@ def get_opensearch_user(project: Optional[str] = None,
|
|
|
113
113
|
|
|
114
114
|
## Example Usage
|
|
115
115
|
|
|
116
|
+
<!--Start PulumiCodeChooser -->
|
|
116
117
|
```python
|
|
117
118
|
import pulumi
|
|
118
119
|
import pulumi_aiven as aiven
|
|
@@ -121,11 +122,12 @@ def get_opensearch_user(project: Optional[str] = None,
|
|
|
121
122
|
service_name="my-service",
|
|
122
123
|
username="user1")
|
|
123
124
|
```
|
|
125
|
+
<!--End PulumiCodeChooser -->
|
|
124
126
|
|
|
125
127
|
|
|
126
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
127
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
128
|
-
:param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
128
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
129
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
130
|
+
:param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
129
131
|
"""
|
|
130
132
|
__args__ = dict()
|
|
131
133
|
__args__['project'] = project
|
|
@@ -153,6 +155,7 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
153
155
|
|
|
154
156
|
## Example Usage
|
|
155
157
|
|
|
158
|
+
<!--Start PulumiCodeChooser -->
|
|
156
159
|
```python
|
|
157
160
|
import pulumi
|
|
158
161
|
import pulumi_aiven as aiven
|
|
@@ -161,10 +164,11 @@ def get_opensearch_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
161
164
|
service_name="my-service",
|
|
162
165
|
username="user1")
|
|
163
166
|
```
|
|
167
|
+
<!--End PulumiCodeChooser -->
|
|
164
168
|
|
|
165
169
|
|
|
166
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
167
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
168
|
-
:param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference.
|
|
170
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
171
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
172
|
+
:param str username: The actual name of the OpenSearch User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
169
173
|
"""
|
|
170
174
|
...
|
pulumi_aiven/get_organization.py
CHANGED
|
@@ -50,7 +50,7 @@ class GetOrganizationResult:
|
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def id(self) -> Optional[str]:
|
|
52
52
|
"""
|
|
53
|
-
|
|
53
|
+
ID of the organization.
|
|
54
54
|
"""
|
|
55
55
|
return pulumi.get(self, "id")
|
|
56
56
|
|
|
@@ -66,7 +66,7 @@ class GetOrganizationResult:
|
|
|
66
66
|
@pulumi.getter(name="tenantId")
|
|
67
67
|
def tenant_id(self) -> str:
|
|
68
68
|
"""
|
|
69
|
-
Tenant
|
|
69
|
+
Tenant ID of the organization.
|
|
70
70
|
"""
|
|
71
71
|
return pulumi.get(self, "tenant_id")
|
|
72
72
|
|
|
@@ -96,19 +96,21 @@ def get_organization(id: Optional[str] = None,
|
|
|
96
96
|
name: Optional[str] = None,
|
|
97
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationResult:
|
|
98
98
|
"""
|
|
99
|
-
|
|
99
|
+
Gets information about an organization.
|
|
100
100
|
|
|
101
101
|
## Example Usage
|
|
102
102
|
|
|
103
|
+
<!--Start PulumiCodeChooser -->
|
|
103
104
|
```python
|
|
104
105
|
import pulumi
|
|
105
106
|
import pulumi_aiven as aiven
|
|
106
107
|
|
|
107
|
-
|
|
108
|
+
main = aiven.get_organization(name="Example organization")
|
|
108
109
|
```
|
|
110
|
+
<!--End PulumiCodeChooser -->
|
|
109
111
|
|
|
110
112
|
|
|
111
|
-
:param str id:
|
|
113
|
+
:param str id: ID of the organization.
|
|
112
114
|
:param str name: Name of the organization.
|
|
113
115
|
"""
|
|
114
116
|
__args__ = dict()
|
|
@@ -130,19 +132,21 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
130
132
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
131
133
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationResult]:
|
|
132
134
|
"""
|
|
133
|
-
|
|
135
|
+
Gets information about an organization.
|
|
134
136
|
|
|
135
137
|
## Example Usage
|
|
136
138
|
|
|
139
|
+
<!--Start PulumiCodeChooser -->
|
|
137
140
|
```python
|
|
138
141
|
import pulumi
|
|
139
142
|
import pulumi_aiven as aiven
|
|
140
143
|
|
|
141
|
-
|
|
144
|
+
main = aiven.get_organization(name="Example organization")
|
|
142
145
|
```
|
|
146
|
+
<!--End PulumiCodeChooser -->
|
|
143
147
|
|
|
144
148
|
|
|
145
|
-
:param str id:
|
|
149
|
+
:param str id: ID of the organization.
|
|
146
150
|
:param str name: Name of the organization.
|
|
147
151
|
"""
|
|
148
152
|
...
|
|
@@ -56,7 +56,7 @@ class GetOrganizationUserGroupResult:
|
|
|
56
56
|
@pulumi.getter
|
|
57
57
|
def description(self) -> str:
|
|
58
58
|
"""
|
|
59
|
-
The description of the user group.
|
|
59
|
+
The description of the user group. Changing this property forces recreation of the resource.
|
|
60
60
|
"""
|
|
61
61
|
return pulumi.get(self, "description")
|
|
62
62
|
|
|
@@ -80,7 +80,7 @@ class GetOrganizationUserGroupResult:
|
|
|
80
80
|
@pulumi.getter
|
|
81
81
|
def name(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
The name of the user group.
|
|
83
|
+
The name of the user group. Changing this property forces recreation of the resource.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "name")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetOrganizationUserGroupResult:
|
|
|
88
88
|
@pulumi.getter(name="organizationId")
|
|
89
89
|
def organization_id(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
The ID of the organization.
|
|
91
|
+
The ID of the organization. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "organization_id")
|
|
94
94
|
|
|
@@ -120,11 +120,23 @@ def get_organization_user_group(name: Optional[str] = None,
|
|
|
120
120
|
organization_id: Optional[str] = None,
|
|
121
121
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationUserGroupResult:
|
|
122
122
|
"""
|
|
123
|
-
|
|
123
|
+
Gets information about an existing user group in an organization.
|
|
124
124
|
|
|
125
|
+
## Example Usage
|
|
125
126
|
|
|
126
|
-
|
|
127
|
-
|
|
127
|
+
<!--Start PulumiCodeChooser -->
|
|
128
|
+
```python
|
|
129
|
+
import pulumi
|
|
130
|
+
import pulumi_aiven as aiven
|
|
131
|
+
|
|
132
|
+
example = aiven.get_organization_user_group(name="Example group",
|
|
133
|
+
organization_id=aiven_organization["main"]["id"])
|
|
134
|
+
```
|
|
135
|
+
<!--End PulumiCodeChooser -->
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
:param str name: The name of the user group. Changing this property forces recreation of the resource.
|
|
139
|
+
:param str organization_id: The ID of the organization. Changing this property forces recreation of the resource.
|
|
128
140
|
"""
|
|
129
141
|
__args__ = dict()
|
|
130
142
|
__args__['name'] = name
|
|
@@ -147,10 +159,22 @@ def get_organization_user_group_output(name: Optional[pulumi.Input[str]] = None,
|
|
|
147
159
|
organization_id: Optional[pulumi.Input[str]] = None,
|
|
148
160
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationUserGroupResult]:
|
|
149
161
|
"""
|
|
150
|
-
|
|
162
|
+
Gets information about an existing user group in an organization.
|
|
163
|
+
|
|
164
|
+
## Example Usage
|
|
165
|
+
|
|
166
|
+
<!--Start PulumiCodeChooser -->
|
|
167
|
+
```python
|
|
168
|
+
import pulumi
|
|
169
|
+
import pulumi_aiven as aiven
|
|
170
|
+
|
|
171
|
+
example = aiven.get_organization_user_group(name="Example group",
|
|
172
|
+
organization_id=aiven_organization["main"]["id"])
|
|
173
|
+
```
|
|
174
|
+
<!--End PulumiCodeChooser -->
|
|
151
175
|
|
|
152
176
|
|
|
153
|
-
:param str name: The name of the user group.
|
|
154
|
-
:param str organization_id: The ID of the organization.
|
|
177
|
+
:param str name: The name of the user group. Changing this property forces recreation of the resource.
|
|
178
|
+
:param str organization_id: The ID of the organization. Changing this property forces recreation of the resource.
|
|
155
179
|
"""
|
|
156
180
|
...
|
|
@@ -45,7 +45,7 @@ class GetOrganizationalUnitResult:
|
|
|
45
45
|
@pulumi.getter(name="createTime")
|
|
46
46
|
def create_time(self) -> str:
|
|
47
47
|
"""
|
|
48
|
-
Time of creation
|
|
48
|
+
Time of creation.
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "create_time")
|
|
51
51
|
|
|
@@ -61,7 +61,7 @@ class GetOrganizationalUnitResult:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def name(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
|
|
64
|
+
The name of the organizational unit.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "name")
|
|
67
67
|
|
|
@@ -69,7 +69,7 @@ class GetOrganizationalUnitResult:
|
|
|
69
69
|
@pulumi.getter(name="parentId")
|
|
70
70
|
def parent_id(self) -> str:
|
|
71
71
|
"""
|
|
72
|
-
|
|
72
|
+
The ID of the organization that the unit is created in.
|
|
73
73
|
"""
|
|
74
74
|
return pulumi.get(self, "parent_id")
|
|
75
75
|
|
|
@@ -77,7 +77,7 @@ class GetOrganizationalUnitResult:
|
|
|
77
77
|
@pulumi.getter(name="tenantId")
|
|
78
78
|
def tenant_id(self) -> str:
|
|
79
79
|
"""
|
|
80
|
-
Tenant ID
|
|
80
|
+
Tenant ID.
|
|
81
81
|
"""
|
|
82
82
|
return pulumi.get(self, "tenant_id")
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ class GetOrganizationalUnitResult:
|
|
|
85
85
|
@pulumi.getter(name="updateTime")
|
|
86
86
|
def update_time(self) -> str:
|
|
87
87
|
"""
|
|
88
|
-
Time of last update
|
|
88
|
+
Time of last update.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "update_time")
|
|
91
91
|
|
|
@@ -107,10 +107,10 @@ class AwaitableGetOrganizationalUnitResult(GetOrganizationalUnitResult):
|
|
|
107
107
|
def get_organizational_unit(name: Optional[str] = None,
|
|
108
108
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationalUnitResult:
|
|
109
109
|
"""
|
|
110
|
-
|
|
110
|
+
Gets information about an organizational unit.
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
:param str name:
|
|
113
|
+
:param str name: The name of the organizational unit.
|
|
114
114
|
"""
|
|
115
115
|
__args__ = dict()
|
|
116
116
|
__args__['name'] = name
|
|
@@ -130,9 +130,9 @@ def get_organizational_unit(name: Optional[str] = None,
|
|
|
130
130
|
def get_organizational_unit_output(name: Optional[pulumi.Input[str]] = None,
|
|
131
131
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationalUnitResult]:
|
|
132
132
|
"""
|
|
133
|
-
|
|
133
|
+
Gets information about an organizational unit.
|
|
134
134
|
|
|
135
135
|
|
|
136
|
-
:param str name:
|
|
136
|
+
:param str name: The name of the organizational unit.
|
|
137
137
|
"""
|
|
138
138
|
...
|
pulumi_aiven/get_pg.py
CHANGED
|
@@ -227,7 +227,7 @@ class GetPgResult:
|
|
|
227
227
|
@pulumi.getter
|
|
228
228
|
def project(self) -> str:
|
|
229
229
|
"""
|
|
230
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
230
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
231
231
|
"""
|
|
232
232
|
return pulumi.get(self, "project")
|
|
233
233
|
|
|
@@ -389,6 +389,7 @@ def get_pg(project: Optional[str] = None,
|
|
|
389
389
|
|
|
390
390
|
## Example Usage
|
|
391
391
|
|
|
392
|
+
<!--Start PulumiCodeChooser -->
|
|
392
393
|
```python
|
|
393
394
|
import pulumi
|
|
394
395
|
import pulumi_aiven as aiven
|
|
@@ -396,9 +397,10 @@ def get_pg(project: Optional[str] = None,
|
|
|
396
397
|
pg = aiven.get_pg(project=data["aiven_project"]["pr1"]["project"],
|
|
397
398
|
service_name="my-pg1")
|
|
398
399
|
```
|
|
400
|
+
<!--End PulumiCodeChooser -->
|
|
399
401
|
|
|
400
402
|
|
|
401
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
403
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
402
404
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
403
405
|
"""
|
|
404
406
|
__args__ = dict()
|
|
@@ -448,6 +450,7 @@ def get_pg_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
448
450
|
|
|
449
451
|
## Example Usage
|
|
450
452
|
|
|
453
|
+
<!--Start PulumiCodeChooser -->
|
|
451
454
|
```python
|
|
452
455
|
import pulumi
|
|
453
456
|
import pulumi_aiven as aiven
|
|
@@ -455,9 +458,10 @@ def get_pg_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
455
458
|
pg = aiven.get_pg(project=data["aiven_project"]["pr1"]["project"],
|
|
456
459
|
service_name="my-pg1")
|
|
457
460
|
```
|
|
461
|
+
<!--End PulumiCodeChooser -->
|
|
458
462
|
|
|
459
463
|
|
|
460
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
464
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
461
465
|
:param str service_name: Specifies the actual name of the service. The name cannot be changed later without destroying and re-creating the service so name should be picked based on intended service usage rather than current attributes.
|
|
462
466
|
"""
|
|
463
467
|
...
|
pulumi_aiven/get_pg_database.py
CHANGED
|
@@ -48,7 +48,7 @@ class GetPgDatabaseResult:
|
|
|
48
48
|
@pulumi.getter(name="databaseName")
|
|
49
49
|
def database_name(self) -> str:
|
|
50
50
|
"""
|
|
51
|
-
The name of the service database.
|
|
51
|
+
The name of the service database. Changing this property forces recreation of the resource.
|
|
52
52
|
"""
|
|
53
53
|
return pulumi.get(self, "database_name")
|
|
54
54
|
|
|
@@ -64,7 +64,7 @@ class GetPgDatabaseResult:
|
|
|
64
64
|
@pulumi.getter(name="lcCollate")
|
|
65
65
|
def lc_collate(self) -> str:
|
|
66
66
|
"""
|
|
67
|
-
Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`.
|
|
67
|
+
Default string sort order (`LC_COLLATE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
|
|
68
68
|
"""
|
|
69
69
|
return pulumi.get(self, "lc_collate")
|
|
70
70
|
|
|
@@ -72,7 +72,7 @@ class GetPgDatabaseResult:
|
|
|
72
72
|
@pulumi.getter(name="lcCtype")
|
|
73
73
|
def lc_ctype(self) -> str:
|
|
74
74
|
"""
|
|
75
|
-
Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`.
|
|
75
|
+
Default character classification (`LC_CTYPE`) of the database. The default value is `en_US.UTF-8`. Changing this property forces recreation of the resource.
|
|
76
76
|
"""
|
|
77
77
|
return pulumi.get(self, "lc_ctype")
|
|
78
78
|
|
|
@@ -80,7 +80,7 @@ class GetPgDatabaseResult:
|
|
|
80
80
|
@pulumi.getter
|
|
81
81
|
def project(self) -> str:
|
|
82
82
|
"""
|
|
83
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
83
|
+
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
84
84
|
"""
|
|
85
85
|
return pulumi.get(self, "project")
|
|
86
86
|
|
|
@@ -88,7 +88,7 @@ class GetPgDatabaseResult:
|
|
|
88
88
|
@pulumi.getter(name="serviceName")
|
|
89
89
|
def service_name(self) -> str:
|
|
90
90
|
"""
|
|
91
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
91
|
+
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
92
92
|
"""
|
|
93
93
|
return pulumi.get(self, "service_name")
|
|
94
94
|
|
|
@@ -122,6 +122,7 @@ def get_pg_database(database_name: Optional[str] = None,
|
|
|
122
122
|
|
|
123
123
|
## Example Usage
|
|
124
124
|
|
|
125
|
+
<!--Start PulumiCodeChooser -->
|
|
125
126
|
```python
|
|
126
127
|
import pulumi
|
|
127
128
|
import pulumi_aiven as aiven
|
|
@@ -130,11 +131,12 @@ def get_pg_database(database_name: Optional[str] = None,
|
|
|
130
131
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
131
132
|
database_name="<DATABASE_NAME>")
|
|
132
133
|
```
|
|
134
|
+
<!--End PulumiCodeChooser -->
|
|
133
135
|
|
|
134
136
|
|
|
135
|
-
:param str database_name: The name of the service database.
|
|
136
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
137
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
137
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
138
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
139
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
138
140
|
"""
|
|
139
141
|
__args__ = dict()
|
|
140
142
|
__args__['databaseName'] = database_name
|
|
@@ -163,6 +165,7 @@ def get_pg_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
163
165
|
|
|
164
166
|
## Example Usage
|
|
165
167
|
|
|
168
|
+
<!--Start PulumiCodeChooser -->
|
|
166
169
|
```python
|
|
167
170
|
import pulumi
|
|
168
171
|
import pulumi_aiven as aiven
|
|
@@ -171,10 +174,11 @@ def get_pg_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
171
174
|
service_name=aiven_pg["mypg"]["service_name"],
|
|
172
175
|
database_name="<DATABASE_NAME>")
|
|
173
176
|
```
|
|
177
|
+
<!--End PulumiCodeChooser -->
|
|
174
178
|
|
|
175
179
|
|
|
176
|
-
:param str database_name: The name of the service database.
|
|
177
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
178
|
-
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
180
|
+
:param str database_name: The name of the service database. Changing this property forces recreation of the resource.
|
|
181
|
+
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
182
|
+
:param str service_name: Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
179
183
|
"""
|
|
180
184
|
...
|