@pulumi/confluentcloud 2.56.0-alpha.1770156460 → 2.56.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/types/input.d.ts CHANGED
@@ -18,6 +18,20 @@ export interface AccessPointAwsEgressPrivateLinkEndpoint {
18
18
  */
19
19
  vpcEndpointServiceName: pulumi.Input<string>;
20
20
  }
21
+ export interface AccessPointAwsIngressPrivateLinkEndpoint {
22
+ /**
23
+ * (Required String) DNS domain name used to configure the Private Hosted Zone for the Access Point, for example, `ap123abc.us-west-2.aws.accesspoint.confluent.cloud`.
24
+ */
25
+ dnsDomain?: pulumi.Input<string>;
26
+ /**
27
+ * ID of a VPC Endpoint that will be connected to the VPC Endpoint service, for example, `vpce-00000000000000000`.
28
+ */
29
+ vpcEndpointId: pulumi.Input<string>;
30
+ /**
31
+ * (Required String) ID of the Confluent Cloud VPC Endpoint service used for PrivateLink, for example, `com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000`.
32
+ */
33
+ vpcEndpointServiceName?: pulumi.Input<string>;
34
+ }
21
35
  export interface AccessPointAwsPrivateNetworkInterface {
22
36
  /**
23
37
  * (Required String) The AWS account ID associated with the ENIs you are using for the Confluent Private Network Interface, for example: `000000000000`.
@@ -593,6 +607,16 @@ export interface GatewayAwsEgressPrivateLinkGateway {
593
607
  */
594
608
  region: pulumi.Input<string>;
595
609
  }
610
+ export interface GatewayAwsIngressPrivateLinkGateway {
611
+ /**
612
+ * AWS region of the Ingress Private Link Gateway, for example, `us-east-1`.
613
+ */
614
+ region: pulumi.Input<string>;
615
+ /**
616
+ * (Required String) The ID of the AWS VPC Endpoint Service that can be used to establish connections for all zones, for example, `com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000`.
617
+ */
618
+ vpcEndpointServiceName?: pulumi.Input<string>;
619
+ }
596
620
  export interface GatewayAwsPrivateNetworkInterfaceGateway {
597
621
  /**
598
622
  * (Required String) The AWS account ID associated with the Private Network Interface Gateway.
@@ -851,6 +875,70 @@ export interface GetDnsRecordEnvironmentArgs {
851
875
  */
852
876
  id: pulumi.Input<string>;
853
877
  }
878
+ export interface GetEndpointFilter {
879
+ /**
880
+ * The cloud service provider. Accepted values are: `AWS`, `GCP`, `AZURE`.
881
+ */
882
+ cloud?: string;
883
+ /**
884
+ * (Computed Configuration Block) supports the following:
885
+ */
886
+ environment: inputs.GetEndpointFilterEnvironment;
887
+ /**
888
+ * Whether the endpoint is private (true) or public (false).
889
+ */
890
+ isPrivate?: boolean;
891
+ /**
892
+ * The cloud service provider region in which the resource is located, for example, `us-west-2`.
893
+ */
894
+ region?: string;
895
+ /**
896
+ * The resource associated with the endpoint. The resource can be one of Kafka Cluster ID (example: `lkc-12345`), or Schema Registry Cluster ID (example: `lsrc-12345`). May be omitted if not associated with a resource.
897
+ */
898
+ resource?: string;
899
+ /**
900
+ * The Confluent Cloud service. Accepted values are: `KAFKA`, `SCHEMA_REGISTRY`, `FLINK`.
901
+ */
902
+ service: string;
903
+ }
904
+ export interface GetEndpointFilterArgs {
905
+ /**
906
+ * The cloud service provider. Accepted values are: `AWS`, `GCP`, `AZURE`.
907
+ */
908
+ cloud?: pulumi.Input<string>;
909
+ /**
910
+ * (Computed Configuration Block) supports the following:
911
+ */
912
+ environment: pulumi.Input<inputs.GetEndpointFilterEnvironmentArgs>;
913
+ /**
914
+ * Whether the endpoint is private (true) or public (false).
915
+ */
916
+ isPrivate?: pulumi.Input<boolean>;
917
+ /**
918
+ * The cloud service provider region in which the resource is located, for example, `us-west-2`.
919
+ */
920
+ region?: pulumi.Input<string>;
921
+ /**
922
+ * The resource associated with the endpoint. The resource can be one of Kafka Cluster ID (example: `lkc-12345`), or Schema Registry Cluster ID (example: `lsrc-12345`). May be omitted if not associated with a resource.
923
+ */
924
+ resource?: pulumi.Input<string>;
925
+ /**
926
+ * The Confluent Cloud service. Accepted values are: `KAFKA`, `SCHEMA_REGISTRY`, `FLINK`.
927
+ */
928
+ service: pulumi.Input<string>;
929
+ }
930
+ export interface GetEndpointFilterEnvironment {
931
+ /**
932
+ * The ID of the Environment that the Endpoint belongs to, for example, `env-123abc`.
933
+ */
934
+ id: string;
935
+ }
936
+ export interface GetEndpointFilterEnvironmentArgs {
937
+ /**
938
+ * The ID of the Environment that the Endpoint belongs to, for example, `env-123abc`.
939
+ */
940
+ id: pulumi.Input<string>;
941
+ }
854
942
  export interface GetEnvironmentStreamGovernance {
855
943
  /**
856
944
  * Stream Governance Package. 'ESSENTIALS' or 'ADVANCED'
@@ -979,6 +1067,62 @@ export interface GetGatewayEnvironmentArgs {
979
1067
  */
980
1068
  id: pulumi.Input<string>;
981
1069
  }
