@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/schema.d.ts
CHANGED
|
@@ -4,8 +4,6 @@ import * as outputs from "./types/output";
|
|
|
4
4
|
/**
|
|
5
5
|
* ## Import
|
|
6
6
|
*
|
|
7
|
-
* format is <database_name>.<schema_name>
|
|
8
|
-
*
|
|
9
7
|
* ```sh
|
|
10
8
|
* $ pulumi import snowflake:index/schema:Schema example '"<database_name>"."<schema_name>"'
|
|
11
9
|
* ```
|
|
@@ -39,7 +37,7 @@ export declare class Schema extends pulumi.CustomResource {
|
|
|
39
37
|
*/
|
|
40
38
|
readonly dataRetentionTimeInDays: pulumi.Output<number>;
|
|
41
39
|
/**
|
|
42
|
-
* The database in which to create the schema.
|
|
40
|
+
* The database in which to create the schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
43
41
|
*/
|
|
44
42
|
readonly database: pulumi.Output<string>;
|
|
45
43
|
/**
|
|
@@ -75,7 +73,7 @@ export declare class Schema extends pulumi.CustomResource {
|
|
|
75
73
|
*/
|
|
76
74
|
readonly maxDataExtensionTimeInDays: pulumi.Output<number>;
|
|
77
75
|
/**
|
|
78
|
-
* Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state.
|
|
76
|
+
* Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
79
77
|
*/
|
|
80
78
|
readonly name: pulumi.Output<string>;
|
|
81
79
|
/**
|
|
@@ -156,7 +154,7 @@ export interface SchemaState {
|
|
|
156
154
|
*/
|
|
157
155
|
dataRetentionTimeInDays?: pulumi.Input<number>;
|
|
158
156
|
/**
|
|
159
|
-
* The database in which to create the schema.
|
|
157
|
+
* The database in which to create the schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
160
158
|
*/
|
|
161
159
|
database?: pulumi.Input<string>;
|
|
162
160
|
/**
|
|
@@ -192,7 +190,7 @@ export interface SchemaState {
|
|
|
192
190
|
*/
|
|
193
191
|
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
194
192
|
/**
|
|
195
|
-
* Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state.
|
|
193
|
+
* Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
196
194
|
*/
|
|
197
195
|
name?: pulumi.Input<string>;
|
|
198
196
|
/**
|
|
@@ -265,7 +263,7 @@ export interface SchemaArgs {
|
|
|
265
263
|
*/
|
|
266
264
|
dataRetentionTimeInDays?: pulumi.Input<number>;
|
|
267
265
|
/**
|
|
268
|
-
* The database in which to create the schema.
|
|
266
|
+
* The database in which to create the schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
269
267
|
*/
|
|
270
268
|
database: pulumi.Input<string>;
|
|
271
269
|
/**
|
|
@@ -293,7 +291,7 @@ export interface SchemaArgs {
|
|
|
293
291
|
*/
|
|
294
292
|
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
295
293
|
/**
|
|
296
|
-
* Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state.
|
|
294
|
+
* Specifies the identifier for the schema; must be unique for the database in which the schema is created. When the name is `PUBLIC`, during creation the provider checks if this schema has already been created and, in such case, `ALTER` is used to match the desired state. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
297
295
|
*/
|
|
298
296
|
name?: pulumi.Input<string>;
|
|
299
297
|
/**
|
package/schema.js
CHANGED
package/schema.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../schema.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../schema.ts"],"names":[],"mappings":"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"}
|
package/scimIntegration.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as outputs from "./types/output";
|
|
|
5
5
|
* ## Import
|
|
6
6
|
*
|
|
7
7
|
* ```sh
|
|
8
|
-
* $ pulumi import snowflake:index/scimIntegration:ScimIntegration example "
|
|
8
|
+
* $ pulumi import snowflake:index/scimIntegration:ScimIntegration example '"<integration_name>"'
|
|
9
9
|
* ```
|
|
10
10
|
*/
|
|
11
11
|
export declare class ScimIntegration extends pulumi.CustomResource {
|
|
@@ -41,11 +41,11 @@ export declare class ScimIntegration extends pulumi.CustomResource {
|
|
|
41
41
|
*/
|
|
42
42
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
|
-
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
44
|
+
* String that specifies the identifier (i.e. name) for the integration; 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
|
/**
|
|
48
|
-
* Specifies an existing network policy that controls SCIM network traffic.
|
|
48
|
+
* Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
49
49
|
*/
|
|
50
50
|
readonly networkPolicy: pulumi.Output<string | undefined>;
|
|
51
51
|
/**
|
|
@@ -94,11 +94,11 @@ export interface ScimIntegrationState {
|
|
|
94
94
|
*/
|
|
95
95
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
96
96
|
/**
|
|
97
|
-
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
97
|
+
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
98
98
|
*/
|
|
99
99
|
name?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
101
|
-
* Specifies an existing network policy that controls SCIM network traffic.
|
|
101
|
+
* Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
102
102
|
*/
|
|
103
103
|
networkPolicy?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
@@ -131,11 +131,11 @@ export interface ScimIntegrationArgs {
|
|
|
131
131
|
*/
|
|
132
132
|
enabled: pulumi.Input<boolean>;
|
|
133
133
|
/**
|
|
134
|
-
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
134
|
+
* String that specifies the identifier (i.e. name) for the integration; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
135
135
|
*/
|
|
136
136
|
name?: pulumi.Input<string>;
|
|
137
137
|
/**
|
|
138
|
-
* Specifies an existing network policy that controls SCIM network traffic.
|
|
138
|
+
* Specifies an existing network policy that controls SCIM network traffic. For more information about this resource, see docs.
|
|
139
139
|
*/
|
|
140
140
|
networkPolicy?: pulumi.Input<string>;
|
|
141
141
|
/**
|
package/scimIntegration.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("./utilities");
|
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
11
|
* ```sh
|
|
12
|
-
* $ pulumi import snowflake:index/scimIntegration:ScimIntegration example "
|
|
12
|
+
* $ pulumi import snowflake:index/scimIntegration:ScimIntegration example '"<integration_name>"'
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
15
|
class ScimIntegration extends pulumi.CustomResource {
|
package/secondaryConnection.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as outputs from "./types/output";
|
|
|
5
5
|
* ## Import
|
|
6
6
|
*
|
|
7
7
|
* ```sh
|
|
8
|
-
* $ pulumi import snowflake:index/secondaryConnection:SecondaryConnection example 'secondary_connection_name'
|
|
8
|
+
* $ pulumi import snowflake:index/secondaryConnection:SecondaryConnection example '"<secondary_connection_name>"'
|
|
9
9
|
* ```
|
|
10
10
|
*/
|
|
11
11
|
export declare class SecondaryConnection extends pulumi.CustomResource {
|
|
@@ -25,7 +25,7 @@ export declare class SecondaryConnection extends pulumi.CustomResource {
|
|
|
25
25
|
*/
|
|
26
26
|
static isInstance(obj: any): obj is SecondaryConnection;
|
|
27
27
|
/**
|
|
28
|
-
* Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
28
|
+
* Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
29
29
|
*/
|
|
30
30
|
readonly asReplicaOf: pulumi.Output<string>;
|
|
31
31
|
/**
|
|
@@ -41,7 +41,7 @@ export declare class SecondaryConnection extends pulumi.CustomResource {
|
|
|
41
41
|
*/
|
|
42
42
|
readonly isPrimary: pulumi.Output<boolean>;
|
|
43
43
|
/**
|
|
44
|
-
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
44
|
+
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
@@ -62,7 +62,7 @@ export declare class SecondaryConnection extends pulumi.CustomResource {
|
|
|
62
62
|
*/
|
|
63
63
|
export interface SecondaryConnectionState {
|
|
64
64
|
/**
|
|
65
|
-
* Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
65
|
+
* Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
66
66
|
*/
|
|
67
67
|
asReplicaOf?: pulumi.Input<string>;
|
|
68
68
|
/**
|
|
@@ -78,7 +78,7 @@ export interface SecondaryConnectionState {
|
|
|
78
78
|
*/
|
|
79
79
|
isPrimary?: pulumi.Input<boolean>;
|
|
80
80
|
/**
|
|
81
|
-
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
81
|
+
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
82
82
|
*/
|
|
83
83
|
name?: pulumi.Input<string>;
|
|
84
84
|
/**
|
|
@@ -91,7 +91,7 @@ export interface SecondaryConnectionState {
|
|
|
91
91
|
*/
|
|
92
92
|
export interface SecondaryConnectionArgs {
|
|
93
93
|
/**
|
|
94
|
-
* Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection).
|
|
94
|
+
* Specifies the identifier for a primary connection from which to create a replica (i.e. a secondary connection). For more information about this resource, see docs.
|
|
95
95
|
*/
|
|
96
96
|
asReplicaOf: pulumi.Input<string>;
|
|
97
97
|
/**
|
|
@@ -99,7 +99,7 @@ export interface SecondaryConnectionArgs {
|
|
|
99
99
|
*/
|
|
100
100
|
comment?: pulumi.Input<string>;
|
|
101
101
|
/**
|
|
102
|
-
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
102
|
+
* String that specifies the identifier (i.e. name) for the connection. Must start with an alphabetic character and may only contain letters, decimal digits (0-9), and underscores (_). For a secondary connection, the name must match the name of its primary connection. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
103
103
|
*/
|
|
104
104
|
name?: pulumi.Input<string>;
|
|
105
105
|
}
|
package/secondaryConnection.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("./utilities");
|
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
11
|
* ```sh
|
|
12
|
-
* $ pulumi import snowflake:index/secondaryConnection:SecondaryConnection example 'secondary_connection_name'
|
|
12
|
+
* $ pulumi import snowflake:index/secondaryConnection:SecondaryConnection example '"<secondary_connection_name>"'
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
15
|
class SecondaryConnection extends pulumi.CustomResource {
|
package/secondaryDatabase.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
3
3
|
* ## Import
|
|
4
4
|
*
|
|
5
5
|
* ```sh
|
|
6
|
-
* $ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example 'secondary_database_name'
|
|
6
|
+
* $ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example '"<secondary_database_name>"'
|
|
7
7
|
* ```
|
|
8
8
|
*/
|
|
9
9
|
export declare class SecondaryDatabase extends pulumi.CustomResource {
|
|
@@ -23,7 +23,7 @@ export declare class SecondaryDatabase extends pulumi.CustomResource {
|
|
|
23
23
|
*/
|
|
24
24
|
static isInstance(obj: any): obj is SecondaryDatabase;
|
|
25
25
|
/**
|
|
26
|
-
* A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
26
|
+
* A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
27
27
|
*/
|
|
28
28
|
readonly asReplicaOf: pulumi.Output<string>;
|
|
29
29
|
/**
|
|
@@ -67,7 +67,7 @@ export declare class SecondaryDatabase extends pulumi.CustomResource {
|
|
|
67
67
|
*/
|
|
68
68
|
readonly maxDataExtensionTimeInDays: pulumi.Output<number>;
|
|
69
69
|
/**
|
|
70
|
-
* 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: `|`, `.`, `"
|
|
70
|
+
* 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: `|`, `.`, `"`.
|
|
71
71
|
*/
|
|
72
72
|
readonly name: pulumi.Output<string>;
|
|
73
73
|
/**
|
|
@@ -120,7 +120,7 @@ export declare class SecondaryDatabase extends pulumi.CustomResource {
|
|
|
120
120
|
*/
|
|
121
121
|
export interface SecondaryDatabaseState {
|
|
122
122
|
/**
|
|
123
|
-
* A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
123
|
+
* A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
124
124
|
*/
|
|
125
125
|
asReplicaOf?: pulumi.Input<string>;
|
|
126
126
|
/**
|
|
@@ -164,7 +164,7 @@ export interface SecondaryDatabaseState {
|
|
|
164
164
|
*/
|
|
165
165
|
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
166
166
|
/**
|
|
167
|
-
* 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: `|`, `.`, `"
|
|
167
|
+
* 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: `|`, `.`, `"`.
|
|
168
168
|
*/
|
|
169
169
|
name?: pulumi.Input<string>;
|
|
170
170
|
/**
|
|
@@ -209,7 +209,7 @@ export interface SecondaryDatabaseState {
|
|
|
209
209
|
*/
|
|
210
210
|
export interface SecondaryDatabaseArgs {
|
|
211
211
|
/**
|
|
212
|
-
* A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`.
|
|
212
|
+
* A fully qualified path to a database to create a replica from. A fully qualified path follows the format of `"<organization_name>"."<account_name>"."<database_name>"`. For more information about this resource, see docs.
|
|
213
213
|
*/
|
|
214
214
|
asReplicaOf: pulumi.Input<string>;
|
|
215
215
|
/**
|
|
@@ -249,7 +249,7 @@ export interface SecondaryDatabaseArgs {
|
|
|
249
249
|
*/
|
|
250
250
|
maxDataExtensionTimeInDays?: pulumi.Input<number>;
|
|
251
251
|
/**
|
|
252
|
-
* 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: `|`, `.`, `"
|
|
252
|
+
* 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: `|`, `.`, `"`.
|
|
253
253
|
*/
|
|
254
254
|
name?: pulumi.Input<string>;
|
|
255
255
|
/**
|
package/secondaryDatabase.js
CHANGED
|
@@ -9,7 +9,7 @@ const utilities = require("./utilities");
|
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
11
|
* ```sh
|
|
12
|
-
* $ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example 'secondary_database_name'
|
|
12
|
+
* $ pulumi import snowflake:index/secondaryDatabase:SecondaryDatabase example '"<secondary_database_name>"'
|
|
13
13
|
* ```
|
|
14
14
|
*/
|
|
15
15
|
class SecondaryDatabase extends pulumi.CustomResource {
|
|
@@ -25,7 +25,7 @@ export declare class SecretWithAuthorizationCodeGrant extends pulumi.CustomResou
|
|
|
25
25
|
*/
|
|
26
26
|
static isInstance(obj: any): obj is SecretWithAuthorizationCodeGrant;
|
|
27
27
|
/**
|
|
28
|
-
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
28
|
+
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
29
29
|
*/
|
|
30
30
|
readonly apiAuthentication: pulumi.Output<string>;
|
|
31
31
|
/**
|
|
@@ -33,7 +33,7 @@ export declare class SecretWithAuthorizationCodeGrant extends pulumi.CustomResou
|
|
|
33
33
|
*/
|
|
34
34
|
readonly comment: pulumi.Output<string | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
36
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
37
37
|
*/
|
|
38
38
|
readonly database: pulumi.Output<string>;
|
|
39
39
|
/**
|
|
@@ -45,7 +45,7 @@ export declare class SecretWithAuthorizationCodeGrant extends pulumi.CustomResou
|
|
|
45
45
|
*/
|
|
46
46
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
48
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
48
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
49
49
|
*/
|
|
50
50
|
readonly name: pulumi.Output<string>;
|
|
51
51
|
readonly oauthRefreshToken: pulumi.Output<string>;
|
|
@@ -54,7 +54,7 @@ export declare class SecretWithAuthorizationCodeGrant extends pulumi.CustomResou
|
|
|
54
54
|
*/
|
|
55
55
|
readonly oauthRefreshTokenExpiryTime: pulumi.Output<string>;
|
|
56
56
|
/**
|
|
57
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
57
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
58
58
|
*/
|
|
59
59
|
readonly schema: pulumi.Output<string>;
|
|
60
60
|
/**
|
|
@@ -79,7 +79,7 @@ export declare class SecretWithAuthorizationCodeGrant extends pulumi.CustomResou
|
|
|
79
79
|
*/
|
|
80
80
|
export interface SecretWithAuthorizationCodeGrantState {
|
|
81
81
|
/**
|
|
82
|
-
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
82
|
+
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
83
83
|
*/
|
|
84
84
|
apiAuthentication?: pulumi.Input<string>;
|
|
85
85
|
/**
|
|
@@ -87,7 +87,7 @@ export interface SecretWithAuthorizationCodeGrantState {
|
|
|
87
87
|
*/
|
|
88
88
|
comment?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
90
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
90
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
91
91
|
*/
|
|
92
92
|
database?: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
@@ -99,7 +99,7 @@ export interface SecretWithAuthorizationCodeGrantState {
|
|
|
99
99
|
*/
|
|
100
100
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
101
101
|
/**
|
|
102
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
102
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
103
103
|
*/
|
|
104
104
|
name?: pulumi.Input<string>;
|
|
105
105
|
oauthRefreshToken?: pulumi.Input<string>;
|
|
@@ -108,7 +108,7 @@ export interface SecretWithAuthorizationCodeGrantState {
|
|
|
108
108
|
*/
|
|
109
109
|
oauthRefreshTokenExpiryTime?: pulumi.Input<string>;
|
|
110
110
|
/**
|
|
111
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
111
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
112
112
|
*/
|
|
113
113
|
schema?: pulumi.Input<string>;
|
|
114
114
|
/**
|
|
@@ -125,7 +125,7 @@ export interface SecretWithAuthorizationCodeGrantState {
|
|
|
125
125
|
*/
|
|
126
126
|
export interface SecretWithAuthorizationCodeGrantArgs {
|
|
127
127
|
/**
|
|
128
|
-
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
128
|
+
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
129
129
|
*/
|
|
130
130
|
apiAuthentication: pulumi.Input<string>;
|
|
131
131
|
/**
|
|
@@ -133,11 +133,11 @@ export interface SecretWithAuthorizationCodeGrantArgs {
|
|
|
133
133
|
*/
|
|
134
134
|
comment?: pulumi.Input<string>;
|
|
135
135
|
/**
|
|
136
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
136
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
137
137
|
*/
|
|
138
138
|
database: pulumi.Input<string>;
|
|
139
139
|
/**
|
|
140
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
140
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
141
141
|
*/
|
|
142
142
|
name?: pulumi.Input<string>;
|
|
143
143
|
oauthRefreshToken: pulumi.Input<string>;
|
|
@@ -146,7 +146,7 @@ export interface SecretWithAuthorizationCodeGrantArgs {
|
|
|
146
146
|
*/
|
|
147
147
|
oauthRefreshTokenExpiryTime: pulumi.Input<string>;
|
|
148
148
|
/**
|
|
149
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
149
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
150
150
|
*/
|
|
151
151
|
schema: pulumi.Input<string>;
|
|
152
152
|
}
|
|
@@ -29,7 +29,7 @@ export declare class SecretWithBasicAuthentication extends pulumi.CustomResource
|
|
|
29
29
|
*/
|
|
30
30
|
readonly comment: pulumi.Output<string | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
32
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
33
33
|
*/
|
|
34
34
|
readonly database: pulumi.Output<string>;
|
|
35
35
|
/**
|
|
@@ -41,12 +41,12 @@ export declare class SecretWithBasicAuthentication extends pulumi.CustomResource
|
|
|
41
41
|
*/
|
|
42
42
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
44
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
45
45
|
*/
|
|
46
46
|
readonly name: pulumi.Output<string>;
|
|
47
47
|
readonly password: pulumi.Output<string>;
|
|
48
48
|
/**
|
|
49
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
49
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
50
50
|
*/
|
|
51
51
|
readonly schema: pulumi.Output<string>;
|
|
52
52
|
/**
|
|
@@ -79,7 +79,7 @@ export interface SecretWithBasicAuthenticationState {
|
|
|
79
79
|
*/
|
|
80
80
|
comment?: pulumi.Input<string>;
|
|
81
81
|
/**
|
|
82
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
82
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
83
83
|
*/
|
|
84
84
|
database?: pulumi.Input<string>;
|
|
85
85
|
/**
|
|
@@ -91,12 +91,12 @@ export interface SecretWithBasicAuthenticationState {
|
|
|
91
91
|
*/
|
|
92
92
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
93
93
|
/**
|
|
94
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
94
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
95
95
|
*/
|
|
96
96
|
name?: pulumi.Input<string>;
|
|
97
97
|
password?: pulumi.Input<string>;
|
|
98
98
|
/**
|
|
99
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
99
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
100
100
|
*/
|
|
101
101
|
schema?: pulumi.Input<string>;
|
|
102
102
|
/**
|
|
@@ -121,16 +121,16 @@ export interface SecretWithBasicAuthenticationArgs {
|
|
|
121
121
|
*/
|
|
122
122
|
comment?: pulumi.Input<string>;
|
|
123
123
|
/**
|
|
124
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
124
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
125
125
|
*/
|
|
126
126
|
database: pulumi.Input<string>;
|
|
127
127
|
/**
|
|
128
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
128
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
129
129
|
*/
|
|
130
130
|
name?: pulumi.Input<string>;
|
|
131
131
|
password: pulumi.Input<string>;
|
|
132
132
|
/**
|
|
133
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
133
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
134
134
|
*/
|
|
135
135
|
schema: pulumi.Input<string>;
|
|
136
136
|
/**
|
|
@@ -25,7 +25,7 @@ export declare class SecretWithClientCredentials extends pulumi.CustomResource {
|
|
|
25
25
|
*/
|
|
26
26
|
static isInstance(obj: any): obj is SecretWithClientCredentials;
|
|
27
27
|
/**
|
|
28
|
-
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
28
|
+
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
29
29
|
*/
|
|
30
30
|
readonly apiAuthentication: pulumi.Output<string>;
|
|
31
31
|
/**
|
|
@@ -33,7 +33,7 @@ export declare class SecretWithClientCredentials extends pulumi.CustomResource {
|
|
|
33
33
|
*/
|
|
34
34
|
readonly comment: pulumi.Output<string | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
36
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
37
37
|
*/
|
|
38
38
|
readonly database: pulumi.Output<string>;
|
|
39
39
|
/**
|
|
@@ -45,7 +45,7 @@ export declare class SecretWithClientCredentials extends pulumi.CustomResource {
|
|
|
45
45
|
*/
|
|
46
46
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
47
47
|
/**
|
|
48
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
48
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
49
49
|
*/
|
|
50
50
|
readonly name: pulumi.Output<string>;
|
|
51
51
|
/**
|
|
@@ -53,7 +53,7 @@ export declare class SecretWithClientCredentials extends pulumi.CustomResource {
|
|
|
53
53
|
*/
|
|
54
54
|
readonly oauthScopes: pulumi.Output<string[]>;
|
|
55
55
|
/**
|
|
56
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
56
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
57
57
|
*/
|
|
58
58
|
readonly schema: pulumi.Output<string>;
|
|
59
59
|
/**
|
|
@@ -78,7 +78,7 @@ export declare class SecretWithClientCredentials extends pulumi.CustomResource {
|
|
|
78
78
|
*/
|
|
79
79
|
export interface SecretWithClientCredentialsState {
|
|
80
80
|
/**
|
|
81
|
-
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
81
|
+
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
82
82
|
*/
|
|
83
83
|
apiAuthentication?: pulumi.Input<string>;
|
|
84
84
|
/**
|
|
@@ -86,7 +86,7 @@ export interface SecretWithClientCredentialsState {
|
|
|
86
86
|
*/
|
|
87
87
|
comment?: pulumi.Input<string>;
|
|
88
88
|
/**
|
|
89
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
89
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
90
90
|
*/
|
|
91
91
|
database?: pulumi.Input<string>;
|
|
92
92
|
/**
|
|
@@ -98,7 +98,7 @@ export interface SecretWithClientCredentialsState {
|
|
|
98
98
|
*/
|
|
99
99
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
101
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
101
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
102
102
|
*/
|
|
103
103
|
name?: pulumi.Input<string>;
|
|
104
104
|
/**
|
|
@@ -106,7 +106,7 @@ export interface SecretWithClientCredentialsState {
|
|
|
106
106
|
*/
|
|
107
107
|
oauthScopes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
108
108
|
/**
|
|
109
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
109
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
110
110
|
*/
|
|
111
111
|
schema?: pulumi.Input<string>;
|
|
112
112
|
/**
|
|
@@ -123,7 +123,7 @@ export interface SecretWithClientCredentialsState {
|
|
|
123
123
|
*/
|
|
124
124
|
export interface SecretWithClientCredentialsArgs {
|
|
125
125
|
/**
|
|
126
|
-
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service.
|
|
126
|
+
* Specifies the name value of the Snowflake security integration that connects Snowflake to an external service. For more information about this resource, see docs.
|
|
127
127
|
*/
|
|
128
128
|
apiAuthentication: pulumi.Input<string>;
|
|
129
129
|
/**
|
|
@@ -131,11 +131,11 @@ export interface SecretWithClientCredentialsArgs {
|
|
|
131
131
|
*/
|
|
132
132
|
comment?: pulumi.Input<string>;
|
|
133
133
|
/**
|
|
134
|
-
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
134
|
+
* The database in which to create the secret Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
135
135
|
*/
|
|
136
136
|
database: pulumi.Input<string>;
|
|
137
137
|
/**
|
|
138
|
-
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
138
|
+
* String that specifies the identifier (i.e. name) for the secret, must be unique in your schema. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
139
139
|
*/
|
|
140
140
|
name?: pulumi.Input<string>;
|
|
141
141
|
/**
|
|
@@ -143,7 +143,7 @@ export interface SecretWithClientCredentialsArgs {
|
|
|
143
143
|
*/
|
|
144
144
|
oauthScopes: pulumi.Input<pulumi.Input<string>[]>;
|
|
145
145
|
/**
|
|
146
|
-
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
146
|
+
* The schema in which to create the secret. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
147
147
|
*/
|
|
148
148
|
schema: pulumi.Input<string>;
|
|
149
149
|
}
|