@pulumi/aiven 6.33.1 → 6.33.2
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.
- package/account.d.ts +3 -1
- package/account.js +3 -1
- package/account.js.map +1 -1
- package/accountAuthentication.d.ts +2 -1
- package/accountAuthentication.js +2 -1
- package/accountAuthentication.js.map +1 -1
- package/accountTeam.d.ts +1 -3
- package/accountTeam.js +1 -3
- package/accountTeam.js.map +1 -1
- package/accountTeamMember.d.ts +5 -3
- package/accountTeamMember.js +5 -3
- package/accountTeamMember.js.map +1 -1
- package/accountTeamProject.d.ts +5 -3
- package/accountTeamProject.js +5 -3
- package/accountTeamProject.js.map +1 -1
- package/cassandra.d.ts +7 -0
- package/cassandra.js +7 -0
- package/cassandra.js.map +1 -1
- package/cassandraUser.d.ts +7 -0
- package/cassandraUser.js +7 -0
- package/cassandraUser.js.map +1 -1
- package/getAccount.d.ts +8 -0
- package/getAccount.js +8 -0
- package/getAccount.js.map +1 -1
- package/getAccountAuthentication.d.ts +8 -0
- package/getAccountAuthentication.js +8 -0
- package/getAccountAuthentication.js.map +1 -1
- package/getAccountTeam.d.ts +22 -0
- package/getAccountTeam.js +22 -0
- package/getAccountTeam.js.map +1 -1
- package/getAccountTeamMember.d.ts +22 -0
- package/getAccountTeamMember.js +22 -0
- package/getAccountTeamMember.js.map +1 -1
- package/getAccountTeamProject.d.ts +22 -0
- package/getAccountTeamProject.js +22 -0
- package/getAccountTeamProject.js.map +1 -1
- package/getCassanda.d.ts +14 -0
- package/getCassanda.js +14 -0
- package/getCassanda.js.map +1 -1
- package/getCassandra.d.ts +14 -0
- package/getCassandra.js +14 -0
- package/getCassandra.js.map +1 -1
- package/getCassandraUser.d.ts +14 -0
- package/getCassandraUser.js +14 -0
- package/getCassandraUser.js.map +1 -1
- package/getKafkaConnector.d.ts +2 -2
- package/getKafkaConnector.js +2 -2
- package/getM3Db.d.ts +12 -0
- package/getM3Db.js +12 -0
- package/getM3Db.js.map +1 -1
- package/getM3dbUser.d.ts +12 -0
- package/getM3dbUser.js +12 -0
- package/getM3dbUser.js.map +1 -1
- package/getMySql.d.ts +9 -9
- package/getMySql.js +8 -8
- package/getMysqlDatabase.d.ts +13 -13
- package/getMysqlDatabase.js +10 -10
- package/getMysqlUser.d.ts +17 -17
- package/getMysqlUser.js +10 -10
- package/getOpenSearchAclConfig.d.ts +2 -2
- package/getOpenSearchAclConfig.js +2 -2
- package/getOpensearchSecurityPluginConfig.d.ts +2 -2
- package/getOpensearchSecurityPluginConfig.js +2 -2
- package/getOrganizationUser.d.ts +0 -6
- package/getOrganizationUser.js +0 -6
- package/getOrganizationUser.js.map +1 -1
- package/getProjectUser.d.ts +8 -0
- package/getProjectUser.js +8 -0
- package/getProjectUser.js.map +1 -1
- package/getRedis.d.ts +16 -0
- package/getRedis.js +16 -0
- package/getRedis.js.map +1 -1
- package/getRedisUser.d.ts +16 -0
- package/getRedisUser.js +16 -0
- package/getRedisUser.js.map +1 -1
- package/m3db.d.ts +1 -1
- package/m3db.js +1 -1
- package/m3dbUser.d.ts +1 -1
- package/m3dbUser.js +1 -1
- package/mySql.d.ts +8 -8
- package/mySql.js +5 -5
- package/mysqlDatabase.d.ts +9 -9
- package/mysqlDatabase.js +6 -6
- package/mysqlUser.d.ts +18 -18
- package/mysqlUser.js +6 -6
- package/package.json +2 -2
- package/projectUser.d.ts +4 -0
- package/projectUser.js +4 -0
- package/projectUser.js.map +1 -1
- package/redis.d.ts +1 -1
- package/redis.js +1 -1
- package/redisUser.d.ts +1 -1
- package/redisUser.js +1 -1
- package/types/input.d.ts +13 -11
- package/types/output.d.ts +26 -22
package/account.d.ts
CHANGED
|
@@ -2,7 +2,9 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Creates and manages an Aiven account.
|
|
4
4
|
*
|
|
5
|
-
* **This resource is deprecated
|
|
5
|
+
* > **This resource is deprecated**.
|
|
6
|
+
*
|
|
7
|
+
* This resource will be removed in v5.0.0. Use `aiven.Organization` instead.
|
|
6
8
|
*
|
|
7
9
|
* ## Example Usage
|
|
8
10
|
*
|
package/account.js
CHANGED
|
@@ -8,7 +8,9 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Creates and manages an Aiven account.
|
|
10
10
|
*
|
|
11
|
-
* **This resource is deprecated
|
|
11
|
+
* > **This resource is deprecated**.
|
|
12
|
+
*
|
|
13
|
+
* This resource will be removed in v5.0.0. Use `aiven.Organization` instead.
|
|
12
14
|
*
|
|
13
15
|
* ## Example Usage
|
|
14
16
|
*
|
package/account.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account.js","sourceRoot":"","sources":["../account.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"account.js","sourceRoot":"","sources":["../account.ts"],"names":[],"mappings":"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"}
|
|
@@ -4,7 +4,8 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Creates and manages an authentication method.
|
|
6
6
|
*
|
|
7
|
-
* > **This resource is deprecated
|
|
7
|
+
* > **This resource is deprecated**.
|
|
8
|
+
*
|
|
8
9
|
* To set up an identity provider as an authentication method for your organization,
|
|
9
10
|
* [use the Aiven Console](https://aiven.io/docs/platform/howto/saml/add-identity-providers).
|
|
10
11
|
* It guides you through the steps and explains the settings.
|
package/accountAuthentication.js
CHANGED
|
@@ -8,7 +8,8 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Creates and manages an authentication method.
|
|
10
10
|
*
|
|
11
|
-
* > **This resource is deprecated
|
|
11
|
+
* > **This resource is deprecated**.
|
|
12
|
+
*
|
|
12
13
|
* To set up an identity provider as an authentication method for your organization,
|
|
13
14
|
* [use the Aiven Console](https://aiven.io/docs/platform/howto/saml/add-identity-providers).
|
|
14
15
|
* It guides you through the steps and explains the settings.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountAuthentication.js","sourceRoot":"","sources":["../accountAuthentication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountAuthentication.js","sourceRoot":"","sources":["../accountAuthentication.ts"],"names":[],"mappings":"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"}
|
package/accountTeam.d.ts
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* **This resource is deprecated.** Use `aiven.OrganizationUserGroup` instead.
|
|
4
|
-
*
|
|
5
3
|
* Creates and manages a team.
|
|
6
4
|
*
|
|
7
|
-
*
|
|
5
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
8
6
|
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
9
7
|
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
10
8
|
* **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
|
package/accountTeam.js
CHANGED
|
@@ -6,11 +6,9 @@ exports.AccountTeam = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* **This resource is deprecated.** Use `aiven.OrganizationUserGroup` instead.
|
|
10
|
-
*
|
|
11
9
|
* Creates and manages a team.
|
|
12
10
|
*
|
|
13
|
-
*
|
|
11
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
14
12
|
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
15
13
|
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
16
14
|
* **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
|
package/accountTeam.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountTeam.js","sourceRoot":"","sources":["../accountTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountTeam.js","sourceRoot":"","sources":["../accountTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAa,WAAY,SAAQ,MAAM,CAAC,cAAc;IAClD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAwB,EAAE,IAAmC;QACtH,OAAO,IAAI,WAAW,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAClE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,WAAW,CAAC,YAAY,CAAC;IAC5D,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAgD,EAAE,IAAmC;QAC3G,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA2C,CAAC;YAC1D,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAA0C,CAAC;YACxD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACjD,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACpD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,WAAW,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAChE,CAAC;;AAhFL,kCAiFC;AAnEG,gBAAgB;AACO,wBAAY,GAAG,qCAAqC,CAAC"}
|
package/accountTeamMember.d.ts
CHANGED
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* **This resource is deprecated.** Use `aiven.OrganizationUserGroupMember` instead.
|
|
4
|
-
*
|
|
5
3
|
* Adds a user as a team member.
|
|
6
4
|
*
|
|
7
5
|
* During the creation of this resource, an invite is sent to the address specified in `userEmail`.
|
|
8
6
|
* The user is added to the team after they accept the invite. Deleting `aiven.AccountTeamMember`
|
|
9
7
|
* deletes the pending invite if not accepted or removes the user from the team if they already accepted the invite.
|
|
10
8
|
*
|
|
11
|
-
*
|
|
9
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
12
10
|
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
13
11
|
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
14
12
|
* **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
|
|
15
13
|
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
16
14
|
* migration guide for more information on the changes and migrating to groups.
|
|
17
15
|
*
|
|
16
|
+
* > **Important**
|
|
17
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
18
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
19
|
+
*
|
|
18
20
|
* ## Example Usage
|
|
19
21
|
*
|
|
20
22
|
* ```typescript
|
package/accountTeamMember.js
CHANGED
|
@@ -6,21 +6,23 @@ exports.AccountTeamMember = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* **This resource is deprecated.** Use `aiven.OrganizationUserGroupMember` instead.
|
|
10
|
-
*
|
|
11
9
|
* Adds a user as a team member.
|
|
12
10
|
*
|
|
13
11
|
* During the creation of this resource, an invite is sent to the address specified in `userEmail`.
|
|
14
12
|
* The user is added to the team after they accept the invite. Deleting `aiven.AccountTeamMember`
|
|
15
13
|
* deletes the pending invite if not accepted or removes the user from the team if they already accepted the invite.
|
|
16
14
|
*
|
|
17
|
-
*
|
|
15
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
18
16
|
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
19
17
|
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
20
18
|
* **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
|
|
21
19
|
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
22
20
|
* migration guide for more information on the changes and migrating to groups.
|
|
23
21
|
*
|
|
22
|
+
* > **Important**
|
|
23
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
24
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
25
|
+
*
|
|
24
26
|
* ## Example Usage
|
|
25
27
|
*
|
|
26
28
|
* ```typescript
|
package/accountTeamMember.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountTeamMember.js","sourceRoot":"","sources":["../accountTeamMember.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountTeamMember.js","sourceRoot":"","sources":["../accountTeamMember.ts"],"names":[],"mappings":"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"}
|
package/accountTeamProject.d.ts
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* **This resource is deprecated.** Use `aiven.OrganizationGroupProject` instead.
|
|
4
|
-
*
|
|
5
3
|
* Links an existing project to an existing team. Both the project and team should have the same `accountId`.
|
|
6
4
|
*
|
|
7
|
-
*
|
|
5
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
8
6
|
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
9
7
|
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
10
8
|
* **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
|
|
11
9
|
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
12
10
|
* migration guide for more information on the changes and migrating to groups.
|
|
13
11
|
*
|
|
12
|
+
* > **Important**
|
|
13
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
14
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
15
|
+
*
|
|
14
16
|
* ## Example Usage
|
|
15
17
|
*
|
|
16
18
|
* ```typescript
|
package/accountTeamProject.js
CHANGED
|
@@ -6,17 +6,19 @@ exports.AccountTeamProject = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* **This resource is deprecated.** Use `aiven.OrganizationGroupProject` instead.
|
|
10
|
-
*
|
|
11
9
|
* Links an existing project to an existing team. Both the project and team should have the same `accountId`.
|
|
12
10
|
*
|
|
13
|
-
*
|
|
11
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
14
12
|
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
15
13
|
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
16
14
|
* **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
|
|
17
15
|
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
18
16
|
* migration guide for more information on the changes and migrating to groups.
|
|
19
17
|
*
|
|
18
|
+
* > **Important**
|
|
19
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
20
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
21
|
+
*
|
|
20
22
|
* ## Example Usage
|
|
21
23
|
*
|
|
22
24
|
* ```typescript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountTeamProject.js","sourceRoot":"","sources":["../accountTeamProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"accountTeamProject.js","sourceRoot":"","sources":["../accountTeamProject.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCG;AACH,MAAa,kBAAmB,SAAQ,MAAM,CAAC,cAAc;IACzD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAA+B,EAAE,IAAmC;QAC7H,OAAO,IAAI,kBAAkB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACzE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,kBAAkB,CAAC,YAAY,CAAC;IACnE,CAAC;IA2BD,YAAY,IAAY,EAAE,WAA8D,EAAE,IAAmC;QACzH,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAkD,CAAC;YACjE,cAAc,CAAC,WAAW,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,UAAU,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;aAAM;YACH,MAAM,IAAI,GAAG,WAAiD,CAAC;YAC/D,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,SAAS,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACtD,MAAM,IAAI,KAAK,CAAC,uCAAuC,CAAC,CAAC;aAC5D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;YAChE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;SACjE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,kBAAkB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACvE,CAAC;;AA7EL,gDA8EC;AAhEG,gBAAgB;AACO,+BAAY,GAAG,mDAAmD,CAAC"}
|
package/cassandra.d.ts
CHANGED
|
@@ -4,6 +4,13 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* Creates and manages an [Aiven for Apache Cassandra®](https://aiven.io/docs/products/cassandra) service.
|
|
6
6
|
*
|
|
7
|
+
* !> **End of life notice**
|
|
8
|
+
* Aiven for Apache Cassandra® is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
|
|
9
|
+
* From **November 30, 2025**, it will not be possible to start a new Cassandra service, but existing services will continue to operate until end of life.
|
|
10
|
+
* From **December 31, 2025**, all active Aiven for Apache Cassandra services are powered off and deleted, making data from these services inaccessible.
|
|
11
|
+
* To ensure uninterrupted service, complete your migration out of Aiven for Apache Cassandra
|
|
12
|
+
* before December 31, 2025. For further assistance, contact your account team.
|
|
13
|
+
*
|
|
7
14
|
* ## Example Usage
|
|
8
15
|
*
|
|
9
16
|
* ```typescript
|
package/cassandra.js
CHANGED
|
@@ -8,6 +8,13 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Creates and manages an [Aiven for Apache Cassandra®](https://aiven.io/docs/products/cassandra) service.
|
|
10
10
|
*
|
|
11
|
+
* !> **End of life notice**
|
|
12
|
+
* Aiven for Apache Cassandra® is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
|
|
13
|
+
* From **November 30, 2025**, it will not be possible to start a new Cassandra service, but existing services will continue to operate until end of life.
|
|
14
|
+
* From **December 31, 2025**, all active Aiven for Apache Cassandra services are powered off and deleted, making data from these services inaccessible.
|
|
15
|
+
* To ensure uninterrupted service, complete your migration out of Aiven for Apache Cassandra
|
|
16
|
+
* before December 31, 2025. For further assistance, contact your account team.
|
|
17
|
+
*
|
|
11
18
|
* ## Example Usage
|
|
12
19
|
*
|
|
13
20
|
* ```typescript
|
package/cassandra.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cassandra.js","sourceRoot":"","sources":["../cassandra.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"cassandra.js","sourceRoot":"","sources":["../cassandra.ts"],"names":[],"mappings":"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"}
|
package/cassandraUser.d.ts
CHANGED
|
@@ -2,6 +2,13 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* Creates and manages an Aiven for Apache Cassandra® service user.
|
|
4
4
|
*
|
|
5
|
+
* !> **End of life notice**
|
|
6
|
+
* Aiven for Apache Cassandra® is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
|
|
7
|
+
* From **November 30, 2025**, it will not be possible to start a new Cassandra service, but existing services will continue to operate until end of life.
|
|
8
|
+
* From **December 31, 2025**, all active Aiven for Apache Cassandra services are powered off and deleted, making data from these services inaccessible.
|
|
9
|
+
* To ensure uninterrupted service, complete your migration out of Aiven for Apache Cassandra
|
|
10
|
+
* before December 31, 2025. For further assistance, contact your account team.
|
|
11
|
+
*
|
|
5
12
|
* ## Example Usage
|
|
6
13
|
*
|
|
7
14
|
* ```typescript
|
package/cassandraUser.js
CHANGED
|
@@ -8,6 +8,13 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* Creates and manages an Aiven for Apache Cassandra® service user.
|
|
10
10
|
*
|
|
11
|
+
* !> **End of life notice**
|
|
12
|
+
* Aiven for Apache Cassandra® is entering its [end-of-life cycle](https://aiven.io/docs/platform/reference/end-of-life).
|
|
13
|
+
* From **November 30, 2025**, it will not be possible to start a new Cassandra service, but existing services will continue to operate until end of life.
|
|
14
|
+
* From **December 31, 2025**, all active Aiven for Apache Cassandra services are powered off and deleted, making data from these services inaccessible.
|
|
15
|
+
* To ensure uninterrupted service, complete your migration out of Aiven for Apache Cassandra
|
|
16
|
+
* before December 31, 2025. For further assistance, contact your account team.
|
|
17
|
+
*
|
|
11
18
|
* ## Example Usage
|
|
12
19
|
*
|
|
13
20
|
* ```typescript
|
package/cassandraUser.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cassandraUser.js","sourceRoot":"","sources":["../cassandraUser.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"cassandraUser.js","sourceRoot":"","sources":["../cassandraUser.ts"],"names":[],"mappings":"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"}
|
package/getAccount.d.ts
CHANGED
|
@@ -2,6 +2,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
/**
|
|
3
3
|
* The Account data source provides information about the existing Aiven Account.
|
|
4
4
|
*
|
|
5
|
+
* > **This resource is deprecated**.
|
|
6
|
+
*
|
|
7
|
+
* This resource will be removed in v5.0.0. Use `aiven.Organization` instead.
|
|
8
|
+
*
|
|
5
9
|
* ## Example Usage
|
|
6
10
|
*
|
|
7
11
|
* ```typescript
|
|
@@ -67,6 +71,10 @@ export interface GetAccountResult {
|
|
|
67
71
|
/**
|
|
68
72
|
* The Account data source provides information about the existing Aiven Account.
|
|
69
73
|
*
|
|
74
|
+
* > **This resource is deprecated**.
|
|
75
|
+
*
|
|
76
|
+
* This resource will be removed in v5.0.0. Use `aiven.Organization` instead.
|
|
77
|
+
*
|
|
70
78
|
* ## Example Usage
|
|
71
79
|
*
|
|
72
80
|
* ```typescript
|
package/getAccount.js
CHANGED
|
@@ -8,6 +8,10 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* The Account data source provides information about the existing Aiven Account.
|
|
10
10
|
*
|
|
11
|
+
* > **This resource is deprecated**.
|
|
12
|
+
*
|
|
13
|
+
* This resource will be removed in v5.0.0. Use `aiven.Organization` instead.
|
|
14
|
+
*
|
|
11
15
|
* ## Example Usage
|
|
12
16
|
*
|
|
13
17
|
* ```typescript
|
|
@@ -29,6 +33,10 @@ exports.getAccount = getAccount;
|
|
|
29
33
|
/**
|
|
30
34
|
* The Account data source provides information about the existing Aiven Account.
|
|
31
35
|
*
|
|
36
|
+
* > **This resource is deprecated**.
|
|
37
|
+
*
|
|
38
|
+
* This resource will be removed in v5.0.0. Use `aiven.Organization` instead.
|
|
39
|
+
*
|
|
32
40
|
* ## Example Usage
|
|
33
41
|
*
|
|
34
42
|
* ```typescript
|
package/getAccount.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../getAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccount.js","sourceRoot":"","sources":["../getAccount.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,UAAU,CAAC,IAAoB,EAAE,IAA2B;IACxE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,mCAAmC,EAAE;QAC9D,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,gCAKC;AAqDD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAAiC;IAC1F,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,mCAAmC,EAAE;QACpE,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC"}
|
|
@@ -2,6 +2,10 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
4
|
* The Account Authentication data source provides information about the existing Aiven Account Authentication.
|
|
5
|
+
*
|
|
6
|
+
* > **This resource is deprecated**.
|
|
7
|
+
*
|
|
8
|
+
* This resource is deprecated
|
|
5
9
|
*/
|
|
6
10
|
export declare function getAccountAuthentication(args: GetAccountAuthenticationArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountAuthenticationResult>;
|
|
7
11
|
/**
|
|
@@ -100,6 +104,10 @@ export interface GetAccountAuthenticationResult {
|
|
|
100
104
|
}
|
|
101
105
|
/**
|
|
102
106
|
* The Account Authentication data source provides information about the existing Aiven Account Authentication.
|
|
107
|
+
*
|
|
108
|
+
* > **This resource is deprecated**.
|
|
109
|
+
*
|
|
110
|
+
* This resource is deprecated
|
|
103
111
|
*/
|
|
104
112
|
export declare function getAccountAuthenticationOutput(args: GetAccountAuthenticationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountAuthenticationResult>;
|
|
105
113
|
/**
|
|
@@ -7,6 +7,10 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* The Account Authentication data source provides information about the existing Aiven Account Authentication.
|
|
10
|
+
*
|
|
11
|
+
* > **This resource is deprecated**.
|
|
12
|
+
*
|
|
13
|
+
* This resource is deprecated
|
|
10
14
|
*/
|
|
11
15
|
function getAccountAuthentication(args, opts) {
|
|
12
16
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -18,6 +22,10 @@ function getAccountAuthentication(args, opts) {
|
|
|
18
22
|
exports.getAccountAuthentication = getAccountAuthentication;
|
|
19
23
|
/**
|
|
20
24
|
* The Account Authentication data source provides information about the existing Aiven Account Authentication.
|
|
25
|
+
*
|
|
26
|
+
* > **This resource is deprecated**.
|
|
27
|
+
*
|
|
28
|
+
* This resource is deprecated
|
|
21
29
|
*/
|
|
22
30
|
function getAccountAuthenticationOutput(args, opts) {
|
|
23
31
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountAuthentication.js","sourceRoot":"","sources":["../getAccountAuthentication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccountAuthentication.js","sourceRoot":"","sources":["../getAccountAuthentication.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,SAAgB,wBAAwB,CAAC,IAAkC,EAAE,IAA2B;IACpG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,+DAA+D,EAAE;QAC1F,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,4DAMC;AAiGD;;;;;;GAMG;AACH,SAAgB,8BAA8B,CAAC,IAAwC,EAAE,IAAiC;IACtH,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,+DAA+D,EAAE;QAChG,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wEAMC"}
|
package/getAccountTeam.d.ts
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* The Account Team data source provides information about the existing Account Team.
|
|
4
|
+
*
|
|
5
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
6
|
+
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
7
|
+
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
8
|
+
* **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
|
|
9
|
+
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
10
|
+
* migration guide for more information on the changes and migrating to groups.
|
|
11
|
+
*
|
|
12
|
+
* > **Important**
|
|
13
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
14
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
4
15
|
*/
|
|
5
16
|
export declare function getAccountTeam(args: GetAccountTeamArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountTeamResult>;
|
|
6
17
|
/**
|
|
@@ -47,6 +58,17 @@ export interface GetAccountTeamResult {
|
|
|
47
58
|
}
|
|
48
59
|
/**
|
|
49
60
|
* The Account Team data source provides information about the existing Account Team.
|
|
61
|
+
*
|
|
62
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
63
|
+
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
64
|
+
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
65
|
+
* **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
|
|
66
|
+
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
67
|
+
* migration guide for more information on the changes and migrating to groups.
|
|
68
|
+
*
|
|
69
|
+
* > **Important**
|
|
70
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
71
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
50
72
|
*/
|
|
51
73
|
export declare function getAccountTeamOutput(args: GetAccountTeamOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountTeamResult>;
|
|
52
74
|
/**
|
package/getAccountTeam.js
CHANGED
|
@@ -7,6 +7,17 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
9
|
* The Account Team data source provides information about the existing Account Team.
|
|
10
|
+
*
|
|
11
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
12
|
+
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
13
|
+
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
14
|
+
* **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
|
|
15
|
+
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
16
|
+
* migration guide for more information on the changes and migrating to groups.
|
|
17
|
+
*
|
|
18
|
+
* > **Important**
|
|
19
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
20
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
10
21
|
*/
|
|
11
22
|
function getAccountTeam(args, opts) {
|
|
12
23
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -18,6 +29,17 @@ function getAccountTeam(args, opts) {
|
|
|
18
29
|
exports.getAccountTeam = getAccountTeam;
|
|
19
30
|
/**
|
|
20
31
|
* The Account Team data source provides information about the existing Account Team.
|
|
32
|
+
*
|
|
33
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
34
|
+
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
35
|
+
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
36
|
+
* **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
|
|
37
|
+
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
38
|
+
* migration guide for more information on the changes and migrating to groups.
|
|
39
|
+
*
|
|
40
|
+
* > **Important**
|
|
41
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
42
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
21
43
|
*/
|
|
22
44
|
function getAccountTeamOutput(args, opts) {
|
|
23
45
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
package/getAccountTeam.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAccountTeam.js","sourceRoot":"","sources":["../getAccountTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"getAccountTeam.js","sourceRoot":"","sources":["../getAccountTeam.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;GAaG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAA2B;IAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,2CAA2C,EAAE;QACtE,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,wCAMC;AA6CD;;;;;;;;;;;;;GAaG;AACH,SAAgB,oBAAoB,CAAC,IAA8B,EAAE,IAAiC;IAClG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,2CAA2C,EAAE;QAC5E,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,oDAMC"}
|
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
3
|
* The Account Team Member data source provides information about the existing Aiven Account Team Member.
|
|
4
|
+
*
|
|
5
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
6
|
+
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
7
|
+
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
8
|
+
* **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
|
|
9
|
+
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
10
|
+
* migration guide for more information on the changes and migrating to groups.
|
|
11
|
+
*
|
|
12
|
+
* > **Important**
|
|
13
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
14
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
4
15
|
*/
|
|
5
16
|
export declare function getAccountTeamMember(args: GetAccountTeamMemberArgs, opts?: pulumi.InvokeOptions): Promise<GetAccountTeamMemberResult>;
|
|
6
17
|
/**
|
|
@@ -55,6 +66,17 @@ export interface GetAccountTeamMemberResult {
|
|
|
55
66
|
}
|
|
56
67
|
/**
|
|
57
68
|
* The Account Team Member data source provides information about the existing Aiven Account Team Member.
|
|
69
|
+
*
|
|
70
|
+
* !> **Teams have been deprecated and are being migrated to groups**
|
|
71
|
+
* **On 30 September 2024** the Account Owners team will transition to super admin. Super admin have full access to the organization.
|
|
72
|
+
* The Account Owners and super admin are synced, so the removal of the Account Owners team will have no impact on existing permissions.
|
|
73
|
+
* **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
|
|
74
|
+
* this date. **On 2 December 2024** all teams will be deleted and the teams feature will be completely removed. View the
|
|
75
|
+
* migration guide for more information on the changes and migrating to groups.
|
|
76
|
+
*
|
|
77
|
+
* > **Important**
|
|
78
|
+
* You can't delete the Account Owners team. **Deleting all other teams in your organization will disable the teams feature.**
|
|
79
|
+
* You won't be able to create new teams or access your Account Owners team.
|
|
58
80
|
*/
|
|
59
81
|
export declare function getAccountTeamMemberOutput(args: GetAccountTeamMemberOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetAccountTeamMemberResult>;
|
|
60
82
|
/**
|