pulumi-aiven 6.13.0a1711027602__py3-none-any.whl → 6.13.0a1711361534__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 +2479 -932
- pulumi_aiven/account.py +6 -2
- pulumi_aiven/account_authentication.py +6 -2
- pulumi_aiven/account_team_member.py +21 -21
- pulumi_aiven/aws_privatelink.py +39 -39
- pulumi_aiven/aws_vpc_peering_connection.py +62 -52
- pulumi_aiven/azure_privatelink.py +49 -49
- pulumi_aiven/azure_privatelink_connection_approval.py +33 -33
- pulumi_aiven/azure_vpc_peering_connection.py +76 -68
- pulumi_aiven/cassandra.py +7 -7
- pulumi_aiven/cassandra_user.py +21 -21
- pulumi_aiven/clickhouse.py +7 -7
- pulumi_aiven/clickhouse_database.py +21 -21
- pulumi_aiven/clickhouse_grant.py +42 -42
- pulumi_aiven/clickhouse_role.py +21 -21
- pulumi_aiven/clickhouse_user.py +21 -21
- pulumi_aiven/connection_pool.py +28 -28
- pulumi_aiven/dragonfly.py +1344 -0
- pulumi_aiven/flink.py +7 -7
- pulumi_aiven/flink_application.py +14 -14
- pulumi_aiven/flink_application_deployment.py +14 -14
- pulumi_aiven/flink_application_version.py +14 -14
- pulumi_aiven/gcp_privatelink.py +26 -26
- pulumi_aiven/gcp_privatelink_connection_approval.py +33 -33
- pulumi_aiven/gcp_vpc_peering_connection.py +35 -35
- pulumi_aiven/get_account_team_member.py +9 -9
- pulumi_aiven/get_aws_privatelink.py +15 -15
- pulumi_aiven/get_aws_vpc_peering_connection.py +33 -23
- pulumi_aiven/get_azure_privatelink.py +17 -17
- pulumi_aiven/get_azure_vpc_peering_connection.py +58 -26
- pulumi_aiven/get_cassanda.py +3 -3
- pulumi_aiven/get_cassandra.py +3 -3
- pulumi_aiven/get_cassandra_user.py +9 -9
- pulumi_aiven/get_clickhouse.py +3 -3
- pulumi_aiven/get_clickhouse_database.py +9 -9
- pulumi_aiven/get_clickhouse_user.py +9 -9
- pulumi_aiven/get_connection_pool.py +10 -10
- pulumi_aiven/get_dragonfly.py +443 -0
- pulumi_aiven/get_flink.py +3 -3
- pulumi_aiven/get_flink_application.py +6 -6
- pulumi_aiven/get_flink_application_version.py +6 -6
- pulumi_aiven/get_gcp_vpc_peering_connection.py +18 -18
- pulumi_aiven/get_grafana.py +3 -3
- pulumi_aiven/get_kafka.py +3 -3
- pulumi_aiven/get_kafka_acl.py +15 -15
- pulumi_aiven/get_kafka_connect.py +3 -3
- pulumi_aiven/get_kafka_connector.py +9 -9
- pulumi_aiven/get_kafka_mirror_maker.py +3 -3
- pulumi_aiven/get_kafka_schema.py +9 -9
- pulumi_aiven/get_kafka_schema_configuration.py +7 -7
- pulumi_aiven/get_kafka_schema_registry_acl.py +15 -15
- pulumi_aiven/get_kafka_topic.py +9 -9
- pulumi_aiven/get_kafka_user.py +9 -9
- pulumi_aiven/get_m3_aggregator.py +3 -3
- pulumi_aiven/get_m3_db.py +3 -3
- pulumi_aiven/get_m3db_user.py +9 -9
- pulumi_aiven/get_mirror_maker_replication_flow.py +6 -6
- pulumi_aiven/get_my_sql.py +3 -3
- pulumi_aiven/get_mysql_database.py +9 -9
- pulumi_aiven/get_mysql_user.py +9 -9
- pulumi_aiven/get_open_search.py +3 -3
- pulumi_aiven/get_open_search_acl_config.py +6 -6
- pulumi_aiven/get_open_search_acl_rule.py +12 -12
- pulumi_aiven/get_opensearch_security_plugin_config.py +6 -6
- pulumi_aiven/get_opensearch_user.py +9 -9
- pulumi_aiven/get_organization.py +8 -8
- pulumi_aiven/get_organization_user_group.py +33 -9
- pulumi_aiven/get_organizational_unit.py +9 -9
- pulumi_aiven/get_pg.py +3 -3
- pulumi_aiven/get_pg_database.py +11 -11
- pulumi_aiven/get_pg_user.py +9 -9
- pulumi_aiven/get_project_user.py +6 -6
- pulumi_aiven/get_project_vpc.py +11 -13
- pulumi_aiven/get_redis.py +3 -3
- pulumi_aiven/get_redis_user.py +13 -13
- pulumi_aiven/get_service_integration.py +56 -4
- pulumi_aiven/get_service_integration_endpoint.py +1 -1
- pulumi_aiven/get_transit_gateway_vpc_attachment.py +9 -9
- pulumi_aiven/grafana.py +7 -7
- pulumi_aiven/influx_db.py +7 -7
- pulumi_aiven/influxdb_database.py +21 -21
- pulumi_aiven/influxdb_user.py +28 -28
- pulumi_aiven/kafka.py +7 -7
- pulumi_aiven/kafka_acl.py +35 -35
- pulumi_aiven/kafka_connect.py +7 -7
- pulumi_aiven/kafka_connector.py +21 -21
- pulumi_aiven/kafka_mirror_maker.py +7 -7
- pulumi_aiven/kafka_schema.py +47 -43
- pulumi_aiven/kafka_schema_configuration.py +14 -14
- pulumi_aiven/kafka_schema_registry_acl.py +35 -35
- pulumi_aiven/kafka_topic.py +21 -21
- pulumi_aiven/kafka_user.py +21 -21
- pulumi_aiven/m3_aggregator.py +7 -7
- pulumi_aiven/m3_db.py +7 -7
- pulumi_aiven/m3db_user.py +21 -21
- pulumi_aiven/mirror_maker_replication_flow.py +50 -48
- pulumi_aiven/my_sql.py +7 -7
- pulumi_aiven/mysql_database.py +21 -21
- pulumi_aiven/mysql_user.py +21 -21
- pulumi_aiven/open_search.py +7 -7
- pulumi_aiven/open_search_acl_config.py +14 -14
- pulumi_aiven/open_search_acl_rule.py +28 -28
- pulumi_aiven/opensearch_security_plugin_config.py +66 -14
- pulumi_aiven/opensearch_user.py +21 -21
- pulumi_aiven/organization.py +10 -10
- pulumi_aiven/organization_group_project.py +290 -0
- pulumi_aiven/organization_user.py +16 -16
- pulumi_aiven/organization_user_group.py +61 -23
- pulumi_aiven/organization_user_group_member.py +352 -0
- pulumi_aiven/organizational_unit.py +32 -32
- pulumi_aiven/outputs.py +2989 -467
- pulumi_aiven/pg.py +7 -7
- pulumi_aiven/pg_database.py +35 -35
- pulumi_aiven/pg_user.py +21 -21
- pulumi_aiven/project.py +26 -0
- pulumi_aiven/project_user.py +14 -14
- pulumi_aiven/project_vpc.py +25 -25
- pulumi_aiven/redis.py +7 -7
- pulumi_aiven/redis_user.py +49 -49
- pulumi_aiven/service_integration.py +195 -7
- pulumi_aiven/service_integration_endpoint.py +7 -7
- pulumi_aiven/static_ip.py +14 -14
- pulumi_aiven/transit_gateway_vpc_attachment.py +21 -21
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/METADATA +1 -1
- pulumi_aiven-6.13.0a1711361534.dist-info/RECORD +150 -0
- pulumi_aiven-6.13.0a1711027602.dist-info/RECORD +0 -146
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.13.0a1711027602.dist-info → pulumi_aiven-6.13.0a1711361534.dist-info}/top_level.txt +0 -0
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,7 +96,7 @@ 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
|
|
|
@@ -105,12 +105,12 @@ def get_organization(id: Optional[str] = None,
|
|
|
105
105
|
import pulumi
|
|
106
106
|
import pulumi_aiven as aiven
|
|
107
107
|
|
|
108
|
-
|
|
108
|
+
main = aiven.get_organization(name="Example organization")
|
|
109
109
|
```
|
|
110
110
|
<!--End PulumiCodeChooser -->
|
|
111
111
|
|
|
112
112
|
|
|
113
|
-
:param str id:
|
|
113
|
+
:param str id: ID of the organization.
|
|
114
114
|
:param str name: Name of the organization.
|
|
115
115
|
"""
|
|
116
116
|
__args__ = dict()
|
|
@@ -132,7 +132,7 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
132
132
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
133
133
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetOrganizationResult]:
|
|
134
134
|
"""
|
|
135
|
-
|
|
135
|
+
Gets information about an organization.
|
|
136
136
|
|
|
137
137
|
## Example Usage
|
|
138
138
|
|
|
@@ -141,12 +141,12 @@ def get_organization_output(id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
|
141
141
|
import pulumi
|
|
142
142
|
import pulumi_aiven as aiven
|
|
143
143
|
|
|
144
|
-
|
|
144
|
+
main = aiven.get_organization(name="Example organization")
|
|
145
145
|
```
|
|
146
146
|
<!--End PulumiCodeChooser -->
|
|
147
147
|
|
|
148
148
|
|
|
149
|
-
:param str id:
|
|
149
|
+
:param str id: ID of the organization.
|
|
150
150
|
:param str name: Name of the organization.
|
|
151
151
|
"""
|
|
152
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
|
|
|
@@ -400,7 +400,7 @@ def get_pg(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
: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.
|
|
404
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.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_pg_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
: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.
|
|
465
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.
|
|
466
466
|
"""
|
|
467
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
|
|
|
@@ -134,9 +134,9 @@ def get_pg_database(database_name: Optional[str] = None,
|
|
|
134
134
|
<!--End PulumiCodeChooser -->
|
|
135
135
|
|
|
136
136
|
|
|
137
|
-
:param str database_name: The name of the service database.
|
|
138
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
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.
|
|
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.
|
|
140
140
|
"""
|
|
141
141
|
__args__ = dict()
|
|
142
142
|
__args__['databaseName'] = database_name
|
|
@@ -177,8 +177,8 @@ def get_pg_database_output(database_name: Optional[pulumi.Input[str]] = None,
|
|
|
177
177
|
<!--End PulumiCodeChooser -->
|
|
178
178
|
|
|
179
179
|
|
|
180
|
-
:param str database_name: The name of the service database.
|
|
181
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
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.
|
|
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.
|
|
183
183
|
"""
|
|
184
184
|
...
|
pulumi_aiven/get_pg_user.py
CHANGED
|
@@ -94,7 +94,7 @@ class GetPgUserResult:
|
|
|
94
94
|
@pulumi.getter
|
|
95
95
|
def project(self) -> str:
|
|
96
96
|
"""
|
|
97
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
97
|
+
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.
|
|
98
98
|
"""
|
|
99
99
|
return pulumi.get(self, "project")
|
|
100
100
|
|
|
@@ -102,7 +102,7 @@ class GetPgUserResult:
|
|
|
102
102
|
@pulumi.getter(name="serviceName")
|
|
103
103
|
def service_name(self) -> str:
|
|
104
104
|
"""
|
|
105
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
105
|
+
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.
|
|
106
106
|
"""
|
|
107
107
|
return pulumi.get(self, "service_name")
|
|
108
108
|
|
|
@@ -118,7 +118,7 @@ class GetPgUserResult:
|
|
|
118
118
|
@pulumi.getter
|
|
119
119
|
def username(self) -> str:
|
|
120
120
|
"""
|
|
121
|
-
The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
121
|
+
The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
122
122
|
"""
|
|
123
123
|
return pulumi.get(self, "username")
|
|
124
124
|
|
|
@@ -161,9 +161,9 @@ def get_pg_user(project: Optional[str] = None,
|
|
|
161
161
|
<!--End PulumiCodeChooser -->
|
|
162
162
|
|
|
163
163
|
|
|
164
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
165
|
-
: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.
|
|
166
|
-
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
164
|
+
: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.
|
|
165
|
+
: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.
|
|
166
|
+
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
167
167
|
"""
|
|
168
168
|
__args__ = dict()
|
|
169
169
|
__args__['project'] = project
|
|
@@ -206,8 +206,8 @@ def get_pg_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
206
206
|
<!--End PulumiCodeChooser -->
|
|
207
207
|
|
|
208
208
|
|
|
209
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
210
|
-
: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.
|
|
211
|
-
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference.
|
|
209
|
+
: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.
|
|
210
|
+
: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.
|
|
211
|
+
:param str username: The actual name of the PG User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
212
212
|
"""
|
|
213
213
|
...
|
pulumi_aiven/get_project_user.py
CHANGED
|
@@ -50,7 +50,7 @@ class GetProjectUserResult:
|
|
|
50
50
|
@pulumi.getter
|
|
51
51
|
def email(self) -> str:
|
|
52
52
|
"""
|
|
53
|
-
Email address of the user. Should be lowercase.
|
|
53
|
+
Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
|
|
54
54
|
"""
|
|
55
55
|
return pulumi.get(self, "email")
|
|
56
56
|
|
|
@@ -74,7 +74,7 @@ class GetProjectUserResult:
|
|
|
74
74
|
@pulumi.getter
|
|
75
75
|
def project(self) -> str:
|
|
76
76
|
"""
|
|
77
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
77
|
+
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.
|
|
78
78
|
"""
|
|
79
79
|
return pulumi.get(self, "project")
|
|
80
80
|
|
|
@@ -111,8 +111,8 @@ def get_project_user(email: Optional[str] = None,
|
|
|
111
111
|
<!--End PulumiCodeChooser -->
|
|
112
112
|
|
|
113
113
|
|
|
114
|
-
:param str email: Email address of the user. Should be lowercase.
|
|
115
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
114
|
+
:param str email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
|
|
115
|
+
: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.
|
|
116
116
|
"""
|
|
117
117
|
__args__ = dict()
|
|
118
118
|
__args__['email'] = email
|
|
@@ -148,7 +148,7 @@ def get_project_user_output(email: Optional[pulumi.Input[str]] = None,
|
|
|
148
148
|
<!--End PulumiCodeChooser -->
|
|
149
149
|
|
|
150
150
|
|
|
151
|
-
:param str email: Email address of the user. Should be lowercase.
|
|
152
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
151
|
+
:param str email: Email address of the user. Should be lowercase. Changing this property forces recreation of the resource.
|
|
152
|
+
: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.
|
|
153
153
|
"""
|
|
154
154
|
...
|
pulumi_aiven/get_project_vpc.py
CHANGED
|
@@ -45,7 +45,7 @@ class GetProjectVpcResult:
|
|
|
45
45
|
@pulumi.getter(name="cloudName")
|
|
46
46
|
def cloud_name(self) -> Optional[str]:
|
|
47
47
|
"""
|
|
48
|
-
|
|
48
|
+
The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "cloud_name")
|
|
51
51
|
|
|
@@ -61,7 +61,7 @@ class GetProjectVpcResult:
|
|
|
61
61
|
@pulumi.getter(name="networkCidr")
|
|
62
62
|
def network_cidr(self) -> str:
|
|
63
63
|
"""
|
|
64
|
-
Network address range used by the VPC
|
|
64
|
+
Network address range used by the VPC. For example, `192.168.0.0/24`.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "network_cidr")
|
|
67
67
|
|
|
@@ -85,7 +85,7 @@ class GetProjectVpcResult:
|
|
|
85
85
|
@pulumi.getter(name="vpcId")
|
|
86
86
|
def vpc_id(self) -> Optional[str]:
|
|
87
87
|
"""
|
|
88
|
-
ID of the VPC. This can be used to filter out the
|
|
88
|
+
The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "vpc_id")
|
|
91
91
|
|
|
@@ -109,7 +109,7 @@ def get_project_vpc(cloud_name: Optional[str] = None,
|
|
|
109
109
|
vpc_id: Optional[str] = None,
|
|
110
110
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetProjectVpcResult:
|
|
111
111
|
"""
|
|
112
|
-
|
|
112
|
+
Gets information about the VPC for an Aiven project.
|
|
113
113
|
|
|
114
114
|
## Example Usage
|
|
115
115
|
|
|
@@ -118,16 +118,15 @@ def get_project_vpc(cloud_name: Optional[str] = None,
|
|
|
118
118
|
import pulumi
|
|
119
119
|
import pulumi_aiven as aiven
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
example_vpc = aiven.get_project_vpc(project=data["aiven_project"]["example_project"]["project"],
|
|
122
122
|
cloud_name="google-europe-west1")
|
|
123
|
-
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
124
123
|
```
|
|
125
124
|
<!--End PulumiCodeChooser -->
|
|
126
125
|
|
|
127
126
|
|
|
128
|
-
:param str cloud_name:
|
|
127
|
+
:param str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
|
|
129
128
|
:param str project: Identifies the project this resource belongs to.
|
|
130
|
-
:param str vpc_id: ID of the VPC. This can be used to filter out the
|
|
129
|
+
:param str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
131
130
|
"""
|
|
132
131
|
__args__ = dict()
|
|
133
132
|
__args__['cloudName'] = cloud_name
|
|
@@ -151,7 +150,7 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
151
150
|
vpc_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
152
151
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectVpcResult]:
|
|
153
152
|
"""
|
|
154
|
-
|
|
153
|
+
Gets information about the VPC for an Aiven project.
|
|
155
154
|
|
|
156
155
|
## Example Usage
|
|
157
156
|
|
|
@@ -160,15 +159,14 @@ def get_project_vpc_output(cloud_name: Optional[pulumi.Input[Optional[str]]] = N
|
|
|
160
159
|
import pulumi
|
|
161
160
|
import pulumi_aiven as aiven
|
|
162
161
|
|
|
163
|
-
|
|
162
|
+
example_vpc = aiven.get_project_vpc(project=data["aiven_project"]["example_project"]["project"],
|
|
164
163
|
cloud_name="google-europe-west1")
|
|
165
|
-
myvpc_id = aiven.get_project_vpc(vpc_id=aiven_project_vpc["vpc"]["id"])
|
|
166
164
|
```
|
|
167
165
|
<!--End PulumiCodeChooser -->
|
|
168
166
|
|
|
169
167
|
|
|
170
|
-
:param str cloud_name:
|
|
168
|
+
:param str cloud_name: The cloud provider and region where the service is hosted in the format `CLOUD_PROVIDER-REGION_NAME`. For example, `google-europe-west1` or `aws-us-east-2`.
|
|
171
169
|
:param str project: Identifies the project this resource belongs to.
|
|
172
|
-
:param str vpc_id: ID of the VPC. This can be used to filter out the
|
|
170
|
+
:param str vpc_id: The ID of the VPC. This can be used to filter out the other VPCs if there are more than one for the project and cloud.
|
|
173
171
|
"""
|
|
174
172
|
...
|
pulumi_aiven/get_redis.py
CHANGED
|
@@ -211,7 +211,7 @@ class GetRedisResult:
|
|
|
211
211
|
@pulumi.getter
|
|
212
212
|
def project(self) -> str:
|
|
213
213
|
"""
|
|
214
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
214
|
+
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.
|
|
215
215
|
"""
|
|
216
216
|
return pulumi.get(self, "project")
|
|
217
217
|
|
|
@@ -400,7 +400,7 @@ def get_redis(project: Optional[str] = None,
|
|
|
400
400
|
<!--End PulumiCodeChooser -->
|
|
401
401
|
|
|
402
402
|
|
|
403
|
-
: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.
|
|
404
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.
|
|
405
405
|
"""
|
|
406
406
|
__args__ = dict()
|
|
@@ -461,7 +461,7 @@ def get_redis_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
461
461
|
<!--End PulumiCodeChooser -->
|
|
462
462
|
|
|
463
463
|
|
|
464
|
-
: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.
|
|
465
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.
|
|
466
466
|
"""
|
|
467
467
|
...
|
pulumi_aiven/get_redis_user.py
CHANGED
|
@@ -73,7 +73,7 @@ class GetRedisUserResult:
|
|
|
73
73
|
@pulumi.getter
|
|
74
74
|
def project(self) -> str:
|
|
75
75
|
"""
|
|
76
|
-
Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
76
|
+
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.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "project")
|
|
79
79
|
|
|
@@ -81,7 +81,7 @@ class GetRedisUserResult:
|
|
|
81
81
|
@pulumi.getter(name="redisAclCategories")
|
|
82
82
|
def redis_acl_categories(self) -> Sequence[str]:
|
|
83
83
|
"""
|
|
84
|
-
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`.
|
|
84
|
+
Defines command category rules. The field is required with`redis_acl_commands` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
85
85
|
"""
|
|
86
86
|
return pulumi.get(self, "redis_acl_categories")
|
|
87
87
|
|
|
@@ -89,7 +89,7 @@ class GetRedisUserResult:
|
|
|
89
89
|
@pulumi.getter(name="redisAclChannels")
|
|
90
90
|
def redis_acl_channels(self) -> Sequence[str]:
|
|
91
91
|
"""
|
|
92
|
-
Defines the permitted pub/sub channel patterns.
|
|
92
|
+
Defines the permitted pub/sub channel patterns. Changing this property forces recreation of the resource.
|
|
93
93
|
"""
|
|
94
94
|
return pulumi.get(self, "redis_acl_channels")
|
|
95
95
|
|
|
@@ -97,7 +97,7 @@ class GetRedisUserResult:
|
|
|
97
97
|
@pulumi.getter(name="redisAclCommands")
|
|
98
98
|
def redis_acl_commands(self) -> Sequence[str]:
|
|
99
99
|
"""
|
|
100
|
-
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
100
|
+
Defines rules for individual commands. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
101
101
|
"""
|
|
102
102
|
return pulumi.get(self, "redis_acl_commands")
|
|
103
103
|
|
|
@@ -105,7 +105,7 @@ class GetRedisUserResult:
|
|
|
105
105
|
@pulumi.getter(name="redisAclKeys")
|
|
106
106
|
def redis_acl_keys(self) -> Sequence[str]:
|
|
107
107
|
"""
|
|
108
|
-
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`.
|
|
108
|
+
Defines key access rules. The field is required with`redis_acl_categories` and `redis_acl_keys`. Changing this property forces recreation of the resource.
|
|
109
109
|
"""
|
|
110
110
|
return pulumi.get(self, "redis_acl_keys")
|
|
111
111
|
|
|
@@ -113,7 +113,7 @@ class GetRedisUserResult:
|
|
|
113
113
|
@pulumi.getter(name="serviceName")
|
|
114
114
|
def service_name(self) -> str:
|
|
115
115
|
"""
|
|
116
|
-
Specifies the name of the service that this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
116
|
+
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.
|
|
117
117
|
"""
|
|
118
118
|
return pulumi.get(self, "service_name")
|
|
119
119
|
|
|
@@ -129,7 +129,7 @@ class GetRedisUserResult:
|
|
|
129
129
|
@pulumi.getter
|
|
130
130
|
def username(self) -> str:
|
|
131
131
|
"""
|
|
132
|
-
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
132
|
+
The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
133
133
|
"""
|
|
134
134
|
return pulumi.get(self, "username")
|
|
135
135
|
|
|
@@ -173,9 +173,9 @@ def get_redis_user(project: Optional[str] = None,
|
|
|
173
173
|
<!--End PulumiCodeChooser -->
|
|
174
174
|
|
|
175
175
|
|
|
176
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
177
|
-
: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.
|
|
178
|
-
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
176
|
+
: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.
|
|
177
|
+
: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.
|
|
178
|
+
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
179
179
|
"""
|
|
180
180
|
__args__ = dict()
|
|
181
181
|
__args__['project'] = project
|
|
@@ -219,8 +219,8 @@ def get_redis_user_output(project: Optional[pulumi.Input[str]] = None,
|
|
|
219
219
|
<!--End PulumiCodeChooser -->
|
|
220
220
|
|
|
221
221
|
|
|
222
|
-
:param str project: Identifies the project this resource belongs to. To set up proper dependencies please refer to this variable as a reference.
|
|
223
|
-
: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.
|
|
224
|
-
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference.
|
|
222
|
+
: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.
|
|
223
|
+
: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.
|
|
224
|
+
:param str username: The actual name of the Redis User. To set up proper dependencies please refer to this variable as a reference. Changing this property forces recreation of the resource.
|
|
225
225
|
"""
|
|
226
226
|
...
|