pulumi-snowflake 1.4.0a1745476760__py3-none-any.whl → 1.4.0a1746081577__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/account.py +3 -0
- pulumi_snowflake/account_authentication_policy_attachment.py +3 -0
- pulumi_snowflake/account_parameter.py +3 -0
- pulumi_snowflake/account_password_policy_attachment.py +3 -0
- pulumi_snowflake/account_role.py +3 -0
- pulumi_snowflake/alert.py +3 -0
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +3 -0
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +3 -0
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +3 -0
- pulumi_snowflake/api_integration.py +3 -0
- pulumi_snowflake/authentication_policy.py +3 -0
- pulumi_snowflake/cortex_search_service.py +3 -0
- pulumi_snowflake/database.py +3 -0
- pulumi_snowflake/database_role.py +3 -0
- pulumi_snowflake/dynamic_table.py +3 -0
- pulumi_snowflake/email_notification_integration.py +3 -0
- pulumi_snowflake/execute.py +3 -0
- pulumi_snowflake/external_function.py +3 -0
- pulumi_snowflake/external_oauth_integration.py +3 -0
- pulumi_snowflake/external_table.py +3 -0
- pulumi_snowflake/external_volume.py +3 -0
- pulumi_snowflake/failover_group.py +3 -0
- pulumi_snowflake/file_format.py +3 -0
- pulumi_snowflake/function_java.py +3 -0
- pulumi_snowflake/function_javascript.py +3 -0
- pulumi_snowflake/function_python.py +3 -0
- pulumi_snowflake/function_scala.py +3 -0
- pulumi_snowflake/function_sql.py +3 -0
- pulumi_snowflake/grant_account_role.py +3 -0
- pulumi_snowflake/grant_application_role.py +3 -0
- pulumi_snowflake/grant_database_role.py +3 -0
- pulumi_snowflake/grant_ownership.py +3 -0
- pulumi_snowflake/grant_privileges_to_account_role.py +3 -0
- pulumi_snowflake/grant_privileges_to_database_role.py +3 -0
- pulumi_snowflake/grant_privileges_to_share.py +3 -0
- pulumi_snowflake/legacy_service_user.py +3 -0
- pulumi_snowflake/managed_account.py +3 -0
- pulumi_snowflake/masking_policy.py +3 -0
- pulumi_snowflake/materialized_view.py +3 -0
- pulumi_snowflake/network_policy.py +3 -0
- pulumi_snowflake/network_policy_attachment.py +3 -0
- pulumi_snowflake/network_rule.py +3 -0
- pulumi_snowflake/notification_integration.py +3 -0
- pulumi_snowflake/oauth_integration_for_custom_clients.py +3 -0
- pulumi_snowflake/oauth_integration_for_partner_applications.py +3 -0
- pulumi_snowflake/object_parameter.py +3 -0
- pulumi_snowflake/password_policy.py +3 -0
- pulumi_snowflake/pipe.py +3 -0
- pulumi_snowflake/primary_connection.py +3 -0
- pulumi_snowflake/procedure_java.py +3 -0
- pulumi_snowflake/procedure_javascript.py +3 -0
- pulumi_snowflake/procedure_python.py +3 -0
- pulumi_snowflake/procedure_scala.py +3 -0
- pulumi_snowflake/procedure_sql.py +3 -0
- pulumi_snowflake/provider.py +3 -0
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +3 -0
- pulumi_snowflake/row_access_policy.py +3 -0
- pulumi_snowflake/saml2_integration.py +3 -0
- pulumi_snowflake/schema.py +3 -0
- pulumi_snowflake/scim_integration.py +3 -0
- pulumi_snowflake/secondary_connection.py +3 -0
- pulumi_snowflake/secondary_database.py +3 -0
- pulumi_snowflake/secret_with_authorization_code_grant.py +3 -0
- pulumi_snowflake/secret_with_basic_authentication.py +3 -0
- pulumi_snowflake/secret_with_client_credentials.py +3 -0
- pulumi_snowflake/secret_with_generic_string.py +3 -0
- pulumi_snowflake/sequence.py +3 -0
- pulumi_snowflake/service_user.py +3 -0
- pulumi_snowflake/share.py +3 -0
- pulumi_snowflake/shared_database.py +3 -0
- pulumi_snowflake/stage.py +3 -0
- pulumi_snowflake/storage_integration.py +3 -0
- pulumi_snowflake/stream_on_directory_table.py +3 -0
- pulumi_snowflake/stream_on_external_table.py +3 -0
- pulumi_snowflake/stream_on_table.py +3 -0
- pulumi_snowflake/stream_on_view.py +3 -0
- pulumi_snowflake/streamlit.py +3 -0
- pulumi_snowflake/table.py +3 -0
- pulumi_snowflake/table_column_masking_policy_application.py +3 -0
- pulumi_snowflake/table_constraint.py +3 -0
- pulumi_snowflake/tag.py +3 -0
- pulumi_snowflake/tag_association.py +3 -0
- pulumi_snowflake/task.py +3 -0
- pulumi_snowflake/user.py +3 -0
- pulumi_snowflake/user_authentication_policy_attachment.py +3 -0
- pulumi_snowflake/user_password_policy_attachment.py +3 -0
- pulumi_snowflake/user_public_keys.py +3 -0
- pulumi_snowflake/view.py +3 -0
- pulumi_snowflake/warehouse.py +3 -0
- {pulumi_snowflake-1.4.0a1745476760.dist-info → pulumi_snowflake-1.4.0a1746081577.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.4.0a1746081577.dist-info/RECORD +148 -0
- {pulumi_snowflake-1.4.0a1745476760.dist-info → pulumi_snowflake-1.4.0a1746081577.dist-info}/WHEEL +1 -1
- pulumi_snowflake-1.4.0a1745476760.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.4.0a1745476760.dist-info → pulumi_snowflake-1.4.0a1746081577.dist-info}/top_level.txt +0 -0
pulumi_snowflake/account.py
CHANGED
|
@@ -65,6 +65,9 @@ class _AccountAuthenticationPolicyAttachmentState:
|
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
class AccountAuthenticationPolicyAttachment(pulumi.CustomResource):
|
|
68
|
+
|
|
69
|
+
pulumi_type = "snowflake:index/accountAuthenticationPolicyAttachment:AccountAuthenticationPolicyAttachment"
|
|
70
|
+
|
|
68
71
|
@overload
|
|
69
72
|
def __init__(__self__,
|
|
70
73
|
resource_name: str,
|
|
@@ -65,6 +65,9 @@ class _AccountPasswordPolicyAttachmentState:
|
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
class AccountPasswordPolicyAttachment(pulumi.CustomResource):
|
|
68
|
+
|
|
69
|
+
pulumi_type = "snowflake:index/accountPasswordPolicyAttachment:AccountPasswordPolicyAttachment"
|
|
70
|
+
|
|
68
71
|
@overload
|
|
69
72
|
def __init__(__self__,
|
|
70
73
|
resource_name: str,
|
pulumi_snowflake/account_role.py
CHANGED
pulumi_snowflake/alert.py
CHANGED
|
@@ -425,6 +425,9 @@ class _ApiAuthenticationIntegrationWithAuthorizationCodeGrantState:
|
|
|
425
425
|
|
|
426
426
|
|
|
427
427
|
class ApiAuthenticationIntegrationWithAuthorizationCodeGrant(pulumi.CustomResource):
|
|
428
|
+
|
|
429
|
+
pulumi_type = "snowflake:index/apiAuthenticationIntegrationWithAuthorizationCodeGrant:ApiAuthenticationIntegrationWithAuthorizationCodeGrant"
|
|
430
|
+
|
|
428
431
|
@overload
|
|
429
432
|
def __init__(__self__,
|
|
430
433
|
resource_name: str,
|
|
@@ -393,6 +393,9 @@ class _ApiAuthenticationIntegrationWithClientCredentialsState:
|
|
|
393
393
|
|
|
394
394
|
|
|
395
395
|
class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
|
|
396
|
+
|
|
397
|
+
pulumi_type = "snowflake:index/apiAuthenticationIntegrationWithClientCredentials:ApiAuthenticationIntegrationWithClientCredentials"
|
|
398
|
+
|
|
396
399
|
@overload
|
|
397
400
|
def __init__(__self__,
|
|
398
401
|
resource_name: str,
|
|
@@ -416,6 +416,9 @@ class _ApiAuthenticationIntegrationWithJwtBearerState:
|
|
|
416
416
|
|
|
417
417
|
|
|
418
418
|
class ApiAuthenticationIntegrationWithJwtBearer(pulumi.CustomResource):
|
|
419
|
+
|
|
420
|
+
pulumi_type = "snowflake:index/apiAuthenticationIntegrationWithJwtBearer:ApiAuthenticationIntegrationWithJwtBearer"
|
|
421
|
+
|
|
419
422
|
@overload
|
|
420
423
|
def __init__(__self__,
|
|
421
424
|
resource_name: str,
|
pulumi_snowflake/database.py
CHANGED
|
@@ -161,6 +161,9 @@ class _EmailNotificationIntegrationState:
|
|
|
161
161
|
|
|
162
162
|
|
|
163
163
|
class EmailNotificationIntegration(pulumi.CustomResource):
|
|
164
|
+
|
|
165
|
+
pulumi_type = "snowflake:index/emailNotificationIntegration:EmailNotificationIntegration"
|
|
166
|
+
|
|
164
167
|
@overload
|
|
165
168
|
def __init__(__self__,
|
|
166
169
|
resource_name: str,
|
pulumi_snowflake/execute.py
CHANGED
|
@@ -607,6 +607,9 @@ class _ExternalOauthIntegrationState:
|
|
|
607
607
|
|
|
608
608
|
|
|
609
609
|
class ExternalOauthIntegration(pulumi.CustomResource):
|
|
610
|
+
|
|
611
|
+
pulumi_type = "snowflake:index/externalOauthIntegration:ExternalOauthIntegration"
|
|
612
|
+
|
|
610
613
|
@overload
|
|
611
614
|
def __init__(__self__,
|
|
612
615
|
resource_name: str,
|
pulumi_snowflake/file_format.py
CHANGED
pulumi_snowflake/function_sql.py
CHANGED
|
@@ -347,6 +347,9 @@ class _GrantPrivilegesToAccountRoleState:
|
|
|
347
347
|
|
|
348
348
|
|
|
349
349
|
class GrantPrivilegesToAccountRole(pulumi.CustomResource):
|
|
350
|
+
|
|
351
|
+
pulumi_type = "snowflake:index/grantPrivilegesToAccountRole:GrantPrivilegesToAccountRole"
|
|
352
|
+
|
|
350
353
|
@overload
|
|
351
354
|
def __init__(__self__,
|
|
352
355
|
resource_name: str,
|
|
@@ -315,6 +315,9 @@ class _GrantPrivilegesToDatabaseRoleState:
|
|
|
315
315
|
|
|
316
316
|
|
|
317
317
|
class GrantPrivilegesToDatabaseRole(pulumi.CustomResource):
|
|
318
|
+
|
|
319
|
+
pulumi_type = "snowflake:index/grantPrivilegesToDatabaseRole:GrantPrivilegesToDatabaseRole"
|
|
320
|
+
|
|
318
321
|
@overload
|
|
319
322
|
def __init__(__self__,
|
|
320
323
|
resource_name: str,
|
|
@@ -320,6 +320,9 @@ class _GrantPrivilegesToShareState:
|
|
|
320
320
|
|
|
321
321
|
|
|
322
322
|
class GrantPrivilegesToShare(pulumi.CustomResource):
|
|
323
|
+
|
|
324
|
+
pulumi_type = "snowflake:index/grantPrivilegesToShare:GrantPrivilegesToShare"
|
|
325
|
+
|
|
323
326
|
@overload
|
|
324
327
|
def __init__(__self__,
|
|
325
328
|
resource_name: str,
|
|
@@ -2444,6 +2444,9 @@ class _LegacyServiceUserState:
|
|
|
2444
2444
|
|
|
2445
2445
|
|
|
2446
2446
|
class LegacyServiceUser(pulumi.CustomResource):
|
|
2447
|
+
|
|
2448
|
+
pulumi_type = "snowflake:index/legacyServiceUser:LegacyServiceUser"
|
|
2449
|
+
|
|
2447
2450
|
@overload
|
|
2448
2451
|
def __init__(__self__,
|
|
2449
2452
|
resource_name: str,
|
|
@@ -129,6 +129,9 @@ class _NetworkPolicyAttachmentState:
|
|
|
129
129
|
|
|
130
130
|
|
|
131
131
|
class NetworkPolicyAttachment(pulumi.CustomResource):
|
|
132
|
+
|
|
133
|
+
pulumi_type = "snowflake:index/networkPolicyAttachment:NetworkPolicyAttachment"
|
|
134
|
+
|
|
132
135
|
@overload
|
|
133
136
|
def __init__(__self__,
|
|
134
137
|
resource_name: str,
|
pulumi_snowflake/network_rule.py
CHANGED
|
@@ -625,6 +625,9 @@ class _NotificationIntegrationState:
|
|
|
625
625
|
|
|
626
626
|
|
|
627
627
|
class NotificationIntegration(pulumi.CustomResource):
|
|
628
|
+
|
|
629
|
+
pulumi_type = "snowflake:index/notificationIntegration:NotificationIntegration"
|
|
630
|
+
|
|
628
631
|
@overload
|
|
629
632
|
def __init__(__self__,
|
|
630
633
|
resource_name: str,
|
|
@@ -562,6 +562,9 @@ class _OauthIntegrationForCustomClientsState:
|
|
|
562
562
|
|
|
563
563
|
|
|
564
564
|
class OauthIntegrationForCustomClients(pulumi.CustomResource):
|
|
565
|
+
|
|
566
|
+
pulumi_type = "snowflake:index/oauthIntegrationForCustomClients:OauthIntegrationForCustomClients"
|
|
567
|
+
|
|
565
568
|
@overload
|
|
566
569
|
def __init__(__self__,
|
|
567
570
|
resource_name: str,
|
|
@@ -387,6 +387,9 @@ class _OauthIntegrationForPartnerApplicationsState:
|
|
|
387
387
|
|
|
388
388
|
|
|
389
389
|
class OauthIntegrationForPartnerApplications(pulumi.CustomResource):
|
|
390
|
+
|
|
391
|
+
pulumi_type = "snowflake:index/oauthIntegrationForPartnerApplications:OauthIntegrationForPartnerApplications"
|
|
392
|
+
|
|
390
393
|
@overload
|
|
391
394
|
def __init__(__self__,
|
|
392
395
|
resource_name: str,
|
pulumi_snowflake/pipe.py
CHANGED
pulumi_snowflake/provider.py
CHANGED