@pulumi/confluentcloud 2.50.0-alpha.1763185030 → 2.50.0-alpha.1763523334

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.
@@ -0,0 +1,76 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
6
+ *
7
+ * `confluentcloud.getKafkaClusters` describes a data source for Kafka Clusters.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ```typescript
12
+ * import * as pulumi from "@pulumi/pulumi";
13
+ * import * as confluentcloud from "@pulumi/confluentcloud";
14
+ *
15
+ * const main = confluentcloud.getKafkaClusters({
16
+ * environment: {
17
+ * id: "env-123abc",
18
+ * },
19
+ * });
20
+ * ```
21
+ */
22
+ export declare function getKafkaClusters(args: GetKafkaClustersArgs, opts?: pulumi.InvokeOptions): Promise<GetKafkaClustersResult>;
23
+ /**
24
+ * A collection of arguments for invoking getKafkaClusters.
25
+ */
26
+ export interface GetKafkaClustersArgs {
27
+ /**
28
+ * (Required Object) exports the following attributes:
29
+ */
30
+ environment: inputs.GetKafkaClustersEnvironment;
31
+ }
32
+ /**
33
+ * A collection of values returned by getKafkaClusters.
34
+ */
35
+ export interface GetKafkaClustersResult {
36
+ /**
37
+ * (Required List of Object) List of Kafka clusters. Each Kafka cluster object exports the following attributes:
38
+ */
39
+ readonly clusters: outputs.GetKafkaClustersCluster[];
40
+ /**
41
+ * (Required Object) exports the following attributes:
42
+ */
43
+ readonly environment: outputs.GetKafkaClustersEnvironment;
44
+ /**
45
+ * The provider-assigned unique ID for this managed resource.
46
+ */
47
+ readonly id: string;
48
+ }
49
+ /**
50
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
51
+ *
52
+ * `confluentcloud.getKafkaClusters` describes a data source for Kafka Clusters.
53
+ *
54
+ * ## Example Usage
55
+ *
56
+ * ```typescript
57
+ * import * as pulumi from "@pulumi/pulumi";
58
+ * import * as confluentcloud from "@pulumi/confluentcloud";
59
+ *
60
+ * const main = confluentcloud.getKafkaClusters({
61
+ * environment: {
62
+ * id: "env-123abc",
63
+ * },
64
+ * });
65
+ * ```
66
+ */
67
+ export declare function getKafkaClustersOutput(args: GetKafkaClustersOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetKafkaClustersResult>;
68
+ /**
69
+ * A collection of arguments for invoking getKafkaClusters.
70
+ */
71
+ export interface GetKafkaClustersOutputArgs {
72
+ /**
73
+ * (Required Object) exports the following attributes:
74
+ */
75
+ environment: pulumi.Input<inputs.GetKafkaClustersEnvironmentArgs>;
76
+ }
@@ -0,0 +1,58 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.getKafkaClustersOutput = exports.getKafkaClusters = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
10
+ *
11
+ * `confluentcloud.getKafkaClusters` describes a data source for Kafka Clusters.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ```typescript
16
+ * import * as pulumi from "@pulumi/pulumi";
17
+ * import * as confluentcloud from "@pulumi/confluentcloud";
18
+ *
19
+ * const main = confluentcloud.getKafkaClusters({
20
+ * environment: {
21
+ * id: "env-123abc",
22
+ * },
23
+ * });
24
+ * ```
25
+ */
26
+ function getKafkaClusters(args, opts) {
27
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
28
+ return pulumi.runtime.invoke("confluentcloud:index/getKafkaClusters:getKafkaClusters", {
29
+ "environment": args.environment,
30
+ }, opts);
31
+ }
32
+ exports.getKafkaClusters = getKafkaClusters;
33
+ /**
34
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
35
+ *
36
+ * `confluentcloud.getKafkaClusters` describes a data source for Kafka Clusters.
37
+ *
38
+ * ## Example Usage
39
+ *
40
+ * ```typescript
41
+ * import * as pulumi from "@pulumi/pulumi";
42
+ * import * as confluentcloud from "@pulumi/confluentcloud";
43
+ *
44
+ * const main = confluentcloud.getKafkaClusters({
45
+ * environment: {
46
+ * id: "env-123abc",
47
+ * },
48
+ * });
49
+ * ```
50
+ */
51
+ function getKafkaClustersOutput(args, opts) {
52
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
53
+ return pulumi.runtime.invokeOutput("confluentcloud:index/getKafkaClusters:getKafkaClusters", {
54
+ "environment": args.environment,
55
+ }, opts);
56
+ }
57
+ exports.getKafkaClustersOutput = getKafkaClustersOutput;
58
+ //# sourceMappingURL=getKafkaClusters.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getKafkaClusters.js","sourceRoot":"","sources":["../getKafkaClusters.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,gBAAgB,CAAC,IAA0B,EAAE,IAA2B;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,wDAAwD,EAAE;QACnF,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4CAKC;AA6BD;;;;;;;;;;;;;;;;;GAiBG;AACH,SAAgB,sBAAsB,CAAC,IAAgC,EAAE,IAAiC;IACtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,wDAAwD,EAAE;QACzF,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wDAKC"}
@@ -0,0 +1,56 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ export declare function getProviderIntegrationAuthorization(args: GetProviderIntegrationAuthorizationArgs, opts?: pulumi.InvokeOptions): Promise<GetProviderIntegrationAuthorizationResult>;
5
+ /**
6
+ * A collection of arguments for invoking getProviderIntegrationAuthorization.
7
+ */
8
+ export interface GetProviderIntegrationAuthorizationArgs {
9
+ /**
10
+ * (Required Configuration Block) supports the following:
11
+ */
12
+ environment: inputs.GetProviderIntegrationAuthorizationEnvironment;
13
+ /**
14
+ * The ID of the Provider Integration Authorization, for example, `cspi-4xg0q`.
15
+ */
16
+ id: string;
17
+ }
18
+ /**
19
+ * A collection of values returned by getProviderIntegrationAuthorization.
20
+ */
21
+ export interface GetProviderIntegrationAuthorizationResult {
22
+ /**
23
+ * (Optional Configuration Block) Azure-specific configuration details. Present for Azure integrations. It supports the following:
24
+ */
25
+ readonly azures: outputs.GetProviderIntegrationAuthorizationAzure[];
26
+ /**
27
+ * (Required Configuration Block) supports the following:
28
+ */
29
+ readonly environment: outputs.GetProviderIntegrationAuthorizationEnvironment;
30
+ /**
31
+ * (Optional Configuration Block) GCP-specific configuration details. Present for GCP integrations. It supports the following:
32
+ */
33
+ readonly gcps: outputs.GetProviderIntegrationAuthorizationGcp[];
34
+ /**
35
+ * (Required String) The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
36
+ */
37
+ readonly id: string;
38
+ /**
39
+ * (Required String) The ID of the provider integration.
40
+ */
41
+ readonly providerIntegrationId: string;
42
+ }
43
+ export declare function getProviderIntegrationAuthorizationOutput(args: GetProviderIntegrationAuthorizationOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetProviderIntegrationAuthorizationResult>;
44
+ /**
45
+ * A collection of arguments for invoking getProviderIntegrationAuthorization.
46
+ */
47
+ export interface GetProviderIntegrationAuthorizationOutputArgs {
48
+ /**
49
+ * (Required Configuration Block) supports the following:
50
+ */
51
+ environment: pulumi.Input<inputs.GetProviderIntegrationAuthorizationEnvironmentArgs>;
52
+ /**
53
+ * The ID of the Provider Integration Authorization, for example, `cspi-4xg0q`.
54
+ */
55
+ id: pulumi.Input<string>;
56
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.getProviderIntegrationAuthorizationOutput = exports.getProviderIntegrationAuthorization = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ function getProviderIntegrationAuthorization(args, opts) {
9
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
10
+ return pulumi.runtime.invoke("confluentcloud:index/getProviderIntegrationAuthorization:getProviderIntegrationAuthorization", {
11
+ "environment": args.environment,
12
+ "id": args.id,
13
+ }, opts);
14
+ }
15
+ exports.getProviderIntegrationAuthorization = getProviderIntegrationAuthorization;
16
+ function getProviderIntegrationAuthorizationOutput(args, opts) {
17
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
18
+ return pulumi.runtime.invokeOutput("confluentcloud:index/getProviderIntegrationAuthorization:getProviderIntegrationAuthorization", {
19
+ "environment": args.environment,
20
+ "id": args.id,
21
+ }, opts);
22
+ }
23
+ exports.getProviderIntegrationAuthorizationOutput = getProviderIntegrationAuthorizationOutput;
24
+ //# sourceMappingURL=getProviderIntegrationAuthorization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getProviderIntegrationAuthorization.js","sourceRoot":"","sources":["../getProviderIntegrationAuthorization.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC,SAAgB,mCAAmC,CAAC,IAA6C,EAAE,IAA2B;IAC1H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8FAA8F,EAAE;QACzH,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,kFAMC;AAyCD,SAAgB,yCAAyC,CAAC,IAAmD,EAAE,IAAiC;IAC5I,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8FAA8F,EAAE;QAC/H,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8FAMC"}
@@ -0,0 +1,196 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "./types/input";
3
+ import * as outputs from "./types/output";
4
+ /**
5
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
6
+ *
7
+ * `confluentcloud.ProviderIntegrationSetup` describes a Cloud Service Provider (CSP) integration that allows Confluent Cloud to access resources in your cloud provider account.
8
+ *
9
+ * ## Example Usage
10
+ *
11
+ * ### Azure Provider Integration
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as confluentcloud from "@pulumi/confluentcloud";
16
+ *
17
+ * const azure = confluentcloud.getProviderIntegrationSetup({
18
+ * id: "cspi-abc123",
19
+ * environment: {
20
+ * id: "env-xyz456",
21
+ * },
22
+ * });
23
+ * export const azureIntegrationStatus = azure.then(azure => azure.status);
24
+ * ```
25
+ *
26
+ * ### GCP Provider Integration
27
+ *
28
+ * ```typescript
29
+ * import * as pulumi from "@pulumi/pulumi";
30
+ * import * as confluentcloud from "@pulumi/confluentcloud";
31
+ *
32
+ * const gcp = confluentcloud.getProviderIntegrationSetup({
33
+ * displayName: "my-gcp-integration",
34
+ * environment: {
35
+ * id: "env-xyz456",
36
+ * },
37
+ * });
38
+ * export const gcpIntegrationId = gcp.then(gcp => gcp.id);
39
+ * ```
40
+ *
41
+ * ### Using with Authorization Resource
42
+ *
43
+ * ```typescript
44
+ * import * as pulumi from "@pulumi/pulumi";
45
+ * import * as confluentcloud from "@pulumi/confluentcloud";
46
+ *
47
+ * const main = confluentcloud.getProviderIntegrationSetup({
48
+ * id: "cspi-abc123",
49
+ * environment: {
50
+ * id: "env-xyz456",
51
+ * },
52
+ * });
53
+ * // Use the integration with authorization data source
54
+ * const mainGetProviderIntegrationAuthorization = main.then(main => confluentcloud.getProviderIntegrationAuthorization({
55
+ * id: main.id,
56
+ * environment: {
57
+ * id: "env-xyz456",
58
+ * },
59
+ * }));
60
+ * ```
61
+ *
62
+ * ## Getting Started
63
+ *
64
+ * The following end-to-end examples might help to get started with `confluentcloud.ProviderIntegrationSetup` data source:
65
+ * * provider-integration-azure: Complete Azure Provider Integration setup
66
+ * * provider-integration-gcp: Complete GCP Provider Integration setup
67
+ */
68
+ export declare function getProviderIntegrationSetup(args: GetProviderIntegrationSetupArgs, opts?: pulumi.InvokeOptions): Promise<GetProviderIntegrationSetupResult>;
69
+ /**
70
+ * A collection of arguments for invoking getProviderIntegrationSetup.
71
+ */
72
+ export interface GetProviderIntegrationSetupArgs {
73
+ /**
74
+ * The display name of the Provider Integration. Exactly one of `id` or `displayName` must be specified.
75
+ */
76
+ displayName?: string;
77
+ /**
78
+ * (Required Configuration Block) supports the following:
79
+ */
80
+ environment: inputs.GetProviderIntegrationSetupEnvironment;
81
+ /**
82
+ * The ID of the Provider Integration, for example, `cspi-4xg0q`. Exactly one of `id` or `displayName` must be specified.
83
+ */
84
+ id?: string;
85
+ }
86
+ /**
87
+ * A collection of values returned by getProviderIntegrationSetup.
88
+ */
89
+ export interface GetProviderIntegrationSetupResult {
90
+ /**
91
+ * (Computed String) The cloud service provider. Values are `AZURE` and `GCP`.
92
+ */
93
+ readonly cloud: string;
94
+ /**
95
+ * (Required String) The display name of the Provider Integration.
96
+ */
97
+ readonly displayName: string;
98
+ /**
99
+ * (Required Configuration Block) supports the following:
100
+ */
101
+ readonly environment: outputs.GetProviderIntegrationSetupEnvironment;
102
+ /**
103
+ * (Required String) The ID of the Environment that the Provider Integration belongs to, for example, `env-abc123`.
104
+ */
105
+ readonly id: string;
106
+ /**
107
+ * (Required String) The status of the Provider Integration. Values are `DRAFT` and `CREATED`.
108
+ */
109
+ readonly status: string;
110
+ /**
111
+ * (Required List of Strings) List of resource CRNs where this provider integration is being used.
112
+ */
113
+ readonly usages: string[];
114
+ }
115
+ /**
116
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
117
+ *
118
+ * `confluentcloud.ProviderIntegrationSetup` describes a Cloud Service Provider (CSP) integration that allows Confluent Cloud to access resources in your cloud provider account.
119
+ *
120
+ * ## Example Usage
121
+ *
122
+ * ### Azure Provider Integration
123
+ *
124
+ * ```typescript
125
+ * import * as pulumi from "@pulumi/pulumi";
126
+ * import * as confluentcloud from "@pulumi/confluentcloud";
127
+ *
128
+ * const azure = confluentcloud.getProviderIntegrationSetup({
129
+ * id: "cspi-abc123",
130
+ * environment: {
131
+ * id: "env-xyz456",
132
+ * },
133
+ * });
134
+ * export const azureIntegrationStatus = azure.then(azure => azure.status);
135
+ * ```
136
+ *
137
+ * ### GCP Provider Integration
138
+ *
139
+ * ```typescript
140
+ * import * as pulumi from "@pulumi/pulumi";
141
+ * import * as confluentcloud from "@pulumi/confluentcloud";
142
+ *
143
+ * const gcp = confluentcloud.getProviderIntegrationSetup({
144
+ * displayName: "my-gcp-integration",
145
+ * environment: {
146
+ * id: "env-xyz456",
147
+ * },
148
+ * });
149
+ * export const gcpIntegrationId = gcp.then(gcp => gcp.id);
150
+ * ```
151
+ *
152
+ * ### Using with Authorization Resource
153
+ *
154
+ * ```typescript
155
+ * import * as pulumi from "@pulumi/pulumi";
156
+ * import * as confluentcloud from "@pulumi/confluentcloud";
157
+ *
158
+ * const main = confluentcloud.getProviderIntegrationSetup({
159
+ * id: "cspi-abc123",
160
+ * environment: {
161
+ * id: "env-xyz456",
162
+ * },
163
+ * });
164
+ * // Use the integration with authorization data source
165
+ * const mainGetProviderIntegrationAuthorization = main.then(main => confluentcloud.getProviderIntegrationAuthorization({
166
+ * id: main.id,
167
+ * environment: {
168
+ * id: "env-xyz456",
169
+ * },
170
+ * }));
171
+ * ```
172
+ *
173
+ * ## Getting Started
174
+ *
175
+ * The following end-to-end examples might help to get started with `confluentcloud.ProviderIntegrationSetup` data source:
176
+ * * provider-integration-azure: Complete Azure Provider Integration setup
177
+ * * provider-integration-gcp: Complete GCP Provider Integration setup
178
+ */
179
+ export declare function getProviderIntegrationSetupOutput(args: GetProviderIntegrationSetupOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetProviderIntegrationSetupResult>;
180
+ /**
181
+ * A collection of arguments for invoking getProviderIntegrationSetup.
182
+ */
183
+ export interface GetProviderIntegrationSetupOutputArgs {
184
+ /**
185
+ * The display name of the Provider Integration. Exactly one of `id` or `displayName` must be specified.
186
+ */
187
+ displayName?: pulumi.Input<string>;
188
+ /**
189
+ * (Required Configuration Block) supports the following:
190
+ */
191
+ environment: pulumi.Input<inputs.GetProviderIntegrationSetupEnvironmentArgs>;
192
+ /**
193
+ * The ID of the Provider Integration, for example, `cspi-4xg0q`. Exactly one of `id` or `displayName` must be specified.
194
+ */
195
+ id?: pulumi.Input<string>;
196
+ }
@@ -0,0 +1,154 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
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.getProviderIntegrationSetupOutput = exports.getProviderIntegrationSetup = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
10
+ *
11
+ * `confluentcloud.ProviderIntegrationSetup` describes a Cloud Service Provider (CSP) integration that allows Confluent Cloud to access resources in your cloud provider account.
12
+ *
13
+ * ## Example Usage
14
+ *
15
+ * ### Azure Provider Integration
16
+ *
17
+ * ```typescript
18
+ * import * as pulumi from "@pulumi/pulumi";
19
+ * import * as confluentcloud from "@pulumi/confluentcloud";
20
+ *
21
+ * const azure = confluentcloud.getProviderIntegrationSetup({
22
+ * id: "cspi-abc123",
23
+ * environment: {
24
+ * id: "env-xyz456",
25
+ * },
26
+ * });
27
+ * export const azureIntegrationStatus = azure.then(azure => azure.status);
28
+ * ```
29
+ *
30
+ * ### GCP Provider Integration
31
+ *
32
+ * ```typescript
33
+ * import * as pulumi from "@pulumi/pulumi";
34
+ * import * as confluentcloud from "@pulumi/confluentcloud";
35
+ *
36
+ * const gcp = confluentcloud.getProviderIntegrationSetup({
37
+ * displayName: "my-gcp-integration",
38
+ * environment: {
39
+ * id: "env-xyz456",
40
+ * },
41
+ * });
42
+ * export const gcpIntegrationId = gcp.then(gcp => gcp.id);
43
+ * ```
44
+ *
45
+ * ### Using with Authorization Resource
46
+ *
47
+ * ```typescript
48
+ * import * as pulumi from "@pulumi/pulumi";
49
+ * import * as confluentcloud from "@pulumi/confluentcloud";
50
+ *
51
+ * const main = confluentcloud.getProviderIntegrationSetup({
52
+ * id: "cspi-abc123",
53
+ * environment: {
54
+ * id: "env-xyz456",
55
+ * },
56
+ * });
57
+ * // Use the integration with authorization data source
58
+ * const mainGetProviderIntegrationAuthorization = main.then(main => confluentcloud.getProviderIntegrationAuthorization({
59
+ * id: main.id,
60
+ * environment: {
61
+ * id: "env-xyz456",
62
+ * },
63
+ * }));
64
+ * ```
65
+ *
66
+ * ## Getting Started
67
+ *
68
+ * The following end-to-end examples might help to get started with `confluentcloud.ProviderIntegrationSetup` data source:
69
+ * * provider-integration-azure: Complete Azure Provider Integration setup
70
+ * * provider-integration-gcp: Complete GCP Provider Integration setup
71
+ */
72
+ function getProviderIntegrationSetup(args, opts) {
73
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
74
+ return pulumi.runtime.invoke("confluentcloud:index/getProviderIntegrationSetup:getProviderIntegrationSetup", {
75
+ "displayName": args.displayName,
76
+ "environment": args.environment,
77
+ "id": args.id,
78
+ }, opts);
79
+ }
80
+ exports.getProviderIntegrationSetup = getProviderIntegrationSetup;
81
+ /**
82
+ * [![General Availability](https://img.shields.io/badge/Lifecycle%20Stage-General%20Availability-%2345c6e8)](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
83
+ *
84
+ * `confluentcloud.ProviderIntegrationSetup` describes a Cloud Service Provider (CSP) integration that allows Confluent Cloud to access resources in your cloud provider account.
85
+ *
86
+ * ## Example Usage
87
+ *
88
+ * ### Azure Provider Integration
89
+ *
90
+ * ```typescript
91
+ * import * as pulumi from "@pulumi/pulumi";
92
+ * import * as confluentcloud from "@pulumi/confluentcloud";
93
+ *
94
+ * const azure = confluentcloud.getProviderIntegrationSetup({
95
+ * id: "cspi-abc123",
96
+ * environment: {
97
+ * id: "env-xyz456",
98
+ * },
99
+ * });
100
+ * export const azureIntegrationStatus = azure.then(azure => azure.status);
101
+ * ```
102
+ *
103
+ * ### GCP Provider Integration
104
+ *
105
+ * ```typescript
106
+ * import * as pulumi from "@pulumi/pulumi";
107
+ * import * as confluentcloud from "@pulumi/confluentcloud";
108
+ *
109
+ * const gcp = confluentcloud.getProviderIntegrationSetup({
110
+ * displayName: "my-gcp-integration",
111
+ * environment: {
112
+ * id: "env-xyz456",
113
+ * },
114
+ * });
115
+ * export const gcpIntegrationId = gcp.then(gcp => gcp.id);
116
+ * ```
117
+ *
118
+ * ### Using with Authorization Resource
119
+ *
120
+ * ```typescript
121
+ * import * as pulumi from "@pulumi/pulumi";
122
+ * import * as confluentcloud from "@pulumi/confluentcloud";
123
+ *
124
+ * const main = confluentcloud.getProviderIntegrationSetup({
125
+ * id: "cspi-abc123",
126
+ * environment: {
127
+ * id: "env-xyz456",
128
+ * },
129
+ * });
130
+ * // Use the integration with authorization data source
131
+ * const mainGetProviderIntegrationAuthorization = main.then(main => confluentcloud.getProviderIntegrationAuthorization({
132
+ * id: main.id,
133
+ * environment: {
134
+ * id: "env-xyz456",
135
+ * },
136
+ * }));
137
+ * ```
138
+ *
139
+ * ## Getting Started
140
+ *
141
+ * The following end-to-end examples might help to get started with `confluentcloud.ProviderIntegrationSetup` data source:
142
+ * * provider-integration-azure: Complete Azure Provider Integration setup
143
+ * * provider-integration-gcp: Complete GCP Provider Integration setup
144
+ */
145
+ function getProviderIntegrationSetupOutput(args, opts) {
146
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
147
+ return pulumi.runtime.invokeOutput("confluentcloud:index/getProviderIntegrationSetup:getProviderIntegrationSetup", {
148
+ "displayName": args.displayName,
149
+ "environment": args.environment,
150
+ "id": args.id,
151
+ }, opts);
152
+ }
153
+ exports.getProviderIntegrationSetupOutput = getProviderIntegrationSetupOutput;
154
+ //# sourceMappingURL=getProviderIntegrationSetup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getProviderIntegrationSetup.js","sourceRoot":"","sources":["../getProviderIntegrationSetup.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+DG;AACH,SAAgB,2BAA2B,CAAC,IAAqC,EAAE,IAA2B;IAC1G,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,8EAA8E,EAAE;QACzG,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,kEAOC;AAiDD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+DG;AACH,SAAgB,iCAAiC,CAAC,IAA2C,EAAE,IAAiC;IAC5H,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,8EAA8E,EAAE;QAC/G,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,IAAI,EAAE,IAAI,CAAC,EAAE;KAChB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8EAOC"}
package/index.d.ts CHANGED
@@ -142,6 +142,9 @@ export declare const getKafkaClientQuotaOutput: typeof import("./getKafkaClientQ
142
142
  export { GetKafkaClusterArgs, GetKafkaClusterResult, GetKafkaClusterOutputArgs } from "./getKafkaCluster";
143
143
  export declare const getKafkaCluster: typeof import("./getKafkaCluster").getKafkaCluster;
144
144
  export declare const getKafkaClusterOutput: typeof import("./getKafkaCluster").getKafkaClusterOutput;
145
+ export { GetKafkaClustersArgs, GetKafkaClustersResult, GetKafkaClustersOutputArgs } from "./getKafkaClusters";
146
+ export declare const getKafkaClusters: typeof import("./getKafkaClusters").getKafkaClusters;
147
+ export declare const getKafkaClustersOutput: typeof import("./getKafkaClusters").getKafkaClustersOutput;
145
148
  export { GetKafkaTopicArgs, GetKafkaTopicResult, GetKafkaTopicOutputArgs } from "./getKafkaTopic";
146
149
  export declare const getKafkaTopic: typeof import("./getKafkaTopic").getKafkaTopic;
147
150
  export declare const getKafkaTopicOutput: typeof import("./getKafkaTopic").getKafkaTopicOutput;
@@ -175,6 +178,12 @@ export declare const getPrivateLinkAttachmentConnectionOutput: typeof import("./
175
178
  export { GetProviderIntegrationArgs, GetProviderIntegrationResult, GetProviderIntegrationOutputArgs } from "./getProviderIntegration";
176
179
  export declare const getProviderIntegration: typeof import("./getProviderIntegration").getProviderIntegration;
177
180
  export declare const getProviderIntegrationOutput: typeof import("./getProviderIntegration").getProviderIntegrationOutput;
181
+ export { GetProviderIntegrationAuthorizationArgs, GetProviderIntegrationAuthorizationResult, GetProviderIntegrationAuthorizationOutputArgs } from "./getProviderIntegrationAuthorization";
182
+ export declare const getProviderIntegrationAuthorization: typeof import("./getProviderIntegrationAuthorization").getProviderIntegrationAuthorization;
183
+ export declare const getProviderIntegrationAuthorizationOutput: typeof import("./getProviderIntegrationAuthorization").getProviderIntegrationAuthorizationOutput;
184
+ export { GetProviderIntegrationSetupArgs, GetProviderIntegrationSetupResult, GetProviderIntegrationSetupOutputArgs } from "./getProviderIntegrationSetup";
185
+ export declare const getProviderIntegrationSetup: typeof import("./getProviderIntegrationSetup").getProviderIntegrationSetup;
186
+ export declare const getProviderIntegrationSetupOutput: typeof import("./getProviderIntegrationSetup").getProviderIntegrationSetupOutput;
178
187
  export { GetRoleBindingArgs, GetRoleBindingResult, GetRoleBindingOutputArgs } from "./getRoleBinding";
179
188
  export declare const getRoleBinding: typeof import("./getRoleBinding").getRoleBinding;
180
189
  export declare const getRoleBindingOutput: typeof import("./getRoleBinding").getRoleBindingOutput;
@@ -296,6 +305,12 @@ export * from "./provider";
296
305
  export { ProviderIntegrationArgs, ProviderIntegrationState } from "./providerIntegration";
297
306
  export type ProviderIntegration = import("./providerIntegration").ProviderIntegration;
298
307
  export declare const ProviderIntegration: typeof import("./providerIntegration").ProviderIntegration;
308
+ export { ProviderIntegrationAuthorizationArgs, ProviderIntegrationAuthorizationState } from "./providerIntegrationAuthorization";
309
+ export type ProviderIntegrationAuthorization = import("./providerIntegrationAuthorization").ProviderIntegrationAuthorization;
310
+ export declare const ProviderIntegrationAuthorization: typeof import("./providerIntegrationAuthorization").ProviderIntegrationAuthorization;
311
+ export { ProviderIntegrationSetupArgs, ProviderIntegrationSetupState } from "./providerIntegrationSetup";
312
+ export type ProviderIntegrationSetup = import("./providerIntegrationSetup").ProviderIntegrationSetup;
313
+ export declare const ProviderIntegrationSetup: typeof import("./providerIntegrationSetup").ProviderIntegrationSetup;
299
314
  export { RoleBindingArgs, RoleBindingState } from "./roleBinding";
300
315
  export type RoleBinding = import("./roleBinding").RoleBinding;
301
316
  export declare const RoleBinding: typeof import("./roleBinding").RoleBinding;