pulumi-snowflake 0.61.0__py3-none-any.whl → 0.61.0a1729187291__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-snowflake might be problematic. Click here for more details.
- pulumi_snowflake/__init__.py +0 -110
- pulumi_snowflake/_inputs.py +1823 -5168
- pulumi_snowflake/config/__init__.pyi +36 -86
- pulumi_snowflake/config/vars.py +40 -104
- pulumi_snowflake/get_grants.py +0 -4
- pulumi_snowflake/get_streams.py +56 -105
- pulumi_snowflake/grant_account_role.py +2 -2
- pulumi_snowflake/grant_application_role.py +2 -2
- pulumi_snowflake/grant_database_role.py +2 -2
- pulumi_snowflake/grant_ownership.py +14 -14
- pulumi_snowflake/grant_privileges_to_account_role.py +8 -8
- pulumi_snowflake/grant_privileges_to_database_role.py +8 -8
- pulumi_snowflake/grant_privileges_to_share.py +2 -2
- pulumi_snowflake/legacy_service_user.py +0 -4
- pulumi_snowflake/outputs.py +1346 -4401
- pulumi_snowflake/provider.py +146 -433
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/stream_on_external_table.py +2 -50
- pulumi_snowflake/stream_on_table.py +0 -48
- pulumi_snowflake/tag_association.py +7 -7
- pulumi_snowflake/user.py +0 -4
- {pulumi_snowflake-0.61.0.dist-info → pulumi_snowflake-0.61.0a1729187291.dist-info}/METADATA +1 -1
- {pulumi_snowflake-0.61.0.dist-info → pulumi_snowflake-0.61.0a1729187291.dist-info}/RECORD +25 -39
- {pulumi_snowflake-0.61.0.dist-info → pulumi_snowflake-0.61.0a1729187291.dist-info}/WHEEL +1 -1
- pulumi_snowflake/account_authentication_policy_attachment.py +0 -149
- pulumi_snowflake/authentication_policy.py +0 -622
- pulumi_snowflake/external_volume.py +0 -378
- pulumi_snowflake/get_connections.py +0 -147
- pulumi_snowflake/get_secrets.py +0 -204
- pulumi_snowflake/primary_connection.py +0 -330
- pulumi_snowflake/secondary_connection.py +0 -339
- pulumi_snowflake/secret_with_authorization_code_grant.py +0 -548
- pulumi_snowflake/secret_with_basic_authentication.py +0 -500
- pulumi_snowflake/secret_with_client_credentials.py +0 -511
- pulumi_snowflake/secret_with_generic_string.py +0 -452
- pulumi_snowflake/stream_on_directory_table.py +0 -530
- pulumi_snowflake/stream_on_view.py +0 -679
- pulumi_snowflake/user_authentication_policy_attachment.py +0 -197
- {pulumi_snowflake-0.61.0.dist-info → pulumi_snowflake-0.61.0a1729187291.dist-info}/top_level.txt +0 -0
pulumi_snowflake/__init__.py
CHANGED
|
@@ -6,7 +6,6 @@ from . import _utilities
|
|
|
6
6
|
import typing
|
|
7
7
|
# Export this package's modules as members:
|
|
8
8
|
from .account import *
|
|
9
|
-
from .account_authentication_policy_attachment import *
|
|
10
9
|
from .account_parameter import *
|
|
11
10
|
from .account_password_policy_attachment import *
|
|
12
11
|
from .account_role import *
|
|
@@ -15,7 +14,6 @@ from .api_authentication_integration_with_authorization_code_grant import *
|
|
|
15
14
|
from .api_authentication_integration_with_client_credentials import *
|
|
16
15
|
from .api_authentication_integration_with_jwt_bearer import *
|
|
17
16
|
from .api_integration import *
|
|
18
|
-
from .authentication_policy import *
|
|
19
17
|
from .cortex_search_service import *
|
|
20
18
|
from .database import *
|
|
21
19
|
from .database_old import *
|
|
@@ -25,13 +23,11 @@ from .email_notification_integration import *
|
|
|
25
23
|
from .external_function import *
|
|
26
24
|
from .external_oauth_integration import *
|
|
27
25
|
from .external_table import *
|
|
28
|
-
from .external_volume import *
|
|
29
26
|
from .failover_group import *
|
|
30
27
|
from .file_format import *
|
|
31
28
|
from .function import *
|
|
32
29
|
from .get_accounts import *
|
|
33
30
|
from .get_alerts import *
|
|
34
|
-
from .get_connections import *
|
|
35
31
|
from .get_cortex_search_services import *
|
|
36
32
|
from .get_current_account import *
|
|
37
33
|
from .get_current_role import *
|
|
@@ -57,7 +53,6 @@ from .get_role import *
|
|
|
57
53
|
from .get_roles import *
|
|
58
54
|
from .get_row_access_policies import *
|
|
59
55
|
from .get_schemas import *
|
|
60
|
-
from .get_secrets import *
|
|
61
56
|
from .get_security_integrations import *
|
|
62
57
|
from .get_sequences import *
|
|
63
58
|
from .get_shares import *
|
|
@@ -95,7 +90,6 @@ from .oauth_integration_for_partner_applications import *
|
|
|
95
90
|
from .object_parameter import *
|
|
96
91
|
from .password_policy import *
|
|
97
92
|
from .pipe import *
|
|
98
|
-
from .primary_connection import *
|
|
99
93
|
from .procedure import *
|
|
100
94
|
from .provider import *
|
|
101
95
|
from .resource_monitor import *
|
|
@@ -105,12 +99,7 @@ from .saml2_integration import *
|
|
|
105
99
|
from .saml_integration import *
|
|
106
100
|
from .schema import *
|
|
107
101
|
from .scim_integration import *
|
|
108
|
-
from .secondary_connection import *
|
|
109
102
|
from .secondary_database import *
|
|
110
|
-
from .secret_with_authorization_code_grant import *
|
|
111
|
-
from .secret_with_basic_authentication import *
|
|
112
|
-
from .secret_with_client_credentials import *
|
|
113
|
-
from .secret_with_generic_string import *
|
|
114
103
|
from .sequence import *
|
|
115
104
|
from .service_user import *
|
|
116
105
|
from .session_parameter import *
|
|
@@ -119,10 +108,8 @@ from .shared_database import *
|
|
|
119
108
|
from .stage import *
|
|
120
109
|
from .storage_integration import *
|
|
121
110
|
from .stream import *
|
|
122
|
-
from .stream_on_directory_table import *
|
|
123
111
|
from .stream_on_external_table import *
|
|
124
112
|
from .stream_on_table import *
|
|
125
|
-
from .stream_on_view import *
|
|
126
113
|
from .streamlit import *
|
|
127
114
|
from .table import *
|
|
128
115
|
from .table_column_masking_policy_application import *
|
|
@@ -133,7 +120,6 @@ from .tag_masking_policy_association import *
|
|
|
133
120
|
from .task import *
|
|
134
121
|
from .unsafe_execute import *
|
|
135
122
|
from .user import *
|
|
136
|
-
from .user_authentication_policy_attachment import *
|
|
137
123
|
from .user_password_policy_attachment import *
|
|
138
124
|
from .user_public_keys import *
|
|
139
125
|
from .view import *
|
|
@@ -159,14 +145,6 @@ _utilities.register(
|
|
|
159
145
|
"snowflake:index/account:Account": "Account"
|
|
160
146
|
}
|
|
161
147
|
},
|
|
162
|
-
{
|
|
163
|
-
"pkg": "snowflake",
|
|
164
|
-
"mod": "index/accountAuthenticationPolicyAttachment",
|
|
165
|
-
"fqn": "pulumi_snowflake",
|
|
166
|
-
"classes": {
|
|
167
|
-
"snowflake:index/accountAuthenticationPolicyAttachment:AccountAuthenticationPolicyAttachment": "AccountAuthenticationPolicyAttachment"
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
148
|
{
|
|
171
149
|
"pkg": "snowflake",
|
|
172
150
|
"mod": "index/accountParameter",
|
|
@@ -231,14 +209,6 @@ _utilities.register(
|
|
|
231
209
|
"snowflake:index/apiIntegration:ApiIntegration": "ApiIntegration"
|
|
232
210
|
}
|
|
233
211
|
},
|
|
234
|
-
{
|
|
235
|
-
"pkg": "snowflake",
|
|
236
|
-
"mod": "index/authenticationPolicy",
|
|
237
|
-
"fqn": "pulumi_snowflake",
|
|
238
|
-
"classes": {
|
|
239
|
-
"snowflake:index/authenticationPolicy:AuthenticationPolicy": "AuthenticationPolicy"
|
|
240
|
-
}
|
|
241
|
-
},
|
|
242
212
|
{
|
|
243
213
|
"pkg": "snowflake",
|
|
244
214
|
"mod": "index/cortexSearchService",
|
|
@@ -311,14 +281,6 @@ _utilities.register(
|
|
|
311
281
|
"snowflake:index/externalTable:ExternalTable": "ExternalTable"
|
|
312
282
|
}
|
|
313
283
|
},
|
|
314
|
-
{
|
|
315
|
-
"pkg": "snowflake",
|
|
316
|
-
"mod": "index/externalVolume",
|
|
317
|
-
"fqn": "pulumi_snowflake",
|
|
318
|
-
"classes": {
|
|
319
|
-
"snowflake:index/externalVolume:ExternalVolume": "ExternalVolume"
|
|
320
|
-
}
|
|
321
|
-
},
|
|
322
284
|
{
|
|
323
285
|
"pkg": "snowflake",
|
|
324
286
|
"mod": "index/failoverGroup",
|
|
@@ -511,14 +473,6 @@ _utilities.register(
|
|
|
511
473
|
"snowflake:index/pipe:Pipe": "Pipe"
|
|
512
474
|
}
|
|
513
475
|
},
|
|
514
|
-
{
|
|
515
|
-
"pkg": "snowflake",
|
|
516
|
-
"mod": "index/primaryConnection",
|
|
517
|
-
"fqn": "pulumi_snowflake",
|
|
518
|
-
"classes": {
|
|
519
|
-
"snowflake:index/primaryConnection:PrimaryConnection": "PrimaryConnection"
|
|
520
|
-
}
|
|
521
|
-
},
|
|
522
476
|
{
|
|
523
477
|
"pkg": "snowflake",
|
|
524
478
|
"mod": "index/procedure",
|
|
@@ -583,14 +537,6 @@ _utilities.register(
|
|
|
583
537
|
"snowflake:index/scimIntegration:ScimIntegration": "ScimIntegration"
|
|
584
538
|
}
|
|
585
539
|
},
|
|
586
|
-
{
|
|
587
|
-
"pkg": "snowflake",
|
|
588
|
-
"mod": "index/secondaryConnection",
|
|
589
|
-
"fqn": "pulumi_snowflake",
|
|
590
|
-
"classes": {
|
|
591
|
-
"snowflake:index/secondaryConnection:SecondaryConnection": "SecondaryConnection"
|
|
592
|
-
}
|
|
593
|
-
},
|
|
594
540
|
{
|
|
595
541
|
"pkg": "snowflake",
|
|
596
542
|
"mod": "index/secondaryDatabase",
|
|
@@ -599,38 +545,6 @@ _utilities.register(
|
|
|
599
545
|
"snowflake:index/secondaryDatabase:SecondaryDatabase": "SecondaryDatabase"
|
|
600
546
|
}
|
|
601
547
|
},
|
|
602
|
-
{
|
|
603
|
-
"pkg": "snowflake",
|
|
604
|
-
"mod": "index/secretWithAuthorizationCodeGrant",
|
|
605
|
-
"fqn": "pulumi_snowflake",
|
|
606
|
-
"classes": {
|
|
607
|
-
"snowflake:index/secretWithAuthorizationCodeGrant:SecretWithAuthorizationCodeGrant": "SecretWithAuthorizationCodeGrant"
|
|
608
|
-
}
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"pkg": "snowflake",
|
|
612
|
-
"mod": "index/secretWithBasicAuthentication",
|
|
613
|
-
"fqn": "pulumi_snowflake",
|
|
614
|
-
"classes": {
|
|
615
|
-
"snowflake:index/secretWithBasicAuthentication:SecretWithBasicAuthentication": "SecretWithBasicAuthentication"
|
|
616
|
-
}
|
|
617
|
-
},
|
|
618
|
-
{
|
|
619
|
-
"pkg": "snowflake",
|
|
620
|
-
"mod": "index/secretWithClientCredentials",
|
|
621
|
-
"fqn": "pulumi_snowflake",
|
|
622
|
-
"classes": {
|
|
623
|
-
"snowflake:index/secretWithClientCredentials:SecretWithClientCredentials": "SecretWithClientCredentials"
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
|
-
{
|
|
627
|
-
"pkg": "snowflake",
|
|
628
|
-
"mod": "index/secretWithGenericString",
|
|
629
|
-
"fqn": "pulumi_snowflake",
|
|
630
|
-
"classes": {
|
|
631
|
-
"snowflake:index/secretWithGenericString:SecretWithGenericString": "SecretWithGenericString"
|
|
632
|
-
}
|
|
633
|
-
},
|
|
634
548
|
{
|
|
635
549
|
"pkg": "snowflake",
|
|
636
550
|
"mod": "index/sequence",
|
|
@@ -695,14 +609,6 @@ _utilities.register(
|
|
|
695
609
|
"snowflake:index/stream:Stream": "Stream"
|
|
696
610
|
}
|
|
697
611
|
},
|
|
698
|
-
{
|
|
699
|
-
"pkg": "snowflake",
|
|
700
|
-
"mod": "index/streamOnDirectoryTable",
|
|
701
|
-
"fqn": "pulumi_snowflake",
|
|
702
|
-
"classes": {
|
|
703
|
-
"snowflake:index/streamOnDirectoryTable:StreamOnDirectoryTable": "StreamOnDirectoryTable"
|
|
704
|
-
}
|
|
705
|
-
},
|
|
706
612
|
{
|
|
707
613
|
"pkg": "snowflake",
|
|
708
614
|
"mod": "index/streamOnExternalTable",
|
|
@@ -719,14 +625,6 @@ _utilities.register(
|
|
|
719
625
|
"snowflake:index/streamOnTable:StreamOnTable": "StreamOnTable"
|
|
720
626
|
}
|
|
721
627
|
},
|
|
722
|
-
{
|
|
723
|
-
"pkg": "snowflake",
|
|
724
|
-
"mod": "index/streamOnView",
|
|
725
|
-
"fqn": "pulumi_snowflake",
|
|
726
|
-
"classes": {
|
|
727
|
-
"snowflake:index/streamOnView:StreamOnView": "StreamOnView"
|
|
728
|
-
}
|
|
729
|
-
},
|
|
730
628
|
{
|
|
731
629
|
"pkg": "snowflake",
|
|
732
630
|
"mod": "index/streamlit",
|
|
@@ -807,14 +705,6 @@ _utilities.register(
|
|
|
807
705
|
"snowflake:index/user:User": "User"
|
|
808
706
|
}
|
|
809
707
|
},
|
|
810
|
-
{
|
|
811
|
-
"pkg": "snowflake",
|
|
812
|
-
"mod": "index/userAuthenticationPolicyAttachment",
|
|
813
|
-
"fqn": "pulumi_snowflake",
|
|
814
|
-
"classes": {
|
|
815
|
-
"snowflake:index/userAuthenticationPolicyAttachment:UserAuthenticationPolicyAttachment": "UserAuthenticationPolicyAttachment"
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
708
|
{
|
|
819
709
|
"pkg": "snowflake",
|
|
820
710
|
"mod": "index/userPasswordPolicyAttachment",
|