1070
+ export interface GetGatewaysEnvironment {
1071
+ /**
1072
+ * The ID of the Environment that the Gateways belong to, for example, `env-123abc`.
1073
+ */
1074
+ id: string;
1075
+ }
1076
+ export interface GetGatewaysEnvironmentArgs {
1077
+ /**
1078
+ * The ID of the Environment that the Gateways belong to, for example, `env-123abc`.
1079
+ */
1080
+ id: pulumi.Input<string>;
1081
+ }
1082
+ export interface GetGatewaysFilter {
1083
+ /**
1084
+ * Filter the results by exact match for spec.display_name. Pass multiple times to see results matching any of the values, for example, `["prod-gateway-ingress-use1", "prod-gateway-ingress-use2"]`.
1085
+ */
1086
+ displayNames?: string[];
1087
+ /**
1088
+ * Filter the results by exact match for gateway_type. Pass multiple times to see results matching any of the values. Valid values are: `AwsEgressPrivateLink`, `AwsIngressPrivateLink`, `AwsPeering`, `AwsPrivateNetworkInterface`, `AzureEgressPrivateLink`, `AzurePeering`, `GcpEgressPrivateServiceConnect`, `GcpPeering`.
1089
+ */
1090
+ gatewayTypes?: string[];
1091
+ /**
1092
+ * Filter the results by exact match for id. Pass multiple times to see results matching any of the values, for example, `["gw-abc123", "gw-def456"]`.
1093
+ */
1094
+ ids?: string[];
1095
+ /**
1096
+ * Filter the results by exact match for status.phase. Pass multiple times to see results matching any of the values. Valid values are: `CREATED`, `PROVISIONING`, `READY`, `FAILED`, `DEPROVISIONING`, `EXPIRED`.
1097
+ */
1098
+ phases?: string[];
1099
+ /**
1100
+ * Filter the results by exact match for spec.config.region. Pass multiple times to see results matching any of the values, for example, `["us-east-1", "us-west-2"]`.
1101
+ */
1102
+ regions?: string[];
1103
+ }
1104
+ export interface GetGatewaysFilterArgs {
1105
+ /**
1106
+ * Filter the results by exact match for spec.display_name. Pass multiple times to see results matching any of the values, for example, `["prod-gateway-ingress-use1", "prod-gateway-ingress-use2"]`.
1107
+ */
1108
+ displayNames?: pulumi.Input<pulumi.Input<string>[]>;
1109
+ /**
1110
+ * Filter the results by exact match for gateway_type. Pass multiple times to see results matching any of the values. Valid values are: `AwsEgressPrivateLink`, `AwsIngressPrivateLink`, `AwsPeering`, `AwsPrivateNetworkInterface`, `AzureEgressPrivateLink`, `AzurePeering`, `GcpEgressPrivateServiceConnect`, `GcpPeering`.
1111
+ */
1112
+ gatewayTypes?: pulumi.Input<pulumi.Input<string>[]>;
1113
+ /**
1114
+ * Filter the results by exact match for id. Pass multiple times to see results matching any of the values, for example, `["gw-abc123", "gw-def456"]`.
1115
+ */
1116
+ ids?: pulumi.Input<pulumi.Input<string>[]>;
1117
+ /**
1118
+ * Filter the results by exact match for status.phase. Pass multiple times to see results matching any of the values. Valid values are: `CREATED`, `PROVISIONING`, `READY`, `FAILED`, `DEPROVISIONING`, `EXPIRED`.
1119
+ */
1120
+ phases?: pulumi.Input<pulumi.Input<string>[]>;
1121
+ /**
1122
+ * Filter the results by exact match for spec.config.region. Pass multiple times to see results matching any of the values, for example, `["us-east-1", "us-west-2"]`.
1123
+ */
1124
+ regions?: pulumi.Input<pulumi.Input<string>[]>;
1125
+ }
982
1126
  export interface GetIdentityPoolIdentityProvider {
983
1127
  /**
984
1128
  * The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.
package/types/output.d.ts CHANGED
@@ -17,6 +17,20 @@ export interface AccessPointAwsEgressPrivateLinkEndpoint {
17
17
  */
18
18
  vpcEndpointServiceName: string;
19
19
  }
