@pulumi/azure-native 2.79.0 → 2.80.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 (74) hide show
  1. package/confluent/getOrganization.d.ts +2 -2
  2. package/confluent/getOrganization.js +2 -2
  3. package/confluent/index.d.ts +2 -1
  4. package/confluent/index.js +4 -2
  5. package/confluent/listAccessClusters.d.ts +2 -2
  6. package/confluent/listAccessClusters.js +2 -2
  7. package/confluent/listAccessEnvironments.d.ts +2 -2
  8. package/confluent/listAccessEnvironments.js +2 -2
  9. package/confluent/listAccessInvitations.d.ts +2 -2
  10. package/confluent/listAccessInvitations.js +2 -2
  11. package/confluent/listAccessRoleBindingName.d.ts +4 -0
  12. package/confluent/listAccessRoleBindingName.js +5 -1
  13. package/confluent/listAccessRoleBindings.d.ts +2 -2
  14. package/confluent/listAccessRoleBindings.js +2 -2
  15. package/confluent/listAccessServiceAccounts.d.ts +2 -2
  16. package/confluent/listAccessServiceAccounts.js +2 -2
  17. package/confluent/listAccessUsers.d.ts +2 -2
  18. package/confluent/listAccessUsers.js +2 -2
  19. package/confluent/listOrganizationRegions.d.ts +4 -0
  20. package/confluent/listOrganizationRegions.js +5 -1
  21. package/confluent/organization.d.ts +1 -1
  22. package/confluent/organization.js +3 -3
  23. package/confluent/v20200301preview/organization.js +2 -2
  24. package/confluent/v20211201/organization.js +2 -2
  25. package/confluent/v20230822/organization.js +2 -2
  26. package/confluent/v20240213/organization.js +2 -2
  27. package/confluent/v20240701/connector.d.ts +91 -0
  28. package/confluent/v20240701/connector.js +83 -0
  29. package/confluent/v20240701/getConnector.d.ts +87 -0
  30. package/confluent/v20240701/getConnector.js +36 -0
  31. package/confluent/v20240701/getOrganization.d.ts +85 -0
  32. package/confluent/v20240701/getOrganization.js +30 -0
  33. package/confluent/v20240701/getOrganizationClusterById.d.ts +79 -0
  34. package/confluent/v20240701/getOrganizationClusterById.js +34 -0
  35. package/confluent/v20240701/getOrganizationEnvironmentById.d.ts +67 -0
  36. package/confluent/v20240701/getOrganizationEnvironmentById.js +32 -0
  37. package/confluent/v20240701/getTopic.d.ts +107 -0
  38. package/confluent/v20240701/getTopic.js +36 -0
  39. package/confluent/v20240701/index.d.ts +55 -0
  40. package/confluent/v20240701/index.js +93 -0
  41. package/confluent/v20240701/listAccessClusters.d.ts +59 -0
  42. package/confluent/v20240701/listAccessClusters.js +32 -0
  43. package/confluent/v20240701/listAccessEnvironments.d.ts +59 -0
  44. package/confluent/v20240701/listAccessEnvironments.js +32 -0
  45. package/confluent/v20240701/listAccessInvitations.d.ts +59 -0
  46. package/confluent/v20240701/listAccessInvitations.js +32 -0
  47. package/confluent/v20240701/listAccessRoleBindingName.d.ts +59 -0
  48. package/confluent/v20240701/listAccessRoleBindingName.js +32 -0
  49. package/confluent/v20240701/listAccessRoleBindings.d.ts +59 -0
  50. package/confluent/v20240701/listAccessRoleBindings.js +32 -0
  51. package/confluent/v20240701/listAccessServiceAccounts.d.ts +59 -0
  52. package/confluent/v20240701/listAccessServiceAccounts.js +32 -0
  53. package/confluent/v20240701/listAccessUsers.d.ts +59 -0
  54. package/confluent/v20240701/listAccessUsers.js +32 -0
  55. package/confluent/v20240701/listOrganizationRegions.d.ts +51 -0
  56. package/confluent/v20240701/listOrganizationRegions.js +32 -0
  57. package/confluent/v20240701/organization.d.ts +111 -0
  58. package/confluent/v20240701/organization.js +90 -0
  59. package/confluent/v20240701/organizationClusterById.d.ts +103 -0
  60. package/confluent/v20240701/organizationClusterById.js +80 -0
  61. package/confluent/v20240701/organizationEnvironmentById.d.ts +91 -0
  62. package/confluent/v20240701/organizationEnvironmentById.js +74 -0
  63. package/confluent/v20240701/topic.d.ts +135 -0
  64. package/confluent/v20240701/topic.js +93 -0
  65. package/package.json +2 -2
  66. package/tsconfig.tsbuildinfo +1 -1
  67. package/types/enums/confluent/index.d.ts +2 -1
  68. package/types/enums/confluent/index.js +4 -2
  69. package/types/enums/confluent/v20240701/index.d.ts +91 -0
  70. package/types/enums/confluent/v20240701/index.js +61 -0
  71. package/types/input.d.ts +676 -0
  72. package/types/input.js +1 -1
  73. package/types/output.d.ts +1067 -0
  74. package/types/output.js +1 -1
