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.3.0-alpha.1593620325 to 2.3.0-alpha.1596726753

4

package.json
{
"name": "@pulumi/aiven",
"version": "v2.3.0-alpha.1593620325+26686b88",
"version": "v2.3.0-alpha.1596726753+44bc8839",
"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.3.0-alpha.1593620325+26686b88"
"install": "node scripts/install-pulumi-plugin.js resource aiven v2.3.0-alpha.1596726753+44bc8839"
},

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

@@ -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 = {};

@@ -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;

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