@pulumi/confluentcloud 2.27.0-alpha.1746733902 → 2.27.0
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/apiKey.d.ts +21 -21
- package/apiKey.js +21 -21
- package/clusterLink.d.ts +4 -4
- package/clusterLink.js +4 -4
- package/connector.d.ts +14 -14
- package/connector.js +14 -14
- package/environment.d.ts +21 -21
- package/environment.js +21 -21
- package/getPrivateLinkAttachment.d.ts +4 -4
- package/getPrivateLinkAttachment.js +4 -4
- package/getPrivateLinkAttachmentConnection.d.ts +4 -4
- package/getPrivateLinkAttachmentConnection.js +4 -4
- package/getProviderIntegration.d.ts +2 -2
- package/getProviderIntegration.js +2 -2
- package/kafkaAcl.d.ts +14 -14
- package/kafkaAcl.js +14 -14
- package/kafkaCluster.d.ts +22 -22
- package/kafkaCluster.js +22 -22
- package/kafkaMirrorTopic.d.ts +2 -2
- package/kafkaMirrorTopic.js +2 -2
- package/kafkaTopic.d.ts +21 -21
- package/kafkaTopic.js +21 -21
- package/network.d.ts +15 -15
- package/network.js +15 -15
- package/package.json +2 -2
- package/peering.d.ts +9 -9
- package/peering.js +9 -9
- package/privateLinkAccess.d.ts +6 -6
- package/privateLinkAccess.js +6 -6
- package/privateLinkAttachment.d.ts +2 -2
- package/privateLinkAttachment.js +2 -2
- package/privateLinkAttachmentConnection.d.ts +2 -2
- package/privateLinkAttachmentConnection.js +2 -2
- package/providerIntegration.d.ts +1 -1
- package/providerIntegration.js +1 -1
- package/serviceAccount.d.ts +21 -21
- package/serviceAccount.js +21 -21
- package/tableflowTopic.d.ts +4 -4
- package/tableflowTopic.js +4 -4
- package/transitGatewayAttachment.d.ts +1 -1
- package/transitGatewayAttachment.js +1 -1
package/serviceAccount.js
CHANGED
|
@@ -25,27 +25,27 @@ const utilities = require("./utilities");
|
|
|
25
25
|
* ## Getting Started
|
|
26
26
|
*
|
|
27
27
|
* The following end-to-end examples might help to get started with `confluentcloud.ServiceAccount` resource:
|
|
28
|
-
* *
|
|
29
|
-
* *
|
|
30
|
-
* *
|
|
31
|
-
* *
|
|
32
|
-
* *
|
|
33
|
-
* *
|
|
34
|
-
* *
|
|
35
|
-
* *
|
|
36
|
-
* *
|
|
37
|
-
* *
|
|
38
|
-
* *
|
|
39
|
-
* *
|
|
40
|
-
* *
|
|
41
|
-
* *
|
|
42
|
-
* *
|
|
43
|
-
* *
|
|
44
|
-
* *
|
|
45
|
-
* *
|
|
46
|
-
* *
|
|
47
|
-
* *
|
|
48
|
-
* *
|
|
28
|
+
* * basic-kafka-acls: _Basic_ Kafka cluster with authorization using ACLs
|
|
29
|
+
* * basic-kafka-acls-with-alias: _Basic_ Kafka cluster with authorization using ACLs
|
|
30
|
+
* * standard-kafka-acls: _Standard_ Kafka cluster with authorization using ACLs
|
|
31
|
+
* * standard-kafka-rbac: _Standard_ Kafka cluster with authorization using RBAC
|
|
32
|
+
* * dedicated-public-kafka-acls: _Dedicated_ Kafka cluster that is accessible over the public internet with authorization using ACLs
|
|
33
|
+
* * dedicated-public-kafka-rbac: _Dedicated_ Kafka cluster that is accessible over the public internet with authorization using RBAC
|
|
34
|
+
* * dedicated-privatelink-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
|
|
35
|
+
* * dedicated-privatelink-aws-kafka-rbac: _Dedicated_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using RBAC
|
|
36
|
+
* * dedicated-privatelink-azure-kafka-rbac: _Dedicated_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using RBAC
|
|
37
|
+
* * dedicated-privatelink-azure-kafka-acls: _Dedicated_ Kafka cluster on Azure that is accessible via PrivateLink connections with authorization using ACLs
|
|
38
|
+
* * dedicated-private-service-connect-gcp-kafka-acls: _Dedicated_ Kafka cluster on GCP that is accessible via Private Service Connect connections with authorization using ACLs
|
|
39
|
+
* * dedicated-private-service-connect-gcp-kafka-rbac: _Dedicated_ Kafka cluster on GCP that is accessible via Private Service Connect connections with authorization using RBAC
|
|
40
|
+
* * dedicated-vnet-peering-azure-kafka-acls: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using ACLs
|
|
41
|
+
* * dedicated-vnet-peering-azure-kafka-rbac: _Dedicated_ Kafka cluster on Azure that is accessible via VPC Peering connections with authorization using RBAC
|
|
42
|
+
* * dedicated-vpc-peering-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using ACLs
|
|
43
|
+
* * dedicated-vpc-peering-aws-kafka-rbac: _Dedicated_ Kafka cluster on AWS that is accessible via VPC Peering connections with authorization using RBAC
|
|
44
|
+
* * dedicated-vpc-peering-gcp-kafka-acls: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using ACLs
|
|
45
|
+
* * dedicated-vpc-peering-gcp-kafka-rbac: _Dedicated_ Kafka cluster on GCP that is accessible via VPC Peering connections with authorization using RBAC
|
|
46
|
+
* * dedicated-transit-gateway-attachment-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using ACLs
|
|
47
|
+
* * dedicated-transit-gateway-attachment-aws-kafka-rbac: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using RBAC
|
|
48
|
+
* * enterprise-privatelinkattachment-aws-kafka-acls: _Enterprise_ Kafka cluster on AWS that is accessible via PrivateLink connections with authorization using ACLs
|
|
49
49
|
*
|
|
50
50
|
* ## Import
|
|
51
51
|
*
|
package/tableflowTopic.d.ts
CHANGED
|
@@ -54,10 +54,10 @@ import * as outputs from "./types/output";
|
|
|
54
54
|
* ## Getting Started
|
|
55
55
|
*
|
|
56
56
|
* The following end-to-end examples might help to get started with `confluentcloud.TableflowTopic` resource:
|
|
57
|
-
* *
|
|
58
|
-
* *
|
|
59
|
-
* *
|
|
60
|
-
* *
|
|
57
|
+
* * confluent-managed-storage: Tableflow topic with Confluent-managed storage.
|
|
58
|
+
* * byob-aws-storage: Tableflow topic with custom (BYOB AWS) storage.
|
|
59
|
+
* * datagen-connector-byob-aws-storage: Datagen Source connector with a Tableflow topic with custom (BYOB AWS) storage.
|
|
60
|
+
* * datagen-connector-confluent-managed-storage: Datagen Source connector with a Tableflow topic with Confluent-managed storage.
|
|
61
61
|
*
|
|
62
62
|
* ## Import
|
|
63
63
|
*
|
package/tableflowTopic.js
CHANGED
|
@@ -58,10 +58,10 @@ const utilities = require("./utilities");
|
|
|
58
58
|
* ## Getting Started
|
|
59
59
|
*
|
|
60
60
|
* The following end-to-end examples might help to get started with `confluentcloud.TableflowTopic` resource:
|
|
61
|
-
* *
|
|
62
|
-
* *
|
|
63
|
-
* *
|
|
64
|
-
* *
|
|
61
|
+
* * confluent-managed-storage: Tableflow topic with Confluent-managed storage.
|
|
62
|
+
* * byob-aws-storage: Tableflow topic with custom (BYOB AWS) storage.
|
|
63
|
+
* * datagen-connector-byob-aws-storage: Datagen Source connector with a Tableflow topic with custom (BYOB AWS) storage.
|
|
64
|
+
* * datagen-connector-confluent-managed-storage: Datagen Source connector with a Tableflow topic with Confluent-managed storage.
|
|
65
65
|
*
|
|
66
66
|
* ## Import
|
|
67
67
|
*
|
|
@@ -45,7 +45,7 @@ import * as outputs from "./types/output";
|
|
|
45
45
|
* ## Getting Started
|
|
46
46
|
*
|
|
47
47
|
* The following end-to-end examples might help to get started with `confluentcloud.TransitGatewayAttachment` resource:
|
|
48
|
-
* *
|
|
48
|
+
* * dedicated-transit-gateway-attachment-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using ACLs
|
|
49
49
|
* * enterprise-privatelinkattachment-aws-kafka-acls
|
|
50
50
|
*
|
|
51
51
|
* ## Import
|
|
@@ -49,7 +49,7 @@ const utilities = require("./utilities");
|
|
|
49
49
|
* ## Getting Started
|
|
50
50
|
*
|
|
51
51
|
* The following end-to-end examples might help to get started with `confluentcloud.TransitGatewayAttachment` resource:
|
|
52
|
-
* *
|
|
52
|
+
* * dedicated-transit-gateway-attachment-aws-kafka-acls: _Dedicated_ Kafka cluster on AWS that is accessible via Transit Gateway Endpoint with authorization using ACLs
|
|
53
53
|
* * enterprise-privatelinkattachment-aws-kafka-acls
|
|
54
54
|
*
|
|
55
55
|
* ## Import
|