20
+ export interface AccessPointAwsIngressPrivateLinkEndpoint {
21
+ /**
22
+ * (Required String) DNS domain name used to configure the Private Hosted Zone for the Access Point, for example, `ap123abc.us-west-2.aws.accesspoint.confluent.cloud`.
23
+ */
24
+ dnsDomain: string;
25
+ /**
26
+ * ID of a VPC Endpoint that will be connected to the VPC Endpoint service, for example, `vpce-00000000000000000`.
27
+ */
28
+ vpcEndpointId: string;
29
+ /**
30
+ * (Required String) ID of the Confluent Cloud VPC Endpoint service used for PrivateLink, for example, `com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000`.
31
+ */
32
+ vpcEndpointServiceName: string;
33
+ }
20
34
  export interface AccessPointAwsPrivateNetworkInterface {
21
35
  /**
22
36
  * (Required String) The AWS account ID associated with the ENIs you are using for the Confluent Private Network Interface, for example: `000000000000`.
@@ -592,6 +606,16 @@ export interface GatewayAwsEgressPrivateLinkGateway {
592
606
  */
593
607
  region: string;
594
608
  }
609
+ export interface GatewayAwsIngressPrivateLinkGateway {
610
+ /**
611
+ * AWS region of the Ingress Private Link Gateway, for example, `us-east-1`.
612
+ */
613
+ region: string;
614
+ /**
615
+ * (Required String) The ID of the AWS VPC Endpoint Service that can be used to establish connections for all zones, for example, `com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000`.
616
+ */
617
+ vpcEndpointServiceName: string;
618
+ }
595
619
  export interface GatewayAwsPrivateNetworkInterfaceGateway {
596
620
  /**
597
621
  * (Required String) The AWS account ID associated with the Private Network Interface Gateway.
@@ -632,11 +656,25 @@ export interface GetAccessPointAwsEgressPrivateLinkEndpoint {
632
656
  */
633
657
  vpcEndpointDnsName: string;
634
658
  /**
635
- * (Required String) The ID of a VPC Endpoint (if any) that is connected to the VPC Endpoint service, for example, `vpce-00000000000000000`.
659
+ * (Required String) ID of the VPC Endpoint used for connecting to the VPC Endpoint service, for example, `vpce-00000000000000000`.
636
660
  */
637
661
  vpcEndpointId: string;
638
662
  /**
639
- * (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`.
663
+ * (Required String) ID of the Confluent Cloud VPC Endpoint service used for PrivateLink, for example, `com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000`.
664
+ */
665
+ vpcEndpointServiceName: string;
666
+ }
667
+ export interface GetAccessPointAwsIngressPrivateLinkEndpoint {
668
+ /**
669
+ * (Required String) DNS domain name used to configure the Private Hosted Zone for the Access Point, for example, `ap123abc.us-west-2.aws.accesspoint.confluent.cloud`.
670
+ */
671
+ dnsDomain: string;
672
+ /**
673
+ * (Required String) ID of the VPC Endpoint used for connecting to the VPC Endpoint service, for example, `vpce-00000000000000000`.
674
+ */
675
+ vpcEndpointId: string;
676
+ /**
677
+ * (Required String) ID of the Confluent Cloud VPC Endpoint service used for PrivateLink, for example, `com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000`.
640
678
  */
641
679
  vpcEndpointServiceName: string;
642
680
  }
@@ -898,6 +936,127 @@ export interface GetDnsRecordPrivateLinkAccessPoint {
898
936
  */
899
937
  id: string;
900
938
  }
