@pulumi/snowflake 0.62.0-alpha.1732688512 → 0.62.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/accountRole.d.ts +3 -3
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +3 -3
- package/apiAuthenticationIntegrationWithClientCredentials.d.ts +3 -3
- package/apiAuthenticationIntegrationWithJwtBearer.d.ts +3 -3
- package/authenticationPolicy.d.ts +9 -9
- package/database.d.ts +3 -3
- package/databaseRole.d.ts +6 -6
- package/externalOauthIntegration.d.ts +3 -3
- package/externalVolume.d.ts +3 -3
- package/getTags.d.ts +62 -0
- package/getTags.js +36 -0
- package/getTags.js.map +1 -0
- package/getTasks.d.ts +70 -37
- package/getTasks.js +18 -24
- package/getTasks.js.map +1 -1
- package/index.d.ts +3 -0
- package/index.js +5 -2
- package/index.js.map +1 -1
- package/legacyServiceUser.d.ts +3 -3
- package/maskingPolicy.d.ts +9 -9
- package/networkPolicy.d.ts +3 -3
- package/oauthIntegrationForCustomClients.d.ts +3 -3
- package/oauthIntegrationForPartnerApplications.d.ts +3 -3
- package/package.json +2 -2
- package/passwordPolicy.d.ts +0 -3
- package/passwordPolicy.js +0 -3
- package/passwordPolicy.js.map +1 -1
- package/primaryConnection.d.ts +3 -3
- package/resourceMonitor.d.ts +3 -3
- package/role.d.ts +3 -3
- package/rowAccessPolicy.d.ts +9 -9
- package/saml2Integration.d.ts +3 -3
- package/scimIntegration.d.ts +3 -3
- package/secondaryConnection.d.ts +3 -3
- package/secondaryDatabase.d.ts +3 -3
- package/secretWithAuthorizationCodeGrant.d.ts +9 -9
- package/secretWithBasicAuthentication.d.ts +9 -9
- package/secretWithClientCredentials.d.ts +9 -9
- package/secretWithGenericString.d.ts +9 -9
- package/serviceUser.d.ts +3 -3
- package/sharedDatabase.d.ts +3 -3
- package/storageIntegration.d.ts +9 -0
- package/storageIntegration.js.map +1 -1
- package/streamOnDirectoryTable.d.ts +12 -12
- package/streamOnExternalTable.d.ts +12 -12
- package/streamOnTable.d.ts +12 -12
- package/streamOnView.d.ts +12 -12
- package/tag.d.ts +35 -15
- package/tag.js +5 -3
- package/tag.js.map +1 -1
- package/task.d.ts +747 -63
- package/task.js +123 -4
- package/task.js.map +1 -1
- package/types/input.d.ts +623 -0
- package/types/output.d.ts +2935 -1852
- package/user.d.ts +3 -3
- package/view.d.ts +9 -9
- package/warehouse.d.ts +3 -3
package/accountRole.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export declare class AccountRole extends pulumi.CustomResource {
|
|
|
30
30
|
*/
|
|
31
31
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
32
32
|
/**
|
|
33
|
-
* Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
33
|
+
* Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
34
34
|
*/
|
|
35
35
|
readonly name: pulumi.Output<string>;
|
|
36
36
|
/**
|
|
@@ -56,7 +56,7 @@ export interface AccountRoleState {
|
|
|
56
56
|
*/
|
|
57
57
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
58
58
|
/**
|
|
59
|
-
* Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
59
|
+
* Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
60
60
|
*/
|
|
61
61
|
name?: pulumi.Input<string>;
|
|
62
62
|
/**
|
|
@@ -70,7 +70,7 @@ export interface AccountRoleState {
|
|
|
70
70
|
export interface AccountRoleArgs {
|
|
71
71
|
comment?: pulumi.Input<string>;
|
|
72
72
|
/**
|
|
73
|
-
* Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
73
|
+
* Identifier for the role; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
74
74
|
*/
|
|
75
75
|
name?: pulumi.Input<string>;
|
|
76
76
|
}
|
|
@@ -41,7 +41,7 @@ export declare class ApiAuthenticationIntegrationWithAuthorizationCodeGrant exte
|
|
|
41
41
|
*/
|
|
42
42
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
|
-
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
44
|
+
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
@@ -110,7 +110,7 @@ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantState {
|
|
|
110
110
|
*/
|
|
111
111
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
112
112
|
/**
|
|
113
|
-
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
113
|
+
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
114
114
|
*/
|
|
115
115
|
name?: pulumi.Input<string>;
|
|
116
116
|
/**
|
|
@@ -163,7 +163,7 @@ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantArgs {
|
|
|
163
163
|
*/
|
|
164
164
|
enabled: pulumi.Input<boolean>;
|
|
165
165
|
/**
|
|
166
|
-
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
166
|
+
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
167
167
|
*/
|
|
168
168
|
name?: pulumi.Input<string>;
|
|
169
169
|
/**
|
|
@@ -41,7 +41,7 @@ export declare class ApiAuthenticationIntegrationWithClientCredentials extends p
|
|
|
41
41
|
*/
|
|
42
42
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
|
-
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
44
|
+
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
@@ -106,7 +106,7 @@ export interface ApiAuthenticationIntegrationWithClientCredentialsState {
|
|
|
106
106
|
*/
|
|
107
107
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
108
108
|
/**
|
|
109
|
-
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
109
|
+
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
110
110
|
*/
|
|
111
111
|
name?: pulumi.Input<string>;
|
|
112
112
|
/**
|
|
@@ -155,7 +155,7 @@ export interface ApiAuthenticationIntegrationWithClientCredentialsArgs {
|
|
|
155
155
|
*/
|
|
156
156
|
enabled: pulumi.Input<boolean>;
|
|
157
157
|
/**
|
|
158
|
-
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
158
|
+
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
159
159
|
*/
|
|
160
160
|
name?: pulumi.Input<string>;
|
|
161
161
|
/**
|
|
@@ -41,7 +41,7 @@ export declare class ApiAuthenticationIntegrationWithJwtBearer extends pulumi.Cu
|
|
|
41
41
|
*/
|
|
42
42
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
|
-
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
44
|
+
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
@@ -107,7 +107,7 @@ export interface ApiAuthenticationIntegrationWithJwtBearerState {
|
|
|
107
107
|
*/
|
|
108
108
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
109
109
|
/**
|
|
110
|
-
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
110
|
+
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
111
111
|
*/
|
|
112
112
|
name?: pulumi.Input<string>;
|
|
113
113
|
/**
|
|
@@ -157,7 +157,7 @@ export interface ApiAuthenticationIntegrationWithJwtBearerArgs {
|
|
|
157
157
|
*/
|
|
158
158
|
enabled: pulumi.Input<boolean>;
|
|
159
159
|
/**
|
|
160
|
-
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
160
|
+
* Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
161
161
|
*/
|
|
162
162
|
name?: pulumi.Input<string>;
|
|
163
163
|
/**
|
|
@@ -37,7 +37,7 @@ export declare class AuthenticationPolicy extends pulumi.CustomResource {
|
|
|
37
37
|
*/
|
|
38
38
|
readonly comment: pulumi.Output<string | undefined>;
|
|
39
39
|
/**
|
|
40
|
-
* The database in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
40
|
+
* The database in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
41
41
|
*/
|
|
42
42
|
readonly database: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
@@ -57,11 +57,11 @@ export declare class AuthenticationPolicy extends pulumi.CustomResource {
|
|
|
57
57
|
*/
|
|
58
58
|
readonly mfaEnrollment: pulumi.Output<string | undefined>;
|
|
59
59
|
/**
|
|
60
|
-
* Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
60
|
+
* Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
61
61
|
*/
|
|
62
62
|
readonly name: pulumi.Output<string>;
|
|
63
63
|
/**
|
|
64
|
-
* The schema in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
64
|
+
* The schema in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
65
65
|
*/
|
|
66
66
|
readonly schema: pulumi.Output<string>;
|
|
67
67
|
/**
|
|
@@ -98,7 +98,7 @@ export interface AuthenticationPolicyState {
|
|
|
98
98
|
*/
|
|
99
99
|
comment?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
101
|
-
* The database in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
101
|
+
* The database in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
102
102
|
*/
|
|
103
103
|
database?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
@@ -118,11 +118,11 @@ export interface AuthenticationPolicyState {
|
|
|
118
118
|
*/
|
|
119
119
|
mfaEnrollment?: pulumi.Input<string>;
|
|
120
120
|
/**
|
|
121
|
-
* Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
121
|
+
* Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
122
122
|
*/
|
|
123
123
|
name?: pulumi.Input<string>;
|
|
124
124
|
/**
|
|
125
|
-
* The schema in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
125
|
+
* The schema in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
126
126
|
*/
|
|
127
127
|
schema?: pulumi.Input<string>;
|
|
128
128
|
/**
|
|
@@ -151,7 +151,7 @@ export interface AuthenticationPolicyArgs {
|
|
|
151
151
|
*/
|
|
152
152
|
comment?: pulumi.Input<string>;
|
|
153
153
|
/**
|
|
154
|
-
* The database in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
154
|
+
* The database in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
155
155
|
*/
|
|
156
156
|
database: pulumi.Input<string>;
|
|
157
157
|
/**
|
|
@@ -163,11 +163,11 @@ export interface AuthenticationPolicyArgs {
|
|
|
163
163
|
*/
|
|
164
164
|
mfaEnrollment?: pulumi.Input<string>;
|
|
165
165
|
/**
|
|
166
|
-
* Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
166
|
+
* Specifies the identifier for the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
167
167
|
*/
|
|
168
168
|
name?: pulumi.Input<string>;
|
|
169
169
|
/**
|
|
170
|
-
* The schema in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
170
|
+
* The schema in which to create the authentication policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
171
171
|
*/
|
|
172
172
|
schema: pulumi.Input<string>;
|
|
173
173
|
/**
|
package/database.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export declare class Database extends pulumi.CustomResource {
|
|
|
69
69
|
*/
|
|
70
70
|
readonly maxDataExtensionTimeInDays: pulumi.Output<number>;
|
|
71
71
|
/**
|
|
72
|
-
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
72
|
+
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
73
73
|
*/
|
|
74
74
|
readonly name: pulumi.Output<string>;
|
|
75
75
|
/**
|
|
@@ -170,7 +170,7 @@ export interface DatabaseState {
|
|
|
170
170
|
*/
|
|
171
171
|
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
172
172
|
/**
|
|
173
|
-
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
173
|
+
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
174
174
|
*/
|
|
175
175
|
name?: pulumi.Input<string>;
|
|
176
176
|
/**
|
|
@@ -259,7 +259,7 @@ export interface DatabaseArgs {
|
|
|
259
259
|
*/
|
|
260
260
|
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
261
261
|
/**
|
|
262
|
-
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
262
|
+
* Specifies the identifier for the database; must be unique for your account. As a best practice for [Database Replication and Failover](https://docs.snowflake.com/en/user-guide/db-replication-intro), it is recommended to give each secondary database the same name as its primary database. This practice supports referencing fully-qualified objects (i.e. '\n\n.\n\n.\n\n') by other objects in the same database, such as querying a fully-qualified table name in a view. If a secondary database has a different name from the primary database, then these object references would break in the secondary database. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
263
263
|
*/
|
|
264
264
|
name?: pulumi.Input<string>;
|
|
265
265
|
/**
|
package/databaseRole.d.ts
CHANGED
|
@@ -29,7 +29,7 @@ export declare class DatabaseRole extends pulumi.CustomResource {
|
|
|
29
29
|
*/
|
|
30
30
|
readonly comment: pulumi.Output<string | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The database in which to create the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
32
|
+
* The database in which to create the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
33
33
|
*/
|
|
34
34
|
readonly database: pulumi.Output<string>;
|
|
35
35
|
/**
|
|
@@ -37,7 +37,7 @@ export declare class DatabaseRole extends pulumi.CustomResource {
|
|
|
37
37
|
*/
|
|
38
38
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
39
39
|
/**
|
|
40
|
-
* Specifies the identifier for the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
40
|
+
* Specifies the identifier for the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
41
41
|
*/
|
|
42
42
|
readonly name: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
@@ -62,7 +62,7 @@ export interface DatabaseRoleState {
|
|
|
62
62
|
*/
|
|
63
63
|
comment?: pulumi.Input<string>;
|
|
64
64
|
/**
|
|
65
|
-
* The database in which to create the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
65
|
+
* The database in which to create the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
66
66
|
*/
|
|
67
67
|
database?: pulumi.Input<string>;
|
|
68
68
|
/**
|
|
@@ -70,7 +70,7 @@ export interface DatabaseRoleState {
|
|
|
70
70
|
*/
|
|
71
71
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
72
72
|
/**
|
|
73
|
-
* Specifies the identifier for the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
73
|
+
* Specifies the identifier for the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
74
74
|
*/
|
|
75
75
|
name?: pulumi.Input<string>;
|
|
76
76
|
/**
|
|
@@ -87,11 +87,11 @@ export interface DatabaseRoleArgs {
|
|
|
87
87
|
*/
|
|
88
88
|
comment?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
90
|
-
* The database in which to create the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
90
|
+
* The database in which to create the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
91
91
|
*/
|
|
92
92
|
database: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
94
|
-
* Specifies the identifier for the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
94
|
+
* Specifies the identifier for the database role. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
95
95
|
*/
|
|
96
96
|
name?: pulumi.Input<string>;
|
|
97
97
|
}
|
|
@@ -93,7 +93,7 @@ export declare class ExternalOauthIntegration extends pulumi.CustomResource {
|
|
|
93
93
|
*/
|
|
94
94
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
95
95
|
/**
|
|
96
|
-
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
96
|
+
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
97
97
|
*/
|
|
98
98
|
readonly name: pulumi.Output<string>;
|
|
99
99
|
/**
|
|
@@ -186,7 +186,7 @@ export interface ExternalOauthIntegrationState {
|
|
|
186
186
|
*/
|
|
187
187
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
188
188
|
/**
|
|
189
|
-
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
189
|
+
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
190
190
|
*/
|
|
191
191
|
name?: pulumi.Input<string>;
|
|
192
192
|
/**
|
|
@@ -263,7 +263,7 @@ export interface ExternalOauthIntegrationArgs {
|
|
|
263
263
|
*/
|
|
264
264
|
externalOauthType: pulumi.Input<string>;
|
|
265
265
|
/**
|
|
266
|
-
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
266
|
+
* Specifies the name of the External Oath integration. This name follows the rules for Object Identifiers. The name should be unique among security integrations in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
267
267
|
*/
|
|
268
268
|
name?: pulumi.Input<string>;
|
|
269
269
|
}
|
package/externalVolume.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export declare class ExternalVolume extends pulumi.CustomResource {
|
|
|
37
37
|
*/
|
|
38
38
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
39
39
|
/**
|
|
40
|
-
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
40
|
+
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
41
41
|
*/
|
|
42
42
|
readonly name: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
@@ -78,7 +78,7 @@ export interface ExternalVolumeState {
|
|
|
78
78
|
*/
|
|
79
79
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
80
80
|
/**
|
|
81
|
-
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
81
|
+
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
82
82
|
*/
|
|
83
83
|
name?: pulumi.Input<string>;
|
|
84
84
|
/**
|
|
@@ -103,7 +103,7 @@ export interface ExternalVolumeArgs {
|
|
|
103
103
|
*/
|
|
104
104
|
comment?: pulumi.Input<string>;
|
|
105
105
|
/**
|
|
106
|
-
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `
|
|
106
|
+
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`
|
|
107
107
|
*/
|
|
108
108
|
name?: pulumi.Input<string>;
|
|
109
109
|
/**
|
package/getTags.d.ts
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
3
|
+
import * as outputs from "./types/output";
|
|
4
|
+
/**
|
|
5
|
+
* !> **V1 release candidate** This data source is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
|
|
6
|
+
*
|
|
7
|
+
* Datasource used to get details of filtered tags. Filtering is aligned with the current possibilities for [SHOW TAGS](https://docs.snowflake.com/en/sql-reference/sql/show-tags) query. The results of SHOW are encapsulated in one output collection `tags`.
|
|
8
|
+
*/
|
|
9
|
+
export declare function getTags(args?: GetTagsArgs, opts?: pulumi.InvokeOptions): Promise<GetTagsResult>;
|
|
10
|
+
/**
|
|
11
|
+
* A collection of arguments for invoking getTags.
|
|
12
|
+
*/
|
|
13
|
+
export interface GetTagsArgs {
|
|
14
|
+
/**
|
|
15
|
+
* IN clause to filter the list of objects
|
|
16
|
+
*/
|
|
17
|
+
in?: inputs.GetTagsIn;
|
|
18
|
+
/**
|
|
19
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
20
|
+
*/
|
|
21
|
+
like?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* A collection of values returned by getTags.
|
|
25
|
+
*/
|
|
26
|
+
export interface GetTagsResult {
|
|
27
|
+
/**
|
|
28
|
+
* The provider-assigned unique ID for this managed resource.
|
|
29
|
+
*/
|
|
30
|
+
readonly id: string;
|
|
31
|
+
/**
|
|
32
|
+
* IN clause to filter the list of objects
|
|
33
|
+
*/
|
|
34
|
+
readonly in?: outputs.GetTagsIn;
|
|
35
|
+
/**
|
|
36
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
37
|
+
*/
|
|
38
|
+
readonly like?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Holds the aggregated output of all tags details queries.
|
|
41
|
+
*/
|
|
42
|
+
readonly tags: outputs.GetTagsTag[];
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* !> **V1 release candidate** This data source is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
|
|
46
|
+
*
|
|
47
|
+
* Datasource used to get details of filtered tags. Filtering is aligned with the current possibilities for [SHOW TAGS](https://docs.snowflake.com/en/sql-reference/sql/show-tags) query. The results of SHOW are encapsulated in one output collection `tags`.
|
|
48
|
+
*/
|
|
49
|
+
export declare function getTagsOutput(args?: GetTagsOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTagsResult>;
|
|
50
|
+
/**
|
|
51
|
+
* A collection of arguments for invoking getTags.
|
|
52
|
+
*/
|
|
53
|
+
export interface GetTagsOutputArgs {
|
|
54
|
+
/**
|
|
55
|
+
* IN clause to filter the list of objects
|
|
56
|
+
*/
|
|
57
|
+
in?: pulumi.Input<inputs.GetTagsInArgs>;
|
|
58
|
+
/**
|
|
59
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
60
|
+
*/
|
|
61
|
+
like?: pulumi.Input<string>;
|
|
62
|
+
}
|
package/getTags.js
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.getTagsOutput = exports.getTags = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("./utilities");
|
|
8
|
+
/**
|
|
9
|
+
* !> **V1 release candidate** This data source is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
|
|
10
|
+
*
|
|
11
|
+
* Datasource used to get details of filtered tags. Filtering is aligned with the current possibilities for [SHOW TAGS](https://docs.snowflake.com/en/sql-reference/sql/show-tags) query. The results of SHOW are encapsulated in one output collection `tags`.
|
|
12
|
+
*/
|
|
13
|
+
function getTags(args, opts) {
|
|
14
|
+
args = args || {};
|
|
15
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
16
|
+
return pulumi.runtime.invoke("snowflake:index/getTags:getTags", {
|
|
17
|
+
"in": args.in,
|
|
18
|
+
"like": args.like,
|
|
19
|
+
}, opts);
|
|
20
|
+
}
|
|
21
|
+
exports.getTags = getTags;
|
|
22
|
+
/**
|
|
23
|
+
* !> **V1 release candidate** This data source is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
|
|
24
|
+
*
|
|
25
|
+
* Datasource used to get details of filtered tags. Filtering is aligned with the current possibilities for [SHOW TAGS](https://docs.snowflake.com/en/sql-reference/sql/show-tags) query. The results of SHOW are encapsulated in one output collection `tags`.
|
|
26
|
+
*/
|
|
27
|
+
function getTagsOutput(args, opts) {
|
|
28
|
+
args = args || {};
|
|
29
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
30
|
+
return pulumi.runtime.invokeOutput("snowflake:index/getTags:getTags", {
|
|
31
|
+
"in": args.in,
|
|
32
|
+
"like": args.like,
|
|
33
|
+
}, opts);
|
|
34
|
+
}
|
|
35
|
+
exports.getTagsOutput = getTagsOutput;
|
|
36
|
+
//# sourceMappingURL=getTags.js.map
|
package/getTags.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTags.js","sourceRoot":"","sources":["../getTags.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;GAIG;AACH,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iCAAiC,EAAE;QAC5D,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,0BAOC;AAqCD;;;;GAIG;AACH,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAClB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,iCAAiC,EAAE;QAClE,IAAI,EAAE,IAAI,CAAC,EAAE;QACb,MAAM,EAAE,IAAI,CAAC,IAAI;KACpB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,sCAOC"}
|
package/getTasks.d.ts
CHANGED
|
@@ -1,77 +1,110 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "./types/input";
|
|
2
3
|
import * as outputs from "./types/output";
|
|
3
4
|
/**
|
|
4
|
-
*
|
|
5
|
+
* !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
|
|
5
6
|
*
|
|
6
|
-
*
|
|
7
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
8
|
-
* import * as snowflake from "@pulumi/snowflake";
|
|
9
|
-
*
|
|
10
|
-
* const current = snowflake.getTasks({
|
|
11
|
-
* database: "MYDB",
|
|
12
|
-
* schema: "MYSCHEMA",
|
|
13
|
-
* });
|
|
14
|
-
* ```
|
|
7
|
+
* Data source used to get details of filtered tasks. Filtering is aligned with the current possibilities for [SHOW TASKS](https://docs.snowflake.com/en/sql-reference/sql/show-tasks) query. The results of SHOW and SHOW PARAMETERS IN are encapsulated in one output collection `tasks`.
|
|
15
8
|
*/
|
|
16
|
-
export declare function getTasks(args
|
|
9
|
+
export declare function getTasks(args?: GetTasksArgs, opts?: pulumi.InvokeOptions): Promise<GetTasksResult>;
|
|
17
10
|
/**
|
|
18
11
|
* A collection of arguments for invoking getTasks.
|
|
19
12
|
*/
|
|
20
13
|
export interface GetTasksArgs {
|
|
21
14
|
/**
|
|
22
|
-
*
|
|
15
|
+
* IN clause to filter the list of objects
|
|
16
|
+
*/
|
|
17
|
+
in?: inputs.GetTasksIn;
|
|
18
|
+
/**
|
|
19
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
20
|
+
*/
|
|
21
|
+
like?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `startsWith` or `like`.
|
|
24
|
+
*/
|
|
25
|
+
limit?: inputs.GetTasksLimit;
|
|
26
|
+
/**
|
|
27
|
+
* Filters the command output to return only root tasks (tasks with no predecessors).
|
|
23
28
|
*/
|
|
24
|
-
|
|
29
|
+
rootOnly?: boolean;
|
|
25
30
|
/**
|
|
26
|
-
*
|
|
31
|
+
* Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
27
32
|
*/
|
|
28
|
-
|
|
33
|
+
startsWith?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
|
|
36
|
+
*/
|
|
37
|
+
withParameters?: boolean;
|
|
29
38
|
}
|
|
30
39
|
/**
|
|
31
40
|
* A collection of values returned by getTasks.
|
|
32
41
|
*/
|
|
33
42
|
export interface GetTasksResult {
|
|
34
|
-
/**
|
|
35
|
-
* The database from which to return the schemas from.
|
|
36
|
-
*/
|
|
37
|
-
readonly database: string;
|
|
38
43
|
/**
|
|
39
44
|
* The provider-assigned unique ID for this managed resource.
|
|
40
45
|
*/
|
|
41
46
|
readonly id: string;
|
|
42
47
|
/**
|
|
43
|
-
*
|
|
48
|
+
* IN clause to filter the list of objects
|
|
49
|
+
*/
|
|
50
|
+
readonly in?: outputs.GetTasksIn;
|
|
51
|
+
/**
|
|
52
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
53
|
+
*/
|
|
54
|
+
readonly like?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `startsWith` or `like`.
|
|
44
57
|
*/
|
|
45
|
-
readonly
|
|
58
|
+
readonly limit?: outputs.GetTasksLimit;
|
|
46
59
|
/**
|
|
47
|
-
*
|
|
60
|
+
* Filters the command output to return only root tasks (tasks with no predecessors).
|
|
61
|
+
*/
|
|
62
|
+
readonly rootOnly?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
65
|
+
*/
|
|
66
|
+
readonly startsWith?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Holds the aggregated output of all task details queries.
|
|
48
69
|
*/
|
|
49
70
|
readonly tasks: outputs.GetTasksTask[];
|
|
71
|
+
/**
|
|
72
|
+
* Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
|
|
73
|
+
*/
|
|
74
|
+
readonly withParameters?: boolean;
|
|
50
75
|
}
|
|
51
76
|
/**
|
|
52
|
-
*
|
|
77
|
+
* !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
|
|
53
78
|
*
|
|
54
|
-
*
|
|
55
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
56
|
-
* import * as snowflake from "@pulumi/snowflake";
|
|
57
|
-
*
|
|
58
|
-
* const current = snowflake.getTasks({
|
|
59
|
-
* database: "MYDB",
|
|
60
|
-
* schema: "MYSCHEMA",
|
|
61
|
-
* });
|
|
62
|
-
* ```
|
|
79
|
+
* Data source used to get details of filtered tasks. Filtering is aligned with the current possibilities for [SHOW TASKS](https://docs.snowflake.com/en/sql-reference/sql/show-tasks) query. The results of SHOW and SHOW PARAMETERS IN are encapsulated in one output collection `tasks`.
|
|
63
80
|
*/
|
|
64
|
-
export declare function getTasksOutput(args
|
|
81
|
+
export declare function getTasksOutput(args?: GetTasksOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetTasksResult>;
|
|
65
82
|
/**
|
|
66
83
|
* A collection of arguments for invoking getTasks.
|
|
67
84
|
*/
|
|
68
85
|
export interface GetTasksOutputArgs {
|
|
69
86
|
/**
|
|
70
|
-
*
|
|
87
|
+
* IN clause to filter the list of objects
|
|
88
|
+
*/
|
|
89
|
+
in?: pulumi.Input<inputs.GetTasksInArgs>;
|
|
90
|
+
/**
|
|
91
|
+
* Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
|
|
92
|
+
*/
|
|
93
|
+
like?: pulumi.Input<string>;
|
|
94
|
+
/**
|
|
95
|
+
* Limits the number of rows returned. If the `limit.from` is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with `startsWith` or `like`.
|
|
96
|
+
*/
|
|
97
|
+
limit?: pulumi.Input<inputs.GetTasksLimitArgs>;
|
|
98
|
+
/**
|
|
99
|
+
* Filters the command output to return only root tasks (tasks with no predecessors).
|
|
100
|
+
*/
|
|
101
|
+
rootOnly?: pulumi.Input<boolean>;
|
|
102
|
+
/**
|
|
103
|
+
* Filters the output with **case-sensitive** characters indicating the beginning of the object name.
|
|
71
104
|
*/
|
|
72
|
-
|
|
105
|
+
startsWith?: pulumi.Input<string>;
|
|
73
106
|
/**
|
|
74
|
-
*
|
|
107
|
+
* Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
|
|
75
108
|
*/
|
|
76
|
-
|
|
109
|
+
withParameters?: pulumi.Input<boolean>;
|
|
77
110
|
}
|
package/getTasks.js
CHANGED
|
@@ -6,44 +6,38 @@ exports.getTasksOutput = exports.getTasks = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
|
|
10
10
|
*
|
|
11
|
-
*
|
|
12
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
13
|
-
* import * as snowflake from "@pulumi/snowflake";
|
|
14
|
-
*
|
|
15
|
-
* const current = snowflake.getTasks({
|
|
16
|
-
* database: "MYDB",
|
|
17
|
-
* schema: "MYSCHEMA",
|
|
18
|
-
* });
|
|
19
|
-
* ```
|
|
11
|
+
* Data source used to get details of filtered tasks. Filtering is aligned with the current possibilities for [SHOW TASKS](https://docs.snowflake.com/en/sql-reference/sql/show-tasks) query. The results of SHOW and SHOW PARAMETERS IN are encapsulated in one output collection `tasks`.
|
|
20
12
|
*/
|
|
21
13
|
function getTasks(args, opts) {
|
|
14
|
+
args = args || {};
|
|
22
15
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
23
16
|
return pulumi.runtime.invoke("snowflake:index/getTasks:getTasks", {
|
|
24
|
-
"
|
|
25
|
-
"
|
|
17
|
+
"in": args.in,
|
|
18
|
+
"like": args.like,
|
|
19
|
+
"limit": args.limit,
|
|
20
|
+
"rootOnly": args.rootOnly,
|
|
21
|
+
"startsWith": args.startsWith,
|
|
22
|
+
"withParameters": args.withParameters,
|
|
26
23
|
}, opts);
|
|
27
24
|
}
|
|
28
25
|
exports.getTasks = getTasks;
|
|
29
26
|
/**
|
|
30
|
-
*
|
|
31
|
-
*
|
|
32
|
-
* ```typescript
|
|
33
|
-
* import * as pulumi from "@pulumi/pulumi";
|
|
34
|
-
* import * as snowflake from "@pulumi/snowflake";
|
|
27
|
+
* !> **V1 release candidate** This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.
|
|
35
28
|
*
|
|
36
|
-
*
|
|
37
|
-
* database: "MYDB",
|
|
38
|
-
* schema: "MYSCHEMA",
|
|
39
|
-
* });
|
|
40
|
-
* ```
|
|
29
|
+
* Data source used to get details of filtered tasks. Filtering is aligned with the current possibilities for [SHOW TASKS](https://docs.snowflake.com/en/sql-reference/sql/show-tasks) query. The results of SHOW and SHOW PARAMETERS IN are encapsulated in one output collection `tasks`.
|
|
41
30
|
*/
|
|
42
31
|
function getTasksOutput(args, opts) {
|
|
32
|
+
args = args || {};
|
|
43
33
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
44
34
|
return pulumi.runtime.invokeOutput("snowflake:index/getTasks:getTasks", {
|
|
45
|
-
"
|
|
46
|
-
"
|
|
35
|
+
"in": args.in,
|
|
36
|
+
"like": args.like,
|
|
37
|
+
"limit": args.limit,
|
|
38
|
+
"rootOnly": args.rootOnly,
|
|
39
|
+
"startsWith": args.startsWith,
|
|
40
|
+
"withParameters": args.withParameters,
|
|
47
41
|
}, opts);
|
|
48
42
|
}
|
|
49
43
|
exports.getTasksOutput = getTasksOutput;
|