@pulumi/confluentcloud 1.39.0 → 1.40.0-alpha.1712467360
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accessPoint.d.ts +1 -1
- package/accessPoint.js +1 -1
- package/byokKey.d.ts +1 -1
- package/byokKey.js +1 -1
- package/dnsForwarder.d.ts +1 -1
- package/dnsForwarder.js +1 -1
- package/dnsRecord.d.ts +1 -1
- package/dnsRecord.js +1 -1
- package/getAccessPoint.d.ts +2 -2
- package/getAccessPoint.js +2 -2
- package/getByokKey.d.ts +2 -2
- package/getByokKey.js +2 -2
- package/getDnsRecord.d.ts +2 -2
- package/getDnsRecord.js +2 -2
- package/getEnvironment.d.ts +2 -2
- package/getEnvironment.js +2 -2
- package/getEnvironments.d.ts +2 -2
- package/getEnvironments.js +2 -2
- package/getFlinkComputePool.d.ts +2 -2
- package/getFlinkComputePool.js +2 -2
- package/getFlinkRegion.d.ts +2 -2
- package/getFlinkRegion.js +2 -2
- package/getGateway.d.ts +2 -2
- package/getGateway.js +2 -2
- package/getGroupMapping.d.ts +2 -2
- package/getGroupMapping.js +2 -2
- package/getIdentityPool.d.ts +2 -2
- package/getIdentityPool.js +2 -2
- package/getIdentityProvider.d.ts +2 -2
- package/getIdentityProvider.js +2 -2
- package/getInvitation.d.ts +2 -2
- package/getInvitation.js +2 -2
- package/getIpAddresses.d.ts +2 -2
- package/getIpAddresses.js +2 -2
- package/getKafkaClientQuota.d.ts +2 -2
- package/getKafkaClientQuota.js +2 -2
- package/getKafkaCluster.d.ts +2 -2
- package/getKafkaCluster.js +2 -2
- package/getKsqlCluster.d.ts +2 -2
- package/getKsqlCluster.js +2 -2
- package/getNetworkLinkEndpoint.d.ts +2 -2
- package/getNetworkLinkEndpoint.js +2 -2
- package/getNetworkLinkService.d.ts +2 -2
- package/getNetworkLinkService.js +2 -2
- package/getOrganization.d.ts +2 -2
- package/getOrganization.js +2 -2
- package/getPeering.d.ts +2 -2
- package/getPeering.js +2 -2
- package/getPrivateLinkAccess.d.ts +2 -2
- package/getPrivateLinkAccess.js +2 -2
- package/getPrivateLinkAttachment.d.ts +2 -2
- package/getPrivateLinkAttachment.js +2 -2
- package/getPrivateLinkAttachmentConnection.d.ts +2 -2
- package/getPrivateLinkAttachmentConnection.js +2 -2
- package/getRoleBinding.d.ts +2 -2
- package/getRoleBinding.js +2 -2
- package/getSchemaRegistryCluster.d.ts +2 -2
- package/getSchemaRegistryCluster.js +2 -2
- package/getSchemaRegistryClusters.d.ts +2 -2
- package/getSchemaRegistryClusters.js +2 -2
- package/getSchemaRegistryRegion.d.ts +2 -2
- package/getSchemaRegistryRegion.js +2 -2
- package/getServiceAccount.d.ts +2 -2
- package/getServiceAccount.js +2 -2
- package/getTransitGatewayAttachment.d.ts +2 -2
- package/getTransitGatewayAttachment.js +2 -2
- package/getUser.d.ts +2 -2
- package/getUser.js +2 -2
- package/getUsers.d.ts +2 -2
- package/getUsers.js +2 -2
- package/groupMapping.d.ts +1 -1
- package/groupMapping.js +1 -1
- package/identityPool.d.ts +1 -1
- package/identityPool.js +1 -1
- package/identityProvider.d.ts +1 -1
- package/identityProvider.js +1 -1
- package/invitation.d.ts +1 -1
- package/invitation.js +1 -1
- package/ksqlCluster.d.ts +1 -1
- package/ksqlCluster.js +1 -1
- package/package.json +1 -1
- package/privateLinkAttachment.d.ts +1 -1
- package/privateLinkAttachment.js +1 -1
- package/privateLinkAttachmentConnection.d.ts +1 -1
- package/privateLinkAttachmentConnection.js +1 -1
- package/roleBinding.d.ts +1 -1
- package/roleBinding.js +1 -1
- package/serviceAccount.d.ts +1 -1
- package/serviceAccount.js +1 -1
|
@@ -6,7 +6,7 @@ exports.getTransitGatewayAttachmentOutput = exports.getTransitGatewayAttachment
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.TransitGatewayAttachment` describes a Transit Gateway Attachment data source.
|
|
12
12
|
*
|
|
@@ -44,7 +44,7 @@ function getTransitGatewayAttachment(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getTransitGatewayAttachment = getTransitGatewayAttachment;
|
|
46
46
|
/**
|
|
47
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
48
48
|
*
|
|
49
49
|
* `confluentcloud.TransitGatewayAttachment` describes a Transit Gateway Attachment data source.
|
|
50
50
|
*
|
package/getUser.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
4
4
|
*
|
|
5
5
|
* `confluentcloud.getUser` describes a User data source.
|
|
6
6
|
*
|
|
@@ -85,7 +85,7 @@ export interface GetUserResult {
|
|
|
85
85
|
readonly kind: string;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
89
89
|
*
|
|
90
90
|
* `confluentcloud.getUser` describes a User data source.
|
|
91
91
|
*
|
package/getUser.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getUserOutput = exports.getUser = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.getUser` describes a User data source.
|
|
12
12
|
*
|
|
@@ -56,7 +56,7 @@ function getUser(args, opts) {
|
|
|
56
56
|
}
|
|
57
57
|
exports.getUser = getUser;
|
|
58
58
|
/**
|
|
59
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
60
60
|
*
|
|
61
61
|
* `confluentcloud.getUser` describes a User data source.
|
|
62
62
|
*
|
package/getUsers.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
4
4
|
*
|
|
5
5
|
* `confluentcloud.getUsers` describes a data source for Users.
|
|
6
6
|
*
|
|
@@ -31,7 +31,7 @@ export interface GetUsersResult {
|
|
|
31
31
|
readonly ids: string[];
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
35
35
|
*
|
|
36
36
|
* `confluentcloud.getUsers` describes a data source for Users.
|
|
37
37
|
*
|
package/getUsers.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getUsersOutput = exports.getUsers = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.getUsers` describes a data source for Users.
|
|
12
12
|
*
|
|
@@ -28,7 +28,7 @@ function getUsers(opts) {
|
|
|
28
28
|
}
|
|
29
29
|
exports.getUsers = getUsers;
|
|
30
30
|
/**
|
|
31
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
32
32
|
*
|
|
33
33
|
* `confluentcloud.getUsers` describes a data source for Users.
|
|
34
34
|
*
|
package/groupMapping.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
4
4
|
*
|
|
5
5
|
* `confluentcloud.GroupMapping` provides a Group Mapping resource that enables creating, editing, and deleting group mappings on Confluent Cloud.
|
|
6
6
|
*
|
package/groupMapping.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.GroupMapping = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.GroupMapping` provides a Group Mapping resource that enables creating, editing, and deleting group mappings on Confluent Cloud.
|
|
12
12
|
*
|
package/identityPool.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
6
6
|
*
|
|
7
7
|
* `confluentcloud.IdentityPool` provides an Identity Pool resource that enables creating, editing, and deleting identity pools on Confluent Cloud.
|
|
8
8
|
*
|
package/identityPool.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.IdentityPool = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.IdentityPool` provides an Identity Pool resource that enables creating, editing, and deleting identity pools on Confluent Cloud.
|
|
12
12
|
*
|
package/identityProvider.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
4
4
|
*
|
|
5
5
|
* `confluentcloud.IdentityProvider` provides an Identity Provider resource that enables creating, editing, and deleting identity providers on Confluent Cloud.
|
|
6
6
|
*
|
package/identityProvider.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.IdentityProvider = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.IdentityProvider` provides an Identity Provider resource that enables creating, editing, and deleting identity providers on Confluent Cloud.
|
|
12
12
|
*
|
package/invitation.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
6
6
|
*
|
|
7
7
|
* `confluentcloud.Invitation` provides an invitation resource that enables creating, reading, and deleting invitation on Confluent Cloud.
|
|
8
8
|
*
|
package/invitation.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.Invitation = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.Invitation` provides an invitation resource that enables creating, reading, and deleting invitation on Confluent Cloud.
|
|
12
12
|
*
|
package/ksqlCluster.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* ## # confluentcloud.KsqlCluster Resource
|
|
6
6
|
*
|
|
7
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
8
8
|
*
|
|
9
9
|
* !> **Warning:** It is strongly recommended that you provision a `confluentcloud.SchemaRegistryCluster` resource before you provision a `confluentcloud.KsqlCluster` resource in a given environment. If you're provisioning the `confluentcloud.SchemaRegistryCluster` and the `confluentcloud.KsqlCluster` resource in the same pulumi up command, reference the `confluentcloud.SchemaRegistryCluster` from the `dependsOn` argument inside the `confluentcloud.KsqlCluster` resource. This ensures that the `confluentcloud.SchemaRegistryCluster` resource is created before the `confluentcloud.KsqlCluster` resource. If you provision a `confluentcloud.KsqlCluster` resource without a `confluentcloud.SchemaRegistryCluster` resource, and later, you want to add a `confluentcloud.SchemaRegistryCluster` resource, you must destroy and re-create your `confluentcloud.KsqlCluster` resource after provisioning a `confluentcloud.SchemaRegistryCluster` resource.
|
|
10
10
|
*
|
package/ksqlCluster.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## # confluentcloud.KsqlCluster Resource
|
|
10
10
|
*
|
|
11
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
12
12
|
*
|
|
13
13
|
* !> **Warning:** It is strongly recommended that you provision a `confluentcloud.SchemaRegistryCluster` resource before you provision a `confluentcloud.KsqlCluster` resource in a given environment. If you're provisioning the `confluentcloud.SchemaRegistryCluster` and the `confluentcloud.KsqlCluster` resource in the same pulumi up command, reference the `confluentcloud.SchemaRegistryCluster` from the `dependsOn` argument inside the `confluentcloud.KsqlCluster` resource. This ensures that the `confluentcloud.SchemaRegistryCluster` resource is created before the `confluentcloud.KsqlCluster` resource. If you provision a `confluentcloud.KsqlCluster` resource without a `confluentcloud.SchemaRegistryCluster` resource, and later, you want to add a `confluentcloud.SchemaRegistryCluster` resource, you must destroy and re-create your `confluentcloud.KsqlCluster` resource after provisioning a `confluentcloud.SchemaRegistryCluster` resource.
|
|
14
14
|
*
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
6
6
|
*
|
|
7
7
|
* `confluentcloud.PrivateLinkAttachment` provides a Private Link Attachment resource that enables creating, editing, and deleting Private Link Attachments on Confluent Cloud.
|
|
8
8
|
*
|
package/privateLinkAttachment.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.PrivateLinkAttachment = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.PrivateLinkAttachment` provides a Private Link Attachment resource that enables creating, editing, and deleting Private Link Attachments on Confluent Cloud.
|
|
12
12
|
*
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
6
6
|
*
|
|
7
7
|
* `confluentcloud.PrivateLinkAttachmentConnection` provides a Private Link Attachment Connection resource that enables creating, editing, and deleting Private Link Attachment Connections on Confluent Cloud.
|
|
8
8
|
*
|
|
@@ -6,7 +6,7 @@ exports.PrivateLinkAttachmentConnection = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.PrivateLinkAttachmentConnection` provides a Private Link Attachment Connection resource that enables creating, editing, and deleting Private Link Attachment Connections on Confluent Cloud.
|
|
12
12
|
*
|
package/roleBinding.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
4
4
|
*
|
|
5
5
|
* `confluentcloud.RoleBinding` provides a Role Binding resource that enables creating, reading, and deleting role bindings on Confluent Cloud.
|
|
6
6
|
*
|
package/roleBinding.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.RoleBinding = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.RoleBinding` provides a Role Binding resource that enables creating, reading, and deleting role bindings on Confluent Cloud.
|
|
12
12
|
*
|
package/serviceAccount.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
/**
|
|
3
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
4
4
|
*
|
|
5
5
|
* `confluentcloud.ServiceAccount` provides a Service Account resource that enables creating, editing, and deleting service accounts on Confluent Cloud.
|
|
6
6
|
*
|
package/serviceAccount.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.ServiceAccount = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
11
|
* `confluentcloud.ServiceAccount` provides a Service Account resource that enables creating, editing, and deleting service accounts on Confluent Cloud.
|
|
12
12
|
*
|