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.1597442653 to 2.3.0-alpha.1597764624

cassandra.d.ts

4

getKafkaTopic.d.ts
import * as pulumi from "@pulumi/pulumi";
import * as inputs from "./types/input";
import * as outputs from "./types/output";
/**

@@ -24,3 +22,2 @@ * ## Example Usage

readonly cleanupPolicy?: string;
readonly clientTimeout?: inputs.GetKafkaTopicClientTimeout;
readonly minimumInSyncReplicas?: number;

@@ -41,3 +38,2 @@ readonly partitions?: number;

readonly cleanupPolicy?: string;
readonly clientTimeout?: outputs.GetKafkaTopicClientTimeout;
/**

@@ -44,0 +40,0 @@ * The provider-assigned unique ID for this managed resource.

@@ -30,3 +30,2 @@ "use strict";

"cleanupPolicy": args.cleanupPolicy,
"clientTimeout": args.clientTimeout,
"minimumInSyncReplicas": args.minimumInSyncReplicas,

@@ -33,0 +32,0 @@ "partitions": args.partitions,

import * as pulumi from "@pulumi/pulumi";
import * as inputs from "./types/input";
import * as outputs from "./types/output";
/**

@@ -22,3 +20,2 @@ * ## Example Usage

export interface GetProjectVpcArgs {
readonly clientTimeout?: inputs.GetProjectVpcClientTimeout;
readonly cloudName: string;

@@ -33,3 +30,2 @@ readonly networkCidr?: string;

export interface GetProjectVpcResult {
readonly clientTimeout?: outputs.GetProjectVpcClientTimeout;
readonly cloudName: string;

@@ -36,0 +32,0 @@ /**

@@ -28,3 +28,2 @@ "use strict";

return pulumi.runtime.invoke("aiven:index/getProjectVpc:getProjectVpc", {
"clientTimeout": args.clientTimeout,
"cloudName": args.cloudName,

@@ -31,0 +30,0 @@ "networkCidr": args.networkCidr,

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

readonly cassandraUserConfig?: inputs.GetServiceCassandraUserConfig;
readonly clientTimeout?: inputs.GetServiceClientTimeout;
readonly cloudName?: string;

@@ -68,3 +67,2 @@ readonly components?: inputs.GetServiceComponent[];

readonly cassandraUserConfig?: outputs.GetServiceCassandraUserConfig;
readonly clientTimeout?: outputs.GetServiceClientTimeout;
readonly cloudName?: string;

@@ -71,0 +69,0 @@ readonly components: outputs.GetServiceComponent[];

@@ -30,3 +30,2 @@ "use strict";

"cassandraUserConfig": args.cassandraUserConfig,
"clientTimeout": args.clientTimeout,
"cloudName": args.cloudName,

@@ -33,0 +32,0 @@ "components": args.components,

import * as pulumi from "@pulumi/pulumi";
import * as inputs from "./types/input";
import * as outputs from "./types/output";
/**

@@ -23,5 +21,7 @@ * ## Example Usage

export interface GetVpcPeeringConnectionArgs {
readonly clientTimeout?: inputs.GetVpcPeeringConnectionClientTimeout;
readonly peerAzureAppId?: string;
readonly peerAzureTenantId?: string;
readonly peerCloudAccount: string;
readonly peerRegion?: string;
readonly peerResourceGroup?: string;
readonly peerVpc: string;

@@ -39,3 +39,2 @@ readonly peeringConnectionId?: string;

export interface GetVpcPeeringConnectionResult {
readonly clientTimeout?: outputs.GetVpcPeeringConnectionClientTimeout;
/**

@@ -45,4 +44,7 @@ * The provider-assigned unique ID for this managed resource.

readonly id: string;
readonly peerAzureAppId: string;
readonly peerAzureTenantId: string;
readonly peerCloudAccount: string;
readonly peerRegion?: string;
readonly peerResourceGroup: string;
readonly peerVpc: string;

@@ -49,0 +51,0 @@ readonly peeringConnectionId: string;

@@ -29,5 +29,7 @@ "use strict";

return pulumi.runtime.invoke("aiven:index/getVpcPeeringConnection:getVpcPeeringConnection", {
"clientTimeout": args.clientTimeout,
"peerAzureAppId": args.peerAzureAppId,
"peerAzureTenantId": args.peerAzureTenantId,
"peerCloudAccount": args.peerCloudAccount,
"peerRegion": args.peerRegion,
"peerResourceGroup": args.peerResourceGroup,
"peerVpc": args.peerVpc,

@@ -34,0 +36,0 @@ "peeringConnectionId": args.peeringConnectionId,

@@ -6,4 +6,6 @@ export * from "./account";

export * from "./accountTeamProject";
export * from "./cassandra";
export * from "./connectionPool";
export * from "./database";
export * from "./elasticSearch";
export * from "./elasticSearchAcl";

@@ -15,7 +17,14 @@ export * from "./getAccount";

export * from "./getAccountTeamProject";
export * from "./getCassanda";
export * from "./getConnectionPool";
export * from "./getDatabase";
export * from "./getElasticSearch";
export * from "./getElasticSearchAcl";
export * from "./getGrafana";
export * from "./getInfluxDb";
export * from "./getKafka";
export * from "./getKafkaAcl";
export * from "./getKafkaConnect";
export * from "./getKafkaConnector";
export * from "./getKafkaMirrorMaker";
export * from "./getKafkaSchema";

@@ -25,5 +34,8 @@ export * from "./getKafkaSchemaConfiguration";

export * from "./getMirrorMakerReplicationFlow";
export * from "./getMySql";
export * from "./getPg";
export * from "./getProject";
export * from "./getProjectUser";
export * from "./getProjectVpc";
export * from "./getRedis";
export * from "./getService";

@@ -33,5 +45,11 @@ export * from "./getServiceIntegration";

export * from "./getServiceUser";
export * from "./getTransitGatewayVpcAttachment";
export * from "./getVpcPeeringConnection";
export * from "./grafana";
export * from "./influxDb";
export * from "./kafka";
export * from "./kafkaAcl";
export * from "./kafkaConnect";
export * from "./kafkaConnector";
export * from "./kafkaMirrorMaker";
export * from "./kafkaSchema";

@@ -41,2 +59,4 @@ export * from "./kafkaSchemaConfiguration";

export * from "./mirrorMakerReplicationFlow";
export * from "./mySql";
export * from "./pg";
export * from "./project";

@@ -46,2 +66,3 @@ export * from "./projectUser";

export * from "./provider";
export * from "./redis";
export * from "./service";

@@ -51,2 +72,3 @@ export * from "./serviceIntegration";

export * from "./serviceUser";
export * from "./transitGatewayVpcAttachment";
export * from "./vpcPeeringConnection";

@@ -53,0 +75,0 @@ import * as config from "./config";

@@ -14,4 +14,6 @@ "use strict";

__export(require("./accountTeamProject"));
__export(require("./cassandra"));
__export(require("./connectionPool"));
__export(require("./database"));
__export(require("./elasticSearch"));
__export(require("./elasticSearchAcl"));

@@ -23,7 +25,14 @@ __export(require("./getAccount"));

__export(require("./getAccountTeamProject"));
__export(require("./getCassanda"));
__export(require("./getConnectionPool"));
__export(require("./getDatabase"));
__export(require("./getElasticSearch"));
__export(require("./getElasticSearchAcl"));
__export(require("./getGrafana"));
__export(require("./getInfluxDb"));
__export(require("./getKafka"));
__export(require("./getKafkaAcl"));
__export(require("./getKafkaConnect"));
__export(require("./getKafkaConnector"));
__export(require("./getKafkaMirrorMaker"));
__export(require("./getKafkaSchema"));

@@ -33,5 +42,8 @@ __export(require("./getKafkaSchemaConfiguration"));

__export(require("./getMirrorMakerReplicationFlow"));
__export(require("./getMySql"));
__export(require("./getPg"));
__export(require("./getProject"));
__export(require("./getProjectUser"));
__export(require("./getProjectVpc"));
__export(require("./getRedis"));
__export(require("./getService"));

@@ -41,5 +53,11 @@ __export(require("./getServiceIntegration"));

__export(require("./getServiceUser"));
__export(require("./getTransitGatewayVpcAttachment"));
__export(require("./getVpcPeeringConnection"));
__export(require("./grafana"));
__export(require("./influxDb"));
__export(require("./kafka"));
__export(require("./kafkaAcl"));
__export(require("./kafkaConnect"));
__export(require("./kafkaConnector"));
__export(require("./kafkaMirrorMaker"));
__export(require("./kafkaSchema"));

@@ -49,2 +67,4 @@ __export(require("./kafkaSchemaConfiguration"));

__export(require("./mirrorMakerReplicationFlow"));
__export(require("./mySql"));
__export(require("./pg"));
__export(require("./project"));

@@ -54,2 +74,3 @@ __export(require("./projectUser"));

__export(require("./provider"));
__export(require("./redis"));
__export(require("./service"));

@@ -59,2 +80,3 @@ __export(require("./serviceIntegration"));

__export(require("./serviceUser"));
__export(require("./transitGatewayVpcAttachment"));
__export(require("./vpcPeeringConnection"));

@@ -61,0 +83,0 @@ // Export sub-modules:

import * as pulumi from "@pulumi/pulumi";
import * as inputs from "./types/input";
import * as outputs from "./types/output";
/**

@@ -45,8 +43,2 @@ * ## Example Usage

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout: pulumi.Output<outputs.KafkaTopicClientTimeout | undefined>;
/**
* Minimum required nodes in-sync replicas (ISR) to produce to a partition

@@ -106,8 +98,2 @@ */

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout?: pulumi.Input<inputs.KafkaTopicClientTimeout>;
/**
* Minimum required nodes in-sync replicas (ISR) to produce to a partition

@@ -159,8 +145,2 @@ */

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout?: pulumi.Input<inputs.KafkaTopicClientTimeout>;
/**
* Minimum required nodes in-sync replicas (ISR) to produce to a partition

@@ -167,0 +147,0 @@ */

