@pulumi/snowflake 0.63.0-alpha.1734439451 → 1.0.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 +40 -86
- package/account.js +12 -5
- package/account.js.map +1 -1
- package/accountParameter.d.ts +7 -7
- package/accountParameter.js +1 -1
- package/accountRole.d.ts +4 -4
- package/accountRole.js +1 -1
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +4 -13
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js +1 -1
- package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js.map +1 -1
- package/apiAuthenticationIntegrationWithClientCredentials.d.ts +4 -13
- package/apiAuthenticationIntegrationWithClientCredentials.js +1 -1
- package/apiAuthenticationIntegrationWithClientCredentials.js.map +1 -1
- package/apiAuthenticationIntegrationWithJwtBearer.d.ts +4 -13
- package/apiAuthenticationIntegrationWithJwtBearer.js +1 -1
- package/apiAuthenticationIntegrationWithJwtBearer.js.map +1 -1
- package/authenticationPolicy.d.ts +9 -9
- package/config/vars.d.ts +6 -74
- package/config/vars.js +6 -83
- package/config/vars.js.map +1 -1
- package/database.d.ts +4 -4
- package/database.js +1 -1
- package/databaseRole.d.ts +6 -6
- package/{unsafeExecute.d.ts → execute.d.ts} +21 -14
- package/{unsafeExecute.js → execute.js} +17 -10
- package/execute.js.map +1 -0
- package/externalOauthIntegration.d.ts +12 -12
- package/externalOauthIntegration.js +1 -1
- package/externalVolume.d.ts +5 -3
- package/externalVolume.js +2 -0
- package/externalVolume.js.map +1 -1
- package/functionJava.d.ts +324 -0
- package/{function.js → functionJava.js} +40 -22
- package/functionJava.js.map +1 -0
- package/functionJavascript.d.ts +240 -0
- package/functionJavascript.js +106 -0
- package/functionJavascript.js.map +1 -0
- package/functionPython.d.ts +324 -0
- package/functionPython.js +123 -0
- package/functionPython.js.map +1 -0
- package/functionScala.d.ts +324 -0
- package/functionScala.js +123 -0
- package/functionScala.js.map +1 -0
- package/functionSql.d.ts +228 -0
- package/functionSql.js +104 -0
- package/functionSql.js.map +1 -0
- package/getAccountRoles.d.ts +57 -0
- package/getAccountRoles.js +32 -0
- package/getAccountRoles.js.map +1 -0
- package/getAccounts.d.ts +25 -7
- package/getAccounts.js +10 -2
- package/getAccounts.js.map +1 -1
- package/getAlerts.d.ts +4 -0
- package/getAlerts.js +4 -0
- package/getAlerts.js.map +1 -1
- package/getConnections.d.ts +2 -48
- package/getConnections.js +2 -48
- package/getConnections.js.map +1 -1
- package/getCortexSearchServices.d.ts +4 -0
- package/getCortexSearchServices.js +4 -0
- package/getCortexSearchServices.js.map +1 -1
- package/getCurrentAccount.d.ts +4 -0
- package/getCurrentAccount.js +4 -0
- package/getCurrentAccount.js.map +1 -1
- package/getCurrentRole.d.ts +6 -0
- package/getCurrentRole.js +6 -0
- package/getCurrentRole.js.map +1 -1
- package/getDatabase.d.ts +4 -0
- package/getDatabase.js +4 -0
- package/getDatabase.js.map +1 -1
- package/getDatabaseRole.d.ts +4 -0
- package/getDatabaseRole.js +4 -0
- package/getDatabaseRole.js.map +1 -1
- package/getDatabaseRoles.d.ts +2 -6
- package/getDatabaseRoles.js +2 -6
- package/getDatabaseRoles.js.map +1 -1
- package/getDatabases.d.ts +2 -6
- package/getDatabases.js +2 -6
- package/getDatabases.js.map +1 -1
- package/getDynamicTables.d.ts +6 -0
- package/getDynamicTables.js +6 -0
- package/getDynamicTables.js.map +1 -1
- package/getExternalFunctions.d.ts +4 -0
- package/getExternalFunctions.js +4 -0
- package/getExternalFunctions.js.map +1 -1
- package/getExternalTables.d.ts +4 -0
- package/getExternalTables.js +4 -0
- package/getExternalTables.js.map +1 -1
- package/getFailoverGroups.d.ts +6 -0
- package/getFailoverGroups.js +6 -0
- package/getFailoverGroups.js.map +1 -1
- package/getFileFormats.d.ts +4 -0
- package/getFileFormats.js +4 -0
- package/getFileFormats.js.map +1 -1
- package/getFunctions.d.ts +4 -0
- package/getFunctions.js +4 -0
- package/getFunctions.js.map +1 -1
- package/getGrants.d.ts +0 -4
- package/getGrants.js +0 -4
- package/getGrants.js.map +1 -1
- package/getMaskingPolicies.d.ts +2 -6
- package/getMaskingPolicies.js +2 -6
- package/getMaskingPolicies.js.map +1 -1
- package/getMaterializedViews.d.ts +4 -0
- package/getMaterializedViews.js +4 -0
- package/getMaterializedViews.js.map +1 -1
- package/getNetworkPolicies.d.ts +2 -6
- package/getNetworkPolicies.js +2 -6
- package/getNetworkPolicies.js.map +1 -1
- package/getParameters.d.ts +4 -0
- package/getParameters.js +4 -0
- package/getParameters.js.map +1 -1
- package/getPipes.d.ts +4 -0
- package/getPipes.js +4 -0
- package/getPipes.js.map +1 -1
- package/getProcedures.d.ts +4 -0
- package/getProcedures.js +4 -0
- package/getProcedures.js.map +1 -1
- package/getResourceMonitors.d.ts +2 -6
- package/getResourceMonitors.js +2 -6
- package/getResourceMonitors.js.map +1 -1
- package/getRowAccessPolicies.d.ts +2 -6
- package/getRowAccessPolicies.js +2 -6
- package/getRowAccessPolicies.js.map +1 -1
- package/getSchemas.d.ts +6 -4
- package/getSchemas.js +6 -4
- package/getSchemas.js.map +1 -1
- package/getSecrets.d.ts +2 -6
- package/getSecrets.js +2 -6
- package/getSecrets.js.map +1 -1
- package/getSecurityIntegrations.d.ts +2 -6
- package/getSecurityIntegrations.js +2 -6
- package/getSecurityIntegrations.js.map +1 -1
- package/getSequences.d.ts +4 -0
- package/getSequences.js +4 -0
- package/getSequences.js.map +1 -1
- package/getShares.d.ts +4 -0
- package/getShares.js +4 -0
- package/getShares.js.map +1 -1
- package/getStages.d.ts +4 -0
- package/getStages.js +4 -0
- package/getStages.js.map +1 -1
- package/getStorageIntegrations.d.ts +4 -0
- package/getStorageIntegrations.js +4 -0
- package/getStorageIntegrations.js.map +1 -1
- package/getStreamlits.d.ts +2 -6
- package/getStreamlits.js +2 -6
- package/getStreamlits.js.map +1 -1
- package/getStreams.d.ts +2 -6
- package/getStreams.js +2 -6
- package/getStreams.js.map +1 -1
- package/getSystemGenerateScimAccessToken.d.ts +4 -0
- package/getSystemGenerateScimAccessToken.js +4 -0
- package/getSystemGenerateScimAccessToken.js.map +1 -1
- package/getSystemGetPrivateLinkConfig.d.ts +4 -0
- package/getSystemGetPrivateLinkConfig.js +4 -0
- package/getSystemGetPrivateLinkConfig.js.map +1 -1
- package/getSystemGetSnowflakePlatformInfo.d.ts +6 -0
- package/getSystemGetSnowflakePlatformInfo.js +6 -0
- package/getSystemGetSnowflakePlatformInfo.js.map +1 -1
- package/getTables.d.ts +4 -0
- package/getTables.js +4 -0
- package/getTables.js.map +1 -1
- package/getTags.d.ts +2 -6
- package/getTags.js +2 -6
- package/getTags.js.map +1 -1
- package/getTasks.d.ts +0 -4
- package/getTasks.js +0 -4
- package/getTasks.js.map +1 -1
- package/getUsers.d.ts +2 -6
- package/getUsers.js +2 -6
- package/getUsers.js.map +1 -1
- package/getViews.d.ts +2 -6
- package/getViews.js +2 -6
- package/getViews.js.map +1 -1
- package/getWarehouses.d.ts +2 -6
- package/getWarehouses.js +2 -6
- package/getWarehouses.js.map +1 -1
- package/grantAccountRole.d.ts +9 -9
- package/grantApplicationRole.d.ts +3 -3
- package/grantDatabaseRole.d.ts +12 -12
- package/grantOwnership.d.ts +6 -6
- package/grantPrivilegesToAccountRole.d.ts +6 -6
- package/grantPrivilegesToDatabaseRole.d.ts +6 -6
- package/grantPrivilegesToShare.d.ts +18 -18
- package/index.d.ts +36 -36
- package/index.js +62 -60
- package/index.js.map +1 -1
- package/legacyServiceUser.d.ts +9 -9
- package/maskingPolicy.d.ts +9 -9
- package/networkPolicy.d.ts +10 -10
- package/networkPolicy.js +1 -1
- package/oauthIntegrationForCustomClients.d.ts +23 -15
- package/oauthIntegrationForCustomClients.js +3 -4
- package/oauthIntegrationForCustomClients.js.map +1 -1
- package/oauthIntegrationForPartnerApplications.d.ts +16 -8
- package/oauthIntegrationForPartnerApplications.js +2 -3
- package/oauthIntegrationForPartnerApplications.js.map +1 -1
- package/package.json +2 -2
- package/passwordPolicy.d.ts +7 -0
- package/passwordPolicy.js +7 -0
- package/passwordPolicy.js.map +1 -1
- package/primaryConnection.d.ts +7 -7
- package/primaryConnection.js +1 -1
- package/procedureJava.d.ts +345 -0
- package/procedureJava.js +128 -0
- package/procedureJava.js.map +1 -0
- package/procedureJavascript.d.ts +249 -0
- package/procedureJavascript.js +106 -0
- package/procedureJavascript.js.map +1 -0
- package/procedurePython.d.ts +333 -0
- package/procedurePython.js +126 -0
- package/procedurePython.js.map +1 -0
- package/procedureScala.d.ts +345 -0
- package/procedureScala.js +128 -0
- package/procedureScala.js.map +1 -0
- package/procedureSql.d.ts +249 -0
- package/{procedure.js → procedureSql.js} +36 -32
- package/procedureSql.js.map +1 -0
- package/provider.d.ts +11 -182
- package/provider.js +10 -21
- package/provider.js.map +1 -1
- package/resourceMonitor.d.ts +7 -9
- package/resourceMonitor.js +1 -3
- package/resourceMonitor.js.map +1 -1
- package/rowAccessPolicy.d.ts +9 -9
- package/saml2Integration.d.ts +4 -4
- package/saml2Integration.js +1 -1
- package/schema.d.ts +6 -8
- package/schema.js +0 -2
- package/schema.js.map +1 -1
- package/scimIntegration.d.ts +7 -7
- package/scimIntegration.js +1 -1
- package/secondaryConnection.d.ts +7 -7
- package/secondaryConnection.js +1 -1
- package/secondaryDatabase.d.ts +7 -7
- package/secondaryDatabase.js +1 -1
- package/secretWithAuthorizationCodeGrant.d.ts +12 -12
- package/secretWithBasicAuthentication.d.ts +9 -9
- package/secretWithClientCredentials.d.ts +12 -12
- package/secretWithGenericString.d.ts +9 -9
- package/serviceUser.d.ts +9 -9
- package/sharedDatabase.d.ts +7 -7
- package/sharedDatabase.js +1 -1
- package/streamOnDirectoryTable.d.ts +12 -21
- package/streamOnDirectoryTable.js.map +1 -1
- package/streamOnExternalTable.d.ts +12 -21
- package/streamOnExternalTable.js.map +1 -1
- package/streamOnTable.d.ts +12 -21
- package/streamOnTable.js.map +1 -1
- package/streamOnView.d.ts +12 -21
- package/streamOnView.js.map +1 -1
- package/streamlit.d.ts +18 -20
- package/streamlit.js +0 -2
- package/streamlit.js.map +1 -1
- package/tag.d.ts +12 -12
- package/tagAssociation.d.ts +11 -31
- package/tagAssociation.js +2 -4
- package/tagAssociation.js.map +1 -1
- package/task.d.ts +25 -27
- package/task.js +1 -3
- package/task.js.map +1 -1
- package/types/input.d.ts +828 -47
- package/types/output.d.ts +846 -94
- package/user.d.ts +9 -9
- package/view.d.ts +12 -21
- package/view.js.map +1 -1
- package/warehouse.d.ts +7 -7
- package/warehouse.js +1 -1
- package/databaseOld.d.ts +0 -147
- package/databaseOld.js +0 -70
- package/databaseOld.js.map +0 -1
- package/function.d.ts +0 -247
- package/function.js.map +0 -1
- package/getRole.d.ts +0 -66
- package/getRole.js +0 -50
- package/getRole.js.map +0 -1
- package/getRoles.d.ts +0 -61
- package/getRoles.js +0 -36
- package/getRoles.js.map +0 -1
- package/oauthIntegration.d.ts +0 -171
- package/oauthIntegration.js +0 -79
- package/oauthIntegration.js.map +0 -1
- package/procedure.d.ts +0 -253
- package/procedure.js.map +0 -1
- package/role.d.ts +0 -76
- package/role.js +0 -62
- package/role.js.map +0 -1
- package/samlIntegration.d.ts +0 -243
- package/samlIntegration.js +0 -104
- package/samlIntegration.js.map +0 -1
- package/sessionParameter.d.ts +0 -91
- package/sessionParameter.js +0 -68
- package/sessionParameter.js.map +0 -1
- package/stream.d.ts +0 -181
- package/stream.js +0 -86
- package/stream.js.map +0 -1
- package/tagMaskingPolicyAssociation.d.ts +0 -69
- package/tagMaskingPolicyAssociation.js +0 -66
- package/tagMaskingPolicyAssociation.js.map +0 -1
- package/unsafeExecute.js.map +0 -1
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
|
}
|
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
|
|
2
|
+
/**
|
|
3
|
+
* ## Import
|
|
4
|
+
*
|
|
5
|
+
* ```sh
|
|
6
|
+
* $ pulumi import snowflake:index/execute:Execute example '<random_uuid>'
|
|
7
|
+
* ```
|
|
8
|
+
*/
|
|
9
|
+
export declare class Execute extends pulumi.CustomResource {
|
|
3
10
|
/**
|
|
4
|
-
* Get an existing
|
|
11
|
+
* Get an existing Execute resource's state with the given name, ID, and optional extra
|
|
5
12
|
* properties used to qualify the lookup.
|
|
6
13
|
*
|
|
7
14
|
* @param name The _unique_ name of the resulting resource.
|
|
@@ -9,18 +16,18 @@ export declare class UnsafeExecute extends pulumi.CustomResource {
|
|
|
9
16
|
* @param state Any extra arguments used during the lookup.
|
|
10
17
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
11
18
|
*/
|
|
12
|
-
static get(name: string, id: pulumi.Input<pulumi.ID>, state?:
|
|
19
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ExecuteState, opts?: pulumi.CustomResourceOptions): Execute;
|
|
13
20
|
/**
|
|
14
|
-
* Returns true if the given object is an instance of
|
|
21
|
+
* Returns true if the given object is an instance of Execute. This is designed to work even
|
|
15
22
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
16
23
|
*/
|
|
17
|
-
static isInstance(obj: any): obj is
|
|
24
|
+
static isInstance(obj: any): obj is Execute;
|
|
18
25
|
/**
|
|
19
26
|
* SQL statement to execute. Forces recreation of resource on change.
|
|
20
27
|
*/
|
|
21
28
|
readonly execute: pulumi.Output<string>;
|
|
22
29
|
/**
|
|
23
|
-
* Optional SQL statement to do a read. Invoked
|
|
30
|
+
* Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed.
|
|
24
31
|
*/
|
|
25
32
|
readonly query: pulumi.Output<string | undefined>;
|
|
26
33
|
/**
|
|
@@ -34,24 +41,24 @@ export declare class UnsafeExecute extends pulumi.CustomResource {
|
|
|
34
41
|
*/
|
|
35
42
|
readonly revert: pulumi.Output<string>;
|
|
36
43
|
/**
|
|
37
|
-
* Create a
|
|
44
|
+
* Create a Execute resource with the given unique name, arguments, and options.
|
|
38
45
|
*
|
|
39
46
|
* @param name The _unique_ name of the resource.
|
|
40
47
|
* @param args The arguments to use to populate this resource's properties.
|
|
41
48
|
* @param opts A bag of options that control this resource's behavior.
|
|
42
49
|
*/
|
|
43
|
-
constructor(name: string, args:
|
|
50
|
+
constructor(name: string, args: ExecuteArgs, opts?: pulumi.CustomResourceOptions);
|
|
44
51
|
}
|
|
45
52
|
/**
|
|
46
|
-
* Input properties used for looking up and filtering
|
|
53
|
+
* Input properties used for looking up and filtering Execute resources.
|
|
47
54
|
*/
|
|
48
|
-
export interface
|
|
55
|
+
export interface ExecuteState {
|
|
49
56
|
/**
|
|
50
57
|
* SQL statement to execute. Forces recreation of resource on change.
|
|
51
58
|
*/
|
|
52
59
|
execute?: pulumi.Input<string>;
|
|
53
60
|
/**
|
|
54
|
-
* Optional SQL statement to do a read. Invoked
|
|
61
|
+
* Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed.
|
|
55
62
|
*/
|
|
56
63
|
query?: pulumi.Input<string>;
|
|
57
64
|
/**
|
|
@@ -66,15 +73,15 @@ export interface UnsafeExecuteState {
|
|
|
66
73
|
revert?: pulumi.Input<string>;
|
|
67
74
|
}
|
|
68
75
|
/**
|
|
69
|
-
* The set of arguments for constructing a
|
|
76
|
+
* The set of arguments for constructing a Execute resource.
|
|
70
77
|
*/
|
|
71
|
-
export interface
|
|
78
|
+
export interface ExecuteArgs {
|
|
72
79
|
/**
|
|
73
80
|
* SQL statement to execute. Forces recreation of resource on change.
|
|
74
81
|
*/
|
|
75
82
|
execute: pulumi.Input<string>;
|
|
76
83
|
/**
|
|
77
|
-
* Optional SQL statement to do a read. Invoked
|
|
84
|
+
* Optional SQL statement to do a read. Invoked on every resource refresh and every time it is changed.
|
|
78
85
|
*/
|
|
79
86
|
query?: pulumi.Input<string>;
|
|
80
87
|
/**
|
|
@@ -2,12 +2,19 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
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
|
-
exports.
|
|
5
|
+
exports.Execute = void 0;
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
|
-
|
|
8
|
+
/**
|
|
9
|
+
* ## Import
|
|
10
|
+
*
|
|
11
|
+
* ```sh
|
|
12
|
+
* $ pulumi import snowflake:index/execute:Execute example '<random_uuid>'
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
class Execute extends pulumi.CustomResource {
|
|
9
16
|
/**
|
|
10
|
-
* Get an existing
|
|
17
|
+
* Get an existing Execute resource's state with the given name, ID, and optional extra
|
|
11
18
|
* properties used to qualify the lookup.
|
|
12
19
|
*
|
|
13
20
|
* @param name The _unique_ name of the resulting resource.
|
|
@@ -16,17 +23,17 @@ class UnsafeExecute extends pulumi.CustomResource {
|
|
|
16
23
|
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
17
24
|
*/
|
|
18
25
|
static get(name, id, state, opts) {
|
|
19
|
-
return new
|
|
26
|
+
return new Execute(name, state, Object.assign(Object.assign({}, opts), { id: id }));
|
|
20
27
|
}
|
|
21
28
|
/**
|
|
22
|
-
* Returns true if the given object is an instance of
|
|
29
|
+
* Returns true if the given object is an instance of Execute. This is designed to work even
|
|
23
30
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
24
31
|
*/
|
|
25
32
|
static isInstance(obj) {
|
|
26
33
|
if (obj === undefined || obj === null) {
|
|
27
34
|
return false;
|
|
28
35
|
}
|
|
29
|
-
return obj['__pulumiType'] ===
|
|
36
|
+
return obj['__pulumiType'] === Execute.__pulumiType;
|
|
30
37
|
}
|
|
31
38
|
constructor(name, argsOrState, opts) {
|
|
32
39
|
let resourceInputs = {};
|
|
@@ -52,10 +59,10 @@ class UnsafeExecute extends pulumi.CustomResource {
|
|
|
52
59
|
resourceInputs["queryResults"] = undefined /*out*/;
|
|
53
60
|
}
|
|
54
61
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
55
|
-
super(
|
|
62
|
+
super(Execute.__pulumiType, name, resourceInputs, opts);
|
|
56
63
|
}
|
|
57
64
|
}
|
|
58
|
-
exports.
|
|
65
|
+
exports.Execute = Execute;
|
|
59
66
|
/** @internal */
|
|
60
|
-
|
|
61
|
-
//# sourceMappingURL=
|
|
67
|
+
Execute.__pulumiType = 'snowflake:index/execute:Execute';
|
|
68
|
+
//# sourceMappingURL=execute.js.map
|
package/execute.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.js","sourceRoot":"","sources":["../execute.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC9D,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IA2BD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,QAAQ,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;SAC/D;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,OAAO,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACpD,MAAM,IAAI,KAAK,CAAC,qCAAqC,CAAC,CAAC;aAC1D;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC;YACxD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACtD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AA7EL,0BA8EC;AAhEG,gBAAgB;AACO,oBAAY,GAAG,iCAAiC,CAAC"}
|
|
@@ -5,7 +5,7 @@ import * as outputs from "./types/output";
|
|
|
5
5
|
* ## Import
|
|
6
6
|
*
|
|
7
7
|
* ```sh
|
|
8
|
-
* $ pulumi import snowflake:index/externalOauthIntegration:ExternalOauthIntegration example "
|
|
8
|
+
* $ pulumi import snowflake:index/externalOauthIntegration:ExternalOauthIntegration example '"<integration_name>"'
|
|
9
9
|
* ```
|
|
10
10
|
*/
|
|
11
11
|
export declare class ExternalOauthIntegration extends pulumi.CustomResource {
|
|
@@ -37,7 +37,7 @@ export declare class ExternalOauthIntegration extends pulumi.CustomResource {
|
|
|
37
37
|
*/
|
|
38
38
|
readonly enabled: pulumi.Output<boolean>;
|
|
39
39
|
/**
|
|
40
|
-
* Specifies the list of roles that the client can set as the primary role.
|
|
40
|
+
* Specifies the list of roles that the client can set as the primary role. For more information about this resource, see docs.
|
|
41
41
|
*/
|
|
42
42
|
readonly externalOauthAllowedRolesLists: pulumi.Output<string[] | undefined>;
|
|
43
43
|
/**
|
|
@@ -49,7 +49,7 @@ export declare class ExternalOauthIntegration extends pulumi.CustomResource {
|
|
|
49
49
|
*/
|
|
50
50
|
readonly externalOauthAudienceLists: pulumi.Output<string[] | undefined>;
|
|
51
51
|
/**
|
|
52
|
-
* Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL*OAUTH*ADD*PRIVILEGED*ROLES*TO*
|
|
52
|
+
* Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL*OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST account parameter to FALSE. For more information about this resource, see docs.
|
|
53
53
|
*/
|
|
54
54
|
readonly externalOauthBlockedRolesLists: pulumi.Output<string[] | undefined>;
|
|
55
55
|
/**
|
|
@@ -93,11 +93,11 @@ 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
|
/**
|
|
100
|
-
*
|
|
100
|
+
* Parameters related to this security integration.
|
|
101
101
|
*/
|
|
102
102
|
readonly relatedParameters: pulumi.Output<outputs.ExternalOauthIntegrationRelatedParameter[]>;
|
|
103
103
|
/**
|
|
@@ -130,7 +130,7 @@ export interface ExternalOauthIntegrationState {
|
|
|
130
130
|
*/
|
|
131
131
|
enabled?: pulumi.Input<boolean>;
|
|
132
132
|
/**
|
|
133
|
-
* Specifies the list of roles that the client can set as the primary role.
|
|
133
|
+
* Specifies the list of roles that the client can set as the primary role. For more information about this resource, see docs.
|
|
134
134
|
*/
|
|
135
135
|
externalOauthAllowedRolesLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
136
136
|
/**
|
|
@@ -142,7 +142,7 @@ export interface ExternalOauthIntegrationState {
|
|
|
142
142
|
*/
|
|
143
143
|
externalOauthAudienceLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
144
144
|
/**
|
|
145
|
-
* Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL*OAUTH*ADD*PRIVILEGED*ROLES*TO*
|
|
145
|
+
* Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL*OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST account parameter to FALSE. For more information about this resource, see docs.
|
|
146
146
|
*/
|
|
147
147
|
externalOauthBlockedRolesLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
148
148
|
/**
|
|
@@ -186,11 +186,11 @@ 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
|
/**
|
|
193
|
-
*
|
|
193
|
+
* Parameters related to this security integration.
|
|
194
194
|
*/
|
|
195
195
|
relatedParameters?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationRelatedParameter>[]>;
|
|
196
196
|
/**
|
|
@@ -211,7 +211,7 @@ export interface ExternalOauthIntegrationArgs {
|
|
|
211
211
|
*/
|
|
212
212
|
enabled: pulumi.Input<boolean>;
|
|
213
213
|
/**
|
|
214
|
-
* Specifies the list of roles that the client can set as the primary role.
|
|
214
|
+
* Specifies the list of roles that the client can set as the primary role. For more information about this resource, see docs.
|
|
215
215
|
*/
|
|
216
216
|
externalOauthAllowedRolesLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
217
217
|
/**
|
|
@@ -223,7 +223,7 @@ export interface ExternalOauthIntegrationArgs {
|
|
|
223
223
|
*/
|
|
224
224
|
externalOauthAudienceLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
225
225
|
/**
|
|
226
|
-
* Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL*OAUTH*ADD*PRIVILEGED*ROLES*TO*
|
|
226
|
+
* Specifies the list of roles that a client cannot set as the primary role. By default, this list includes the ACCOUNTADMIN, ORGADMIN and SECURITYADMIN roles. To remove these privileged roles from the list, use the ALTER ACCOUNT command to set the EXTERNAL*OAUTH*ADD*PRIVILEGED*ROLES*TO*BLOCKED*LIST account parameter to FALSE. For more information about this resource, see docs.
|
|
227
227
|
*/
|
|
228
228
|
externalOauthBlockedRolesLists?: pulumi.Input<pulumi.Input<string>[]>;
|
|
229
229
|
/**
|
|
@@ -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
|
}
|
|
@@ -9,7 +9,7 @@ const utilities = require("./utilities");
|
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
11
|
* ```sh
|
|
12
|
-
* $ pulumi import snowflake:index/externalOauthIntegration:ExternalOauthIntegration example "
|
|
12
|
+
* $ pulumi import snowflake:index/externalOauthIntegration:ExternalOauthIntegration example '"<integration_name>"'
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
15
|
class ExternalOauthIntegration extends pulumi.CustomResource {
|
package/externalVolume.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as inputs from "./types/input";
|
|
3
3
|
import * as outputs from "./types/output";
|
|
4
4
|
/**
|
|
5
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
6
|
+
*
|
|
5
7
|
* Resource used to manage external volume objects. For more information, check [external volume documentation](https://docs.snowflake.com/en/sql-reference/commands-data-loading#external-volume).
|
|
6
8
|
*/
|
|
7
9
|
export declare class ExternalVolume extends pulumi.CustomResource {
|
|
@@ -37,7 +39,7 @@ export declare class ExternalVolume extends pulumi.CustomResource {
|
|
|
37
39
|
*/
|
|
38
40
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
39
41
|
/**
|
|
40
|
-
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
42
|
+
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
41
43
|
*/
|
|
42
44
|
readonly name: pulumi.Output<string>;
|
|
43
45
|
/**
|
|
@@ -78,7 +80,7 @@ export interface ExternalVolumeState {
|
|
|
78
80
|
*/
|
|
79
81
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
80
82
|
/**
|
|
81
|
-
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
83
|
+
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
82
84
|
*/
|
|
83
85
|
name?: pulumi.Input<string>;
|
|
84
86
|
/**
|
|
@@ -103,7 +105,7 @@ export interface ExternalVolumeArgs {
|
|
|
103
105
|
*/
|
|
104
106
|
comment?: pulumi.Input<string>;
|
|
105
107
|
/**
|
|
106
|
-
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
108
|
+
* Identifier for the external volume; must be unique for your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
107
109
|
*/
|
|
108
110
|
name?: pulumi.Input<string>;
|
|
109
111
|
/**
|
package/externalVolume.js
CHANGED
|
@@ -6,6 +6,8 @@ exports.ExternalVolume = void 0;
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("./utilities");
|
|
8
8
|
/**
|
|
9
|
+
* !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `previewFeaturesEnabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
|
|
10
|
+
*
|
|
9
11
|
* Resource used to manage external volume objects. For more information, check [external volume documentation](https://docs.snowflake.com/en/sql-reference/commands-data-loading#external-volume).
|
|
10
12
|
*/
|
|
11
13
|
class ExternalVolume extends pulumi.CustomResource {
|
package/externalVolume.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalVolume.js","sourceRoot":"","sources":["../externalVolume.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"externalVolume.js","sourceRoot":"","sources":["../externalVolume.ts"],"names":[],"mappings":"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"}
|