@pulumi/confluentcloud 1.2.1 → 1.3.0-alpha.1663164003
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/getIdentityPool.d.ts +86 -0
- package/getIdentityPool.js +51 -0
- package/getIdentityPool.js.map +1 -0
- package/getIdentityProvider.d.ts +75 -0
- package/getIdentityProvider.js +45 -0
- package/getIdentityProvider.js.map +1 -0
- package/getKsqlCluster.d.ts +102 -0
- package/getKsqlCluster.js +53 -0
- package/getKsqlCluster.js.map +1 -0
- package/getPrivateLinkAccess.d.ts +4 -0
- package/getPrivateLinkAccess.js.map +1 -1
- package/identityPool.d.ts +165 -0
- package/identityPool.js +139 -0
- package/identityPool.js.map +1 -0
- package/identityProvider.d.ts +133 -0
- package/identityProvider.js +116 -0
- package/identityProvider.js.map +1 -0
- package/index.d.ts +18 -0
- package/index.js +25 -1
- package/index.js.map +1 -1
- package/ksqlCluster.d.ts +145 -0
- package/ksqlCluster.js +97 -0
- package/ksqlCluster.js.map +1 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/privateLinkAccess.d.ts +3 -0
- package/privateLinkAccess.js +2 -0
- package/privateLinkAccess.js.map +1 -1
- package/types/input.d.ts +109 -37
- package/types/output.d.ts +74 -2
package/ksqlCluster.d.ts
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
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 ksqlDB cluster by using Environment ID and ksqlDB cluster ID, in the format `<Environment ID>/<ksqlDB cluster ID>`, for example$ export CONFLUENT_CLOUD_API_KEY="<cloud_api_key>" $ export CONFLUENT_CLOUD_API_SECRET="<cloud_api_secret>"
|
|
8
|
+
*
|
|
9
|
+
* ```sh
|
|
10
|
+
* $ pulumi import confluentcloud:index/ksqlCluster:KsqlCluster example env-abc123/lksqlc-abc123
|
|
11
|
+
* ```
|
|
12
|
+
*
|
|
13
|
+
* !> **Warning:**
|
|
14
|
+
*
|
|
15
|
+
* Do not forget to delete the terminal's command history afterward for security purposes.
|
|
16
|
+
*/
|
|
17
|
+
export declare class KsqlCluster extends pulumi.CustomResource {
|
|
18
|
+
/**
|
|
19
|
+
* Get an existing KsqlCluster resource's state with the given name, ID, and optional extra
|
|
20
|
+
* properties used to qualify the lookup.
|
|
21
|
+
*
|
|
22
|
+
* @param name The _unique_ name of the resulting resource.
|
|
23
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
24
|
+
* @param state Any extra arguments used during the lookup.
|
|
25
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
26
|
+
*/
|
|
27
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: KsqlClusterState, opts?: pulumi.CustomResourceOptions): KsqlCluster;
|
|
28
|
+
/**
|
|
29
|
+
* Returns true if the given object is an instance of KsqlCluster. This is designed to work even
|
|
30
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
31
|
+
*/
|
|
32
|
+
static isInstance(obj: any): obj is KsqlCluster;
|
|
33
|
+
/**
|
|
34
|
+
* (Required String) An API Version of the schema version of the ksqlDB cluster, for example, `ksqldbcm/v2`.
|
|
35
|
+
*/
|
|
36
|
+
readonly apiVersion: pulumi.Output<string>;
|
|
37
|
+
readonly credentialIdentity: pulumi.Output<outputs.KsqlClusterCredentialIdentity>;
|
|
38
|
+
/**
|
|
39
|
+
* The number of Confluent Streaming Units (CSUs) for the ksqlDB cluster.
|
|
40
|
+
*/
|
|
41
|
+
readonly csu: pulumi.Output<number>;
|
|
42
|
+
/**
|
|
43
|
+
* The name of the ksqlDB cluster.
|
|
44
|
+
*/
|
|
45
|
+
readonly displayName: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
48
|
+
*/
|
|
49
|
+
readonly environment: pulumi.Output<outputs.KsqlClusterEnvironment>;
|
|
50
|
+
/**
|
|
51
|
+
* (Required String) The API endpoint of the ksqlDB cluster, for example, `https://pksqlc-00000.us-central1.gcp.glb.confluent.cloud`.
|
|
52
|
+
*/
|
|
53
|
+
readonly httpEndpoint: pulumi.Output<string>;
|
|
54
|
+
readonly kafkaCluster: pulumi.Output<outputs.KsqlClusterKafkaCluster>;
|
|
55
|
+
/**
|
|
56
|
+
* (Required String) A kind of the ksqlDB cluster, for example, `Cluster`.
|
|
57
|
+
*/
|
|
58
|
+
readonly kind: pulumi.Output<string>;
|
|
59
|
+
/**
|
|
60
|
+
* (Required Integer) The amount of storage (in GB) provisioned to the ksqlDB cluster.
|
|
61
|
+
*/
|
|
62
|
+
readonly storage: pulumi.Output<number>;
|
|
63
|
+
/**
|
|
64
|
+
* (Required String) Topic name prefix used by this ksqlDB cluster. Used to assign ACLs for this ksqlDB cluster to use, for example, `pksqlc-00000`.
|
|
65
|
+
*/
|
|
66
|
+
readonly topicPrefix: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* Controls whether the row data should be included in the processing log topic. Set it to `false` if you don't want to emit sensitive information to the processing log. Defaults to `true`.
|
|
69
|
+
*/
|
|
70
|
+
readonly useDetailedProcessingLog: pulumi.Output<boolean | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* Create a KsqlCluster resource with the given unique name, arguments, and options.
|
|
73
|
+
*
|
|
74
|
+
* @param name The _unique_ name of the resource.
|
|
75
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
76
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
77
|
+
*/
|
|
78
|
+
constructor(name: string, args: KsqlClusterArgs, opts?: pulumi.CustomResourceOptions);
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* Input properties used for looking up and filtering KsqlCluster resources.
|
|
82
|
+
*/
|
|
83
|
+
export interface KsqlClusterState {
|
|
84
|
+
/**
|
|
85
|
+
* (Required String) An API Version of the schema version of the ksqlDB cluster, for example, `ksqldbcm/v2`.
|
|
86
|
+
*/
|
|
87
|
+
apiVersion?: pulumi.Input<string>;
|
|
88
|
+
credentialIdentity?: pulumi.Input<inputs.KsqlClusterCredentialIdentity>;
|
|
89
|
+
/**
|
|
90
|
+
* The number of Confluent Streaming Units (CSUs) for the ksqlDB cluster.
|
|
91
|
+
*/
|
|
92
|
+
csu?: pulumi.Input<number>;
|
|
93
|
+
/**
|
|
94
|
+
* The name of the ksqlDB cluster.
|
|
95
|
+
*/
|
|
96
|
+
displayName?: pulumi.Input<string>;
|
|
97
|
+
/**
|
|
98
|
+
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
99
|
+
*/
|
|
100
|
+
environment?: pulumi.Input<inputs.KsqlClusterEnvironment>;
|
|
101
|
+
/**
|
|
102
|
+
* (Required String) The API endpoint of the ksqlDB cluster, for example, `https://pksqlc-00000.us-central1.gcp.glb.confluent.cloud`.
|
|
103
|
+
*/
|
|
104
|
+
httpEndpoint?: pulumi.Input<string>;
|
|
105
|
+
kafkaCluster?: pulumi.Input<inputs.KsqlClusterKafkaCluster>;
|
|
106
|
+
/**
|
|
107
|
+
* (Required String) A kind of the ksqlDB cluster, for example, `Cluster`.
|
|
108
|
+
*/
|
|
109
|
+
kind?: pulumi.Input<string>;
|
|
110
|
+
/**
|
|
111
|
+
* (Required Integer) The amount of storage (in GB) provisioned to the ksqlDB cluster.
|
|
112
|
+
*/
|
|
113
|
+
storage?: pulumi.Input<number>;
|
|
114
|
+
/**
|
|
115
|
+
* (Required String) Topic name prefix used by this ksqlDB cluster. Used to assign ACLs for this ksqlDB cluster to use, for example, `pksqlc-00000`.
|
|
116
|
+
*/
|
|
117
|
+
topicPrefix?: pulumi.Input<string>;
|
|
118
|
+
/**
|
|
119
|
+
* Controls whether the row data should be included in the processing log topic. Set it to `false` if you don't want to emit sensitive information to the processing log. Defaults to `true`.
|
|
120
|
+
*/
|
|
121
|
+
useDetailedProcessingLog?: pulumi.Input<boolean>;
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* The set of arguments for constructing a KsqlCluster resource.
|
|
125
|
+
*/
|
|
126
|
+
export interface KsqlClusterArgs {
|
|
127
|
+
credentialIdentity: pulumi.Input<inputs.KsqlClusterCredentialIdentity>;
|
|
128
|
+
/**
|
|
129
|
+
* The number of Confluent Streaming Units (CSUs) for the ksqlDB cluster.
|
|
130
|
+
*/
|
|
131
|
+
csu: pulumi.Input<number>;
|
|
132
|
+
/**
|
|
133
|
+
* The name of the ksqlDB cluster.
|
|
134
|
+
*/
|
|
135
|
+
displayName: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
138
|
+
*/
|
|
139
|
+
environment: pulumi.Input<inputs.KsqlClusterEnvironment>;
|
|
140
|
+
kafkaCluster: pulumi.Input<inputs.KsqlClusterKafkaCluster>;
|
|
141
|
+
/**
|
|
142
|
+
* Controls whether the row data should be included in the processing log topic. Set it to `false` if you don't want to emit sensitive information to the processing log. Defaults to `true`.
|
|
143
|
+
*/
|
|
144
|
+
useDetailedProcessingLog?: pulumi.Input<boolean>;
|
|
145
|
+
}
|
package/ksqlCluster.js
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
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.KsqlCluster = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* You can import a ksqlDB cluster by using Environment ID and ksqlDB cluster ID, in the format `<Environment ID>/<ksqlDB cluster ID>`, for example$ export CONFLUENT_CLOUD_API_KEY="<cloud_api_key>" $ export CONFLUENT_CLOUD_API_SECRET="<cloud_api_secret>"
|
|
12
|
+
*
|
|
13
|
+
* ```sh
|
|
14
|
+
* $ pulumi import confluentcloud:index/ksqlCluster:KsqlCluster example env-abc123/lksqlc-abc123
|
|
15
|
+
* ```
|
|
16
|
+
*
|
|
17
|
+
* !> **Warning:**
|
|
18
|
+
*
|
|
19
|
+
* Do not forget to delete the terminal's command history afterward for security purposes.
|
|
20
|
+
*/
|
|
21
|
+
class KsqlCluster extends pulumi.CustomResource {
|
|
22
|
+
constructor(name, argsOrState, opts) {
|
|
23
|
+
let resourceInputs = {};
|
|
24
|
+
opts = opts || {};
|
|
25
|
+
if (opts.id) {
|
|
26
|
+
const state = argsOrState;
|
|
27
|
+
resourceInputs["apiVersion"] = state ? state.apiVersion : undefined;
|
|
28
|
+
resourceInputs["credentialIdentity"] = state ? state.credentialIdentity : undefined;
|
|
29
|
+
resourceInputs["csu"] = state ? state.csu : undefined;
|
|
30
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
31
|
+
resourceInputs["environment"] = state ? state.environment : undefined;
|
|
32
|
+
resourceInputs["httpEndpoint"] = state ? state.httpEndpoint : undefined;
|
|
33
|
+
resourceInputs["kafkaCluster"] = state ? state.kafkaCluster : undefined;
|
|
34
|
+
resourceInputs["kind"] = state ? state.kind : undefined;
|
|
35
|
+
resourceInputs["storage"] = state ? state.storage : undefined;
|
|
36
|
+
resourceInputs["topicPrefix"] = state ? state.topicPrefix : undefined;
|
|
37
|
+
resourceInputs["useDetailedProcessingLog"] = state ? state.useDetailedProcessingLog : undefined;
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
const args = argsOrState;
|
|
41
|
+
if ((!args || args.credentialIdentity === undefined) && !opts.urn) {
|
|
42
|
+
throw new Error("Missing required property 'credentialIdentity'");
|
|
43
|
+
}
|
|
44
|
+
if ((!args || args.csu === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'csu'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.displayName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'displayName'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.environment === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'environment'");
|
|
52
|
+
}
|
|
53
|
+
if ((!args || args.kafkaCluster === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'kafkaCluster'");
|
|
55
|
+
}
|
|
56
|
+
resourceInputs["credentialIdentity"] = args ? args.credentialIdentity : undefined;
|
|
57
|
+
resourceInputs["csu"] = args ? args.csu : undefined;
|
|
58
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
59
|
+
resourceInputs["environment"] = args ? args.environment : undefined;
|
|
60
|
+
resourceInputs["kafkaCluster"] = args ? args.kafkaCluster : undefined;
|
|
61
|
+
resourceInputs["useDetailedProcessingLog"] = args ? args.useDetailedProcessingLog : undefined;
|
|
62
|
+
resourceInputs["apiVersion"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["httpEndpoint"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["kind"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["storage"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["topicPrefix"] = undefined /*out*/;
|
|
67
|
+
}
|
|
68
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
69
|
+
super(KsqlCluster.__pulumiType, name, resourceInputs, opts);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Get an existing KsqlCluster resource's state with the given name, ID, and optional extra
|
|
73
|
+
* properties used to qualify the lookup.
|
|
74
|
+
*
|
|
75
|
+
* @param name The _unique_ name of the resulting resource.
|
|
76
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
77
|
+
* @param state Any extra arguments used during the lookup.
|
|
78
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
79
|
+
*/
|
|
80
|
+
static get(name, id, state, opts) {
|
|
81
|
+
return new KsqlCluster(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Returns true if the given object is an instance of KsqlCluster. This is designed to work even
|
|
85
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
86
|
+
*/
|
|
87
|
+
static isInstance(obj) {
|
|
88
|
+
if (obj === undefined || obj === null) {
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
return obj['__pulumiType'] === KsqlCluster.__pulumiType;
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
exports.KsqlCluster = KsqlCluster;
|
|
95
|
+
/** @internal */
|
|
96
|
+
KsqlCluster.__pulumiType = 'confluentcloud:index/ksqlCluster:KsqlCluster';
|
|
97
|
+
//# sourceMappingURL=ksqlCluster.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ksqlCluster.js","sourceRoot":"","sources":["../ksqlCluster.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/confluentcloud",
|
|
3
|
-
"version": "v1.
|
|
3
|
+
"version": "v1.3.0-alpha.1663164003+30a51709",
|
|
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.3.0-alpha.1663164003+30a51709"
|
|
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.3.0-alpha.1663164003+30a51709",
|
|
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.3.0-alpha.1663164003+30a51709"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@pulumi/pulumi": "^3.0.0"
|
package/privateLinkAccess.d.ts
CHANGED
|
@@ -38,6 +38,7 @@ export declare class PrivateLinkAccess extends pulumi.CustomResource {
|
|
|
38
38
|
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
39
39
|
*/
|
|
40
40
|
readonly environment: pulumi.Output<outputs.PrivateLinkAccessEnvironment>;
|
|
41
|
+
readonly gcp: pulumi.Output<outputs.PrivateLinkAccessGcp | undefined>;
|
|
41
42
|
/**
|
|
42
43
|
* Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
43
44
|
* accounts.
|
|
@@ -66,6 +67,7 @@ export interface PrivateLinkAccessState {
|
|
|
66
67
|
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
67
68
|
*/
|
|
68
69
|
environment?: pulumi.Input<inputs.PrivateLinkAccessEnvironment>;
|
|
70
|
+
gcp?: pulumi.Input<inputs.PrivateLinkAccessGcp>;
|
|
69
71
|
/**
|
|
70
72
|
* Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
71
73
|
* accounts.
|
|
@@ -86,6 +88,7 @@ export interface PrivateLinkAccessArgs {
|
|
|
86
88
|
* Environment objects represent an isolated namespace for your Confluent resources for organizational purposes.
|
|
87
89
|
*/
|
|
88
90
|
environment: pulumi.Input<inputs.PrivateLinkAccessEnvironment>;
|
|
91
|
+
gcp?: pulumi.Input<inputs.PrivateLinkAccessGcp>;
|
|
89
92
|
/**
|
|
90
93
|
* Network represents a network (VPC) in Confluent Cloud. All Networks exist within Confluent-managed cloud provider
|
|
91
94
|
* accounts.
|
package/privateLinkAccess.js
CHANGED
|
@@ -26,6 +26,7 @@ class PrivateLinkAccess extends pulumi.CustomResource {
|
|
|
26
26
|
resourceInputs["azure"] = state ? state.azure : undefined;
|
|
27
27
|
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
28
28
|
resourceInputs["environment"] = state ? state.environment : undefined;
|
|
29
|
+
resourceInputs["gcp"] = state ? state.gcp : undefined;
|
|
29
30
|
resourceInputs["network"] = state ? state.network : undefined;
|
|
30
31
|
}
|
|
31
32
|
else {
|
|
@@ -40,6 +41,7 @@ class PrivateLinkAccess extends pulumi.CustomResource {
|
|
|
40
41
|
resourceInputs["azure"] = args ? args.azure : undefined;
|
|
41
42
|
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
42
43
|
resourceInputs["environment"] = args ? args.environment : undefined;
|
|
44
|
+
resourceInputs["gcp"] = args ? args.gcp : undefined;
|
|
43
45
|
resourceInputs["network"] = args ? args.network : undefined;
|
|
44
46
|
}
|
|
45
47
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/privateLinkAccess.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"privateLinkAccess.js","sourceRoot":"","sources":["../privateLinkAccess.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,MAAa,iBAAkB,SAAQ,MAAM,CAAC,cAAc;
|
|
1
|
+
{"version":3,"file":"privateLinkAccess.js","sourceRoot":"","sources":["../privateLinkAccess.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -47,65 +47,83 @@ export interface ConnectorKafkaCluster {
|
|
|
47
47
|
*/
|
|
48
48
|
id: pulumi.Input<string>;
|
|
49
49
|
}
|
|
50
|
+
export interface GetIdentityPoolIdentityProvider {
|
|
51
|
+
/**
|
|
52
|
+
* The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
|
|
53
|
+
*/
|
|
54
|
+
id: string;
|
|
55
|
+
}
|
|
56
|
+
export interface GetIdentityPoolIdentityProviderArgs {
|
|
57
|
+
/**
|
|
58
|
+
* The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
|
|
59
|
+
*/
|
|
60
|
+
id: pulumi.Input<string>;
|
|
61
|
+
}
|
|
50
62
|
export interface GetKafkaClusterBasic {
|
|
51
63
|
}
|
|
52
64
|
export interface GetKafkaClusterBasicArgs {
|
|
53
65
|
}
|
|
54
|
-
export interface
|
|
66
|
+
export interface GetKafkaClusterDedicatedArgs {
|
|
55
67
|
/**
|
|
56
68
|
* (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for `SINGLE_ZONE` dedicated clusters is `1` whereas `MULTI_ZONE` dedicated clusters must have more than `2` CKUs.
|
|
57
69
|
*/
|
|
58
|
-
cku?: number
|
|
70
|
+
cku?: pulumi.Input<number>;
|
|
59
71
|
/**
|
|
60
72
|
* (Optional String) The ID of the encryption key that is used to encrypt the data in the Kafka cluster, for example, `arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab` (key Amazon Resource Name) for AWS or `projects/my-test-project/locations/global/keyRings/test-byok/cryptoKeys/test` for GCP. Append required permissions to the key policy before creating a Kafka cluster, see [Encrypt Confluent Cloud Clusters using Self-Managed Keys](https://docs.confluent.io/cloud/current/clusters/byok/index.html) for more details. At the moment, self-managed encryption keys are only available for the Dedicated clusters on AWS or GCP.
|
|
61
73
|
*/
|
|
62
|
-
encryptionKey?: string
|
|
74
|
+
encryptionKey?: pulumi.Input<string>;
|
|
63
75
|
}
|
|
64
|
-
export interface
|
|
76
|
+
export interface GetKafkaClusterDedicated {
|
|
65
77
|
/**
|
|
66
78
|
* (Required Number) The number of Confluent Kafka Units (CKUs) for Dedicated cluster types. The minimum number of CKUs for `SINGLE_ZONE` dedicated clusters is `1` whereas `MULTI_ZONE` dedicated clusters must have more than `2` CKUs.
|
|
67
79
|
*/
|
|
68
|
-
cku?:
|
|
80
|
+
cku?: number;
|
|
69
81
|
/**
|
|
70
82
|
* (Optional String) The ID of the encryption key that is used to encrypt the data in the Kafka cluster, for example, `arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab` (key Amazon Resource Name) for AWS or `projects/my-test-project/locations/global/keyRings/test-byok/cryptoKeys/test` for GCP. Append required permissions to the key policy before creating a Kafka cluster, see [Encrypt Confluent Cloud Clusters using Self-Managed Keys](https://docs.confluent.io/cloud/current/clusters/byok/index.html) for more details. At the moment, self-managed encryption keys are only available for the Dedicated clusters on AWS or GCP.
|
|
71
83
|
*/
|
|
72
|
-
encryptionKey?:
|
|
84
|
+
encryptionKey?: string;
|
|
73
85
|
}
|
|
74
|
-
export interface
|
|
86
|
+
export interface GetKafkaClusterEnvironmentArgs {
|
|
75
87
|
/**
|
|
76
88
|
* The ID of the Environment that the Kafka cluster belongs to, for example, `env-xyz456`.
|
|
77
89
|
*/
|
|
78
|
-
id: string
|
|
90
|
+
id: pulumi.Input<string>;
|
|
79
91
|
}
|
|
80
|
-
export interface
|
|
92
|
+
export interface GetKafkaClusterEnvironment {
|
|
81
93
|
/**
|
|
82
94
|
* The ID of the Environment that the Kafka cluster belongs to, for example, `env-xyz456`.
|
|
83
95
|
*/
|
|
84
|
-
id:
|
|
85
|
-
}
|
|
86
|
-
export interface GetKafkaClusterStandardArgs {
|
|
96
|
+
id: string;
|
|
87
97
|
}
|
|
88
98
|
export interface GetKafkaClusterStandard {
|
|
89
99
|
}
|
|
90
|
-
export interface
|
|
100
|
+
export interface GetKafkaClusterStandardArgs {
|
|
101
|
+
}
|
|
102
|
+
export interface GetKafkaTopicCredentials {
|
|
91
103
|
/**
|
|
92
104
|
* The Kafka API Key.
|
|
93
105
|
*/
|
|
94
|
-
key:
|
|
106
|
+
key: string;
|
|
95
107
|
/**
|
|
96
108
|
* The Kafka API Secret.
|
|
97
109
|
*/
|
|
98
|
-
secret:
|
|
110
|
+
secret: string;
|
|
99
111
|
}
|
|
100
|
-
export interface
|
|
112
|
+
export interface GetKafkaTopicCredentialsArgs {
|
|
101
113
|
/**
|
|
102
114
|
* The Kafka API Key.
|
|
103
115
|
*/
|
|
104
|
-
key: string
|
|
116
|
+
key: pulumi.Input<string>;
|
|
105
117
|
/**
|
|
106
118
|
* The Kafka API Secret.
|
|
107
119
|
*/
|
|
108
|
-
secret: string
|
|
120
|
+
secret: pulumi.Input<string>;
|
|
121
|
+
}
|
|
122
|
+
export interface GetKafkaTopicKafkaClusterArgs {
|
|
123
|
+
/**
|
|
124
|
+
* The ID of the Kafka cluster, for example, `lkc-abc123`.
|
|
125
|
+
*/
|
|
126
|
+
id: pulumi.Input<string>;
|
|
109
127
|
}
|
|
110
128
|
export interface GetKafkaTopicKafkaCluster {
|
|
111
129
|
/**
|
|
@@ -113,9 +131,15 @@ export interface GetKafkaTopicKafkaCluster {
|
|
|
113
131
|
*/
|
|
114
132
|
id: string;
|
|
115
133
|
}
|
|
116
|
-
export interface
|
|
134
|
+
export interface GetKsqlClusterEnvironment {
|
|
117
135
|
/**
|
|
118
|
-
* The ID of the
|
|
136
|
+
* The ID of the Environment that the ksqlDB cluster belongs to, for example, `env-xyz456`.
|
|
137
|
+
*/
|
|
138
|
+
id: string;
|
|
139
|
+
}
|
|
140
|
+
export interface GetKsqlClusterEnvironmentArgs {
|
|
141
|
+
/**
|
|
142
|
+
* The ID of the Environment that the ksqlDB cluster belongs to, for example, `env-xyz456`.
|
|
119
143
|
*/
|
|
120
144
|
id: pulumi.Input<string>;
|
|
121
145
|
}
|
|
@@ -139,6 +163,14 @@ export interface GetNetworkAwArgs {
|
|
|
139
163
|
*/
|
|
140
164
|
vpc?: pulumi.Input<string>;
|
|
141
165
|
}
|
|
166
|
+
export interface GetNetworkAzure {
|
|
167
|
+
/**
|
|
168
|
+
* (Optional Map) The mapping of zones to Private Link Service Aliases if available. Keys are zones and values are [Azure Private Link Service Aliases](https://docs.microsoft.com/en-us/azure/private-link/private-link-service-overview#share-your-service).
|
|
169
|
+
*/
|
|
170
|
+
privateLinkServiceAliases?: {
|
|
171
|
+
[key: string]: string;
|
|
172
|
+
};
|
|
173
|
+
}
|
|
142
174
|
export interface GetNetworkAzureArgs {
|
|
143
175
|
/**
|
|
144
176
|
* (Optional Map) The mapping of zones to Private Link Service Aliases if available. Keys are zones and values are [Azure Private Link Service Aliases](https://docs.microsoft.com/en-us/azure/private-link/private-link-service-overview#share-your-service).
|
|
@@ -147,13 +179,11 @@ export interface GetNetworkAzureArgs {
|
|
|
147
179
|
[key: string]: pulumi.Input<string>;
|
|
148
180
|
}>;
|
|
149
181
|
}
|
|
150
|
-
export interface
|
|
182
|
+
export interface GetNetworkEnvironmentArgs {
|
|
151
183
|
/**
|
|
152
|
-
*
|
|
184
|
+
* The ID of the Environment that the Network belongs to, for example, `env-xyz456`.
|
|
153
185
|
*/
|
|
154
|
-
|
|
155
|
-
[key: string]: string;
|
|
156
|
-
};
|
|
186
|
+
id: pulumi.Input<string>;
|
|
157
187
|
}
|
|
158
188
|
export interface GetNetworkEnvironment {
|
|
159
189
|
/**
|
|
@@ -161,15 +191,15 @@ export interface GetNetworkEnvironment {
|
|
|
161
191
|
*/
|
|
162
192
|
id: string;
|
|
163
193
|
}
|
|
164
|
-
export interface
|
|
194
|
+
export interface GetNetworkGcp {
|
|
165
195
|
/**
|
|
166
|
-
* The
|
|
196
|
+
* (Optional Map) The mapping of zones to Private Service Connect service attachments if available. Keys are zones and values are [GCP Private Service Connect service attachment](https://cloud.google.com/vpc/docs/configure-private-service-connect-producer#api_7).
|
|
167
197
|
*/
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
198
|
+
privateServiceConnectServiceAttachments?: {
|
|
199
|
+
[key: string]: string;
|
|
200
|
+
};
|
|
171
201
|
/**
|
|
172
|
-
* (Required String) The GCP project.
|
|
202
|
+
* (Required String) The GCP project ID.
|
|
173
203
|
*/
|
|
174
204
|
project?: string;
|
|
175
205
|
/**
|
|
@@ -179,7 +209,13 @@ export interface GetNetworkGcp {
|
|
|
179
209
|
}
|
|
180
210
|
export interface GetNetworkGcpArgs {
|
|
181
211
|
/**
|
|
182
|
-
* (
|
|
212
|
+
* (Optional Map) The mapping of zones to Private Service Connect service attachments if available. Keys are zones and values are [GCP Private Service Connect service attachment](https://cloud.google.com/vpc/docs/configure-private-service-connect-producer#api_7).
|
|
213
|
+
*/
|
|
214
|
+
privateServiceConnectServiceAttachments?: pulumi.Input<{
|
|
215
|
+
[key: string]: pulumi.Input<string>;
|
|
216
|
+
}>;
|
|
217
|
+
/**
|
|
218
|
+
* (Required String) The GCP project ID.
|
|
183
219
|
*/
|
|
184
220
|
project?: pulumi.Input<string>;
|
|
185
221
|
/**
|
|
@@ -187,17 +223,17 @@ export interface GetNetworkGcpArgs {
|
|
|
187
223
|
*/
|
|
188
224
|
vpcNetwork?: pulumi.Input<string>;
|
|
189
225
|
}
|
|
190
|
-
export interface
|
|
226
|
+
export interface GetPeeringEnvironmentArgs {
|
|
191
227
|
/**
|
|
192
228
|
* The ID of the Environment that the Peering belongs to, for example, `env-xyz456`.
|
|
193
229
|
*/
|
|
194
|
-
id: string
|
|
230
|
+
id: pulumi.Input<string>;
|
|
195
231
|
}
|
|
196
|
-
export interface
|
|
232
|
+
export interface GetPeeringEnvironment {
|
|
197
233
|
/**
|
|
198
234
|
* The ID of the Environment that the Peering belongs to, for example, `env-xyz456`.
|
|
199
235
|
*/
|
|
200
|
-
id:
|
|
236
|
+
id: string;
|
|
201
237
|
}
|
|
202
238
|
export interface GetPrivateLinkAccessEnvironment {
|
|
203
239
|
/**
|
|
@@ -211,6 +247,12 @@ export interface GetPrivateLinkAccessEnvironmentArgs {
|
|
|
211
247
|
*/
|
|
212
248
|
id: pulumi.Input<string>;
|
|
213
249
|
}
|
|
250
|
+
export interface IdentityPoolIdentityProvider {
|
|
251
|
+
/**
|
|
252
|
+
* The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
|
|
253
|
+
*/
|
|
254
|
+
id: pulumi.Input<string>;
|
|
255
|
+
}
|
|
214
256
|
export interface KafkaAclCredentials {
|
|
215
257
|
/**
|
|
216
258
|
* The Kafka API Key.
|
|
@@ -269,6 +311,24 @@ export interface KafkaTopicKafkaCluster {
|
|
|
269
311
|
*/
|
|
270
312
|
id: pulumi.Input<string>;
|
|
271
313
|
}
|
|
314
|
+
export interface KsqlClusterCredentialIdentity {
|
|
315
|
+
/**
|
|
316
|
+
* The ID of the associated service or user account, for example, `sa-abc123`.
|
|
317
|
+
*/
|
|
318
|
+
id: pulumi.Input<string>;
|
|
319
|
+
}
|
|
320
|
+
export interface KsqlClusterEnvironment {
|
|
321
|
+
/**
|
|
322
|
+
* The ID of the associated service or user account, for example, `sa-abc123`.
|
|
323
|
+
*/
|
|
324
|
+
id: pulumi.Input<string>;
|
|
325
|
+
}
|
|
326
|
+
export interface KsqlClusterKafkaCluster {
|
|
327
|
+
/**
|
|
328
|
+
* The ID of the associated service or user account, for example, `sa-abc123`.
|
|
329
|
+
*/
|
|
330
|
+
id: pulumi.Input<string>;
|
|
331
|
+
}
|
|
272
332
|
export interface NetworkAw {
|
|
273
333
|
/**
|
|
274
334
|
* (Optional String) The AWS VPC endpoint service for the network (used for Private Link) if available.
|
|
@@ -295,7 +355,13 @@ export interface NetworkEnvironment {
|
|
|
295
355
|
}
|
|
296
356
|
export interface NetworkGcp {
|
|
297
357
|
/**
|
|
298
|
-
* (
|
|
358
|
+
* (Optional Map) The mapping of zones to Private Service Connect service attachments if available. Keys are zones and values are [GCP Private Service Connect service attachment](https://cloud.google.com/vpc/docs/configure-private-service-connect-producer#api_7).
|
|
359
|
+
*/
|
|
360
|
+
privateServiceConnectServiceAttachments?: pulumi.Input<{
|
|
361
|
+
[key: string]: pulumi.Input<string>;
|
|
362
|
+
}>;
|
|
363
|
+
/**
|
|
364
|
+
* (Required String) The GCP project ID.
|
|
299
365
|
*/
|
|
300
366
|
project?: pulumi.Input<string>;
|
|
301
367
|
/**
|
|
@@ -379,6 +445,12 @@ export interface PrivateLinkAccessEnvironment {
|
|
|
379
445
|
*/
|
|
380
446
|
id: pulumi.Input<string>;
|
|
381
447
|
}
|
|
448
|
+
export interface PrivateLinkAccessGcp {
|
|
449
|
+
/**
|
|
450
|
+
* The GCP project ID to allow for Private Service Connect access. You can find your Google Cloud Project ID under **Project ID** section of your [Google Cloud Console dashboard](https://console.cloud.google.com/home/dashboard).
|
|
451
|
+
*/
|
|
452
|
+
project: pulumi.Input<string>;
|
|
453
|
+
}
|
|
382
454
|
export interface PrivateLinkAccessNetwork {
|
|
383
455
|
/**
|
|
384
456
|
* The ID of the Network that the Private Link Access belongs to, for example, `n-abc123`.
|