@pierskarsenbarg/sdm 1.1.2 → 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/output.d.ts CHANGED
@@ -305,6 +305,8 @@ export interface GetResourceResource {
305
305
  singleStores: outputs.GetResourceResourceSingleStore[];
306
306
  snowflakes: outputs.GetResourceResourceSnowflake[];
307
307
  snowsights: outputs.GetResourceResourceSnowsight[];
308
+ sqlServerAzureAds: outputs.GetResourceResourceSqlServerAzureAd[];
309
+ sqlServerKerberosAds: outputs.GetResourceResourceSqlServerKerberosAd[];
308
310
  sqlServers: outputs.GetResourceResourceSqlServer[];
309
311
  sshCerts: outputs.GetResourceResourceSshCert[];
310
312
  sshCustomerKeys: outputs.GetResourceResourceSshCustomerKey[];
@@ -593,6 +595,7 @@ export interface GetResourceResourceAmazonEk {
593
595
  * Unique human-readable name of the Resource.
594
596
  */
595
597
  name?: string;
598
+ portOverride?: number;
596
599
  region?: string;
597
600
  remoteIdentityGroupId?: string;
598
601
  remoteIdentityHealthcheckUsername?: string;
@@ -638,6 +641,7 @@ export interface GetResourceResourceAmazonEksInstanceProfile {
638
641
  * Unique human-readable name of the Resource.
639
642
  */
640
643
  name?: string;
644
+ portOverride?: number;
641
645
  region?: string;
642
646
  remoteIdentityGroupId?: string;
643
647
  remoteIdentityHealthcheckUsername?: string;
@@ -682,6 +686,7 @@ export interface GetResourceResourceAmazonEksInstanceProfileUserImpersonation {
682
686
  * Unique human-readable name of the Resource.
683
687
  */
684
688
  name?: string;
689
+ portOverride?: number;
685
690
  region?: string;
686
691
  remoteIdentityGroupId?: string;
687
692
  remoteIdentityHealthcheckUsername?: string;
@@ -727,6 +732,7 @@ export interface GetResourceResourceAmazonEksUserImpersonation {
727
732
  * Unique human-readable name of the Resource.
728
733
  */
729
734
  name?: string;
735
+ portOverride?: number;
730
736
  region?: string;
731
737
  roleArn?: string;
732
738
  roleExternalId?: string;
@@ -845,6 +851,7 @@ export interface GetResourceResourceAuroraMysql {
845
851
  password?: string;
846
852
  port?: number;
847
853
  portOverride?: number;
854
+ requireNativeAuth?: boolean;
848
855
  /**
849
856
  * ID of the secret store containing credentials for this resource, if any.
850
857
  */
@@ -859,6 +866,7 @@ export interface GetResourceResourceAuroraMysql {
859
866
  tags?: {
860
867
  [key: string]: string;
861
868
  };
869
+ useAzureSingleServerUsernames?: boolean;
862
870
  username?: string;
863
871
  }
864
872
  export interface GetResourceResourceAuroraPostgre {
@@ -1054,7 +1062,7 @@ export interface GetResourceResourceAzure {
1054
1062
  [key: string]: string;
1055
1063
  };
1056
1064
  /**
1057
- * * azure_mysql:
1065
+ * * sql_server_kerberos_ad:
1058
1066
  */
1059
1067
  tenantId?: string;
1060
1068
  }
@@ -1093,7 +1101,7 @@ export interface GetResourceResourceAzureCertificate {
1093
1101
  [key: string]: string;
1094
1102
  };
1095
1103
  /**
1096
- * * azure_mysql:
1104
+ * * sql_server_kerberos_ad:
1097
1105
  */
1098
1106
  tenantId?: string;
1099
1107
  }
@@ -1119,6 +1127,7 @@ export interface GetResourceResourceAzureMysql {
1119
1127
  password?: string;
1120
1128
  port?: number;
1121
1129
  portOverride?: number;
1130
+ requireNativeAuth?: boolean;
1122
1131
  /**
1123
1132
  * ID of the secret store containing credentials for this resource, if any.
1124
1133
  */
@@ -1133,6 +1142,7 @@ export interface GetResourceResourceAzureMysql {
1133
1142
  tags?: {
1134
1143
  [key: string]: string;
1135
1144
  };
1145
+ useAzureSingleServerUsernames?: boolean;
1136
1146
  username?: string;
1137
1147
  }
1138
1148
  export interface GetResourceResourceAzurePostgre {
@@ -1310,6 +1320,7 @@ export interface GetResourceResourceClustrix {
1310
1320
  password?: string;
1311
1321
  port?: number;
1312
1322
  portOverride?: number;
1323
+ requireNativeAuth?: boolean;
1313
1324
  /**
1314
1325
  * ID of the secret store containing credentials for this resource, if any.
1315
1326
  */
@@ -1324,6 +1335,7 @@ export interface GetResourceResourceClustrix {
1324
1335
  tags?: {
1325
1336
  [key: string]: string;
1326
1337
  };
1338
+ useAzureSingleServerUsernames?: boolean;
1327
1339
  username?: string;
1328
1340
  }
1329
1341
  export interface GetResourceResourceCockroach {
@@ -2184,6 +2196,7 @@ export interface GetResourceResourceMaria {
2184
2196
  password?: string;
2185
2197
  port?: number;
2186
2198
  portOverride?: number;
2199
+ requireNativeAuth?: boolean;
2187
2200
  /**
2188
2201
  * ID of the secret store containing credentials for this resource, if any.
2189
2202
  */
@@ -2198,6 +2211,7 @@ export interface GetResourceResourceMaria {
2198
2211
  tags?: {
2199
2212
  [key: string]: string;
2200
2213
  };
2214
+ useAzureSingleServerUsernames?: boolean;
2201
2215
  username?: string;
2202
2216
  }
2203
2217
  export interface GetResourceResourceMemcached {
@@ -2257,6 +2271,7 @@ export interface GetResourceResourceMemsql {
2257
2271
  password?: string;
2258
2272
  port?: number;
2259
2273
  portOverride?: number;
2274
+ requireNativeAuth?: boolean;
2260
2275
  /**
2261
2276
  * ID of the secret store containing credentials for this resource, if any.
2262
2277
  */
@@ -2271,6 +2286,7 @@ export interface GetResourceResourceMemsql {
2271
2286
  tags?: {
2272
2287
  [key: string]: string;
2273
2288
  };
2289
+ useAzureSingleServerUsernames?: boolean;
2274
2290
  username?: string;
2275
2291
  }
2276
2292
  export interface GetResourceResourceMongoHost {
@@ -2497,6 +2513,7 @@ export interface GetResourceResourceMtlsMysql {
2497
2513
  password?: string;
2498
2514
  port?: number;
2499
2515
  portOverride?: number;
2516
+ requireNativeAuth?: boolean;
2500
2517
  /**
2501
2518
  * ID of the secret store containing credentials for this resource, if any.
2502
2519
  */
@@ -2512,6 +2529,7 @@ export interface GetResourceResourceMtlsMysql {
2512
2529
  tags?: {
2513
2530
  [key: string]: string;
2514
2531
  };
2532
+ useAzureSingleServerUsernames?: boolean;
2515
2533
  username?: string;
2516
2534
  }
2517
2535
  export interface GetResourceResourceMtlsPostgre {
@@ -2579,6 +2597,7 @@ export interface GetResourceResourceMysql {
2579
2597
  password?: string;
2580
2598
  port?: number;
2581
2599
  portOverride?: number;
2600
+ requireNativeAuth?: boolean;
2582
2601
  /**
2583
2602
  * ID of the secret store containing credentials for this resource, if any.
2584
2603
  */
@@ -2593,6 +2612,7 @@ export interface GetResourceResourceMysql {
2593
2612
  tags?: {
2594
2613
  [key: string]: string;
2595
2614
  };
2615
+ useAzureSingleServerUsernames?: boolean;
2596
2616
  username?: string;
2597
2617
  }
2598
2618
  export interface GetResourceResourceNeptune {
@@ -2997,6 +3017,7 @@ export interface GetResourceResourceSingleStore {
2997
3017
  password?: string;
2998
3018
  port?: number;
2999
3019
  portOverride?: number;
3020
+ requireNativeAuth?: boolean;
3000
3021
  /**
3001
3022
  * ID of the secret store containing credentials for this resource, if any.
3002
3023
  */
@@ -3011,6 +3032,7 @@ export interface GetResourceResourceSingleStore {
3011
3032
  tags?: {
3012
3033
  [key: string]: string;
3013
3034
  };
3035
+ useAzureSingleServerUsernames?: boolean;
3014
3036
  username?: string;
3015
3037
  }
3016
3038
  export interface GetResourceResourceSnowflake {
@@ -3126,6 +3148,93 @@ export interface GetResourceResourceSqlServer {
3126
3148
  };
3127
3149
  username?: string;
3128
3150
  }
3151
+ export interface GetResourceResourceSqlServerAzureAd {
3152
+ /**
3153
+ * Bind interface
3154
+ */
3155
+ bindInterface?: string;
3156
+ clientId?: string;
3157
+ database?: string;
3158
+ /**
3159
+ * A filter applied to the routing logic to pin datasource to nodes.
3160
+ */
3161
+ egressFilter?: string;
3162
+ hostname?: string;
3163
+ /**
3164
+ * Unique identifier of the Resource.
3165
+ */
3166
+ id?: string;
3167
+ /**
3168
+ * Unique human-readable name of the Resource.
3169
+ */
3170
+ name?: string;
3171
+ overrideDatabase?: boolean;
3172
+ port?: number;
3173
+ portOverride?: number;
3174
+ schema?: string;
3175
+ secret?: string;
3176
+ /**
3177
+ * ID of the secret store containing credentials for this resource, if any.
3178
+ */
3179
+ secretStoreId?: string;
3180
+ /**
3181
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3182
+ */
3183
+ subdomain?: string;
3184
+ /**
3185
+ * Tags is a map of key, value pairs.
3186
+ */
3187
+ tags?: {
3188
+ [key: string]: string;
3189
+ };
3190
+ /**
3191
+ * * sql_server_kerberos_ad:
3192
+ */
3193
+ tenantId?: string;
3194
+ }
3195
+ export interface GetResourceResourceSqlServerKerberosAd {
3196
+ /**
3197
+ * Bind interface
3198
+ */
3199
+ bindInterface?: string;
3200
+ database?: string;
3201
+ /**
3202
+ * A filter applied to the routing logic to pin datasource to nodes.
3203
+ */
3204
+ egressFilter?: string;
3205
+ hostname?: string;
3206
+ /**
3207
+ * Unique identifier of the Resource.
3208
+ */
3209
+ id?: string;
3210
+ keytab?: string;
3211
+ krbConfig?: string;
3212
+ /**
3213
+ * Unique human-readable name of the Resource.
3214
+ */
3215
+ name?: string;
3216
+ overrideDatabase?: boolean;
3217
+ port?: number;
3218
+ portOverride?: number;
3219
+ realm?: string;
3220
+ schema?: string;
3221
+ /**
3222
+ * ID of the secret store containing credentials for this resource, if any.
3223
+ */
3224
+ secretStoreId?: string;
3225
+ serverSpn?: string;
3226
+ /**
3227
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3228
+ */
3229
+ subdomain?: string;
3230
+ /**
3231
+ * Tags is a map of key, value pairs.
3232
+ */
3233
+ tags?: {
3234
+ [key: string]: string;
3235
+ };
3236
+ username?: string;
3237
+ }
3129
3238
  export interface GetResourceResourceSsh {
3130
3239
  allowDeprecatedKeyExchanges?: boolean;
3131
3240
  /**
@@ -3705,12 +3814,6 @@ export interface ResourceAks {
3705
3814
  portOverride: number;
3706
3815
  remoteIdentityGroupId?: string;
3707
3816
  remoteIdentityHealthcheckUsername?: string;
3708
- secretStoreCertificateAuthorityKey?: string;
3709
- secretStoreCertificateAuthorityPath?: string;
3710
- secretStoreClientCertificateKey?: string;
3711
- secretStoreClientCertificatePath?: string;
3712
- secretStoreClientKeyKey?: string;
3713
- secretStoreClientKeyPath?: string;
3714
3817
  /**
3715
3818
  * ID of the secret store containing credentials for this resource, if any.
3716
3819
  */
@@ -3751,13 +3854,6 @@ export interface ResourceAksBasicAuth {
3751
3854
  * ID of the secret store containing credentials for this resource, if any.
3752
3855
  */
3753
3856
  secretStoreId?: string;
3754
- secretStorePasswordKey?: string;
3755
- secretStorePasswordPath?: string;
3756
- /**
3757
- * * trino:
3758
- */
3759
- secretStoreUsernameKey?: string;
3760
- secretStoreUsernamePath?: string;
3761
3857
  /**
3762
3858
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3763
3859
  */
@@ -3796,11 +3892,6 @@ export interface ResourceAksServiceAccount {
3796
3892
  * ID of the secret store containing credentials for this resource, if any.
3797
3893
  */
3798
3894
  secretStoreId?: string;
3799
- /**
3800
- * * kubernetes_user_impersonation:
3801
- */
3802
- secretStoreTokenKey?: string;
3803
- secretStoreTokenPath?: string;
3804
3895
  /**
3805
3896
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3806
3897
  */
@@ -3811,6 +3902,9 @@ export interface ResourceAksServiceAccount {
3811
3902
  tags?: {
3812
3903
  [key: string]: string;
3813
3904
  };
3905
+ /**
3906
+ * * kubernetes_user_impersonation:
3907
+ */
3814
3908
  token?: string;
3815
3909
  }
3816
3910
  export interface ResourceAksServiceAccountUserImpersonation {
@@ -3837,11 +3931,6 @@ export interface ResourceAksServiceAccountUserImpersonation {
3837
3931
  * ID of the secret store containing credentials for this resource, if any.
3838
3932
  */
3839
3933
  secretStoreId?: string;
3840
- /**
3841
- * * kubernetes_user_impersonation:
3842
- */
3843
- secretStoreTokenKey?: string;
3844
- secretStoreTokenPath?: string;
3845
3934
  /**
3846
3935
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3847
3936
  */
@@ -3852,6 +3941,9 @@ export interface ResourceAksServiceAccountUserImpersonation {
3852
3941
  tags?: {
3853
3942
  [key: string]: string;
3854
3943
  };
3944
+ /**
3945
+ * * kubernetes_user_impersonation:
3946
+ */
3855
3947
  token?: string;
3856
3948
  }
3857
3949
  export interface ResourceAksUserImpersonation {
@@ -3877,12 +3969,6 @@ export interface ResourceAksUserImpersonation {
3877
3969
  name: string;
3878
3970
  port: number;
3879
3971
  portOverride: number;
3880
- secretStoreCertificateAuthorityKey?: string;
3881
- secretStoreCertificateAuthorityPath?: string;
3882
- secretStoreClientCertificateKey?: string;
3883
- secretStoreClientCertificatePath?: string;
3884
- secretStoreClientKeyKey?: string;
3885
- secretStoreClientKeyPath?: string;
3886
3972
  /**
3887
3973
  * ID of the secret store containing credentials for this resource, if any.
3888
3974
  */
@@ -3919,26 +4005,17 @@ export interface ResourceAmazonEks {
3919
4005
  * Unique human-readable name of the Resource.
3920
4006
  */
3921
4007
  name: string;
4008
+ portOverride: number;
3922
4009
  region: string;
3923
4010
  remoteIdentityGroupId?: string;
3924
4011
  remoteIdentityHealthcheckUsername?: string;
3925
4012
  roleArn?: string;
3926
4013
  roleExternalId?: string;
3927
4014
  secretAccessKey?: string;
3928
- secretStoreAccessKeyKey?: string;
3929
- secretStoreAccessKeyPath?: string;
3930
- secretStoreCertificateAuthorityKey?: string;
3931
- secretStoreCertificateAuthorityPath?: string;
3932
4015
  /**
3933
4016
  * ID of the secret store containing credentials for this resource, if any.
3934
4017
  */
3935
4018
  secretStoreId?: string;
3936
- secretStoreRoleArnKey?: string;
3937
- secretStoreRoleArnPath?: string;
3938
- secretStoreRoleExternalIdKey?: string;
3939
- secretStoreRoleExternalIdPath?: string;
3940
- secretStoreSecretAccessKeyKey?: string;
3941
- secretStoreSecretAccessKeyPath?: string;
3942
4019
  /**
3943
4020
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3944
4021
  */
@@ -3970,21 +4047,16 @@ export interface ResourceAmazonEksInstanceProfile {
3970
4047
  * Unique human-readable name of the Resource.
3971
4048
  */
3972
4049
  name: string;
4050
+ portOverride: number;
3973
4051
  region: string;
3974
4052
  remoteIdentityGroupId?: string;
3975
4053
  remoteIdentityHealthcheckUsername?: string;
3976
4054
  roleArn?: string;
3977
4055
  roleExternalId?: string;
3978
- secretStoreCertificateAuthorityKey?: string;
3979
- secretStoreCertificateAuthorityPath?: string;
3980
4056
  /**
3981
4057
  * ID of the secret store containing credentials for this resource, if any.
3982
4058
  */
3983
4059
  secretStoreId?: string;
3984
- secretStoreRoleArnKey?: string;
3985
- secretStoreRoleArnPath?: string;
3986
- secretStoreRoleExternalIdKey?: string;
3987
- secretStoreRoleExternalIdPath?: string;
3988
4060
  /**
3989
4061
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
3990
4062
  */
@@ -4016,21 +4088,16 @@ export interface ResourceAmazonEksInstanceProfileUserImpersonation {
4016
4088
  * Unique human-readable name of the Resource.
4017
4089
  */
4018
4090
  name: string;
4091
+ portOverride: number;
4019
4092
  region: string;
4020
4093
  remoteIdentityGroupId?: string;
4021
4094
  remoteIdentityHealthcheckUsername?: string;
4022
4095
  roleArn?: string;
4023
4096
  roleExternalId?: string;
4024
- secretStoreCertificateAuthorityKey?: string;
4025
- secretStoreCertificateAuthorityPath?: string;
4026
4097
  /**
4027
4098
  * ID of the secret store containing credentials for this resource, if any.
4028
4099
  */
4029
4100
  secretStoreId?: string;
4030
- secretStoreRoleArnKey?: string;
4031
- secretStoreRoleArnPath?: string;
4032
- secretStoreRoleExternalIdKey?: string;
4033
- secretStoreRoleExternalIdPath?: string;
4034
4101
  /**
4035
4102
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4036
4103
  */
@@ -4063,24 +4130,15 @@ export interface ResourceAmazonEksUserImpersonation {
4063
4130
  * Unique human-readable name of the Resource.
4064
4131
  */
4065
4132
  name: string;
4133
+ portOverride: number;
4066
4134
  region: string;
4067
4135
  roleArn?: string;
4068
4136
  roleExternalId?: string;
4069
4137
  secretAccessKey?: string;
4070
- secretStoreAccessKeyKey?: string;
4071
- secretStoreAccessKeyPath?: string;
4072
- secretStoreCertificateAuthorityKey?: string;
4073
- secretStoreCertificateAuthorityPath?: string;
4074
4138
  /**
4075
4139
  * ID of the secret store containing credentials for this resource, if any.
4076
4140
  */
4077
4141
  secretStoreId?: string;
4078
- secretStoreRoleArnKey?: string;
4079
- secretStoreRoleArnPath?: string;
4080
- secretStoreRoleExternalIdKey?: string;
4081
- secretStoreRoleExternalIdPath?: string;
4082
- secretStoreSecretAccessKeyKey?: string;
4083
- secretStoreSecretAccessKeyPath?: string;
4084
4142
  /**
4085
4143
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4086
4144
  */
@@ -4112,18 +4170,10 @@ export interface ResourceAmazonEs {
4112
4170
  roleArn?: string;
4113
4171
  roleExternalId?: string;
4114
4172
  secretAccessKey?: string;
4115
- secretStoreAccessKeyKey?: string;
4116
- secretStoreAccessKeyPath?: string;
4117
4173
  /**
4118
4174
  * ID of the secret store containing credentials for this resource, if any.
4119
4175
  */
4120
4176
  secretStoreId?: string;
4121
- secretStoreRoleArnKey?: string;
4122
- secretStoreRoleArnPath?: string;
4123
- secretStoreRoleExternalIdKey?: string;
4124
- secretStoreRoleExternalIdPath?: string;
4125
- secretStoreSecretAccessKeyKey?: string;
4126
- secretStoreSecretAccessKeyPath?: string;
4127
4177
  /**
4128
4178
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4129
4179
  */
@@ -4156,13 +4206,6 @@ export interface ResourceAmazonmqAmqp091 {
4156
4206
  * ID of the secret store containing credentials for this resource, if any.
4157
4207
  */
4158
4208
  secretStoreId?: string;
4159
- secretStorePasswordKey?: string;
4160
- secretStorePasswordPath?: string;
4161
- /**
4162
- * * trino:
4163
- */
4164
- secretStoreUsernameKey?: string;
4165
- secretStoreUsernamePath?: string;
4166
4209
  /**
4167
4210
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4168
4211
  */
@@ -4196,18 +4239,10 @@ export interface ResourceAthena {
4196
4239
  roleArn?: string;
4197
4240
  roleExternalId?: string;
4198
4241
  secretAccessKey?: string;
4199
- secretStoreAccessKeyKey?: string;
4200
- secretStoreAccessKeyPath?: string;
4201
4242
  /**
4202
4243
  * ID of the secret store containing credentials for this resource, if any.
4203
4244
  */
4204
4245
  secretStoreId?: string;
4205
- secretStoreRoleArnKey?: string;
4206
- secretStoreRoleArnPath?: string;
4207
- secretStoreRoleExternalIdKey?: string;
4208
- secretStoreRoleExternalIdPath?: string;
4209
- secretStoreSecretAccessKeyKey?: string;
4210
- secretStoreSecretAccessKeyPath?: string;
4211
4246
  /**
4212
4247
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4213
4248
  */
@@ -4237,17 +4272,11 @@ export interface ResourceAuroraMysql {
4237
4272
  password?: string;
4238
4273
  port?: number;
4239
4274
  portOverride: number;
4275
+ requireNativeAuth?: boolean;
4240
4276
  /**
4241
4277
  * ID of the secret store containing credentials for this resource, if any.
4242
4278
  */
4243
4279
  secretStoreId?: string;
4244
- secretStorePasswordKey?: string;
4245
- secretStorePasswordPath?: string;
4246
- /**
4247
- * * trino:
4248
- */
4249
- secretStoreUsernameKey?: string;
4250
- secretStoreUsernamePath?: string;
4251
4280
  /**
4252
4281
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4253
4282
  */
@@ -4258,6 +4287,7 @@ export interface ResourceAuroraMysql {
4258
4287
  tags?: {
4259
4288
  [key: string]: string;
4260
4289
  };
4290
+ useAzureSingleServerUsernames?: boolean;
4261
4291
  username?: string;
4262
4292
  }
4263
4293
  export interface ResourceAuroraPostgres {
@@ -4283,13 +4313,6 @@ export interface ResourceAuroraPostgres {
4283
4313
  * ID of the secret store containing credentials for this resource, if any.
4284
4314
  */
4285
4315
  secretStoreId?: string;
4286
- secretStorePasswordKey?: string;
4287
- secretStorePasswordPath?: string;
4288
- /**
4289
- * * trino:
4290
- */
4291
- secretStoreUsernameKey?: string;
4292
- secretStoreUsernamePath?: string;
4293
4316
  /**
4294
4317
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4295
4318
  */
@@ -4321,18 +4344,10 @@ export interface ResourceAws {
4321
4344
  roleArn?: string;
4322
4345
  roleExternalId?: string;
4323
4346
  secretAccessKey?: string;
4324
- secretStoreAccessKeyKey?: string;
4325
- secretStoreAccessKeyPath?: string;
4326
4347
  /**
4327
4348
  * ID of the secret store containing credentials for this resource, if any.
4328
4349
  */
4329
4350
  secretStoreId?: string;
4330
- secretStoreRoleArnKey?: string;
4331
- secretStoreRoleArnPath?: string;
4332
- secretStoreRoleExternalIdKey?: string;
4333
- secretStoreRoleExternalIdPath?: string;
4334
- secretStoreSecretAccessKeyKey?: string;
4335
- secretStoreSecretAccessKeyPath?: string;
4336
4351
  /**
4337
4352
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4338
4353
  */
@@ -4368,10 +4383,6 @@ export interface ResourceAwsConsole {
4368
4383
  * ID of the secret store containing credentials for this resource, if any.
4369
4384
  */
4370
4385
  secretStoreId?: string;
4371
- secretStoreRoleArnKey?: string;
4372
- secretStoreRoleArnPath?: string;
4373
- secretStoreRoleExternalIdKey?: string;
4374
- secretStoreRoleExternalIdPath?: string;
4375
4386
  sessionExpiry?: number;
4376
4387
  /**
4377
4388
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -4405,18 +4416,10 @@ export interface ResourceAwsConsoleStaticKeyPair {
4405
4416
  roleArn?: string;
4406
4417
  roleExternalId?: string;
4407
4418
  secretAccessKey?: string;
4408
- secretStoreAccessKeyKey?: string;
4409
- secretStoreAccessKeyPath?: string;
4410
4419
  /**
4411
4420
  * ID of the secret store containing credentials for this resource, if any.
4412
4421
  */
4413
4422
  secretStoreId?: string;
4414
- secretStoreRoleArnKey?: string;
4415
- secretStoreRoleArnPath?: string;
4416
- secretStoreRoleExternalIdKey?: string;
4417
- secretStoreRoleExternalIdPath?: string;
4418
- secretStoreSecretAccessKeyKey?: string;
4419
- secretStoreSecretAccessKeyPath?: string;
4420
4423
  sessionExpiry?: number;
4421
4424
  /**
4422
4425
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -4445,19 +4448,10 @@ export interface ResourceAzure {
4445
4448
  name: string;
4446
4449
  password?: string;
4447
4450
  portOverride: number;
4448
- secretStoreAppIdKey?: string;
4449
- secretStoreAppIdPath?: string;
4450
4451
  /**
4451
4452
  * ID of the secret store containing credentials for this resource, if any.
4452
4453
  */
4453
4454
  secretStoreId?: string;
4454
- secretStorePasswordKey?: string;
4455
- secretStorePasswordPath?: string;
4456
- /**
4457
- * * azure_mysql:
4458
- */
4459
- secretStoreTenantIdKey?: string;
4460
- secretStoreTenantIdPath?: string;
4461
4455
  /**
4462
4456
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4463
4457
  */
@@ -4468,6 +4462,9 @@ export interface ResourceAzure {
4468
4462
  tags?: {
4469
4463
  [key: string]: string;
4470
4464
  };
4465
+ /**
4466
+ * * sql_server_kerberos_ad:
4467
+ */
4471
4468
  tenantId?: string;
4472
4469
  }
4473
4470
  export interface ResourceAzureCertificate {
@@ -4486,19 +4483,10 @@ export interface ResourceAzureCertificate {
4486
4483
  */
4487
4484
  name: string;
4488
4485
  portOverride: number;
4489
- secretStoreAppIdKey?: string;
4490
- secretStoreAppIdPath?: string;
4491
- secretStoreClientCertificateKey?: string;
4492
- secretStoreClientCertificatePath?: string;
4493
4486
  /**
4494
4487
  * ID of the secret store containing credentials for this resource, if any.
4495
4488
  */
4496
4489
  secretStoreId?: string;
4497
- /**
4498
- * * azure_mysql:
4499
- */
4500
- secretStoreTenantIdKey?: string;
4501
- secretStoreTenantIdPath?: string;
4502
4490
  /**
4503
4491
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4504
4492
  */
@@ -4509,6 +4497,9 @@ export interface ResourceAzureCertificate {
4509
4497
  tags?: {
4510
4498
  [key: string]: string;
4511
4499
  };
4500
+ /**
4501
+ * * sql_server_kerberos_ad:
4502
+ */
4512
4503
  tenantId?: string;
4513
4504
  }
4514
4505
  export interface ResourceAzureMysql {
@@ -4529,17 +4520,11 @@ export interface ResourceAzureMysql {
4529
4520
  password?: string;
4530
4521
  port?: number;
4531
4522
  portOverride: number;
4523
+ requireNativeAuth?: boolean;
4532
4524
  /**
4533
4525
  * ID of the secret store containing credentials for this resource, if any.
4534
4526
  */
4535
4527
  secretStoreId?: string;
4536
- secretStorePasswordKey?: string;
4537
- secretStorePasswordPath?: string;
4538
- /**
4539
- * * trino:
4540
- */
4541
- secretStoreUsernameKey?: string;
4542
- secretStoreUsernamePath?: string;
4543
4528
  /**
4544
4529
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4545
4530
  */
@@ -4550,6 +4535,7 @@ export interface ResourceAzureMysql {
4550
4535
  tags?: {
4551
4536
  [key: string]: string;
4552
4537
  };
4538
+ useAzureSingleServerUsernames?: boolean;
4553
4539
  username?: string;
4554
4540
  }
4555
4541
  export interface ResourceAzurePostgres {
@@ -4575,13 +4561,6 @@ export interface ResourceAzurePostgres {
4575
4561
  * ID of the secret store containing credentials for this resource, if any.
4576
4562
  */
4577
4563
  secretStoreId?: string;
4578
- secretStorePasswordKey?: string;
4579
- secretStorePasswordPath?: string;
4580
- /**
4581
- * * trino:
4582
- */
4583
- secretStoreUsernameKey?: string;
4584
- secretStoreUsernamePath?: string;
4585
4564
  /**
4586
4565
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4587
4566
  */
@@ -4615,8 +4594,6 @@ export interface ResourceBigQuery {
4615
4594
  * ID of the secret store containing credentials for this resource, if any.
4616
4595
  */
4617
4596
  secretStoreId?: string;
4618
- secretStorePrivateKeyKey?: string;
4619
- secretStorePrivateKeyPath?: string;
4620
4597
  /**
4621
4598
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4622
4599
  */
@@ -4650,13 +4627,6 @@ export interface ResourceCassandra {
4650
4627
  * ID of the secret store containing credentials for this resource, if any.
4651
4628
  */
4652
4629
  secretStoreId?: string;
4653
- secretStorePasswordKey?: string;
4654
- secretStorePasswordPath?: string;
4655
- /**
4656
- * * trino:
4657
- */
4658
- secretStoreUsernameKey?: string;
4659
- secretStoreUsernamePath?: string;
4660
4630
  /**
4661
4631
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4662
4632
  */
@@ -4693,13 +4663,6 @@ export interface ResourceCitus {
4693
4663
  * ID of the secret store containing credentials for this resource, if any.
4694
4664
  */
4695
4665
  secretStoreId?: string;
4696
- secretStorePasswordKey?: string;
4697
- secretStorePasswordPath?: string;
4698
- /**
4699
- * * trino:
4700
- */
4701
- secretStoreUsernameKey?: string;
4702
- secretStoreUsernamePath?: string;
4703
4666
  /**
4704
4667
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4705
4668
  */
@@ -4730,17 +4693,11 @@ export interface ResourceClustrix {
4730
4693
  password?: string;
4731
4694
  port?: number;
4732
4695
  portOverride: number;
4696
+ requireNativeAuth?: boolean;
4733
4697
  /**
4734
4698
  * ID of the secret store containing credentials for this resource, if any.
4735
4699
  */
4736
4700
  secretStoreId?: string;
4737
- secretStorePasswordKey?: string;
4738
- secretStorePasswordPath?: string;
4739
- /**
4740
- * * trino:
4741
- */
4742
- secretStoreUsernameKey?: string;
4743
- secretStoreUsernamePath?: string;
4744
4701
  /**
4745
4702
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4746
4703
  */
@@ -4751,6 +4708,7 @@ export interface ResourceClustrix {
4751
4708
  tags?: {
4752
4709
  [key: string]: string;
4753
4710
  };
4711
+ useAzureSingleServerUsernames?: boolean;
4754
4712
  username?: string;
4755
4713
  }
4756
4714
  export interface ResourceCockroach {
@@ -4776,13 +4734,6 @@ export interface ResourceCockroach {
4776
4734
  * ID of the secret store containing credentials for this resource, if any.
4777
4735
  */
4778
4736
  secretStoreId?: string;
4779
- secretStorePasswordKey?: string;
4780
- secretStorePasswordPath?: string;
4781
- /**
4782
- * * trino:
4783
- */
4784
- secretStoreUsernameKey?: string;
4785
- secretStoreUsernamePath?: string;
4786
4737
  /**
4787
4738
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4788
4739
  */
@@ -4816,13 +4767,6 @@ export interface ResourceDb2I {
4816
4767
  * ID of the secret store containing credentials for this resource, if any.
4817
4768
  */
4818
4769
  secretStoreId?: string;
4819
- secretStorePasswordKey?: string;
4820
- secretStorePasswordPath?: string;
4821
- /**
4822
- * * trino:
4823
- */
4824
- secretStoreUsernameKey?: string;
4825
- secretStoreUsernamePath?: string;
4826
4770
  /**
4827
4771
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4828
4772
  */
@@ -4858,13 +4802,6 @@ export interface ResourceDb2Luw {
4858
4802
  * ID of the secret store containing credentials for this resource, if any.
4859
4803
  */
4860
4804
  secretStoreId?: string;
4861
- secretStorePasswordKey?: string;
4862
- secretStorePasswordPath?: string;
4863
- /**
4864
- * * trino:
4865
- */
4866
- secretStoreUsernameKey?: string;
4867
- secretStoreUsernamePath?: string;
4868
4805
  /**
4869
4806
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4870
4807
  */
@@ -4899,13 +4836,6 @@ export interface ResourceDocumentDbHost {
4899
4836
  * ID of the secret store containing credentials for this resource, if any.
4900
4837
  */
4901
4838
  secretStoreId?: string;
4902
- secretStorePasswordKey?: string;
4903
- secretStorePasswordPath?: string;
4904
- /**
4905
- * * trino:
4906
- */
4907
- secretStoreUsernameKey?: string;
4908
- secretStoreUsernamePath?: string;
4909
4839
  /**
4910
4840
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4911
4841
  */
@@ -4941,13 +4871,6 @@ export interface ResourceDocumentDbReplicaSet {
4941
4871
  * ID of the secret store containing credentials for this resource, if any.
4942
4872
  */
4943
4873
  secretStoreId?: string;
4944
- secretStorePasswordKey?: string;
4945
- secretStorePasswordPath?: string;
4946
- /**
4947
- * * trino:
4948
- */
4949
- secretStoreUsernameKey?: string;
4950
- secretStoreUsernamePath?: string;
4951
4874
  /**
4952
4875
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4953
4876
  */
@@ -4981,13 +4904,6 @@ export interface ResourceDruid {
4981
4904
  * ID of the secret store containing credentials for this resource, if any.
4982
4905
  */
4983
4906
  secretStoreId?: string;
4984
- secretStorePasswordKey?: string;
4985
- secretStorePasswordPath?: string;
4986
- /**
4987
- * * trino:
4988
- */
4989
- secretStoreUsernameKey?: string;
4990
- secretStoreUsernamePath?: string;
4991
4907
  /**
4992
4908
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
4993
4909
  */
@@ -5020,18 +4936,10 @@ export interface ResourceDynamoDb {
5020
4936
  roleArn?: string;
5021
4937
  roleExternalId?: string;
5022
4938
  secretAccessKey?: string;
5023
- secretStoreAccessKeyKey?: string;
5024
- secretStoreAccessKeyPath?: string;
5025
4939
  /**
5026
4940
  * ID of the secret store containing credentials for this resource, if any.
5027
4941
  */
5028
4942
  secretStoreId?: string;
5029
- secretStoreRoleArnKey?: string;
5030
- secretStoreRoleArnPath?: string;
5031
- secretStoreRoleExternalIdKey?: string;
5032
- secretStoreRoleExternalIdPath?: string;
5033
- secretStoreSecretAccessKeyKey?: string;
5034
- secretStoreSecretAccessKeyPath?: string;
5035
4943
  /**
5036
4944
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5037
4945
  */
@@ -5064,13 +4972,6 @@ export interface ResourceElastic {
5064
4972
  * ID of the secret store containing credentials for this resource, if any.
5065
4973
  */
5066
4974
  secretStoreId?: string;
5067
- secretStorePasswordKey?: string;
5068
- secretStorePasswordPath?: string;
5069
- /**
5070
- * * trino:
5071
- */
5072
- secretStoreUsernameKey?: string;
5073
- secretStoreUsernamePath?: string;
5074
4975
  /**
5075
4976
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5076
4977
  */
@@ -5105,13 +5006,6 @@ export interface ResourceElasticacheRedis {
5105
5006
  * ID of the secret store containing credentials for this resource, if any.
5106
5007
  */
5107
5008
  secretStoreId?: string;
5108
- secretStorePasswordKey?: string;
5109
- secretStorePasswordPath?: string;
5110
- /**
5111
- * * trino:
5112
- */
5113
- secretStoreUsernameKey?: string;
5114
- secretStoreUsernamePath?: string;
5115
5009
  /**
5116
5010
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5117
5011
  */
@@ -5145,8 +5039,6 @@ export interface ResourceGcp {
5145
5039
  * ID of the secret store containing credentials for this resource, if any.
5146
5040
  */
5147
5041
  secretStoreId?: string;
5148
- secretStoreKeyfileKey?: string;
5149
- secretStoreKeyfilePath?: string;
5150
5042
  /**
5151
5043
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5152
5044
  */
@@ -5179,14 +5071,10 @@ export interface ResourceGoogleGke {
5179
5071
  name: string;
5180
5072
  remoteIdentityGroupId?: string;
5181
5073
  remoteIdentityHealthcheckUsername?: string;
5182
- secretStoreCertificateAuthorityKey?: string;
5183
- secretStoreCertificateAuthorityPath?: string;
5184
5074
  /**
5185
5075
  * ID of the secret store containing credentials for this resource, if any.
5186
5076
  */
5187
5077
  secretStoreId?: string;
5188
- secretStoreServiceAccountKeyKey?: string;
5189
- secretStoreServiceAccountKeyPath?: string;
5190
5078
  serviceAccountKey?: string;
5191
5079
  /**
5192
5080
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -5218,14 +5106,10 @@ export interface ResourceGoogleGkeUserImpersonation {
5218
5106
  * Unique human-readable name of the Resource.
5219
5107
  */
5220
5108
  name: string;
5221
- secretStoreCertificateAuthorityKey?: string;
5222
- secretStoreCertificateAuthorityPath?: string;
5223
5109
  /**
5224
5110
  * ID of the secret store containing credentials for this resource, if any.
5225
5111
  */
5226
5112
  secretStoreId?: string;
5227
- secretStoreServiceAccountKeyKey?: string;
5228
- secretStoreServiceAccountKeyPath?: string;
5229
5113
  serviceAccountKey?: string;
5230
5114
  /**
5231
5115
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -5261,13 +5145,6 @@ export interface ResourceGreenplum {
5261
5145
  * ID of the secret store containing credentials for this resource, if any.
5262
5146
  */
5263
5147
  secretStoreId?: string;
5264
- secretStorePasswordKey?: string;
5265
- secretStorePasswordPath?: string;
5266
- /**
5267
- * * trino:
5268
- */
5269
- secretStoreUsernameKey?: string;
5270
- secretStoreUsernamePath?: string;
5271
5148
  /**
5272
5149
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5273
5150
  */
@@ -5298,8 +5175,6 @@ export interface ResourceHttpAuth {
5298
5175
  * Unique human-readable name of the Resource.
5299
5176
  */
5300
5177
  name: string;
5301
- secretStoreAuthHeaderKey?: string;
5302
- secretStoreAuthHeaderPath?: string;
5303
5178
  /**
5304
5179
  * ID of the secret store containing credentials for this resource, if any.
5305
5180
  */
@@ -5341,13 +5216,6 @@ export interface ResourceHttpBasicAuth {
5341
5216
  * ID of the secret store containing credentials for this resource, if any.
5342
5217
  */
5343
5218
  secretStoreId?: string;
5344
- secretStorePasswordKey?: string;
5345
- secretStorePasswordPath?: string;
5346
- /**
5347
- * * trino:
5348
- */
5349
- secretStoreUsernameKey?: string;
5350
- secretStoreUsernamePath?: string;
5351
5219
  /**
5352
5220
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5353
5221
  */
@@ -5425,12 +5293,6 @@ export interface ResourceKubernetes {
5425
5293
  portOverride: number;
5426
5294
  remoteIdentityGroupId?: string;
5427
5295
  remoteIdentityHealthcheckUsername?: string;
5428
- secretStoreCertificateAuthorityKey?: string;
5429
- secretStoreCertificateAuthorityPath?: string;
5430
- secretStoreClientCertificateKey?: string;
5431
- secretStoreClientCertificatePath?: string;
5432
- secretStoreClientKeyKey?: string;
5433
- secretStoreClientKeyPath?: string;
5434
5296
  /**
5435
5297
  * ID of the secret store containing credentials for this resource, if any.
5436
5298
  */
@@ -5471,13 +5333,6 @@ export interface ResourceKubernetesBasicAuth {
5471
5333
  * ID of the secret store containing credentials for this resource, if any.
5472
5334
  */
5473
5335
  secretStoreId?: string;
5474
- secretStorePasswordKey?: string;
5475
- secretStorePasswordPath?: string;
5476
- /**
5477
- * * trino:
5478
- */
5479
- secretStoreUsernameKey?: string;
5480
- secretStoreUsernamePath?: string;
5481
5336
  /**
5482
5337
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5483
5338
  */
@@ -5516,11 +5371,6 @@ export interface ResourceKubernetesServiceAccount {
5516
5371
  * ID of the secret store containing credentials for this resource, if any.
5517
5372
  */
5518
5373
  secretStoreId?: string;
5519
- /**
5520
- * * kubernetes_user_impersonation:
5521
- */
5522
- secretStoreTokenKey?: string;
5523
- secretStoreTokenPath?: string;
5524
5374
  /**
5525
5375
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5526
5376
  */
@@ -5531,6 +5381,9 @@ export interface ResourceKubernetesServiceAccount {
5531
5381
  tags?: {
5532
5382
  [key: string]: string;
5533
5383
  };
5384
+ /**
5385
+ * * kubernetes_user_impersonation:
5386
+ */
5534
5387
  token?: string;
5535
5388
  }
5536
5389
  export interface ResourceKubernetesServiceAccountUserImpersonation {
@@ -5557,11 +5410,6 @@ export interface ResourceKubernetesServiceAccountUserImpersonation {
5557
5410
  * ID of the secret store containing credentials for this resource, if any.
5558
5411
  */
5559
5412
  secretStoreId?: string;
5560
- /**
5561
- * * kubernetes_user_impersonation:
5562
- */
5563
- secretStoreTokenKey?: string;
5564
- secretStoreTokenPath?: string;
5565
5413
  /**
5566
5414
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5567
5415
  */
@@ -5572,6 +5420,9 @@ export interface ResourceKubernetesServiceAccountUserImpersonation {
5572
5420
  tags?: {
5573
5421
  [key: string]: string;
5574
5422
  };
5423
+ /**
5424
+ * * kubernetes_user_impersonation:
5425
+ */
5575
5426
  token?: string;
5576
5427
  }
5577
5428
  export interface ResourceKubernetesUserImpersonation {
@@ -5597,12 +5448,6 @@ export interface ResourceKubernetesUserImpersonation {
5597
5448
  name: string;
5598
5449
  port: number;
5599
5450
  portOverride: number;
5600
- secretStoreCertificateAuthorityKey?: string;
5601
- secretStoreCertificateAuthorityPath?: string;
5602
- secretStoreClientCertificateKey?: string;
5603
- secretStoreClientCertificatePath?: string;
5604
- secretStoreClientKeyKey?: string;
5605
- secretStoreClientKeyPath?: string;
5606
5451
  /**
5607
5452
  * ID of the secret store containing credentials for this resource, if any.
5608
5453
  */
@@ -5636,17 +5481,11 @@ export interface ResourceMaria {
5636
5481
  password?: string;
5637
5482
  port?: number;
5638
5483
  portOverride: number;
5484
+ requireNativeAuth?: boolean;
5639
5485
  /**
5640
5486
  * ID of the secret store containing credentials for this resource, if any.
5641
5487
  */
5642
5488
  secretStoreId?: string;
5643
- secretStorePasswordKey?: string;
5644
- secretStorePasswordPath?: string;
5645
- /**
5646
- * * trino:
5647
- */
5648
- secretStoreUsernameKey?: string;
5649
- secretStoreUsernamePath?: string;
5650
5489
  /**
5651
5490
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5652
5491
  */
@@ -5657,6 +5496,7 @@ export interface ResourceMaria {
5657
5496
  tags?: {
5658
5497
  [key: string]: string;
5659
5498
  };
5499
+ useAzureSingleServerUsernames?: boolean;
5660
5500
  username?: string;
5661
5501
  }
5662
5502
  export interface ResourceMemcached {
@@ -5708,17 +5548,11 @@ export interface ResourceMemsql {
5708
5548
  password?: string;
5709
5549
  port?: number;
5710
5550
  portOverride: number;
5551
+ requireNativeAuth?: boolean;
5711
5552
  /**
5712
5553
  * ID of the secret store containing credentials for this resource, if any.
5713
5554
  */
5714
5555
  secretStoreId?: string;
5715
- secretStorePasswordKey?: string;
5716
- secretStorePasswordPath?: string;
5717
- /**
5718
- * * trino:
5719
- */
5720
- secretStoreUsernameKey?: string;
5721
- secretStoreUsernamePath?: string;
5722
5556
  /**
5723
5557
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5724
5558
  */
@@ -5729,6 +5563,7 @@ export interface ResourceMemsql {
5729
5563
  tags?: {
5730
5564
  [key: string]: string;
5731
5565
  };
5566
+ useAzureSingleServerUsernames?: boolean;
5732
5567
  username?: string;
5733
5568
  }
5734
5569
  export interface ResourceMongoHost {
@@ -5753,13 +5588,6 @@ export interface ResourceMongoHost {
5753
5588
  * ID of the secret store containing credentials for this resource, if any.
5754
5589
  */
5755
5590
  secretStoreId?: string;
5756
- secretStorePasswordKey?: string;
5757
- secretStorePasswordPath?: string;
5758
- /**
5759
- * * trino:
5760
- */
5761
- secretStoreUsernameKey?: string;
5762
- secretStoreUsernamePath?: string;
5763
5591
  /**
5764
5592
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5765
5593
  */
@@ -5796,13 +5624,6 @@ export interface ResourceMongoLegacyHost {
5796
5624
  * ID of the secret store containing credentials for this resource, if any.
5797
5625
  */
5798
5626
  secretStoreId?: string;
5799
- secretStorePasswordKey?: string;
5800
- secretStorePasswordPath?: string;
5801
- /**
5802
- * * trino:
5803
- */
5804
- secretStoreUsernameKey?: string;
5805
- secretStoreUsernamePath?: string;
5806
5627
  /**
5807
5628
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5808
5629
  */
@@ -5840,13 +5661,6 @@ export interface ResourceMongoLegacyReplicaset {
5840
5661
  * ID of the secret store containing credentials for this resource, if any.
5841
5662
  */
5842
5663
  secretStoreId?: string;
5843
- secretStorePasswordKey?: string;
5844
- secretStorePasswordPath?: string;
5845
- /**
5846
- * * trino:
5847
- */
5848
- secretStoreUsernameKey?: string;
5849
- secretStoreUsernamePath?: string;
5850
5664
  /**
5851
5665
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5852
5666
  */
@@ -5884,13 +5698,6 @@ export interface ResourceMongoReplicaSet {
5884
5698
  * ID of the secret store containing credentials for this resource, if any.
5885
5699
  */
5886
5700
  secretStoreId?: string;
5887
- secretStorePasswordKey?: string;
5888
- secretStorePasswordPath?: string;
5889
- /**
5890
- * * trino:
5891
- */
5892
- secretStoreUsernameKey?: string;
5893
- secretStoreUsernamePath?: string;
5894
5701
  /**
5895
5702
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5896
5703
  */
@@ -5925,13 +5732,6 @@ export interface ResourceMongoShardedCluster {
5925
5732
  * ID of the secret store containing credentials for this resource, if any.
5926
5733
  */
5927
5734
  secretStoreId?: string;
5928
- secretStorePasswordKey?: string;
5929
- secretStorePasswordPath?: string;
5930
- /**
5931
- * * trino:
5932
- */
5933
- secretStoreUsernameKey?: string;
5934
- secretStoreUsernamePath?: string;
5935
5735
  /**
5936
5736
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
5937
5737
  */
@@ -5966,23 +5766,11 @@ export interface ResourceMtlsMysql {
5966
5766
  password?: string;
5967
5767
  port?: number;
5968
5768
  portOverride: number;
5969
- secretStoreCertificateAuthorityKey?: string;
5970
- secretStoreCertificateAuthorityPath?: string;
5971
- secretStoreClientCertificateKey?: string;
5972
- secretStoreClientCertificatePath?: string;
5973
- secretStoreClientKeyKey?: string;
5974
- secretStoreClientKeyPath?: string;
5769
+ requireNativeAuth?: boolean;
5975
5770
  /**
5976
5771
  * ID of the secret store containing credentials for this resource, if any.
5977
5772
  */
5978
5773
  secretStoreId?: string;
5979
- secretStorePasswordKey?: string;
5980
- secretStorePasswordPath?: string;
5981
- /**
5982
- * * trino:
5983
- */
5984
- secretStoreUsernameKey?: string;
5985
- secretStoreUsernamePath?: string;
5986
5774
  serverName?: string;
5987
5775
  /**
5988
5776
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -5994,6 +5782,7 @@ export interface ResourceMtlsMysql {
5994
5782
  tags?: {
5995
5783
  [key: string]: string;
5996
5784
  };
5785
+ useAzureSingleServerUsernames?: boolean;
5997
5786
  username?: string;
5998
5787
  }
5999
5788
  export interface ResourceMtlsPostgres {
@@ -6018,23 +5807,10 @@ export interface ResourceMtlsPostgres {
6018
5807
  password?: string;
6019
5808
  port?: number;
6020
5809
  portOverride: number;
6021
- secretStoreCertificateAuthorityKey?: string;
6022
- secretStoreCertificateAuthorityPath?: string;
6023
- secretStoreClientCertificateKey?: string;
6024
- secretStoreClientCertificatePath?: string;
6025
- secretStoreClientKeyKey?: string;
6026
- secretStoreClientKeyPath?: string;
6027
5810
  /**
6028
5811
  * ID of the secret store containing credentials for this resource, if any.
6029
5812
  */
6030
5813
  secretStoreId?: string;
6031
- secretStorePasswordKey?: string;
6032
- secretStorePasswordPath?: string;
6033
- /**
6034
- * * trino:
6035
- */
6036
- secretStoreUsernameKey?: string;
6037
- secretStoreUsernamePath?: string;
6038
5814
  serverName?: string;
6039
5815
  /**
6040
5816
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
@@ -6066,17 +5842,11 @@ export interface ResourceMysql {
6066
5842
  password?: string;
6067
5843
  port?: number;
6068
5844
  portOverride: number;
5845
+ requireNativeAuth?: boolean;
6069
5846
  /**
6070
5847
  * ID of the secret store containing credentials for this resource, if any.
6071
5848
  */
6072
5849
  secretStoreId?: string;
6073
- secretStorePasswordKey?: string;
6074
- secretStorePasswordPath?: string;
6075
- /**
6076
- * * trino:
6077
- */
6078
- secretStoreUsernameKey?: string;
6079
- secretStoreUsernamePath?: string;
6080
5850
  /**
6081
5851
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6082
5852
  */
@@ -6087,6 +5857,7 @@ export interface ResourceMysql {
6087
5857
  tags?: {
6088
5858
  [key: string]: string;
6089
5859
  };
5860
+ useAzureSingleServerUsernames?: boolean;
6090
5861
  username?: string;
6091
5862
  }
6092
5863
  export interface ResourceNeptune {
@@ -6141,18 +5912,10 @@ export interface ResourceNeptuneIam {
6141
5912
  roleArn?: string;
6142
5913
  roleExternalId?: string;
6143
5914
  secretAccessKey?: string;
6144
- secretStoreAccessKeyKey?: string;
6145
- secretStoreAccessKeyPath?: string;
6146
5915
  /**
6147
5916
  * ID of the secret store containing credentials for this resource, if any.
6148
5917
  */
6149
5918
  secretStoreId?: string;
6150
- secretStoreRoleArnKey?: string;
6151
- secretStoreRoleArnPath?: string;
6152
- secretStoreRoleExternalIdKey?: string;
6153
- secretStoreRoleExternalIdPath?: string;
6154
- secretStoreSecretAccessKeyKey?: string;
6155
- secretStoreSecretAccessKeyPath?: string;
6156
5919
  /**
6157
5920
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6158
5921
  */
@@ -6186,13 +5949,6 @@ export interface ResourceOracle {
6186
5949
  * ID of the secret store containing credentials for this resource, if any.
6187
5950
  */
6188
5951
  secretStoreId?: string;
6189
- secretStorePasswordKey?: string;
6190
- secretStorePasswordPath?: string;
6191
- /**
6192
- * * trino:
6193
- */
6194
- secretStoreUsernameKey?: string;
6195
- secretStoreUsernamePath?: string;
6196
5952
  /**
6197
5953
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6198
5954
  */
@@ -6229,13 +5985,6 @@ export interface ResourcePostgres {
6229
5985
  * ID of the secret store containing credentials for this resource, if any.
6230
5986
  */
6231
5987
  secretStoreId?: string;
6232
- secretStorePasswordKey?: string;
6233
- secretStorePasswordPath?: string;
6234
- /**
6235
- * * trino:
6236
- */
6237
- secretStoreUsernameKey?: string;
6238
- secretStoreUsernamePath?: string;
6239
5988
  /**
6240
5989
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6241
5990
  */
@@ -6270,8 +6019,6 @@ export interface ResourcePresto {
6270
6019
  * ID of the secret store containing credentials for this resource, if any.
6271
6020
  */
6272
6021
  secretStoreId?: string;
6273
- secretStorePasswordKey?: string;
6274
- secretStorePasswordPath?: string;
6275
6022
  /**
6276
6023
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6277
6024
  */
@@ -6306,13 +6053,6 @@ export interface ResourceRabbitmqAmqp091 {
6306
6053
  * ID of the secret store containing credentials for this resource, if any.
6307
6054
  */
6308
6055
  secretStoreId?: string;
6309
- secretStorePasswordKey?: string;
6310
- secretStorePasswordPath?: string;
6311
- /**
6312
- * * trino:
6313
- */
6314
- secretStoreUsernameKey?: string;
6315
- secretStoreUsernamePath?: string;
6316
6056
  /**
6317
6057
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6318
6058
  */
@@ -6379,13 +6119,6 @@ export interface ResourceRdp {
6379
6119
  * ID of the secret store containing credentials for this resource, if any.
6380
6120
  */
6381
6121
  secretStoreId?: string;
6382
- secretStorePasswordKey?: string;
6383
- secretStorePasswordPath?: string;
6384
- /**
6385
- * * trino:
6386
- */
6387
- secretStoreUsernameKey?: string;
6388
- secretStoreUsernamePath?: string;
6389
6122
  /**
6390
6123
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6391
6124
  */
@@ -6419,13 +6152,6 @@ export interface ResourceRedis {
6419
6152
  * ID of the secret store containing credentials for this resource, if any.
6420
6153
  */
6421
6154
  secretStoreId?: string;
6422
- secretStorePasswordKey?: string;
6423
- secretStorePasswordPath?: string;
6424
- /**
6425
- * * trino:
6426
- */
6427
- secretStoreUsernameKey?: string;
6428
- secretStoreUsernamePath?: string;
6429
6155
  /**
6430
6156
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6431
6157
  */
@@ -6462,13 +6188,6 @@ export interface ResourceRedshift {
6462
6188
  * ID of the secret store containing credentials for this resource, if any.
6463
6189
  */
6464
6190
  secretStoreId?: string;
6465
- secretStorePasswordKey?: string;
6466
- secretStorePasswordPath?: string;
6467
- /**
6468
- * * trino:
6469
- */
6470
- secretStoreUsernameKey?: string;
6471
- secretStoreUsernamePath?: string;
6472
6191
  /**
6473
6192
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6474
6193
  */
@@ -6499,17 +6218,11 @@ export interface ResourceSingleStore {
6499
6218
  password?: string;
6500
6219
  port?: number;
6501
6220
  portOverride: number;
6221
+ requireNativeAuth?: boolean;
6502
6222
  /**
6503
6223
  * ID of the secret store containing credentials for this resource, if any.
6504
6224
  */
6505
6225
  secretStoreId?: string;
6506
- secretStorePasswordKey?: string;
6507
- secretStorePasswordPath?: string;
6508
- /**
6509
- * * trino:
6510
- */
6511
- secretStoreUsernameKey?: string;
6512
- secretStoreUsernamePath?: string;
6513
6226
  /**
6514
6227
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6515
6228
  */
@@ -6520,6 +6233,7 @@ export interface ResourceSingleStore {
6520
6233
  tags?: {
6521
6234
  [key: string]: string;
6522
6235
  };
6236
+ useAzureSingleServerUsernames?: boolean;
6523
6237
  username?: string;
6524
6238
  }
6525
6239
  export interface ResourceSnowflake {
@@ -6544,13 +6258,6 @@ export interface ResourceSnowflake {
6544
6258
  * ID of the secret store containing credentials for this resource, if any.
6545
6259
  */
6546
6260
  secretStoreId?: string;
6547
- secretStorePasswordKey?: string;
6548
- secretStorePasswordPath?: string;
6549
- /**
6550
- * * trino:
6551
- */
6552
- secretStoreUsernameKey?: string;
6553
- secretStoreUsernamePath?: string;
6554
6261
  /**
6555
6262
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6556
6263
  */
@@ -6583,8 +6290,6 @@ export interface ResourceSnowsight {
6583
6290
  * ID of the secret store containing credentials for this resource, if any.
6584
6291
  */
6585
6292
  secretStoreId?: string;
6586
- secretStoreSamlMetadataKey?: string;
6587
- secretStoreSamlMetadataPath?: string;
6588
6293
  /**
6589
6294
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6590
6295
  */
@@ -6620,13 +6325,85 @@ export interface ResourceSqlServer {
6620
6325
  * ID of the secret store containing credentials for this resource, if any.
6621
6326
  */
6622
6327
  secretStoreId?: string;
6623
- secretStorePasswordKey?: string;
6624
- secretStorePasswordPath?: string;
6625
6328
  /**
6626
- * * trino:
6329
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6627
6330
  */
6628
- secretStoreUsernameKey?: string;
6629
- secretStoreUsernamePath?: string;
6331
+ subdomain: string;
6332
+ /**
6333
+ * Tags is a map of key, value pairs.
6334
+ */
6335
+ tags?: {
6336
+ [key: string]: string;
6337
+ };
6338
+ username?: string;
6339
+ }
6340
+ export interface ResourceSqlServerAzureAd {
6341
+ /**
6342
+ * Bind interface
6343
+ */
6344
+ bindInterface: string;
6345
+ clientId?: string;
6346
+ database: string;
6347
+ /**
6348
+ * A filter applied to the routing logic to pin datasource to nodes.
6349
+ */
6350
+ egressFilter?: string;
6351
+ hostname: string;
6352
+ /**
6353
+ * Unique human-readable name of the Resource.
6354
+ */
6355
+ name: string;
6356
+ overrideDatabase?: boolean;
6357
+ port?: number;
6358
+ portOverride: number;
6359
+ schema?: string;
6360
+ secret?: string;
6361
+ /**
6362
+ * ID of the secret store containing credentials for this resource, if any.
6363
+ */
6364
+ secretStoreId?: string;
6365
+ /**
6366
+ * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6367
+ */
6368
+ subdomain: string;
6369
+ /**
6370
+ * Tags is a map of key, value pairs.
6371
+ */
6372
+ tags?: {
6373
+ [key: string]: string;
6374
+ };
6375
+ /**
6376
+ * * sql_server_kerberos_ad:
6377
+ */
6378
+ tenantId?: string;
6379
+ }
6380
+ export interface ResourceSqlServerKerberosAd {
6381
+ /**
6382
+ * Bind interface
6383
+ */
6384
+ bindInterface: string;
6385
+ database: string;
6386
+ /**
6387
+ * A filter applied to the routing logic to pin datasource to nodes.
6388
+ */
6389
+ egressFilter?: string;
6390
+ hostname: string;
6391
+ keytab?: string;
6392
+ krbConfig?: string;
6393
+ /**
6394
+ * Unique human-readable name of the Resource.
6395
+ */
6396
+ name: string;
6397
+ overrideDatabase?: boolean;
6398
+ port?: number;
6399
+ portOverride: number;
6400
+ realm?: string;
6401
+ schema?: string;
6402
+ /**
6403
+ * ID of the secret store containing credentials for this resource, if any.
6404
+ */
6405
+ secretStoreId?: string;
6406
+ serverSpn?: string;
6630
6407
  /**
6631
6408
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6632
6409
  */
@@ -6663,11 +6440,6 @@ export interface ResourceSsh {
6663
6440
  * ID of the secret store containing credentials for this resource, if any.
6664
6441
  */
6665
6442
  secretStoreId?: string;
6666
- /**
6667
- * * trino:
6668
- */
6669
- secretStoreUsernameKey?: string;
6670
- secretStoreUsernamePath?: string;
6671
6443
  /**
6672
6444
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6673
6445
  */
@@ -6705,11 +6477,6 @@ export interface ResourceSshCert {
6705
6477
  * ID of the secret store containing credentials for this resource, if any.
6706
6478
  */
6707
6479
  secretStoreId?: string;
6708
- /**
6709
- * * trino:
6710
- */
6711
- secretStoreUsernameKey?: string;
6712
- secretStoreUsernamePath?: string;
6713
6480
  /**
6714
6481
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6715
6482
  */
@@ -6745,13 +6512,6 @@ export interface ResourceSshCustomerKey {
6745
6512
  * ID of the secret store containing credentials for this resource, if any.
6746
6513
  */
6747
6514
  secretStoreId?: string;
6748
- secretStorePrivateKeyKey?: string;
6749
- secretStorePrivateKeyPath?: string;
6750
- /**
6751
- * * trino:
6752
- */
6753
- secretStoreUsernameKey?: string;
6754
- secretStoreUsernamePath?: string;
6755
6515
  /**
6756
6516
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6757
6517
  */
@@ -6785,13 +6545,6 @@ export interface ResourceSybase {
6785
6545
  * ID of the secret store containing credentials for this resource, if any.
6786
6546
  */
6787
6547
  secretStoreId?: string;
6788
- secretStorePasswordKey?: string;
6789
- secretStorePasswordPath?: string;
6790
- /**
6791
- * * trino:
6792
- */
6793
- secretStoreUsernameKey?: string;
6794
- secretStoreUsernamePath?: string;
6795
6548
  /**
6796
6549
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6797
6550
  */
@@ -6825,13 +6578,6 @@ export interface ResourceSybaseIq {
6825
6578
  * ID of the secret store containing credentials for this resource, if any.
6826
6579
  */
6827
6580
  secretStoreId?: string;
6828
- secretStorePasswordKey?: string;
6829
- secretStorePasswordPath?: string;
6830
- /**
6831
- * * trino:
6832
- */
6833
- secretStoreUsernameKey?: string;
6834
- secretStoreUsernamePath?: string;
6835
6581
  /**
6836
6582
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6837
6583
  */
@@ -6865,13 +6611,6 @@ export interface ResourceTeradata {
6865
6611
  * ID of the secret store containing credentials for this resource, if any.
6866
6612
  */
6867
6613
  secretStoreId?: string;
6868
- secretStorePasswordKey?: string;
6869
- secretStorePasswordPath?: string;
6870
- /**
6871
- * * trino:
6872
- */
6873
- secretStoreUsernameKey?: string;
6874
- secretStoreUsernamePath?: string;
6875
6614
  /**
6876
6615
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6877
6616
  */
@@ -6906,8 +6645,6 @@ export interface ResourceTrino {
6906
6645
  * ID of the secret store containing credentials for this resource, if any.
6907
6646
  */
6908
6647
  secretStoreId?: string;
6909
- secretStorePasswordKey?: string;
6910
- secretStorePasswordPath?: string;
6911
6648
  /**
6912
6649
  * Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
6913
6650
  */