@pulumi/confluentcloud 1.8.0-alpha.1673555835 → 1.8.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.
Files changed (111) hide show
  1. package/apiKey.d.ts +4 -4
  2. package/apiKey.js +1 -1
  3. package/config/vars.d.ts +20 -0
  4. package/config/vars.js +30 -0
  5. package/config/vars.js.map +1 -1
  6. package/getEnvironment.d.ts +28 -0
  7. package/getEnvironment.js +30 -5
  8. package/getEnvironment.js.map +1 -1
  9. package/getIdentityPool.d.ts +37 -1
  10. package/getIdentityPool.js +30 -6
  11. package/getIdentityPool.js.map +1 -1
  12. package/getIdentityProvider.d.ts +22 -1
  13. package/getIdentityProvider.js +24 -6
  14. package/getIdentityProvider.js.map +1 -1
  15. package/getKafkaClientQuota.d.ts +29 -6
  16. package/getKafkaClientQuota.js +22 -9
  17. package/getKafkaClientQuota.js.map +1 -1
  18. package/getKafkaCluster.d.ts +30 -0
  19. package/getKafkaCluster.js +29 -5
  20. package/getKafkaCluster.js.map +1 -1
  21. package/getKafkaTopic.d.ts +3 -28
  22. package/getKafkaTopic.js +2 -30
  23. package/getKafkaTopic.js.map +1 -1
  24. package/getKsqlCluster.d.ts +38 -4
  25. package/getKsqlCluster.js +31 -5
  26. package/getKsqlCluster.js.map +1 -1
  27. package/getNetwork.d.ts +41 -1
  28. package/getNetwork.js +30 -5
  29. package/getNetwork.js.map +1 -1
  30. package/getOrganization.js +1 -4
  31. package/getOrganization.js.map +1 -1
  32. package/getPeering.d.ts +39 -1
  33. package/getPeering.js +29 -5
  34. package/getPeering.js.map +1 -1
  35. package/getPrivateLinkAccess.d.ts +39 -1
  36. package/getPrivateLinkAccess.js +29 -5
  37. package/getPrivateLinkAccess.js.map +1 -1
  38. package/getRoleBinding.d.ts +17 -0
  39. package/getRoleBinding.js +19 -5
  40. package/getRoleBinding.js.map +1 -1
  41. package/getSchema.d.ts +76 -0
  42. package/getSchema.js +23 -0
  43. package/getSchema.js.map +1 -0
  44. package/getSchemaRegistryCluster.d.ts +30 -1
  45. package/getSchemaRegistryCluster.js +29 -5
  46. package/getSchemaRegistryCluster.js.map +1 -1
  47. package/getSchemaRegistryClusterConfig.d.ts +43 -0
  48. package/getSchemaRegistryClusterConfig.js +22 -0
  49. package/getSchemaRegistryClusterConfig.js.map +1 -0
  50. package/getSchemaRegistryClusterMode.d.ts +43 -0
  51. package/getSchemaRegistryClusterMode.js +22 -0
  52. package/getSchemaRegistryClusterMode.js.map +1 -0
  53. package/getSchemaRegistryRegion.d.ts +19 -0
  54. package/getSchemaRegistryRegion.js +21 -5
  55. package/getSchemaRegistryRegion.js.map +1 -1
  56. package/getServiceAccount.d.ts +21 -0
  57. package/getServiceAccount.js +23 -5
  58. package/getServiceAccount.js.map +1 -1
  59. package/getSubjectConfig.d.ts +52 -0
  60. package/getSubjectConfig.js +22 -0
  61. package/getSubjectConfig.js.map +1 -0
  62. package/getSubjectMode.d.ts +52 -0
  63. package/getSubjectMode.js +22 -0
  64. package/getSubjectMode.js.map +1 -0
  65. package/getTransitGatewayAttachment.d.ts +40 -5
  66. package/getTransitGatewayAttachment.js +30 -9
  67. package/getTransitGatewayAttachment.js.map +1 -1
  68. package/getUser.d.ts +38 -0
  69. package/getUser.js +40 -5
  70. package/getUser.js.map +1 -1
  71. package/identityPool.d.ts +1 -1
  72. package/identityPool.js +1 -1
  73. package/identityProvider.d.ts +5 -5
  74. package/identityProvider.js +5 -5
  75. package/index.d.ts +30 -0
  76. package/index.js +79 -39
  77. package/index.js.map +1 -1
  78. package/kafkaAcl.d.ts +9 -3
  79. package/kafkaAcl.js +7 -4
  80. package/kafkaAcl.js.map +1 -1
  81. package/kafkaClusterConfig.d.ts +7 -27
  82. package/kafkaClusterConfig.js +5 -28
  83. package/kafkaClusterConfig.js.map +1 -1
  84. package/kafkaTopic.d.ts +9 -3
  85. package/kafkaTopic.js +7 -4
  86. package/kafkaTopic.js.map +1 -1
  87. package/network.d.ts +18 -3
  88. package/network.js +2 -0
  89. package/network.js.map +1 -1
  90. package/package.json +2 -2
  91. package/package.json.dev +2 -2
  92. package/provider.d.ts +40 -0
  93. package/provider.js +6 -1
  94. package/provider.js.map +1 -1
  95. package/schema.d.ts +140 -0
  96. package/schema.js +87 -0
  97. package/schema.js.map +1 -0
  98. package/schemaRegistryClusterConfig.d.ts +88 -0
  99. package/schemaRegistryClusterConfig.js +68 -0
  100. package/schemaRegistryClusterConfig.js.map +1 -0
  101. package/schemaRegistryClusterMode.d.ts +88 -0
  102. package/schemaRegistryClusterMode.js +68 -0
  103. package/schemaRegistryClusterMode.js.map +1 -0
  104. package/subjectConfig.d.ts +100 -0
  105. package/subjectConfig.js +73 -0
  106. package/subjectConfig.js.map +1 -0
  107. package/subjectMode.d.ts +100 -0
  108. package/subjectMode.js +73 -0
  109. package/subjectMode.js.map +1 -0
  110. package/types/input.d.ts +299 -25
  111. package/types/output.d.ts +202 -6
