@pierskarsenbarg/sdm 1.1.1 → 1.2.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
@@ -143,12 +143,6 @@ export interface ResourceAks {
143
143
  portOverride?: pulumi.Input<number>;
144
144
  remoteIdentityGroupId?: pulumi.Input<string>;
145
145
  remoteIdentityHealthcheckUsername?: pulumi.Input<string>;
146
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
147
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
148
- secretStoreClientCertificateKey?: pulumi.Input<string>;
149
- secretStoreClientCertificatePath?: pulumi.Input<string>;
150
- secretStoreClientKeyKey?: pulumi.Input<string>;
151
- secretStoreClientKeyPath?: pulumi.Input<string>;
152
146
  /**
153
147
  * ID of the secret store containing credentials for this resource, if any.
154
148
  */
@@ -189,13 +183,6 @@ export interface ResourceAksBasicAuth {
189
183
  * ID of the secret store containing credentials for this resource, if any.
190
184
  */
191
185
  secretStoreId?: pulumi.Input<string>;
192
- secretStorePasswordKey?: pulumi.Input<string>;
193
- secretStorePasswordPath?: pulumi.Input<string>;
194
- /**
195
- * * trino:
196
- */
197
- secretStoreUsernameKey?: pulumi.Input<string>;
198
- secretStoreUsernamePath?: pulumi.Input<string>;
199
186
  /**
200
187
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
201
188
  */
@@ -234,11 +221,6 @@ export interface ResourceAksServiceAccount {
234
221
  * ID of the secret store containing credentials for this resource, if any.
235
222
  */
236
223
  secretStoreId?: pulumi.Input<string>;
237
- /**
238
- * * kubernetes_user_impersonation:
239
- */
240
- secretStoreTokenKey?: pulumi.Input<string>;
241
- secretStoreTokenPath?: pulumi.Input<string>;
242
224
  /**
243
225
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
244
226
  */
@@ -249,6 +231,9 @@ export interface ResourceAksServiceAccount {
249
231
  tags?: pulumi.Input<{
250
232
  [key: string]: pulumi.Input<string>;
251
233
  }>;
234
+ /**
235
+ * * kubernetes_user_impersonation:
236
+ */
252
237
  token?: pulumi.Input<string>;
253
238
  }
254
239
  export interface ResourceAksServiceAccountUserImpersonation {
@@ -275,11 +260,6 @@ export interface ResourceAksServiceAccountUserImpersonation {
275
260
  * ID of the secret store containing credentials for this resource, if any.
276
261
  */
277
262
  secretStoreId?: pulumi.Input<string>;
278
- /**
279
- * * kubernetes_user_impersonation:
280
- */
281
- secretStoreTokenKey?: pulumi.Input<string>;
282
- secretStoreTokenPath?: pulumi.Input<string>;
283
263
  /**
284
264
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
285
265
  */
@@ -290,6 +270,9 @@ export interface ResourceAksServiceAccountUserImpersonation {
290
270
  tags?: pulumi.Input<{
291
271
  [key: string]: pulumi.Input<string>;
292
272
  }>;
273
+ /**
274
+ * * kubernetes_user_impersonation:
275
+ */
293
276
  token?: pulumi.Input<string>;
294
277
  }
295
278
  export interface ResourceAksUserImpersonation {
@@ -315,12 +298,6 @@ export interface ResourceAksUserImpersonation {
315
298
  name: pulumi.Input<string>;
316
299
  port: pulumi.Input<number>;
317
300
  portOverride?: pulumi.Input<number>;
318
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
319
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
320
- secretStoreClientCertificateKey?: pulumi.Input<string>;
321
- secretStoreClientCertificatePath?: pulumi.Input<string>;
322
- secretStoreClientKeyKey?: pulumi.Input<string>;
323
- secretStoreClientKeyPath?: pulumi.Input<string>;
324
301
  /**
325
302
  * ID of the secret store containing credentials for this resource, if any.
326
303
  */
@@ -357,26 +334,17 @@ export interface ResourceAmazonEks {
357
334
  * Unique human-readable name of the Resource.
358
335
  */
359
336
  name: pulumi.Input<string>;
337
+ portOverride?: pulumi.Input<number>;
360
338
  region: pulumi.Input<string>;
361
339
  remoteIdentityGroupId?: pulumi.Input<string>;
362
340
  remoteIdentityHealthcheckUsername?: pulumi.Input<string>;
363
341
  roleArn?: pulumi.Input<string>;
364
342
  roleExternalId?: pulumi.Input<string>;
365
343
  secretAccessKey?: pulumi.Input<string>;
366
- secretStoreAccessKeyKey?: pulumi.Input<string>;
367
- secretStoreAccessKeyPath?: pulumi.Input<string>;
368
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
369
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
370
344
  /**
371
345
  * ID of the secret store containing credentials for this resource, if any.
372
346
  */
373
347
  secretStoreId?: pulumi.Input<string>;
374
- secretStoreRoleArnKey?: pulumi.Input<string>;
375
- secretStoreRoleArnPath?: pulumi.Input<string>;
376
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
377
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
378
- secretStoreSecretAccessKeyKey?: pulumi.Input<string>;
379
- secretStoreSecretAccessKeyPath?: pulumi.Input<string>;
380
348
  /**
381
349
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
382
350
  */
@@ -408,21 +376,16 @@ export interface ResourceAmazonEksInstanceProfile {
408
376
  * Unique human-readable name of the Resource.
409
377
  */
410
378
  name: pulumi.Input<string>;
379
+ portOverride?: pulumi.Input<number>;
411
380
  region: pulumi.Input<string>;
412
381
  remoteIdentityGroupId?: pulumi.Input<string>;
413
382
  remoteIdentityHealthcheckUsername?: pulumi.Input<string>;
414
383
  roleArn?: pulumi.Input<string>;
415
384
  roleExternalId?: pulumi.Input<string>;
416
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
417
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
418
385
  /**
419
386
  * ID of the secret store containing credentials for this resource, if any.
420
387
  */
421
388
  secretStoreId?: pulumi.Input<string>;
422
- secretStoreRoleArnKey?: pulumi.Input<string>;
423
- secretStoreRoleArnPath?: pulumi.Input<string>;
424
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
425
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
426
389
  /**
427
390
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
428
391
  */
@@ -454,21 +417,16 @@ export interface ResourceAmazonEksInstanceProfileUserImpersonation {
454
417
  * Unique human-readable name of the Resource.
455
418
  */
456
419
  name: pulumi.Input<string>;
420
+ portOverride?: pulumi.Input<number>;
457
421
  region: pulumi.Input<string>;
458
422
  remoteIdentityGroupId?: pulumi.Input<string>;
459
423
  remoteIdentityHealthcheckUsername?: pulumi.Input<string>;
460
424
  roleArn?: pulumi.Input<string>;
461
425
  roleExternalId?: pulumi.Input<string>;
462
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
463
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
464
426
  /**
465
427
  * ID of the secret store containing credentials for this resource, if any.
466
428
  */
467
429
  secretStoreId?: pulumi.Input<string>;
468
- secretStoreRoleArnKey?: pulumi.Input<string>;
469
- secretStoreRoleArnPath?: pulumi.Input<string>;
470
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
471
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
472
430
  /**
473
431
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
474
432
  */
@@ -501,24 +459,15 @@ export interface ResourceAmazonEksUserImpersonation {
501
459
  * Unique human-readable name of the Resource.
502
460
  */
503
461
  name: pulumi.Input<string>;
462
+ portOverride?: pulumi.Input<number>;
504
463
  region: pulumi.Input<string>;
505
464
  roleArn?: pulumi.Input<string>;
506
465
  roleExternalId?: pulumi.Input<string>;
507
466
  secretAccessKey?: pulumi.Input<string>;
508
- secretStoreAccessKeyKey?: pulumi.Input<string>;
509
- secretStoreAccessKeyPath?: pulumi.Input<string>;
510
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
511
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
512
467
  /**
513
468
  * ID of the secret store containing credentials for this resource, if any.
514
469
  */
515
470
  secretStoreId?: pulumi.Input<string>;
516
- secretStoreRoleArnKey?: pulumi.Input<string>;
517
- secretStoreRoleArnPath?: pulumi.Input<string>;
518
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
519
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
520
- secretStoreSecretAccessKeyKey?: pulumi.Input<string>;
521
- secretStoreSecretAccessKeyPath?: pulumi.Input<string>;
522
471
  /**
523
472
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
524
473
  */
@@ -550,18 +499,10 @@ export interface ResourceAmazonEs {
550
499
  roleArn?: pulumi.Input<string>;
551
500
  roleExternalId?: pulumi.Input<string>;
552
501
  secretAccessKey?: pulumi.Input<string>;
553
- secretStoreAccessKeyKey?: pulumi.Input<string>;
554
- secretStoreAccessKeyPath?: pulumi.Input<string>;
555
502
  /**
556
503
  * ID of the secret store containing credentials for this resource, if any.
557
504
  */
558
505
  secretStoreId?: pulumi.Input<string>;
559
- secretStoreRoleArnKey?: pulumi.Input<string>;
560
- secretStoreRoleArnPath?: pulumi.Input<string>;
561
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
562
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
563
- secretStoreSecretAccessKeyKey?: pulumi.Input<string>;
564
- secretStoreSecretAccessKeyPath?: pulumi.Input<string>;
565
506
  /**
566
507
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
567
508
  */
@@ -594,13 +535,6 @@ export interface ResourceAmazonmqAmqp091 {
594
535
  * ID of the secret store containing credentials for this resource, if any.
595
536
  */
596
537
  secretStoreId?: pulumi.Input<string>;
597
- secretStorePasswordKey?: pulumi.Input<string>;
598
- secretStorePasswordPath?: pulumi.Input<string>;
599
- /**
600
- * * trino:
601
- */
602
- secretStoreUsernameKey?: pulumi.Input<string>;
603
- secretStoreUsernamePath?: pulumi.Input<string>;
604
538
  /**
605
539
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
606
540
  */
@@ -634,18 +568,10 @@ export interface ResourceAthena {
634
568
  roleArn?: pulumi.Input<string>;
635
569
  roleExternalId?: pulumi.Input<string>;
636
570
  secretAccessKey?: pulumi.Input<string>;
637
- secretStoreAccessKeyKey?: pulumi.Input<string>;
638
- secretStoreAccessKeyPath?: pulumi.Input<string>;
639
571
  /**
640
572
  * ID of the secret store containing credentials for this resource, if any.
641
573
  */
642
574
  secretStoreId?: pulumi.Input<string>;
643
- secretStoreRoleArnKey?: pulumi.Input<string>;
644
- secretStoreRoleArnPath?: pulumi.Input<string>;
645
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
646
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
647
- secretStoreSecretAccessKeyKey?: pulumi.Input<string>;
648
- secretStoreSecretAccessKeyPath?: pulumi.Input<string>;
649
575
  /**
650
576
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
651
577
  */
@@ -675,17 +601,11 @@ export interface ResourceAuroraMysql {
675
601
  password?: pulumi.Input<string>;
676
602
  port?: pulumi.Input<number>;
677
603
  portOverride?: pulumi.Input<number>;
604
+ requireNativeAuth?: pulumi.Input<boolean>;
678
605
  /**
679
606
  * ID of the secret store containing credentials for this resource, if any.
680
607
  */
681
608
  secretStoreId?: pulumi.Input<string>;
682
- secretStorePasswordKey?: pulumi.Input<string>;
683
- secretStorePasswordPath?: pulumi.Input<string>;
684
- /**
685
- * * trino:
686
- */
687
- secretStoreUsernameKey?: pulumi.Input<string>;
688
- secretStoreUsernamePath?: pulumi.Input<string>;
689
609
  /**
690
610
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
691
611
  */
@@ -696,6 +616,7 @@ export interface ResourceAuroraMysql {
696
616
  tags?: pulumi.Input<{
697
617
  [key: string]: pulumi.Input<string>;
698
618
  }>;
619
+ useAzureSingleServerUsernames?: pulumi.Input<boolean>;
699
620
  username?: pulumi.Input<string>;
700
621
  }
701
622
  export interface ResourceAuroraPostgres {
@@ -721,13 +642,6 @@ export interface ResourceAuroraPostgres {
721
642
  * ID of the secret store containing credentials for this resource, if any.
722
643
  */
723
644
  secretStoreId?: pulumi.Input<string>;
724
- secretStorePasswordKey?: pulumi.Input<string>;
725
- secretStorePasswordPath?: pulumi.Input<string>;
726
- /**
727
- * * trino:
728
- */
729
- secretStoreUsernameKey?: pulumi.Input<string>;
730
- secretStoreUsernamePath?: pulumi.Input<string>;
731
645
  /**
732
646
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
733
647
  */
@@ -759,18 +673,10 @@ export interface ResourceAws {
759
673
  roleArn?: pulumi.Input<string>;
760
674
  roleExternalId?: pulumi.Input<string>;
761
675
  secretAccessKey?: pulumi.Input<string>;
762
- secretStoreAccessKeyKey?: pulumi.Input<string>;
763
- secretStoreAccessKeyPath?: pulumi.Input<string>;
764
676
  /**
765
677
  * ID of the secret store containing credentials for this resource, if any.
766
678
  */
767
679
  secretStoreId?: pulumi.Input<string>;
768
- secretStoreRoleArnKey?: pulumi.Input<string>;
769
- secretStoreRoleArnPath?: pulumi.Input<string>;
770
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
771
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
772
- secretStoreSecretAccessKeyKey?: pulumi.Input<string>;
773
- secretStoreSecretAccessKeyPath?: pulumi.Input<string>;
774
680
  /**
775
681
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
776
682
  */
@@ -806,10 +712,6 @@ export interface ResourceAwsConsole {
806
712
  * ID of the secret store containing credentials for this resource, if any.
807
713
  */
808
714
  secretStoreId?: pulumi.Input<string>;
809
- secretStoreRoleArnKey?: pulumi.Input<string>;
810
- secretStoreRoleArnPath?: pulumi.Input<string>;
811
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
812
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
813
715
  sessionExpiry?: pulumi.Input<number>;
814
716
  /**
815
717
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -843,18 +745,10 @@ export interface ResourceAwsConsoleStaticKeyPair {
843
745
  roleArn?: pulumi.Input<string>;
844
746
  roleExternalId?: pulumi.Input<string>;
845
747
  secretAccessKey?: pulumi.Input<string>;
846
- secretStoreAccessKeyKey?: pulumi.Input<string>;
847
- secretStoreAccessKeyPath?: pulumi.Input<string>;
848
748
  /**
849
749
  * ID of the secret store containing credentials for this resource, if any.
850
750
  */
851
751
  secretStoreId?: pulumi.Input<string>;
852
- secretStoreRoleArnKey?: pulumi.Input<string>;
853
- secretStoreRoleArnPath?: pulumi.Input<string>;
854
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
855
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
856
- secretStoreSecretAccessKeyKey?: pulumi.Input<string>;
857
- secretStoreSecretAccessKeyPath?: pulumi.Input<string>;
858
752
  sessionExpiry?: pulumi.Input<number>;
859
753
  /**
860
754
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -883,19 +777,10 @@ export interface ResourceAzure {
883
777
  name: pulumi.Input<string>;
884
778
  password?: pulumi.Input<string>;
885
779
  portOverride?: pulumi.Input<number>;
886
- secretStoreAppIdKey?: pulumi.Input<string>;
887
- secretStoreAppIdPath?: pulumi.Input<string>;
888
780
  /**
889
781
  * ID of the secret store containing credentials for this resource, if any.
890
782
  */
891
783
  secretStoreId?: pulumi.Input<string>;
892
- secretStorePasswordKey?: pulumi.Input<string>;
893
- secretStorePasswordPath?: pulumi.Input<string>;
894
- /**
895
- * * azure_mysql:
896
- */
897
- secretStoreTenantIdKey?: pulumi.Input<string>;
898
- secretStoreTenantIdPath?: pulumi.Input<string>;
899
784
  /**
900
785
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
901
786
  */
@@ -906,6 +791,9 @@ export interface ResourceAzure {
906
791
  tags?: pulumi.Input<{
907
792
  [key: string]: pulumi.Input<string>;
908
793
  }>;
794
+ /**
795
+ * * sql_server_kerberos_ad:
796
+ */
909
797
  tenantId?: pulumi.Input<string>;
910
798
  }
911
799
  export interface ResourceAzureCertificate {
@@ -924,19 +812,10 @@ export interface ResourceAzureCertificate {
924
812
  */
925
813
  name: pulumi.Input<string>;
926
814
  portOverride?: pulumi.Input<number>;
927
- secretStoreAppIdKey?: pulumi.Input<string>;
928
- secretStoreAppIdPath?: pulumi.Input<string>;
929
- secretStoreClientCertificateKey?: pulumi.Input<string>;
930
- secretStoreClientCertificatePath?: pulumi.Input<string>;
931
815
  /**
932
816
  * ID of the secret store containing credentials for this resource, if any.
933
817
  */
934
818
  secretStoreId?: pulumi.Input<string>;
935
- /**
936
- * * azure_mysql:
937
- */
938
- secretStoreTenantIdKey?: pulumi.Input<string>;
939
- secretStoreTenantIdPath?: pulumi.Input<string>;
940
819
  /**
941
820
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
942
821
  */
@@ -947,6 +826,9 @@ export interface ResourceAzureCertificate {
947
826
  tags?: pulumi.Input<{
948
827
  [key: string]: pulumi.Input<string>;
949
828
  }>;
829
+ /**
830
+ * * sql_server_kerberos_ad:
831
+ */
950
832
  tenantId?: pulumi.Input<string>;
951
833
  }
952
834
  export interface ResourceAzureMysql {
@@ -967,17 +849,11 @@ export interface ResourceAzureMysql {
967
849
  password?: pulumi.Input<string>;
968
850
  port?: pulumi.Input<number>;
969
851
  portOverride?: pulumi.Input<number>;
852
+ requireNativeAuth?: pulumi.Input<boolean>;
970
853
  /**
971
854
  * ID of the secret store containing credentials for this resource, if any.
972
855
  */
973
856
  secretStoreId?: pulumi.Input<string>;
974
- secretStorePasswordKey?: pulumi.Input<string>;
975
- secretStorePasswordPath?: pulumi.Input<string>;
976
- /**
977
- * * trino:
978
- */
979
- secretStoreUsernameKey?: pulumi.Input<string>;
980
- secretStoreUsernamePath?: pulumi.Input<string>;
981
857
  /**
982
858
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
983
859
  */
@@ -988,6 +864,7 @@ export interface ResourceAzureMysql {
988
864
  tags?: pulumi.Input<{
989
865
  [key: string]: pulumi.Input<string>;
990
866
  }>;
867
+ useAzureSingleServerUsernames?: pulumi.Input<boolean>;
991
868
  username?: pulumi.Input<string>;
992
869
  }
993
870
  export interface ResourceAzurePostgres {
@@ -1013,13 +890,6 @@ export interface ResourceAzurePostgres {
1013
890
  * ID of the secret store containing credentials for this resource, if any.
1014
891
  */
1015
892
  secretStoreId?: pulumi.Input<string>;
1016
- secretStorePasswordKey?: pulumi.Input<string>;
1017
- secretStorePasswordPath?: pulumi.Input<string>;
1018
- /**
1019
- * * trino:
1020
- */
1021
- secretStoreUsernameKey?: pulumi.Input<string>;
1022
- secretStoreUsernamePath?: pulumi.Input<string>;
1023
893
  /**
1024
894
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1025
895
  */
@@ -1053,8 +923,6 @@ export interface ResourceBigQuery {
1053
923
  * ID of the secret store containing credentials for this resource, if any.
1054
924
  */
1055
925
  secretStoreId?: pulumi.Input<string>;
1056
- secretStorePrivateKeyKey?: pulumi.Input<string>;
1057
- secretStorePrivateKeyPath?: pulumi.Input<string>;
1058
926
  /**
1059
927
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1060
928
  */
@@ -1088,13 +956,6 @@ export interface ResourceCassandra {
1088
956
  * ID of the secret store containing credentials for this resource, if any.
1089
957
  */
1090
958
  secretStoreId?: pulumi.Input<string>;
1091
- secretStorePasswordKey?: pulumi.Input<string>;
1092
- secretStorePasswordPath?: pulumi.Input<string>;
1093
- /**
1094
- * * trino:
1095
- */
1096
- secretStoreUsernameKey?: pulumi.Input<string>;
1097
- secretStoreUsernamePath?: pulumi.Input<string>;
1098
959
  /**
1099
960
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1100
961
  */
@@ -1131,13 +992,6 @@ export interface ResourceCitus {
1131
992
  * ID of the secret store containing credentials for this resource, if any.
1132
993
  */
1133
994
  secretStoreId?: pulumi.Input<string>;
1134
- secretStorePasswordKey?: pulumi.Input<string>;
1135
- secretStorePasswordPath?: pulumi.Input<string>;
1136
- /**
1137
- * * trino:
1138
- */
1139
- secretStoreUsernameKey?: pulumi.Input<string>;
1140
- secretStoreUsernamePath?: pulumi.Input<string>;
1141
995
  /**
1142
996
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1143
997
  */
@@ -1168,17 +1022,11 @@ export interface ResourceClustrix {
1168
1022
  password?: pulumi.Input<string>;
1169
1023
  port?: pulumi.Input<number>;
1170
1024
  portOverride?: pulumi.Input<number>;
1025
+ requireNativeAuth?: pulumi.Input<boolean>;
1171
1026
  /**
1172
1027
  * ID of the secret store containing credentials for this resource, if any.
1173
1028
  */
1174
1029
  secretStoreId?: pulumi.Input<string>;
1175
- secretStorePasswordKey?: pulumi.Input<string>;
1176
- secretStorePasswordPath?: pulumi.Input<string>;
1177
- /**
1178
- * * trino:
1179
- */
1180
- secretStoreUsernameKey?: pulumi.Input<string>;
1181
- secretStoreUsernamePath?: pulumi.Input<string>;
1182
1030
  /**
1183
1031
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1184
1032
  */
@@ -1189,6 +1037,7 @@ export interface ResourceClustrix {
1189
1037
  tags?: pulumi.Input<{
1190
1038
  [key: string]: pulumi.Input<string>;
1191
1039
  }>;
1040
+ useAzureSingleServerUsernames?: pulumi.Input<boolean>;
1192
1041
  username?: pulumi.Input<string>;
1193
1042
  }
1194
1043
  export interface ResourceCockroach {
@@ -1214,13 +1063,6 @@ export interface ResourceCockroach {
1214
1063
  * ID of the secret store containing credentials for this resource, if any.
1215
1064
  */
1216
1065
  secretStoreId?: pulumi.Input<string>;
1217
- secretStorePasswordKey?: pulumi.Input<string>;
1218
- secretStorePasswordPath?: pulumi.Input<string>;
1219
- /**
1220
- * * trino:
1221
- */
1222
- secretStoreUsernameKey?: pulumi.Input<string>;
1223
- secretStoreUsernamePath?: pulumi.Input<string>;
1224
1066
  /**
1225
1067
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1226
1068
  */
@@ -1254,13 +1096,6 @@ export interface ResourceDb2I {
1254
1096
  * ID of the secret store containing credentials for this resource, if any.
1255
1097
  */
1256
1098
  secretStoreId?: pulumi.Input<string>;
1257
- secretStorePasswordKey?: pulumi.Input<string>;
1258
- secretStorePasswordPath?: pulumi.Input<string>;
1259
- /**
1260
- * * trino:
1261
- */
1262
- secretStoreUsernameKey?: pulumi.Input<string>;
1263
- secretStoreUsernamePath?: pulumi.Input<string>;
1264
1099
  /**
1265
1100
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1266
1101
  */
@@ -1296,13 +1131,6 @@ export interface ResourceDb2Luw {
1296
1131
  * ID of the secret store containing credentials for this resource, if any.
1297
1132
  */
1298
1133
  secretStoreId?: pulumi.Input<string>;
1299
- secretStorePasswordKey?: pulumi.Input<string>;
1300
- secretStorePasswordPath?: pulumi.Input<string>;
1301
- /**
1302
- * * trino:
1303
- */
1304
- secretStoreUsernameKey?: pulumi.Input<string>;
1305
- secretStoreUsernamePath?: pulumi.Input<string>;
1306
1134
  /**
1307
1135
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1308
1136
  */
@@ -1337,13 +1165,6 @@ export interface ResourceDocumentDbHost {
1337
1165
  * ID of the secret store containing credentials for this resource, if any.
1338
1166
  */
1339
1167
  secretStoreId?: pulumi.Input<string>;
1340
- secretStorePasswordKey?: pulumi.Input<string>;
1341
- secretStorePasswordPath?: pulumi.Input<string>;
1342
- /**
1343
- * * trino:
1344
- */
1345
- secretStoreUsernameKey?: pulumi.Input<string>;
1346
- secretStoreUsernamePath?: pulumi.Input<string>;
1347
1168
  /**
1348
1169
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1349
1170
  */
@@ -1379,13 +1200,6 @@ export interface ResourceDocumentDbReplicaSet {
1379
1200
  * ID of the secret store containing credentials for this resource, if any.
1380
1201
  */
1381
1202
  secretStoreId?: pulumi.Input<string>;
1382
- secretStorePasswordKey?: pulumi.Input<string>;
1383
- secretStorePasswordPath?: pulumi.Input<string>;
1384
- /**
1385
- * * trino:
1386
- */
1387
- secretStoreUsernameKey?: pulumi.Input<string>;
1388
- secretStoreUsernamePath?: pulumi.Input<string>;
1389
1203
  /**
1390
1204
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1391
1205
  */
@@ -1419,13 +1233,6 @@ export interface ResourceDruid {
1419
1233
  * ID of the secret store containing credentials for this resource, if any.
1420
1234
  */
1421
1235
  secretStoreId?: pulumi.Input<string>;
1422
- secretStorePasswordKey?: pulumi.Input<string>;
1423
- secretStorePasswordPath?: pulumi.Input<string>;
1424
- /**
1425
- * * trino:
1426
- */
1427
- secretStoreUsernameKey?: pulumi.Input<string>;
1428
- secretStoreUsernamePath?: pulumi.Input<string>;
1429
1236
  /**
1430
1237
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1431
1238
  */
@@ -1458,18 +1265,10 @@ export interface ResourceDynamoDb {
1458
1265
  roleArn?: pulumi.Input<string>;
1459
1266
  roleExternalId?: pulumi.Input<string>;
1460
1267
  secretAccessKey?: pulumi.Input<string>;
1461
- secretStoreAccessKeyKey?: pulumi.Input<string>;
1462
- secretStoreAccessKeyPath?: pulumi.Input<string>;
1463
1268
  /**
1464
1269
  * ID of the secret store containing credentials for this resource, if any.
1465
1270
  */
1466
1271
  secretStoreId?: pulumi.Input<string>;
1467
- secretStoreRoleArnKey?: pulumi.Input<string>;
1468
- secretStoreRoleArnPath?: pulumi.Input<string>;
1469
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
1470
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
1471
- secretStoreSecretAccessKeyKey?: pulumi.Input<string>;
1472
- secretStoreSecretAccessKeyPath?: pulumi.Input<string>;
1473
1272
  /**
1474
1273
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1475
1274
  */
@@ -1502,13 +1301,6 @@ export interface ResourceElastic {
1502
1301
  * ID of the secret store containing credentials for this resource, if any.
1503
1302
  */
1504
1303
  secretStoreId?: pulumi.Input<string>;
1505
- secretStorePasswordKey?: pulumi.Input<string>;
1506
- secretStorePasswordPath?: pulumi.Input<string>;
1507
- /**
1508
- * * trino:
1509
- */
1510
- secretStoreUsernameKey?: pulumi.Input<string>;
1511
- secretStoreUsernamePath?: pulumi.Input<string>;
1512
1304
  /**
1513
1305
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1514
1306
  */
@@ -1543,13 +1335,6 @@ export interface ResourceElasticacheRedis {
1543
1335
  * ID of the secret store containing credentials for this resource, if any.
1544
1336
  */
1545
1337
  secretStoreId?: pulumi.Input<string>;
1546
- secretStorePasswordKey?: pulumi.Input<string>;
1547
- secretStorePasswordPath?: pulumi.Input<string>;
1548
- /**
1549
- * * trino:
1550
- */
1551
- secretStoreUsernameKey?: pulumi.Input<string>;
1552
- secretStoreUsernamePath?: pulumi.Input<string>;
1553
1338
  /**
1554
1339
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1555
1340
  */
@@ -1583,8 +1368,6 @@ export interface ResourceGcp {
1583
1368
  * ID of the secret store containing credentials for this resource, if any.
1584
1369
  */
1585
1370
  secretStoreId?: pulumi.Input<string>;
1586
- secretStoreKeyfileKey?: pulumi.Input<string>;
1587
- secretStoreKeyfilePath?: pulumi.Input<string>;
1588
1371
  /**
1589
1372
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1590
1373
  */
@@ -1617,14 +1400,10 @@ export interface ResourceGoogleGke {
1617
1400
  name: pulumi.Input<string>;
1618
1401
  remoteIdentityGroupId?: pulumi.Input<string>;
1619
1402
  remoteIdentityHealthcheckUsername?: pulumi.Input<string>;
1620
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
1621
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
1622
1403
  /**
1623
1404
  * ID of the secret store containing credentials for this resource, if any.
1624
1405
  */
1625
1406
  secretStoreId?: pulumi.Input<string>;
1626
- secretStoreServiceAccountKeyKey?: pulumi.Input<string>;
1627
- secretStoreServiceAccountKeyPath?: pulumi.Input<string>;
1628
1407
  serviceAccountKey?: pulumi.Input<string>;
1629
1408
  /**
1630
1409
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -1656,14 +1435,10 @@ export interface ResourceGoogleGkeUserImpersonation {
1656
1435
  * Unique human-readable name of the Resource.
1657
1436
  */
1658
1437
  name: pulumi.Input<string>;
1659
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
1660
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
1661
1438
  /**
1662
1439
  * ID of the secret store containing credentials for this resource, if any.
1663
1440
  */
1664
1441
  secretStoreId?: pulumi.Input<string>;
1665
- secretStoreServiceAccountKeyKey?: pulumi.Input<string>;
1666
- secretStoreServiceAccountKeyPath?: pulumi.Input<string>;
1667
1442
  serviceAccountKey?: pulumi.Input<string>;
1668
1443
  /**
1669
1444
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -1699,13 +1474,6 @@ export interface ResourceGreenplum {
1699
1474
  * ID of the secret store containing credentials for this resource, if any.
1700
1475
  */
1701
1476
  secretStoreId?: pulumi.Input<string>;
1702
- secretStorePasswordKey?: pulumi.Input<string>;
1703
- secretStorePasswordPath?: pulumi.Input<string>;
1704
- /**
1705
- * * trino:
1706
- */
1707
- secretStoreUsernameKey?: pulumi.Input<string>;
1708
- secretStoreUsernamePath?: pulumi.Input<string>;
1709
1477
  /**
1710
1478
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1711
1479
  */
@@ -1736,8 +1504,6 @@ export interface ResourceHttpAuth {
1736
1504
  * Unique human-readable name of the Resource.
1737
1505
  */
1738
1506
  name: pulumi.Input<string>;
1739
- secretStoreAuthHeaderKey?: pulumi.Input<string>;
1740
- secretStoreAuthHeaderPath?: pulumi.Input<string>;
1741
1507
  /**
1742
1508
  * ID of the secret store containing credentials for this resource, if any.
1743
1509
  */
@@ -1779,13 +1545,6 @@ export interface ResourceHttpBasicAuth {
1779
1545
  * ID of the secret store containing credentials for this resource, if any.
1780
1546
  */
1781
1547
  secretStoreId?: pulumi.Input<string>;
1782
- secretStorePasswordKey?: pulumi.Input<string>;
1783
- secretStorePasswordPath?: pulumi.Input<string>;
1784
- /**
1785
- * * trino:
1786
- */
1787
- secretStoreUsernameKey?: pulumi.Input<string>;
1788
- secretStoreUsernamePath?: pulumi.Input<string>;
1789
1548
  /**
1790
1549
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1791
1550
  */
@@ -1863,12 +1622,6 @@ export interface ResourceKubernetes {
1863
1622
  portOverride?: pulumi.Input<number>;
1864
1623
  remoteIdentityGroupId?: pulumi.Input<string>;
1865
1624
  remoteIdentityHealthcheckUsername?: pulumi.Input<string>;
1866
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
1867
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
1868
- secretStoreClientCertificateKey?: pulumi.Input<string>;
1869
- secretStoreClientCertificatePath?: pulumi.Input<string>;
1870
- secretStoreClientKeyKey?: pulumi.Input<string>;
1871
- secretStoreClientKeyPath?: pulumi.Input<string>;
1872
1625
  /**
1873
1626
  * ID of the secret store containing credentials for this resource, if any.
1874
1627
  */
@@ -1909,13 +1662,6 @@ export interface ResourceKubernetesBasicAuth {
1909
1662
  * ID of the secret store containing credentials for this resource, if any.
1910
1663
  */
1911
1664
  secretStoreId?: pulumi.Input<string>;
1912
- secretStorePasswordKey?: pulumi.Input<string>;
1913
- secretStorePasswordPath?: pulumi.Input<string>;
1914
- /**
1915
- * * trino:
1916
- */
1917
- secretStoreUsernameKey?: pulumi.Input<string>;
1918
- secretStoreUsernamePath?: pulumi.Input<string>;
1919
1665
  /**
1920
1666
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1921
1667
  */
@@ -1954,11 +1700,6 @@ export interface ResourceKubernetesServiceAccount {
1954
1700
  * ID of the secret store containing credentials for this resource, if any.
1955
1701
  */
1956
1702
  secretStoreId?: pulumi.Input<string>;
1957
- /**
1958
- * * kubernetes_user_impersonation:
1959
- */
1960
- secretStoreTokenKey?: pulumi.Input<string>;
1961
- secretStoreTokenPath?: pulumi.Input<string>;
1962
1703
  /**
1963
1704
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
1964
1705
  */
@@ -1969,6 +1710,9 @@ export interface ResourceKubernetesServiceAccount {
1969
1710
  tags?: pulumi.Input<{
1970
1711
  [key: string]: pulumi.Input<string>;
1971
1712
  }>;
1713
+ /**
1714
+ * * kubernetes_user_impersonation:
1715
+ */
1972
1716
  token?: pulumi.Input<string>;
1973
1717
  }
1974
1718
  export interface ResourceKubernetesServiceAccountUserImpersonation {
@@ -1995,11 +1739,6 @@ export interface ResourceKubernetesServiceAccountUserImpersonation {
1995
1739
  * ID of the secret store containing credentials for this resource, if any.
1996
1740
  */
1997
1741
  secretStoreId?: pulumi.Input<string>;
1998
- /**
1999
- * * kubernetes_user_impersonation:
2000
- */
2001
- secretStoreTokenKey?: pulumi.Input<string>;
2002
- secretStoreTokenPath?: pulumi.Input<string>;
2003
1742
  /**
2004
1743
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2005
1744
  */
@@ -2010,6 +1749,9 @@ export interface ResourceKubernetesServiceAccountUserImpersonation {
2010
1749
  tags?: pulumi.Input<{
2011
1750
  [key: string]: pulumi.Input<string>;
2012
1751
  }>;
1752
+ /**
1753
+ * * kubernetes_user_impersonation:
1754
+ */
2013
1755
  token?: pulumi.Input<string>;
2014
1756
  }
2015
1757
  export interface ResourceKubernetesUserImpersonation {
@@ -2035,12 +1777,6 @@ export interface ResourceKubernetesUserImpersonation {
2035
1777
  name: pulumi.Input<string>;
2036
1778
  port: pulumi.Input<number>;
2037
1779
  portOverride?: pulumi.Input<number>;
2038
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
2039
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
2040
- secretStoreClientCertificateKey?: pulumi.Input<string>;
2041
- secretStoreClientCertificatePath?: pulumi.Input<string>;
2042
- secretStoreClientKeyKey?: pulumi.Input<string>;
2043
- secretStoreClientKeyPath?: pulumi.Input<string>;
2044
1780
  /**
2045
1781
  * ID of the secret store containing credentials for this resource, if any.
2046
1782
  */
@@ -2074,17 +1810,11 @@ export interface ResourceMaria {
2074
1810
  password?: pulumi.Input<string>;
2075
1811
  port?: pulumi.Input<number>;
2076
1812
  portOverride?: pulumi.Input<number>;
1813
+ requireNativeAuth?: pulumi.Input<boolean>;
2077
1814
  /**
2078
1815
  * ID of the secret store containing credentials for this resource, if any.
2079
1816
  */
2080
1817
  secretStoreId?: pulumi.Input<string>;
2081
- secretStorePasswordKey?: pulumi.Input<string>;
2082
- secretStorePasswordPath?: pulumi.Input<string>;
2083
- /**
2084
- * * trino:
2085
- */
2086
- secretStoreUsernameKey?: pulumi.Input<string>;
2087
- secretStoreUsernamePath?: pulumi.Input<string>;
2088
1818
  /**
2089
1819
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2090
1820
  */
@@ -2095,6 +1825,7 @@ export interface ResourceMaria {
2095
1825
  tags?: pulumi.Input<{
2096
1826
  [key: string]: pulumi.Input<string>;
2097
1827
  }>;
1828
+ useAzureSingleServerUsernames?: pulumi.Input<boolean>;
2098
1829
  username?: pulumi.Input<string>;
2099
1830
  }
2100
1831
  export interface ResourceMemcached {
@@ -2146,17 +1877,11 @@ export interface ResourceMemsql {
2146
1877
  password?: pulumi.Input<string>;
2147
1878
  port?: pulumi.Input<number>;
2148
1879
  portOverride?: pulumi.Input<number>;
1880
+ requireNativeAuth?: pulumi.Input<boolean>;
2149
1881
  /**
2150
1882
  * ID of the secret store containing credentials for this resource, if any.
2151
1883
  */
2152
1884
  secretStoreId?: pulumi.Input<string>;
2153
- secretStorePasswordKey?: pulumi.Input<string>;
2154
- secretStorePasswordPath?: pulumi.Input<string>;
2155
- /**
2156
- * * trino:
2157
- */
2158
- secretStoreUsernameKey?: pulumi.Input<string>;
2159
- secretStoreUsernamePath?: pulumi.Input<string>;
2160
1885
  /**
2161
1886
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2162
1887
  */
@@ -2167,6 +1892,7 @@ export interface ResourceMemsql {
2167
1892
  tags?: pulumi.Input<{
2168
1893
  [key: string]: pulumi.Input<string>;
2169
1894
  }>;
1895
+ useAzureSingleServerUsernames?: pulumi.Input<boolean>;
2170
1896
  username?: pulumi.Input<string>;
2171
1897
  }
2172
1898
  export interface ResourceMongoHost {
@@ -2191,13 +1917,6 @@ export interface ResourceMongoHost {
2191
1917
  * ID of the secret store containing credentials for this resource, if any.
2192
1918
  */
2193
1919
  secretStoreId?: pulumi.Input<string>;
2194
- secretStorePasswordKey?: pulumi.Input<string>;
2195
- secretStorePasswordPath?: pulumi.Input<string>;
2196
- /**
2197
- * * trino:
2198
- */
2199
- secretStoreUsernameKey?: pulumi.Input<string>;
2200
- secretStoreUsernamePath?: pulumi.Input<string>;
2201
1920
  /**
2202
1921
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2203
1922
  */
@@ -2234,13 +1953,6 @@ export interface ResourceMongoLegacyHost {
2234
1953
  * ID of the secret store containing credentials for this resource, if any.
2235
1954
  */
2236
1955
  secretStoreId?: pulumi.Input<string>;
2237
- secretStorePasswordKey?: pulumi.Input<string>;
2238
- secretStorePasswordPath?: pulumi.Input<string>;
2239
- /**
2240
- * * trino:
2241
- */
2242
- secretStoreUsernameKey?: pulumi.Input<string>;
2243
- secretStoreUsernamePath?: pulumi.Input<string>;
2244
1956
  /**
2245
1957
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2246
1958
  */
@@ -2278,13 +1990,6 @@ export interface ResourceMongoLegacyReplicaset {
2278
1990
  * ID of the secret store containing credentials for this resource, if any.
2279
1991
  */
2280
1992
  secretStoreId?: pulumi.Input<string>;
2281
- secretStorePasswordKey?: pulumi.Input<string>;
2282
- secretStorePasswordPath?: pulumi.Input<string>;
2283
- /**
2284
- * * trino:
2285
- */
2286
- secretStoreUsernameKey?: pulumi.Input<string>;
2287
- secretStoreUsernamePath?: pulumi.Input<string>;
2288
1993
  /**
2289
1994
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2290
1995
  */
@@ -2322,13 +2027,6 @@ export interface ResourceMongoReplicaSet {
2322
2027
  * ID of the secret store containing credentials for this resource, if any.
2323
2028
  */
2324
2029
  secretStoreId?: pulumi.Input<string>;
2325
- secretStorePasswordKey?: pulumi.Input<string>;
2326
- secretStorePasswordPath?: pulumi.Input<string>;
2327
- /**
2328
- * * trino:
2329
- */
2330
- secretStoreUsernameKey?: pulumi.Input<string>;
2331
- secretStoreUsernamePath?: pulumi.Input<string>;
2332
2030
  /**
2333
2031
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2334
2032
  */
@@ -2363,13 +2061,6 @@ export interface ResourceMongoShardedCluster {
2363
2061
  * ID of the secret store containing credentials for this resource, if any.
2364
2062
  */
2365
2063
  secretStoreId?: pulumi.Input<string>;
2366
- secretStorePasswordKey?: pulumi.Input<string>;
2367
- secretStorePasswordPath?: pulumi.Input<string>;
2368
- /**
2369
- * * trino:
2370
- */
2371
- secretStoreUsernameKey?: pulumi.Input<string>;
2372
- secretStoreUsernamePath?: pulumi.Input<string>;
2373
2064
  /**
2374
2065
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2375
2066
  */
@@ -2404,23 +2095,11 @@ export interface ResourceMtlsMysql {
2404
2095
  password?: pulumi.Input<string>;
2405
2096
  port?: pulumi.Input<number>;
2406
2097
  portOverride?: pulumi.Input<number>;
2407
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
2408
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
2409
- secretStoreClientCertificateKey?: pulumi.Input<string>;
2410
- secretStoreClientCertificatePath?: pulumi.Input<string>;
2411
- secretStoreClientKeyKey?: pulumi.Input<string>;
2412
- secretStoreClientKeyPath?: pulumi.Input<string>;
2098
+ requireNativeAuth?: pulumi.Input<boolean>;
2413
2099
  /**
2414
2100
  * ID of the secret store containing credentials for this resource, if any.
2415
2101
  */
2416
2102
  secretStoreId?: pulumi.Input<string>;
2417
- secretStorePasswordKey?: pulumi.Input<string>;
2418
- secretStorePasswordPath?: pulumi.Input<string>;
2419
- /**
2420
- * * trino:
2421
- */
2422
- secretStoreUsernameKey?: pulumi.Input<string>;
2423
- secretStoreUsernamePath?: pulumi.Input<string>;
2424
2103
  serverName?: pulumi.Input<string>;
2425
2104
  /**
2426
2105
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -2432,6 +2111,7 @@ export interface ResourceMtlsMysql {
2432
2111
  tags?: pulumi.Input<{
2433
2112
  [key: string]: pulumi.Input<string>;
2434
2113
  }>;
2114
+ useAzureSingleServerUsernames?: pulumi.Input<boolean>;
2435
2115
  username?: pulumi.Input<string>;
2436
2116
  }
2437
2117
  export interface ResourceMtlsPostgres {
@@ -2456,23 +2136,10 @@ export interface ResourceMtlsPostgres {
2456
2136
  password?: pulumi.Input<string>;
2457
2137
  port?: pulumi.Input<number>;
2458
2138
  portOverride?: pulumi.Input<number>;
2459
- secretStoreCertificateAuthorityKey?: pulumi.Input<string>;
2460
- secretStoreCertificateAuthorityPath?: pulumi.Input<string>;
2461
- secretStoreClientCertificateKey?: pulumi.Input<string>;
2462
- secretStoreClientCertificatePath?: pulumi.Input<string>;
2463
- secretStoreClientKeyKey?: pulumi.Input<string>;
2464
- secretStoreClientKeyPath?: pulumi.Input<string>;
2465
2139
  /**
2466
2140
  * ID of the secret store containing credentials for this resource, if any.
2467
2141
  */
2468
2142
  secretStoreId?: pulumi.Input<string>;
2469
- secretStorePasswordKey?: pulumi.Input<string>;
2470
- secretStorePasswordPath?: pulumi.Input<string>;
2471
- /**
2472
- * * trino:
2473
- */
2474
- secretStoreUsernameKey?: pulumi.Input<string>;
2475
- secretStoreUsernamePath?: pulumi.Input<string>;
2476
2143
  serverName?: pulumi.Input<string>;
2477
2144
  /**
2478
2145
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -2504,17 +2171,11 @@ export interface ResourceMysql {
2504
2171
  password?: pulumi.Input<string>;
2505
2172
  port?: pulumi.Input<number>;
2506
2173
  portOverride?: pulumi.Input<number>;
2174
+ requireNativeAuth?: pulumi.Input<boolean>;
2507
2175
  /**
2508
2176
  * ID of the secret store containing credentials for this resource, if any.
2509
2177
  */
2510
2178
  secretStoreId?: pulumi.Input<string>;
2511
- secretStorePasswordKey?: pulumi.Input<string>;
2512
- secretStorePasswordPath?: pulumi.Input<string>;
2513
- /**
2514
- * * trino:
2515
- */
2516
- secretStoreUsernameKey?: pulumi.Input<string>;
2517
- secretStoreUsernamePath?: pulumi.Input<string>;
2518
2179
  /**
2519
2180
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2520
2181
  */
@@ -2525,6 +2186,7 @@ export interface ResourceMysql {
2525
2186
  tags?: pulumi.Input<{
2526
2187
  [key: string]: pulumi.Input<string>;
2527
2188
  }>;
2189
+ useAzureSingleServerUsernames?: pulumi.Input<boolean>;
2528
2190
  username?: pulumi.Input<string>;
2529
2191
  }
2530
2192
  export interface ResourceNeptune {
@@ -2579,18 +2241,10 @@ export interface ResourceNeptuneIam {
2579
2241
  roleArn?: pulumi.Input<string>;
2580
2242
  roleExternalId?: pulumi.Input<string>;
2581
2243
  secretAccessKey?: pulumi.Input<string>;
2582
- secretStoreAccessKeyKey?: pulumi.Input<string>;
2583
- secretStoreAccessKeyPath?: pulumi.Input<string>;
2584
2244
  /**
2585
2245
  * ID of the secret store containing credentials for this resource, if any.
2586
2246
  */
2587
2247
  secretStoreId?: pulumi.Input<string>;
2588
- secretStoreRoleArnKey?: pulumi.Input<string>;
2589
- secretStoreRoleArnPath?: pulumi.Input<string>;
2590
- secretStoreRoleExternalIdKey?: pulumi.Input<string>;
2591
- secretStoreRoleExternalIdPath?: pulumi.Input<string>;
2592
- secretStoreSecretAccessKeyKey?: pulumi.Input<string>;
2593
- secretStoreSecretAccessKeyPath?: pulumi.Input<string>;
2594
2248
  /**
2595
2249
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2596
2250
  */
@@ -2624,13 +2278,6 @@ export interface ResourceOracle {
2624
2278
  * ID of the secret store containing credentials for this resource, if any.
2625
2279
  */
2626
2280
  secretStoreId?: pulumi.Input<string>;
2627
- secretStorePasswordKey?: pulumi.Input<string>;
2628
- secretStorePasswordPath?: pulumi.Input<string>;
2629
- /**
2630
- * * trino:
2631
- */
2632
- secretStoreUsernameKey?: pulumi.Input<string>;
2633
- secretStoreUsernamePath?: pulumi.Input<string>;
2634
2281
  /**
2635
2282
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2636
2283
  */
@@ -2667,13 +2314,6 @@ export interface ResourcePostgres {
2667
2314
  * ID of the secret store containing credentials for this resource, if any.
2668
2315
  */
2669
2316
  secretStoreId?: pulumi.Input<string>;
2670
- secretStorePasswordKey?: pulumi.Input<string>;
2671
- secretStorePasswordPath?: pulumi.Input<string>;
2672
- /**
2673
- * * trino:
2674
- */
2675
- secretStoreUsernameKey?: pulumi.Input<string>;
2676
- secretStoreUsernamePath?: pulumi.Input<string>;
2677
2317
  /**
2678
2318
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2679
2319
  */
@@ -2708,8 +2348,6 @@ export interface ResourcePresto {
2708
2348
  * ID of the secret store containing credentials for this resource, if any.
2709
2349
  */
2710
2350
  secretStoreId?: pulumi.Input<string>;
2711
- secretStorePasswordKey?: pulumi.Input<string>;
2712
- secretStorePasswordPath?: pulumi.Input<string>;
2713
2351
  /**
2714
2352
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2715
2353
  */
@@ -2744,13 +2382,6 @@ export interface ResourceRabbitmqAmqp091 {
2744
2382
  * ID of the secret store containing credentials for this resource, if any.
2745
2383
  */
2746
2384
  secretStoreId?: pulumi.Input<string>;
2747
- secretStorePasswordKey?: pulumi.Input<string>;
2748
- secretStorePasswordPath?: pulumi.Input<string>;
2749
- /**
2750
- * * trino:
2751
- */
2752
- secretStoreUsernameKey?: pulumi.Input<string>;
2753
- secretStoreUsernamePath?: pulumi.Input<string>;
2754
2385
  /**
2755
2386
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2756
2387
  */
@@ -2817,13 +2448,6 @@ export interface ResourceRdp {
2817
2448
  * ID of the secret store containing credentials for this resource, if any.
2818
2449
  */
2819
2450
  secretStoreId?: pulumi.Input<string>;
2820
- secretStorePasswordKey?: pulumi.Input<string>;
2821
- secretStorePasswordPath?: pulumi.Input<string>;
2822
- /**
2823
- * * trino:
2824
- */
2825
- secretStoreUsernameKey?: pulumi.Input<string>;
2826
- secretStoreUsernamePath?: pulumi.Input<string>;
2827
2451
  /**
2828
2452
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2829
2453
  */
@@ -2857,13 +2481,6 @@ export interface ResourceRedis {
2857
2481
  * ID of the secret store containing credentials for this resource, if any.
2858
2482
  */
2859
2483
  secretStoreId?: pulumi.Input<string>;
2860
- secretStorePasswordKey?: pulumi.Input<string>;
2861
- secretStorePasswordPath?: pulumi.Input<string>;
2862
- /**
2863
- * * trino:
2864
- */
2865
- secretStoreUsernameKey?: pulumi.Input<string>;
2866
- secretStoreUsernamePath?: pulumi.Input<string>;
2867
2484
  /**
2868
2485
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2869
2486
  */
@@ -2900,13 +2517,6 @@ export interface ResourceRedshift {
2900
2517
  * ID of the secret store containing credentials for this resource, if any.
2901
2518
  */
2902
2519
  secretStoreId?: pulumi.Input<string>;
2903
- secretStorePasswordKey?: pulumi.Input<string>;
2904
- secretStorePasswordPath?: pulumi.Input<string>;
2905
- /**
2906
- * * trino:
2907
- */
2908
- secretStoreUsernameKey?: pulumi.Input<string>;
2909
- secretStoreUsernamePath?: pulumi.Input<string>;
2910
2520
  /**
2911
2521
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2912
2522
  */
@@ -2937,17 +2547,11 @@ export interface ResourceSingleStore {
2937
2547
  password?: pulumi.Input<string>;
2938
2548
  port?: pulumi.Input<number>;
2939
2549
  portOverride?: pulumi.Input<number>;
2550
+ requireNativeAuth?: pulumi.Input<boolean>;
2940
2551
  /**
2941
2552
  * ID of the secret store containing credentials for this resource, if any.
2942
2553
  */
2943
2554
  secretStoreId?: pulumi.Input<string>;
2944
- secretStorePasswordKey?: pulumi.Input<string>;
2945
- secretStorePasswordPath?: pulumi.Input<string>;
2946
- /**
2947
- * * trino:
2948
- */
2949
- secretStoreUsernameKey?: pulumi.Input<string>;
2950
- secretStoreUsernamePath?: pulumi.Input<string>;
2951
2555
  /**
2952
2556
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2953
2557
  */
@@ -2958,6 +2562,7 @@ export interface ResourceSingleStore {
2958
2562
  tags?: pulumi.Input<{
2959
2563
  [key: string]: pulumi.Input<string>;
2960
2564
  }>;
2565
+ useAzureSingleServerUsernames?: pulumi.Input<boolean>;
2961
2566
  username?: pulumi.Input<string>;
2962
2567
  }
2963
2568
  export interface ResourceSnowflake {
@@ -2982,13 +2587,6 @@ export interface ResourceSnowflake {
2982
2587
  * ID of the secret store containing credentials for this resource, if any.
2983
2588
  */
2984
2589
  secretStoreId?: pulumi.Input<string>;
2985
- secretStorePasswordKey?: pulumi.Input<string>;
2986
- secretStorePasswordPath?: pulumi.Input<string>;
2987
- /**
2988
- * * trino:
2989
- */
2990
- secretStoreUsernameKey?: pulumi.Input<string>;
2991
- secretStoreUsernamePath?: pulumi.Input<string>;
2992
2590
  /**
2993
2591
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2994
2592
  */
@@ -3021,8 +2619,6 @@ export interface ResourceSnowsight {
3021
2619
  * ID of the secret store containing credentials for this resource, if any.
3022
2620
  */
3023
2621
  secretStoreId?: pulumi.Input<string>;
3024
- secretStoreSamlMetadataKey?: pulumi.Input<string>;
3025
- secretStoreSamlMetadataPath?: pulumi.Input<string>;
3026
2622
  /**
3027
2623
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3028
2624
  */
@@ -3058,13 +2654,85 @@ export interface ResourceSqlServer {
3058
2654
  * ID of the secret store containing credentials for this resource, if any.
3059
2655
  */
3060
2656
  secretStoreId?: pulumi.Input<string>;
3061
- secretStorePasswordKey?: pulumi.Input<string>;
3062
- secretStorePasswordPath?: pulumi.Input<string>;
3063
2657
  /**
3064
- * * trino:
2658
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2659
+ */
2660
+ subdomain?: pulumi.Input<string>;
2661
+ /**
2662
+ * Tags is a map of key, value pairs.
2663
+ */
2664
+ tags?: pulumi.Input<{
2665
+ [key: string]: pulumi.Input<string>;
2666
+ }>;
2667
+ username?: pulumi.Input<string>;
2668
+ }
2669
+ export interface ResourceSqlServerAzureAd {
2670
+ /**
2671
+ * Bind interface
2672
+ */
2673
+ bindInterface?: pulumi.Input<string>;
2674
+ clientId?: pulumi.Input<string>;
2675
+ database: pulumi.Input<string>;
2676
+ /**
2677
+ * A filter applied to the routing logic to pin datasource to nodes.
2678
+ */
2679
+ egressFilter?: pulumi.Input<string>;
2680
+ hostname: pulumi.Input<string>;
2681
+ /**
2682
+ * Unique human-readable name of the Resource.
2683
+ */
2684
+ name: pulumi.Input<string>;
2685
+ overrideDatabase?: pulumi.Input<boolean>;
2686
+ port?: pulumi.Input<number>;
2687
+ portOverride?: pulumi.Input<number>;
2688
+ schema?: pulumi.Input<string>;
2689
+ secret?: pulumi.Input<string>;
2690
+ /**
2691
+ * ID of the secret store containing credentials for this resource, if any.
2692
+ */
2693
+ secretStoreId?: pulumi.Input<string>;
2694
+ /**
2695
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
2696
+ */
2697
+ subdomain?: pulumi.Input<string>;
2698
+ /**
2699
+ * Tags is a map of key, value pairs.
2700
+ */
2701
+ tags?: pulumi.Input<{
2702
+ [key: string]: pulumi.Input<string>;
2703
+ }>;
2704
+ /**
2705
+ * * sql_server_kerberos_ad:
2706
+ */
2707
+ tenantId?: pulumi.Input<string>;
2708
+ }
2709
+ export interface ResourceSqlServerKerberosAd {
2710
+ /**
2711
+ * Bind interface
2712
+ */
2713
+ bindInterface?: pulumi.Input<string>;
2714
+ database: pulumi.Input<string>;
2715
+ /**
2716
+ * A filter applied to the routing logic to pin datasource to nodes.
2717
+ */
2718
+ egressFilter?: pulumi.Input<string>;
2719
+ hostname: pulumi.Input<string>;
2720
+ keytab?: pulumi.Input<string>;
2721
+ krbConfig?: pulumi.Input<string>;
2722
+ /**
2723
+ * Unique human-readable name of the Resource.
2724
+ */
2725
+ name: pulumi.Input<string>;
2726
+ overrideDatabase?: pulumi.Input<boolean>;
2727
+ port?: pulumi.Input<number>;
2728
+ portOverride?: pulumi.Input<number>;
2729
+ realm?: pulumi.Input<string>;
2730
+ schema?: pulumi.Input<string>;
2731
+ /**
2732
+ * ID of the secret store containing credentials for this resource, if any.
3065
2733
  */
3066
- secretStoreUsernameKey?: pulumi.Input<string>;
3067
- secretStoreUsernamePath?: pulumi.Input<string>;
2734
+ secretStoreId?: pulumi.Input<string>;
2735
+ serverSpn?: pulumi.Input<string>;
3068
2736
  /**
3069
2737
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3070
2738
  */
@@ -3101,11 +2769,6 @@ export interface ResourceSsh {
3101
2769
  * ID of the secret store containing credentials for this resource, if any.
3102
2770
  */
3103
2771
  secretStoreId?: pulumi.Input<string>;
3104
- /**
3105
- * * trino:
3106
- */
3107
- secretStoreUsernameKey?: pulumi.Input<string>;
3108
- secretStoreUsernamePath?: pulumi.Input<string>;
3109
2772
  /**
3110
2773
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3111
2774
  */
@@ -3143,11 +2806,6 @@ export interface ResourceSshCert {
3143
2806
  * ID of the secret store containing credentials for this resource, if any.
3144
2807
  */
3145
2808
  secretStoreId?: pulumi.Input<string>;
3146
- /**
3147
- * * trino:
3148
- */
3149
- secretStoreUsernameKey?: pulumi.Input<string>;
3150
- secretStoreUsernamePath?: pulumi.Input<string>;
3151
2809
  /**
3152
2810
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3153
2811
  */
@@ -3183,13 +2841,6 @@ export interface ResourceSshCustomerKey {
3183
2841
  * ID of the secret store containing credentials for this resource, if any.
3184
2842
  */
3185
2843
  secretStoreId?: pulumi.Input<string>;
3186
- secretStorePrivateKeyKey?: pulumi.Input<string>;
3187
- secretStorePrivateKeyPath?: pulumi.Input<string>;
3188
- /**
3189
- * * trino:
3190
- */
3191
- secretStoreUsernameKey?: pulumi.Input<string>;
3192
- secretStoreUsernamePath?: pulumi.Input<string>;
3193
2844
  /**
3194
2845
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3195
2846
  */
@@ -3223,13 +2874,6 @@ export interface ResourceSybase {
3223
2874
  * ID of the secret store containing credentials for this resource, if any.
3224
2875
  */
3225
2876
  secretStoreId?: pulumi.Input<string>;
3226
- secretStorePasswordKey?: pulumi.Input<string>;
3227
- secretStorePasswordPath?: pulumi.Input<string>;
3228
- /**
3229
- * * trino:
3230
- */
3231
- secretStoreUsernameKey?: pulumi.Input<string>;
3232
- secretStoreUsernamePath?: pulumi.Input<string>;
3233
2877
  /**
3234
2878
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3235
2879
  */
@@ -3263,13 +2907,6 @@ export interface ResourceSybaseIq {
3263
2907
  * ID of the secret store containing credentials for this resource, if any.
3264
2908
  */
3265
2909
  secretStoreId?: pulumi.Input<string>;
3266
- secretStorePasswordKey?: pulumi.Input<string>;
3267
- secretStorePasswordPath?: pulumi.Input<string>;
3268
- /**
3269
- * * trino:
3270
- */
3271
- secretStoreUsernameKey?: pulumi.Input<string>;
3272
- secretStoreUsernamePath?: pulumi.Input<string>;
3273
2910
  /**
3274
2911
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3275
2912
  */
@@ -3303,13 +2940,6 @@ export interface ResourceTeradata {
3303
2940
  * ID of the secret store containing credentials for this resource, if any.
3304
2941
  */
3305
2942
  secretStoreId?: pulumi.Input<string>;
3306
- secretStorePasswordKey?: pulumi.Input<string>;
3307
- secretStorePasswordPath?: pulumi.Input<string>;
3308
- /**
3309
- * * trino:
3310
- */
3311
- secretStoreUsernameKey?: pulumi.Input<string>;
3312
- secretStoreUsernamePath?: pulumi.Input<string>;
3313
2943
  /**
3314
2944
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3315
2945
  */
@@ -3344,8 +2974,6 @@ export interface ResourceTrino {
3344
2974
  * ID of the secret store containing credentials for this resource, if any.
3345
2975
  */
3346
2976
  secretStoreId?: pulumi.Input<string>;
3347
- secretStorePasswordKey?: pulumi.Input<string>;
3348
- secretStorePasswordPath?: pulumi.Input<string>;
3349
2977
  /**
3350
2978
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3351
2979
  */