@pierskarsenbarg/sdm 1.34.6 → 1.34.9
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/getManagedSecret.d.ts +12 -0
- package/getManagedSecret.d.ts.map +1 -1
- package/getManagedSecret.js +2 -0
- package/getManagedSecret.js.map +1 -1
- package/getOrgUrlInfo.d.ts +34 -0
- package/getOrgUrlInfo.d.ts.map +1 -0
- package/getOrgUrlInfo.js +55 -0
- package/getOrgUrlInfo.js.map +1 -0
- package/getSecretEngine.d.ts +12 -0
- package/getSecretEngine.d.ts.map +1 -1
- package/getSecretEngine.js +2 -0
- package/getSecretEngine.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.d.ts.map +1 -1
- package/index.js +5 -2
- package/index.js.map +1 -1
- package/managedSecret.d.ts +12 -0
- package/managedSecret.d.ts.map +1 -1
- package/managedSecret.js +2 -0
- package/managedSecret.js.map +1 -1
- package/package.json +1 -1
- package/resource.d.ts +18 -33
- package/resource.d.ts.map +1 -1
- package/resource.js +10 -2
- package/resource.js.map +1 -1
- package/types/input.d.ts +281 -18
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +586 -36
- package/types/output.d.ts.map +1 -1
package/types/input.d.ts
CHANGED
|
@@ -1855,6 +1855,11 @@ export interface ResourceAwsConsole {
|
|
|
1855
1855
|
tags?: pulumi.Input<{
|
|
1856
1856
|
[key: string]: pulumi.Input<string>;
|
|
1857
1857
|
}>;
|
|
1858
|
+
/**
|
|
1859
|
+
* This option enforces HTTPS on the client, not resource connection.
|
|
1860
|
+
* * sql_server:
|
|
1861
|
+
*/
|
|
1862
|
+
useHttps?: pulumi.Input<boolean>;
|
|
1858
1863
|
}
|
|
1859
1864
|
export interface ResourceAwsConsoleStaticKeyPair {
|
|
1860
1865
|
/**
|
|
@@ -1923,6 +1928,11 @@ export interface ResourceAwsConsoleStaticKeyPair {
|
|
|
1923
1928
|
tags?: pulumi.Input<{
|
|
1924
1929
|
[key: string]: pulumi.Input<string>;
|
|
1925
1930
|
}>;
|
|
1931
|
+
/**
|
|
1932
|
+
* This option enforces HTTPS on the client, not resource connection.
|
|
1933
|
+
* * sql_server:
|
|
1934
|
+
*/
|
|
1935
|
+
useHttps?: pulumi.Input<boolean>;
|
|
1926
1936
|
}
|
|
1927
1937
|
export interface ResourceAwsInstanceProfile {
|
|
1928
1938
|
/**
|
|
@@ -2530,8 +2540,8 @@ export interface ResourceClickHouseHttp {
|
|
|
2530
2540
|
[key: string]: pulumi.Input<string>;
|
|
2531
2541
|
}>;
|
|
2532
2542
|
/**
|
|
2533
|
-
* The
|
|
2534
|
-
* *
|
|
2543
|
+
* The URL to dial to initiate a connection from the egress node to this resource.
|
|
2544
|
+
* * memcached:
|
|
2535
2545
|
*/
|
|
2536
2546
|
url: pulumi.Input<string>;
|
|
2537
2547
|
/**
|
|
@@ -2883,8 +2893,8 @@ export interface ResourceCouchbaseWebUi {
|
|
|
2883
2893
|
[key: string]: pulumi.Input<string>;
|
|
2884
2894
|
}>;
|
|
2885
2895
|
/**
|
|
2886
|
-
* The
|
|
2887
|
-
* *
|
|
2896
|
+
* The URL to dial to initiate a connection from the egress node to this resource.
|
|
2897
|
+
* * memcached:
|
|
2888
2898
|
*/
|
|
2889
2899
|
url: pulumi.Input<string>;
|
|
2890
2900
|
/**
|
|
@@ -2892,6 +2902,58 @@ export interface ResourceCouchbaseWebUi {
|
|
|
2892
2902
|
*/
|
|
2893
2903
|
username?: pulumi.Input<string>;
|
|
2894
2904
|
}
|
|
2905
|
+
export interface ResourceDatabricks {
|
|
2906
|
+
/**
|
|
2907
|
+
* Databricks Personal Access Token (PAT)
|
|
2908
|
+
*/
|
|
2909
|
+
accessToken?: pulumi.Input<string>;
|
|
2910
|
+
/**
|
|
2911
|
+
* The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
|
2912
|
+
*/
|
|
2913
|
+
bindInterface?: pulumi.Input<string>;
|
|
2914
|
+
/**
|
|
2915
|
+
* A filter applied to the routing logic to pin datasource to nodes.
|
|
2916
|
+
*/
|
|
2917
|
+
egressFilter?: pulumi.Input<string>;
|
|
2918
|
+
/**
|
|
2919
|
+
* The host to dial to initiate a connection from the egress node to this resource.
|
|
2920
|
+
*/
|
|
2921
|
+
hostname: pulumi.Input<string>;
|
|
2922
|
+
/**
|
|
2923
|
+
* The HTTP path to the SQL warehouse or cluster (e.g., /sql/1.0/warehouses/xxx)
|
|
2924
|
+
*/
|
|
2925
|
+
httpPath: pulumi.Input<string>;
|
|
2926
|
+
/**
|
|
2927
|
+
* Unique human-readable name of the Resource.
|
|
2928
|
+
*/
|
|
2929
|
+
name: pulumi.Input<string>;
|
|
2930
|
+
/**
|
|
2931
|
+
* The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
|
2932
|
+
*/
|
|
2933
|
+
portOverride?: pulumi.Input<number>;
|
|
2934
|
+
/**
|
|
2935
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2936
|
+
*/
|
|
2937
|
+
proxyClusterId?: pulumi.Input<string>;
|
|
2938
|
+
/**
|
|
2939
|
+
* The Schema to use to direct initial requests.
|
|
2940
|
+
*/
|
|
2941
|
+
schema?: pulumi.Input<string>;
|
|
2942
|
+
/**
|
|
2943
|
+
* ID of the secret store containing credentials for this resource, if any.
|
|
2944
|
+
*/
|
|
2945
|
+
secretStoreId?: pulumi.Input<string>;
|
|
2946
|
+
/**
|
|
2947
|
+
* DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
|
|
2948
|
+
*/
|
|
2949
|
+
subdomain?: pulumi.Input<string>;
|
|
2950
|
+
/**
|
|
2951
|
+
* Tags is a map of key, value pairs.
|
|
2952
|
+
*/
|
|
2953
|
+
tags?: pulumi.Input<{
|
|
2954
|
+
[key: string]: pulumi.Input<string>;
|
|
2955
|
+
}>;
|
|
2956
|
+
}
|
|
2895
2957
|
export interface ResourceDb2I {
|
|
2896
2958
|
/**
|
|
2897
2959
|
* The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
|
@@ -4087,8 +4149,12 @@ export interface ResourceHttpAuth {
|
|
|
4087
4149
|
[key: string]: pulumi.Input<string>;
|
|
4088
4150
|
}>;
|
|
4089
4151
|
/**
|
|
4090
|
-
*
|
|
4091
|
-
|
|
4152
|
+
* If set, TLS must be used to connect to this resource.
|
|
4153
|
+
*/
|
|
4154
|
+
tlsRequired?: pulumi.Input<boolean>;
|
|
4155
|
+
/**
|
|
4156
|
+
* The URL to dial to initiate a connection from the egress node to this resource.
|
|
4157
|
+
* * memcached:
|
|
4092
4158
|
*/
|
|
4093
4159
|
url: pulumi.Input<string>;
|
|
4094
4160
|
}
|
|
@@ -4148,8 +4214,12 @@ export interface ResourceHttpBasicAuth {
|
|
|
4148
4214
|
[key: string]: pulumi.Input<string>;
|
|
4149
4215
|
}>;
|
|
4150
4216
|
/**
|
|
4151
|
-
*
|
|
4152
|
-
|
|
4217
|
+
* If set, TLS must be used to connect to this resource.
|
|
4218
|
+
*/
|
|
4219
|
+
tlsRequired?: pulumi.Input<boolean>;
|
|
4220
|
+
/**
|
|
4221
|
+
* The URL to dial to initiate a connection from the egress node to this resource.
|
|
4222
|
+
* * memcached:
|
|
4153
4223
|
*/
|
|
4154
4224
|
url: pulumi.Input<string>;
|
|
4155
4225
|
/**
|
|
@@ -4209,8 +4279,12 @@ export interface ResourceHttpNoAuth {
|
|
|
4209
4279
|
[key: string]: pulumi.Input<string>;
|
|
4210
4280
|
}>;
|
|
4211
4281
|
/**
|
|
4212
|
-
*
|
|
4213
|
-
|
|
4282
|
+
* If set, TLS must be used to connect to this resource.
|
|
4283
|
+
*/
|
|
4284
|
+
tlsRequired?: pulumi.Input<boolean>;
|
|
4285
|
+
/**
|
|
4286
|
+
* The URL to dial to initiate a connection from the egress node to this resource.
|
|
4287
|
+
* * memcached:
|
|
4214
4288
|
*/
|
|
4215
4289
|
url: pulumi.Input<string>;
|
|
4216
4290
|
}
|
|
@@ -4664,7 +4738,7 @@ export interface ResourceMaria {
|
|
|
4664
4738
|
*/
|
|
4665
4739
|
username?: pulumi.Input<string>;
|
|
4666
4740
|
}
|
|
4667
|
-
export interface
|
|
4741
|
+
export interface ResourceMcpGatewayNoAuth {
|
|
4668
4742
|
/**
|
|
4669
4743
|
* The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
|
4670
4744
|
*/
|
|
@@ -4676,7 +4750,52 @@ export interface ResourceMcp {
|
|
|
4676
4750
|
/**
|
|
4677
4751
|
* The host to dial to initiate a connection from the egress node to this resource.
|
|
4678
4752
|
*/
|
|
4679
|
-
hostname
|
|
4753
|
+
hostname?: pulumi.Input<string>;
|
|
4754
|
+
/**
|
|
4755
|
+
* Unique human-readable name of the Resource.
|
|
4756
|
+
*/
|
|
4757
|
+
name: pulumi.Input<string>;
|
|
4758
|
+
/**
|
|
4759
|
+
* The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
|
4760
|
+
*/
|
|
4761
|
+
portOverride?: pulumi.Input<number>;
|
|
4762
|
+
/**
|
|
4763
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4764
|
+
*/
|
|
4765
|
+
proxyClusterId?: pulumi.Input<string>;
|
|
4766
|
+
/**
|
|
4767
|
+
* ID of the secret store containing credentials for this resource, if any.
|
|
4768
|
+
*/
|
|
4769
|
+
secretStoreId?: pulumi.Input<string>;
|
|
4770
|
+
/**
|
|
4771
|
+
* DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
|
|
4772
|
+
*/
|
|
4773
|
+
subdomain?: pulumi.Input<string>;
|
|
4774
|
+
/**
|
|
4775
|
+
* Tags is a map of key, value pairs.
|
|
4776
|
+
*/
|
|
4777
|
+
tags?: pulumi.Input<{
|
|
4778
|
+
[key: string]: pulumi.Input<string>;
|
|
4779
|
+
}>;
|
|
4780
|
+
/**
|
|
4781
|
+
* The URL to dial to initiate a connection from the egress node to this resource.
|
|
4782
|
+
* * memcached:
|
|
4783
|
+
*/
|
|
4784
|
+
url: pulumi.Input<string>;
|
|
4785
|
+
}
|
|
4786
|
+
export interface ResourceMcpGatewayOAuth {
|
|
4787
|
+
/**
|
|
4788
|
+
* The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
|
4789
|
+
*/
|
|
4790
|
+
bindInterface?: pulumi.Input<string>;
|
|
4791
|
+
/**
|
|
4792
|
+
* A filter applied to the routing logic to pin datasource to nodes.
|
|
4793
|
+
*/
|
|
4794
|
+
egressFilter?: pulumi.Input<string>;
|
|
4795
|
+
/**
|
|
4796
|
+
* The host to dial to initiate a connection from the egress node to this resource.
|
|
4797
|
+
*/
|
|
4798
|
+
hostname?: pulumi.Input<string>;
|
|
4680
4799
|
/**
|
|
4681
4800
|
* Unique human-readable name of the Resource.
|
|
4682
4801
|
*/
|
|
@@ -4686,9 +4805,9 @@ export interface ResourceMcp {
|
|
|
4686
4805
|
*/
|
|
4687
4806
|
oauthAuthEndpoint: pulumi.Input<string>;
|
|
4688
4807
|
/**
|
|
4689
|
-
*
|
|
4808
|
+
* Space-separated list of OAuth scopes to request.
|
|
4690
4809
|
*/
|
|
4691
|
-
|
|
4810
|
+
oauthScopes?: pulumi.Input<string>;
|
|
4692
4811
|
/**
|
|
4693
4812
|
* The OAuth 2.0 token endpoint URL.
|
|
4694
4813
|
*/
|
|
@@ -4697,10 +4816,6 @@ export interface ResourceMcp {
|
|
|
4697
4816
|
* The password to authenticate with.
|
|
4698
4817
|
*/
|
|
4699
4818
|
password?: pulumi.Input<string>;
|
|
4700
|
-
/**
|
|
4701
|
-
* The port to dial to initiate a connection from the egress node to this resource.
|
|
4702
|
-
*/
|
|
4703
|
-
port?: pulumi.Input<number>;
|
|
4704
4819
|
/**
|
|
4705
4820
|
* The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
|
4706
4821
|
*/
|
|
@@ -4723,11 +4838,126 @@ export interface ResourceMcp {
|
|
|
4723
4838
|
tags?: pulumi.Input<{
|
|
4724
4839
|
[key: string]: pulumi.Input<string>;
|
|
4725
4840
|
}>;
|
|
4841
|
+
/**
|
|
4842
|
+
* The URL to dial to initiate a connection from the egress node to this resource.
|
|
4843
|
+
* * memcached:
|
|
4844
|
+
*/
|
|
4845
|
+
url: pulumi.Input<string>;
|
|
4726
4846
|
/**
|
|
4727
4847
|
* The username to authenticate with.
|
|
4728
4848
|
*/
|
|
4729
4849
|
username: pulumi.Input<string>;
|
|
4730
4850
|
}
|
|
4851
|
+
export interface ResourceMcpGatewayOAuthDcr {
|
|
4852
|
+
/**
|
|
4853
|
+
* The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
|
4854
|
+
*/
|
|
4855
|
+
bindInterface?: pulumi.Input<string>;
|
|
4856
|
+
/**
|
|
4857
|
+
* A filter applied to the routing logic to pin datasource to nodes.
|
|
4858
|
+
*/
|
|
4859
|
+
egressFilter?: pulumi.Input<string>;
|
|
4860
|
+
/**
|
|
4861
|
+
* The host to dial to initiate a connection from the egress node to this resource.
|
|
4862
|
+
*/
|
|
4863
|
+
hostname?: pulumi.Input<string>;
|
|
4864
|
+
/**
|
|
4865
|
+
* Unique human-readable name of the Resource.
|
|
4866
|
+
*/
|
|
4867
|
+
name: pulumi.Input<string>;
|
|
4868
|
+
/**
|
|
4869
|
+
* The OAuth 2.0 authorization endpoint URL.
|
|
4870
|
+
*/
|
|
4871
|
+
oauthAuthEndpoint: pulumi.Input<string>;
|
|
4872
|
+
/**
|
|
4873
|
+
* The OAuth 2.0 dynamic client registration endpoint URL.
|
|
4874
|
+
*/
|
|
4875
|
+
oauthRegisterEndpoint: pulumi.Input<string>;
|
|
4876
|
+
/**
|
|
4877
|
+
* Space-separated list of OAuth scopes to request.
|
|
4878
|
+
*/
|
|
4879
|
+
oauthScopes?: pulumi.Input<string>;
|
|
4880
|
+
/**
|
|
4881
|
+
* The OAuth 2.0 token endpoint URL.
|
|
4882
|
+
*/
|
|
4883
|
+
oauthTokenEndpoint: pulumi.Input<string>;
|
|
4884
|
+
/**
|
|
4885
|
+
* The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
|
4886
|
+
*/
|
|
4887
|
+
portOverride?: pulumi.Input<number>;
|
|
4888
|
+
/**
|
|
4889
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4890
|
+
*/
|
|
4891
|
+
proxyClusterId?: pulumi.Input<string>;
|
|
4892
|
+
/**
|
|
4893
|
+
* ID of the secret store containing credentials for this resource, if any.
|
|
4894
|
+
*/
|
|
4895
|
+
secretStoreId?: pulumi.Input<string>;
|
|
4896
|
+
/**
|
|
4897
|
+
* DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
|
|
4898
|
+
*/
|
|
4899
|
+
subdomain?: pulumi.Input<string>;
|
|
4900
|
+
/**
|
|
4901
|
+
* Tags is a map of key, value pairs.
|
|
4902
|
+
*/
|
|
4903
|
+
tags?: pulumi.Input<{
|
|
4904
|
+
[key: string]: pulumi.Input<string>;
|
|
4905
|
+
}>;
|
|
4906
|
+
/**
|
|
4907
|
+
* The URL to dial to initiate a connection from the egress node to this resource.
|
|
4908
|
+
* * memcached:
|
|
4909
|
+
*/
|
|
4910
|
+
url: pulumi.Input<string>;
|
|
4911
|
+
}
|
|
4912
|
+
export interface ResourceMcpGatewayPat {
|
|
4913
|
+
/**
|
|
4914
|
+
* The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
|
4915
|
+
*/
|
|
4916
|
+
bindInterface?: pulumi.Input<string>;
|
|
4917
|
+
/**
|
|
4918
|
+
* A filter applied to the routing logic to pin datasource to nodes.
|
|
4919
|
+
*/
|
|
4920
|
+
egressFilter?: pulumi.Input<string>;
|
|
4921
|
+
/**
|
|
4922
|
+
* The host to dial to initiate a connection from the egress node to this resource.
|
|
4923
|
+
*/
|
|
4924
|
+
hostname?: pulumi.Input<string>;
|
|
4925
|
+
/**
|
|
4926
|
+
* Unique human-readable name of the Resource.
|
|
4927
|
+
*/
|
|
4928
|
+
name: pulumi.Input<string>;
|
|
4929
|
+
/**
|
|
4930
|
+
* The password to authenticate with.
|
|
4931
|
+
*/
|
|
4932
|
+
password?: pulumi.Input<string>;
|
|
4933
|
+
/**
|
|
4934
|
+
* The local port used by clients to connect to this resource. It is automatically generated if not provided on create and may be re-generated on update by specifying a value of -1.
|
|
4935
|
+
*/
|
|
4936
|
+
portOverride?: pulumi.Input<number>;
|
|
4937
|
+
/**
|
|
4938
|
+
* ID of the proxy cluster for this resource, if any.
|
|
4939
|
+
*/
|
|
4940
|
+
proxyClusterId?: pulumi.Input<string>;
|
|
4941
|
+
/**
|
|
4942
|
+
* ID of the secret store containing credentials for this resource, if any.
|
|
4943
|
+
*/
|
|
4944
|
+
secretStoreId?: pulumi.Input<string>;
|
|
4945
|
+
/**
|
|
4946
|
+
* DNS subdomain through which this resource may be accessed on clients. (e.g. "app-prod1" allows the resource to be accessed at "app-prod1.your-org-name.sdm-proxy-domain"). Only applicable to HTTP-based resources or resources using virtual networking mode.
|
|
4947
|
+
*/
|
|
4948
|
+
subdomain?: pulumi.Input<string>;
|
|
4949
|
+
/**
|
|
4950
|
+
* Tags is a map of key, value pairs.
|
|
4951
|
+
*/
|
|
4952
|
+
tags?: pulumi.Input<{
|
|
4953
|
+
[key: string]: pulumi.Input<string>;
|
|
4954
|
+
}>;
|
|
4955
|
+
/**
|
|
4956
|
+
* The URL to dial to initiate a connection from the egress node to this resource.
|
|
4957
|
+
* * memcached:
|
|
4958
|
+
*/
|
|
4959
|
+
url: pulumi.Input<string>;
|
|
4960
|
+
}
|
|
4731
4961
|
export interface ResourceMemcached {
|
|
4732
4962
|
/**
|
|
4733
4963
|
* The bind interface is the IP address to which the port override of a resource is bound (for example, 127.0.0.1). It is automatically generated if not provided and may also be set to one of the ResourceIPAllocationMode constants to select between VNM, loopback, or default allocation.
|
|
@@ -6536,6 +6766,11 @@ export interface ResourceSnowsight {
|
|
|
6536
6766
|
tags?: pulumi.Input<{
|
|
6537
6767
|
[key: string]: pulumi.Input<string>;
|
|
6538
6768
|
}>;
|
|
6769
|
+
/**
|
|
6770
|
+
* This option enforces HTTPS on the client, not resource connection.
|
|
6771
|
+
* * sql_server:
|
|
6772
|
+
*/
|
|
6773
|
+
useHttps?: pulumi.Input<boolean>;
|
|
6539
6774
|
}
|
|
6540
6775
|
export interface ResourceSqlServer {
|
|
6541
6776
|
/**
|
|
@@ -6699,6 +6934,14 @@ export interface ResourceSqlServerKerberosAd {
|
|
|
6699
6934
|
* The host to dial to initiate a connection from the egress node to this resource.
|
|
6700
6935
|
*/
|
|
6701
6936
|
hostname: pulumi.Input<string>;
|
|
6937
|
+
/**
|
|
6938
|
+
* The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
|
|
6939
|
+
*/
|
|
6940
|
+
identityAliasHealthcheckUsername?: pulumi.Input<string>;
|
|
6941
|
+
/**
|
|
6942
|
+
* The ID of the identity set to use for identity connections.
|
|
6943
|
+
*/
|
|
6944
|
+
identitySetId?: pulumi.Input<string>;
|
|
6702
6945
|
/**
|
|
6703
6946
|
* The keytab file in base64 format containing an entry with the principal name (username@realm) and key version number with which to authenticate.
|
|
6704
6947
|
*/
|
|
@@ -7343,6 +7586,10 @@ export interface SecretEngineActiveDirectory {
|
|
|
7343
7586
|
* Unique human-readable name of the Secret Engine.
|
|
7344
7587
|
*/
|
|
7345
7588
|
name: pulumi.Input<string>;
|
|
7589
|
+
/**
|
|
7590
|
+
* node selector is used to narrow down the nodes used to communicate with with secret engine
|
|
7591
|
+
*/
|
|
7592
|
+
nodeSelector?: pulumi.Input<string>;
|
|
7346
7593
|
/**
|
|
7347
7594
|
* Public key linked with a secret engine
|
|
7348
7595
|
*/
|
|
@@ -7396,6 +7643,10 @@ export interface SecretEngineKeyValue {
|
|
|
7396
7643
|
* Unique human-readable name of the Secret Engine.
|
|
7397
7644
|
*/
|
|
7398
7645
|
name: pulumi.Input<string>;
|
|
7646
|
+
/**
|
|
7647
|
+
* node selector is used to narrow down the nodes used to communicate with with secret engine
|
|
7648
|
+
*/
|
|
7649
|
+
nodeSelector?: pulumi.Input<string>;
|
|
7399
7650
|
/**
|
|
7400
7651
|
* Public key linked with a secret engine
|
|
7401
7652
|
*/
|
|
@@ -7436,6 +7687,10 @@ export interface SecretEngineMysqlSecretEngine {
|
|
|
7436
7687
|
* Unique human-readable name of the Secret Engine.
|
|
7437
7688
|
*/
|
|
7438
7689
|
name: pulumi.Input<string>;
|
|
7690
|
+
/**
|
|
7691
|
+
* node selector is used to narrow down the nodes used to communicate with with secret engine
|
|
7692
|
+
*/
|
|
7693
|
+
nodeSelector?: pulumi.Input<string>;
|
|
7439
7694
|
/**
|
|
7440
7695
|
* Password is the password to connect to the SQL Server server.
|
|
7441
7696
|
*/
|
|
@@ -7500,6 +7755,10 @@ export interface SecretEnginePostgresSecretEngine {
|
|
|
7500
7755
|
* Unique human-readable name of the Secret Engine.
|
|
7501
7756
|
*/
|
|
7502
7757
|
name: pulumi.Input<string>;
|
|
7758
|
+
/**
|
|
7759
|
+
* node selector is used to narrow down the nodes used to communicate with with secret engine
|
|
7760
|
+
*/
|
|
7761
|
+
nodeSelector?: pulumi.Input<string>;
|
|
7503
7762
|
/**
|
|
7504
7763
|
* Password is the password to connect to the SQL Server server.
|
|
7505
7764
|
*/
|
|
@@ -7560,6 +7819,10 @@ export interface SecretEngineSqlserverSecretEngine {
|
|
|
7560
7819
|
* Unique human-readable name of the Secret Engine.
|
|
7561
7820
|
*/
|
|
7562
7821
|
name: pulumi.Input<string>;
|
|
7822
|
+
/**
|
|
7823
|
+
* node selector is used to narrow down the nodes used to communicate with with secret engine
|
|
7824
|
+
*/
|
|
7825
|
+
nodeSelector?: pulumi.Input<string>;
|
|
7563
7826
|
/**
|
|
7564
7827
|
* Password is the password to connect to the SQL Server server.
|
|
7565
7828
|
*/
|