@@ -0,0 +1,88 @@
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 Mode by using the Schema Registry cluster ID, Subject name in the format `<Schema Registry cluster ID>`, for example$ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>" $ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>" $ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
8
+ *
9
+ * ```sh
10
+ * $ pulumi import confluentcloud:index/schemaRegistryClusterMode:SchemaRegistryClusterMode example lsrc-abc123
11
+ * ```
12
+ *
13
+ * !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
14
+ */
15
+ export declare class SchemaRegistryClusterMode extends pulumi.CustomResource {
16
+ /**
17
+ * Get an existing SchemaRegistryClusterMode 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?: SchemaRegistryClusterModeState, opts?: pulumi.CustomResourceOptions): SchemaRegistryClusterMode;
26
+ /**
27
+ * Returns true if the given object is an instance of SchemaRegistryClusterMode. 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 SchemaRegistryClusterMode;
31
+ /**
32
+ * The Cluster API Credentials.
33
+ */
34
+ readonly credentials: pulumi.Output<outputs.SchemaRegistryClusterModeCredentials | undefined>;
35
+ /**
36
+ * The global Schema Registry mode. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
37
+ */
38
+ readonly mode: pulumi.Output<string>;
39
+ /**
40
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
41
+ */
42
+ readonly restEndpoint: pulumi.Output<string | undefined>;
43
+ readonly schemaRegistryCluster: pulumi.Output<outputs.SchemaRegistryClusterModeSchemaRegistryCluster | undefined>;
44
+ /**
45
+ * Create a SchemaRegistryClusterMode resource with the given unique name, arguments, and options.
46
+ *
47
+ * @param name The _unique_ name of the resource.
48
+ * @param args The arguments to use to populate this resource's properties.
49
+ * @param opts A bag of options that control this resource's behavior.
50
+ */
51
+ constructor(name: string, args?: SchemaRegistryClusterModeArgs, opts?: pulumi.CustomResourceOptions);
52
+ }
53
+ /**
54
+ * Input properties used for looking up and filtering SchemaRegistryClusterMode resources.
55
+ */
56
+ export interface SchemaRegistryClusterModeState {
57
+ /**
58
+ * The Cluster API Credentials.
59
+ */
60
+ credentials?: pulumi.Input<inputs.SchemaRegistryClusterModeCredentials>;
61
+ /**
62
+ * The global Schema Registry mode. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
63
+ */
64
+ mode?: pulumi.Input<string>;
65
+ /**
66
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
67
+ */
68
+ restEndpoint?: pulumi.Input<string>;
69
+ schemaRegistryCluster?: pulumi.Input<inputs.SchemaRegistryClusterModeSchemaRegistryCluster>;
70
+ }
71
+ /**
72
+ * The set of arguments for constructing a SchemaRegistryClusterMode resource.
73
+ */
74
+ export interface SchemaRegistryClusterModeArgs {
75
+ /**
76
+ * The Cluster API Credentials.
77
+ */
78
+ credentials?: pulumi.Input<inputs.SchemaRegistryClusterModeCredentials>;
79
+ /**
80
+ * The global Schema Registry mode. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
81
+ */
82
+ mode?: pulumi.Input<string>;
83
+ /**
84
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
85
+ */
86
+ restEndpoint?: pulumi.Input<string>;
87
+ schemaRegistryCluster?: pulumi.Input<inputs.SchemaRegistryClusterModeSchemaRegistryCluster>;
88
+ }
@@ -0,0 +1,68 @@
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.SchemaRegistryClusterMode = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * ## Import
10
+ *
11
+ * You can import a Mode by using the Schema Registry cluster ID, Subject name in the format `<Schema Registry cluster ID>`, for example$ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>" $ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>" $ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
12
+ *
13
+ * ```sh
14
+ * $ pulumi import confluentcloud:index/schemaRegistryClusterMode:SchemaRegistryClusterMode example lsrc-abc123
15
+ * ```
16
+ *
17
+ * !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
18
+ */
19
+ class SchemaRegistryClusterMode extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing SchemaRegistryClusterMode resource's state with the given name, ID, and optional extra
22
+ * properties used to qualify the lookup.
23
+ *
24
+ * @param name The _unique_ name of the resulting resource.
25
+ * @param id The _unique_ provider ID of the resource to lookup.
26
+ * @param state Any extra arguments used during the lookup.
27
+ * @param opts Optional settings to control the behavior of the CustomResource.
28
+ */
29
+ static get(name, id, state, opts) {
30
+ return new SchemaRegistryClusterMode(name, state, Object.assign(Object.assign({}, opts), { id: id }));
31
+ }
32
+ /**
33
+ * Returns true if the given object is an instance of SchemaRegistryClusterMode. This is designed to work even
34
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
35
+ */
36
+ static isInstance(obj) {
37
+ if (obj === undefined || obj === null) {
38
+ return false;
39
+ }
40
+ return obj['__pulumiType'] === SchemaRegistryClusterMode.__pulumiType;
41
+ }
42
+ constructor(name, argsOrState, opts) {
43
+ let resourceInputs = {};
44
+ opts = opts || {};
45
+ if (opts.id) {
46
+ const state = argsOrState;
47
+ resourceInputs["credentials"] = state ? state.credentials : undefined;
48
+ resourceInputs["mode"] = state ? state.mode : undefined;
49
+ resourceInputs["restEndpoint"] = state ? state.restEndpoint : undefined;
50
+ resourceInputs["schemaRegistryCluster"] = state ? state.schemaRegistryCluster : undefined;
51
+ }
52
+ else {
53
+ const args = argsOrState;
54
+ resourceInputs["credentials"] = (args === null || args === void 0 ? void 0 : args.credentials) ? pulumi.secret(args.credentials) : undefined;
55
+ resourceInputs["mode"] = args ? args.mode : undefined;
56
+ resourceInputs["restEndpoint"] = args ? args.restEndpoint : undefined;
57
+ resourceInputs["schemaRegistryCluster"] = args ? args.schemaRegistryCluster : undefined;
58
+ }
59
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
60
+ const secretOpts = { additionalSecretOutputs: ["credentials"] };
61
+ opts = pulumi.mergeOptions(opts, secretOpts);
62
+ super(SchemaRegistryClusterMode.__pulumiType, name, resourceInputs, opts);
63
+ }
64
+ }
65
+ exports.SchemaRegistryClusterMode = SchemaRegistryClusterMode;
66
+ /** @internal */
67
+ SchemaRegistryClusterMode.__pulumiType = 'confluentcloud:index/schemaRegistryClusterMode:SchemaRegistryClusterMode';
68
+ //# sourceMappingURL=schemaRegistryClusterMode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schemaRegistryClusterMode.js","sourceRoot":"","sources":["../schemaRegistryClusterMode.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;;;;;GAUG;AACH,MAAa,yBAA0B,SAAQ,MAAM,CAAC,cAAc;IAChE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAsC,EAAE,IAAmC;QACpI,OAAO,IAAI,yBAAyB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAChF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,yBAAyB,CAAC,YAAY,CAAC;IAC1E,CAAC;IAwBD,YAAY,IAAY,EAAE,WAA4E,EAAE,IAAmC;QACvI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAyD,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,uBAAuB,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC7F;aAAM;YACH,MAAM,IAAI,GAAG,WAAwD,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,WAAW,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAChG,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;YACtD,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3F;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,aAAa,CAAC,EAAE,CAAC;QAChE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,yBAAyB,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC9E,CAAC;;AAtEL,8DAuEC;AAzDG,gBAAgB;AACO,sCAAY,GAAG,0EAA0E,CAAC"}
@@ -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 Subject Config by using the Schema Registry cluster ID, Subject name in the format `<Schema Registry cluster ID>/<Subject name>`, for example$ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>" $ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>" $ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
8
+ *
9
+ * ```sh
10
+ * $ pulumi import confluentcloud:index/subjectConfig:SubjectConfig example lsrc-abc123/test-subject
11
+ * ```
12
+ *
13
+ * !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
14
+ */
15
+ export declare class SubjectConfig extends pulumi.CustomResource {
16
+ /**
17
+ * Get an existing SubjectConfig 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?: SubjectConfigState, opts?: pulumi.CustomResourceOptions): SubjectConfig;
26
+ /**
27
+ * Returns true if the given object is an instance of SubjectConfig. 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 SubjectConfig;
31
+ /**
32
+ * The Compatibility Level of the specified subject. Accepted values are: `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE`, and `NONE`. See the [Compatibility Types](https://docs.confluent.io/platform/current/schema-registry/avro.html#compatibility-types) for more details.
33
+ */
34
+ readonly compatibilityLevel: pulumi.Output<string>;
35
+ /**
36
+ * The Cluster API Credentials.
37
+ */
38
+ readonly credentials: pulumi.Output<outputs.SubjectConfigCredentials | undefined>;
39
+ /**
40
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
41
+ */
42
+ readonly restEndpoint: pulumi.Output<string | undefined>;
43
+ readonly schemaRegistryCluster: pulumi.Output<outputs.SubjectConfigSchemaRegistryCluster | undefined>;
44
+ /**
45
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
46
+ */
47
+ readonly subjectName: pulumi.Output<string>;
48
+ /**
49
+ * Create a SubjectConfig 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: SubjectConfigArgs, opts?: pulumi.CustomResourceOptions);
56
+ }
57
+ /**
58
+ * Input properties used for looking up and filtering SubjectConfig resources.
59
+ */
60
+ export interface SubjectConfigState {
61
+ /**
62
+ * The Compatibility Level of the specified subject. Accepted values are: `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE`, and `NONE`. See the [Compatibility Types](https://docs.confluent.io/platform/current/schema-registry/avro.html#compatibility-types) for more details.
63
+ */
64
+ compatibilityLevel?: pulumi.Input<string>;
65
+ /**
66
+ * The Cluster API Credentials.
67
+ */
68
+ credentials?: pulumi.Input<inputs.SubjectConfigCredentials>;
69
+ /**
70
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
71
+ */
72
+ restEndpoint?: pulumi.Input<string>;
73
+ schemaRegistryCluster?: pulumi.Input<inputs.SubjectConfigSchemaRegistryCluster>;
74
+ /**
75
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
76
+ */
77
+ subjectName?: pulumi.Input<string>;
78
+ }
79
+ /**
80
+ * The set of arguments for constructing a SubjectConfig resource.
81
+ */
82
+ export interface SubjectConfigArgs {
83
+ /**
84
+ * The Compatibility Level of the specified subject. Accepted values are: `BACKWARD`, `BACKWARD_TRANSITIVE`, `FORWARD`, `FORWARD_TRANSITIVE`, `FULL`, `FULL_TRANSITIVE`, and `NONE`. See the [Compatibility Types](https://docs.confluent.io/platform/current/schema-registry/avro.html#compatibility-types) for more details.
85
+ */
86
+ compatibilityLevel?: pulumi.Input<string>;
87
+ /**
88
+ * The Cluster API Credentials.
89
+ */
90
+ credentials?: pulumi.Input<inputs.SubjectConfigCredentials>;
91
+ /**
92
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
93
+ */
94
+ restEndpoint?: pulumi.Input<string>;
95
+ schemaRegistryCluster?: pulumi.Input<inputs.SubjectConfigSchemaRegistryCluster>;
96
+ /**
97
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
98
+ */
99
+ subjectName: pulumi.Input<string>;
100
+ }
@@ -0,0 +1,73 @@
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.SubjectConfig = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * ## Import
10
+ *
11
+ * You can import a Subject Config by using the Schema Registry cluster ID, Subject name in the format `<Schema Registry cluster ID>/<Subject name>`, for example$ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>" $ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>" $ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
12
+ *
13
+ * ```sh
14
+ * $ pulumi import confluentcloud:index/subjectConfig:SubjectConfig example lsrc-abc123/test-subject
15
+ * ```
16
+ *
17
+ * !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
18
+ */
19
+ class SubjectConfig extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing SubjectConfig resource's state with the given name, ID, and optional extra
22
+ * properties used to qualify the lookup.
23
+ *
24
+ * @param name The _unique_ name of the resulting resource.
25
+ * @param id The _unique_ provider ID of the resource to lookup.
26
+ * @param state Any extra arguments used during the lookup.
27
+ * @param opts Optional settings to control the behavior of the CustomResource.
28
+ */
29
+ static get(name, id, state, opts) {
30
+ return new SubjectConfig(name, state, Object.assign(Object.assign({}, opts), { id: id }));
31
+ }
32
+ /**
33
+ * Returns true if the given object is an instance of SubjectConfig. This is designed to work even
34
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
35
+ */
36
+ static isInstance(obj) {
37
+ if (obj === undefined || obj === null) {
38
+ return false;
39
+ }
40
+ return obj['__pulumiType'] === SubjectConfig.__pulumiType;
41
+ }
42
+ constructor(name, argsOrState, opts) {
43
+ let resourceInputs = {};
44
+ opts = opts || {};
45
+ if (opts.id) {
46
+ const state = argsOrState;
47
+ resourceInputs["compatibilityLevel"] = state ? state.compatibilityLevel : undefined;
48
+ resourceInputs["credentials"] = state ? state.credentials : undefined;
49
+ resourceInputs["restEndpoint"] = state ? state.restEndpoint : undefined;
50
+ resourceInputs["schemaRegistryCluster"] = state ? state.schemaRegistryCluster : undefined;
51
+ resourceInputs["subjectName"] = state ? state.subjectName : undefined;
52
+ }
53
+ else {
54
+ const args = argsOrState;
55
+ if ((!args || args.subjectName === undefined) && !opts.urn) {
56
+ throw new Error("Missing required property 'subjectName'");
57
+ }
58
+ resourceInputs["compatibilityLevel"] = args ? args.compatibilityLevel : undefined;
59
+ resourceInputs["credentials"] = (args === null || args === void 0 ? void 0 : args.credentials) ? pulumi.secret(args.credentials) : undefined;
60
+ resourceInputs["restEndpoint"] = args ? args.restEndpoint : undefined;
61
+ resourceInputs["schemaRegistryCluster"] = args ? args.schemaRegistryCluster : undefined;
62
+ resourceInputs["subjectName"] = args ? args.subjectName : undefined;
63
+ }
64
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
65
+ const secretOpts = { additionalSecretOutputs: ["credentials"] };
66
+ opts = pulumi.mergeOptions(opts, secretOpts);
67
+ super(SubjectConfig.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ }
70
+ exports.SubjectConfig = SubjectConfig;
71
+ /** @internal */
72
+ SubjectConfig.__pulumiType = 'confluentcloud:index/subjectConfig:SubjectConfig';
73
+ //# sourceMappingURL=subjectConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subjectConfig.js","sourceRoot":"","sources":["../subjectConfig.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 Subject Mode by using the Schema Registry cluster ID, Subject name in the format `<Schema Registry cluster ID>/<Subject name>`, for example$ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>" $ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>" $ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
8
+ *
9
+ * ```sh
10
+ * $ pulumi import confluentcloud:index/subjectMode:SubjectMode example lsrc-abc123/test-subject
11
+ * ```
12
+ *
13
+ * !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
14
+ */
15
+ export declare class SubjectMode extends pulumi.CustomResource {
16
+ /**
17
+ * Get an existing SubjectMode 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?: SubjectModeState, opts?: pulumi.CustomResourceOptions): SubjectMode;
26
+ /**
27
+ * Returns true if the given object is an instance of SubjectMode. 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 SubjectMode;
31
+ /**
32
+ * The Cluster API Credentials.
33
+ */
34
+ readonly credentials: pulumi.Output<outputs.SubjectModeCredentials | undefined>;
35
+ /**
36
+ * The mode of the specified subject. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
37
+ */
38
+ readonly mode: pulumi.Output<string>;
39
+ /**
40
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
41
+ */
42
+ readonly restEndpoint: pulumi.Output<string | undefined>;
43
+ readonly schemaRegistryCluster: pulumi.Output<outputs.SubjectModeSchemaRegistryCluster | undefined>;
44
+ /**
45
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
46
+ */
47
+ readonly subjectName: pulumi.Output<string>;
48
+ /**
49
+ * Create a SubjectMode 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: SubjectModeArgs, opts?: pulumi.CustomResourceOptions);
56
+ }
57
+ /**
58
+ * Input properties used for looking up and filtering SubjectMode resources.
59
+ */
60
+ export interface SubjectModeState {
61
+ /**
62
+ * The Cluster API Credentials.
63
+ */
64
+ credentials?: pulumi.Input<inputs.SubjectModeCredentials>;
65
+ /**
66
+ * The mode of the specified subject. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
67
+ */
68
+ mode?: pulumi.Input<string>;
69
+ /**
70
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
71
+ */
72
+ restEndpoint?: pulumi.Input<string>;
73
+ schemaRegistryCluster?: pulumi.Input<inputs.SubjectModeSchemaRegistryCluster>;
74
+ /**
75
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
76
+ */
77
+ subjectName?: pulumi.Input<string>;
78
+ }
79
+ /**
80
+ * The set of arguments for constructing a SubjectMode resource.
81
+ */
82
+ export interface SubjectModeArgs {
83
+ /**
84
+ * The Cluster API Credentials.
85
+ */
86
+ credentials?: pulumi.Input<inputs.SubjectModeCredentials>;
87
+ /**
88
+ * The mode of the specified subject. Accepted values are: `READWRITE`, `READONLY`, `READONLY_OVERRIDE`, and `IMPORT`.
89
+ */
90
+ mode?: pulumi.Input<string>;
91
+ /**
92
+ * The REST endpoint of the Schema Registry cluster, for example, `https://psrc-00000.us-central1.gcp.confluent.cloud:443`).
93
+ */
94
+ restEndpoint?: pulumi.Input<string>;
95
+ schemaRegistryCluster?: pulumi.Input<inputs.SubjectModeSchemaRegistryCluster>;
96
+ /**
97
+ * The name of the subject (in other words, the namespace), representing the subject under which the schema will be registered, for example, `test-subject`.
98
+ */
99
+ subjectName: pulumi.Input<string>;
100
+ }
package/subjectMode.js ADDED
@@ -0,0 +1,73 @@
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.SubjectMode = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("./utilities");
8
+ /**
9
+ * ## Import
10
+ *
11
+ * You can import a Subject Mode by using the Schema Registry cluster ID, Subject name in the format `<Schema Registry cluster ID>/<Subject name>`, for example$ export IMPORT_SCHEMA_REGISTRY_API_KEY="<schema_registry_api_key>" $ export IMPORT_SCHEMA_REGISTRY_API_SECRET="<schema_registry_api_secret>" $ export IMPORT_SCHEMA_REGISTRY_REST_ENDPOINT="<schema_registry_rest_endpoint>"
12
+ *
13
+ * ```sh
14
+ * $ pulumi import confluentcloud:index/subjectMode:SubjectMode example lsrc-abc123/test-subject
15
+ * ```
16
+ *
17
+ * !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
18
+ */
19
+ class SubjectMode extends pulumi.CustomResource {
20
+ /**
21
+ * Get an existing SubjectMode resource's state with the given name, ID, and optional extra
22
+ * properties used to qualify the lookup.
23
+ *
24
+ * @param name The _unique_ name of the resulting resource.
25
+ * @param id The _unique_ provider ID of the resource to lookup.
26
+ * @param state Any extra arguments used during the lookup.
27
+ * @param opts Optional settings to control the behavior of the CustomResource.
28
+ */
29
+ static get(name, id, state, opts) {
30
+ return new SubjectMode(name, state, Object.assign(Object.assign({}, opts), { id: id }));
31
+ }
32
+ /**
33
+ * Returns true if the given object is an instance of SubjectMode. This is designed to work even
34
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
35
+ */
36
+ static isInstance(obj) {
37
+ if (obj === undefined || obj === null) {
38
+ return false;
39
+ }
40
+ return obj['__pulumiType'] === SubjectMode.__pulumiType;
41
+ }
42
+ constructor(name, argsOrState, opts) {
43
+ let resourceInputs = {};
44
+ opts = opts || {};
45
+ if (opts.id) {
46
+ const state = argsOrState;
47
+ resourceInputs["credentials"] = state ? state.credentials : undefined;
48
+ resourceInputs["mode"] = state ? state.mode : undefined;
49
+ resourceInputs["restEndpoint"] = state ? state.restEndpoint : undefined;
50
+ resourceInputs["schemaRegistryCluster"] = state ? state.schemaRegistryCluster : undefined;
51
+ resourceInputs["subjectName"] = state ? state.subjectName : undefined;
52
+ }
53
+ else {
54
+ const args = argsOrState;
55
+ if ((!args || args.subjectName === undefined) && !opts.urn) {
56
+ throw new Error("Missing required property 'subjectName'");
57
+ }
58
+ resourceInputs["credentials"] = (args === null || args === void 0 ? void 0 : args.credentials) ? pulumi.secret(args.credentials) : undefined;
59
+ resourceInputs["mode"] = args ? args.mode : undefined;
60
+ resourceInputs["restEndpoint"] = args ? args.restEndpoint : undefined;
61
+ resourceInputs["schemaRegistryCluster"] = args ? args.schemaRegistryCluster : undefined;
62
+ resourceInputs["subjectName"] = args ? args.subjectName : undefined;
63
+ }
64
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
65
+ const secretOpts = { additionalSecretOutputs: ["credentials"] };
66
+ opts = pulumi.mergeOptions(opts, secretOpts);
67
+ super(SubjectMode.__pulumiType, name, resourceInputs, opts);
68
+ }
69
+ }
70
+ exports.SubjectMode = SubjectMode;
71
+ /** @internal */
72
+ SubjectMode.__pulumiType = 'confluentcloud:index/subjectMode:SubjectMode';
73
+ //# sourceMappingURL=subjectMode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"subjectMode.js","sourceRoot":"","sources":["../subjectMode.ts"],"names":[],"mappings":"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"}