@pierskarsenbarg/sdm 1.27.0 → 1.29.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/account.d.ts +2 -0
- package/account.js +3 -1
- package/account.js.map +1 -1
- package/accountAttachment.js +1 -1
- package/accountAttachment.js.map +1 -1
- package/approvalWorkflow.d.ts +32 -1
- package/approvalWorkflow.js +33 -2
- package/approvalWorkflow.js.map +1 -1
- package/config/index.js +1 -1
- package/config/index.js.map +1 -1
- package/config/vars.js +1 -1
- package/config/vars.js.map +1 -1
- package/getAccount.d.ts +16 -4
- package/getAccount.js +5 -3
- package/getAccount.js.map +1 -1
- package/getAccountAttachment.d.ts +2 -2
- package/getAccountAttachment.js +3 -3
- package/getAccountAttachment.js.map +1 -1
- package/getApprovalWorkflow.d.ts +2 -2
- package/getApprovalWorkflow.js +3 -3
- package/getApprovalWorkflow.js.map +1 -1
- package/getIdentityAlias.d.ts +2 -2
- package/getIdentityAlias.js +3 -3
- package/getIdentityAlias.js.map +1 -1
- package/getIdentitySet.d.ts +2 -2
- package/getIdentitySet.js +3 -3
- package/getIdentitySet.js.map +1 -1
- package/getManagedSecret.js +1 -1
- package/getManagedSecret.js.map +1 -1
- package/getNode.d.ts +4 -4
- package/getNode.js +3 -3
- package/getNode.js.map +1 -1
- package/getPeeringGroup.js +1 -1
- package/getPeeringGroup.js.map +1 -1
- package/getPeeringGroupNode.js +1 -1
- package/getPeeringGroupNode.js.map +1 -1
- package/getPeeringGroupPeer.js +1 -1
- package/getPeeringGroupPeer.js.map +1 -1
- package/getPeeringGroupResource.js +1 -1
- package/getPeeringGroupResource.js.map +1 -1
- package/getPolicy.d.ts +2 -2
- package/getPolicy.js +3 -3
- package/getPolicy.js.map +1 -1
- package/getProxyClusterKey.d.ts +2 -2
- package/getProxyClusterKey.js +3 -3
- package/getProxyClusterKey.js.map +1 -1
- package/getRdpCaPubkey.d.ts +66 -0
- package/getRdpCaPubkey.js +50 -0
- package/getRdpCaPubkey.js.map +1 -0
- package/getRemoteIdentity.d.ts +2 -2
- package/getRemoteIdentity.js +3 -3
- package/getRemoteIdentity.js.map +1 -1
- package/getRemoteIdentityGroup.d.ts +2 -2
- package/getRemoteIdentityGroup.js +3 -3
- package/getRemoteIdentityGroup.js.map +1 -1
- package/getResource.d.ts +5 -5
- package/getResource.js +3 -3
- package/getResource.js.map +1 -1
- package/getRole.js +1 -1
- package/getRole.js.map +1 -1
- package/getSecretEngine.d.ts +2 -2
- package/getSecretEngine.js +1 -1
- package/getSecretEngine.js.map +1 -1
- package/getSecretStore.d.ts +2 -2
- package/getSecretStore.js +1 -1
- package/getSecretStore.js.map +1 -1
- package/getSshCaPubkey.d.ts +4 -2
- package/getSshCaPubkey.js +5 -3
- package/getSshCaPubkey.js.map +1 -1
- package/getWorkflow.d.ts +6 -0
- package/getWorkflow.js +1 -1
- package/getWorkflow.js.map +1 -1
- package/getWorkflowApprover.d.ts +2 -30
- package/getWorkflowApprover.js +3 -31
- package/getWorkflowApprover.js.map +1 -1
- package/getWorkflowRole.d.ts +2 -2
- package/getWorkflowRole.js +3 -3
- package/getWorkflowRole.js.map +1 -1
- package/identityAlias.js +1 -1
- package/identityAlias.js.map +1 -1
- package/identitySet.js +1 -1
- package/identitySet.js.map +1 -1
- package/index.d.ts +7 -3
- package/index.js +28 -6
- package/index.js.map +1 -1
- package/managedSecret.js +1 -1
- package/managedSecret.js.map +1 -1
- package/managedSecretValue.d.ts +74 -0
- package/managedSecretValue.js +59 -0
- package/managedSecretValue.js.map +1 -0
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/package.json +1 -1
- package/peeringGroup.js +1 -1
- package/peeringGroup.js.map +1 -1
- package/peeringGroupNode.js +1 -1
- package/peeringGroupNode.js.map +1 -1
- package/peeringGroupPeer.js +1 -1
- package/peeringGroupPeer.js.map +1 -1
- package/peeringGroupResource.js +1 -1
- package/peeringGroupResource.js.map +1 -1
- package/policy.js +1 -1
- package/policy.js.map +1 -1
- package/provider.d.ts +14 -0
- package/provider.js +9 -1
- package/provider.js.map +1 -1
- package/proxyClusterKey.js +1 -1
- package/proxyClusterKey.js.map +1 -1
- package/remoteIdentity.js +1 -1
- package/remoteIdentity.js.map +1 -1
- package/resource.d.ts +33 -36
- package/resource.js +9 -1
- package/resource.js.map +1 -1
- package/role.js +1 -1
- package/role.js.map +1 -1
- package/secretEngine.js +1 -1
- package/secretEngine.js.map +1 -1
- package/secretStore.d.ts +0 -18
- package/secretStore.js +1 -1
- package/secretStore.js.map +1 -1
- package/types/index.js +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +274 -10
- package/types/input.js +1 -1
- package/types/input.js.map +1 -1
- package/types/output.d.ts +554 -16
- package/types/output.js +1 -1
- package/types/output.js.map +1 -1
- package/utilities.d.ts +0 -4
- package/utilities.js +2 -1
- package/utilities.js.map +1 -1
- package/workflow.d.ts +6 -0
- package/workflow.js +1 -1
- package/workflow.js.map +1 -1
- package/workflowApprover.d.ts +1 -15
- package/workflowApprover.js +2 -16
- package/workflowApprover.js.map +1 -1
- package/workflowRole.js +1 -1
- package/workflowRole.js.map +1 -1
package/secretStore.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"secretStore.js","sourceRoot":"","sources":["../secretStore.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"secretStore.js","sourceRoot":"","sources":["../secretStore.ts"],"names":[],"mappings":"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"}
|
package/types/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
exports.output = exports.input = void 0;
|
package/types/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../types/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAIjF,sBAAsB;AACtB,iCAAiC;AAI7B,sBAAK;AAHT,mCAAmC;AAI/B,wBAAM"}
|
package/types/input.d.ts
CHANGED
|
@@ -38,10 +38,22 @@ export interface AccountUser {
|
|
|
38
38
|
* Managed By is a read only field for what service manages this user, e.g. StrongDM, Okta, Azure.
|
|
39
39
|
*/
|
|
40
40
|
managedBy?: pulumi.Input<string>;
|
|
41
|
+
/**
|
|
42
|
+
* Manager ID is the ID of the user's manager. This field is empty when the user has no manager.
|
|
43
|
+
*/
|
|
44
|
+
managerId?: pulumi.Input<string>;
|
|
41
45
|
/**
|
|
42
46
|
* PermissionLevel is the user's permission level e.g. admin, DBA, user.
|
|
43
47
|
*/
|
|
44
48
|
permissionLevel?: pulumi.Input<string>;
|
|
49
|
+
/**
|
|
50
|
+
* Resolved Manager ID is the ID of the user's manager derived from the manager_id, if present, or from the SCIM metadata. This is a read-only field that's only populated for get and list.
|
|
51
|
+
*/
|
|
52
|
+
resolvedManagerId?: pulumi.Input<string>;
|
|
53
|
+
/**
|
|
54
|
+
* SCIM contains the raw SCIM metadata for the user. This is a read-only field.
|
|
55
|
+
*/
|
|
56
|
+
scim?: pulumi.Input<string>;
|
|
45
57
|
/**
|
|
46
58
|
* The Service's suspended state.
|
|
47
59
|
*/
|
|
@@ -69,11 +81,15 @@ export interface ApprovalWorkflowApprovalStep {
|
|
|
69
81
|
}
|
|
70
82
|
export interface ApprovalWorkflowApprovalStepApprover {
|
|
71
83
|
/**
|
|
72
|
-
* The account id of the approver (only
|
|
84
|
+
* The account id of the approver (only one of account_id, role_id, or reference may be present for one approver)
|
|
73
85
|
*/
|
|
74
86
|
accountId?: pulumi.Input<string>;
|
|
75
87
|
/**
|
|
76
|
-
*
|
|
88
|
+
* A reference to an approver: 'manager-of-requester' or 'manager-of-manager-of-requester' (only one of account_id, role_id, or reference may be present for one approver)
|
|
89
|
+
*/
|
|
90
|
+
reference?: pulumi.Input<string>;
|
|
91
|
+
/**
|
|
92
|
+
* The role id of the approver (only one of account_id, role_id, or reference may be present for one approver)
|
|
77
93
|
*/
|
|
78
94
|
roleId?: pulumi.Input<string>;
|
|
79
95
|
}
|
|
@@ -107,21 +123,29 @@ export interface GetApprovalWorkflowApprovalStepArgs {
|
|
|
107
123
|
}
|
|
108
124
|
export interface GetApprovalWorkflowApprovalStepApprover {
|
|
109
125
|
/**
|
|
110
|
-
* The account id of the approver (only
|
|
126
|
+
* The account id of the approver (only one of account_id, role_id, or reference may be present for one approver)
|
|
111
127
|
*/
|
|
112
128
|
accountId?: string;
|
|
113
129
|
/**
|
|
114
|
-
*
|
|
130
|
+
* A reference to an approver: 'manager-of-requester' or 'manager-of-manager-of-requester' (only one of account_id, role_id, or reference may be present for one approver)
|
|
131
|
+
*/
|
|
132
|
+
reference?: string;
|
|
133
|
+
/**
|
|
134
|
+
* The role id of the approver (only one of account_id, role_id, or reference may be present for one approver)
|
|
115
135
|
*/
|
|
116
136
|
roleId?: string;
|
|
117
137
|
}
|
|
118
138
|
export interface GetApprovalWorkflowApprovalStepApproverArgs {
|
|
119
139
|
/**
|
|
120
|
-
* The account id of the approver (only
|
|
140
|
+
* The account id of the approver (only one of account_id, role_id, or reference may be present for one approver)
|
|
121
141
|
*/
|
|
122
142
|
accountId?: pulumi.Input<string>;
|
|
123
143
|
/**
|
|
124
|
-
*
|
|
144
|
+
* A reference to an approver: 'manager-of-requester' or 'manager-of-manager-of-requester' (only one of account_id, role_id, or reference may be present for one approver)
|
|
145
|
+
*/
|
|
146
|
+
reference?: pulumi.Input<string>;
|
|
147
|
+
/**
|
|
148
|
+
* The role id of the approver (only one of account_id, role_id, or reference may be present for one approver)
|
|
125
149
|
*/
|
|
126
150
|
roleId?: pulumi.Input<string>;
|
|
127
151
|
}
|
|
@@ -231,6 +255,62 @@ export interface NodeRelayMaintenanceWindow {
|
|
|
231
255
|
cronSchedule: pulumi.Input<string>;
|
|
232
256
|
requireIdleness: pulumi.Input<boolean>;
|
|
233
257
|
}
|
|
258
|
+
export interface ResourceAerospike {
|
|
259
|
+
/**
|
|
260
|
+
* 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.
|
|
261
|
+
*/
|
|
262
|
+
bindInterface?: pulumi.Input<string>;
|
|
263
|
+
/**
|
|
264
|
+
* A filter applied to the routing logic to pin datasource to nodes.
|
|
265
|
+
*/
|
|
266
|
+
egressFilter?: pulumi.Input<string>;
|
|
267
|
+
/**
|
|
268
|
+
* The host to dial to initiate a connection from the egress node to this resource.
|
|
269
|
+
*/
|
|
270
|
+
hostname: pulumi.Input<string>;
|
|
271
|
+
/**
|
|
272
|
+
* Unique human-readable name of the Resource.
|
|
273
|
+
*/
|
|
274
|
+
name: pulumi.Input<string>;
|
|
275
|
+
/**
|
|
276
|
+
* The password to authenticate with.
|
|
277
|
+
*/
|
|
278
|
+
password?: pulumi.Input<string>;
|
|
279
|
+
/**
|
|
280
|
+
* The port to dial to initiate a connection from the egress node to this resource.
|
|
281
|
+
*/
|
|
282
|
+
port?: pulumi.Input<number>;
|
|
283
|
+
/**
|
|
284
|
+
* The local port used by clients to connect to this resource.
|
|
285
|
+
*/
|
|
286
|
+
portOverride?: pulumi.Input<number>;
|
|
287
|
+
/**
|
|
288
|
+
* ID of the proxy cluster for this resource, if any.
|
|
289
|
+
*/
|
|
290
|
+
proxyClusterId?: pulumi.Input<string>;
|
|
291
|
+
/**
|
|
292
|
+
* ID of the secret store containing credentials for this resource, if any.
|
|
293
|
+
*/
|
|
294
|
+
secretStoreId?: pulumi.Input<string>;
|
|
295
|
+
/**
|
|
296
|
+
* Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
|
297
|
+
*/
|
|
298
|
+
subdomain?: pulumi.Input<string>;
|
|
299
|
+
/**
|
|
300
|
+
* Tags is a map of key, value pairs.
|
|
301
|
+
*/
|
|
302
|
+
tags?: pulumi.Input<{
|
|
303
|
+
[key: string]: pulumi.Input<string>;
|
|
304
|
+
}>;
|
|
305
|
+
/**
|
|
306
|
+
* If true, uses UseServicesAlternates directive for Aerospike connection
|
|
307
|
+
*/
|
|
308
|
+
useServicesAlternate?: pulumi.Input<boolean>;
|
|
309
|
+
/**
|
|
310
|
+
* The username to authenticate with.
|
|
311
|
+
*/
|
|
312
|
+
username?: pulumi.Input<string>;
|
|
313
|
+
}
|
|
234
314
|
export interface ResourceAks {
|
|
235
315
|
/**
|
|
236
316
|
* If true, allows users to fallback to the existing authentication mode (Leased Credential or Identity Set) when a resource role is not provided.
|
|
@@ -1735,6 +1815,58 @@ export interface ResourceAzureCertificate {
|
|
|
1735
1815
|
*/
|
|
1736
1816
|
tenantId?: pulumi.Input<string>;
|
|
1737
1817
|
}
|
|
1818
|
+
export interface ResourceAzureConsole {
|
|
1819
|
+
/**
|
|
1820
|
+
* 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.
|
|
1821
|
+
*/
|
|
1822
|
+
bindInterface?: pulumi.Input<string>;
|
|
1823
|
+
/**
|
|
1824
|
+
* The connector ID to authenticate through.
|
|
1825
|
+
*/
|
|
1826
|
+
connectorId: pulumi.Input<string>;
|
|
1827
|
+
/**
|
|
1828
|
+
* A filter applied to the routing logic to pin datasource to nodes.
|
|
1829
|
+
*/
|
|
1830
|
+
egressFilter?: pulumi.Input<string>;
|
|
1831
|
+
/**
|
|
1832
|
+
* The ID of the identity set to use for identity connections.
|
|
1833
|
+
*/
|
|
1834
|
+
identitySetId?: pulumi.Input<string>;
|
|
1835
|
+
/**
|
|
1836
|
+
* The management group ID to authenticate scope Privileges to.
|
|
1837
|
+
*/
|
|
1838
|
+
managementGroupId?: pulumi.Input<string>;
|
|
1839
|
+
/**
|
|
1840
|
+
* Unique human-readable name of the Resource.
|
|
1841
|
+
*/
|
|
1842
|
+
name: pulumi.Input<string>;
|
|
1843
|
+
/**
|
|
1844
|
+
* The privilege levels specify which Groups are managed externally
|
|
1845
|
+
*/
|
|
1846
|
+
privilegeLevels: pulumi.Input<string>;
|
|
1847
|
+
/**
|
|
1848
|
+
* ID of the proxy cluster for this resource, if any.
|
|
1849
|
+
*/
|
|
1850
|
+
proxyClusterId?: pulumi.Input<string>;
|
|
1851
|
+
/**
|
|
1852
|
+
* ID of the secret store containing credentials for this resource, if any.
|
|
1853
|
+
*/
|
|
1854
|
+
secretStoreId?: pulumi.Input<string>;
|
|
1855
|
+
/**
|
|
1856
|
+
* Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
|
1857
|
+
*/
|
|
1858
|
+
subdomain?: pulumi.Input<string>;
|
|
1859
|
+
/**
|
|
1860
|
+
* The subscription ID to authenticate scope Privileges to.
|
|
1861
|
+
*/
|
|
1862
|
+
subscriptionId?: pulumi.Input<string>;
|
|
1863
|
+
/**
|
|
1864
|
+
* Tags is a map of key, value pairs.
|
|
1865
|
+
*/
|
|
1866
|
+
tags?: pulumi.Input<{
|
|
1867
|
+
[key: string]: pulumi.Input<string>;
|
|
1868
|
+
}>;
|
|
1869
|
+
}
|
|
1738
1870
|
export interface ResourceAzureMysql {
|
|
1739
1871
|
/**
|
|
1740
1872
|
* 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.
|
|
@@ -2600,6 +2732,10 @@ export interface ResourceDb2Luw {
|
|
|
2600
2732
|
tags?: pulumi.Input<{
|
|
2601
2733
|
[key: string]: pulumi.Input<string>;
|
|
2602
2734
|
}>;
|
|
2735
|
+
/**
|
|
2736
|
+
* If set, TLS must be used to connect to this resource.
|
|
2737
|
+
*/
|
|
2738
|
+
tlsRequired?: pulumi.Input<boolean>;
|
|
2603
2739
|
/**
|
|
2604
2740
|
* The username to authenticate with.
|
|
2605
2741
|
*/
|
|
@@ -2769,6 +2905,54 @@ export interface ResourceDocumentDbReplicaSet {
|
|
|
2769
2905
|
*/
|
|
2770
2906
|
username?: pulumi.Input<string>;
|
|
2771
2907
|
}
|
|
2908
|
+
export interface ResourceDocumentDbReplicaSetIam {
|
|
2909
|
+
/**
|
|
2910
|
+
* 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.
|
|
2911
|
+
*/
|
|
2912
|
+
bindInterface?: pulumi.Input<string>;
|
|
2913
|
+
/**
|
|
2914
|
+
* Set to connect to a replica instead of the primary node.
|
|
2915
|
+
*/
|
|
2916
|
+
connectToReplica?: pulumi.Input<boolean>;
|
|
2917
|
+
/**
|
|
2918
|
+
* A filter applied to the routing logic to pin datasource to nodes.
|
|
2919
|
+
*/
|
|
2920
|
+
egressFilter?: pulumi.Input<string>;
|
|
2921
|
+
/**
|
|
2922
|
+
* The host to dial to initiate a connection from the egress node to this resource.
|
|
2923
|
+
*/
|
|
2924
|
+
hostname: pulumi.Input<string>;
|
|
2925
|
+
/**
|
|
2926
|
+
* Unique human-readable name of the Resource.
|
|
2927
|
+
*/
|
|
2928
|
+
name: pulumi.Input<string>;
|
|
2929
|
+
/**
|
|
2930
|
+
* The local port used by clients to connect to this resource.
|
|
2931
|
+
*/
|
|
2932
|
+
portOverride?: pulumi.Input<number>;
|
|
2933
|
+
/**
|
|
2934
|
+
* ID of the proxy cluster for this resource, if any.
|
|
2935
|
+
*/
|
|
2936
|
+
proxyClusterId?: pulumi.Input<string>;
|
|
2937
|
+
/**
|
|
2938
|
+
* The AWS region to connect to.
|
|
2939
|
+
*/
|
|
2940
|
+
region: pulumi.Input<string>;
|
|
2941
|
+
/**
|
|
2942
|
+
* ID of the secret store containing credentials for this resource, if any.
|
|
2943
|
+
*/
|
|
2944
|
+
secretStoreId?: pulumi.Input<string>;
|
|
2945
|
+
/**
|
|
2946
|
+
* Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
|
2947
|
+
*/
|
|
2948
|
+
subdomain?: pulumi.Input<string>;
|
|
2949
|
+
/**
|
|
2950
|
+
* Tags is a map of key, value pairs.
|
|
2951
|
+
*/
|
|
2952
|
+
tags?: pulumi.Input<{
|
|
2953
|
+
[key: string]: pulumi.Input<string>;
|
|
2954
|
+
}>;
|
|
2955
|
+
}
|
|
2772
2956
|
export interface ResourceDruid {
|
|
2773
2957
|
/**
|
|
2774
2958
|
* 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.
|
|
@@ -3428,6 +3612,10 @@ export interface ResourceHttpAuth {
|
|
|
3428
3612
|
* Unique human-readable name of the Resource.
|
|
3429
3613
|
*/
|
|
3430
3614
|
name: pulumi.Input<string>;
|
|
3615
|
+
/**
|
|
3616
|
+
* The local port used by clients to connect to this resource.
|
|
3617
|
+
*/
|
|
3618
|
+
portOverride?: pulumi.Input<number>;
|
|
3431
3619
|
/**
|
|
3432
3620
|
* ID of the proxy cluster for this resource, if any.
|
|
3433
3621
|
*/
|
|
@@ -3485,6 +3673,10 @@ export interface ResourceHttpBasicAuth {
|
|
|
3485
3673
|
* The password to authenticate with.
|
|
3486
3674
|
*/
|
|
3487
3675
|
password?: pulumi.Input<string>;
|
|
3676
|
+
/**
|
|
3677
|
+
* The local port used by clients to connect to this resource.
|
|
3678
|
+
*/
|
|
3679
|
+
portOverride?: pulumi.Input<number>;
|
|
3488
3680
|
/**
|
|
3489
3681
|
* ID of the proxy cluster for this resource, if any.
|
|
3490
3682
|
*/
|
|
@@ -3542,6 +3734,10 @@ export interface ResourceHttpNoAuth {
|
|
|
3542
3734
|
* Unique human-readable name of the Resource.
|
|
3543
3735
|
*/
|
|
3544
3736
|
name: pulumi.Input<string>;
|
|
3737
|
+
/**
|
|
3738
|
+
* The local port used by clients to connect to this resource.
|
|
3739
|
+
*/
|
|
3740
|
+
portOverride?: pulumi.Input<number>;
|
|
3545
3741
|
/**
|
|
3546
3742
|
* ID of the proxy cluster for this resource, if any.
|
|
3547
3743
|
*/
|
|
@@ -3715,6 +3911,14 @@ export interface ResourceKubernetesPodIdentity {
|
|
|
3715
3911
|
* The CA to authenticate TLS connections with.
|
|
3716
3912
|
*/
|
|
3717
3913
|
certificateAuthority?: pulumi.Input<string>;
|
|
3914
|
+
/**
|
|
3915
|
+
* If true, configures discovery of a cluster to be run from a node.
|
|
3916
|
+
*/
|
|
3917
|
+
discoveryEnabled?: pulumi.Input<boolean>;
|
|
3918
|
+
/**
|
|
3919
|
+
* If a cluster is configured for user impersonation, this is the user to impersonate when running discovery.
|
|
3920
|
+
*/
|
|
3921
|
+
discoveryUsername?: pulumi.Input<string>;
|
|
3718
3922
|
/**
|
|
3719
3923
|
* A filter applied to the routing logic to pin datasource to nodes.
|
|
3720
3924
|
*/
|
|
@@ -4816,6 +5020,62 @@ export interface ResourceOracle {
|
|
|
4816
5020
|
*/
|
|
4817
5021
|
username?: pulumi.Input<string>;
|
|
4818
5022
|
}
|
|
5023
|
+
export interface ResourceOracleNne {
|
|
5024
|
+
/**
|
|
5025
|
+
* 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.
|
|
5026
|
+
*/
|
|
5027
|
+
bindInterface?: pulumi.Input<string>;
|
|
5028
|
+
/**
|
|
5029
|
+
* The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
|
5030
|
+
*/
|
|
5031
|
+
database: pulumi.Input<string>;
|
|
5032
|
+
/**
|
|
5033
|
+
* A filter applied to the routing logic to pin datasource to nodes.
|
|
5034
|
+
*/
|
|
5035
|
+
egressFilter?: pulumi.Input<string>;
|
|
5036
|
+
/**
|
|
5037
|
+
* The host to dial to initiate a connection from the egress node to this resource.
|
|
5038
|
+
*/
|
|
5039
|
+
hostname: pulumi.Input<string>;
|
|
5040
|
+
/**
|
|
5041
|
+
* Unique human-readable name of the Resource.
|
|
5042
|
+
*/
|
|
5043
|
+
name: pulumi.Input<string>;
|
|
5044
|
+
/**
|
|
5045
|
+
* The password to authenticate with.
|
|
5046
|
+
*/
|
|
5047
|
+
password?: pulumi.Input<string>;
|
|
5048
|
+
/**
|
|
5049
|
+
* The port to dial to initiate a connection from the egress node to this resource.
|
|
5050
|
+
*/
|
|
5051
|
+
port: pulumi.Input<number>;
|
|
5052
|
+
/**
|
|
5053
|
+
* The local port used by clients to connect to this resource.
|
|
5054
|
+
*/
|
|
5055
|
+
portOverride?: pulumi.Input<number>;
|
|
5056
|
+
/**
|
|
5057
|
+
* ID of the proxy cluster for this resource, if any.
|
|
5058
|
+
*/
|
|
5059
|
+
proxyClusterId?: pulumi.Input<string>;
|
|
5060
|
+
/**
|
|
5061
|
+
* ID of the secret store containing credentials for this resource, if any.
|
|
5062
|
+
*/
|
|
5063
|
+
secretStoreId?: pulumi.Input<string>;
|
|
5064
|
+
/**
|
|
5065
|
+
* Subdomain is the local DNS address. (e.g. app-prod1 turns into app-prod1.your-org-name.sdm.network)
|
|
5066
|
+
*/
|
|
5067
|
+
subdomain?: pulumi.Input<string>;
|
|
5068
|
+
/**
|
|
5069
|
+
* Tags is a map of key, value pairs.
|
|
5070
|
+
*/
|
|
5071
|
+
tags?: pulumi.Input<{
|
|
5072
|
+
[key: string]: pulumi.Input<string>;
|
|
5073
|
+
}>;
|
|
5074
|
+
/**
|
|
5075
|
+
* The username to authenticate with.
|
|
5076
|
+
*/
|
|
5077
|
+
username?: pulumi.Input<string>;
|
|
5078
|
+
}
|
|
4819
5079
|
export interface ResourcePostgres {
|
|
4820
5080
|
/**
|
|
4821
5081
|
* 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.
|
|
@@ -5614,6 +5874,10 @@ export interface ResourceSnowflake {
|
|
|
5614
5874
|
* The local port used by clients to connect to this resource.
|
|
5615
5875
|
*/
|
|
5616
5876
|
portOverride?: pulumi.Input<number>;
|
|
5877
|
+
/**
|
|
5878
|
+
* The private key used to authenticate with the server.
|
|
5879
|
+
*/
|
|
5880
|
+
privateKey?: pulumi.Input<string>;
|
|
5617
5881
|
/**
|
|
5618
5882
|
* ID of the proxy cluster for this resource, if any.
|
|
5619
5883
|
*/
|
|
@@ -6327,10 +6591,6 @@ export interface ResourceTrino {
|
|
|
6327
6591
|
* 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.
|
|
6328
6592
|
*/
|
|
6329
6593
|
bindInterface?: pulumi.Input<string>;
|
|
6330
|
-
/**
|
|
6331
|
-
* The initial database to connect to. This setting does not by itself prevent switching to another database after connecting.
|
|
6332
|
-
*/
|
|
6333
|
-
database: pulumi.Input<string>;
|
|
6334
6594
|
/**
|
|
6335
6595
|
* A filter applied to the routing logic to pin datasource to nodes.
|
|
6336
6596
|
*/
|
|
@@ -6373,6 +6633,10 @@ export interface ResourceTrino {
|
|
|
6373
6633
|
tags?: pulumi.Input<{
|
|
6374
6634
|
[key: string]: pulumi.Input<string>;
|
|
6375
6635
|
}>;
|
|
6636
|
+
/**
|
|
6637
|
+
* If set, TLS must be used to connect to this resource.
|
|
6638
|
+
*/
|
|
6639
|
+
tlsRequired?: pulumi.Input<boolean>;
|
|
6376
6640
|
/**
|
|
6377
6641
|
* The username to authenticate with.
|
|
6378
6642
|
*/
|
package/types/input.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
5
|
//# sourceMappingURL=input.js.map
|
package/types/input.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"input.js","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF"}
|