pulumi-aiven 6.18.0a1719465440__py3-none-any.whl → 6.18.0a1719512199__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/_inputs.py +1618 -1010
- pulumi_aiven/account_authentication.py +10 -4
- pulumi_aiven/account_team.py +16 -8
- pulumi_aiven/account_team_member.py +16 -8
- pulumi_aiven/account_team_project.py +16 -8
- pulumi_aiven/get_project.py +1 -1
- pulumi_aiven/organization.py +2 -2
- pulumi_aiven/organization_group_project.py +2 -2
- pulumi_aiven/organization_user_group.py +2 -2
- pulumi_aiven/organization_user_group_member.py +2 -2
- pulumi_aiven/organizational_unit.py +2 -2
- pulumi_aiven/outputs.py +3041 -2047
- pulumi_aiven/project.py +9 -9
- pulumi_aiven/pulumi-plugin.json +1 -1
- {pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/RECORD +18 -18
- {pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/WHEEL +0 -0
- {pulumi_aiven-6.18.0a1719465440.dist-info → pulumi_aiven-6.18.0a1719512199.dist-info}/top_level.txt +0 -0
|
@@ -543,10 +543,13 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
543
543
|
type: Optional[pulumi.Input[str]] = None,
|
|
544
544
|
__props__=None):
|
|
545
545
|
"""
|
|
546
|
-
**This resource is deprecated**.
|
|
547
|
-
|
|
548
546
|
Creates and manages an authentication method.
|
|
549
547
|
|
|
548
|
+
> **This resource is deprecated**
|
|
549
|
+
To set up an identity provider as an authentication method for your organization,
|
|
550
|
+
[use the Aiven Console](https://aiven.io/docs/platform/howto/saml/add-identity-providers).
|
|
551
|
+
It guides you through the steps and explains the settings.
|
|
552
|
+
|
|
550
553
|
## Import
|
|
551
554
|
|
|
552
555
|
```sh
|
|
@@ -576,10 +579,13 @@ class AccountAuthentication(pulumi.CustomResource):
|
|
|
576
579
|
args: AccountAuthenticationArgs,
|
|
577
580
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
578
581
|
"""
|
|
579
|
-
**This resource is deprecated**.
|
|
580
|
-
|
|
581
582
|
Creates and manages an authentication method.
|
|
582
583
|
|
|
584
|
+
> **This resource is deprecated**
|
|
585
|
+
To set up an identity provider as an authentication method for your organization,
|
|
586
|
+
[use the Aiven Console](https://aiven.io/docs/platform/howto/saml/add-identity-providers).
|
|
587
|
+
It guides you through the steps and explains the settings.
|
|
588
|
+
|
|
583
589
|
## Import
|
|
584
590
|
|
|
585
591
|
```sh
|
pulumi_aiven/account_team.py
CHANGED
|
@@ -147,12 +147,16 @@ class AccountTeam(pulumi.CustomResource):
|
|
|
147
147
|
name: Optional[pulumi.Input[str]] = None,
|
|
148
148
|
__props__=None):
|
|
149
149
|
"""
|
|
150
|
+
**This resource is deprecated.** Use `OrganizationUserGroup` instead.
|
|
151
|
+
|
|
150
152
|
Creates and manages a team.
|
|
151
153
|
|
|
152
|
-
> **Teams are
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
154
|
+
> **Teams have been deprecated and are being migrated to groups**
|
|
155
|
+
**On 2 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
156
|
+
The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on your day to day operations.
|
|
157
|
+
**From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
|
|
158
|
+
this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
159
|
+
migration guide for more information on the changes and migrating to groups.
|
|
156
160
|
|
|
157
161
|
## Example Usage
|
|
158
162
|
|
|
@@ -183,12 +187,16 @@ class AccountTeam(pulumi.CustomResource):
|
|
|
183
187
|
args: AccountTeamArgs,
|
|
184
188
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
185
189
|
"""
|
|
190
|
+
**This resource is deprecated.** Use `OrganizationUserGroup` instead.
|
|
191
|
+
|
|
186
192
|
Creates and manages a team.
|
|
187
193
|
|
|
188
|
-
> **Teams are
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
194
|
+
> **Teams have been deprecated and are being migrated to groups**
|
|
195
|
+
**On 2 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
196
|
+
The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on your day to day operations.
|
|
197
|
+
**From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
|
|
198
|
+
this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
199
|
+
migration guide for more information on the changes and migrating to groups.
|
|
192
200
|
|
|
193
201
|
## Example Usage
|
|
194
202
|
|
|
@@ -178,16 +178,20 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
178
178
|
user_email: Optional[pulumi.Input[str]] = None,
|
|
179
179
|
__props__=None):
|
|
180
180
|
"""
|
|
181
|
+
**This resource is deprecated.** Use `OrganizationUserGroupMember` instead.
|
|
182
|
+
|
|
181
183
|
Adds a user as a team member.
|
|
182
184
|
|
|
183
185
|
During the creation of this resource, an invite is sent to the address specified in `user_email`.
|
|
184
186
|
The user is added to the team after they accept the invite. Deleting `AccountTeamMember`
|
|
185
187
|
deletes the pending invite if not accepted or removes the user from the team if they already accepted the invite.
|
|
186
188
|
|
|
187
|
-
> **Teams are
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
189
|
+
> **Teams have been deprecated and are being migrated to groups**
|
|
190
|
+
**On 2 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
191
|
+
The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on your day to day operations.
|
|
192
|
+
**From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
|
|
193
|
+
this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
194
|
+
migration guide for more information on the changes and migrating to groups.
|
|
191
195
|
|
|
192
196
|
## Example Usage
|
|
193
197
|
|
|
@@ -220,16 +224,20 @@ class AccountTeamMember(pulumi.CustomResource):
|
|
|
220
224
|
args: AccountTeamMemberArgs,
|
|
221
225
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
222
226
|
"""
|
|
227
|
+
**This resource is deprecated.** Use `OrganizationUserGroupMember` instead.
|
|
228
|
+
|
|
223
229
|
Adds a user as a team member.
|
|
224
230
|
|
|
225
231
|
During the creation of this resource, an invite is sent to the address specified in `user_email`.
|
|
226
232
|
The user is added to the team after they accept the invite. Deleting `AccountTeamMember`
|
|
227
233
|
deletes the pending invite if not accepted or removes the user from the team if they already accepted the invite.
|
|
228
234
|
|
|
229
|
-
> **Teams are
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
235
|
+
> **Teams have been deprecated and are being migrated to groups**
|
|
236
|
+
**On 2 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
237
|
+
The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on your day to day operations.
|
|
238
|
+
**From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
|
|
239
|
+
this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
240
|
+
migration guide for more information on the changes and migrating to groups.
|
|
233
241
|
|
|
234
242
|
## Example Usage
|
|
235
243
|
|
|
@@ -164,12 +164,16 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
164
164
|
team_type: Optional[pulumi.Input[str]] = None,
|
|
165
165
|
__props__=None):
|
|
166
166
|
"""
|
|
167
|
+
**This resource is deprecated.** Use `OrganizationGroupProject` instead.
|
|
168
|
+
|
|
167
169
|
Links an existing project to an existing team. Both the project and team should have the same `account_id`.
|
|
168
170
|
|
|
169
|
-
> **Teams are
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
171
|
+
> **Teams have been deprecated and are being migrated to groups**
|
|
172
|
+
**On 2 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
173
|
+
The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on your day to day operations.
|
|
174
|
+
**From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
|
|
175
|
+
this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
176
|
+
migration guide for more information on the changes and migrating to groups.
|
|
173
177
|
|
|
174
178
|
## Example Usage
|
|
175
179
|
|
|
@@ -210,12 +214,16 @@ class AccountTeamProject(pulumi.CustomResource):
|
|
|
210
214
|
args: AccountTeamProjectArgs,
|
|
211
215
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
212
216
|
"""
|
|
217
|
+
**This resource is deprecated.** Use `OrganizationGroupProject` instead.
|
|
218
|
+
|
|
213
219
|
Links an existing project to an existing team. Both the project and team should have the same `account_id`.
|
|
214
220
|
|
|
215
|
-
> **Teams are
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
221
|
+
> **Teams have been deprecated and are being migrated to groups**
|
|
222
|
+
**On 2 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
223
|
+
The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on your day to day operations.
|
|
224
|
+
**From 4 November 2024** you won't be able to create new teams or update existing ones. Existing teams will be migrated to groups after
|
|
225
|
+
this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
226
|
+
migration guide for more information on the changes and migrating to groups.
|
|
219
227
|
|
|
220
228
|
## Example Usage
|
|
221
229
|
|
pulumi_aiven/get_project.py
CHANGED
|
@@ -145,7 +145,7 @@ class GetProjectResult:
|
|
|
145
145
|
@pulumi.getter(name="parentId")
|
|
146
146
|
def parent_id(self) -> str:
|
|
147
147
|
"""
|
|
148
|
-
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/
|
|
148
|
+
Link a project to an [organization, organizational unit,](https://aiven.io/docs/platform/concepts/orgs-units-projects) or account by using its ID. To set up proper dependencies please refer to this variable as a reference.
|
|
149
149
|
"""
|
|
150
150
|
return pulumi.get(self, "parent_id")
|
|
151
151
|
|
pulumi_aiven/organization.py
CHANGED
|
@@ -142,7 +142,7 @@ class Organization(pulumi.CustomResource):
|
|
|
142
142
|
timeouts: Optional[pulumi.Input[pulumi.InputType['OrganizationTimeoutsArgs']]] = None,
|
|
143
143
|
__props__=None):
|
|
144
144
|
"""
|
|
145
|
-
Creates and manages an [organization](https://aiven.io/docs/platform/concepts/
|
|
145
|
+
Creates and manages an [organization](https://aiven.io/docs/platform/concepts/orgs-units-projects).
|
|
146
146
|
|
|
147
147
|
## Example Usage
|
|
148
148
|
|
|
@@ -170,7 +170,7 @@ class Organization(pulumi.CustomResource):
|
|
|
170
170
|
args: Optional[OrganizationArgs] = None,
|
|
171
171
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
172
172
|
"""
|
|
173
|
-
Creates and manages an [organization](https://aiven.io/docs/platform/concepts/
|
|
173
|
+
Creates and manages an [organization](https://aiven.io/docs/platform/concepts/orgs-units-projects).
|
|
174
174
|
|
|
175
175
|
## Example Usage
|
|
176
176
|
|
|
@@ -157,7 +157,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
157
157
|
timeouts: Optional[pulumi.Input[pulumi.InputType['OrganizationGroupProjectTimeoutsArgs']]] = None,
|
|
158
158
|
__props__=None):
|
|
159
159
|
"""
|
|
160
|
-
Adds and manages a [group](https://aiven.io/docs/platform/
|
|
160
|
+
Adds and manages a [group](https://aiven.io/docs/platform/howto/list-groups) of users as [members of a project](https://aiven.io/docs/platform/reference/project-member-privileges).
|
|
161
161
|
|
|
162
162
|
## Example Usage
|
|
163
163
|
|
|
@@ -201,7 +201,7 @@ class OrganizationGroupProject(pulumi.CustomResource):
|
|
|
201
201
|
args: OrganizationGroupProjectArgs,
|
|
202
202
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
203
203
|
"""
|
|
204
|
-
Adds and manages a [group](https://aiven.io/docs/platform/
|
|
204
|
+
Adds and manages a [group](https://aiven.io/docs/platform/howto/list-groups) of users as [members of a project](https://aiven.io/docs/platform/reference/project-member-privileges).
|
|
205
205
|
|
|
206
206
|
## Example Usage
|
|
207
207
|
|
|
@@ -179,7 +179,7 @@ class OrganizationUserGroup(pulumi.CustomResource):
|
|
|
179
179
|
organization_id: Optional[pulumi.Input[str]] = None,
|
|
180
180
|
__props__=None):
|
|
181
181
|
"""
|
|
182
|
-
Creates and manages a [user group](https://aiven.io/docs/platform/
|
|
182
|
+
Creates and manages a [user group](https://aiven.io/docs/platform/howto/list-groups) in an organization.
|
|
183
183
|
|
|
184
184
|
## Example Usage
|
|
185
185
|
|
|
@@ -212,7 +212,7 @@ class OrganizationUserGroup(pulumi.CustomResource):
|
|
|
212
212
|
args: OrganizationUserGroupArgs,
|
|
213
213
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
214
214
|
"""
|
|
215
|
-
Creates and manages a [user group](https://aiven.io/docs/platform/
|
|
215
|
+
Creates and manages a [user group](https://aiven.io/docs/platform/howto/list-groups) in an organization.
|
|
216
216
|
|
|
217
217
|
## Example Usage
|
|
218
218
|
|
|
@@ -173,7 +173,7 @@ class OrganizationUserGroupMember(pulumi.CustomResource):
|
|
|
173
173
|
user_id: Optional[pulumi.Input[str]] = None,
|
|
174
174
|
__props__=None):
|
|
175
175
|
"""
|
|
176
|
-
Adds and manages users in a [user group](https://aiven.io/docs/platform/
|
|
176
|
+
Adds and manages users in a [user group](https://aiven.io/docs/platform/howto/list-groups).
|
|
177
177
|
|
|
178
178
|
## Example Usage
|
|
179
179
|
|
|
@@ -210,7 +210,7 @@ class OrganizationUserGroupMember(pulumi.CustomResource):
|
|
|
210
210
|
args: OrganizationUserGroupMemberArgs,
|
|
211
211
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
212
212
|
"""
|
|
213
|
-
Adds and manages users in a [user group](https://aiven.io/docs/platform/
|
|
213
|
+
Adds and manages users in a [user group](https://aiven.io/docs/platform/howto/list-groups).
|
|
214
214
|
|
|
215
215
|
## Example Usage
|
|
216
216
|
|
|
@@ -147,7 +147,7 @@ class OrganizationalUnit(pulumi.CustomResource):
|
|
|
147
147
|
parent_id: Optional[pulumi.Input[str]] = None,
|
|
148
148
|
__props__=None):
|
|
149
149
|
"""
|
|
150
|
-
Creates and manages an [organizational unit](https://aiven.io/docs/platform/concepts/
|
|
150
|
+
Creates and manages an [organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) in an Aiven organization.
|
|
151
151
|
|
|
152
152
|
## Example Usage
|
|
153
153
|
|
|
@@ -178,7 +178,7 @@ class OrganizationalUnit(pulumi.CustomResource):
|
|
|
178
178
|
args: OrganizationalUnitArgs,
|
|
179
179
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
180
180
|
"""
|
|
181
|
-
Creates and manages an [organizational unit](https://aiven.io/docs/platform/concepts/
|
|
181
|
+
Creates and manages an [organizational unit](https://aiven.io/docs/platform/concepts/orgs-units-projects) in an Aiven organization.
|
|
182
182
|
|
|
183
183
|
## Example Usage
|
|
184
184
|
|