pulumi-snowflake 1.2.0a1743489585__py3-none-any.whl → 1.2.0a1744183688__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 +1 -0
- pulumi_snowflake/_inputs.py +12288 -12287
- pulumi_snowflake/account.py +186 -185
- pulumi_snowflake/account_authentication_policy_attachment.py +15 -14
- pulumi_snowflake/account_parameter.py +29 -28
- pulumi_snowflake/account_password_policy_attachment.py +15 -14
- pulumi_snowflake/account_role.py +32 -31
- pulumi_snowflake/alert.py +120 -119
- pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +158 -157
- pulumi_snowflake/api_authentication_integration_with_client_credentials.py +144 -143
- pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +154 -153
- pulumi_snowflake/api_integration.py +203 -202
- pulumi_snowflake/authentication_policy.py +134 -133
- pulumi_snowflake/config/__init__.py +1 -0
- pulumi_snowflake/config/__init__.pyi +1 -0
- pulumi_snowflake/config/outputs.py +16 -15
- pulumi_snowflake/config/vars.py +1 -0
- pulumi_snowflake/cortex_search_service.py +141 -140
- pulumi_snowflake/database.py +288 -287
- pulumi_snowflake/database_role.py +50 -49
- pulumi_snowflake/dynamic_table.py +218 -217
- pulumi_snowflake/email_notification_integration.py +56 -55
- pulumi_snowflake/execute.py +50 -49
- pulumi_snowflake/external_function.py +225 -224
- pulumi_snowflake/external_oauth_integration.py +232 -231
- pulumi_snowflake/external_table.py +197 -196
- pulumi_snowflake/external_volume.py +50 -49
- pulumi_snowflake/failover_group.py +106 -105
- pulumi_snowflake/file_format.py +512 -511
- pulumi_snowflake/function_java.py +249 -248
- pulumi_snowflake/function_javascript.py +193 -192
- pulumi_snowflake/function_python.py +263 -262
- pulumi_snowflake/function_scala.py +249 -248
- pulumi_snowflake/function_sql.py +179 -178
- pulumi_snowflake/get_account_roles.py +12 -11
- pulumi_snowflake/get_accounts.py +12 -11
- pulumi_snowflake/get_alerts.py +17 -16
- pulumi_snowflake/get_connections.py +7 -6
- pulumi_snowflake/get_cortex_search_services.py +12 -11
- pulumi_snowflake/get_current_account.py +5 -4
- pulumi_snowflake/get_current_role.py +3 -2
- pulumi_snowflake/get_database.py +15 -14
- pulumi_snowflake/get_database_role.py +14 -13
- pulumi_snowflake/get_database_roles.py +12 -11
- pulumi_snowflake/get_databases.py +22 -21
- pulumi_snowflake/get_dynamic_tables.py +7 -6
- pulumi_snowflake/get_external_functions.py +12 -11
- pulumi_snowflake/get_external_tables.py +12 -11
- pulumi_snowflake/get_failover_groups.py +7 -6
- pulumi_snowflake/get_file_formats.py +12 -11
- pulumi_snowflake/get_functions.py +12 -11
- pulumi_snowflake/get_grants.py +2 -1
- pulumi_snowflake/get_masking_policies.py +12 -11
- pulumi_snowflake/get_materialized_views.py +12 -11
- pulumi_snowflake/get_network_policies.py +12 -11
- pulumi_snowflake/get_parameters.py +27 -26
- pulumi_snowflake/get_pipes.py +12 -11
- pulumi_snowflake/get_procedures.py +12 -11
- pulumi_snowflake/get_resource_monitors.py +7 -6
- pulumi_snowflake/get_row_access_policies.py +12 -11
- pulumi_snowflake/get_schemas.py +22 -21
- pulumi_snowflake/get_secrets.py +12 -11
- pulumi_snowflake/get_security_integrations.py +12 -11
- pulumi_snowflake/get_sequences.py +12 -11
- pulumi_snowflake/get_shares.py +7 -6
- pulumi_snowflake/get_stages.py +12 -11
- pulumi_snowflake/get_storage_integrations.py +2 -1
- pulumi_snowflake/get_streamlits.py +12 -11
- pulumi_snowflake/get_streams.py +17 -16
- pulumi_snowflake/get_system_generate_scim_access_token.py +8 -7
- pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +8 -7
- pulumi_snowflake/get_system_get_private_link_config.py +11 -10
- pulumi_snowflake/get_system_get_snowflake_platform_info.py +4 -3
- pulumi_snowflake/get_tables.py +12 -11
- pulumi_snowflake/get_tags.py +7 -6
- pulumi_snowflake/get_tasks.py +22 -21
- pulumi_snowflake/get_users.py +22 -21
- pulumi_snowflake/get_views.py +17 -16
- pulumi_snowflake/get_warehouses.py +17 -16
- pulumi_snowflake/grant_account_role.py +43 -42
- pulumi_snowflake/grant_application_role.py +43 -42
- pulumi_snowflake/grant_database_role.py +57 -56
- pulumi_snowflake/grant_ownership.py +43 -42
- pulumi_snowflake/grant_privileges_to_account_role.py +95 -94
- pulumi_snowflake/grant_privileges_to_database_role.py +95 -94
- pulumi_snowflake/grant_privileges_to_share.py +127 -126
- pulumi_snowflake/legacy_service_user.py +1039 -1038
- pulumi_snowflake/managed_account.py +113 -112
- pulumi_snowflake/masking_policy.py +106 -105
- pulumi_snowflake/materialized_view.py +120 -119
- pulumi_snowflake/network_policy.py +92 -91
- pulumi_snowflake/network_policy_attachment.py +43 -42
- pulumi_snowflake/network_rule.py +106 -105
- pulumi_snowflake/notification_integration.py +238 -237
- pulumi_snowflake/oauth_integration_for_custom_clients.py +210 -209
- pulumi_snowflake/oauth_integration_for_partner_applications.py +134 -133
- pulumi_snowflake/object_parameter.py +57 -56
- pulumi_snowflake/outputs.py +9273 -9272
- pulumi_snowflake/password_policy.py +246 -245
- pulumi_snowflake/pipe.py +148 -147
- pulumi_snowflake/primary_connection.py +55 -54
- pulumi_snowflake/procedure_java.py +267 -266
- pulumi_snowflake/procedure_javascript.py +197 -196
- pulumi_snowflake/procedure_python.py +267 -266
- pulumi_snowflake/procedure_scala.py +267 -266
- pulumi_snowflake/procedure_sql.py +197 -196
- pulumi_snowflake/provider.py +303 -302
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +134 -133
- pulumi_snowflake/row_access_policy.py +78 -77
- pulumi_snowflake/saml2_integration.py +246 -245
- pulumi_snowflake/schema.py +316 -315
- pulumi_snowflake/scim_integration.py +106 -105
- pulumi_snowflake/secondary_connection.py +57 -56
- pulumi_snowflake/secondary_database.py +288 -287
- pulumi_snowflake/secret_with_authorization_code_grant.py +109 -108
- pulumi_snowflake/secret_with_basic_authentication.py +95 -94
- pulumi_snowflake/secret_with_client_credentials.py +99 -98
- pulumi_snowflake/secret_with_generic_string.py +81 -80
- pulumi_snowflake/sequence.py +99 -98
- pulumi_snowflake/service_user.py +1015 -1014
- pulumi_snowflake/share.py +50 -49
- pulumi_snowflake/shared_database.py +246 -245
- pulumi_snowflake/stage.py +190 -189
- pulumi_snowflake/storage_integration.py +166 -165
- pulumi_snowflake/stream_on_directory_table.py +100 -99
- pulumi_snowflake/stream_on_external_table.py +114 -113
- pulumi_snowflake/stream_on_table.py +124 -123
- pulumi_snowflake/stream_on_view.py +124 -123
- pulumi_snowflake/streamlit.py +148 -147
- pulumi_snowflake/table.py +113 -112
- pulumi_snowflake/table_column_masking_policy_application.py +43 -42
- pulumi_snowflake/table_constraint.py +155 -154
- pulumi_snowflake/tag.py +92 -91
- pulumi_snowflake/tag_association.py +71 -70
- pulumi_snowflake/task.py +1002 -1001
- pulumi_snowflake/user.py +1101 -1100
- pulumi_snowflake/user_authentication_policy_attachment.py +29 -28
- pulumi_snowflake/user_password_policy_attachment.py +29 -28
- pulumi_snowflake/user_public_keys.py +43 -42
- pulumi_snowflake/view.py +136 -135
- pulumi_snowflake/warehouse.py +232 -231
- {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/METADATA +1 -1
- pulumi_snowflake-1.2.0a1744183688.dist-info/RECORD +148 -0
- pulumi_snowflake-1.2.0a1743489585.dist-info/RECORD +0 -148
- {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-1.2.0a1743489585.dist-info → pulumi_snowflake-1.2.0a1744183688.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -19,34 +20,34 @@ __all__ = ['NotificationIntegrationArgs', 'NotificationIntegration']
|
|
|
19
20
|
@pulumi.input_type
|
|
20
21
|
class NotificationIntegrationArgs:
|
|
21
22
|
def __init__(__self__, *,
|
|
22
|
-
notification_provider: pulumi.Input[str],
|
|
23
|
-
aws_sns_role_arn: Optional[pulumi.Input[str]] = None,
|
|
24
|
-
aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
|
|
25
|
-
aws_sqs_arn: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
aws_sqs_role_arn: Optional[pulumi.Input[str]] = None,
|
|
27
|
-
azure_storage_queue_primary_uri: Optional[pulumi.Input[str]] = None,
|
|
28
|
-
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
|
29
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
30
|
-
direction: Optional[pulumi.Input[str]] = None,
|
|
31
|
-
enabled: Optional[pulumi.Input[bool]] = None,
|
|
32
|
-
gcp_pubsub_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
33
|
-
gcp_pubsub_topic_name: Optional[pulumi.Input[str]] = None,
|
|
34
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
35
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
23
|
+
notification_provider: pulumi.Input[builtins.str],
|
|
24
|
+
aws_sns_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
25
|
+
aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
26
|
+
aws_sqs_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
27
|
+
aws_sqs_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
28
|
+
azure_storage_queue_primary_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
29
|
+
azure_tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
30
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
31
|
+
direction: Optional[pulumi.Input[builtins.str]] = None,
|
|
32
|
+
enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
33
|
+
gcp_pubsub_subscription_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
34
|
+
gcp_pubsub_topic_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
35
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
36
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
36
37
|
"""
|
|
37
38
|
The set of arguments for constructing a NotificationIntegration resource.
|
|
38
|
-
:param pulumi.Input[str] notification_provider: The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
39
|
-
:param pulumi.Input[str] aws_sns_role_arn: AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
40
|
-
:param pulumi.Input[str] aws_sns_topic_arn: AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
41
|
-
:param pulumi.Input[str] aws_sqs_arn: AWS SQS queue ARN for notification integration to connect to
|
|
42
|
-
:param pulumi.Input[str] aws_sqs_role_arn: AWS IAM role ARN for notification integration to assume
|
|
43
|
-
:param pulumi.Input[str] azure_storage_queue_primary_uri: The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
44
|
-
:param pulumi.Input[str] azure_tenant_id: The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
45
|
-
:param pulumi.Input[str] comment: A comment for the integration
|
|
46
|
-
:param pulumi.Input[str] direction: Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
47
|
-
:param pulumi.Input[str] gcp_pubsub_subscription_name: The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
48
|
-
:param pulumi.Input[str] gcp_pubsub_topic_name: The topic id that Snowflake will use to push notifications.
|
|
49
|
-
:param pulumi.Input[str] type: A type of integration
|
|
39
|
+
:param pulumi.Input[builtins.str] notification_provider: The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
40
|
+
:param pulumi.Input[builtins.str] aws_sns_role_arn: AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
41
|
+
:param pulumi.Input[builtins.str] aws_sns_topic_arn: AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
42
|
+
:param pulumi.Input[builtins.str] aws_sqs_arn: AWS SQS queue ARN for notification integration to connect to
|
|
43
|
+
:param pulumi.Input[builtins.str] aws_sqs_role_arn: AWS IAM role ARN for notification integration to assume
|
|
44
|
+
:param pulumi.Input[builtins.str] azure_storage_queue_primary_uri: The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
45
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
46
|
+
:param pulumi.Input[builtins.str] comment: A comment for the integration
|
|
47
|
+
:param pulumi.Input[builtins.str] direction: Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
48
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_subscription_name: The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
49
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_topic_name: The topic id that Snowflake will use to push notifications.
|
|
50
|
+
:param pulumi.Input[builtins.str] type: A type of integration
|
|
50
51
|
"""
|
|
51
52
|
pulumi.set(__self__, "notification_provider", notification_provider)
|
|
52
53
|
if aws_sns_role_arn is not None:
|
|
@@ -90,216 +91,216 @@ class NotificationIntegrationArgs:
|
|
|
90
91
|
|
|
91
92
|
@property
|
|
92
93
|
@pulumi.getter(name="notificationProvider")
|
|
93
|
-
def notification_provider(self) -> pulumi.Input[str]:
|
|
94
|
+
def notification_provider(self) -> pulumi.Input[builtins.str]:
|
|
94
95
|
"""
|
|
95
96
|
The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
96
97
|
"""
|
|
97
98
|
return pulumi.get(self, "notification_provider")
|
|
98
99
|
|
|
99
100
|
@notification_provider.setter
|
|
100
|
-
def notification_provider(self, value: pulumi.Input[str]):
|
|
101
|
+
def notification_provider(self, value: pulumi.Input[builtins.str]):
|
|
101
102
|
pulumi.set(self, "notification_provider", value)
|
|
102
103
|
|
|
103
104
|
@property
|
|
104
105
|
@pulumi.getter(name="awsSnsRoleArn")
|
|
105
|
-
def aws_sns_role_arn(self) -> Optional[pulumi.Input[str]]:
|
|
106
|
+
def aws_sns_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
106
107
|
"""
|
|
107
108
|
AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
108
109
|
"""
|
|
109
110
|
return pulumi.get(self, "aws_sns_role_arn")
|
|
110
111
|
|
|
111
112
|
@aws_sns_role_arn.setter
|
|
112
|
-
def aws_sns_role_arn(self, value: Optional[pulumi.Input[str]]):
|
|
113
|
+
def aws_sns_role_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
113
114
|
pulumi.set(self, "aws_sns_role_arn", value)
|
|
114
115
|
|
|
115
116
|
@property
|
|
116
117
|
@pulumi.getter(name="awsSnsTopicArn")
|
|
117
|
-
def aws_sns_topic_arn(self) -> Optional[pulumi.Input[str]]:
|
|
118
|
+
def aws_sns_topic_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
118
119
|
"""
|
|
119
120
|
AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
120
121
|
"""
|
|
121
122
|
return pulumi.get(self, "aws_sns_topic_arn")
|
|
122
123
|
|
|
123
124
|
@aws_sns_topic_arn.setter
|
|
124
|
-
def aws_sns_topic_arn(self, value: Optional[pulumi.Input[str]]):
|
|
125
|
+
def aws_sns_topic_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
125
126
|
pulumi.set(self, "aws_sns_topic_arn", value)
|
|
126
127
|
|
|
127
128
|
@property
|
|
128
129
|
@pulumi.getter(name="awsSqsArn")
|
|
129
130
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
130
|
-
def aws_sqs_arn(self) -> Optional[pulumi.Input[str]]:
|
|
131
|
+
def aws_sqs_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
131
132
|
"""
|
|
132
133
|
AWS SQS queue ARN for notification integration to connect to
|
|
133
134
|
"""
|
|
134
135
|
return pulumi.get(self, "aws_sqs_arn")
|
|
135
136
|
|
|
136
137
|
@aws_sqs_arn.setter
|
|
137
|
-
def aws_sqs_arn(self, value: Optional[pulumi.Input[str]]):
|
|
138
|
+
def aws_sqs_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
138
139
|
pulumi.set(self, "aws_sqs_arn", value)
|
|
139
140
|
|
|
140
141
|
@property
|
|
141
142
|
@pulumi.getter(name="awsSqsRoleArn")
|
|
142
143
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
143
|
-
def aws_sqs_role_arn(self) -> Optional[pulumi.Input[str]]:
|
|
144
|
+
def aws_sqs_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
144
145
|
"""
|
|
145
146
|
AWS IAM role ARN for notification integration to assume
|
|
146
147
|
"""
|
|
147
148
|
return pulumi.get(self, "aws_sqs_role_arn")
|
|
148
149
|
|
|
149
150
|
@aws_sqs_role_arn.setter
|
|
150
|
-
def aws_sqs_role_arn(self, value: Optional[pulumi.Input[str]]):
|
|
151
|
+
def aws_sqs_role_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
151
152
|
pulumi.set(self, "aws_sqs_role_arn", value)
|
|
152
153
|
|
|
153
154
|
@property
|
|
154
155
|
@pulumi.getter(name="azureStorageQueuePrimaryUri")
|
|
155
|
-
def azure_storage_queue_primary_uri(self) -> Optional[pulumi.Input[str]]:
|
|
156
|
+
def azure_storage_queue_primary_uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
156
157
|
"""
|
|
157
158
|
The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
158
159
|
"""
|
|
159
160
|
return pulumi.get(self, "azure_storage_queue_primary_uri")
|
|
160
161
|
|
|
161
162
|
@azure_storage_queue_primary_uri.setter
|
|
162
|
-
def azure_storage_queue_primary_uri(self, value: Optional[pulumi.Input[str]]):
|
|
163
|
+
def azure_storage_queue_primary_uri(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
163
164
|
pulumi.set(self, "azure_storage_queue_primary_uri", value)
|
|
164
165
|
|
|
165
166
|
@property
|
|
166
167
|
@pulumi.getter(name="azureTenantId")
|
|
167
|
-
def azure_tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
168
|
+
def azure_tenant_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
168
169
|
"""
|
|
169
170
|
The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
170
171
|
"""
|
|
171
172
|
return pulumi.get(self, "azure_tenant_id")
|
|
172
173
|
|
|
173
174
|
@azure_tenant_id.setter
|
|
174
|
-
def azure_tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
175
|
+
def azure_tenant_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
175
176
|
pulumi.set(self, "azure_tenant_id", value)
|
|
176
177
|
|
|
177
178
|
@property
|
|
178
179
|
@pulumi.getter
|
|
179
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
180
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
180
181
|
"""
|
|
181
182
|
A comment for the integration
|
|
182
183
|
"""
|
|
183
184
|
return pulumi.get(self, "comment")
|
|
184
185
|
|
|
185
186
|
@comment.setter
|
|
186
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
187
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
187
188
|
pulumi.set(self, "comment", value)
|
|
188
189
|
|
|
189
190
|
@property
|
|
190
191
|
@pulumi.getter
|
|
191
192
|
@_utilities.deprecated("""Will be removed - it is added automatically on the SDK level.""")
|
|
192
|
-
def direction(self) -> Optional[pulumi.Input[str]]:
|
|
193
|
+
def direction(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
193
194
|
"""
|
|
194
195
|
Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
195
196
|
"""
|
|
196
197
|
return pulumi.get(self, "direction")
|
|
197
198
|
|
|
198
199
|
@direction.setter
|
|
199
|
-
def direction(self, value: Optional[pulumi.Input[str]]):
|
|
200
|
+
def direction(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
200
201
|
pulumi.set(self, "direction", value)
|
|
201
202
|
|
|
202
203
|
@property
|
|
203
204
|
@pulumi.getter
|
|
204
|
-
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
205
|
+
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
205
206
|
return pulumi.get(self, "enabled")
|
|
206
207
|
|
|
207
208
|
@enabled.setter
|
|
208
|
-
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
209
|
+
def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
209
210
|
pulumi.set(self, "enabled", value)
|
|
210
211
|
|
|
211
212
|
@property
|
|
212
213
|
@pulumi.getter(name="gcpPubsubSubscriptionName")
|
|
213
|
-
def gcp_pubsub_subscription_name(self) -> Optional[pulumi.Input[str]]:
|
|
214
|
+
def gcp_pubsub_subscription_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
214
215
|
"""
|
|
215
216
|
The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
216
217
|
"""
|
|
217
218
|
return pulumi.get(self, "gcp_pubsub_subscription_name")
|
|
218
219
|
|
|
219
220
|
@gcp_pubsub_subscription_name.setter
|
|
220
|
-
def gcp_pubsub_subscription_name(self, value: Optional[pulumi.Input[str]]):
|
|
221
|
+
def gcp_pubsub_subscription_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
221
222
|
pulumi.set(self, "gcp_pubsub_subscription_name", value)
|
|
222
223
|
|
|
223
224
|
@property
|
|
224
225
|
@pulumi.getter(name="gcpPubsubTopicName")
|
|
225
|
-
def gcp_pubsub_topic_name(self) -> Optional[pulumi.Input[str]]:
|
|
226
|
+
def gcp_pubsub_topic_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
226
227
|
"""
|
|
227
228
|
The topic id that Snowflake will use to push notifications.
|
|
228
229
|
"""
|
|
229
230
|
return pulumi.get(self, "gcp_pubsub_topic_name")
|
|
230
231
|
|
|
231
232
|
@gcp_pubsub_topic_name.setter
|
|
232
|
-
def gcp_pubsub_topic_name(self, value: Optional[pulumi.Input[str]]):
|
|
233
|
+
def gcp_pubsub_topic_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
233
234
|
pulumi.set(self, "gcp_pubsub_topic_name", value)
|
|
234
235
|
|
|
235
236
|
@property
|
|
236
237
|
@pulumi.getter
|
|
237
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
238
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
238
239
|
return pulumi.get(self, "name")
|
|
239
240
|
|
|
240
241
|
@name.setter
|
|
241
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
242
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
242
243
|
pulumi.set(self, "name", value)
|
|
243
244
|
|
|
244
245
|
@property
|
|
245
246
|
@pulumi.getter
|
|
246
247
|
@_utilities.deprecated("""Will be removed - it is added automatically on the SDK level.""")
|
|
247
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
248
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
248
249
|
"""
|
|
249
250
|
A type of integration
|
|
250
251
|
"""
|
|
251
252
|
return pulumi.get(self, "type")
|
|
252
253
|
|
|
253
254
|
@type.setter
|
|
254
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
255
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
255
256
|
pulumi.set(self, "type", value)
|
|
256
257
|
|
|
257
258
|
|
|
258
259
|
@pulumi.input_type
|
|
259
260
|
class _NotificationIntegrationState:
|
|
260
261
|
def __init__(__self__, *,
|
|
261
|
-
aws_sns_external_id: Optional[pulumi.Input[str]] = None,
|
|
262
|
-
aws_sns_iam_user_arn: Optional[pulumi.Input[str]] = None,
|
|
263
|
-
aws_sns_role_arn: Optional[pulumi.Input[str]] = None,
|
|
264
|
-
aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
|
|
265
|
-
aws_sqs_arn: Optional[pulumi.Input[str]] = None,
|
|
266
|
-
aws_sqs_external_id: Optional[pulumi.Input[str]] = None,
|
|
267
|
-
aws_sqs_iam_user_arn: Optional[pulumi.Input[str]] = None,
|
|
268
|
-
aws_sqs_role_arn: Optional[pulumi.Input[str]] = None,
|
|
269
|
-
azure_storage_queue_primary_uri: Optional[pulumi.Input[str]] = None,
|
|
270
|
-
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
|
271
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
272
|
-
created_on: Optional[pulumi.Input[str]] = None,
|
|
273
|
-
direction: Optional[pulumi.Input[str]] = None,
|
|
274
|
-
enabled: Optional[pulumi.Input[bool]] = None,
|
|
275
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
276
|
-
gcp_pubsub_service_account: Optional[pulumi.Input[str]] = None,
|
|
277
|
-
gcp_pubsub_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
278
|
-
gcp_pubsub_topic_name: Optional[pulumi.Input[str]] = None,
|
|
279
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
280
|
-
notification_provider: Optional[pulumi.Input[str]] = None,
|
|
281
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
262
|
+
aws_sns_external_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
263
|
+
aws_sns_iam_user_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
264
|
+
aws_sns_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
265
|
+
aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
266
|
+
aws_sqs_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
267
|
+
aws_sqs_external_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
268
|
+
aws_sqs_iam_user_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
269
|
+
aws_sqs_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
270
|
+
azure_storage_queue_primary_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
271
|
+
azure_tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
272
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
273
|
+
created_on: Optional[pulumi.Input[builtins.str]] = None,
|
|
274
|
+
direction: Optional[pulumi.Input[builtins.str]] = None,
|
|
275
|
+
enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
276
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
277
|
+
gcp_pubsub_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
|
278
|
+
gcp_pubsub_subscription_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
279
|
+
gcp_pubsub_topic_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
280
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
281
|
+
notification_provider: Optional[pulumi.Input[builtins.str]] = None,
|
|
282
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
282
283
|
"""
|
|
283
284
|
Input properties used for looking up and filtering NotificationIntegration resources.
|
|
284
|
-
:param pulumi.Input[str] aws_sns_external_id: The external ID that Snowflake will use when assuming the AWS role
|
|
285
|
-
:param pulumi.Input[str] aws_sns_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
286
|
-
:param pulumi.Input[str] aws_sns_role_arn: AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
287
|
-
:param pulumi.Input[str] aws_sns_topic_arn: AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
288
|
-
:param pulumi.Input[str] aws_sqs_arn: AWS SQS queue ARN for notification integration to connect to
|
|
289
|
-
:param pulumi.Input[str] aws_sqs_external_id: The external ID that Snowflake will use when assuming the AWS role
|
|
290
|
-
:param pulumi.Input[str] aws_sqs_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
291
|
-
:param pulumi.Input[str] aws_sqs_role_arn: AWS IAM role ARN for notification integration to assume
|
|
292
|
-
:param pulumi.Input[str] azure_storage_queue_primary_uri: The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
293
|
-
:param pulumi.Input[str] azure_tenant_id: The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
294
|
-
:param pulumi.Input[str] comment: A comment for the integration
|
|
295
|
-
:param pulumi.Input[str] created_on: Date and time when the notification integration was created.
|
|
296
|
-
:param pulumi.Input[str] direction: Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
297
|
-
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
298
|
-
:param pulumi.Input[str] gcp_pubsub_service_account: The GCP service account identifier that Snowflake will use when assuming the GCP role
|
|
299
|
-
:param pulumi.Input[str] gcp_pubsub_subscription_name: The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
300
|
-
:param pulumi.Input[str] gcp_pubsub_topic_name: The topic id that Snowflake will use to push notifications.
|
|
301
|
-
:param pulumi.Input[str] notification_provider: The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
302
|
-
:param pulumi.Input[str] type: A type of integration
|
|
285
|
+
:param pulumi.Input[builtins.str] aws_sns_external_id: The external ID that Snowflake will use when assuming the AWS role
|
|
286
|
+
:param pulumi.Input[builtins.str] aws_sns_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
287
|
+
:param pulumi.Input[builtins.str] aws_sns_role_arn: AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
288
|
+
:param pulumi.Input[builtins.str] aws_sns_topic_arn: AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
289
|
+
:param pulumi.Input[builtins.str] aws_sqs_arn: AWS SQS queue ARN for notification integration to connect to
|
|
290
|
+
:param pulumi.Input[builtins.str] aws_sqs_external_id: The external ID that Snowflake will use when assuming the AWS role
|
|
291
|
+
:param pulumi.Input[builtins.str] aws_sqs_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
292
|
+
:param pulumi.Input[builtins.str] aws_sqs_role_arn: AWS IAM role ARN for notification integration to assume
|
|
293
|
+
:param pulumi.Input[builtins.str] azure_storage_queue_primary_uri: The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
294
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
295
|
+
:param pulumi.Input[builtins.str] comment: A comment for the integration
|
|
296
|
+
:param pulumi.Input[builtins.str] created_on: Date and time when the notification integration was created.
|
|
297
|
+
:param pulumi.Input[builtins.str] direction: Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
298
|
+
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
299
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_service_account: The GCP service account identifier that Snowflake will use when assuming the GCP role
|
|
300
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_subscription_name: The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
301
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_topic_name: The topic id that Snowflake will use to push notifications.
|
|
302
|
+
:param pulumi.Input[builtins.str] notification_provider: The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
303
|
+
:param pulumi.Input[builtins.str] type: A type of integration
|
|
303
304
|
"""
|
|
304
305
|
if aws_sns_external_id is not None:
|
|
305
306
|
pulumi.set(__self__, "aws_sns_external_id", aws_sns_external_id)
|
|
@@ -364,254 +365,254 @@ class _NotificationIntegrationState:
|
|
|
364
365
|
|
|
365
366
|
@property
|
|
366
367
|
@pulumi.getter(name="awsSnsExternalId")
|
|
367
|
-
def aws_sns_external_id(self) -> Optional[pulumi.Input[str]]:
|
|
368
|
+
def aws_sns_external_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
368
369
|
"""
|
|
369
370
|
The external ID that Snowflake will use when assuming the AWS role
|
|
370
371
|
"""
|
|
371
372
|
return pulumi.get(self, "aws_sns_external_id")
|
|
372
373
|
|
|
373
374
|
@aws_sns_external_id.setter
|
|
374
|
-
def aws_sns_external_id(self, value: Optional[pulumi.Input[str]]):
|
|
375
|
+
def aws_sns_external_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
375
376
|
pulumi.set(self, "aws_sns_external_id", value)
|
|
376
377
|
|
|
377
378
|
@property
|
|
378
379
|
@pulumi.getter(name="awsSnsIamUserArn")
|
|
379
|
-
def aws_sns_iam_user_arn(self) -> Optional[pulumi.Input[str]]:
|
|
380
|
+
def aws_sns_iam_user_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
380
381
|
"""
|
|
381
382
|
The Snowflake user that will attempt to assume the AWS role.
|
|
382
383
|
"""
|
|
383
384
|
return pulumi.get(self, "aws_sns_iam_user_arn")
|
|
384
385
|
|
|
385
386
|
@aws_sns_iam_user_arn.setter
|
|
386
|
-
def aws_sns_iam_user_arn(self, value: Optional[pulumi.Input[str]]):
|
|
387
|
+
def aws_sns_iam_user_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
387
388
|
pulumi.set(self, "aws_sns_iam_user_arn", value)
|
|
388
389
|
|
|
389
390
|
@property
|
|
390
391
|
@pulumi.getter(name="awsSnsRoleArn")
|
|
391
|
-
def aws_sns_role_arn(self) -> Optional[pulumi.Input[str]]:
|
|
392
|
+
def aws_sns_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
392
393
|
"""
|
|
393
394
|
AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
394
395
|
"""
|
|
395
396
|
return pulumi.get(self, "aws_sns_role_arn")
|
|
396
397
|
|
|
397
398
|
@aws_sns_role_arn.setter
|
|
398
|
-
def aws_sns_role_arn(self, value: Optional[pulumi.Input[str]]):
|
|
399
|
+
def aws_sns_role_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
399
400
|
pulumi.set(self, "aws_sns_role_arn", value)
|
|
400
401
|
|
|
401
402
|
@property
|
|
402
403
|
@pulumi.getter(name="awsSnsTopicArn")
|
|
403
|
-
def aws_sns_topic_arn(self) -> Optional[pulumi.Input[str]]:
|
|
404
|
+
def aws_sns_topic_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
404
405
|
"""
|
|
405
406
|
AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
406
407
|
"""
|
|
407
408
|
return pulumi.get(self, "aws_sns_topic_arn")
|
|
408
409
|
|
|
409
410
|
@aws_sns_topic_arn.setter
|
|
410
|
-
def aws_sns_topic_arn(self, value: Optional[pulumi.Input[str]]):
|
|
411
|
+
def aws_sns_topic_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
411
412
|
pulumi.set(self, "aws_sns_topic_arn", value)
|
|
412
413
|
|
|
413
414
|
@property
|
|
414
415
|
@pulumi.getter(name="awsSqsArn")
|
|
415
416
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
416
|
-
def aws_sqs_arn(self) -> Optional[pulumi.Input[str]]:
|
|
417
|
+
def aws_sqs_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
417
418
|
"""
|
|
418
419
|
AWS SQS queue ARN for notification integration to connect to
|
|
419
420
|
"""
|
|
420
421
|
return pulumi.get(self, "aws_sqs_arn")
|
|
421
422
|
|
|
422
423
|
@aws_sqs_arn.setter
|
|
423
|
-
def aws_sqs_arn(self, value: Optional[pulumi.Input[str]]):
|
|
424
|
+
def aws_sqs_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
424
425
|
pulumi.set(self, "aws_sqs_arn", value)
|
|
425
426
|
|
|
426
427
|
@property
|
|
427
428
|
@pulumi.getter(name="awsSqsExternalId")
|
|
428
429
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
429
|
-
def aws_sqs_external_id(self) -> Optional[pulumi.Input[str]]:
|
|
430
|
+
def aws_sqs_external_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
430
431
|
"""
|
|
431
432
|
The external ID that Snowflake will use when assuming the AWS role
|
|
432
433
|
"""
|
|
433
434
|
return pulumi.get(self, "aws_sqs_external_id")
|
|
434
435
|
|
|
435
436
|
@aws_sqs_external_id.setter
|
|
436
|
-
def aws_sqs_external_id(self, value: Optional[pulumi.Input[str]]):
|
|
437
|
+
def aws_sqs_external_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
437
438
|
pulumi.set(self, "aws_sqs_external_id", value)
|
|
438
439
|
|
|
439
440
|
@property
|
|
440
441
|
@pulumi.getter(name="awsSqsIamUserArn")
|
|
441
442
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
442
|
-
def aws_sqs_iam_user_arn(self) -> Optional[pulumi.Input[str]]:
|
|
443
|
+
def aws_sqs_iam_user_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
443
444
|
"""
|
|
444
445
|
The Snowflake user that will attempt to assume the AWS role.
|
|
445
446
|
"""
|
|
446
447
|
return pulumi.get(self, "aws_sqs_iam_user_arn")
|
|
447
448
|
|
|
448
449
|
@aws_sqs_iam_user_arn.setter
|
|
449
|
-
def aws_sqs_iam_user_arn(self, value: Optional[pulumi.Input[str]]):
|
|
450
|
+
def aws_sqs_iam_user_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
450
451
|
pulumi.set(self, "aws_sqs_iam_user_arn", value)
|
|
451
452
|
|
|
452
453
|
@property
|
|
453
454
|
@pulumi.getter(name="awsSqsRoleArn")
|
|
454
455
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
455
|
-
def aws_sqs_role_arn(self) -> Optional[pulumi.Input[str]]:
|
|
456
|
+
def aws_sqs_role_arn(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
456
457
|
"""
|
|
457
458
|
AWS IAM role ARN for notification integration to assume
|
|
458
459
|
"""
|
|
459
460
|
return pulumi.get(self, "aws_sqs_role_arn")
|
|
460
461
|
|
|
461
462
|
@aws_sqs_role_arn.setter
|
|
462
|
-
def aws_sqs_role_arn(self, value: Optional[pulumi.Input[str]]):
|
|
463
|
+
def aws_sqs_role_arn(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
463
464
|
pulumi.set(self, "aws_sqs_role_arn", value)
|
|
464
465
|
|
|
465
466
|
@property
|
|
466
467
|
@pulumi.getter(name="azureStorageQueuePrimaryUri")
|
|
467
|
-
def azure_storage_queue_primary_uri(self) -> Optional[pulumi.Input[str]]:
|
|
468
|
+
def azure_storage_queue_primary_uri(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
468
469
|
"""
|
|
469
470
|
The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
470
471
|
"""
|
|
471
472
|
return pulumi.get(self, "azure_storage_queue_primary_uri")
|
|
472
473
|
|
|
473
474
|
@azure_storage_queue_primary_uri.setter
|
|
474
|
-
def azure_storage_queue_primary_uri(self, value: Optional[pulumi.Input[str]]):
|
|
475
|
+
def azure_storage_queue_primary_uri(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
475
476
|
pulumi.set(self, "azure_storage_queue_primary_uri", value)
|
|
476
477
|
|
|
477
478
|
@property
|
|
478
479
|
@pulumi.getter(name="azureTenantId")
|
|
479
|
-
def azure_tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
480
|
+
def azure_tenant_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
480
481
|
"""
|
|
481
482
|
The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
482
483
|
"""
|
|
483
484
|
return pulumi.get(self, "azure_tenant_id")
|
|
484
485
|
|
|
485
486
|
@azure_tenant_id.setter
|
|
486
|
-
def azure_tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
487
|
+
def azure_tenant_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
487
488
|
pulumi.set(self, "azure_tenant_id", value)
|
|
488
489
|
|
|
489
490
|
@property
|
|
490
491
|
@pulumi.getter
|
|
491
|
-
def comment(self) -> Optional[pulumi.Input[str]]:
|
|
492
|
+
def comment(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
492
493
|
"""
|
|
493
494
|
A comment for the integration
|
|
494
495
|
"""
|
|
495
496
|
return pulumi.get(self, "comment")
|
|
496
497
|
|
|
497
498
|
@comment.setter
|
|
498
|
-
def comment(self, value: Optional[pulumi.Input[str]]):
|
|
499
|
+
def comment(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
499
500
|
pulumi.set(self, "comment", value)
|
|
500
501
|
|
|
501
502
|
@property
|
|
502
503
|
@pulumi.getter(name="createdOn")
|
|
503
|
-
def created_on(self) -> Optional[pulumi.Input[str]]:
|
|
504
|
+
def created_on(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
504
505
|
"""
|
|
505
506
|
Date and time when the notification integration was created.
|
|
506
507
|
"""
|
|
507
508
|
return pulumi.get(self, "created_on")
|
|
508
509
|
|
|
509
510
|
@created_on.setter
|
|
510
|
-
def created_on(self, value: Optional[pulumi.Input[str]]):
|
|
511
|
+
def created_on(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
511
512
|
pulumi.set(self, "created_on", value)
|
|
512
513
|
|
|
513
514
|
@property
|
|
514
515
|
@pulumi.getter
|
|
515
516
|
@_utilities.deprecated("""Will be removed - it is added automatically on the SDK level.""")
|
|
516
|
-
def direction(self) -> Optional[pulumi.Input[str]]:
|
|
517
|
+
def direction(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
517
518
|
"""
|
|
518
519
|
Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
519
520
|
"""
|
|
520
521
|
return pulumi.get(self, "direction")
|
|
521
522
|
|
|
522
523
|
@direction.setter
|
|
523
|
-
def direction(self, value: Optional[pulumi.Input[str]]):
|
|
524
|
+
def direction(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
524
525
|
pulumi.set(self, "direction", value)
|
|
525
526
|
|
|
526
527
|
@property
|
|
527
528
|
@pulumi.getter
|
|
528
|
-
def enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
529
|
+
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
529
530
|
return pulumi.get(self, "enabled")
|
|
530
531
|
|
|
531
532
|
@enabled.setter
|
|
532
|
-
def enabled(self, value: Optional[pulumi.Input[bool]]):
|
|
533
|
+
def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
533
534
|
pulumi.set(self, "enabled", value)
|
|
534
535
|
|
|
535
536
|
@property
|
|
536
537
|
@pulumi.getter(name="fullyQualifiedName")
|
|
537
|
-
def fully_qualified_name(self) -> Optional[pulumi.Input[str]]:
|
|
538
|
+
def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
538
539
|
"""
|
|
539
540
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
540
541
|
"""
|
|
541
542
|
return pulumi.get(self, "fully_qualified_name")
|
|
542
543
|
|
|
543
544
|
@fully_qualified_name.setter
|
|
544
|
-
def fully_qualified_name(self, value: Optional[pulumi.Input[str]]):
|
|
545
|
+
def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
545
546
|
pulumi.set(self, "fully_qualified_name", value)
|
|
546
547
|
|
|
547
548
|
@property
|
|
548
549
|
@pulumi.getter(name="gcpPubsubServiceAccount")
|
|
549
|
-
def gcp_pubsub_service_account(self) -> Optional[pulumi.Input[str]]:
|
|
550
|
+
def gcp_pubsub_service_account(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
550
551
|
"""
|
|
551
552
|
The GCP service account identifier that Snowflake will use when assuming the GCP role
|
|
552
553
|
"""
|
|
553
554
|
return pulumi.get(self, "gcp_pubsub_service_account")
|
|
554
555
|
|
|
555
556
|
@gcp_pubsub_service_account.setter
|
|
556
|
-
def gcp_pubsub_service_account(self, value: Optional[pulumi.Input[str]]):
|
|
557
|
+
def gcp_pubsub_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
557
558
|
pulumi.set(self, "gcp_pubsub_service_account", value)
|
|
558
559
|
|
|
559
560
|
@property
|
|
560
561
|
@pulumi.getter(name="gcpPubsubSubscriptionName")
|
|
561
|
-
def gcp_pubsub_subscription_name(self) -> Optional[pulumi.Input[str]]:
|
|
562
|
+
def gcp_pubsub_subscription_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
562
563
|
"""
|
|
563
564
|
The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
564
565
|
"""
|
|
565
566
|
return pulumi.get(self, "gcp_pubsub_subscription_name")
|
|
566
567
|
|
|
567
568
|
@gcp_pubsub_subscription_name.setter
|
|
568
|
-
def gcp_pubsub_subscription_name(self, value: Optional[pulumi.Input[str]]):
|
|
569
|
+
def gcp_pubsub_subscription_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
569
570
|
pulumi.set(self, "gcp_pubsub_subscription_name", value)
|
|
570
571
|
|
|
571
572
|
@property
|
|
572
573
|
@pulumi.getter(name="gcpPubsubTopicName")
|
|
573
|
-
def gcp_pubsub_topic_name(self) -> Optional[pulumi.Input[str]]:
|
|
574
|
+
def gcp_pubsub_topic_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
574
575
|
"""
|
|
575
576
|
The topic id that Snowflake will use to push notifications.
|
|
576
577
|
"""
|
|
577
578
|
return pulumi.get(self, "gcp_pubsub_topic_name")
|
|
578
579
|
|
|
579
580
|
@gcp_pubsub_topic_name.setter
|
|
580
|
-
def gcp_pubsub_topic_name(self, value: Optional[pulumi.Input[str]]):
|
|
581
|
+
def gcp_pubsub_topic_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
581
582
|
pulumi.set(self, "gcp_pubsub_topic_name", value)
|
|
582
583
|
|
|
583
584
|
@property
|
|
584
585
|
@pulumi.getter
|
|
585
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
586
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
586
587
|
return pulumi.get(self, "name")
|
|
587
588
|
|
|
588
589
|
@name.setter
|
|
589
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
590
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
590
591
|
pulumi.set(self, "name", value)
|
|
591
592
|
|
|
592
593
|
@property
|
|
593
594
|
@pulumi.getter(name="notificationProvider")
|
|
594
|
-
def notification_provider(self) -> Optional[pulumi.Input[str]]:
|
|
595
|
+
def notification_provider(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
595
596
|
"""
|
|
596
597
|
The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
597
598
|
"""
|
|
598
599
|
return pulumi.get(self, "notification_provider")
|
|
599
600
|
|
|
600
601
|
@notification_provider.setter
|
|
601
|
-
def notification_provider(self, value: Optional[pulumi.Input[str]]):
|
|
602
|
+
def notification_provider(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
602
603
|
pulumi.set(self, "notification_provider", value)
|
|
603
604
|
|
|
604
605
|
@property
|
|
605
606
|
@pulumi.getter
|
|
606
607
|
@_utilities.deprecated("""Will be removed - it is added automatically on the SDK level.""")
|
|
607
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
608
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
608
609
|
"""
|
|
609
610
|
A type of integration
|
|
610
611
|
"""
|
|
611
612
|
return pulumi.get(self, "type")
|
|
612
613
|
|
|
613
614
|
@type.setter
|
|
614
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
615
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
615
616
|
pulumi.set(self, "type", value)
|
|
616
617
|
|
|
617
618
|
|
|
@@ -620,20 +621,20 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
620
621
|
def __init__(__self__,
|
|
621
622
|
resource_name: str,
|
|
622
623
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
623
|
-
aws_sns_role_arn: Optional[pulumi.Input[str]] = None,
|
|
624
|
-
aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
|
|
625
|
-
aws_sqs_arn: Optional[pulumi.Input[str]] = None,
|
|
626
|
-
aws_sqs_role_arn: Optional[pulumi.Input[str]] = None,
|
|
627
|
-
azure_storage_queue_primary_uri: Optional[pulumi.Input[str]] = None,
|
|
628
|
-
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
|
629
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
630
|
-
direction: Optional[pulumi.Input[str]] = None,
|
|
631
|
-
enabled: Optional[pulumi.Input[bool]] = None,
|
|
632
|
-
gcp_pubsub_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
633
|
-
gcp_pubsub_topic_name: Optional[pulumi.Input[str]] = None,
|
|
634
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
635
|
-
notification_provider: Optional[pulumi.Input[str]] = None,
|
|
636
|
-
type: Optional[pulumi.Input[str]] = None,
|
|
624
|
+
aws_sns_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
625
|
+
aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
626
|
+
aws_sqs_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
627
|
+
aws_sqs_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
628
|
+
azure_storage_queue_primary_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
629
|
+
azure_tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
630
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
631
|
+
direction: Optional[pulumi.Input[builtins.str]] = None,
|
|
632
|
+
enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
633
|
+
gcp_pubsub_subscription_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
634
|
+
gcp_pubsub_topic_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
635
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
636
|
+
notification_provider: Optional[pulumi.Input[builtins.str]] = None,
|
|
637
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
637
638
|
__props__=None):
|
|
638
639
|
"""
|
|
639
640
|
## Import
|
|
@@ -644,18 +645,18 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
644
645
|
|
|
645
646
|
:param str resource_name: The name of the resource.
|
|
646
647
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
647
|
-
:param pulumi.Input[str] aws_sns_role_arn: AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
648
|
-
:param pulumi.Input[str] aws_sns_topic_arn: AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
649
|
-
:param pulumi.Input[str] aws_sqs_arn: AWS SQS queue ARN for notification integration to connect to
|
|
650
|
-
:param pulumi.Input[str] aws_sqs_role_arn: AWS IAM role ARN for notification integration to assume
|
|
651
|
-
:param pulumi.Input[str] azure_storage_queue_primary_uri: The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
652
|
-
:param pulumi.Input[str] azure_tenant_id: The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
653
|
-
:param pulumi.Input[str] comment: A comment for the integration
|
|
654
|
-
:param pulumi.Input[str] direction: Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
655
|
-
:param pulumi.Input[str] gcp_pubsub_subscription_name: The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
656
|
-
:param pulumi.Input[str] gcp_pubsub_topic_name: The topic id that Snowflake will use to push notifications.
|
|
657
|
-
:param pulumi.Input[str] notification_provider: The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
658
|
-
:param pulumi.Input[str] type: A type of integration
|
|
648
|
+
:param pulumi.Input[builtins.str] aws_sns_role_arn: AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
649
|
+
:param pulumi.Input[builtins.str] aws_sns_topic_arn: AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
650
|
+
:param pulumi.Input[builtins.str] aws_sqs_arn: AWS SQS queue ARN for notification integration to connect to
|
|
651
|
+
:param pulumi.Input[builtins.str] aws_sqs_role_arn: AWS IAM role ARN for notification integration to assume
|
|
652
|
+
:param pulumi.Input[builtins.str] azure_storage_queue_primary_uri: The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
653
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
654
|
+
:param pulumi.Input[builtins.str] comment: A comment for the integration
|
|
655
|
+
:param pulumi.Input[builtins.str] direction: Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
656
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_subscription_name: The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
657
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_topic_name: The topic id that Snowflake will use to push notifications.
|
|
658
|
+
:param pulumi.Input[builtins.str] notification_provider: The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
659
|
+
:param pulumi.Input[builtins.str] type: A type of integration
|
|
659
660
|
"""
|
|
660
661
|
...
|
|
661
662
|
@overload
|
|
@@ -685,20 +686,20 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
685
686
|
def _internal_init(__self__,
|
|
686
687
|
resource_name: str,
|
|
687
688
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
688
|
-
aws_sns_role_arn: Optional[pulumi.Input[str]] = None,
|
|
689
|
-
aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
|
|
690
|
-
aws_sqs_arn: Optional[pulumi.Input[str]] = None,
|
|
691
|
-
aws_sqs_role_arn: Optional[pulumi.Input[str]] = None,
|
|
692
|
-
azure_storage_queue_primary_uri: Optional[pulumi.Input[str]] = None,
|
|
693
|
-
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
|
694
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
695
|
-
direction: Optional[pulumi.Input[str]] = None,
|
|
696
|
-
enabled: Optional[pulumi.Input[bool]] = None,
|
|
697
|
-
gcp_pubsub_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
698
|
-
gcp_pubsub_topic_name: Optional[pulumi.Input[str]] = None,
|
|
699
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
700
|
-
notification_provider: Optional[pulumi.Input[str]] = None,
|
|
701
|
-
type: Optional[pulumi.Input[str]] = None,
|
|
689
|
+
aws_sns_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
690
|
+
aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
691
|
+
aws_sqs_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
692
|
+
aws_sqs_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
693
|
+
azure_storage_queue_primary_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
694
|
+
azure_tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
695
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
696
|
+
direction: Optional[pulumi.Input[builtins.str]] = None,
|
|
697
|
+
enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
698
|
+
gcp_pubsub_subscription_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
699
|
+
gcp_pubsub_topic_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
700
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
701
|
+
notification_provider: Optional[pulumi.Input[builtins.str]] = None,
|
|
702
|
+
type: Optional[pulumi.Input[builtins.str]] = None,
|
|
702
703
|
__props__=None):
|
|
703
704
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
704
705
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -741,27 +742,27 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
741
742
|
def get(resource_name: str,
|
|
742
743
|
id: pulumi.Input[str],
|
|
743
744
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
744
|
-
aws_sns_external_id: Optional[pulumi.Input[str]] = None,
|
|
745
|
-
aws_sns_iam_user_arn: Optional[pulumi.Input[str]] = None,
|
|
746
|
-
aws_sns_role_arn: Optional[pulumi.Input[str]] = None,
|
|
747
|
-
aws_sns_topic_arn: Optional[pulumi.Input[str]] = None,
|
|
748
|
-
aws_sqs_arn: Optional[pulumi.Input[str]] = None,
|
|
749
|
-
aws_sqs_external_id: Optional[pulumi.Input[str]] = None,
|
|
750
|
-
aws_sqs_iam_user_arn: Optional[pulumi.Input[str]] = None,
|
|
751
|
-
aws_sqs_role_arn: Optional[pulumi.Input[str]] = None,
|
|
752
|
-
azure_storage_queue_primary_uri: Optional[pulumi.Input[str]] = None,
|
|
753
|
-
azure_tenant_id: Optional[pulumi.Input[str]] = None,
|
|
754
|
-
comment: Optional[pulumi.Input[str]] = None,
|
|
755
|
-
created_on: Optional[pulumi.Input[str]] = None,
|
|
756
|
-
direction: Optional[pulumi.Input[str]] = None,
|
|
757
|
-
enabled: Optional[pulumi.Input[bool]] = None,
|
|
758
|
-
fully_qualified_name: Optional[pulumi.Input[str]] = None,
|
|
759
|
-
gcp_pubsub_service_account: Optional[pulumi.Input[str]] = None,
|
|
760
|
-
gcp_pubsub_subscription_name: Optional[pulumi.Input[str]] = None,
|
|
761
|
-
gcp_pubsub_topic_name: Optional[pulumi.Input[str]] = None,
|
|
762
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
763
|
-
notification_provider: Optional[pulumi.Input[str]] = None,
|
|
764
|
-
type: Optional[pulumi.Input[str]] = None) -> 'NotificationIntegration':
|
|
745
|
+
aws_sns_external_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
746
|
+
aws_sns_iam_user_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
747
|
+
aws_sns_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
748
|
+
aws_sns_topic_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
749
|
+
aws_sqs_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
750
|
+
aws_sqs_external_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
751
|
+
aws_sqs_iam_user_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
752
|
+
aws_sqs_role_arn: Optional[pulumi.Input[builtins.str]] = None,
|
|
753
|
+
azure_storage_queue_primary_uri: Optional[pulumi.Input[builtins.str]] = None,
|
|
754
|
+
azure_tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
755
|
+
comment: Optional[pulumi.Input[builtins.str]] = None,
|
|
756
|
+
created_on: Optional[pulumi.Input[builtins.str]] = None,
|
|
757
|
+
direction: Optional[pulumi.Input[builtins.str]] = None,
|
|
758
|
+
enabled: Optional[pulumi.Input[builtins.bool]] = None,
|
|
759
|
+
fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
760
|
+
gcp_pubsub_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
|
761
|
+
gcp_pubsub_subscription_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
762
|
+
gcp_pubsub_topic_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
763
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
764
|
+
notification_provider: Optional[pulumi.Input[builtins.str]] = None,
|
|
765
|
+
type: Optional[pulumi.Input[builtins.str]] = None) -> 'NotificationIntegration':
|
|
765
766
|
"""
|
|
766
767
|
Get an existing NotificationIntegration resource's state with the given name, id, and optional extra
|
|
767
768
|
properties used to qualify the lookup.
|
|
@@ -769,25 +770,25 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
769
770
|
:param str resource_name: The unique name of the resulting resource.
|
|
770
771
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
771
772
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
772
|
-
:param pulumi.Input[str] aws_sns_external_id: The external ID that Snowflake will use when assuming the AWS role
|
|
773
|
-
:param pulumi.Input[str] aws_sns_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
774
|
-
:param pulumi.Input[str] aws_sns_role_arn: AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
775
|
-
:param pulumi.Input[str] aws_sns_topic_arn: AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
776
|
-
:param pulumi.Input[str] aws_sqs_arn: AWS SQS queue ARN for notification integration to connect to
|
|
777
|
-
:param pulumi.Input[str] aws_sqs_external_id: The external ID that Snowflake will use when assuming the AWS role
|
|
778
|
-
:param pulumi.Input[str] aws_sqs_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
779
|
-
:param pulumi.Input[str] aws_sqs_role_arn: AWS IAM role ARN for notification integration to assume
|
|
780
|
-
:param pulumi.Input[str] azure_storage_queue_primary_uri: The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
781
|
-
:param pulumi.Input[str] azure_tenant_id: The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
782
|
-
:param pulumi.Input[str] comment: A comment for the integration
|
|
783
|
-
:param pulumi.Input[str] created_on: Date and time when the notification integration was created.
|
|
784
|
-
:param pulumi.Input[str] direction: Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
785
|
-
:param pulumi.Input[str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
786
|
-
:param pulumi.Input[str] gcp_pubsub_service_account: The GCP service account identifier that Snowflake will use when assuming the GCP role
|
|
787
|
-
:param pulumi.Input[str] gcp_pubsub_subscription_name: The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
788
|
-
:param pulumi.Input[str] gcp_pubsub_topic_name: The topic id that Snowflake will use to push notifications.
|
|
789
|
-
:param pulumi.Input[str] notification_provider: The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
790
|
-
:param pulumi.Input[str] type: A type of integration
|
|
773
|
+
:param pulumi.Input[builtins.str] aws_sns_external_id: The external ID that Snowflake will use when assuming the AWS role
|
|
774
|
+
:param pulumi.Input[builtins.str] aws_sns_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
775
|
+
:param pulumi.Input[builtins.str] aws_sns_role_arn: AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
776
|
+
:param pulumi.Input[builtins.str] aws_sns_topic_arn: AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
777
|
+
:param pulumi.Input[builtins.str] aws_sqs_arn: AWS SQS queue ARN for notification integration to connect to
|
|
778
|
+
:param pulumi.Input[builtins.str] aws_sqs_external_id: The external ID that Snowflake will use when assuming the AWS role
|
|
779
|
+
:param pulumi.Input[builtins.str] aws_sqs_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
780
|
+
:param pulumi.Input[builtins.str] aws_sqs_role_arn: AWS IAM role ARN for notification integration to assume
|
|
781
|
+
:param pulumi.Input[builtins.str] azure_storage_queue_primary_uri: The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
782
|
+
:param pulumi.Input[builtins.str] azure_tenant_id: The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
783
|
+
:param pulumi.Input[builtins.str] comment: A comment for the integration
|
|
784
|
+
:param pulumi.Input[builtins.str] created_on: Date and time when the notification integration was created.
|
|
785
|
+
:param pulumi.Input[builtins.str] direction: Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
786
|
+
:param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
787
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_service_account: The GCP service account identifier that Snowflake will use when assuming the GCP role
|
|
788
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_subscription_name: The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
789
|
+
:param pulumi.Input[builtins.str] gcp_pubsub_topic_name: The topic id that Snowflake will use to push notifications.
|
|
790
|
+
:param pulumi.Input[builtins.str] notification_provider: The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
791
|
+
:param pulumi.Input[builtins.str] type: A type of integration
|
|
791
792
|
"""
|
|
792
793
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
793
794
|
|
|
@@ -818,7 +819,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
818
819
|
|
|
819
820
|
@property
|
|
820
821
|
@pulumi.getter(name="awsSnsExternalId")
|
|
821
|
-
def aws_sns_external_id(self) -> pulumi.Output[str]:
|
|
822
|
+
def aws_sns_external_id(self) -> pulumi.Output[builtins.str]:
|
|
822
823
|
"""
|
|
823
824
|
The external ID that Snowflake will use when assuming the AWS role
|
|
824
825
|
"""
|
|
@@ -826,7 +827,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
826
827
|
|
|
827
828
|
@property
|
|
828
829
|
@pulumi.getter(name="awsSnsIamUserArn")
|
|
829
|
-
def aws_sns_iam_user_arn(self) -> pulumi.Output[str]:
|
|
830
|
+
def aws_sns_iam_user_arn(self) -> pulumi.Output[builtins.str]:
|
|
830
831
|
"""
|
|
831
832
|
The Snowflake user that will attempt to assume the AWS role.
|
|
832
833
|
"""
|
|
@@ -834,7 +835,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
834
835
|
|
|
835
836
|
@property
|
|
836
837
|
@pulumi.getter(name="awsSnsRoleArn")
|
|
837
|
-
def aws_sns_role_arn(self) -> pulumi.Output[Optional[str]]:
|
|
838
|
+
def aws_sns_role_arn(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
838
839
|
"""
|
|
839
840
|
AWS IAM role ARN for notification integration to assume. Required for AWS_SNS provider
|
|
840
841
|
"""
|
|
@@ -842,7 +843,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
842
843
|
|
|
843
844
|
@property
|
|
844
845
|
@pulumi.getter(name="awsSnsTopicArn")
|
|
845
|
-
def aws_sns_topic_arn(self) -> pulumi.Output[Optional[str]]:
|
|
846
|
+
def aws_sns_topic_arn(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
846
847
|
"""
|
|
847
848
|
AWS SNS Topic ARN for notification integration to connect to. Required for AWS_SNS provider.
|
|
848
849
|
"""
|
|
@@ -851,7 +852,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
851
852
|
@property
|
|
852
853
|
@pulumi.getter(name="awsSqsArn")
|
|
853
854
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
854
|
-
def aws_sqs_arn(self) -> pulumi.Output[Optional[str]]:
|
|
855
|
+
def aws_sqs_arn(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
855
856
|
"""
|
|
856
857
|
AWS SQS queue ARN for notification integration to connect to
|
|
857
858
|
"""
|
|
@@ -860,7 +861,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
860
861
|
@property
|
|
861
862
|
@pulumi.getter(name="awsSqsExternalId")
|
|
862
863
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
863
|
-
def aws_sqs_external_id(self) -> pulumi.Output[str]:
|
|
864
|
+
def aws_sqs_external_id(self) -> pulumi.Output[builtins.str]:
|
|
864
865
|
"""
|
|
865
866
|
The external ID that Snowflake will use when assuming the AWS role
|
|
866
867
|
"""
|
|
@@ -869,7 +870,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
869
870
|
@property
|
|
870
871
|
@pulumi.getter(name="awsSqsIamUserArn")
|
|
871
872
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
872
|
-
def aws_sqs_iam_user_arn(self) -> pulumi.Output[str]:
|
|
873
|
+
def aws_sqs_iam_user_arn(self) -> pulumi.Output[builtins.str]:
|
|
873
874
|
"""
|
|
874
875
|
The Snowflake user that will attempt to assume the AWS role.
|
|
875
876
|
"""
|
|
@@ -878,7 +879,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
878
879
|
@property
|
|
879
880
|
@pulumi.getter(name="awsSqsRoleArn")
|
|
880
881
|
@_utilities.deprecated("""No longer supported notification method""")
|
|
881
|
-
def aws_sqs_role_arn(self) -> pulumi.Output[Optional[str]]:
|
|
882
|
+
def aws_sqs_role_arn(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
882
883
|
"""
|
|
883
884
|
AWS IAM role ARN for notification integration to assume
|
|
884
885
|
"""
|
|
@@ -886,7 +887,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
886
887
|
|
|
887
888
|
@property
|
|
888
889
|
@pulumi.getter(name="azureStorageQueuePrimaryUri")
|
|
889
|
-
def azure_storage_queue_primary_uri(self) -> pulumi.Output[Optional[str]]:
|
|
890
|
+
def azure_storage_queue_primary_uri(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
890
891
|
"""
|
|
891
892
|
The queue ID for the Azure Queue Storage queue created for Event Grid notifications. Required for AZURE*STORAGE*QUEUE provider
|
|
892
893
|
"""
|
|
@@ -894,7 +895,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
894
895
|
|
|
895
896
|
@property
|
|
896
897
|
@pulumi.getter(name="azureTenantId")
|
|
897
|
-
def azure_tenant_id(self) -> pulumi.Output[Optional[str]]:
|
|
898
|
+
def azure_tenant_id(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
898
899
|
"""
|
|
899
900
|
The ID of the Azure Active Directory tenant used for identity management. Required for AZURE*STORAGE*QUEUE provider
|
|
900
901
|
"""
|
|
@@ -902,7 +903,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
902
903
|
|
|
903
904
|
@property
|
|
904
905
|
@pulumi.getter
|
|
905
|
-
def comment(self) -> pulumi.Output[Optional[str]]:
|
|
906
|
+
def comment(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
906
907
|
"""
|
|
907
908
|
A comment for the integration
|
|
908
909
|
"""
|
|
@@ -910,7 +911,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
910
911
|
|
|
911
912
|
@property
|
|
912
913
|
@pulumi.getter(name="createdOn")
|
|
913
|
-
def created_on(self) -> pulumi.Output[str]:
|
|
914
|
+
def created_on(self) -> pulumi.Output[builtins.str]:
|
|
914
915
|
"""
|
|
915
916
|
Date and time when the notification integration was created.
|
|
916
917
|
"""
|
|
@@ -919,7 +920,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
919
920
|
@property
|
|
920
921
|
@pulumi.getter
|
|
921
922
|
@_utilities.deprecated("""Will be removed - it is added automatically on the SDK level.""")
|
|
922
|
-
def direction(self) -> pulumi.Output[Optional[str]]:
|
|
923
|
+
def direction(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
923
924
|
"""
|
|
924
925
|
Direction of the cloud messaging with respect to Snowflake (required only for error notifications)
|
|
925
926
|
"""
|
|
@@ -927,12 +928,12 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
927
928
|
|
|
928
929
|
@property
|
|
929
930
|
@pulumi.getter
|
|
930
|
-
def enabled(self) -> pulumi.Output[Optional[bool]]:
|
|
931
|
+
def enabled(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
931
932
|
return pulumi.get(self, "enabled")
|
|
932
933
|
|
|
933
934
|
@property
|
|
934
935
|
@pulumi.getter(name="fullyQualifiedName")
|
|
935
|
-
def fully_qualified_name(self) -> pulumi.Output[str]:
|
|
936
|
+
def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
|
|
936
937
|
"""
|
|
937
938
|
Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
|
|
938
939
|
"""
|
|
@@ -940,7 +941,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
940
941
|
|
|
941
942
|
@property
|
|
942
943
|
@pulumi.getter(name="gcpPubsubServiceAccount")
|
|
943
|
-
def gcp_pubsub_service_account(self) -> pulumi.Output[str]:
|
|
944
|
+
def gcp_pubsub_service_account(self) -> pulumi.Output[builtins.str]:
|
|
944
945
|
"""
|
|
945
946
|
The GCP service account identifier that Snowflake will use when assuming the GCP role
|
|
946
947
|
"""
|
|
@@ -948,7 +949,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
948
949
|
|
|
949
950
|
@property
|
|
950
951
|
@pulumi.getter(name="gcpPubsubSubscriptionName")
|
|
951
|
-
def gcp_pubsub_subscription_name(self) -> pulumi.Output[Optional[str]]:
|
|
952
|
+
def gcp_pubsub_subscription_name(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
952
953
|
"""
|
|
953
954
|
The subscription id that Snowflake will listen to when using the GCP_PUBSUB provider.
|
|
954
955
|
"""
|
|
@@ -956,7 +957,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
956
957
|
|
|
957
958
|
@property
|
|
958
959
|
@pulumi.getter(name="gcpPubsubTopicName")
|
|
959
|
-
def gcp_pubsub_topic_name(self) -> pulumi.Output[Optional[str]]:
|
|
960
|
+
def gcp_pubsub_topic_name(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
960
961
|
"""
|
|
961
962
|
The topic id that Snowflake will use to push notifications.
|
|
962
963
|
"""
|
|
@@ -964,12 +965,12 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
964
965
|
|
|
965
966
|
@property
|
|
966
967
|
@pulumi.getter
|
|
967
|
-
def name(self) -> pulumi.Output[str]:
|
|
968
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
968
969
|
return pulumi.get(self, "name")
|
|
969
970
|
|
|
970
971
|
@property
|
|
971
972
|
@pulumi.getter(name="notificationProvider")
|
|
972
|
-
def notification_provider(self) -> pulumi.Output[str]:
|
|
973
|
+
def notification_provider(self) -> pulumi.Output[builtins.str]:
|
|
973
974
|
"""
|
|
974
975
|
The third-party cloud message queuing service (supported values: AZURE*STORAGE*QUEUE, AWS*SNS, GCP*PUBSUB; AWS_SQS is deprecated and will be removed in the future provider versions)
|
|
975
976
|
"""
|
|
@@ -978,7 +979,7 @@ class NotificationIntegration(pulumi.CustomResource):
|
|
|
978
979
|
@property
|
|
979
980
|
@pulumi.getter
|
|
980
981
|
@_utilities.deprecated("""Will be removed - it is added automatically on the SDK level.""")
|
|
981
|
-
def type(self) -> pulumi.Output[Optional[str]]:
|
|
982
|
+
def type(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
982
983
|
"""
|
|
983
984
|
A type of integration
|
|
984
985
|
"""
|