@pulumi/confluentcloud 1.4.0 → 1.5.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/connector.d.ts +6 -6
- package/getKafkaClientQuota.d.ts +3 -0
- package/getKafkaClientQuota.js +3 -0
- package/getKafkaClientQuota.js.map +1 -1
- package/getKsqlCluster.d.ts +3 -0
- package/getKsqlCluster.js +3 -0
- package/getKsqlCluster.js.map +1 -1
- package/getStreamGovernanceRegion.d.ts +71 -0
- package/getStreamGovernanceRegion.js +46 -0
- package/getStreamGovernanceRegion.js.map +1 -0
- package/getStreatGovernanceCluster.d.ts +96 -0
- package/getStreatGovernanceCluster.js +54 -0
- package/getStreatGovernanceCluster.js.map +1 -0
- package/getTransitGatewayAttachment.d.ts +83 -0
- package/getTransitGatewayAttachment.js +54 -0
- package/getTransitGatewayAttachment.js.map +1 -0
- package/identityPool.d.ts +0 -3
- package/identityPool.js +0 -3
- package/identityPool.js.map +1 -1
- package/identityProvider.d.ts +0 -3
- package/identityProvider.js +0 -3
- package/identityProvider.js.map +1 -1
- package/index.d.ts +15 -0
- package/index.js +21 -1
- package/index.js.map +1 -1
- package/kafkaAcl.d.ts +3 -3
- package/kafkaClusterConfig.d.ts +3 -0
- package/kafkaClusterConfig.js +3 -0
- package/kafkaClusterConfig.js.map +1 -1
- package/kafkaTopic.d.ts +1 -1
- package/kafkaTopic.js +1 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/streamGovernanceCluster.d.ts +139 -0
- package/streamGovernanceCluster.js +106 -0
- package/streamGovernanceCluster.js.map +1 -0
- package/transitGatewayAttachment.d.ts +100 -0
- package/transitGatewayAttachment.js +72 -0
- package/transitGatewayAttachment.js.map +1 -0
- package/types/input.d.ts +115 -33
- package/types/output.d.ts +112 -12
package/index.d.ts
CHANGED
|
@@ -48,6 +48,15 @@ export declare const getRoleBindingOutput: typeof import("./getRoleBinding").get
|
|
|
48
48
|
export { GetServiceAccountArgs, GetServiceAccountResult, GetServiceAccountOutputArgs } from "./getServiceAccount";
|
|
49
49
|
export declare const getServiceAccount: typeof import("./getServiceAccount").getServiceAccount;
|
|
50
50
|
export declare const getServiceAccountOutput: typeof import("./getServiceAccount").getServiceAccountOutput;
|
|
51
|
+
export { GetStreamGovernanceRegionArgs, GetStreamGovernanceRegionResult, GetStreamGovernanceRegionOutputArgs } from "./getStreamGovernanceRegion";
|
|
52
|
+
export declare const getStreamGovernanceRegion: typeof import("./getStreamGovernanceRegion").getStreamGovernanceRegion;
|
|
53
|
+
export declare const getStreamGovernanceRegionOutput: typeof import("./getStreamGovernanceRegion").getStreamGovernanceRegionOutput;
|
|
54
|
+
export { GetStreatGovernanceClusterArgs, GetStreatGovernanceClusterResult, GetStreatGovernanceClusterOutputArgs } from "./getStreatGovernanceCluster";
|
|
55
|
+
export declare const getStreatGovernanceCluster: typeof import("./getStreatGovernanceCluster").getStreatGovernanceCluster;
|
|
56
|
+
export declare const getStreatGovernanceClusterOutput: typeof import("./getStreatGovernanceCluster").getStreatGovernanceClusterOutput;
|
|
57
|
+
export { GetTransitGatewayAttachmentArgs, GetTransitGatewayAttachmentResult, GetTransitGatewayAttachmentOutputArgs } from "./getTransitGatewayAttachment";
|
|
58
|
+
export declare const getTransitGatewayAttachment: typeof import("./getTransitGatewayAttachment").getTransitGatewayAttachment;
|
|
59
|
+
export declare const getTransitGatewayAttachmentOutput: typeof import("./getTransitGatewayAttachment").getTransitGatewayAttachmentOutput;
|
|
51
60
|
export { GetUserArgs, GetUserResult, GetUserOutputArgs } from "./getUser";
|
|
52
61
|
export declare const getUser: typeof import("./getUser").getUser;
|
|
53
62
|
export declare const getUserOutput: typeof import("./getUser").getUserOutput;
|
|
@@ -96,6 +105,12 @@ export declare const RoleBinding: typeof import("./roleBinding").RoleBinding;
|
|
|
96
105
|
export { ServiceAccountArgs, ServiceAccountState } from "./serviceAccount";
|
|
97
106
|
export declare type ServiceAccount = import("./serviceAccount").ServiceAccount;
|
|
98
107
|
export declare const ServiceAccount: typeof import("./serviceAccount").ServiceAccount;
|
|
108
|
+
export { StreamGovernanceClusterArgs, StreamGovernanceClusterState } from "./streamGovernanceCluster";
|
|
109
|
+
export declare type StreamGovernanceCluster = import("./streamGovernanceCluster").StreamGovernanceCluster;
|
|
110
|
+
export declare const StreamGovernanceCluster: typeof import("./streamGovernanceCluster").StreamGovernanceCluster;
|
|
111
|
+
export { TransitGatewayAttachmentArgs, TransitGatewayAttachmentState } from "./transitGatewayAttachment";
|
|
112
|
+
export declare type TransitGatewayAttachment = import("./transitGatewayAttachment").TransitGatewayAttachment;
|
|
113
|
+
export declare const TransitGatewayAttachment: typeof import("./transitGatewayAttachment").TransitGatewayAttachment;
|
|
99
114
|
import * as config from "./config";
|
|
100
115
|
import * as types from "./types";
|
|
101
116
|
export { config, types, };
|
package/index.js
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
5
|
+
exports.Provider = exports.PrivateLinkAccess = exports.Peering = exports.Network = exports.KsqlCluster = exports.KafkaTopic = exports.KafkaMirrorTopic = exports.KafkaClusterConfig = exports.KafkaCluster = exports.KafkaClientQuota = exports.KafkaAcl = exports.IdentityProvider = exports.IdentityPool = exports.getUserOutput = exports.getUser = exports.getTransitGatewayAttachmentOutput = exports.getTransitGatewayAttachment = exports.getStreatGovernanceClusterOutput = exports.getStreatGovernanceCluster = exports.getStreamGovernanceRegionOutput = exports.getStreamGovernanceRegion = exports.getServiceAccountOutput = exports.getServiceAccount = exports.getRoleBindingOutput = exports.getRoleBinding = exports.getPrivateLinkAccessOutput = exports.getPrivateLinkAccess = exports.getPeeringOutput = exports.getPeering = exports.getOrganization = exports.getNetworkOutput = exports.getNetwork = exports.getKsqlClusterOutput = exports.getKsqlCluster = exports.getKafkaTopicOutput = exports.getKafkaTopic = exports.getKafkaClusterOutput = exports.getKafkaCluster = exports.getKafkaClientQuotaOutput = exports.getKafkaClientQuota = exports.getIdentityProviderOutput = exports.getIdentityProvider = exports.getIdentityPoolOutput = exports.getIdentityPool = exports.getEnvironmentOutput = exports.getEnvironment = exports.Environment = exports.Connector = exports.ClusterLink = exports.ApiKey = void 0;
|
|
6
|
+
exports.types = exports.config = exports.TransitGatewayAttachment = exports.StreamGovernanceCluster = exports.ServiceAccount = exports.RoleBinding = void 0;
|
|
6
7
|
const pulumi = require("@pulumi/pulumi");
|
|
7
8
|
const utilities = require("./utilities");
|
|
8
9
|
exports.ApiKey = null;
|
|
@@ -34,6 +35,12 @@ exports.getRoleBinding = null;
|
|
|
34
35
|
exports.getRoleBindingOutput = null;
|
|
35
36
|
exports.getServiceAccount = null;
|
|
36
37
|
exports.getServiceAccountOutput = null;
|
|
38
|
+
exports.getStreamGovernanceRegion = null;
|
|
39
|
+
exports.getStreamGovernanceRegionOutput = null;
|
|
40
|
+
exports.getStreatGovernanceCluster = null;
|
|
41
|
+
exports.getStreatGovernanceClusterOutput = null;
|
|
42
|
+
exports.getTransitGatewayAttachment = null;
|
|
43
|
+
exports.getTransitGatewayAttachmentOutput = null;
|
|
37
44
|
exports.getUser = null;
|
|
38
45
|
exports.getUserOutput = null;
|
|
39
46
|
exports.IdentityPool = null;
|
|
@@ -51,6 +58,8 @@ exports.PrivateLinkAccess = null;
|
|
|
51
58
|
exports.Provider = null;
|
|
52
59
|
exports.RoleBinding = null;
|
|
53
60
|
exports.ServiceAccount = null;
|
|
61
|
+
exports.StreamGovernanceCluster = null;
|
|
62
|
+
exports.TransitGatewayAttachment = null;
|
|
54
63
|
utilities.lazyLoad(exports, ["ApiKey"], () => require("./apiKey"));
|
|
55
64
|
utilities.lazyLoad(exports, ["ClusterLink"], () => require("./clusterLink"));
|
|
56
65
|
utilities.lazyLoad(exports, ["Connector"], () => require("./connector"));
|
|
@@ -68,6 +77,9 @@ utilities.lazyLoad(exports, ["getPeering", "getPeeringOutput"], () => require(".
|
|
|
68
77
|
utilities.lazyLoad(exports, ["getPrivateLinkAccess", "getPrivateLinkAccessOutput"], () => require("./getPrivateLinkAccess"));
|
|
69
78
|
utilities.lazyLoad(exports, ["getRoleBinding", "getRoleBindingOutput"], () => require("./getRoleBinding"));
|
|
70
79
|
utilities.lazyLoad(exports, ["getServiceAccount", "getServiceAccountOutput"], () => require("./getServiceAccount"));
|
|
80
|
+
utilities.lazyLoad(exports, ["getStreamGovernanceRegion", "getStreamGovernanceRegionOutput"], () => require("./getStreamGovernanceRegion"));
|
|
81
|
+
utilities.lazyLoad(exports, ["getStreatGovernanceCluster", "getStreatGovernanceClusterOutput"], () => require("./getStreatGovernanceCluster"));
|
|
82
|
+
utilities.lazyLoad(exports, ["getTransitGatewayAttachment", "getTransitGatewayAttachmentOutput"], () => require("./getTransitGatewayAttachment"));
|
|
71
83
|
utilities.lazyLoad(exports, ["getUser", "getUserOutput"], () => require("./getUser"));
|
|
72
84
|
utilities.lazyLoad(exports, ["IdentityPool"], () => require("./identityPool"));
|
|
73
85
|
utilities.lazyLoad(exports, ["IdentityProvider"], () => require("./identityProvider"));
|
|
@@ -84,6 +96,8 @@ utilities.lazyLoad(exports, ["PrivateLinkAccess"], () => require("./privateLinkA
|
|
|
84
96
|
utilities.lazyLoad(exports, ["Provider"], () => require("./provider"));
|
|
85
97
|
utilities.lazyLoad(exports, ["RoleBinding"], () => require("./roleBinding"));
|
|
86
98
|
utilities.lazyLoad(exports, ["ServiceAccount"], () => require("./serviceAccount"));
|
|
99
|
+
utilities.lazyLoad(exports, ["StreamGovernanceCluster"], () => require("./streamGovernanceCluster"));
|
|
100
|
+
utilities.lazyLoad(exports, ["TransitGatewayAttachment"], () => require("./transitGatewayAttachment"));
|
|
87
101
|
// Export sub-modules:
|
|
88
102
|
const config = require("./config");
|
|
89
103
|
exports.config = config;
|
|
@@ -129,6 +143,10 @@ const _module = {
|
|
|
129
143
|
return new exports.RoleBinding(name, undefined, { urn });
|
|
130
144
|
case "confluentcloud:index/serviceAccount:ServiceAccount":
|
|
131
145
|
return new exports.ServiceAccount(name, undefined, { urn });
|
|
146
|
+
case "confluentcloud:index/streamGovernanceCluster:StreamGovernanceCluster":
|
|
147
|
+
return new exports.StreamGovernanceCluster(name, undefined, { urn });
|
|
148
|
+
case "confluentcloud:index/transitGatewayAttachment:TransitGatewayAttachment":
|
|
149
|
+
return new exports.TransitGatewayAttachment(name, undefined, { urn });
|
|
132
150
|
default:
|
|
133
151
|
throw new Error(`unknown resource type ${type}`);
|
|
134
152
|
}
|
|
@@ -152,6 +170,8 @@ pulumi.runtime.registerResourceModule("confluentcloud", "index/peering", _module
|
|
|
152
170
|
pulumi.runtime.registerResourceModule("confluentcloud", "index/privateLinkAccess", _module);
|
|
153
171
|
pulumi.runtime.registerResourceModule("confluentcloud", "index/roleBinding", _module);
|
|
154
172
|
pulumi.runtime.registerResourceModule("confluentcloud", "index/serviceAccount", _module);
|
|
173
|
+
pulumi.runtime.registerResourceModule("confluentcloud", "index/streamGovernanceCluster", _module);
|
|
174
|
+
pulumi.runtime.registerResourceModule("confluentcloud", "index/transitGatewayAttachment", _module);
|
|
155
175
|
pulumi.runtime.registerResourcePackage("confluentcloud", {
|
|
156
176
|
version: utilities.getVersion(),
|
|
157
177
|
constructProvider: (name, type, urn) => {
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
package/kafkaAcl.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ export declare class KafkaAcl extends pulumi.CustomResource {
|
|
|
42
42
|
*/
|
|
43
43
|
readonly operation: pulumi.Output<string>;
|
|
44
44
|
/**
|
|
45
|
-
* The pattern type for the ACL. Accepted values are: `
|
|
45
|
+
* The pattern type for the ACL. Accepted values are: `LITERAL` and `PREFIXED`.
|
|
46
46
|
*/
|
|
47
47
|
readonly patternType: pulumi.Output<string>;
|
|
48
48
|
/**
|
|
@@ -92,7 +92,7 @@ export interface KafkaAclState {
|
|
|
92
92
|
*/
|
|
93
93
|
operation?: pulumi.Input<string>;
|
|
94
94
|
/**
|
|
95
|
-
* The pattern type for the ACL. Accepted values are: `
|
|
95
|
+
* The pattern type for the ACL. Accepted values are: `LITERAL` and `PREFIXED`.
|
|
96
96
|
*/
|
|
97
97
|
patternType?: pulumi.Input<string>;
|
|
98
98
|
/**
|
|
@@ -134,7 +134,7 @@ export interface KafkaAclArgs {
|
|
|
134
134
|
*/
|
|
135
135
|
operation: pulumi.Input<string>;
|
|
136
136
|
/**
|
|
137
|
-
* The pattern type for the ACL. Accepted values are: `
|
|
137
|
+
* The pattern type for the ACL. Accepted values are: `LITERAL` and `PREFIXED`.
|
|
138
138
|
*/
|
|
139
139
|
patternType: pulumi.Input<string>;
|
|
140
140
|
/**
|
package/kafkaClusterConfig.d.ts
CHANGED
|
@@ -4,6 +4,9 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
6
6
|
*
|
|
7
|
+
* > **Note:** `confluentcloud.KafkaClusterConfig` resource is available in **Open Preview** for early adopters. Open 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
|
+
* **Open 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 Open Preview features. Open 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 Open Preview features at any time in Confluent’s sole discretion.
|
|
9
|
+
*
|
|
7
10
|
* `confluentcloud.KafkaClusterConfig` provides a Kafka cluster config resource that enables updating configs on a Dedicated Kafka cluster on Confluent Cloud.
|
|
8
11
|
*
|
|
9
12
|
* ## Example Usage
|
package/kafkaClusterConfig.js
CHANGED
|
@@ -8,6 +8,9 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
10
|
*
|
|
11
|
+
* > **Note:** `confluentcloud.KafkaClusterConfig` resource is available in **Open Preview** for early adopters. Open 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
|
+
* **Open 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 Open Preview features. Open 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 Open Preview features at any time in Confluent’s sole discretion.
|
|
13
|
+
*
|
|
11
14
|
* `confluentcloud.KafkaClusterConfig` provides a Kafka cluster config resource that enables updating configs on a Dedicated Kafka cluster on Confluent Cloud.
|
|
12
15
|
*
|
|
13
16
|
* ## Example Usage
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"kafkaClusterConfig.js","sourceRoot":"","sources":["../kafkaClusterConfig.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"kafkaClusterConfig.js","sourceRoot":"","sources":["../kafkaClusterConfig.ts"],"names":[],"mappings":"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"}
|
package/kafkaTopic.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ import * as outputs from "./types/output";
|
|
|
30
30
|
*
|
|
31
31
|
* = confluent_kafka_cluster.basic-cluster.rest_endpoint
|
|
32
32
|
*
|
|
33
|
-
* # https://docs.confluent.io/cloud/current/clusters/broker-config.html#custom-topic-settings-for-all-cluster-types
|
|
33
|
+
* # https://docs.confluent.io/cloud/current/clusters/broker-config.html#custom-topic-settings-for-all-cluster-types-supported-by-kafka-rest-api-and-terraform-provider
|
|
34
34
|
*
|
|
35
35
|
* config = {
|
|
36
36
|
*
|
package/kafkaTopic.js
CHANGED
|
@@ -34,7 +34,7 @@ const utilities = require("./utilities");
|
|
|
34
34
|
*
|
|
35
35
|
* = confluent_kafka_cluster.basic-cluster.rest_endpoint
|
|
36
36
|
*
|
|
37
|
-
* # https://docs.confluent.io/cloud/current/clusters/broker-config.html#custom-topic-settings-for-all-cluster-types
|
|
37
|
+
* # https://docs.confluent.io/cloud/current/clusters/broker-config.html#custom-topic-settings-for-all-cluster-types-supported-by-kafka-rest-api-and-terraform-provider
|
|
38
38
|
*
|
|
39
39
|
* config = {
|
|
40
40
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "v1.
|
|
3
|
+
"version": "v1.5.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Confluent cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"install": "node scripts/install-pulumi-plugin.js resource confluentcloud v1.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource confluentcloud v1.5.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "v1.
|
|
3
|
+
"version": "v1.5.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Confluent cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"license": "Apache-2.0",
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "tsc",
|
|
15
|
-
"install": "node scripts/install-pulumi-plugin.js resource confluentcloud v1.
|
|
15
|
+
"install": "node scripts/install-pulumi-plugin.js resource confluentcloud v1.5.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
10
|
+
*
|
|
11
|
+
* const development = new confluentcloud.Environment("development", {});
|
|
12
|
+
* const example = confluentcloud.getStreamGovernanceRegion({
|
|
13
|
+
* cloud: "AWS",
|
|
14
|
+
* region: "us-east-2",
|
|
15
|
+
* "package": "ESSENTIALS",
|
|
16
|
+
* });
|
|
17
|
+
* const essentials = new confluentcloud.StreamGovernanceCluster("essentials", {
|
|
18
|
+
* "package": example.then(example => example["package"]),
|
|
19
|
+
* environment: {
|
|
20
|
+
* id: development.id,
|
|
21
|
+
* },
|
|
22
|
+
* region: {
|
|
23
|
+
* id: example.then(example => example.id),
|
|
24
|
+
* },
|
|
25
|
+
* });
|
|
26
|
+
* ```
|
|
27
|
+
*
|
|
28
|
+
* ## Import
|
|
29
|
+
*
|
|
30
|
+
* You can import a Stream Governance cluster by using Environment ID and Stream Governance cluster ID, in the format `<Environment ID>/<Stream Governance cluster ID>`, for example$ export CONFLUENT_CLOUD_API_KEY="<cloud_api_key>" $ export CONFLUENT_CLOUD_API_SECRET="<cloud_api_secret>"
|
|
31
|
+
*
|
|
32
|
+
* ```sh
|
|
33
|
+
* $ pulumi import confluentcloud:index/streamGovernanceCluster:StreamGovernanceCluster example env-abc123/lsrc-abc123
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
|
|
37
|
+
*/
|
|
38
|
+
export declare class StreamGovernanceCluster extends pulumi.CustomResource {
|
|
39
|
+
/**
|
|
40
|
+
* Get an existing StreamGovernanceCluster resource's state with the given name, ID, and optional extra
|
|
41
|
+
* properties used to qualify the lookup.
|
|
42
|
+
*
|
|
43
|
+
* @param name The _unique_ name of the resulting resource.
|
|
44
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
45
|
+
* @param state Any extra arguments used during the lookup.
|
|
46
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
47
|
+
*/
|
|
48
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: StreamGovernanceClusterState, opts?: pulumi.CustomResourceOptions): StreamGovernanceCluster;
|
|
49
|
+
/**
|
|
50
|
+
* Returns true if the given object is an instance of StreamGovernanceCluster. This is designed to work even
|
|
51
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
52
|
+
*/
|
|
53
|
+
static isInstance(obj: any): obj is StreamGovernanceCluster;
|
|
54
|
+
/**
|
|
55
|
+
* (Required String) An API Version of the schema version of the Stream Governance cluster, for example, `stream-governance/v2`.
|
|
56
|
+
*/
|
|
57
|
+
readonly apiVersion: pulumi.Output<string>;
|
|
58
|
+
/**
|
|
59
|
+
* (Required String) The name of the Stream Governance cluster, for example, `Stream Governance Package`.
|
|
60
|
+
*/
|
|
61
|
+
readonly displayName: pulumi.Output<string>;
|
|
62
|
+
/**
|
|
63
|
+
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
64
|
+
*/
|
|
65
|
+
readonly environment: pulumi.Output<outputs.StreamGovernanceClusterEnvironment>;
|
|
66
|
+
/**
|
|
67
|
+
* (Required String) The HTTP endpoint of the Stream Governance cluster, for example, `https://psrc-00000.us-west-2.aws.confluent.cloud`.
|
|
68
|
+
*/
|
|
69
|
+
readonly httpEndpoint: pulumi.Output<string>;
|
|
70
|
+
/**
|
|
71
|
+
* (Required String) A kind of the Stream Governance cluster, for example, `Cluster`.
|
|
72
|
+
*/
|
|
73
|
+
readonly kind: pulumi.Output<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The type of the billing package. Accepted values are: `ESSENTIALS` and `ADVANCED`.
|
|
76
|
+
*/
|
|
77
|
+
readonly package: pulumi.Output<string>;
|
|
78
|
+
readonly region: pulumi.Output<outputs.StreamGovernanceClusterRegion>;
|
|
79
|
+
/**
|
|
80
|
+
* (Required String) The Confluent Resource Name of the Stream Governance cluster, for example, `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/schema-registry=lsrc-abc123`.
|
|
81
|
+
*/
|
|
82
|
+
readonly resourceName: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Create a StreamGovernanceCluster resource with the given unique name, arguments, and options.
|
|
85
|
+
*
|
|
86
|
+
* @param name The _unique_ name of the resource.
|
|
87
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
88
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
89
|
+
*/
|
|
90
|
+
constructor(name: string, args: StreamGovernanceClusterArgs, opts?: pulumi.CustomResourceOptions);
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Input properties used for looking up and filtering StreamGovernanceCluster resources.
|
|
94
|
+
*/
|
|
95
|
+
export interface StreamGovernanceClusterState {
|
|
96
|
+
/**
|
|
97
|
+
* (Required String) An API Version of the schema version of the Stream Governance cluster, for example, `stream-governance/v2`.
|
|
98
|
+
*/
|
|
99
|
+
apiVersion?: pulumi.Input<string>;
|
|
100
|
+
/**
|
|
101
|
+
* (Required String) The name of the Stream Governance cluster, for example, `Stream Governance Package`.
|
|
102
|
+
*/
|
|
103
|
+
displayName?: pulumi.Input<string>;
|
|
104
|
+
/**
|
|
105
|
+
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
106
|
+
*/
|
|
107
|
+
environment?: pulumi.Input<inputs.StreamGovernanceClusterEnvironment>;
|
|
108
|
+
/**
|
|
109
|
+
* (Required String) The HTTP endpoint of the Stream Governance cluster, for example, `https://psrc-00000.us-west-2.aws.confluent.cloud`.
|
|
110
|
+
*/
|
|
111
|
+
httpEndpoint?: pulumi.Input<string>;
|
|
112
|
+
/**
|
|
113
|
+
* (Required String) A kind of the Stream Governance cluster, for example, `Cluster`.
|
|
114
|
+
*/
|
|
115
|
+
kind?: pulumi.Input<string>;
|
|
116
|
+
/**
|
|
117
|
+
* The type of the billing package. Accepted values are: `ESSENTIALS` and `ADVANCED`.
|
|
118
|
+
*/
|
|
119
|
+
package?: pulumi.Input<string>;
|
|
120
|
+
region?: pulumi.Input<inputs.StreamGovernanceClusterRegion>;
|
|
121
|
+
/**
|
|
122
|
+
* (Required String) The Confluent Resource Name of the Stream Governance cluster, for example, `crn://confluent.cloud/organization=1111aaaa-11aa-11aa-11aa-111111aaaaaa/environment=env-abc123/schema-registry=lsrc-abc123`.
|
|
123
|
+
*/
|
|
124
|
+
resourceName?: pulumi.Input<string>;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* The set of arguments for constructing a StreamGovernanceCluster resource.
|
|
128
|
+
*/
|
|
129
|
+
export interface StreamGovernanceClusterArgs {
|
|
130
|
+
/**
|
|
131
|
+
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
132
|
+
*/
|
|
133
|
+
environment: pulumi.Input<inputs.StreamGovernanceClusterEnvironment>;
|
|
134
|
+
/**
|
|
135
|
+
* The type of the billing package. Accepted values are: `ESSENTIALS` and `ADVANCED`.
|
|
136
|
+
*/
|
|
137
|
+
package: pulumi.Input<string>;
|
|
138
|
+
region: pulumi.Input<inputs.StreamGovernanceClusterRegion>;
|
|
139
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.StreamGovernanceCluster = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ## Example Usage
|
|
10
|
+
*
|
|
11
|
+
* ```typescript
|
|
12
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
14
|
+
*
|
|
15
|
+
* const development = new confluentcloud.Environment("development", {});
|
|
16
|
+
* const example = confluentcloud.getStreamGovernanceRegion({
|
|
17
|
+
* cloud: "AWS",
|
|
18
|
+
* region: "us-east-2",
|
|
19
|
+
* "package": "ESSENTIALS",
|
|
20
|
+
* });
|
|
21
|
+
* const essentials = new confluentcloud.StreamGovernanceCluster("essentials", {
|
|
22
|
+
* "package": example.then(example => example["package"]),
|
|
23
|
+
* environment: {
|
|
24
|
+
* id: development.id,
|
|
25
|
+
* },
|
|
26
|
+
* region: {
|
|
27
|
+
* id: example.then(example => example.id),
|
|
28
|
+
* },
|
|
29
|
+
* });
|
|
30
|
+
* ```
|
|
31
|
+
*
|
|
32
|
+
* ## Import
|
|
33
|
+
*
|
|
34
|
+
* You can import a Stream Governance cluster by using Environment ID and Stream Governance cluster ID, in the format `<Environment ID>/<Stream Governance cluster ID>`, for example$ export CONFLUENT_CLOUD_API_KEY="<cloud_api_key>" $ export CONFLUENT_CLOUD_API_SECRET="<cloud_api_secret>"
|
|
35
|
+
*
|
|
36
|
+
* ```sh
|
|
37
|
+
* $ pulumi import confluentcloud:index/streamGovernanceCluster:StreamGovernanceCluster example env-abc123/lsrc-abc123
|
|
38
|
+
* ```
|
|
39
|
+
*
|
|
40
|
+
* !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
|
|
41
|
+
*/
|
|
42
|
+
class StreamGovernanceCluster extends pulumi.CustomResource {
|
|
43
|
+
constructor(name, argsOrState, opts) {
|
|
44
|
+
let resourceInputs = {};
|
|
45
|
+
opts = opts || {};
|
|
46
|
+
if (opts.id) {
|
|
47
|
+
const state = argsOrState;
|
|
48
|
+
resourceInputs["apiVersion"] = state ? state.apiVersion : undefined;
|
|
49
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
50
|
+
resourceInputs["environment"] = state ? state.environment : undefined;
|
|
51
|
+
resourceInputs["httpEndpoint"] = state ? state.httpEndpoint : undefined;
|
|
52
|
+
resourceInputs["kind"] = state ? state.kind : undefined;
|
|
53
|
+
resourceInputs["package"] = state ? state.package : undefined;
|
|
54
|
+
resourceInputs["region"] = state ? state.region : undefined;
|
|
55
|
+
resourceInputs["resourceName"] = state ? state.resourceName : undefined;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
const args = argsOrState;
|
|
59
|
+
if ((!args || args.environment === undefined) && !opts.urn) {
|
|
60
|
+
throw new Error("Missing required property 'environment'");
|
|
61
|
+
}
|
|
62
|
+
if ((!args || args.package === undefined) && !opts.urn) {
|
|
63
|
+
throw new Error("Missing required property 'package'");
|
|
64
|
+
}
|
|
65
|
+
if ((!args || args.region === undefined) && !opts.urn) {
|
|
66
|
+
throw new Error("Missing required property 'region'");
|
|
67
|
+
}
|
|
68
|
+
resourceInputs["environment"] = args ? args.environment : undefined;
|
|
69
|
+
resourceInputs["package"] = args ? args.package : undefined;
|
|
70
|
+
resourceInputs["region"] = args ? args.region : undefined;
|
|
71
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["displayName"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["httpEndpoint"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
75
|
+
resourceInputs["resourceName"] = undefined /*out*/;
|
|
76
|
+
}
|
|
77
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
78
|
+
super(StreamGovernanceCluster.__pulumiType, name, resourceInputs, opts);
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Get an existing StreamGovernanceCluster resource's state with the given name, ID, and optional extra
|
|
82
|
+
* properties used to qualify the lookup.
|
|
83
|
+
*
|
|
84
|
+
* @param name The _unique_ name of the resulting resource.
|
|
85
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
86
|
+
* @param state Any extra arguments used during the lookup.
|
|
87
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
88
|
+
*/
|
|
89
|
+
static get(name, id, state, opts) {
|
|
90
|
+
return new StreamGovernanceCluster(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Returns true if the given object is an instance of StreamGovernanceCluster. This is designed to work even
|
|
94
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
95
|
+
*/
|
|
96
|
+
static isInstance(obj) {
|
|
97
|
+
if (obj === undefined || obj === null) {
|
|
98
|
+
return false;
|
|
99
|
+
}
|
|
100
|
+
return obj['__pulumiType'] === StreamGovernanceCluster.__pulumiType;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
exports.StreamGovernanceCluster = StreamGovernanceCluster;
|
|
104
|
+
/** @internal */
|
|
105
|
+
StreamGovernanceCluster.__pulumiType = 'confluentcloud:index/streamGovernanceCluster:StreamGovernanceCluster';
|
|
106
|
+
//# sourceMappingURL=streamGovernanceCluster.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"streamGovernanceCluster.js","sourceRoot":"","sources":["../streamGovernanceCluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* ## Import
|
|
6
|
+
*
|
|
7
|
+
* You can import a Transit Gateway Attachment by using Environment ID and Transit Gateway Attachment ID, in the format `<Environment ID>/<Transit Gateway Attachment ID>`. The following example shows how to import a Transit Gateway Attachment$ export CONFLUENT_CLOUD_API_KEY="<cloud_api_key>" $ export CONFLUENT_CLOUD_API_SECRET="<cloud_api_secret>"
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import confluentcloud:index/transitGatewayAttachment:TransitGatewayAttachment my_tgwa env-abc123/tgwa-abc123
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
|
|
14
|
+
*/
|
|
15
|
+
export declare class TransitGatewayAttachment extends pulumi.CustomResource {
|
|
16
|
+
/**
|
|
17
|
+
* Get an existing TransitGatewayAttachment resource's state with the given name, ID, and optional extra
|
|
18
|
+
* properties used to qualify the lookup.
|
|
19
|
+
*
|
|
20
|
+
* @param name The _unique_ name of the resulting resource.
|
|
21
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
22
|
+
* @param state Any extra arguments used during the lookup.
|
|
23
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
24
|
+
*/
|
|
25
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: TransitGatewayAttachmentState, opts?: pulumi.CustomResourceOptions): TransitGatewayAttachment;
|
|
26
|
+
/**
|
|
27
|
+
* Returns true if the given object is an instance of TransitGatewayAttachment. This is designed to work even
|
|
28
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
29
|
+
*/
|
|
30
|
+
static isInstance(obj: any): obj is TransitGatewayAttachment;
|
|
31
|
+
/**
|
|
32
|
+
* (Required Configuration Block) The AWS-specific Transit Gateway Attachment details. It supports the following:
|
|
33
|
+
*/
|
|
34
|
+
readonly aws: pulumi.Output<outputs.TransitGatewayAttachmentAws | undefined>;
|
|
35
|
+
/**
|
|
36
|
+
* The name of the Transit Gateway Attachment.
|
|
37
|
+
*/
|
|
38
|
+
readonly displayName: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
41
|
+
*/
|
|
42
|
+
readonly environment: pulumi.Output<outputs.TransitGatewayAttachmentEnvironment>;
|
|
43
|
+
/**
|
|
44
|
+
* Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
45
|
+
* accounts.
|
|
46
|
+
*/
|
|
47
|
+
readonly network: pulumi.Output<outputs.TransitGatewayAttachmentNetwork>;
|
|
48
|
+
/**
|
|
49
|
+
* Create a TransitGatewayAttachment resource with the given unique name, arguments, and options.
|
|
50
|
+
*
|
|
51
|
+
* @param name The _unique_ name of the resource.
|
|
52
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
53
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
54
|
+
*/
|
|
55
|
+
constructor(name: string, args: TransitGatewayAttachmentArgs, opts?: pulumi.CustomResourceOptions);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Input properties used for looking up and filtering TransitGatewayAttachment resources.
|
|
59
|
+
*/
|
|
60
|
+
export interface TransitGatewayAttachmentState {
|
|
61
|
+
/**
|
|
62
|
+
* (Required Configuration Block) The AWS-specific Transit Gateway Attachment details. It supports the following:
|
|
63
|
+
*/
|
|
64
|
+
aws?: pulumi.Input<inputs.TransitGatewayAttachmentAws>;
|
|
65
|
+
/**
|
|
66
|
+
* The name of the Transit Gateway Attachment.
|
|
67
|
+
*/
|
|
68
|
+
displayName?: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
71
|
+
*/
|
|
72
|
+
environment?: pulumi.Input<inputs.TransitGatewayAttachmentEnvironment>;
|
|
73
|
+
/**
|
|
74
|
+
* Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
75
|
+
* accounts.
|
|
76
|
+
*/
|
|
77
|
+
network?: pulumi.Input<inputs.TransitGatewayAttachmentNetwork>;
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* The set of arguments for constructing a TransitGatewayAttachment resource.
|
|
81
|
+
*/
|
|
82
|
+
export interface TransitGatewayAttachmentArgs {
|
|
83
|
+
/**
|
|
84
|
+
* (Required Configuration Block) The AWS-specific Transit Gateway Attachment details. It supports the following:
|
|
85
|
+
*/
|
|
86
|
+
aws?: pulumi.Input<inputs.TransitGatewayAttachmentAws>;
|
|
87
|
+
/**
|
|
88
|
+
* The name of the Transit Gateway Attachment.
|
|
89
|
+
*/
|
|
90
|
+
displayName?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
93
|
+
*/
|
|
94
|
+
environment: pulumi.Input<inputs.TransitGatewayAttachmentEnvironment>;
|
|
95
|
+
/**
|
|
96
|
+
* Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
97
|
+
* accounts.
|
|
98
|
+
*/
|
|
99
|
+
network: pulumi.Input<inputs.TransitGatewayAttachmentNetwork>;
|
|
100
|
+
}
|