Socket
Socket
Sign inDemoInstall

@pulumi/aiven

Package Overview
Dependencies
Maintainers
2
Versions
429
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pulumi/aiven - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

account.d.ts

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

4

accountTeam.d.ts

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -12,3 +10,3 @@ * import * as pulumi from "@pulumi/pulumi";

*
* const accountTeam1 = new aiven.AccountTeam("accountTeam1", {
* const accountTeam1 = new aiven.AccountTeam("account_team1", {
* accountId: aiven_account_team.accountId,

@@ -15,0 +13,0 @@ * });

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -17,3 +15,3 @@ * import * as pulumi from "@pulumi/pulumi";

*
* const accountTeam1 = new aiven.AccountTeam("accountTeam1", {
* const accountTeam1 = new aiven.AccountTeam("account_team1", {
* accountId: aiven_account_team.accountId,

@@ -20,0 +18,0 @@ * });

import * as pulumi from "@pulumi/pulumi";
/**
* During the creation of `aiven..AccountTeamMember` resource, an email invitation will be sent
* During the creation of `aiven.AccountTeamMember` resource, an email invitation will be sent
* to a user using `userEmail` address. If the user accepts an invitation, he or she will become a member of the account team.
* The deletion of `aiven..AccountTeamMember` will not only delete invitation if one was sent but not yet accepted by the
* The deletion of `aiven.AccountTeamMember` will not only delete invitation if one was sent but not yet accepted by the
* user, and it will also eliminate an account team member if one has accepted an invitation previously.

@@ -10,4 +10,2 @@ *

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -8,5 +8,5 @@ "use strict";

/**
* During the creation of `aiven..AccountTeamMember` resource, an email invitation will be sent
* During the creation of `aiven.AccountTeamMember` resource, an email invitation will be sent
* to a user using `userEmail` address. If the user accepts an invitation, he or she will become a member of the account team.
* The deletion of `aiven..AccountTeamMember` will not only delete invitation if one was sent but not yet accepted by the
* The deletion of `aiven.AccountTeamMember` will not only delete invitation if one was sent but not yet accepted by the
* user, and it will also eliminate an account team member if one has accepted an invitation previously.

@@ -16,4 +16,2 @@ *

*
*
*
* ```typescript

@@ -20,0 +18,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -8,4 +8,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -19,3 +17,3 @@ * import * as pulumi from "@pulumi/pulumi";

* });
* const accountTeamProject1 = new aiven.AccountTeamProject("accountTeamProject1", {
* const accountTeamProject1 = new aiven.AccountTeamProject("account_team_project1", {
* accountId: aiven_account_team_developers.accountId,

@@ -22,0 +20,0 @@ * projectName: project1.project,

@@ -13,4 +13,2 @@ "use strict";

*
*
*
* ```typescript

@@ -24,3 +22,3 @@ * import * as pulumi from "@pulumi/pulumi";

* });
* const accountTeamProject1 = new aiven.AccountTeamProject("accountTeamProject1", {
* const accountTeamProject1 = new aiven.AccountTeamProject("account_team_project1", {
* accountId: aiven_account_team_developers.accountId,

@@ -27,0 +25,0 @@ * projectName: project1.project,

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -14,3 +12,3 @@ * import * as pulumi from "@pulumi/pulumi";

* accountId: accountId,
* name: "accountTeam1",
* name: "account_team1",
* }, { async: true }));

@@ -17,0 +15,0 @@ * ```

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -19,3 +17,3 @@ * import * as pulumi from "@pulumi/pulumi";

* accountId: accountId,
* name: "accountTeam1",
* name: "account_team1",
* }, { async: true }));

@@ -22,0 +20,0 @@ * ```

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

import * as pulumi from "@pulumi/pulumi";
/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mytestacl = aiven.getKafkaAcl({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* topic: "<TOPIC_NAME_PATTERN>",
* username: "<USERNAME_PATTERN>",
* });
* ```
*/
export declare function getKafkaAcl(args: GetKafkaAclArgs, opts?: pulumi.InvokeOptions): Promise<GetKafkaAclResult>;

@@ -20,0 +3,0 @@ /**

@@ -7,19 +7,2 @@ "use strict";

const utilities = require("./utilities");
/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mytestacl = aiven.getKafkaAcl({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* topic: "<TOPIC_NAME_PATTERN>",
* username: "<USERNAME_PATTERN>",
* });
* ```
*/
function getKafkaAcl(args, opts) {

@@ -26,0 +9,0 @@ if (!opts) {

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

{
"name": "@pulumi/aiven",
"version": "v2.2.0",
"version": "v2.2.1",
"description": "A Pulumi package for creating and managing Aiven cloud resources.",

@@ -14,3 +14,3 @@ "keywords": [

"build": "tsc",
"install": "node scripts/install-pulumi-plugin.js resource aiven v2.2.0"
"install": "node scripts/install-pulumi-plugin.js resource aiven v2.2.1"
},

@@ -17,0 +17,0 @@ "dependencies": {

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -23,3 +23,5 @@ "use strict";

let inputs = {};
inputs["apiToken"] = (args ? args.apiToken : undefined) || utilities.getEnv("AIVEN_API_TOKEN");
{
inputs["apiToken"] = (args ? args.apiToken : undefined) || utilities.getEnv("AIVEN_API_TOKEN");
}
if (!opts) {

@@ -26,0 +28,0 @@ opts = {};

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -5,4 +5,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -9,0 +7,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -87,2 +87,3 @@ import * as pulumi from "@pulumi/pulumi";

reindexRemoteWhitelists?: string[];
searchMaxBuckets?: string;
threadPoolAnalyzeQueueSize?: string;

@@ -168,3 +169,3 @@ threadPoolAnalyzeSize?: string;

clientSecret?: string;
teamIds?: number[];
teamIds?: string[];
}

@@ -341,2 +342,3 @@ export interface GetServiceGrafanaUserConfigAuthGitlab {

maxConnectionsPerIp?: string;
maxIncrementalFetchSessionCacheSlots?: string;
messageMaxBytes?: string;

@@ -610,2 +612,3 @@ numPartitions?: string;

reindexRemoteWhitelists?: pulumi.Input<pulumi.Input<string>[]>;
searchMaxBuckets?: pulumi.Input<string>;
threadPoolAnalyzeQueueSize?: pulumi.Input<string>;

@@ -691,3 +694,3 @@ threadPoolAnalyzeSize?: pulumi.Input<string>;

clientSecret?: pulumi.Input<string>;
teamIds?: pulumi.Input<pulumi.Input<number>[]>;
teamIds?: pulumi.Input<pulumi.Input<string>[]>;
}

@@ -864,2 +867,3 @@ export interface ServiceGrafanaUserConfigAuthGitlab {

maxConnectionsPerIp?: pulumi.Input<string>;
maxIncrementalFetchSessionCacheSlots?: pulumi.Input<string>;
messageMaxBytes?: pulumi.Input<string>;

@@ -866,0 +870,0 @@ numPartitions?: pulumi.Input<string>;

@@ -86,2 +86,3 @@ import * as outputs from "../types/output";

reindexRemoteWhitelists?: string[];
searchMaxBuckets?: string;
threadPoolAnalyzeQueueSize?: string;

@@ -167,3 +168,3 @@ threadPoolAnalyzeSize?: string;

clientSecret?: string;
teamIds?: number[];
teamIds?: string[];
}

@@ -340,2 +341,3 @@ export interface GetServiceGrafanaUserConfigAuthGitlab {

maxConnectionsPerIp?: string;
maxIncrementalFetchSessionCacheSlots?: string;
messageMaxBytes?: string;

@@ -609,2 +611,3 @@ numPartitions?: string;

reindexRemoteWhitelists?: string[];
searchMaxBuckets?: string;
threadPoolAnalyzeQueueSize?: string;

@@ -690,3 +693,3 @@ threadPoolAnalyzeSize?: string;

clientSecret?: string;
teamIds?: number[];
teamIds?: string[];
}

@@ -863,2 +866,3 @@ export interface ServiceGrafanaUserConfigAuthGitlab {

maxConnectionsPerIp?: string;
maxIncrementalFetchSessionCacheSlots?: string;
messageMaxBytes?: string;

@@ -865,0 +869,0 @@ numPartitions?: string;

@@ -7,4 +7,2 @@ import * as pulumi from "@pulumi/pulumi";

*
*
*
* ```typescript

@@ -11,0 +9,0 @@ * import * as pulumi from "@pulumi/pulumi";

@@ -10,4 +10,2 @@ "use strict";

*
*
*
* ```typescript

@@ -14,0 +12,0 @@ * import * as pulumi from "@pulumi/pulumi";

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc