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.1.0 to 2.1.1

14

getConnectionPool.d.ts
import * as pulumi from "@pulumi/pulumi";
/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mytestpool = aiven.getConnectionPool({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* poolName: "<POOLNAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/connection_pool.html.markdown.

@@ -5,0 +19,0 @@ */

@@ -8,3 +8,17 @@ "use strict";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mytestpool = aiven.getConnectionPool({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* poolName: "<POOLNAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/connection_pool.html.markdown.

@@ -11,0 +25,0 @@ */

import * as pulumi from "@pulumi/pulumi";
/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mydatabase = aiven.getDatabase({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* databaseName: "<DATABASE_NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/database.html.markdown.

@@ -5,0 +19,0 @@ */

@@ -8,3 +8,17 @@ "use strict";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mydatabase = aiven.getDatabase({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* databaseName: "<DATABASE_NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/database.html.markdown.

@@ -11,0 +25,0 @@ */

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>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/kafka_acl.html.markdown.

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

@@ -8,3 +8,18 @@ "use strict";

/**
* ## 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>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/kafka_acl.html.markdown.

@@ -11,0 +26,0 @@ */

import * as pulumi from "@pulumi/pulumi";
/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mytesttopic = aiven.getKafkaTopic({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* topicName: "<TOPIC_NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/kafka_topic.html.markdown.

@@ -5,0 +19,0 @@ */

@@ -8,3 +8,17 @@ "use strict";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mytesttopic = aiven.getKafkaTopic({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* topicName: "<TOPIC_NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/kafka_topic.html.markdown.

@@ -11,0 +25,0 @@ */

import * as pulumi from "@pulumi/pulumi";
/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mytestuser = aiven.getProjectUser({
* project: data.aiven_project.myproject.project,
* email: "john.doe@example.com",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/project_user.html.markdown.

@@ -5,0 +18,0 @@ */

@@ -8,3 +8,16 @@ "use strict";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mytestuser = aiven.getProjectUser({
* project: data.aiven_project.myproject.project,
* email: "john.doe@example.com",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/project_user.html.markdown.

@@ -11,0 +24,0 @@ */

import * as pulumi from "@pulumi/pulumi";
/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const myvpc = aiven.getProjectVpc({
* project: data.aiven_project.myproject.project,
* cloudName: "google-europe-west1",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/project_vpc.html.markdown.

@@ -5,0 +18,0 @@ */

@@ -8,3 +8,16 @@ "use strict";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const myvpc = aiven.getProjectVpc({
* project: data.aiven_project.myproject.project,
* cloudName: "google-europe-west1",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/project_vpc.html.markdown.

@@ -11,0 +24,0 @@ */

@@ -5,3 +5,16 @@ import * as pulumi from "@pulumi/pulumi";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const myservice = aiven.getService({
* project: data.aiven_project.myproject.project,
* serviceName: "<SERVICE_NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/service.html.markdown.

@@ -8,0 +21,0 @@ */

@@ -8,3 +8,16 @@ "use strict";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const myservice = aiven.getService({
* project: data.aiven_project.myproject.project,
* serviceName: "<SERVICE_NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/service.html.markdown.

@@ -11,0 +24,0 @@ */

@@ -5,3 +5,16 @@ import * as pulumi from "@pulumi/pulumi";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const myendpoint = aiven.getServiceIntegrationEndpoint({
* project: data.aiven_project.myproject.project,
* endpointName: "<ENDPOINT_NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/service_integration_endpoint.html.markdown.

@@ -8,0 +21,0 @@ */

@@ -8,3 +8,16 @@ "use strict";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const myendpoint = aiven.getServiceIntegrationEndpoint({
* project: data.aiven_project.myproject.project,
* endpointName: "<ENDPOINT_NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/service_integration_endpoint.html.markdown.

@@ -11,0 +24,0 @@ */

import * as pulumi from "@pulumi/pulumi";
/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const myserviceuser = aiven.getServiceUser({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* username: "<USERNAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/service_user.html.markdown.

@@ -5,0 +19,0 @@ */

@@ -8,3 +8,17 @@ "use strict";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const myserviceuser = aiven.getServiceUser({
* project: data.aiven_service.myservice.project,
* serviceName: data.aiven_service.myservice.service_name,
* username: "<USERNAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/service_user.html.markdown.

@@ -11,0 +25,0 @@ */

import * as pulumi from "@pulumi/pulumi";
/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mypeeringconnection = aiven.getVpcPeeringConnection({
* vpcId: data.aiven_project_vpc.vpc_id,
* peerCloudAccount: "<PEER_ACCOUNT_ID>",
* peerVpc: "<PEER_VPC_ID/NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/vpc_peering_connection.html.markdown.

@@ -5,0 +19,0 @@ */

@@ -8,3 +8,17 @@ "use strict";

/**
* ## Example Usage
*
*
*
* ```typescript
* import * as pulumi from "@pulumi/pulumi";
* import * as aiven from "@pulumi/aiven";
*
* const mypeeringconnection = aiven.getVpcPeeringConnection({
* vpcId: data.aiven_project_vpc.vpc_id,
* peerCloudAccount: "<PEER_ACCOUNT_ID>",
* peerVpc: "<PEER_VPC_ID/NAME>",
* });
* ```
*
* > This content is derived from https://github.com/aiven/terraform-provider-aiven/blob/master/website/docs/d/vpc_peering_connection.html.markdown.

@@ -11,0 +25,0 @@ */

4

package.json
{
"name": "@pulumi/aiven",
"version": "v2.1.0",
"version": "v2.1.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.1.0"
"install": "node scripts/install-pulumi-plugin.js resource aiven v2.1.1"
},

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

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