@@ -33,3 +33,2 @@ "use strict";

inputs["cleanupPolicy"] = state ? state.cleanupPolicy : undefined;
inputs["clientTimeout"] = state ? state.clientTimeout : undefined;
inputs["minimumInSyncReplicas"] = state ? state.minimumInSyncReplicas : undefined;

@@ -63,3 +62,2 @@ inputs["partitions"] = state ? state.partitions : undefined;

inputs["cleanupPolicy"] = args ? args.cleanupPolicy : undefined;
inputs["clientTimeout"] = args ? args.clientTimeout : undefined;
inputs["minimumInSyncReplicas"] = args ? args.minimumInSyncReplicas : undefined;

@@ -66,0 +64,0 @@ inputs["partitions"] = args ? args.partitions : undefined;

{
"name": "@pulumi/aiven",
"version": "v2.3.0-alpha.1597442653+d9c8b830",
"version": "v2.3.0-alpha.1597764624+80e5034f",
"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.1597442653+d9c8b830"
"install": "node scripts/install-pulumi-plugin.js resource aiven v2.3.0-alpha.1597764624+80e5034f"
},

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

import * as pulumi from "@pulumi/pulumi";
import * as inputs from "./types/input";
import * as outputs from "./types/output";
/**

@@ -35,8 +33,2 @@ * ## Example Usage

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout: pulumi.Output<outputs.ProjectVpcClientTimeout | undefined>;
/**
* Cloud the VPC is in

@@ -71,8 +63,2 @@ */

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout?: pulumi.Input<inputs.ProjectVpcClientTimeout>;
/**
* Cloud the VPC is in

@@ -99,8 +85,2 @@ */

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout?: pulumi.Input<inputs.ProjectVpcClientTimeout>;
/**
* Cloud the VPC is in

@@ -107,0 +87,0 @@ */

