@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
package/getKafkaClientQuota.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.KafkaClientQuota` describes a Kafka Client Quota.
|
|
7
7
|
*
|
|
@@ -65,7 +65,7 @@ export interface GetKafkaClientQuotaResult {
|
|
|
65
65
|
readonly throughputs: outputs.GetKafkaClientQuotaThroughput[];
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
69
69
|
*
|
|
70
70
|
* `confluentcloud.KafkaClientQuota` describes a Kafka Client Quota.
|
|
71
71
|
*
|
package/getKafkaClientQuota.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getKafkaClientQuotaOutput = exports.getKafkaClientQuota = 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.KafkaClientQuota` describes a Kafka Client Quota.
|
|
12
12
|
*
|
|
@@ -34,7 +34,7 @@ function getKafkaClientQuota(args, opts) {
|
|
|
34
34
|
}
|
|
35
35
|
exports.getKafkaClientQuota = getKafkaClientQuota;
|
|
36
36
|
/**
|
|
37
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
38
38
|
*
|
|
39
39
|
* `confluentcloud.KafkaClientQuota` describes a Kafka Client Quota.
|
|
40
40
|
*
|
package/getKafkaCluster.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.KafkaCluster` describes a Kafka cluster data source.
|
|
8
8
|
*
|
|
@@ -134,7 +134,7 @@ export interface GetKafkaClusterResult {
|
|
|
134
134
|
readonly standards?: outputs.GetKafkaClusterStandard[];
|
|
135
135
|
}
|
|
136
136
|
/**
|
|
137
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
138
138
|
*
|
|
139
139
|
* `confluentcloud.KafkaCluster` describes a Kafka cluster data source.
|
|
140
140
|
*
|
package/getKafkaCluster.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getKafkaClusterOutput = exports.getKafkaCluster = 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.KafkaCluster` describes a Kafka cluster data source.
|
|
12
12
|
*
|
|
@@ -48,7 +48,7 @@ function getKafkaCluster(args, opts) {
|
|
|
48
48
|
}
|
|
49
49
|
exports.getKafkaCluster = getKafkaCluster;
|
|
50
50
|
/**
|
|
51
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
52
52
|
*
|
|
53
53
|
* `confluentcloud.KafkaCluster` describes a Kafka cluster data source.
|
|
54
54
|
*
|
package/getKsqlCluster.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* ## # confluentcloud.KsqlCluster Data Source
|
|
6
6
|
*
|
|
7
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
8
8
|
*
|
|
9
9
|
* `confluentcloud.KsqlCluster` describes a ksqlDB cluster data source.
|
|
10
10
|
*
|
|
@@ -103,7 +103,7 @@ export interface GetKsqlClusterResult {
|
|
|
103
103
|
/**
|
|
104
104
|
* ## # confluentcloud.KsqlCluster Data Source
|
|
105
105
|
*
|
|
106
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
107
107
|
*
|
|
108
108
|
* `confluentcloud.KsqlCluster` describes a ksqlDB cluster data source.
|
|
109
109
|
*
|
package/getKsqlCluster.js
CHANGED
|
@@ -8,7 +8,7 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## # confluentcloud.KsqlCluster Data Source
|
|
10
10
|
*
|
|
11
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
12
12
|
*
|
|
13
13
|
* `confluentcloud.KsqlCluster` describes a ksqlDB cluster data source.
|
|
14
14
|
*
|
|
@@ -48,7 +48,7 @@ exports.getKsqlCluster = getKsqlCluster;
|
|
|
48
48
|
/**
|
|
49
49
|
* ## # confluentcloud.KsqlCluster Data Source
|
|
50
50
|
*
|
|
51
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
52
52
|
*
|
|
53
53
|
* `confluentcloud.KsqlCluster` describes a ksqlDB cluster data source.
|
|
54
54
|
*
|
|
@@ -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.NetworkLinkEndpoint` describes a Network Link Endpoint data source.
|
|
8
8
|
*
|
|
@@ -65,7 +65,7 @@ export interface GetNetworkLinkEndpointResult {
|
|
|
65
65
|
readonly resourceName: string;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
69
69
|
*
|
|
70
70
|
* `confluentcloud.NetworkLinkEndpoint` describes a Network Link Endpoint data source.
|
|
71
71
|
*
|
|
@@ -6,7 +6,7 @@ exports.getNetworkLinkEndpointOutput = exports.getNetworkLinkEndpoint = 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.NetworkLinkEndpoint` describes a Network Link Endpoint data source.
|
|
12
12
|
*
|
|
@@ -36,7 +36,7 @@ function getNetworkLinkEndpoint(args, opts) {
|
|
|
36
36
|
}
|
|
37
37
|
exports.getNetworkLinkEndpoint = getNetworkLinkEndpoint;
|
|
38
38
|
/**
|
|
39
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
40
40
|
*
|
|
41
41
|
* `confluentcloud.NetworkLinkEndpoint` describes a Network Link Endpoint data source.
|
|
42
42
|
*
|
|
@@ -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.NetworkLinkService` describes a Network Link Service data source.
|
|
8
8
|
*
|
|
@@ -69,7 +69,7 @@ export interface GetNetworkLinkServiceResult {
|
|
|
69
69
|
readonly resourceName: string;
|
|
70
70
|
}
|
|
71
71
|
/**
|
|
72
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
73
73
|
*
|
|
74
74
|
* `confluentcloud.NetworkLinkService` describes a Network Link Service data source.
|
|
75
75
|
*
|
package/getNetworkLinkService.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getNetworkLinkServiceOutput = exports.getNetworkLinkService = 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.NetworkLinkService` describes a Network Link Service data source.
|
|
12
12
|
*
|
|
@@ -37,7 +37,7 @@ function getNetworkLinkService(args, opts) {
|
|
|
37
37
|
}
|
|
38
38
|
exports.getNetworkLinkService = getNetworkLinkService;
|
|
39
39
|
/**
|
|
40
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
41
41
|
*
|
|
42
42
|
* `confluentcloud.NetworkLinkService` describes a Network Link Service data source.
|
|
43
43
|
*
|
package/getOrganization.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.getOrganization` describes an Organization data source.
|
|
6
6
|
*
|
|
@@ -31,7 +31,7 @@ export interface GetOrganizationResult {
|
|
|
31
31
|
readonly resourceName: string;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
35
35
|
*
|
|
36
36
|
* `confluentcloud.getOrganization` describes an Organization data source.
|
|
37
37
|
*
|
package/getOrganization.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getOrganizationOutput = exports.getOrganization = 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.getOrganization` describes an Organization data source.
|
|
12
12
|
*
|
|
@@ -28,7 +28,7 @@ function getOrganization(opts) {
|
|
|
28
28
|
}
|
|
29
29
|
exports.getOrganization = getOrganization;
|
|
30
30
|
/**
|
|
31
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
32
32
|
*
|
|
33
33
|
* `confluentcloud.getOrganization` describes an Organization data source.
|
|
34
34
|
*
|
package/getPeering.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.Peering` describes a Peering data source.
|
|
8
8
|
*
|
|
@@ -84,7 +84,7 @@ export interface GetPeeringResult {
|
|
|
84
84
|
readonly networks: outputs.GetPeeringNetwork[];
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
88
88
|
*
|
|
89
89
|
* `confluentcloud.Peering` describes a Peering data source.
|
|
90
90
|
*
|
package/getPeering.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getPeeringOutput = exports.getPeering = 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.Peering` describes a Peering data source.
|
|
12
12
|
*
|
|
@@ -44,7 +44,7 @@ function getPeering(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getPeering = getPeering;
|
|
46
46
|
/**
|
|
47
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
48
48
|
*
|
|
49
49
|
* `confluentcloud.Peering` describes a Peering data source.
|
|
50
50
|
*
|
|
@@ -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.PrivateLinkAccess` describes a Private Link Access data source.
|
|
8
8
|
*
|
|
@@ -84,7 +84,7 @@ export interface GetPrivateLinkAccessResult {
|
|
|
84
84
|
readonly networks: outputs.GetPrivateLinkAccessNetwork[];
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
88
88
|
*
|
|
89
89
|
* `confluentcloud.PrivateLinkAccess` describes a Private Link Access data source.
|
|
90
90
|
*
|
package/getPrivateLinkAccess.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getPrivateLinkAccessOutput = exports.getPrivateLinkAccess = 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.PrivateLinkAccess` describes a Private Link Access data source.
|
|
12
12
|
*
|
|
@@ -44,7 +44,7 @@ function getPrivateLinkAccess(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getPrivateLinkAccess = getPrivateLinkAccess;
|
|
46
46
|
/**
|
|
47
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
48
48
|
*
|
|
49
49
|
* `confluentcloud.PrivateLinkAccess` describes a Private Link Access data source.
|
|
50
50
|
*
|
|
@@ -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` describes a Private Link Attachment data source.
|
|
8
8
|
*
|
|
@@ -77,7 +77,7 @@ export interface GetPrivateLinkAttachmentResult {
|
|
|
77
77
|
readonly resourceName: string;
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
81
81
|
*
|
|
82
82
|
* `confluentcloud.PrivateLinkAttachment` describes a Private Link Attachment data source.
|
|
83
83
|
*
|
|
@@ -6,7 +6,7 @@ exports.getPrivateLinkAttachmentOutput = exports.getPrivateLinkAttachment = void
|
|
|
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` describes a Private Link Attachment data source.
|
|
12
12
|
*
|
|
@@ -41,7 +41,7 @@ function getPrivateLinkAttachment(args, opts) {
|
|
|
41
41
|
}
|
|
42
42
|
exports.getPrivateLinkAttachment = getPrivateLinkAttachment;
|
|
43
43
|
/**
|
|
44
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
45
45
|
*
|
|
46
46
|
* `confluentcloud.PrivateLinkAttachment` describes a Private Link Attachment data source.
|
|
47
47
|
*
|
|
@@ -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` describes a Private Link Attachment Connection data source.
|
|
8
8
|
*
|
|
@@ -71,7 +71,7 @@ export interface GetPrivateLinkAttachmentConnectionResult {
|
|
|
71
71
|
readonly resourceName: string;
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
75
75
|
*
|
|
76
76
|
* `confluentcloud.PrivateLinkAttachmentConnection` describes a Private Link Attachment Connection data source.
|
|
77
77
|
*
|
|
@@ -6,7 +6,7 @@ exports.getPrivateLinkAttachmentConnectionOutput = exports.getPrivateLinkAttachm
|
|
|
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` describes a Private Link Attachment Connection data source.
|
|
12
12
|
*
|
|
@@ -41,7 +41,7 @@ function getPrivateLinkAttachmentConnection(args, opts) {
|
|
|
41
41
|
}
|
|
42
42
|
exports.getPrivateLinkAttachmentConnection = getPrivateLinkAttachmentConnection;
|
|
43
43
|
/**
|
|
44
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
45
45
|
*
|
|
46
46
|
* `confluentcloud.PrivateLinkAttachmentConnection` describes a Private Link Attachment Connection data source.
|
|
47
47
|
*
|
package/getRoleBinding.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` describes a Role Binding.
|
|
6
6
|
*
|
|
@@ -49,7 +49,7 @@ export interface GetRoleBindingResult {
|
|
|
49
49
|
readonly roleName: string;
|
|
50
50
|
}
|
|
51
51
|
/**
|
|
52
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
53
53
|
*
|
|
54
54
|
* `confluentcloud.RoleBinding` describes a Role Binding.
|
|
55
55
|
*
|
package/getRoleBinding.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getRoleBindingOutput = exports.getRoleBinding = 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` describes a Role Binding.
|
|
12
12
|
*
|
|
@@ -34,7 +34,7 @@ function getRoleBinding(args, opts) {
|
|
|
34
34
|
}
|
|
35
35
|
exports.getRoleBinding = getRoleBinding;
|
|
36
36
|
/**
|
|
37
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
38
38
|
*
|
|
39
39
|
* `confluentcloud.RoleBinding` describes a Role Binding.
|
|
40
40
|
*
|
|
@@ -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.SchemaRegistryCluster` describes a Schema Registry cluster data source.
|
|
8
8
|
*
|
|
@@ -86,7 +86,7 @@ export interface GetSchemaRegistryClusterResult {
|
|
|
86
86
|
readonly restEndpoint: string;
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
90
90
|
*
|
|
91
91
|
* `confluentcloud.SchemaRegistryCluster` describes a Schema Registry cluster data source.
|
|
92
92
|
*
|
|
@@ -6,7 +6,7 @@ exports.getSchemaRegistryClusterOutput = exports.getSchemaRegistryCluster = void
|
|
|
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.SchemaRegistryCluster` describes a Schema Registry cluster data source.
|
|
12
12
|
*
|
|
@@ -44,7 +44,7 @@ function getSchemaRegistryCluster(args, opts) {
|
|
|
44
44
|
}
|
|
45
45
|
exports.getSchemaRegistryCluster = getSchemaRegistryCluster;
|
|
46
46
|
/**
|
|
47
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
48
48
|
*
|
|
49
49
|
* `confluentcloud.SchemaRegistryCluster` describes a Schema Registry cluster data source.
|
|
50
50
|
*
|
|
@@ -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.getSchemaRegistryClusters` describes a data source for Schema Registry Clusters.
|
|
7
7
|
*
|
|
@@ -31,7 +31,7 @@ export interface GetSchemaRegistryClustersResult {
|
|
|
31
31
|
readonly id: string;
|
|
32
32
|
}
|
|
33
33
|
/**
|
|
34
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
35
35
|
*
|
|
36
36
|
* `confluentcloud.getSchemaRegistryClusters` describes a data source for Schema Registry Clusters.
|
|
37
37
|
*
|
|
@@ -6,7 +6,7 @@ exports.getSchemaRegistryClustersOutput = exports.getSchemaRegistryClusters = vo
|
|
|
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.getSchemaRegistryClusters` describes a data source for Schema Registry Clusters.
|
|
12
12
|
*
|
|
@@ -27,7 +27,7 @@ function getSchemaRegistryClusters(opts) {
|
|
|
27
27
|
}
|
|
28
28
|
exports.getSchemaRegistryClusters = getSchemaRegistryClusters;
|
|
29
29
|
/**
|
|
30
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
31
31
|
*
|
|
32
32
|
* `confluentcloud.getSchemaRegistryClusters` describes a data source for Schema Registry Clusters.
|
|
33
33
|
*
|
|
@@ -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.getSchemaRegistryRegion` describes a Schema Registry cluster data source.
|
|
6
6
|
*
|
|
@@ -57,7 +57,7 @@ export interface GetSchemaRegistryRegionResult {
|
|
|
57
57
|
readonly region: string;
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
61
61
|
*
|
|
62
62
|
* `confluentcloud.getSchemaRegistryRegion` describes a Schema Registry cluster data source.
|
|
63
63
|
*
|
|
@@ -6,7 +6,7 @@ exports.getSchemaRegistryRegionOutput = exports.getSchemaRegistryRegion = 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.getSchemaRegistryRegion` describes a Schema Registry cluster data source.
|
|
12
12
|
*
|
|
@@ -40,7 +40,7 @@ function getSchemaRegistryRegion(args, opts) {
|
|
|
40
40
|
}
|
|
41
41
|
exports.getSchemaRegistryRegion = getSchemaRegistryRegion;
|
|
42
42
|
/**
|
|
43
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
44
44
|
*
|
|
45
45
|
* `confluentcloud.getSchemaRegistryRegion` describes a Schema Registry cluster data source.
|
|
46
46
|
*
|
package/getServiceAccount.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` describes a Service Account data source.
|
|
6
6
|
*
|
|
@@ -64,7 +64,7 @@ export interface GetServiceAccountResult {
|
|
|
64
64
|
readonly kind: string;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
68
68
|
*
|
|
69
69
|
* `confluentcloud.ServiceAccount` describes a Service Account data source.
|
|
70
70
|
*
|
package/getServiceAccount.js
CHANGED
|
@@ -6,7 +6,7 @@ exports.getServiceAccountOutput = exports.getServiceAccount = 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` describes a Service Account data source.
|
|
12
12
|
*
|
|
@@ -38,7 +38,7 @@ function getServiceAccount(args, opts) {
|
|
|
38
38
|
}
|
|
39
39
|
exports.getServiceAccount = getServiceAccount;
|
|
40
40
|
/**
|
|
41
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
42
42
|
*
|
|
43
43
|
* `confluentcloud.ServiceAccount` describes a Service Account data source.
|
|
44
44
|
*
|
|
@@ -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.TransitGatewayAttachment` describes a Transit Gateway Attachment data source.
|
|
8
8
|
*
|
|
@@ -76,7 +76,7 @@ export interface GetTransitGatewayAttachmentResult {
|
|
|
76
76
|
readonly networks: outputs.GetTransitGatewayAttachmentNetwork[];
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
79
|
-
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
80
80
|
*
|
|
81
81
|
* `confluentcloud.TransitGatewayAttachment` describes a Transit Gateway Attachment data source.
|
|
82
82
|
*
|