@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/streamOnView.d.ts
CHANGED
|
@@ -34,12 +34,9 @@ export declare class StreamOnView extends pulumi.CustomResource {
|
|
|
34
34
|
* Specifies a comment for the stream.
|
|
35
35
|
*/
|
|
36
36
|
readonly comment: pulumi.Output<string | undefined>;
|
|
37
|
-
/**
|
|
38
|
-
* Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. That is sometimes used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect when creating a new stream.
|
|
39
|
-
*/
|
|
40
37
|
readonly copyGrants: pulumi.Output<boolean | undefined>;
|
|
41
38
|
/**
|
|
42
|
-
* The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
39
|
+
* The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
43
40
|
*/
|
|
44
41
|
readonly database: pulumi.Output<string>;
|
|
45
42
|
/**
|
|
@@ -51,11 +48,11 @@ export declare class StreamOnView extends pulumi.CustomResource {
|
|
|
51
48
|
*/
|
|
52
49
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
53
50
|
/**
|
|
54
|
-
* Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
51
|
+
* Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
55
52
|
*/
|
|
56
53
|
readonly name: pulumi.Output<string>;
|
|
57
54
|
/**
|
|
58
|
-
* The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
55
|
+
* The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
59
56
|
*/
|
|
60
57
|
readonly schema: pulumi.Output<string>;
|
|
61
58
|
readonly showInitialRows: pulumi.Output<string | undefined>;
|
|
@@ -69,7 +66,7 @@ export declare class StreamOnView extends pulumi.CustomResource {
|
|
|
69
66
|
*/
|
|
70
67
|
readonly streamType: pulumi.Output<string>;
|
|
71
68
|
/**
|
|
72
|
-
* Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
69
|
+
* Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
73
70
|
*/
|
|
74
71
|
readonly view: pulumi.Output<string>;
|
|
75
72
|
/**
|
|
@@ -95,12 +92,9 @@ export interface StreamOnViewState {
|
|
|
95
92
|
* Specifies a comment for the stream.
|
|
96
93
|
*/
|
|
97
94
|
comment?: pulumi.Input<string>;
|
|
98
|
-
/**
|
|
99
|
-
* Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. That is sometimes used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect when creating a new stream.
|
|
100
|
-
*/
|
|
101
95
|
copyGrants?: pulumi.Input<boolean>;
|
|
102
96
|
/**
|
|
103
|
-
* The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
97
|
+
* The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
104
98
|
*/
|
|
105
99
|
database?: pulumi.Input<string>;
|
|
106
100
|
/**
|
|
@@ -112,11 +106,11 @@ export interface StreamOnViewState {
|
|
|
112
106
|
*/
|
|
113
107
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
114
108
|
/**
|
|
115
|
-
* Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
109
|
+
* Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
116
110
|
*/
|
|
117
111
|
name?: pulumi.Input<string>;
|
|
118
112
|
/**
|
|
119
|
-
* The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
113
|
+
* The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
120
114
|
*/
|
|
121
115
|
schema?: pulumi.Input<string>;
|
|
122
116
|
showInitialRows?: pulumi.Input<string>;
|
|
@@ -130,7 +124,7 @@ export interface StreamOnViewState {
|
|
|
130
124
|
*/
|
|
131
125
|
streamType?: pulumi.Input<string>;
|
|
132
126
|
/**
|
|
133
|
-
* Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
127
|
+
* Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
134
128
|
*/
|
|
135
129
|
view?: pulumi.Input<string>;
|
|
136
130
|
}
|
|
@@ -148,25 +142,22 @@ export interface StreamOnViewArgs {
|
|
|
148
142
|
* Specifies a comment for the stream.
|
|
149
143
|
*/
|
|
150
144
|
comment?: pulumi.Input<string>;
|
|
151
|
-
/**
|
|
152
|
-
* Retains the access permissions from the original stream when a stream is recreated using the OR REPLACE clause. That is sometimes used when the provider detects changes for fields that can not be changed by ALTER. This value will not have any effect when creating a new stream.
|
|
153
|
-
*/
|
|
154
145
|
copyGrants?: pulumi.Input<boolean>;
|
|
155
146
|
/**
|
|
156
|
-
* The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
147
|
+
* The database in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
157
148
|
*/
|
|
158
149
|
database: pulumi.Input<string>;
|
|
159
150
|
/**
|
|
160
|
-
* Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
151
|
+
* Specifies the identifier for the stream; must be unique for the database and schema in which the stream is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
161
152
|
*/
|
|
162
153
|
name?: pulumi.Input<string>;
|
|
163
154
|
/**
|
|
164
|
-
* The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
155
|
+
* The schema in which to create the stream. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
165
156
|
*/
|
|
166
157
|
schema: pulumi.Input<string>;
|
|
167
158
|
showInitialRows?: pulumi.Input<string>;
|
|
168
159
|
/**
|
|
169
|
-
* Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
160
|
+
* Specifies an identifier for the view the stream will monitor. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`. For more information about this resource, see docs.
|
|
170
161
|
*/
|
|
171
162
|
view: pulumi.Input<string>;
|
|
172
163
|
}
|
package/streamOnView.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"streamOnView.js","sourceRoot":"","sources":["../streamOnView.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC;;;;;;GAMG;AACH,MAAa,YAAa,SAAQ,MAAM,CAAC,cAAc;IACnD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAyB,EAAE,IAAmC;QACvH,OAAO,IAAI,YAAY,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACnE,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,YAAY,CAAC,YAAY,CAAC;IAC7D,CAAC;
|
|
1
|
+
{"version":3,"file":"streamOnView.js","sourceRoot":"","sources":["../streamOnView.ts"],"names":[],"mappings":"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"}
|
package/streamlit.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>.<streamlit_name>
|
|
8
|
-
*
|
|
9
7
|
* ```sh
|
|
10
8
|
* $ pulumi import snowflake:index/streamlit:Streamlit example '"<database_name>"."<schema_name>"."<streamlit_name>"'
|
|
11
9
|
* ```
|
|
@@ -31,7 +29,7 @@ export declare class Streamlit extends pulumi.CustomResource {
|
|
|
31
29
|
*/
|
|
32
30
|
readonly comment: pulumi.Output<string | undefined>;
|
|
33
31
|
/**
|
|
34
|
-
* The database in which to create the streamlit
|
|
32
|
+
* The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
35
33
|
*/
|
|
36
34
|
readonly database: pulumi.Output<string>;
|
|
37
35
|
/**
|
|
@@ -51,19 +49,19 @@ export declare class Streamlit extends pulumi.CustomResource {
|
|
|
51
49
|
*/
|
|
52
50
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
53
51
|
/**
|
|
54
|
-
* Specifies the filename of the Streamlit Python application. This filename is relative to the value of `
|
|
52
|
+
* Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directoryLocation`
|
|
55
53
|
*/
|
|
56
54
|
readonly mainFile: pulumi.Output<string>;
|
|
57
55
|
/**
|
|
58
|
-
* String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account.
|
|
56
|
+
* String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
59
57
|
*/
|
|
60
58
|
readonly name: pulumi.Output<string>;
|
|
61
59
|
/**
|
|
62
|
-
* Specifies the warehouse where SQL queries issued by the Streamlit application are run.
|
|
60
|
+
* Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
63
61
|
*/
|
|
64
62
|
readonly queryWarehouse: pulumi.Output<string | undefined>;
|
|
65
63
|
/**
|
|
66
|
-
* The schema in which to create the streamlit.
|
|
64
|
+
* The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
67
65
|
*/
|
|
68
66
|
readonly schema: pulumi.Output<string>;
|
|
69
67
|
/**
|
|
@@ -71,7 +69,7 @@ export declare class Streamlit extends pulumi.CustomResource {
|
|
|
71
69
|
*/
|
|
72
70
|
readonly showOutputs: pulumi.Output<outputs.StreamlitShowOutput[]>;
|
|
73
71
|
/**
|
|
74
|
-
* The stage in which streamlit files are located.
|
|
72
|
+
* The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
75
73
|
*/
|
|
76
74
|
readonly stage: pulumi.Output<string>;
|
|
77
75
|
/**
|
|
@@ -96,7 +94,7 @@ export interface StreamlitState {
|
|
|
96
94
|
*/
|
|
97
95
|
comment?: pulumi.Input<string>;
|
|
98
96
|
/**
|
|
99
|
-
* The database in which to create the streamlit
|
|
97
|
+
* The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
100
98
|
*/
|
|
101
99
|
database?: pulumi.Input<string>;
|
|
102
100
|
/**
|
|
@@ -116,19 +114,19 @@ export interface StreamlitState {
|
|
|
116
114
|
*/
|
|
117
115
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
118
116
|
/**
|
|
119
|
-
* Specifies the filename of the Streamlit Python application. This filename is relative to the value of `
|
|
117
|
+
* Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directoryLocation`
|
|
120
118
|
*/
|
|
121
119
|
mainFile?: pulumi.Input<string>;
|
|
122
120
|
/**
|
|
123
|
-
* String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account.
|
|
121
|
+
* String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
124
122
|
*/
|
|
125
123
|
name?: pulumi.Input<string>;
|
|
126
124
|
/**
|
|
127
|
-
* Specifies the warehouse where SQL queries issued by the Streamlit application are run.
|
|
125
|
+
* Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
128
126
|
*/
|
|
129
127
|
queryWarehouse?: pulumi.Input<string>;
|
|
130
128
|
/**
|
|
131
|
-
* The schema in which to create the streamlit.
|
|
129
|
+
* The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
132
130
|
*/
|
|
133
131
|
schema?: pulumi.Input<string>;
|
|
134
132
|
/**
|
|
@@ -136,7 +134,7 @@ export interface StreamlitState {
|
|
|
136
134
|
*/
|
|
137
135
|
showOutputs?: pulumi.Input<pulumi.Input<inputs.StreamlitShowOutput>[]>;
|
|
138
136
|
/**
|
|
139
|
-
* The stage in which streamlit files are located.
|
|
137
|
+
* The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
140
138
|
*/
|
|
141
139
|
stage?: pulumi.Input<string>;
|
|
142
140
|
/**
|
|
@@ -153,7 +151,7 @@ export interface StreamlitArgs {
|
|
|
153
151
|
*/
|
|
154
152
|
comment?: pulumi.Input<string>;
|
|
155
153
|
/**
|
|
156
|
-
* The database in which to create the streamlit
|
|
154
|
+
* The database in which to create the streamlit Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
157
155
|
*/
|
|
158
156
|
database: pulumi.Input<string>;
|
|
159
157
|
/**
|
|
@@ -165,23 +163,23 @@ export interface StreamlitArgs {
|
|
|
165
163
|
*/
|
|
166
164
|
externalAccessIntegrations?: pulumi.Input<pulumi.Input<string>[]>;
|
|
167
165
|
/**
|
|
168
|
-
* Specifies the filename of the Streamlit Python application. This filename is relative to the value of `
|
|
166
|
+
* Specifies the filename of the Streamlit Python application. This filename is relative to the value of `directoryLocation`
|
|
169
167
|
*/
|
|
170
168
|
mainFile: pulumi.Input<string>;
|
|
171
169
|
/**
|
|
172
|
-
* String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account.
|
|
170
|
+
* String that specifies the identifier (i.e. name) for the streamlit; must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
173
171
|
*/
|
|
174
172
|
name?: pulumi.Input<string>;
|
|
175
173
|
/**
|
|
176
|
-
* Specifies the warehouse where SQL queries issued by the Streamlit application are run.
|
|
174
|
+
* Specifies the warehouse where SQL queries issued by the Streamlit application are run. Due to Snowflake limitations warehouse identifier can consist of only upper-cased letters. For more information about this resource, see docs.
|
|
177
175
|
*/
|
|
178
176
|
queryWarehouse?: pulumi.Input<string>;
|
|
179
177
|
/**
|
|
180
|
-
* The schema in which to create the streamlit.
|
|
178
|
+
* The schema in which to create the streamlit. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
181
179
|
*/
|
|
182
180
|
schema: pulumi.Input<string>;
|
|
183
181
|
/**
|
|
184
|
-
* The stage in which streamlit files are located.
|
|
182
|
+
* The stage in which streamlit files are located. For more information about this resource, see docs.
|
|
185
183
|
*/
|
|
186
184
|
stage: pulumi.Input<string>;
|
|
187
185
|
/**
|
package/streamlit.js
CHANGED
|
@@ -8,8 +8,6 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
|
-
* format is <database_name>.<schema_name>.<streamlit_name>
|
|
12
|
-
*
|
|
13
11
|
* ```sh
|
|
14
12
|
* $ pulumi import snowflake:index/streamlit:Streamlit example '"<database_name>"."<schema_name>"."<streamlit_name>"'
|
|
15
13
|
* ```
|
package/streamlit.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"streamlit.js","sourceRoot":"","sources":["../streamlit.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,yCAAyC;AAEzC
|
|
1
|
+
{"version":3,"file":"streamlit.js","sourceRoot":"","sources":["../streamlit.ts"],"names":[],"mappings":"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"}
|
package/tag.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export declare class Tag extends pulumi.CustomResource {
|
|
|
33
33
|
*/
|
|
34
34
|
readonly comment: pulumi.Output<string | undefined>;
|
|
35
35
|
/**
|
|
36
|
-
* The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
36
|
+
* The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
37
37
|
*/
|
|
38
38
|
readonly database: pulumi.Output<string>;
|
|
39
39
|
/**
|
|
@@ -41,15 +41,15 @@ export declare class Tag extends pulumi.CustomResource {
|
|
|
41
41
|
*/
|
|
42
42
|
readonly fullyQualifiedName: pulumi.Output<string>;
|
|
43
43
|
/**
|
|
44
|
-
* Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them.
|
|
44
|
+
* Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
45
45
|
*/
|
|
46
46
|
readonly maskingPolicies: pulumi.Output<string[] | undefined>;
|
|
47
47
|
/**
|
|
48
|
-
* Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
48
|
+
* Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
49
49
|
*/
|
|
50
50
|
readonly name: pulumi.Output<string>;
|
|
51
51
|
/**
|
|
52
|
-
* The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
52
|
+
* The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
53
53
|
*/
|
|
54
54
|
readonly schema: pulumi.Output<string>;
|
|
55
55
|
/**
|
|
@@ -78,7 +78,7 @@ export interface TagState {
|
|
|
78
78
|
*/
|
|
79
79
|
comment?: pulumi.Input<string>;
|
|
80
80
|
/**
|
|
81
|
-
* The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
81
|
+
* The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
82
82
|
*/
|
|
83
83
|
database?: pulumi.Input<string>;
|
|
84
84
|
/**
|
|
@@ -86,15 +86,15 @@ export interface TagState {
|
|
|
86
86
|
*/
|
|
87
87
|
fullyQualifiedName?: pulumi.Input<string>;
|
|
88
88
|
/**
|
|
89
|
-
* Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them.
|
|
89
|
+
* Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
90
90
|
*/
|
|
91
91
|
maskingPolicies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
92
92
|
/**
|
|
93
|
-
* Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
93
|
+
* Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
94
94
|
*/
|
|
95
95
|
name?: pulumi.Input<string>;
|
|
96
96
|
/**
|
|
97
|
-
* The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
97
|
+
* The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
98
98
|
*/
|
|
99
99
|
schema?: pulumi.Input<string>;
|
|
100
100
|
/**
|
|
@@ -115,19 +115,19 @@ export interface TagArgs {
|
|
|
115
115
|
*/
|
|
116
116
|
comment?: pulumi.Input<string>;
|
|
117
117
|
/**
|
|
118
|
-
* The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
118
|
+
* The database in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
119
119
|
*/
|
|
120
120
|
database: pulumi.Input<string>;
|
|
121
121
|
/**
|
|
122
|
-
* Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them.
|
|
122
|
+
* Set of masking policies for the tag. A tag can support one masking policy for each data type. If masking policies are assigned to the tag, before dropping the tag, the provider automatically unassigns them. For more information about this resource, see docs.
|
|
123
123
|
*/
|
|
124
124
|
maskingPolicies?: pulumi.Input<pulumi.Input<string>[]>;
|
|
125
125
|
/**
|
|
126
|
-
* Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
126
|
+
* Specifies the identifier for the tag; must be unique for the database in which the tag is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
127
127
|
*/
|
|
128
128
|
name?: pulumi.Input<string>;
|
|
129
129
|
/**
|
|
130
|
-
* The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"
|
|
130
|
+
* The schema in which to create the tag. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
|
|
131
131
|
*/
|
|
132
132
|
schema: pulumi.Input<string>;
|
|
133
133
|
}
|
package/tagAssociation.d.ts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
-
import * as inputs from "./types/input";
|
|
3
|
-
import * as outputs from "./types/output";
|
|
4
2
|
/**
|
|
5
3
|
* ## Import
|
|
6
4
|
*
|
|
7
|
-
*
|
|
5
|
+
* ~> **Note** Due to technical limitations of Terraform SDK, `object_identifiers` are not set during import state. Please run `terraform refresh` after importing to get this field populated.
|
|
8
6
|
*
|
|
9
7
|
* ```sh
|
|
10
|
-
* $ pulumi import snowflake:index/tagAssociation:TagAssociation example '
|
|
8
|
+
* $ pulumi import snowflake:index/tagAssociation:TagAssociation example '"TAG_DATABASE"."TAG_SCHEMA"."TAG_NAME"|TAG_VALUE|OBJECT_TYPE'
|
|
11
9
|
* ```
|
|
12
10
|
*/
|
|
13
11
|
export declare class TagAssociation extends pulumi.CustomResource {
|
|
@@ -27,15 +25,9 @@ export declare class TagAssociation extends pulumi.CustomResource {
|
|
|
27
25
|
*/
|
|
28
26
|
static isInstance(obj: any): obj is TagAssociation;
|
|
29
27
|
/**
|
|
30
|
-
* Specifies the object
|
|
28
|
+
* Specifies the object identifiers for the tag association.
|
|
31
29
|
*/
|
|
32
|
-
readonly objectIdentifiers: pulumi.Output<
|
|
33
|
-
/**
|
|
34
|
-
* Specifies the object identifier for the tag association.
|
|
35
|
-
*
|
|
36
|
-
* @deprecated Use `objectIdentifier` instead
|
|
37
|
-
*/
|
|
38
|
-
readonly objectName: pulumi.Output<string | undefined>;
|
|
30
|
+
readonly objectIdentifiers: pulumi.Output<string[]>;
|
|
39
31
|
/**
|
|
40
32
|
* Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE].
|
|
41
33
|
*/
|
|
@@ -45,7 +37,7 @@ export declare class TagAssociation extends pulumi.CustomResource {
|
|
|
45
37
|
*/
|
|
46
38
|
readonly skipValidation: pulumi.Output<boolean | undefined>;
|
|
47
39
|
/**
|
|
48
|
-
* Specifies the identifier for the tag.
|
|
40
|
+
* Specifies the identifier for the tag.
|
|
49
41
|
*/
|
|
50
42
|
readonly tagId: pulumi.Output<string>;
|
|
51
43
|
/**
|
|
@@ -66,15 +58,9 @@ export declare class TagAssociation extends pulumi.CustomResource {
|
|
|
66
58
|
*/
|
|
67
59
|
export interface TagAssociationState {
|
|
68
60
|
/**
|
|
69
|
-
* Specifies the object
|
|
61
|
+
* Specifies the object identifiers for the tag association.
|
|
70
62
|
*/
|
|
71
|
-
objectIdentifiers?: pulumi.Input<pulumi.Input<
|
|
72
|
-
/**
|
|
73
|
-
* Specifies the object identifier for the tag association.
|
|
74
|
-
*
|
|
75
|
-
* @deprecated Use `objectIdentifier` instead
|
|
76
|
-
*/
|
|
77
|
-
objectName?: pulumi.Input<string>;
|
|
63
|
+
objectIdentifiers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
78
64
|
/**
|
|
79
65
|
* Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE].
|
|
80
66
|
*/
|
|
@@ -84,7 +70,7 @@ export interface TagAssociationState {
|
|
|
84
70
|
*/
|
|
85
71
|
skipValidation?: pulumi.Input<boolean>;
|
|
86
72
|
/**
|
|
87
|
-
* Specifies the identifier for the tag.
|
|
73
|
+
* Specifies the identifier for the tag.
|
|
88
74
|
*/
|
|
89
75
|
tagId?: pulumi.Input<string>;
|
|
90
76
|
/**
|
|
@@ -97,15 +83,9 @@ export interface TagAssociationState {
|
|
|
97
83
|
*/
|
|
98
84
|
export interface TagAssociationArgs {
|
|
99
85
|
/**
|
|
100
|
-
* Specifies the object
|
|
101
|
-
*/
|
|
102
|
-
objectIdentifiers: pulumi.Input<pulumi.Input<inputs.TagAssociationObjectIdentifier>[]>;
|
|
103
|
-
/**
|
|
104
|
-
* Specifies the object identifier for the tag association.
|
|
105
|
-
*
|
|
106
|
-
* @deprecated Use `objectIdentifier` instead
|
|
86
|
+
* Specifies the object identifiers for the tag association.
|
|
107
87
|
*/
|
|
108
|
-
|
|
88
|
+
objectIdentifiers: pulumi.Input<pulumi.Input<string>[]>;
|
|
109
89
|
/**
|
|
110
90
|
* Specifies the type of object to add a tag. Allowed object types: [ACCOUNT APPLICATION APPLICATION PACKAGE DATABASE FAILOVER GROUP INTEGRATION NETWORK POLICY REPLICATION GROUP ROLE SHARE USER WAREHOUSE DATABASE ROLE SCHEMA ALERT SNOWFLAKE.CORE.BUDGET SNOWFLAKE.ML.CLASSIFICATION EXTERNAL FUNCTION EXTERNAL TABLE FUNCTION GIT REPOSITORY ICEBERG TABLE MATERIALIZED VIEW PIPE MASKING POLICY PASSWORD POLICY ROW ACCESS POLICY SESSION POLICY PRIVACY POLICY PROCEDURE STAGE STREAM TABLE TASK VIEW COLUMN EVENT TABLE].
|
|
111
91
|
*/
|
|
@@ -115,7 +95,7 @@ export interface TagAssociationArgs {
|
|
|
115
95
|
*/
|
|
116
96
|
skipValidation?: pulumi.Input<boolean>;
|
|
117
97
|
/**
|
|
118
|
-
* Specifies the identifier for the tag.
|
|
98
|
+
* Specifies the identifier for the tag.
|
|
119
99
|
*/
|
|
120
100
|
tagId: pulumi.Input<string>;
|
|
121
101
|
/**
|
package/tagAssociation.js
CHANGED
|
@@ -8,10 +8,10 @@ const utilities = require("./utilities");
|
|
|
8
8
|
/**
|
|
9
9
|
* ## Import
|
|
10
10
|
*
|
|
11
|
-
*
|
|
11
|
+
* ~> **Note** Due to technical limitations of Terraform SDK, `object_identifiers` are not set during import state. Please run `terraform refresh` after importing to get this field populated.
|
|
12
12
|
*
|
|
13
13
|
* ```sh
|
|
14
|
-
* $ pulumi import snowflake:index/tagAssociation:TagAssociation example '
|
|
14
|
+
* $ pulumi import snowflake:index/tagAssociation:TagAssociation example '"TAG_DATABASE"."TAG_SCHEMA"."TAG_NAME"|TAG_VALUE|OBJECT_TYPE'
|
|
15
15
|
* ```
|
|
16
16
|
*/
|
|
17
17
|
class TagAssociation extends pulumi.CustomResource {
|
|
@@ -43,7 +43,6 @@ class TagAssociation extends pulumi.CustomResource {
|
|
|
43
43
|
if (opts.id) {
|
|
44
44
|
const state = argsOrState;
|
|
45
45
|
resourceInputs["objectIdentifiers"] = state ? state.objectIdentifiers : undefined;
|
|
46
|
-
resourceInputs["objectName"] = state ? state.objectName : undefined;
|
|
47
46
|
resourceInputs["objectType"] = state ? state.objectType : undefined;
|
|
48
47
|
resourceInputs["skipValidation"] = state ? state.skipValidation : undefined;
|
|
49
48
|
resourceInputs["tagId"] = state ? state.tagId : undefined;
|
|
@@ -64,7 +63,6 @@ class TagAssociation extends pulumi.CustomResource {
|
|
|
64
63
|
throw new Error("Missing required property 'tagValue'");
|
|
65
64
|
}
|
|
66
65
|
resourceInputs["objectIdentifiers"] = args ? args.objectIdentifiers : undefined;
|
|
67
|
-
resourceInputs["objectName"] = args ? args.objectName : undefined;
|
|
68
66
|
resourceInputs["objectType"] = args ? args.objectType : undefined;
|
|
69
67
|
resourceInputs["skipValidation"] = args ? args.skipValidation : undefined;
|
|
70
68
|
resourceInputs["tagId"] = args ? args.tagId : undefined;
|
package/tagAssociation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tagAssociation.js","sourceRoot":"","sources":["../tagAssociation.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;
|
|
1
|
+
{"version":3,"file":"tagAssociation.js","sourceRoot":"","sources":["../tagAssociation.ts"],"names":[],"mappings":"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"}
|