939
+ export interface GetEndpointEndpoint {
940
+ /**
941
+ * (Computed Configuration Block) supports the following:
942
+ */
943
+ accessPoints: outputs.GetEndpointEndpointAccessPoint[];
944
+ /**
945
+ * (Computed String) API Version defines the schema version of this representation of an Endpoint.
946
+ */
947
+ apiVersion: string;
948
+ /**
949
+ * (Computed String) The cloud service provider.
950
+ */
951
+ cloud: string;
952
+ /**
953
+ * (Computed String) The network connection type. Accepted values are: `PUBLIC`, `PRIVATE_LINK`, `PEERING`, `TRANSIT_GATEWAY`, `PRIVATE_NETWORK_INTERFACE`.
954
+ */
955
+ connectionType: string;
956
+ /**
957
+ * (Computed String) The endpoint URL or address, for example, `https://lkc-abc123-ap12345.us-west-2.aws.accesspoint.glb.confluent.cloud:443`.
958
+ */
959
+ endpoint: string;
960
+ /**
961
+ * (Computed String) The endpoint type enum values:
962
+ * - `REST` - REST API endpoint for HTTP/HTTPS access, used by Kafka/Flink/Schema Registry services.
963
+ * - `BOOTSTRAP` - Kafka native protocol bootstrap servers for direct client connections, used by Kafka only.
964
+ * - `LANGUAGE_SERVICE` - Flink language service endpoint for SQL/Table API, used by Flink only.
965
+ */
966
+ endpointType: string;
967
+ /**
968
+ * (Computed Configuration Block) supports the following:
969
+ */
970
+ environment: outputs.GetEndpointEndpointEnvironment;
971
+ /**
972
+ * (Computed Configuration Block) supports the following:
973
+ */
974
+ gateways: outputs.GetEndpointEndpointGateway[];
975
+ /**
976
+ * (Computed String) The ID of the access point to which the Endpoint belongs.
977
+ */
978
+ id: string;
979
+ /**
980
+ * (Computed Boolean) Whether the endpoint is private (true) or public (false).
981
+ */
982
+ isPrivate: boolean;
983
+ /**
984
+ * (Computed String) The kind of the resource.
985
+ */
986
+ kind: string;
987
+ /**
988
+ * (Computed String) The cloud service provider region in which the resource is located.
989
+ */
990
+ region: string;
991
+ /**
992
+ * (Computed Configuration Block) supports the following:
993
+ */
994
+ resources: outputs.GetEndpointEndpointResource[];
995
+ /**
996
+ * (Computed String) The Confluent Cloud service.
997
+ */
998
+ service: string;
999
+ }
1000
+ export interface GetEndpointEndpointAccessPoint {
1001
+ /**
1002
+ * (Computed String) The ID of the access point to which the Endpoint belongs.
1003
+ */
1004
+ id: string;
1005
+ }
1006
+ export interface GetEndpointEndpointEnvironment {
1007
+ /**
1008
+ * (Computed String) The ID of the access point to which the Endpoint belongs.
1009
+ */
1010
+ id: string;
1011
+ }
1012
+ export interface GetEndpointEndpointGateway {
1013
+ /**
1014
+ * (Computed String) The ID of the access point to which the Endpoint belongs.
1015
+ */
1016
+ id: string;
1017
+ }
1018
+ export interface GetEndpointEndpointResource {
1019
+ /**
1020
+ * (Computed String) The ID of the access point to which the Endpoint belongs.
1021
+ */
1022
+ id: string;
1023
+ /**
1024
+ * (Computed String) The kind of the resource.
1025
+ */
1026
+ kind: string;
1027
+ }
1028
+ export interface GetEndpointFilter {
1029
+ /**
1030
+ * The cloud service provider. Accepted values are: `AWS`, `GCP`, `AZURE`.
1031
+ */
1032
+ cloud?: string;
1033
+ /**
1034
+ * (Computed Configuration Block) supports the following:
1035
+ */
1036
+ environment: outputs.GetEndpointFilterEnvironment;
1037
+ /**
1038
+ * Whether the endpoint is private (true) or public (false).
1039
+ */
1040
+ isPrivate?: boolean;
1041
+ /**
1042
+ * The cloud service provider region in which the resource is located, for example, `us-west-2`.
1043
+ */
1044
+ region?: string;
1045
+ /**
1046
+ * The resource associated with the endpoint. The resource can be one of Kafka Cluster ID (example: `lkc-12345`), or Schema Registry Cluster ID (example: `lsrc-12345`). May be omitted if not associated with a resource.
1047
+ */
1048
+ resource?: string;
1049
+ /**
1050
+ * The Confluent Cloud service. Accepted values are: `KAFKA`, `SCHEMA_REGISTRY`, `FLINK`.
1051
+ */
1052
+ service: string;
1053
+ }
1054
+ export interface GetEndpointFilterEnvironment {
1055
+ /**
1056
+ * The ID of the Environment that the Endpoint belongs to, for example, `env-123abc`.
1057
+ */
1058
+ id: string;
1059
+ }
901
1060
  export interface GetEnvironmentStreamGovernance {
902
1061
  /**
903
1062
  * Stream Governance Package. 'ESSENTIALS' or 'ADVANCED'
@@ -972,6 +1131,16 @@ export interface GetGatewayAwsEgressPrivateLinkGateway {
972
1131
  */
973
1132
  region: string;
974
1133
  }