@@ -26,3 +26,2 @@ "use strict";

const state = argsOrState;
inputs["clientTimeout"] = state ? state.clientTimeout : undefined;
inputs["cloudName"] = state ? state.cloudName : undefined;

@@ -44,3 +43,2 @@ inputs["networkCidr"] = state ? state.networkCidr : undefined;

}
inputs["clientTimeout"] = args ? args.clientTimeout : undefined;
inputs["cloudName"] = args ? args.cloudName : undefined;

@@ -47,0 +45,0 @@ inputs["networkCidr"] = args ? args.networkCidr : undefined;

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

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout: pulumi.Output<outputs.ServiceClientTimeout | undefined>;
/**
* Cloud the service runs in

@@ -219,8 +213,2 @@ */

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout?: pulumi.Input<inputs.ServiceClientTimeout>;
/**
* Cloud the service runs in

@@ -379,8 +367,2 @@ */

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout?: pulumi.Input<inputs.ServiceClientTimeout>;
/**
* Cloud the service runs in

@@ -387,0 +369,0 @@ */

@@ -36,3 +36,2 @@ "use strict";

inputs["cassandraUserConfig"] = state ? state.cassandraUserConfig : undefined;
inputs["clientTimeout"] = state ? state.clientTimeout : undefined;
inputs["cloudName"] = state ? state.cloudName : undefined;

