Socket
Socket
Sign inDemoInstall

@pulumi/aiven

Package Overview
Dependencies
1
Maintainers
2
Versions
389
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

1

account.d.ts

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -24,0 +25,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AccountState, opts?: pulumi.CustomResourceOptions): Account;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -57,0 +58,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -26,0 +27,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AccountTeamState, opts?: pulumi.CustomResourceOptions): AccountTeam;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -60,0 +61,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -33,0 +34,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AccountTeamMemberState, opts?: pulumi.CustomResourceOptions): AccountTeamMember;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -75,0 +76,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -36,0 +37,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: AccountTeamProjectState, opts?: pulumi.CustomResourceOptions): AccountTeamProject;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -71,0 +72,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -32,0 +33,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ConnectionPoolState, opts?: pulumi.CustomResourceOptions): ConnectionPool;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -84,0 +85,0 @@ static get(name, id, state, opts) {

13

database.d.ts

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -55,4 +56,4 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: DatabaseState, opts?: pulumi.CustomResourceOptions): Database;

/**
* It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It
* is recommended to enable this for any production databases containing critical data.
* It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
* recommended to enable this for any production databases containing critical data.
*/

@@ -94,4 +95,4 @@ readonly terminationProtection: pulumi.Output<boolean | undefined>;

/**
* It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It
* is recommended to enable this for any production databases containing critical data.
* It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
* recommended to enable this for any production databases containing critical data.
*/

@@ -125,6 +126,6 @@ readonly terminationProtection?: pulumi.Input<boolean>;

/**
* It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It
* is recommended to enable this for any production databases containing critical data.
* It is a Terraform client-side deletion protections, which prevents the database from being deleted by Terraform. It is
* recommended to enable this for any production databases containing critical data.
*/
readonly terminationProtection?: pulumi.Input<boolean>;
}

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -70,0 +71,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -29,5 +30,5 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ElasticSearchAclState, opts?: pulumi.CustomResourceOptions): ElasticSearchAcl;

/**
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling
* the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only
* target indexes they have been granted access to
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the
* ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target
* indexes they have been granted access to
*/

@@ -65,5 +66,5 @@ readonly extendedAcl: pulumi.Output<boolean | undefined>;

/**
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling
* the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only
* target indexes they have been granted access to
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the
* ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target
* indexes they have been granted access to
*/

@@ -93,5 +94,5 @@ readonly extendedAcl?: pulumi.Input<boolean>;

/**
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling
* the ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only
* target indexes they have been granted access to
* Index rules can be applied in a limited fashion to the _mget, _msearch and _bulk APIs (and only those) by enabling the
* ExtendedAcl option for the service. When it is enabled, users can use these APIs as long as all operations only target
* indexes they have been granted access to
*/