1134
+ export interface GetGatewayAwsIngressPrivateLinkGateway {
1135
+ /**
1136
+ * (Required String) GCP region of the Peering Gateway.
1137
+ */
1138
+ region: string;
1139
+ /**
1140
+ * (Required String) The ID of the AWS VPC Endpoint Service that can be used to establish connections for all zones, for example, `com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000`.
1141
+ */
1142
+ vpcEndpointServiceName: string;
1143
+ }
975
1144
  export interface GetGatewayAwsPeeringGateway {
976
1145
  /**
977
1146
  * (Required String) GCP region of the Peering Gateway.
@@ -1034,6 +1203,152 @@ export interface GetGatewayGcpPeeringGateway {
1034
1203
  */
1035
1204
  region: string;
1036
1205
  }
1206
+ export interface GetGatewaysEnvironment {
1207
+ /**
1208
+ * The ID of the Environment that the Gateways belong to, for example, `env-123abc`.
1209
+ */
1210
+ id: string;
1211
+ }
1212
+ export interface GetGatewaysFilter {
1213
+ /**
1214
+ * Filter the results by exact match for spec.display_name. Pass multiple times to see results matching any of the values, for example, `["prod-gateway-ingress-use1", "prod-gateway-ingress-use2"]`.
1215
+ */
1216
+ displayNames?: string[];
1217
+ /**
1218
+ * Filter the results by exact match for gateway_type. Pass multiple times to see results matching any of the values. Valid values are: `AwsEgressPrivateLink`, `AwsIngressPrivateLink`, `AwsPeering`, `AwsPrivateNetworkInterface`, `AzureEgressPrivateLink`, `AzurePeering`, `GcpEgressPrivateServiceConnect`, `GcpPeering`.
1219
+ */
1220
+ gatewayTypes?: string[];
1221
+ /**
1222
+ * Filter the results by exact match for id. Pass multiple times to see results matching any of the values, for example, `["gw-abc123", "gw-def456"]`.
1223
+ */
1224
+ ids?: string[];
1225
+ /**
1226
+ * Filter the results by exact match for status.phase. Pass multiple times to see results matching any of the values. Valid values are: `CREATED`, `PROVISIONING`, `READY`, `FAILED`, `DEPROVISIONING`, `EXPIRED`.
1227
+ */
1228
+ phases?: string[];
1229
+ /**
1230
+ * Filter the results by exact match for spec.config.region. Pass multiple times to see results matching any of the values, for example, `["us-east-1", "us-west-2"]`.
1231
+ */
1232
+ regions?: string[];
1233
+ }
1234
+ export interface GetGatewaysGateway {
1235
+ /**
1236
+ * (Optional Configuration Block) supports the following:
1237
+ */
1238
+ awsEgressPrivateLinkGateways: outputs.GetGatewaysGatewayAwsEgressPrivateLinkGateway[];
1239
+ /**
1240
+ * (Optional Configuration Block) supports the following:
1241
+ */
1242
+ awsIngressPrivateLinkGateways: outputs.GetGatewaysGatewayAwsIngressPrivateLinkGateway[];
1243
+ /**
1244
+ * (Optional Configuration Block) supports the following:
1245
+ */
1246
+ awsPeeringGateways: outputs.GetGatewaysGatewayAwsPeeringGateway[];
1247
+ /**
1248
+ * (Optional Configuration Block) supports the following:
1249
+ */
1250
+ awsPrivateNetworkInterfaceGateways: outputs.GetGatewaysGatewayAwsPrivateNetworkInterfaceGateway[];
1251
+ /**
1252
+ * (Optional Configuration Block) supports the following:
1253
+ */
1254
+ azureEgressPrivateLinkGateways: outputs.GetGatewaysGatewayAzureEgressPrivateLinkGateway[];
1255
+ /**
1256
+ * (Optional Configuration Block) supports the following:
1257
+ */
1258
+ azurePeeringGateways: outputs.GetGatewaysGatewayAzurePeeringGateway[];
1259
+ /**
1260
+ * (Required String) A human-readable name for the Gateway.
1261
+ */
1262
+ displayName: string;
1263
+ /**
1264
+ * (Optional Configuration Block) supports the following:
1265
+ */
1266
+ gcpEgressPrivateServiceConnectGateways: outputs.GetGatewaysGatewayGcpEgressPrivateServiceConnectGateway[];
1267
+ /**
1268
+ * (Optional Configuration Block) supports the following:
1269
+ */
1270
+ gcpPeeringGateways: outputs.GetGatewaysGatewayGcpPeeringGateway[];
1271
+ /**
1272
+ * (Required String) The ID of the Gateway, for example, `gw-abc123`.
1273
+ */
1274
+ id: string;
1275
+ }
1276
+ export interface GetGatewaysGatewayAwsEgressPrivateLinkGateway {
1277
+ /**
1278
+ * (Required String) The principal ARN used by the AWS Egress Private Link Gateway.
1279
+ */
1280
+ principalArn: string;
1281
+ /**
1282
+ * (Required String) GCP region of the Peering Gateway.
1283
+ */
1284
+ region: string;
1285
+ }
1286
+ export interface GetGatewaysGatewayAwsIngressPrivateLinkGateway {
1287
+ /**
1288
+ * (Required String) GCP region of the Peering Gateway.
1289
+ */
1290
+ region: string;
1291
+ /**
1292
+ * (Required String) The ID of the AWS VPC Endpoint Service that can be used to establish connections for all zones, for example, `com.amazonaws.vpce.us-west-2.vpce-svc-00000000000000000`.
1293
+ */
1294
+ vpcEndpointServiceName: string;
1295
+ }
1296
+ export interface GetGatewaysGatewayAwsPeeringGateway {
1297
+ /**
1298
+ * (Required String) GCP region of the Peering Gateway.
1299
+ */
1300
+ region: string;
1301
+ }
1302
+ export interface GetGatewaysGatewayAwsPrivateNetworkInterfaceGateway {
1303
+ /**
1304
+ * (Required String) The AWS account ID associated with the Private Network Interface Gateway.
1305
+ */
1306
+ account: string;
1307
+ /**
1308
+ * (Required String) GCP region of the Peering Gateway.
1309
+ */
1310
+ region: string;
1311
+ /**
1312
+ * (Required List of Strings) AWS availability zone ids of the Private Network Interface Gateway.
1313
+ */
1314
+ zones: string[];
1315
+ }
1316
+ export interface GetGatewaysGatewayAzureEgressPrivateLinkGateway {
1317
+ /**
1318
+ * (Required String) GCP region of the Peering Gateway.
1319
+ */
1320
+ region: string;
1321
+ /**
1322
+ * (Required String) The Azure Subscription ID associated with the Confluent Cloud VPC.
1323
+ */
1324
+ subscription: string;
1325
+ }
1326
+ export interface GetGatewaysGatewayAzurePeeringGateway {
1327
+ /**
1328
+ * (Required String) GCP region of the Peering Gateway.
1329
+ */
1330
+ region: string;
1331
+ }
1332
+ export interface GetGatewaysGatewayGcpEgressPrivateServiceConnectGateway {
1333
+ /**
1334
+ * (Required String) The GCP project used by the GCP Private Service Connect Gateway.
1335
+ */
1336
+ project: string;
1337
+ /**
1338
+ * (Required String) GCP region of the Peering Gateway.
1339
+ */
1340
+ region: string;
1341
+ }
1342
+ export interface GetGatewaysGatewayGcpPeeringGateway {
1343
+ /**
1344
+ * (Required String) The IAM principal used by the GCP Peering Gateway.
1345
+ */
1346
+ iamPrincipal: string;
1347
+ /**
1348
+ * (Required String) GCP region of the Peering Gateway.
1349
+ */
1350
+ region: string;
1351
+ }
1037
1352
  export interface GetIdentityPoolIdentityProvider {
1038
1353
  /**
1039
1354
  * The ID of the Identity Provider associated with the Identity Pool, for example, `op-abc123`.