@@ -87,3 +86,2 @@ inputs["components"] = state ? state.components : undefined;

inputs["cassandraUserConfig"] = args ? args.cassandraUserConfig : undefined;
inputs["clientTimeout"] = args ? args.clientTimeout : undefined;
inputs["cloudName"] = args ? args.cloudName : undefined;

@@ -90,0 +88,0 @@ inputs["elasticsearch"] = args ? args.elasticsearch : undefined;

import * as pulumi from "@pulumi/pulumi";
import * as inputs from "./types/input";
import * as outputs from "./types/output";
/**

@@ -36,8 +34,10 @@ * ## Example Usage

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
* Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet
*/
readonly clientTimeout: pulumi.Output<outputs.VpcPeeringConnectionClientTimeout | undefined>;
readonly peerAzureAppId: pulumi.Output<string>;
/**
* Azure tenant id in UUID4 form
*/
readonly peerAzureTenantId: pulumi.Output<string>;
/**
* AWS account ID or GCP project ID of the peered VPC

@@ -51,2 +51,6 @@ */

/**
* Azure resource group name of the peered VPC
*/
readonly peerResourceGroup: pulumi.Output<string>;
/**
* AWS VPC ID or GCP VPC network name of the peered VPC

@@ -87,8 +91,10 @@ */

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
* Azure app registration id in UUID4 form that is allowed to create a peering to the peer vnet
*/
readonly clientTimeout?: pulumi.Input<inputs.VpcPeeringConnectionClientTimeout>;
readonly peerAzureAppId?: pulumi.Input<string>;
/**
* Azure tenant id in UUID4 form
*/
readonly peerAzureTenantId?: pulumi.Input<string>;
/**
* AWS account ID or GCP project ID of the peered VPC

@@ -102,2 +108,6 @@ */

/**
* Azure resource group name of the peered VPC
*/
readonly peerResourceGroup?: pulumi.Input<string>;
/**
* AWS VPC ID or GCP VPC network name of the peered VPC

@@ -130,8 +140,2 @@ */

/**
* Custom Terraform Client timeouts
*
* @deprecated use timeouts instead
*/
readonly clientTimeout?: pulumi.Input<inputs.VpcPeeringConnectionClientTimeout>;
/**
* AWS account ID or GCP project ID of the peered VPC

@@ -138,0 +142,0 @@ */

@@ -27,5 +27,7 @@ "use strict";

const state = argsOrState;
inputs["clientTimeout"] = state ? state.clientTimeout : undefined;
inputs["peerAzureAppId"] = state ? state.peerAzureAppId : undefined;
inputs["peerAzureTenantId"] = state ? state.peerAzureTenantId : undefined;
inputs["peerCloudAccount"] = state ? state.peerCloudAccount : undefined;
inputs["peerRegion"] = state ? state.peerRegion : undefined;
inputs["peerResourceGroup"] = state ? state.peerResourceGroup : undefined;
inputs["peerVpc"] = state ? state.peerVpc : undefined;

@@ -48,3 +50,2 @@ inputs["peeringConnectionId"] = state ? state.peeringConnectionId : undefined;

}
inputs["clientTimeout"] = args ? args.clientTimeout : undefined;
inputs["peerCloudAccount"] = args ? args.peerCloudAccount : undefined;

@@ -54,2 +55,5 @@ inputs["peerRegion"] = args ? args.peerRegion : undefined;

inputs["vpcId"] = args ? args.vpcId : undefined;
inputs["peerAzureAppId"] = undefined /*out*/;
inputs["peerAzureTenantId"] = undefined /*out*/;
inputs["peerResourceGroup"] = undefined /*out*/;
inputs["peeringConnectionId"] = undefined /*out*/;

@@ -56,0 +60,0 @@ inputs["state"] = undefined /*out*/;

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 too big to display

Sorry, the diff of this file is too big to display

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