@@ -98,0 +99,0 @@ readonly extendedAcl?: pulumi.Input<boolean>;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -49,0 +50,0 @@ static get(name, id, state, opts) {

@@ -34,2 +34,6 @@ import * as pulumi from "@pulumi/pulumi";

readonly createTime: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly name: string;

@@ -39,6 +43,2 @@ readonly ownerTeamId: string;

readonly updateTime: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

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

readonly createTime: string;
readonly name: string;
readonly teamId: string;
readonly updateTime: string;
/**

@@ -42,2 +39,5 @@ * The provider-assigned unique ID for this managed resource.

readonly id: string;
readonly name: string;
readonly teamId: string;
readonly updateTime: string;
}

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

readonly createTime: string;
readonly invitedByUserEmail: string;
readonly teamId: string;
readonly userEmail: string;
/**

@@ -45,2 +42,5 @@ * The provider-assigned unique ID for this managed resource.

readonly id: string;
readonly invitedByUserEmail: string;
readonly teamId: string;
readonly userEmail: string;
}

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

readonly accountId: string;
readonly projectName: string;
readonly teamId: string;
readonly teamType?: string;
/**

@@ -41,2 +38,5 @@ * The provider-assigned unique ID for this managed resource.

readonly id: string;
readonly projectName: string;
readonly teamId: string;
readonly teamType?: string;
}

@@ -38,2 +38,6 @@ import * as pulumi from "@pulumi/pulumi";

readonly databaseName?: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly poolMode?: string;

@@ -45,6 +49,2 @@ readonly poolName: string;

readonly username?: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

@@ -35,2 +35,6 @@ import * as pulumi from "@pulumi/pulumi";

readonly databaseName: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly lcCollate?: string;

@@ -41,6 +45,2 @@ readonly lcCtype?: string;

readonly terminationProtection?: boolean;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

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

readonly extendedAcl?: boolean;
readonly project: string;
readonly serviceName: string;
/**

@@ -29,2 +27,4 @@ * The provider-assigned unique ID for this managed resource.

readonly id: string;
readonly project: string;
readonly serviceName: string;
}

@@ -34,2 +34,6 @@ import * as pulumi from "@pulumi/pulumi";

export interface GetKafkaAclResult {
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly permission?: string;

@@ -40,6 +44,2 @@ readonly project: string;

readonly username: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

@@ -31,2 +31,6 @@ import * as pulumi from "@pulumi/pulumi";

readonly connectorName: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly pluginAuthor: string;

@@ -41,6 +45,2 @@ readonly pluginClass: string;

readonly tasks: outputs.GetKafkaConnectorTask[];
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

@@ -17,2 +17,6 @@ import * as pulumi from "@pulumi/pulumi";

export interface GetKafkaSchemaResult {
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly project: string;

@@ -23,6 +27,2 @@ readonly schema?: string;

readonly version: number;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

@@ -17,2 +17,6 @@ import * as pulumi from "@pulumi/pulumi";

export interface GetKafkaSchemaConfigurationResult {
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly project: string;

@@ -23,6 +27,2 @@ readonly schema?: string;

readonly version: number;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

@@ -39,2 +39,6 @@ import * as pulumi from "@pulumi/pulumi";

readonly cleanupPolicy?: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly minimumInSyncReplicas?: number;

@@ -49,6 +53,2 @@ readonly partitions?: number;

readonly topicName: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

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

readonly countryCode?: string;
readonly project: string;
readonly technicalEmails?: string[];
/**

@@ -49,2 +47,4 @@ * The provider-assigned unique ID for this managed resource.

readonly id: string;
readonly project: string;
readonly technicalEmails?: string[];
}

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

readonly email: string;
readonly memberType?: string;
readonly project: string;
/**

@@ -40,2 +38,4 @@ * The provider-assigned unique ID for this managed resource.

readonly id: string;
readonly memberType?: string;
readonly project: string;
}

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

readonly cloudName: string;
readonly networkCidr?: string;
readonly project: string;
readonly state: string;
/**

@@ -40,2 +37,5 @@ * The provider-assigned unique ID for this managed resource.

readonly id: string;
readonly networkCidr?: string;
readonly project: string;
readonly state: string;
}

@@ -72,2 +72,6 @@ import * as pulumi from "@pulumi/pulumi";

readonly grafanaUserConfig?: outputs.GetServiceGrafanaUserConfig;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly influxdb: outputs.GetServiceInfluxdb;

@@ -100,6 +104,2 @@ readonly influxdbUserConfig?: outputs.GetServiceInfluxdbUserConfig;

readonly terminationProtection?: boolean;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

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

readonly externalElasticsearchLogsUserConfig?: outputs.GetServiceIntegrationEndpointExternalElasticsearchLogsUserConfig;
readonly project: string;
readonly prometheusUserConfig?: outputs.GetServiceIntegrationEndpointPrometheusUserConfig;
readonly rsyslogUserConfig?: outputs.GetServiceIntegrationEndpointRsyslogUserConfig;
/**

@@ -54,2 +51,5 @@ * The provider-assigned unique ID for this managed resource.

readonly id: string;
readonly project: string;
readonly prometheusUserConfig?: outputs.GetServiceIntegrationEndpointPrometheusUserConfig;
readonly rsyslogUserConfig?: outputs.GetServiceIntegrationEndpointRsyslogUserConfig;
}

@@ -37,2 +37,6 @@ import * as pulumi from "@pulumi/pulumi";

readonly accessKey: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly password: string;

@@ -43,6 +47,2 @@ readonly project: string;

readonly username: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

@@ -37,2 +37,6 @@ import * as pulumi from "@pulumi/pulumi";

export interface GetVpcPeeringConnectionResult {
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
readonly peerCloudAccount: string;

@@ -47,6 +51,2 @@ readonly peerRegion?: string;

readonly vpcId: string;
/**
* The provider-assigned unique ID for this managed resource.
*/
readonly id: string;
}

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

