@pulumi/confluentcloud 1.39.0 → 1.40.0-alpha.1712399398
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
package/accessPoint.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.AccessPoint` provides a Access Point resource that enables creating, editing, and deleting Access Points on Confluent Cloud.
|
|
8
8
|
*
|
package/accessPoint.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.AccessPoint = 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.AccessPoint` provides a Access Point resource that enables creating, editing, and deleting Access Points on Confluent Cloud.
|
|
12
12
|
*
|
package/byokKey.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.ByokKey` provides a BYOK Key resource that enables creating, editing, and deleting BYOK Key on Confluent Cloud.
|
|
8
8
|
*
|
package/byokKey.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.ByokKey = 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.ByokKey` provides a BYOK Key resource that enables creating, editing, and deleting BYOK Key on Confluent Cloud.
|
|
12
12
|
*
|
package/dnsForwarder.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.DnsForwarder` provides a DNS Forwarder resource that enables creating, editing, and deleting DNS Forwarders on Confluent Cloud.
|
|
8
8
|
*
|
package/dnsForwarder.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.DnsForwarder = 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.DnsForwarder` provides a DNS Forwarder resource that enables creating, editing, and deleting DNS Forwarders on Confluent Cloud.
|
|
12
12
|
*
|
package/dnsRecord.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.DnsRecord` provides a DNS Record resource that enables creating, editing, and deleting DNS Records on Confluent Cloud.
|
|
8
8
|
*
|
package/dnsRecord.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.DnsRecord = 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.DnsRecord` provides a DNS Record resource that enables creating, editing, and deleting DNS Records on Confluent Cloud.
|
|
12
12
|
*
|
package/getAccessPoint.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.AccessPoint` describes a Access Point data source.
|
|
8
8
|
*
|
|
@@ -57,7 +57,7 @@ export interface GetAccessPointResult {
|
|
|
57
57
|
readonly id: string;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
61
61
|
*
|
|
62
62
|
* `confluentcloud.AccessPoint` describes a Access Point data source.
|
|
63
63
|
*
|
package/getAccessPoint.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getAccessPointOutput = exports.getAccessPoint = 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.AccessPoint` describes a Access Point data source.
|
|
12
12
|
*
|
|
@@ -36,7 +36,7 @@ function getAccessPoint(args, opts) {
|
|
|
36
36
|
}
|
|
37
37
|
exports.getAccessPoint = getAccessPoint;
|
|
38
38
|
/**
|
|
39
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
40
40
|
*
|
|
41
41
|
* `confluentcloud.AccessPoint` describes a Access Point data source.
|
|
42
42
|
*
|
package/getByokKey.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
5
5
|
*
|
|
6
6
|
* `confluentcloud.ByokKey` describes a BYOK Key data source.
|
|
7
7
|
*
|
|
@@ -51,7 +51,7 @@ export interface GetByokKeyResult {
|
|
|
51
51
|
readonly id: string;
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
55
55
|
*
|
|
56
56
|
* `confluentcloud.ByokKey` describes a BYOK Key data source.
|
|
57
57
|
*
|
package/getByokKey.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getByokKeyOutput = exports.getByokKey = 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.ByokKey` describes a BYOK Key data source.
|
|
12
12
|
*
|
|
@@ -32,7 +32,7 @@ function getByokKey(args, opts) {
|
|
|
32
32
|
}
|
|
33
33
|
exports.getByokKey = getByokKey;
|
|
34
34
|
/**
|
|
35
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
36
36
|
*
|
|
37
37
|
* `confluentcloud.ByokKey` describes a BYOK Key data source.
|
|
38
38
|
*
|
package/getDnsRecord.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.DnsRecord` describes a DNS Record data source.
|
|
8
8
|
*
|
|
@@ -61,7 +61,7 @@ export interface GetDnsRecordResult {
|
|
|
61
61
|
readonly privateLinkAccessPoints: outputs.GetDnsRecordPrivateLinkAccessPoint[];
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
65
65
|
*
|
|
66
66
|
* `confluentcloud.DnsRecord` describes a DNS Record data source.
|
|
67
67
|
*
|
package/getDnsRecord.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getDnsRecordOutput = exports.getDnsRecord = 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.DnsRecord` describes a DNS Record data source.
|
|
12
12
|
*
|
|
@@ -36,7 +36,7 @@ function getDnsRecord(args, opts) {
|
|
|
36
36
|
}
|
|
37
37
|
exports.getDnsRecord = getDnsRecord;
|
|
38
38
|
/**
|
|
39
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
40
40
|
*
|
|
41
41
|
* `confluentcloud.DnsRecord` describes a DNS Record data source.
|
|
42
42
|
*
|
package/getEnvironment.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.Environment` describes an Environment data source.
|
|
8
8
|
*
|
|
@@ -67,7 +67,7 @@ export interface GetEnvironmentResult {
|
|
|
67
67
|
readonly streamGovernance: outputs.GetEnvironmentStreamGovernance;
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
71
71
|
*
|
|
72
72
|
* `confluentcloud.Environment` describes an Environment data source.
|
|
73
73
|
*
|
package/getEnvironment.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getEnvironmentOutput = exports.getEnvironment = 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.Environment` describes an Environment data source.
|
|
12
12
|
*
|
|
@@ -46,7 +46,7 @@ function getEnvironment(args, opts) {
|
|
|
46
46
|
}
|
|
47
47
|
exports.getEnvironment = getEnvironment;
|
|
48
48
|
/**
|
|
49
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
50
50
|
*
|
|
51
51
|
* `confluentcloud.Environment` describes an Environment data source.
|
|
52
52
|
*
|
package/getEnvironments.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.getEnvironments` describes a data source for Environments.
|
|
6
6
|
*
|
|
@@ -31,7 +31,7 @@ export interface GetEnvironmentsResult {
|
|
|
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.getEnvironments` describes a data source for Environments.
|
|
37
37
|
*
|
package/getEnvironments.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getEnvironmentsOutput = exports.getEnvironments = 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.getEnvironments` describes a data source for Environments.
|
|
12
12
|
*
|
|
@@ -28,7 +28,7 @@ function getEnvironments(opts) {
|
|
|
28
28
|
}
|
|
29
29
|
exports.getEnvironments = getEnvironments;
|
|
30
30
|
/**
|
|
31
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
32
32
|
*
|
|
33
33
|
* `confluentcloud.getEnvironments` describes a data source for Environments.
|
|
34
34
|
*
|
package/getFlinkComputePool.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.FlinkComputePool` describes a Flink Compute Pool data source.
|
|
8
8
|
*
|
|
@@ -92,7 +92,7 @@ export interface GetFlinkComputePoolResult {
|
|
|
92
92
|
readonly resourceName: string;
|
|
93
93
|
}
|
|
94
94
|
/**
|
|
95
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
96
96
|
*
|
|
97
97
|
* `confluentcloud.FlinkComputePool` describes a Flink Compute Pool data source.
|
|
98
98
|
*
|
package/getFlinkComputePool.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getFlinkComputePoolOutput = exports.getFlinkComputePool = 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.FlinkComputePool` describes a Flink Compute Pool data source.
|
|
12
12
|
*
|
|
@@ -44,7 +44,7 @@ function getFlinkComputePool(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getFlinkComputePool = getFlinkComputePool;
|
|
46
46
|
/**
|
|
47
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
48
48
|
*
|
|
49
49
|
* `confluentcloud.FlinkComputePool` describes a Flink Compute Pool data source.
|
|
50
50
|
*
|
package/getFlinkRegion.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.getFlinkRegion` describes a Flink cluster data source.
|
|
6
6
|
*
|
|
@@ -57,7 +57,7 @@ export interface GetFlinkRegionResult {
|
|
|
57
57
|
readonly restEndpoint: string;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
61
61
|
*
|
|
62
62
|
* `confluentcloud.getFlinkRegion` describes a Flink cluster data source.
|
|
63
63
|
*
|
package/getFlinkRegion.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getFlinkRegionOutput = exports.getFlinkRegion = 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.getFlinkRegion` describes a Flink cluster data source.
|
|
12
12
|
*
|
|
@@ -34,7 +34,7 @@ function getFlinkRegion(args, opts) {
|
|
|
34
34
|
}
|
|
35
35
|
exports.getFlinkRegion = getFlinkRegion;
|
|
36
36
|
/**
|
|
37
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
38
38
|
*
|
|
39
39
|
* `confluentcloud.getFlinkRegion` describes a Flink cluster data source.
|
|
40
40
|
*
|
package/getGateway.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.getGateway` describes a Gateway data source.
|
|
8
8
|
*
|
|
@@ -54,7 +54,7 @@ export interface GetGatewayResult {
|
|
|
54
54
|
readonly id: string;
|
|
55
55
|
}
|
|
56
56
|
/**
|
|
57
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
58
58
|
*
|
|
59
59
|
* `confluentcloud.getGateway` describes a Gateway data source.
|
|
60
60
|
*
|
package/getGateway.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getGatewayOutput = exports.getGateway = 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.getGateway` describes a Gateway data source.
|
|
12
12
|
*
|
|
@@ -36,7 +36,7 @@ function getGateway(args, opts) {
|
|
|
36
36
|
}
|
|
37
37
|
exports.getGateway = getGateway;
|
|
38
38
|
/**
|
|
39
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
40
40
|
*
|
|
41
41
|
* `confluentcloud.getGateway` describes a Gateway data source.
|
|
42
42
|
*
|
package/getGroupMapping.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` describes a Group Mapping data source.
|
|
6
6
|
*
|
|
@@ -61,7 +61,7 @@ export interface GetGroupMappingResult {
|
|
|
61
61
|
readonly id: string;
|
|
62
62
|
}
|
|
63
63
|
/**
|
|
64
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
65
65
|
*
|
|
66
66
|
* `confluentcloud.GroupMapping` describes a Group Mapping data source.
|
|
67
67
|
*
|
package/getGroupMapping.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getGroupMappingOutput = exports.getGroupMapping = 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` describes a Group Mapping data source.
|
|
12
12
|
*
|
|
@@ -39,7 +39,7 @@ function getGroupMapping(args, opts) {
|
|
|
39
39
|
}
|
|
40
40
|
exports.getGroupMapping = getGroupMapping;
|
|
41
41
|
/**
|
|
42
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
43
43
|
*
|
|
44
44
|
* `confluentcloud.GroupMapping` describes a Group Mapping data source.
|
|
45
45
|
*
|
package/getIdentityPool.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` describes an Identity Pool data source.
|
|
8
8
|
*
|
|
@@ -80,7 +80,7 @@ export interface GetIdentityPoolResult {
|
|
|
80
80
|
readonly identityProvider: outputs.GetIdentityPoolIdentityProvider;
|
|
81
81
|
}
|
|
82
82
|
/**
|
|
83
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
84
84
|
*
|
|
85
85
|
* `confluentcloud.IdentityPool` describes an Identity Pool data source.
|
|
86
86
|
*
|
package/getIdentityPool.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getIdentityPoolOutput = exports.getIdentityPool = 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` describes an Identity Pool data source.
|
|
12
12
|
*
|
|
@@ -44,7 +44,7 @@ function getIdentityPool(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getIdentityPool = getIdentityPool;
|
|
46
46
|
/**
|
|
47
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
48
48
|
*
|
|
49
49
|
* `confluentcloud.IdentityPool` describes an Identity Pool data source.
|
|
50
50
|
*
|
package/getIdentityProvider.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` describes an Identity Provider data source.
|
|
6
6
|
*
|
|
@@ -64,7 +64,7 @@ export interface GetIdentityProviderResult {
|
|
|
64
64
|
readonly jwksUri: string;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
68
68
|
*
|
|
69
69
|
* `confluentcloud.IdentityProvider` describes an Identity Provider data source.
|
|
70
70
|
*
|
package/getIdentityProvider.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getIdentityProviderOutput = exports.getIdentityProvider = 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` describes an Identity Provider data source.
|
|
12
12
|
*
|
|
@@ -38,7 +38,7 @@ function getIdentityProvider(args, opts) {
|
|
|
38
38
|
}
|
|
39
39
|
exports.getIdentityProvider = getIdentityProvider;
|
|
40
40
|
/**
|
|
41
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
42
42
|
*
|
|
43
43
|
* `confluentcloud.IdentityProvider` describes an Identity Provider data source.
|
|
44
44
|
*
|
package/getInvitation.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "./types/output";
|
|
3
3
|
/**
|
|
4
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
5
5
|
*
|
|
6
6
|
* `confluentcloud.Invitation` describes an Invitation data source.
|
|
7
7
|
*
|
|
@@ -67,7 +67,7 @@ export interface GetInvitationResult {
|
|
|
67
67
|
readonly users: outputs.GetInvitationUser[];
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
71
71
|
*
|
|
72
72
|
* `confluentcloud.Invitation` describes an Invitation data source.
|
|
73
73
|
*
|
package/getInvitation.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getInvitationOutput = exports.getInvitation = 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` describes an Invitation data source.
|
|
12
12
|
*
|
|
@@ -32,7 +32,7 @@ function getInvitation(args, opts) {
|
|
|
32
32
|
}
|
|
33
33
|
exports.getInvitation = getInvitation;
|
|
34
34
|
/**
|
|
35
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
36
36
|
*
|
|
37
37
|
* `confluentcloud.Invitation` describes an Invitation data source.
|
|
38
38
|
*
|
package/getIpAddresses.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
|
* > **Note:** `confluentcloud.getIpAddresses` data source is available in **Preview** for early adopters. Preview features are introduced to gather customer feedback. This feature should be used only for evaluation and non-production testing purposes or to provide feedback to Confluent, particularly as it becomes more widely available in follow-on editions.\
|
|
8
8
|
* **Preview** features are intended for evaluation use in development and testing environments only, and not for production use. The warranty, SLA, and Support Services provisions of your agreement with Confluent do not apply to Preview features. Preview features are considered to be a Proof of Concept as defined in the Confluent Cloud Terms of Service. Confluent may discontinue providing preview releases of the Preview features at any time in Confluent’s sole discretion.
|
|
@@ -53,7 +53,7 @@ export interface GetIpAddressesResult {
|
|
|
53
53
|
readonly ipAddresses: outputs.GetIpAddressesIpAddress[];
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
57
57
|
*
|
|
58
58
|
* > **Note:** `confluentcloud.getIpAddresses` data source is available in **Preview** for early adopters. Preview features are introduced to gather customer feedback. This feature should be used only for evaluation and non-production testing purposes or to provide feedback to Confluent, particularly as it becomes more widely available in follow-on editions.\
|
|
59
59
|
* **Preview** features are intended for evaluation use in development and testing environments only, and not for production use. The warranty, SLA, and Support Services provisions of your agreement with Confluent do not apply to Preview features. Preview features are considered to be a Proof of Concept as defined in the Confluent Cloud Terms of Service. Confluent may discontinue providing preview releases of the Preview features at any time in Confluent’s sole discretion.
|
package/getIpAddresses.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getIpAddressesOutput = exports.getIpAddresses = 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
|
* > **Note:** `confluentcloud.getIpAddresses` data source is available in **Preview** for early adopters. Preview features are introduced to gather customer feedback. This feature should be used only for evaluation and non-production testing purposes or to provide feedback to Confluent, particularly as it becomes more widely available in follow-on editions.\
|
|
12
12
|
* **Preview** features are intended for evaluation use in development and testing environments only, and not for production use. The warranty, SLA, and Support Services provisions of your agreement with Confluent do not apply to Preview features. Preview features are considered to be a Proof of Concept as defined in the Confluent Cloud Terms of Service. Confluent may discontinue providing preview releases of the Preview features at any time in Confluent’s sole discretion.
|
|
@@ -44,7 +44,7 @@ function getIpAddresses(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getIpAddresses = getIpAddresses;
|
|
46
46
|
/**
|
|
47
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
48
48
|
*
|
|
49
49
|
* > **Note:** `confluentcloud.getIpAddresses` data source is available in **Preview** for early adopters. Preview features are introduced to gather customer feedback. This feature should be used only for evaluation and non-production testing purposes or to provide feedback to Confluent, particularly as it becomes more widely available in follow-on editions.\
|
|
50
50
|
* **Preview** features are intended for evaluation use in development and testing environments only, and not for production use. The warranty, SLA, and Support Services provisions of your agreement with Confluent do not apply to Preview features. Preview features are considered to be a Proof of Concept as defined in the Confluent Cloud Terms of Service. Confluent may discontinue providing preview releases of the Preview features at any time in Confluent’s sole discretion.
|