package/types/input.d.ts CHANGED
@@ -174456,6 +174456,682 @@ export declare namespace confluent {
174456
174456
  userPrincipalName?: pulumi.Input<string>;
174457
174457
  }
174458
174458
  }
174459
+ namespace v20240701 {
174460
+ /**
174461
+ * The authentication info when auth_type is azureBlobStorageSinkConnector
174462
+ */
174463
+ interface AzureBlobStorageSinkConnectorServiceInfoArgs {
174464
+ /**
174465
+ * The connector service type.
174466
+ * Expected value is 'AzureBlobStorageSinkConnector'.
174467
+ */
174468
+ connectorServiceType: pulumi.Input<"AzureBlobStorageSinkConnector">;
174469
+ /**
174470
+ * Azure Blob Storage Account Key
174471
+ */
174472
+ storageAccountKey?: pulumi.Input<string>;
174473
+ /**
174474
+ * Azure Blob Storage Account Name
174475
+ */
174476
+ storageAccountName?: pulumi.Input<string>;
174477
+ /**
174478
+ * Azure Blob Storage Account Container Name
174479
+ */
174480
+ storageContainerName?: pulumi.Input<string>;
174481
+ }
174482
+ /**
174483
+ * The connector service type is AzureBlobStorageSourceConnector
174484
+ */
174485
+ interface AzureBlobStorageSourceConnectorServiceInfoArgs {
174486
+ /**
174487
+ * The connector service type.
174488
+ * Expected value is 'AzureBlobStorageSourceConnector'.
174489
+ */
174490
+ connectorServiceType: pulumi.Input<"AzureBlobStorageSourceConnector">;
174491
+ /**
174492
+ * Azure Blob Storage Account Key
174493
+ */
174494
+ storageAccountKey?: pulumi.Input<string>;
174495
+ /**
174496
+ * Azure Blob Storage Account Name
174497
+ */
174498
+ storageAccountName?: pulumi.Input<string>;
174499
+ /**
174500
+ * Azure Blob Storage Account Container Name
174501
+ */
174502
+ storageContainerName?: pulumi.Input<string>;
174503
+ }
174504
+ /**
174505
+ * The authentication info when auth_type is AzureCosmosDBSinkConnector
174506
+ */
174507
+ interface AzureCosmosDBSinkConnectorServiceInfoArgs {
174508
+ /**
174509
+ * The connector service type.
174510
+ * Expected value is 'AzureCosmosDBSinkConnector'.
174511
+ */
174512
+ connectorServiceType: pulumi.Input<"AzureCosmosDBSinkConnector">;
174513
+ /**
174514
+ * Azure Cosmos Database Connection Endpoint
174515
+ */
174516
+ cosmosConnectionEndpoint?: pulumi.Input<string>;
174517
+ /**
174518
+ * Azure Cosmos Database Containers Topic Mapping
174519
+ */
174520
+ cosmosContainersTopicMapping?: pulumi.Input<string>;
174521
+ /**
174522
+ * Azure Cosmos Database Name
174523
+ */
174524
+ cosmosDatabaseName?: pulumi.Input<string>;
174525
+ /**
174526
+ * Azure Cosmos Database Id Strategy
174527
+ */
174528
+ cosmosIdStrategy?: pulumi.Input<string>;
174529
+ /**
174530
+ * Azure Cosmos Database Master Key
174531
+ */
174532
+ cosmosMasterKey?: pulumi.Input<string>;
174533
+ }
174534
+ /**
174535
+ * The authentication info when auth_type is AzureCosmosDBSourceConnector
174536
+ */
174537
+ interface AzureCosmosDBSourceConnectorServiceInfoArgs {
174538
+ /**
174539
+ * The connector service type.
174540
+ * Expected value is 'AzureCosmosDBSourceConnector'.
174541
+ */
174542
+ connectorServiceType: pulumi.Input<"AzureCosmosDBSourceConnector">;
174543
+ /**
174544
+ * Azure Cosmos Database Connection Endpoint
174545
+ */
174546
+ cosmosConnectionEndpoint?: pulumi.Input<string>;
174547
+ /**
174548
+ * Azure Cosmos Database Containers Topic Mapping
174549
+ */
174550
+ cosmosContainersTopicMapping?: pulumi.Input<string>;
174551
+ /**
174552
+ * Azure Cosmos Database Name
174553
+ */
174554
+ cosmosDatabaseName?: pulumi.Input<string>;
174555
+ /**
174556
+ * Azure Cosmos Database Master Key
174557
+ */
174558
+ cosmosMasterKey?: pulumi.Input<string>;
174559
+ /**
174560
+ * Azure Cosmos Database Message Key Enabled
174561
+ */
174562
+ cosmosMessageKeyEnabled?: pulumi.Input<boolean>;
174563
+ /**
174564
+ * Azure Cosmos Database Message Key Field
174565
+ */
174566
+ cosmosMessageKeyField?: pulumi.Input<string>;
174567
+ }
174568
+ /**
174569
+ * The authentication info when auth_type is AzureSynapseAnalyticsSinkConnector
174570
+ */
174571
+ interface AzureSynapseAnalyticsSinkConnectorServiceInfoArgs {
174572
+ /**
174573
+ * The connector service type.
174574
+ * Expected value is 'AzureSynapseAnalyticsSinkConnector'.
174575
+ */
174576
+ connectorServiceType: pulumi.Input<"AzureSynapseAnalyticsSinkConnector">;
174577
+ /**
174578
+ * Azure Synapse Dedicated SQL Pool Database Name
174579
+ */
174580
+ synapseSqlDatabaseName?: pulumi.Input<string>;
174581
+ /**
174582
+ * Azure Synapse SQL login details
174583
+ */
174584
+ synapseSqlPassword?: pulumi.Input<string>;
174585
+ /**
174586
+ * Azure Synapse Analytics SQL Server Name
174587
+ */
174588
+ synapseSqlServerName?: pulumi.Input<string>;
174589
+ /**
174590
+ * Azure Synapse SQL login details
174591
+ */
174592
+ synapseSqlUser?: pulumi.Input<string>;
174593
+ }
174594
+ /**
174595
+ * The configuration of the Kafka cluster
174596
+ */
174597
+ interface ClusterConfigEntityArgs {
174598
+ /**
174599
+ * The lifecycle phase of the cluster
174600
+ */
174601
+ kind?: pulumi.Input<string>;
174602
+ }
174603
+ /**
174604
+ * Status of the cluster record
174605
+ */
174606
+ interface ClusterStatusEntityArgs {
174607
+ /**
174608
+ * The number of Confluent Kafka Units
174609
+ */
174610
+ cku?: pulumi.Input<number>;
174611
+ /**
174612
+ * The lifecycle phase of the cluster
174613
+ */
174614
+ phase?: pulumi.Input<string>;
174615
+ }
174616
+ /**
174617
+ * Connector Info Base properties
174618
+ */
174619
+ interface ConnectorInfoBaseArgs {
174620
+ /**
174621
+ * Connector Class
174622
+ */
174623
+ connectorClass?: pulumi.Input<string | enums.confluent.v20240701.ConnectorClass>;
174624
+ /**
174625
+ * Connector Id
174626
+ */
174627
+ connectorId?: pulumi.Input<string>;
174628
+ /**
174629
+ * Connector Name
174630
+ */
174631
+ connectorName?: pulumi.Input<string>;
174632
+ /**
174633
+ * Connector Status
174634
+ */
174635
+ connectorState?: pulumi.Input<string | enums.confluent.v20240701.ConnectorStatus>;
174636
+ /**
174637
+ * Connector Type
174638
+ */
174639
+ connectorType?: pulumi.Input<string | enums.confluent.v20240701.ConnectorType>;
174640
+ }
174641
+ /**
174642
+ * The partner connector type is KafkaAzureBlobStorageSink
174643
+ */
174644
+ interface KafkaAzureBlobStorageSinkConnectorInfoArgs {
174645
+ /**
174646
+ * Kafka API Key
174647
+ */
174648
+ apiKey?: pulumi.Input<string>;
174649
+ /**
174650
+ * Kafka API Key Secret
174651
+ */
174652
+ apiSecret?: pulumi.Input<string>;
174653
+ /**
174654
+ * Kafka Auth Type
174655
+ */
174656
+ authType?: pulumi.Input<string | enums.confluent.v20240701.AuthType>;
174657
+ /**
174658
+ * Flush size
174659
+ */
174660
+ flushSize?: pulumi.Input<string>;
174661
+ /**
174662
+ * Kafka Input Data Format Type
174663
+ */
174664
+ inputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174665
+ /**
174666
+ * Maximum Tasks
174667
+ */
174668
+ maxTasks?: pulumi.Input<string>;
174669
+ /**
174670
+ * Kafka Output Data Format Type
174671
+ */
174672
+ outputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174673
+ /**
174674
+ * Partner Connector type.
174675
+ * Expected value is 'KafkaAzureBlobStorageSink'.
174676
+ */
174677
+ partnerConnectorType: pulumi.Input<"KafkaAzureBlobStorageSink">;
174678
+ /**
174679
+ * Kafka Service Account Id
174680
+ */
174681
+ serviceAccountId?: pulumi.Input<string>;
174682
+ /**
174683
+ * Time Interval
174684
+ */
174685
+ timeInterval?: pulumi.Input<string>;
174686
+ /**
174687
+ * Kafka topics list
174688
+ */
174689
+ topics?: pulumi.Input<pulumi.Input<string>[]>;
174690
+ /**
174691
+ * Kafka topics directory
174692
+ */
174693
+ topicsDir?: pulumi.Input<string>;
174694
+ }
174695
+ /**
174696
+ * The partner connector type is KafkaAzureBlobStorageSource
174697
+ */
174698
+ interface KafkaAzureBlobStorageSourceConnectorInfoArgs {
174699
+ /**
174700
+ * Kafka API Key
174701
+ */
174702
+ apiKey?: pulumi.Input<string>;
174703
+ /**
174704
+ * Kafka API Secret
174705
+ */
174706
+ apiSecret?: pulumi.Input<string>;
174707
+ /**
174708
+ * Kafka Auth Type
174709
+ */
174710
+ authType?: pulumi.Input<string | enums.confluent.v20240701.AuthType>;
174711
+ /**
174712
+ * Kafka Input Data Format Type
174713
+ */
174714
+ inputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174715
+ /**
174716
+ * Maximum Tasks
174717
+ */
174718
+ maxTasks?: pulumi.Input<string>;
174719
+ /**
174720
+ * Kafka Output Data Format Type
174721
+ */
174722
+ outputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174723
+ /**
174724
+ * Partner Connector type.
174725
+ * Expected value is 'KafkaAzureBlobStorageSource'.
174726
+ */
174727
+ partnerConnectorType: pulumi.Input<"KafkaAzureBlobStorageSource">;
174728
+ /**
174729
+ * Kafka Service Account Id
174730
+ */
174731
+ serviceAccountId?: pulumi.Input<string>;
174732
+ /**
174733
+ * Kafka topics Regex pattern
174734
+ */
174735
+ topicRegex?: pulumi.Input<string>;
174736
+ /**
174737
+ * Kafka topics directory
174738
+ */
174739
+ topicsDir?: pulumi.Input<string>;
174740
+ }
174741
+ /**
174742
+ * The partner connector type is KafkaAzureCosmosDBSink
174743
+ */
174744
+ interface KafkaAzureCosmosDBSinkConnectorInfoArgs {
174745
+ /**
174746
+ * Kafka API Key
174747
+ */
174748
+ apiKey?: pulumi.Input<string>;
174749
+ /**
174750
+ * Kafka API Key Secret
174751
+ */
174752
+ apiSecret?: pulumi.Input<string>;
174753
+ /**
174754
+ * Kafka Auth Type
174755
+ */
174756
+ authType?: pulumi.Input<string | enums.confluent.v20240701.AuthType>;
174757
+ /**
174758
+ * Flush size
174759
+ */
174760
+ flushSize?: pulumi.Input<string>;
174761
+ /**
174762
+ * Kafka Input Data Format Type
174763
+ */
174764
+ inputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174765
+ /**
174766
+ * Maximum Tasks
174767
+ */
174768
+ maxTasks?: pulumi.Input<string>;
174769
+ /**
174770
+ * Kafka Output Data Format Type
174771
+ */
174772
+ outputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174773
+ /**
174774
+ * Partner Connector type.
174775
+ * Expected value is 'KafkaAzureCosmosDBSink'.
174776
+ */
174777
+ partnerConnectorType: pulumi.Input<"KafkaAzureCosmosDBSink">;
174778
+ /**
174779
+ * Kafka Service Account Id
174780
+ */
174781
+ serviceAccountId?: pulumi.Input<string>;
174782
+ /**
174783
+ * Time Interval
174784
+ */
174785
+ timeInterval?: pulumi.Input<string>;
174786
+ /**
174787
+ * Kafka topics list
174788
+ */
174789
+ topics?: pulumi.Input<pulumi.Input<string>[]>;
174790
+ /**
174791
+ * Kafka topics directory
174792
+ */
174793
+ topicsDir?: pulumi.Input<string>;
174794
+ }
174795
+ /**
174796
+ * The partner connector type is KafkaAzureCosmosDBSource
174797
+ */
174798
+ interface KafkaAzureCosmosDBSourceConnectorInfoArgs {
174799
+ /**
174800
+ * Kafka API Key
174801
+ */
174802
+ apiKey?: pulumi.Input<string>;
174803
+ /**
174804
+ * Kafka API Secret
174805
+ */
174806
+ apiSecret?: pulumi.Input<string>;
174807
+ /**
174808
+ * Kafka Auth Type
174809
+ */
174810
+ authType?: pulumi.Input<string | enums.confluent.v20240701.AuthType>;
174811
+ /**
174812
+ * Kafka Input Data Format Type
174813
+ */
174814
+ inputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174815
+ /**
174816
+ * Maximum Tasks
174817
+ */
174818
+ maxTasks?: pulumi.Input<string>;
174819
+ /**
174820
+ * Kafka Output Data Format Type
174821
+ */
174822
+ outputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174823
+ /**
174824
+ * Partner Connector type.
174825
+ * Expected value is 'KafkaAzureCosmosDBSource'.
174826
+ */
174827
+ partnerConnectorType: pulumi.Input<"KafkaAzureCosmosDBSource">;
174828
+ /**
174829
+ * Kafka Service Account Id
174830
+ */
174831
+ serviceAccountId?: pulumi.Input<string>;
174832
+ /**
174833
+ * Kafka topics Regex pattern
174834
+ */
174835
+ topicRegex?: pulumi.Input<string>;
174836
+ /**
174837
+ * Kafka topics directory
174838
+ */
174839
+ topicsDir?: pulumi.Input<string>;
174840
+ }
174841
+ /**
174842
+ * The partner connector type is KafkaAzureSynapseAnalyticsSink
174843
+ */
174844
+ interface KafkaAzureSynapseAnalyticsSinkConnectorInfoArgs {
174845
+ /**
174846
+ * Kafka API Key
174847
+ */
174848
+ apiKey?: pulumi.Input<string>;
174849
+ /**
174850
+ * Kafka API Key Secret
174851
+ */
174852
+ apiSecret?: pulumi.Input<string>;
174853
+ /**
174854
+ * Kafka Auth Type
174855
+ */
174856
+ authType?: pulumi.Input<string | enums.confluent.v20240701.AuthType>;
174857
+ /**
174858
+ * Flush size
174859
+ */
174860
+ flushSize?: pulumi.Input<string>;
174861
+ /**
174862
+ * Kafka Input Data Format Type
174863
+ */
174864
+ inputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174865
+ /**
174866
+ * Maximum Tasks
174867
+ */
174868
+ maxTasks?: pulumi.Input<string>;
174869
+ /**
174870
+ * Kafka Output Data Format Type
174871
+ */
174872
+ outputFormat?: pulumi.Input<string | enums.confluent.v20240701.DataFormatType>;
174873
+ /**
174874
+ * Partner Connector type.
174875
+ * Expected value is 'KafkaAzureSynapseAnalyticsSink'.
174876
+ */
174877
+ partnerConnectorType: pulumi.Input<"KafkaAzureSynapseAnalyticsSink">;
174878
+ /**
174879
+ * Kafka Service Account Id
174880
+ */
174881
+ serviceAccountId?: pulumi.Input<string>;
174882
+ /**
174883
+ * Time Interval
174884
+ */
174885
+ timeInterval?: pulumi.Input<string>;
174886
+ /**
174887
+ * Kafka topics list
174888
+ */
174889
+ topics?: pulumi.Input<pulumi.Input<string>[]>;
174890
+ /**
174891
+ * Kafka topics directory
174892
+ */
174893
+ topicsDir?: pulumi.Input<string>;
174894
+ }
174895
+ /**
174896
+ * Link an existing Confluent organization
174897
+ */
174898
+ interface LinkOrganizationArgs {
174899
+ /**
174900
+ * User auth token
174901
+ */
174902
+ token: pulumi.Input<string>;
174903
+ }
174904
+ /**
174905
+ * Confluent Offer detail
174906
+ */
174907
+ interface OfferDetailArgs {
174908
+ /**
174909
+ * Offer Id
174910
+ */
174911
+ id: pulumi.Input<string>;
174912
+ /**
174913
+ * Offer Plan Id
174914
+ */
174915
+ planId: pulumi.Input<string>;
174916
+ /**
174917
+ * Offer Plan Name
174918
+ */
174919
+ planName: pulumi.Input<string>;
174920
+ /**
174921
+ * Private Offer Id
174922
+ */
174923
+ privateOfferId?: pulumi.Input<string>;
174924
+ /**
174925
+ * Array of Private Offer Ids
174926
+ */
174927
+ privateOfferIds?: pulumi.Input<pulumi.Input<string>[]>;
174928
+ /**
174929
+ * Publisher Id
174930
+ */
174931
+ publisherId: pulumi.Input<string>;
174932
+ /**
174933
+ * SaaS Offer Status
174934
+ */
174935
+ status?: pulumi.Input<string | enums.confluent.v20240701.SaaSOfferStatus>;
174936
+ /**
174937
+ * Offer Plan Term Id
174938
+ */
174939
+ termId?: pulumi.Input<string>;
174940
+ /**
174941
+ * Offer Plan Term unit
174942
+ */
174943
+ termUnit: pulumi.Input<string>;
174944
+ }
174945
+ /**
174946
+ * The network associated with this object
174947
+ */
174948
+ interface SCClusterByokEntityArgs {
174949
+ /**
174950
+ * ID of the referred resource
174951
+ */
174952
+ id?: pulumi.Input<string>;
174953
+ /**
174954
+ * API URL for accessing or modifying the referred object
174955
+ */
174956
+ related?: pulumi.Input<string>;
174957
+ /**
174958
+ * CRN reference to the referred resource
174959
+ */
174960
+ resourceName?: pulumi.Input<string>;
174961
+ }
174962
+ /**
174963
+ * The environment or the network to which cluster belongs
174964
+ */
174965
+ interface SCClusterNetworkEnvironmentEntityArgs {
174966
+ /**
174967
+ * Environment of the referred resource
174968
+ */
174969
+ environment?: pulumi.Input<string>;
174970
+ /**
174971
+ * ID of the referred resource
174972
+ */
174973
+ id?: pulumi.Input<string>;
174974
+ /**
174975
+ * API URL for accessing or modifying the referred object
174976
+ */
174977
+ related?: pulumi.Input<string>;
174978
+ /**
174979
+ * CRN reference to the referred resource
174980
+ */
174981
+ resourceName?: pulumi.Input<string>;
174982
+ }
174983
+ /**
174984
+ * Spec of the cluster record
174985
+ */
174986
+ interface SCClusterSpecEntityArgs {
174987
+ /**
174988
+ * The Kafka API cluster endpoint
174989
+ */
174990
+ apiEndpoint?: pulumi.Input<string>;
174991
+ /**
174992
+ * The availability zone configuration of the cluster
174993
+ */
174994
+ availability?: pulumi.Input<string>;
174995
+ /**
174996
+ * Specification of the cluster byok
174997
+ */
174998
+ byok?: pulumi.Input<inputs.confluent.v20240701.SCClusterByokEntityArgs>;
174999
+ /**
175000
+ * The cloud service provider
175001
+ */
175002
+ cloud?: pulumi.Input<string>;
175003
+ /**
175004
+ * Specification of the cluster configuration
175005
+ */
175006
+ config?: pulumi.Input<inputs.confluent.v20240701.ClusterConfigEntityArgs>;
175007
+ /**
175008
+ * Specification of the cluster environment
175009
+ */
175010
+ environment?: pulumi.Input<inputs.confluent.v20240701.SCClusterNetworkEnvironmentEntityArgs>;
175011
+ /**
175012
+ * The cluster HTTP request URL.
175013
+ */
175014
+ httpEndpoint?: pulumi.Input<string>;
175015
+ /**
175016
+ * The bootstrap endpoint used by Kafka clients to connect to the cluster
175017
+ */
175018
+ kafkaBootstrapEndpoint?: pulumi.Input<string>;
175019
+ /**
175020
+ * The name of the cluster
175021
+ */
175022
+ name?: pulumi.Input<string>;
175023
+ /**
175024
+ * Specification of the cluster network
175025
+ */
175026
+ network?: pulumi.Input<inputs.confluent.v20240701.SCClusterNetworkEnvironmentEntityArgs>;
175027
+ /**
175028
+ * Stream governance configuration
175029
+ */
175030
+ package?: pulumi.Input<string | enums.confluent.v20240701.Package>;
175031
+ /**
175032
+ * The cloud service provider region
175033
+ */
175034
+ region?: pulumi.Input<string>;
175035
+ /**
175036
+ * type of zone availability
175037
+ */
175038
+ zone?: pulumi.Input<string>;
175039
+ }
175040
+ /**
175041
+ * Metadata of the data record
175042
+ */
175043
+ interface SCMetadataEntityArgs {
175044
+ /**
175045
+ * Created Date Time
175046
+ */
175047
+ createdTimestamp?: pulumi.Input<string>;
175048
+ /**
175049
+ * Deleted Date time
175050
+ */
175051
+ deletedTimestamp?: pulumi.Input<string>;
175052
+ /**
175053
+ * Resource name of the record
175054
+ */
175055
+ resourceName?: pulumi.Input<string>;
175056
+ /**
175057
+ * Self lookup url
175058
+ */
175059
+ self?: pulumi.Input<string>;
175060
+ /**
175061
+ * Updated Date time
175062
+ */
175063
+ updatedTimestamp?: pulumi.Input<string>;
175064
+ }
175065
+ /**
175066
+ * Stream governance configuration
175067
+ */
175068
+ interface StreamGovernanceConfigArgs {
175069
+ /**
175070
+ * Stream governance configuration
175071
+ */
175072
+ package?: pulumi.Input<string | enums.confluent.v20240701.Package>;
175073
+ }
175074
+ /**
175075
+ * Metadata of the data record
175076
+ */
175077
+ interface TopicMetadataEntityArgs {
175078
+ /**
175079
+ * Resource name of the record
175080
+ */
175081
+ resourceName?: pulumi.Input<string>;
175082
+ /**
175083
+ * Self lookup url
175084
+ */
175085
+ self?: pulumi.Input<string>;
175086
+ }
175087
+ /**
175088
+ * Topics input config
175089
+ */
175090
+ interface TopicsInputConfigArgs {
175091
+ /**
175092
+ * Name of the topic input config
175093
+ */
175094
+ name?: pulumi.Input<string>;
175095
+ /**
175096
+ * Value of the topic input config
175097
+ */
175098
+ value?: pulumi.Input<string>;
175099
+ }
175100
+ /**
175101
+ * Partition Config spec of the topic record
175102
+ */
175103
+ interface TopicsRelatedLinkArgs {
175104
+ /**
175105
+ * Relationship of the topic
175106
+ */
175107
+ related?: pulumi.Input<string>;
175108
+ }
175109
+ /**
175110
+ * Subscriber detail
175111
+ */
175112
+ interface UserDetailArgs {
175113
+ /**
175114
+ * AAD email address
175115
+ */
175116
+ aadEmail?: pulumi.Input<string>;
175117
+ /**
175118
+ * Email address
175119
+ */
175120
+ emailAddress: pulumi.Input<string>;
175121
+ /**
175122
+ * First name
175123
+ */
175124
+ firstName?: pulumi.Input<string>;
175125
+ /**
175126
+ * Last name
175127
+ */
175128
+ lastName?: pulumi.Input<string>;
175129
+ /**
175130
+ * User principal name
175131
+ */
175132
+ userPrincipalName?: pulumi.Input<string>;
175133
+ }
175134
+ }
174459
175135
  }
174460
175136
  export declare namespace connectedcache {
174461
175137
  /**