@pulumi/confluentcloud 1.24.0-alpha.1690815618 → 1.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/businessMetadataBinding.d.ts +3 -3
- package/getBusinessMetadataBinding.d.ts +2 -2
- package/getKafkaCluster.d.ts +12 -0
- package/getKafkaCluster.js +1 -0
- package/getKafkaCluster.js.map +1 -1
- package/getPrivateLinkAttachment.d.ts +106 -0
- package/getPrivateLinkAttachment.js +68 -0
- package/getPrivateLinkAttachment.js.map +1 -0
- package/getPrivateLinkAttachmentConnection.d.ts +101 -0
- package/getPrivateLinkAttachmentConnection.js +68 -0
- package/getPrivateLinkAttachmentConnection.js.map +1 -0
- package/getTagBinding.d.ts +2 -2
- package/index.d.ts +12 -0
- package/index.js +19 -3
- package/index.js.map +1 -1
- package/kafkaCluster.d.ts +12 -0
- package/kafkaCluster.js +2 -0
- package/kafkaCluster.js.map +1 -1
- package/package.json +2 -2
- package/privateLinkAttachment.d.ts +150 -0
- package/privateLinkAttachment.js +110 -0
- package/privateLinkAttachment.js.map +1 -0
- package/privateLinkAttachmentConnection.d.ts +131 -0
- package/privateLinkAttachmentConnection.js +107 -0
- package/privateLinkAttachmentConnection.js.map +1 -0
- package/tagBinding.d.ts +3 -3
- package/types/input.d.ts +75 -0
- package/types/output.d.ts +94 -0
|
@@ -0,0 +1,107 @@
|
|
|
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.PrivateLinkAttachmentConnection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* [](https://docs.confluent.io/cloud/current/api.html#section/Versioning/API-Lifecycle-Policy)
|
|
10
|
+
* [](mailto:ccloud-api-access+networking-v1-limited-availability@confluent.io?subject=Request%20to%20join%20networking/v1%20API%20Limited%20Availability&body=I%E2%80%99d%20like%20to%20join%20the%20Confluent%20Cloud%20API%20Limited%20Availability%20for%20networking/v1%20to%20provide%20early%20feedback%21%20My%20Cloud%20Organization%20ID%20is%20%3Cretrieve%20from%20https%3A//confluent.cloud/settings/billing/payment%3E.)
|
|
11
|
+
*
|
|
12
|
+
* > **Note:** `confluentcloud.PrivateLinkAttachmentConnection` resource is available in **Limited Availability** for early adopters. Limited Availability features are introduced to gather customer feedback. This feature should be used only for evaluation and non-production testing purposes or to provide feedback to Confluent, particularly as it becomes more widely available in follow-on editions.\
|
|
13
|
+
* **Limited Availability** features are intended for evaluation use in development and testing environments only, and not for production use. The warranty, SLA, and Support Services provisions of your agreement with Confluent do not apply to Limited Availability features. Limited Availability features are considered to be a Proof of Concept as defined in the Confluent Cloud Terms of Service. Confluent may discontinue providing Limited Availability releases of the Limited Availability features at any time in Confluent’s sole discretion.
|
|
14
|
+
*
|
|
15
|
+
* `confluentcloud.PrivateLinkAttachmentConnection` provides a Private Link Attachment Connection resource that enables creating, editing, and deleting Private Link Attachment Connections on Confluent Cloud.
|
|
16
|
+
*
|
|
17
|
+
* ## Example Usage
|
|
18
|
+
*
|
|
19
|
+
* ```typescript
|
|
20
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
21
|
+
* import * as confluentcloud from "@pulumi/confluentcloud";
|
|
22
|
+
*
|
|
23
|
+
* const main = new confluentcloud.PrivateLinkAttachmentConnection("main", {
|
|
24
|
+
* displayName: "my_endpoint",
|
|
25
|
+
* environment: {
|
|
26
|
+
* id: "env-8gv0v5",
|
|
27
|
+
* },
|
|
28
|
+
* aws: {
|
|
29
|
+
* vpcEndpointId: "vpce-0ed4d51f5d6ef9b6d",
|
|
30
|
+
* },
|
|
31
|
+
* privateLinkAttachment: {
|
|
32
|
+
* id: "platt-plyvyl",
|
|
33
|
+
* },
|
|
34
|
+
* });
|
|
35
|
+
* export const privateLinkAttachmentConnection = main;
|
|
36
|
+
* ```
|
|
37
|
+
*
|
|
38
|
+
* ## Import
|
|
39
|
+
*
|
|
40
|
+
* You can import a Private Link Attachment Connection by using Environment ID and Private Link Attachment Connection ID, in the format `<Environment ID>/<Private Link Attachment Connection ID>`. The following example shows how to import a Private Link Attachment Connection$ export CONFLUENT_CLOUD_API_KEY="<cloud_api_key>" $ export CONFLUENT_CLOUD_API_SECRET="<cloud_api_secret>"
|
|
41
|
+
*
|
|
42
|
+
* ```sh
|
|
43
|
+
* $ pulumi import confluentcloud:index/privateLinkAttachmentConnection:PrivateLinkAttachmentConnection main env-abc123/plattc-abc123
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* !> **Warning:** Do not forget to delete terminal command history afterwards for security purposes.
|
|
47
|
+
*/
|
|
48
|
+
class PrivateLinkAttachmentConnection extends pulumi.CustomResource {
|
|
49
|
+
/**
|
|
50
|
+
* Get an existing PrivateLinkAttachmentConnection resource's state with the given name, ID, and optional extra
|
|
51
|
+
* properties used to qualify the lookup.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resulting resource.
|
|
54
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
55
|
+
* @param state Any extra arguments used during the lookup.
|
|
56
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
57
|
+
*/
|
|
58
|
+
static get(name, id, state, opts) {
|
|
59
|
+
return new PrivateLinkAttachmentConnection(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Returns true if the given object is an instance of PrivateLinkAttachmentConnection. This is designed to work even
|
|
63
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
64
|
+
*/
|
|
65
|
+
static isInstance(obj) {
|
|
66
|
+
if (obj === undefined || obj === null) {
|
|
67
|
+
return false;
|
|
68
|
+
}
|
|
69
|
+
return obj['__pulumiType'] === PrivateLinkAttachmentConnection.__pulumiType;
|
|
70
|
+
}
|
|
71
|
+
constructor(name, argsOrState, opts) {
|
|
72
|
+
let resourceInputs = {};
|
|
73
|
+
opts = opts || {};
|
|
74
|
+
if (opts.id) {
|
|
75
|
+
const state = argsOrState;
|
|
76
|
+
resourceInputs["aws"] = state ? state.aws : undefined;
|
|
77
|
+
resourceInputs["azure"] = state ? state.azure : undefined;
|
|
78
|
+
resourceInputs["displayName"] = state ? state.displayName : undefined;
|
|
79
|
+
resourceInputs["environment"] = state ? state.environment : undefined;
|
|
80
|
+
resourceInputs["gcp"] = state ? state.gcp : undefined;
|
|
81
|
+
resourceInputs["privateLinkAttachment"] = state ? state.privateLinkAttachment : undefined;
|
|
82
|
+
resourceInputs["resourceName"] = state ? state.resourceName : undefined;
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
const args = argsOrState;
|
|
86
|
+
if ((!args || args.environment === undefined) && !opts.urn) {
|
|
87
|
+
throw new Error("Missing required property 'environment'");
|
|
88
|
+
}
|
|
89
|
+
if ((!args || args.privateLinkAttachment === undefined) && !opts.urn) {
|
|
90
|
+
throw new Error("Missing required property 'privateLinkAttachment'");
|
|
91
|
+
}
|
|
92
|
+
resourceInputs["aws"] = args ? args.aws : undefined;
|
|
93
|
+
resourceInputs["azure"] = args ? args.azure : undefined;
|
|
94
|
+
resourceInputs["displayName"] = args ? args.displayName : undefined;
|
|
95
|
+
resourceInputs["environment"] = args ? args.environment : undefined;
|
|
96
|
+
resourceInputs["gcp"] = args ? args.gcp : undefined;
|
|
97
|
+
resourceInputs["privateLinkAttachment"] = args ? args.privateLinkAttachment : undefined;
|
|
98
|
+
resourceInputs["resourceName"] = undefined /*out*/;
|
|
99
|
+
}
|
|
100
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
101
|
+
super(PrivateLinkAttachmentConnection.__pulumiType, name, resourceInputs, opts);
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
exports.PrivateLinkAttachmentConnection = PrivateLinkAttachmentConnection;
|
|
105
|
+
/** @internal */
|
|
106
|
+
PrivateLinkAttachmentConnection.__pulumiType = 'confluentcloud:index/privateLinkAttachmentConnection:PrivateLinkAttachmentConnection';
|
|
107
|
+
//# sourceMappingURL=privateLinkAttachmentConnection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"privateLinkAttachmentConnection.js","sourceRoot":"","sources":["../privateLinkAttachmentConnection.ts"],"names":[],"mappings":"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"}
|
package/tagBinding.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare class TagBinding extends pulumi.CustomResource {
|
|
|
33
33
|
*/
|
|
34
34
|
readonly credentials: pulumi.Output<outputs.TagBindingCredentials | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* The qualified name of the entity., for example,
|
|
36
|
+
* The qualified name of the entity., for example, `${confluent_schema_registry_cluster.main.id}:.:${confluent_schema.purchase.schema_identifier}`, `${confluent_schema_registry_cluster.main.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`.
|
|
37
37
|
*/
|
|
38
38
|
readonly entityName: pulumi.Output<string>;
|
|
39
39
|
/**
|
|
@@ -67,7 +67,7 @@ export interface TagBindingState {
|
|
|
67
67
|
*/
|
|
68
68
|
credentials?: pulumi.Input<inputs.TagBindingCredentials>;
|
|
69
69
|
/**
|
|
70
|
-
* The qualified name of the entity., for example,
|
|
70
|
+
* The qualified name of the entity., for example, `${confluent_schema_registry_cluster.main.id}:.:${confluent_schema.purchase.schema_identifier}`, `${confluent_schema_registry_cluster.main.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`.
|
|
71
71
|
*/
|
|
72
72
|
entityName?: pulumi.Input<string>;
|
|
73
73
|
/**
|
|
@@ -93,7 +93,7 @@ export interface TagBindingArgs {
|
|
|
93
93
|
*/
|
|
94
94
|
credentials?: pulumi.Input<inputs.TagBindingCredentials>;
|
|
95
95
|
/**
|
|
96
|
-
* The qualified name of the entity., for example,
|
|
96
|
+
* The qualified name of the entity., for example, `${confluent_schema_registry_cluster.main.id}:.:${confluent_schema.purchase.schema_identifier}`, `${confluent_schema_registry_cluster.main.id}:${confluent_kafka_cluster.basic.id}:${confluent_kafka_topic.purchase.topic_name}`.
|
|
97
97
|
*/
|
|
98
98
|
entityName: pulumi.Input<string>;
|
|
99
99
|
/**
|
package/types/input.d.ts
CHANGED
|
@@ -356,6 +356,10 @@ export interface GetKafkaClusterDedicatedArgs {
|
|
|
356
356
|
*/
|
|
357
357
|
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
358
358
|
}
|
|
359
|
+
export interface GetKafkaClusterEnterprise {
|
|
360
|
+
}
|
|
361
|
+
export interface GetKafkaClusterEnterpriseArgs {
|
|
362
|
+
}
|
|
359
363
|
export interface GetKafkaClusterEnvironment {
|
|
360
364
|
/**
|
|
361
365
|
* The ID of the Environment that the Kafka cluster belongs to, for example, `env-xyz456`.
|
|
@@ -602,6 +606,30 @@ export interface GetPrivateLinkAccessEnvironmentArgs {
|
|
|
602
606
|
*/
|
|
603
607
|
id: pulumi.Input<string>;
|
|
604
608
|
}
|
|
609
|
+
export interface GetPrivateLinkAttachmentConnectionEnvironment {
|
|
610
|
+
/**
|
|
611
|
+
* The ID of the Environment that the Private Link Attachment Connection belongs to, for example `env-xyz456`.
|
|
612
|
+
*/
|
|
613
|
+
id: string;
|
|
614
|
+
}
|
|
615
|
+
export interface GetPrivateLinkAttachmentConnectionEnvironmentArgs {
|
|
616
|
+
/**
|
|
617
|
+
* The ID of the Environment that the Private Link Attachment Connection belongs to, for example `env-xyz456`.
|
|
618
|
+
*/
|
|
619
|
+
id: pulumi.Input<string>;
|
|
620
|
+
}
|
|
621
|
+
export interface GetPrivateLinkAttachmentEnvironment {
|
|
622
|
+
/**
|
|
623
|
+
* The ID of the Environment that the Private Link Attachment belongs to, for example `env-xyz456`.
|
|
624
|
+
*/
|
|
625
|
+
id: string;
|
|
626
|
+
}
|
|
627
|
+
export interface GetPrivateLinkAttachmentEnvironmentArgs {
|
|
628
|
+
/**
|
|
629
|
+
* The ID of the Environment that the Private Link Attachment belongs to, for example `env-xyz456`.
|
|
630
|
+
*/
|
|
631
|
+
id: pulumi.Input<string>;
|
|
632
|
+
}
|
|
605
633
|
export interface GetSchemaCredentials {
|
|
606
634
|
/**
|
|
607
635
|
* The Schema Registry API Key.
|
|
@@ -1025,6 +1053,8 @@ export interface KafkaClusterDedicated {
|
|
|
1025
1053
|
*/
|
|
1026
1054
|
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1027
1055
|
}
|
|
1056
|
+
export interface KafkaClusterEnterprise {
|
|
1057
|
+
}
|
|
1028
1058
|
export interface KafkaClusterEnvironment {
|
|
1029
1059
|
/**
|
|
1030
1060
|
* The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example, `cck-lye5m`.
|
|
@@ -1316,6 +1346,51 @@ export interface PrivateLinkAccessNetwork {
|
|
|
1316
1346
|
*/
|
|
1317
1347
|
id: pulumi.Input<string>;
|
|
1318
1348
|
}
|
|
1349
|
+
export interface PrivateLinkAttachmentAw {
|
|
1350
|
+
/**
|
|
1351
|
+
* (Required String) AWS VPC Endpoint Service that can be used to establish connections for all zones, for example `com.amazonaws.vpce.us-west-2.vpce-svc-0d3be37e21708ecd3`.
|
|
1352
|
+
*/
|
|
1353
|
+
vpcEndpointServiceName?: pulumi.Input<string>;
|
|
1354
|
+
}
|
|
1355
|
+
export interface PrivateLinkAttachmentAzure {
|
|
1356
|
+
privateLinkServiceAlias?: pulumi.Input<string>;
|
|
1357
|
+
privateLinkServiceResourceId?: pulumi.Input<string>;
|
|
1358
|
+
zone?: pulumi.Input<string>;
|
|
1359
|
+
}
|
|
1360
|
+
export interface PrivateLinkAttachmentConnectionAws {
|
|
1361
|
+
/**
|
|
1362
|
+
* Id of a VPC Endpoint that is connected to the VPC Endpoint service.
|
|
1363
|
+
*/
|
|
1364
|
+
vpcEndpointId: pulumi.Input<string>;
|
|
1365
|
+
}
|
|
1366
|
+
export interface PrivateLinkAttachmentConnectionAzure {
|
|
1367
|
+
privateEndpointResourceId: pulumi.Input<string>;
|
|
1368
|
+
}
|
|
1369
|
+
export interface PrivateLinkAttachmentConnectionEnvironment {
|
|
1370
|
+
/**
|
|
1371
|
+
* The unique identifier for the private link attachment.
|
|
1372
|
+
*/
|
|
1373
|
+
id: pulumi.Input<string>;
|
|
1374
|
+
}
|
|
1375
|
+
export interface PrivateLinkAttachmentConnectionGcp {
|
|
1376
|
+
privateServiceConnectConnectionId: pulumi.Input<string>;
|
|
1377
|
+
}
|
|
1378
|
+
export interface PrivateLinkAttachmentConnectionPrivateLinkAttachment {
|
|
1379
|
+
/**
|
|
1380
|
+
* The unique identifier for the private link attachment.
|
|
1381
|
+
*/
|
|
1382
|
+
id: pulumi.Input<string>;
|
|
1383
|
+
}
|
|
1384
|
+
export interface PrivateLinkAttachmentEnvironment {
|
|
1385
|
+
/**
|
|
1386
|
+
* The ID of the Environment that the Private Link Attachment belongs to, for example `env-xyz456`.
|
|
1387
|
+
*/
|
|
1388
|
+
id: pulumi.Input<string>;
|
|
1389
|
+
}
|
|
1390
|
+
export interface PrivateLinkAttachmentGcp {
|
|
1391
|
+
privateServiceConnectServiceAttachment?: pulumi.Input<string>;
|
|
1392
|
+
zone?: pulumi.Input<string>;
|
|
1393
|
+
}
|
|
1319
1394
|
export interface SchemaCredentials {
|
|
1320
1395
|
/**
|
|
1321
1396
|
* The Schema Registry API Key.
|
package/types/output.d.ts
CHANGED
|
@@ -397,6 +397,8 @@ export interface GetKafkaClusterDedicated {
|
|
|
397
397
|
*/
|
|
398
398
|
zones: string[];
|
|
399
399
|
}
|
|
400
|
+
export interface GetKafkaClusterEnterprise {
|
|
401
|
+
}
|
|
400
402
|
export interface GetKafkaClusterEnvironment {
|
|
401
403
|
/**
|
|
402
404
|
* The ID of the Environment that the Kafka cluster belongs to, for example, `env-xyz456`.
|
|
@@ -652,6 +654,51 @@ export interface GetPrivateLinkAccessNetwork {
|
|
|
652
654
|
*/
|
|
653
655
|
id: string;
|
|
654
656
|
}
|
|
657
|
+
export interface GetPrivateLinkAttachmentAw {
|
|
658
|
+
/**
|
|
659
|
+
* (Required String) AWS VPC Endpoint Service that can be used to establish connections for all zones, for example `com.amazonaws.vpce.us-west-2.vpce-svc-0d3be37e21708ecd3`.
|
|
660
|
+
*/
|
|
661
|
+
vpcEndpointServiceName: string;
|
|
662
|
+
}
|
|
663
|
+
export interface GetPrivateLinkAttachmentAzure {
|
|
664
|
+
privateLinkServiceAlias: string;
|
|
665
|
+
privateLinkServiceResourceId: string;
|
|
666
|
+
zone: string;
|
|
667
|
+
}
|
|
668
|
+
export interface GetPrivateLinkAttachmentConnectionAw {
|
|
669
|
+
/**
|
|
670
|
+
* (Required String) Id of a VPC Endpoint that is connected to the VPC Endpoint service.
|
|
671
|
+
*/
|
|
672
|
+
vpcEndpointId: string;
|
|
673
|
+
}
|
|
674
|
+
export interface GetPrivateLinkAttachmentConnectionAzure {
|
|
675
|
+
privateEndpointResourceId: string;
|
|
676
|
+
}
|
|
677
|
+
export interface GetPrivateLinkAttachmentConnectionEnvironment {
|
|
678
|
+
/**
|
|
679
|
+
* The ID of the Environment that the Private Link Attachment Connection belongs to, for example `env-xyz456`.
|
|
680
|
+
*/
|
|
681
|
+
id: string;
|
|
682
|
+
}
|
|
683
|
+
export interface GetPrivateLinkAttachmentConnectionGcp {
|
|
684
|
+
privateServiceConnectConnectionId: string;
|
|
685
|
+
}
|
|
686
|
+
export interface GetPrivateLinkAttachmentConnectionPrivateLinkAttachment {
|
|
687
|
+
/**
|
|
688
|
+
* The ID of the Environment that the Private Link Attachment Connection belongs to, for example `env-xyz456`.
|
|
689
|
+
*/
|
|
690
|
+
id: string;
|
|
691
|
+
}
|
|
692
|
+
export interface GetPrivateLinkAttachmentEnvironment {
|
|
693
|
+
/**
|
|
694
|
+
* The ID of the Environment that the Private Link Attachment belongs to, for example `env-xyz456`.
|
|
695
|
+
*/
|
|
696
|
+
id: string;
|
|
697
|
+
}
|
|
698
|
+
export interface GetPrivateLinkAttachmentGcp {
|
|
699
|
+
privateServiceConnectServiceAttachment: string;
|
|
700
|
+
zone: string;
|
|
701
|
+
}
|
|
655
702
|
export interface GetSchemaCredentials {
|
|
656
703
|
/**
|
|
657
704
|
* The Schema Registry API Key.
|
|
@@ -1053,6 +1100,8 @@ export interface KafkaClusterDedicated {
|
|
|
1053
1100
|
*/
|
|
1054
1101
|
zones: string[];
|
|
1055
1102
|
}
|
|
1103
|
+
export interface KafkaClusterEnterprise {
|
|
1104
|
+
}
|
|
1056
1105
|
export interface KafkaClusterEnvironment {
|
|
1057
1106
|
/**
|
|
1058
1107
|
* The ID of the Confluent key that is used to encrypt the data in the Kafka cluster, for example, `cck-lye5m`.
|
|
@@ -1344,6 +1393,51 @@ export interface PrivateLinkAccessNetwork {
|
|
|
1344
1393
|
*/
|
|
1345
1394
|
id: string;
|
|
1346
1395
|
}
|
|
1396
|
+
export interface PrivateLinkAttachmentAw {
|
|
1397
|
+
/**
|
|
1398
|
+
* (Required String) AWS VPC Endpoint Service that can be used to establish connections for all zones, for example `com.amazonaws.vpce.us-west-2.vpce-svc-0d3be37e21708ecd3`.
|
|
1399
|
+
*/
|
|
1400
|
+
vpcEndpointServiceName: string;
|
|
1401
|
+
}
|
|
1402
|
+
export interface PrivateLinkAttachmentAzure {
|
|
1403
|
+
privateLinkServiceAlias: string;
|
|
1404
|
+
privateLinkServiceResourceId: string;
|
|
1405
|
+
zone: string;
|
|
1406
|
+
}
|
|
1407
|
+
export interface PrivateLinkAttachmentConnectionAws {
|
|
1408
|
+
/**
|
|
1409
|
+
* Id of a VPC Endpoint that is connected to the VPC Endpoint service.
|
|
1410
|
+
*/
|
|
1411
|
+
vpcEndpointId: string;
|
|
1412
|
+
}
|
|
1413
|
+
export interface PrivateLinkAttachmentConnectionAzure {
|
|
1414
|
+
privateEndpointResourceId: string;
|
|
1415
|
+
}
|
|
1416
|
+
export interface PrivateLinkAttachmentConnectionEnvironment {
|
|
1417
|
+
/**
|
|
1418
|
+
* The unique identifier for the private link attachment.
|
|
1419
|
+
*/
|
|
1420
|
+
id: string;
|
|
1421
|
+
}
|
|
1422
|
+
export interface PrivateLinkAttachmentConnectionGcp {
|
|
1423
|
+
privateServiceConnectConnectionId: string;
|
|
1424
|
+
}
|
|
1425
|
+
export interface PrivateLinkAttachmentConnectionPrivateLinkAttachment {
|
|
1426
|
+
/**
|
|
1427
|
+
* The unique identifier for the private link attachment.
|
|
1428
|
+
*/
|
|
1429
|
+
id: string;
|
|
1430
|
+
}
|
|
1431
|
+
export interface PrivateLinkAttachmentEnvironment {
|
|
1432
|
+
/**
|
|
1433
|
+
* The ID of the Environment that the Private Link Attachment belongs to, for example `env-xyz456`.
|
|
1434
|
+
*/
|
|
1435
|
+
id: string;
|
|
1436
|
+
}
|
|
1437
|
+
export interface PrivateLinkAttachmentGcp {
|
|
1438
|
+
privateServiceConnectServiceAttachment: string;
|
|
1439
|
+
zone: string;
|
|
1440
|
+
}
|
|
1347
1441
|
export interface SchemaCredentials {
|
|
1348
1442
|
/**
|
|
1349
1443
|
* The Schema Registry API Key.
|