export * from "./vpcPeeringConnection";
import * as config from "./config/index";
import * as types from "./types/index";
import * as config from "./config";
import * as types from "./types";
export { config, types };

@@ -50,6 +50,6 @@ "use strict";

// Export sub-modules:
const config = require("./config/index");
const config = require("./config");
exports.config = config;
const types = require("./types/index");
const types = require("./types");
exports.types = types;
//# sourceMappingURL=index.js.map

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -30,0 +31,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KafkaAclState, opts?: pulumi.CustomResourceOptions): KafkaAcl;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -76,0 +77,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -14,0 +15,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KafkaConnectorState, opts?: pulumi.CustomResourceOptions): KafkaConnector;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -67,0 +68,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -12,0 +13,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KafkaSchemaState, opts?: pulumi.CustomResourceOptions): KafkaSchema;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -55,0 +56,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -12,0 +13,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KafkaSchemaConfigurationState, opts?: pulumi.CustomResourceOptions): KafkaSchemaConfiguration;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -48,0 +49,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -73,4 +74,4 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KafkaTopicState, opts?: pulumi.CustomResourceOptions): KafkaTopic;

/**
* It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is
* recommended to enable this for any production Kafka topic containing critical data.
* It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
* enable this for any production Kafka topic containing critical data.
*/

@@ -128,4 +129,4 @@ readonly terminationProtection: pulumi.Output<boolean | undefined>;

/**
* It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is
* recommended to enable this for any production Kafka topic containing critical data.
* It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
* enable this for any production Kafka topic containing critical data.
*/

@@ -175,4 +176,4 @@ readonly terminationProtection?: pulumi.Input<boolean>;

/**
* It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is
* recommended to enable this for any production Kafka topic containing critical data.
* It is a Terraform client-side deletion protection, which prevents a Kafka topic from being deleted. It is recommended to
* enable this for any production Kafka topic containing critical data.
*/

@@ -179,0 +180,0 @@ readonly terminationProtection?: pulumi.Input<boolean>;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -90,0 +91,0 @@ static get(name, id, state, opts) {

{
"name": "@pulumi/aiven",
"version": "v2.1.2",
"version": "v2.1.3",
"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.2"
"install": "node scripts/install-pulumi-plugin.js resource aiven v2.1.3"
},

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

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -27,0 +28,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProjectState, opts?: pulumi.CustomResourceOptions): Project;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -69,0 +70,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -28,0 +29,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProjectUserState, opts?: pulumi.CustomResourceOptions): ProjectUser;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -66,0 +67,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -28,0 +29,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ProjectVpcState, opts?: pulumi.CustomResourceOptions): ProjectVpc;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -66,0 +67,0 @@ static get(name, id, state, opts) {

@@ -23,5 +23,3 @@ "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) {

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

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -38,0 +39,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ServiceState, opts?: pulumi.CustomResourceOptions): Service;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -136,0 +137,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -33,0 +34,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ServiceIntegrationState, opts?: pulumi.CustomResourceOptions): ServiceIntegration;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -74,0 +75,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -33,0 +34,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ServiceIntegrationEndpointState, opts?: pulumi.CustomResourceOptions): ServiceIntegrationEndpoint;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -77,0 +78,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -28,0 +29,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ServiceUserState, opts?: pulumi.CustomResourceOptions): ServiceUser;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -72,0 +73,0 @@ static get(name, id, state, opts) {

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -29,0 +30,0 @@ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: VpcPeeringConnectionState, opts?: pulumi.CustomResourceOptions): VpcPeeringConnection;

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

* @param state Any extra arguments used during the lookup.
* @param opts Optional settings to control the behavior of the CustomResource.
*/

@@ -73,0 +74,0 @@ static get(name, id, state, opts) {

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc