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