pulumi-snowflake 0.59.0__py3-none-any.whl → 0.59.0a1726294094__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/_inputs.py +30 -863
- pulumi_snowflake/get_database_roles.py +0 -4
- pulumi_snowflake/get_masking_policies.py +48 -73
- pulumi_snowflake/get_resource_monitors.py +16 -28
- pulumi_snowflake/get_row_access_policies.py +48 -73
- pulumi_snowflake/get_views.py +0 -4
- pulumi_snowflake/masking_policy.py +234 -192
- pulumi_snowflake/outputs.py +65 -1092
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/resource_monitor.py +259 -83
- pulumi_snowflake/row_access_policy.py +114 -168
- pulumi_snowflake/view.py +7 -7
- pulumi_snowflake/warehouse.py +4 -4
- {pulumi_snowflake-0.59.0.dist-info → pulumi_snowflake-0.59.0a1726294094.dist-info}/METADATA +1 -1
- {pulumi_snowflake-0.59.0.dist-info → pulumi_snowflake-0.59.0a1726294094.dist-info}/RECORD +17 -17
- {pulumi_snowflake-0.59.0.dist-info → pulumi_snowflake-0.59.0a1726294094.dist-info}/WHEEL +1 -1
- {pulumi_snowflake-0.59.0.dist-info → pulumi_snowflake-0.59.0a1726294094.dist-info}/top_level.txt +0 -0
pulumi_snowflake/outputs.py
CHANGED
|
@@ -98,10 +98,8 @@ __all__ = [
|
|
|
98
98
|
'GrantPrivilegesToDatabaseRoleOnSchemaObject',
|
|
99
99
|
'GrantPrivilegesToDatabaseRoleOnSchemaObjectAll',
|
|
100
100
|
'GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture',
|
|
101
|
-
'
|
|
102
|
-
'
|
|
103
|
-
'MaskingPolicyDescribeOutputSignature',
|
|
104
|
-
'MaskingPolicyShowOutput',
|
|
101
|
+
'MaskingPolicySignature',
|
|
102
|
+
'MaskingPolicySignatureColumn',
|
|
105
103
|
'MaterializedViewTag',
|
|
106
104
|
'NetworkPolicyDescribeOutput',
|
|
107
105
|
'NetworkPolicyShowOutput',
|
|
@@ -149,12 +147,7 @@ __all__ = [
|
|
|
149
147
|
'OauthIntegrationForPartnerApplicationsShowOutput',
|
|
150
148
|
'ObjectParameterObjectIdentifier',
|
|
151
149
|
'ProcedureArgument',
|
|
152
|
-
'ResourceMonitorShowOutput',
|
|
153
150
|
'RoleShowOutput',
|
|
154
|
-
'RowAccessPolicyArgument',
|
|
155
|
-
'RowAccessPolicyDescribeOutput',
|
|
156
|
-
'RowAccessPolicyDescribeOutputSignature',
|
|
157
|
-
'RowAccessPolicyShowOutput',
|
|
158
151
|
'Saml2IntegrationDescribeOutput',
|
|
159
152
|
'Saml2IntegrationDescribeOutputAllowedEmailPattern',
|
|
160
153
|
'Saml2IntegrationDescribeOutputAllowedUserDomain',
|
|
@@ -333,12 +326,7 @@ __all__ = [
|
|
|
333
326
|
'GetGrantsGrantsOnResult',
|
|
334
327
|
'GetGrantsGrantsToResult',
|
|
335
328
|
'GetGrantsGrantsToShareResult',
|
|
336
|
-
'GetMaskingPoliciesInResult',
|
|
337
|
-
'GetMaskingPoliciesLimitResult',
|
|
338
329
|
'GetMaskingPoliciesMaskingPolicyResult',
|
|
339
|
-
'GetMaskingPoliciesMaskingPolicyDescribeOutputResult',
|
|
340
|
-
'GetMaskingPoliciesMaskingPolicyDescribeOutputSignatureResult',
|
|
341
|
-
'GetMaskingPoliciesMaskingPolicyShowOutputResult',
|
|
342
330
|
'GetMaterializedViewsMaterializedViewResult',
|
|
343
331
|
'GetNetworkPoliciesNetworkPolicyResult',
|
|
344
332
|
'GetNetworkPoliciesNetworkPolicyDescribeOutputResult',
|
|
@@ -347,15 +335,9 @@ __all__ = [
|
|
|
347
335
|
'GetPipesPipeResult',
|
|
348
336
|
'GetProceduresProcedureResult',
|
|
349
337
|
'GetResourceMonitorsResourceMonitorResult',
|
|
350
|
-
'GetResourceMonitorsResourceMonitorShowOutputResult',
|
|
351
338
|
'GetRolesRoleResult',
|
|
352
339
|
'GetRolesRoleShowOutputResult',
|
|
353
|
-
'GetRowAccessPoliciesInResult',
|
|
354
|
-
'GetRowAccessPoliciesLimitResult',
|
|
355
340
|
'GetRowAccessPoliciesRowAccessPolicyResult',
|
|
356
|
-
'GetRowAccessPoliciesRowAccessPolicyDescribeOutputResult',
|
|
357
|
-
'GetRowAccessPoliciesRowAccessPolicyDescribeOutputSignatureResult',
|
|
358
|
-
'GetRowAccessPoliciesRowAccessPolicyShowOutputResult',
|
|
359
341
|
'GetSchemasInResult',
|
|
360
342
|
'GetSchemasLimitResult',
|
|
361
343
|
'GetSchemasSchemaResult',
|
|
@@ -4859,13 +4841,25 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture(dict):
|
|
|
4859
4841
|
|
|
4860
4842
|
|
|
4861
4843
|
@pulumi.output_type
|
|
4862
|
-
class
|
|
4844
|
+
class MaskingPolicySignature(dict):
|
|
4845
|
+
def __init__(__self__, *,
|
|
4846
|
+
columns: Sequence['outputs.MaskingPolicySignatureColumn']):
|
|
4847
|
+
pulumi.set(__self__, "columns", columns)
|
|
4848
|
+
|
|
4849
|
+
@property
|
|
4850
|
+
@pulumi.getter
|
|
4851
|
+
def columns(self) -> Sequence['outputs.MaskingPolicySignatureColumn']:
|
|
4852
|
+
return pulumi.get(self, "columns")
|
|
4853
|
+
|
|
4854
|
+
|
|
4855
|
+
@pulumi.output_type
|
|
4856
|
+
class MaskingPolicySignatureColumn(dict):
|
|
4863
4857
|
def __init__(__self__, *,
|
|
4864
4858
|
name: str,
|
|
4865
4859
|
type: str):
|
|
4866
4860
|
"""
|
|
4867
|
-
:param str name:
|
|
4868
|
-
:param str type:
|
|
4861
|
+
:param str name: Specifies the column name to mask.
|
|
4862
|
+
:param str type: Specifies the column type to mask.
|
|
4869
4863
|
"""
|
|
4870
4864
|
pulumi.set(__self__, "name", name)
|
|
4871
4865
|
pulumi.set(__self__, "type", type)
|
|
@@ -4874,7 +4868,7 @@ class MaskingPolicyArgument(dict):
|
|
|
4874
4868
|
@pulumi.getter
|
|
4875
4869
|
def name(self) -> str:
|
|
4876
4870
|
"""
|
|
4877
|
-
|
|
4871
|
+
Specifies the column name to mask.
|
|
4878
4872
|
"""
|
|
4879
4873
|
return pulumi.get(self, "name")
|
|
4880
4874
|
|
|
@@ -4882,188 +4876,11 @@ class MaskingPolicyArgument(dict):
|
|
|
4882
4876
|
@pulumi.getter
|
|
4883
4877
|
def type(self) -> str:
|
|
4884
4878
|
"""
|
|
4885
|
-
|
|
4879
|
+
Specifies the column type to mask.
|
|
4886
4880
|
"""
|
|
4887
4881
|
return pulumi.get(self, "type")
|
|
4888
4882
|
|
|
4889
4883
|
|
|
4890
|
-
@pulumi.output_type
|
|
4891
|
-
class MaskingPolicyDescribeOutput(dict):
|
|
4892
|
-
@staticmethod
|
|
4893
|
-
def __key_warning(key: str):
|
|
4894
|
-
suggest = None
|
|
4895
|
-
if key == "returnType":
|
|
4896
|
-
suggest = "return_type"
|
|
4897
|
-
|
|
4898
|
-
if suggest:
|
|
4899
|
-
pulumi.log.warn(f"Key '{key}' not found in MaskingPolicyDescribeOutput. Access the value via the '{suggest}' property getter instead.")
|
|
4900
|
-
|
|
4901
|
-
def __getitem__(self, key: str) -> Any:
|
|
4902
|
-
MaskingPolicyDescribeOutput.__key_warning(key)
|
|
4903
|
-
return super().__getitem__(key)
|
|
4904
|
-
|
|
4905
|
-
def get(self, key: str, default = None) -> Any:
|
|
4906
|
-
MaskingPolicyDescribeOutput.__key_warning(key)
|
|
4907
|
-
return super().get(key, default)
|
|
4908
|
-
|
|
4909
|
-
def __init__(__self__, *,
|
|
4910
|
-
body: Optional[str] = None,
|
|
4911
|
-
name: Optional[str] = None,
|
|
4912
|
-
return_type: Optional[str] = None,
|
|
4913
|
-
signatures: Optional[Sequence['outputs.MaskingPolicyDescribeOutputSignature']] = None):
|
|
4914
|
-
if body is not None:
|
|
4915
|
-
pulumi.set(__self__, "body", body)
|
|
4916
|
-
if name is not None:
|
|
4917
|
-
pulumi.set(__self__, "name", name)
|
|
4918
|
-
if return_type is not None:
|
|
4919
|
-
pulumi.set(__self__, "return_type", return_type)
|
|
4920
|
-
if signatures is not None:
|
|
4921
|
-
pulumi.set(__self__, "signatures", signatures)
|
|
4922
|
-
|
|
4923
|
-
@property
|
|
4924
|
-
@pulumi.getter
|
|
4925
|
-
def body(self) -> Optional[str]:
|
|
4926
|
-
return pulumi.get(self, "body")
|
|
4927
|
-
|
|
4928
|
-
@property
|
|
4929
|
-
@pulumi.getter
|
|
4930
|
-
def name(self) -> Optional[str]:
|
|
4931
|
-
return pulumi.get(self, "name")
|
|
4932
|
-
|
|
4933
|
-
@property
|
|
4934
|
-
@pulumi.getter(name="returnType")
|
|
4935
|
-
def return_type(self) -> Optional[str]:
|
|
4936
|
-
return pulumi.get(self, "return_type")
|
|
4937
|
-
|
|
4938
|
-
@property
|
|
4939
|
-
@pulumi.getter
|
|
4940
|
-
def signatures(self) -> Optional[Sequence['outputs.MaskingPolicyDescribeOutputSignature']]:
|
|
4941
|
-
return pulumi.get(self, "signatures")
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
@pulumi.output_type
|
|
4945
|
-
class MaskingPolicyDescribeOutputSignature(dict):
|
|
4946
|
-
def __init__(__self__, *,
|
|
4947
|
-
name: Optional[str] = None,
|
|
4948
|
-
type: Optional[str] = None):
|
|
4949
|
-
if name is not None:
|
|
4950
|
-
pulumi.set(__self__, "name", name)
|
|
4951
|
-
if type is not None:
|
|
4952
|
-
pulumi.set(__self__, "type", type)
|
|
4953
|
-
|
|
4954
|
-
@property
|
|
4955
|
-
@pulumi.getter
|
|
4956
|
-
def name(self) -> Optional[str]:
|
|
4957
|
-
return pulumi.get(self, "name")
|
|
4958
|
-
|
|
4959
|
-
@property
|
|
4960
|
-
@pulumi.getter
|
|
4961
|
-
def type(self) -> Optional[str]:
|
|
4962
|
-
return pulumi.get(self, "type")
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
@pulumi.output_type
|
|
4966
|
-
class MaskingPolicyShowOutput(dict):
|
|
4967
|
-
@staticmethod
|
|
4968
|
-
def __key_warning(key: str):
|
|
4969
|
-
suggest = None
|
|
4970
|
-
if key == "createdOn":
|
|
4971
|
-
suggest = "created_on"
|
|
4972
|
-
elif key == "databaseName":
|
|
4973
|
-
suggest = "database_name"
|
|
4974
|
-
elif key == "exemptOtherPolicies":
|
|
4975
|
-
suggest = "exempt_other_policies"
|
|
4976
|
-
elif key == "ownerRoleType":
|
|
4977
|
-
suggest = "owner_role_type"
|
|
4978
|
-
elif key == "schemaName":
|
|
4979
|
-
suggest = "schema_name"
|
|
4980
|
-
|
|
4981
|
-
if suggest:
|
|
4982
|
-
pulumi.log.warn(f"Key '{key}' not found in MaskingPolicyShowOutput. Access the value via the '{suggest}' property getter instead.")
|
|
4983
|
-
|
|
4984
|
-
def __getitem__(self, key: str) -> Any:
|
|
4985
|
-
MaskingPolicyShowOutput.__key_warning(key)
|
|
4986
|
-
return super().__getitem__(key)
|
|
4987
|
-
|
|
4988
|
-
def get(self, key: str, default = None) -> Any:
|
|
4989
|
-
MaskingPolicyShowOutput.__key_warning(key)
|
|
4990
|
-
return super().get(key, default)
|
|
4991
|
-
|
|
4992
|
-
def __init__(__self__, *,
|
|
4993
|
-
comment: Optional[str] = None,
|
|
4994
|
-
created_on: Optional[str] = None,
|
|
4995
|
-
database_name: Optional[str] = None,
|
|
4996
|
-
exempt_other_policies: Optional[bool] = None,
|
|
4997
|
-
kind: Optional[str] = None,
|
|
4998
|
-
name: Optional[str] = None,
|
|
4999
|
-
owner: Optional[str] = None,
|
|
5000
|
-
owner_role_type: Optional[str] = None,
|
|
5001
|
-
schema_name: Optional[str] = None):
|
|
5002
|
-
if comment is not None:
|
|
5003
|
-
pulumi.set(__self__, "comment", comment)
|
|
5004
|
-
if created_on is not None:
|
|
5005
|
-
pulumi.set(__self__, "created_on", created_on)
|
|
5006
|
-
if database_name is not None:
|
|
5007
|
-
pulumi.set(__self__, "database_name", database_name)
|
|
5008
|
-
if exempt_other_policies is not None:
|
|
5009
|
-
pulumi.set(__self__, "exempt_other_policies", exempt_other_policies)
|
|
5010
|
-
if kind is not None:
|
|
5011
|
-
pulumi.set(__self__, "kind", kind)
|
|
5012
|
-
if name is not None:
|
|
5013
|
-
pulumi.set(__self__, "name", name)
|
|
5014
|
-
if owner is not None:
|
|
5015
|
-
pulumi.set(__self__, "owner", owner)
|
|
5016
|
-
if owner_role_type is not None:
|
|
5017
|
-
pulumi.set(__self__, "owner_role_type", owner_role_type)
|
|
5018
|
-
if schema_name is not None:
|
|
5019
|
-
pulumi.set(__self__, "schema_name", schema_name)
|
|
5020
|
-
|
|
5021
|
-
@property
|
|
5022
|
-
@pulumi.getter
|
|
5023
|
-
def comment(self) -> Optional[str]:
|
|
5024
|
-
return pulumi.get(self, "comment")
|
|
5025
|
-
|
|
5026
|
-
@property
|
|
5027
|
-
@pulumi.getter(name="createdOn")
|
|
5028
|
-
def created_on(self) -> Optional[str]:
|
|
5029
|
-
return pulumi.get(self, "created_on")
|
|
5030
|
-
|
|
5031
|
-
@property
|
|
5032
|
-
@pulumi.getter(name="databaseName")
|
|
5033
|
-
def database_name(self) -> Optional[str]:
|
|
5034
|
-
return pulumi.get(self, "database_name")
|
|
5035
|
-
|
|
5036
|
-
@property
|
|
5037
|
-
@pulumi.getter(name="exemptOtherPolicies")
|
|
5038
|
-
def exempt_other_policies(self) -> Optional[bool]:
|
|
5039
|
-
return pulumi.get(self, "exempt_other_policies")
|
|
5040
|
-
|
|
5041
|
-
@property
|
|
5042
|
-
@pulumi.getter
|
|
5043
|
-
def kind(self) -> Optional[str]:
|
|
5044
|
-
return pulumi.get(self, "kind")
|
|
5045
|
-
|
|
5046
|
-
@property
|
|
5047
|
-
@pulumi.getter
|
|
5048
|
-
def name(self) -> Optional[str]:
|
|
5049
|
-
return pulumi.get(self, "name")
|
|
5050
|
-
|
|
5051
|
-
@property
|
|
5052
|
-
@pulumi.getter
|
|
5053
|
-
def owner(self) -> Optional[str]:
|
|
5054
|
-
return pulumi.get(self, "owner")
|
|
5055
|
-
|
|
5056
|
-
@property
|
|
5057
|
-
@pulumi.getter(name="ownerRoleType")
|
|
5058
|
-
def owner_role_type(self) -> Optional[str]:
|
|
5059
|
-
return pulumi.get(self, "owner_role_type")
|
|
5060
|
-
|
|
5061
|
-
@property
|
|
5062
|
-
@pulumi.getter(name="schemaName")
|
|
5063
|
-
def schema_name(self) -> Optional[str]:
|
|
5064
|
-
return pulumi.get(self, "schema_name")
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
4884
|
@pulumi.output_type
|
|
5068
4885
|
class MaterializedViewTag(dict):
|
|
5069
4886
|
def __init__(__self__, *,
|
|
@@ -7296,146 +7113,6 @@ class ProcedureArgument(dict):
|
|
|
7296
7113
|
return pulumi.get(self, "type")
|
|
7297
7114
|
|
|
7298
7115
|
|
|
7299
|
-
@pulumi.output_type
|
|
7300
|
-
class ResourceMonitorShowOutput(dict):
|
|
7301
|
-
@staticmethod
|
|
7302
|
-
def __key_warning(key: str):
|
|
7303
|
-
suggest = None
|
|
7304
|
-
if key == "createdOn":
|
|
7305
|
-
suggest = "created_on"
|
|
7306
|
-
elif key == "creditQuota":
|
|
7307
|
-
suggest = "credit_quota"
|
|
7308
|
-
elif key == "endTime":
|
|
7309
|
-
suggest = "end_time"
|
|
7310
|
-
elif key == "remainingCredits":
|
|
7311
|
-
suggest = "remaining_credits"
|
|
7312
|
-
elif key == "startTime":
|
|
7313
|
-
suggest = "start_time"
|
|
7314
|
-
elif key == "suspendAt":
|
|
7315
|
-
suggest = "suspend_at"
|
|
7316
|
-
elif key == "suspendImmediateAt":
|
|
7317
|
-
suggest = "suspend_immediate_at"
|
|
7318
|
-
elif key == "usedCredits":
|
|
7319
|
-
suggest = "used_credits"
|
|
7320
|
-
|
|
7321
|
-
if suggest:
|
|
7322
|
-
pulumi.log.warn(f"Key '{key}' not found in ResourceMonitorShowOutput. Access the value via the '{suggest}' property getter instead.")
|
|
7323
|
-
|
|
7324
|
-
def __getitem__(self, key: str) -> Any:
|
|
7325
|
-
ResourceMonitorShowOutput.__key_warning(key)
|
|
7326
|
-
return super().__getitem__(key)
|
|
7327
|
-
|
|
7328
|
-
def get(self, key: str, default = None) -> Any:
|
|
7329
|
-
ResourceMonitorShowOutput.__key_warning(key)
|
|
7330
|
-
return super().get(key, default)
|
|
7331
|
-
|
|
7332
|
-
def __init__(__self__, *,
|
|
7333
|
-
comment: Optional[str] = None,
|
|
7334
|
-
created_on: Optional[str] = None,
|
|
7335
|
-
credit_quota: Optional[float] = None,
|
|
7336
|
-
end_time: Optional[str] = None,
|
|
7337
|
-
frequency: Optional[str] = None,
|
|
7338
|
-
level: Optional[str] = None,
|
|
7339
|
-
name: Optional[str] = None,
|
|
7340
|
-
owner: Optional[str] = None,
|
|
7341
|
-
remaining_credits: Optional[float] = None,
|
|
7342
|
-
start_time: Optional[str] = None,
|
|
7343
|
-
suspend_at: Optional[int] = None,
|
|
7344
|
-
suspend_immediate_at: Optional[int] = None,
|
|
7345
|
-
used_credits: Optional[float] = None):
|
|
7346
|
-
if comment is not None:
|
|
7347
|
-
pulumi.set(__self__, "comment", comment)
|
|
7348
|
-
if created_on is not None:
|
|
7349
|
-
pulumi.set(__self__, "created_on", created_on)
|
|
7350
|
-
if credit_quota is not None:
|
|
7351
|
-
pulumi.set(__self__, "credit_quota", credit_quota)
|
|
7352
|
-
if end_time is not None:
|
|
7353
|
-
pulumi.set(__self__, "end_time", end_time)
|
|
7354
|
-
if frequency is not None:
|
|
7355
|
-
pulumi.set(__self__, "frequency", frequency)
|
|
7356
|
-
if level is not None:
|
|
7357
|
-
pulumi.set(__self__, "level", level)
|
|
7358
|
-
if name is not None:
|
|
7359
|
-
pulumi.set(__self__, "name", name)
|
|
7360
|
-
if owner is not None:
|
|
7361
|
-
pulumi.set(__self__, "owner", owner)
|
|
7362
|
-
if remaining_credits is not None:
|
|
7363
|
-
pulumi.set(__self__, "remaining_credits", remaining_credits)
|
|
7364
|
-
if start_time is not None:
|
|
7365
|
-
pulumi.set(__self__, "start_time", start_time)
|
|
7366
|
-
if suspend_at is not None:
|
|
7367
|
-
pulumi.set(__self__, "suspend_at", suspend_at)
|
|
7368
|
-
if suspend_immediate_at is not None:
|
|
7369
|
-
pulumi.set(__self__, "suspend_immediate_at", suspend_immediate_at)
|
|
7370
|
-
if used_credits is not None:
|
|
7371
|
-
pulumi.set(__self__, "used_credits", used_credits)
|
|
7372
|
-
|
|
7373
|
-
@property
|
|
7374
|
-
@pulumi.getter
|
|
7375
|
-
def comment(self) -> Optional[str]:
|
|
7376
|
-
return pulumi.get(self, "comment")
|
|
7377
|
-
|
|
7378
|
-
@property
|
|
7379
|
-
@pulumi.getter(name="createdOn")
|
|
7380
|
-
def created_on(self) -> Optional[str]:
|
|
7381
|
-
return pulumi.get(self, "created_on")
|
|
7382
|
-
|
|
7383
|
-
@property
|
|
7384
|
-
@pulumi.getter(name="creditQuota")
|
|
7385
|
-
def credit_quota(self) -> Optional[float]:
|
|
7386
|
-
return pulumi.get(self, "credit_quota")
|
|
7387
|
-
|
|
7388
|
-
@property
|
|
7389
|
-
@pulumi.getter(name="endTime")
|
|
7390
|
-
def end_time(self) -> Optional[str]:
|
|
7391
|
-
return pulumi.get(self, "end_time")
|
|
7392
|
-
|
|
7393
|
-
@property
|
|
7394
|
-
@pulumi.getter
|
|
7395
|
-
def frequency(self) -> Optional[str]:
|
|
7396
|
-
return pulumi.get(self, "frequency")
|
|
7397
|
-
|
|
7398
|
-
@property
|
|
7399
|
-
@pulumi.getter
|
|
7400
|
-
def level(self) -> Optional[str]:
|
|
7401
|
-
return pulumi.get(self, "level")
|
|
7402
|
-
|
|
7403
|
-
@property
|
|
7404
|
-
@pulumi.getter
|
|
7405
|
-
def name(self) -> Optional[str]:
|
|
7406
|
-
return pulumi.get(self, "name")
|
|
7407
|
-
|
|
7408
|
-
@property
|
|
7409
|
-
@pulumi.getter
|
|
7410
|
-
def owner(self) -> Optional[str]:
|
|
7411
|
-
return pulumi.get(self, "owner")
|
|
7412
|
-
|
|
7413
|
-
@property
|
|
7414
|
-
@pulumi.getter(name="remainingCredits")
|
|
7415
|
-
def remaining_credits(self) -> Optional[float]:
|
|
7416
|
-
return pulumi.get(self, "remaining_credits")
|
|
7417
|
-
|
|
7418
|
-
@property
|
|
7419
|
-
@pulumi.getter(name="startTime")
|
|
7420
|
-
def start_time(self) -> Optional[str]:
|
|
7421
|
-
return pulumi.get(self, "start_time")
|
|
7422
|
-
|
|
7423
|
-
@property
|
|
7424
|
-
@pulumi.getter(name="suspendAt")
|
|
7425
|
-
def suspend_at(self) -> Optional[int]:
|
|
7426
|
-
return pulumi.get(self, "suspend_at")
|
|
7427
|
-
|
|
7428
|
-
@property
|
|
7429
|
-
@pulumi.getter(name="suspendImmediateAt")
|
|
7430
|
-
def suspend_immediate_at(self) -> Optional[int]:
|
|
7431
|
-
return pulumi.get(self, "suspend_immediate_at")
|
|
7432
|
-
|
|
7433
|
-
@property
|
|
7434
|
-
@pulumi.getter(name="usedCredits")
|
|
7435
|
-
def used_credits(self) -> Optional[float]:
|
|
7436
|
-
return pulumi.get(self, "used_credits")
|
|
7437
|
-
|
|
7438
|
-
|
|
7439
7116
|
@pulumi.output_type
|
|
7440
7117
|
class RoleShowOutput(dict):
|
|
7441
7118
|
@staticmethod
|
|
@@ -7550,210 +7227,6 @@ class RoleShowOutput(dict):
|
|
|
7550
7227
|
return pulumi.get(self, "owner")
|
|
7551
7228
|
|
|
7552
7229
|
|
|
7553
|
-
@pulumi.output_type
|
|
7554
|
-
class RowAccessPolicyArgument(dict):
|
|
7555
|
-
def __init__(__self__, *,
|
|
7556
|
-
name: str,
|
|
7557
|
-
type: str):
|
|
7558
|
-
"""
|
|
7559
|
-
:param str name: The argument name
|
|
7560
|
-
:param str type: The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
|
|
7561
|
-
"""
|
|
7562
|
-
pulumi.set(__self__, "name", name)
|
|
7563
|
-
pulumi.set(__self__, "type", type)
|
|
7564
|
-
|
|
7565
|
-
@property
|
|
7566
|
-
@pulumi.getter
|
|
7567
|
-
def name(self) -> str:
|
|
7568
|
-
"""
|
|
7569
|
-
The argument name
|
|
7570
|
-
"""
|
|
7571
|
-
return pulumi.get(self, "name")
|
|
7572
|
-
|
|
7573
|
-
@property
|
|
7574
|
-
@pulumi.getter
|
|
7575
|
-
def type(self) -> str:
|
|
7576
|
-
"""
|
|
7577
|
-
The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
|
|
7578
|
-
"""
|
|
7579
|
-
return pulumi.get(self, "type")
|
|
7580
|
-
|
|
7581
|
-
|
|
7582
|
-
@pulumi.output_type
|
|
7583
|
-
class RowAccessPolicyDescribeOutput(dict):
|
|
7584
|
-
@staticmethod
|
|
7585
|
-
def __key_warning(key: str):
|
|
7586
|
-
suggest = None
|
|
7587
|
-
if key == "returnType":
|
|
7588
|
-
suggest = "return_type"
|
|
7589
|
-
|
|
7590
|
-
if suggest:
|
|
7591
|
-
pulumi.log.warn(f"Key '{key}' not found in RowAccessPolicyDescribeOutput. Access the value via the '{suggest}' property getter instead.")
|
|
7592
|
-
|
|
7593
|
-
def __getitem__(self, key: str) -> Any:
|
|
7594
|
-
RowAccessPolicyDescribeOutput.__key_warning(key)
|
|
7595
|
-
return super().__getitem__(key)
|
|
7596
|
-
|
|
7597
|
-
def get(self, key: str, default = None) -> Any:
|
|
7598
|
-
RowAccessPolicyDescribeOutput.__key_warning(key)
|
|
7599
|
-
return super().get(key, default)
|
|
7600
|
-
|
|
7601
|
-
def __init__(__self__, *,
|
|
7602
|
-
body: Optional[str] = None,
|
|
7603
|
-
name: Optional[str] = None,
|
|
7604
|
-
return_type: Optional[str] = None,
|
|
7605
|
-
signatures: Optional[Sequence['outputs.RowAccessPolicyDescribeOutputSignature']] = None):
|
|
7606
|
-
if body is not None:
|
|
7607
|
-
pulumi.set(__self__, "body", body)
|
|
7608
|
-
if name is not None:
|
|
7609
|
-
pulumi.set(__self__, "name", name)
|
|
7610
|
-
if return_type is not None:
|
|
7611
|
-
pulumi.set(__self__, "return_type", return_type)
|
|
7612
|
-
if signatures is not None:
|
|
7613
|
-
pulumi.set(__self__, "signatures", signatures)
|
|
7614
|
-
|
|
7615
|
-
@property
|
|
7616
|
-
@pulumi.getter
|
|
7617
|
-
def body(self) -> Optional[str]:
|
|
7618
|
-
return pulumi.get(self, "body")
|
|
7619
|
-
|
|
7620
|
-
@property
|
|
7621
|
-
@pulumi.getter
|
|
7622
|
-
def name(self) -> Optional[str]:
|
|
7623
|
-
return pulumi.get(self, "name")
|
|
7624
|
-
|
|
7625
|
-
@property
|
|
7626
|
-
@pulumi.getter(name="returnType")
|
|
7627
|
-
def return_type(self) -> Optional[str]:
|
|
7628
|
-
return pulumi.get(self, "return_type")
|
|
7629
|
-
|
|
7630
|
-
@property
|
|
7631
|
-
@pulumi.getter
|
|
7632
|
-
def signatures(self) -> Optional[Sequence['outputs.RowAccessPolicyDescribeOutputSignature']]:
|
|
7633
|
-
return pulumi.get(self, "signatures")
|
|
7634
|
-
|
|
7635
|
-
|
|
7636
|
-
@pulumi.output_type
|
|
7637
|
-
class RowAccessPolicyDescribeOutputSignature(dict):
|
|
7638
|
-
def __init__(__self__, *,
|
|
7639
|
-
name: Optional[str] = None,
|
|
7640
|
-
type: Optional[str] = None):
|
|
7641
|
-
if name is not None:
|
|
7642
|
-
pulumi.set(__self__, "name", name)
|
|
7643
|
-
if type is not None:
|
|
7644
|
-
pulumi.set(__self__, "type", type)
|
|
7645
|
-
|
|
7646
|
-
@property
|
|
7647
|
-
@pulumi.getter
|
|
7648
|
-
def name(self) -> Optional[str]:
|
|
7649
|
-
return pulumi.get(self, "name")
|
|
7650
|
-
|
|
7651
|
-
@property
|
|
7652
|
-
@pulumi.getter
|
|
7653
|
-
def type(self) -> Optional[str]:
|
|
7654
|
-
return pulumi.get(self, "type")
|
|
7655
|
-
|
|
7656
|
-
|
|
7657
|
-
@pulumi.output_type
|
|
7658
|
-
class RowAccessPolicyShowOutput(dict):
|
|
7659
|
-
@staticmethod
|
|
7660
|
-
def __key_warning(key: str):
|
|
7661
|
-
suggest = None
|
|
7662
|
-
if key == "createdOn":
|
|
7663
|
-
suggest = "created_on"
|
|
7664
|
-
elif key == "databaseName":
|
|
7665
|
-
suggest = "database_name"
|
|
7666
|
-
elif key == "ownerRoleType":
|
|
7667
|
-
suggest = "owner_role_type"
|
|
7668
|
-
elif key == "schemaName":
|
|
7669
|
-
suggest = "schema_name"
|
|
7670
|
-
|
|
7671
|
-
if suggest:
|
|
7672
|
-
pulumi.log.warn(f"Key '{key}' not found in RowAccessPolicyShowOutput. Access the value via the '{suggest}' property getter instead.")
|
|
7673
|
-
|
|
7674
|
-
def __getitem__(self, key: str) -> Any:
|
|
7675
|
-
RowAccessPolicyShowOutput.__key_warning(key)
|
|
7676
|
-
return super().__getitem__(key)
|
|
7677
|
-
|
|
7678
|
-
def get(self, key: str, default = None) -> Any:
|
|
7679
|
-
RowAccessPolicyShowOutput.__key_warning(key)
|
|
7680
|
-
return super().get(key, default)
|
|
7681
|
-
|
|
7682
|
-
def __init__(__self__, *,
|
|
7683
|
-
comment: Optional[str] = None,
|
|
7684
|
-
created_on: Optional[str] = None,
|
|
7685
|
-
database_name: Optional[str] = None,
|
|
7686
|
-
kind: Optional[str] = None,
|
|
7687
|
-
name: Optional[str] = None,
|
|
7688
|
-
options: Optional[str] = None,
|
|
7689
|
-
owner: Optional[str] = None,
|
|
7690
|
-
owner_role_type: Optional[str] = None,
|
|
7691
|
-
schema_name: Optional[str] = None):
|
|
7692
|
-
if comment is not None:
|
|
7693
|
-
pulumi.set(__self__, "comment", comment)
|
|
7694
|
-
if created_on is not None:
|
|
7695
|
-
pulumi.set(__self__, "created_on", created_on)
|
|
7696
|
-
if database_name is not None:
|
|
7697
|
-
pulumi.set(__self__, "database_name", database_name)
|
|
7698
|
-
if kind is not None:
|
|
7699
|
-
pulumi.set(__self__, "kind", kind)
|
|
7700
|
-
if name is not None:
|
|
7701
|
-
pulumi.set(__self__, "name", name)
|
|
7702
|
-
if options is not None:
|
|
7703
|
-
pulumi.set(__self__, "options", options)
|
|
7704
|
-
if owner is not None:
|
|
7705
|
-
pulumi.set(__self__, "owner", owner)
|
|
7706
|
-
if owner_role_type is not None:
|
|
7707
|
-
pulumi.set(__self__, "owner_role_type", owner_role_type)
|
|
7708
|
-
if schema_name is not None:
|
|
7709
|
-
pulumi.set(__self__, "schema_name", schema_name)
|
|
7710
|
-
|
|
7711
|
-
@property
|
|
7712
|
-
@pulumi.getter
|
|
7713
|
-
def comment(self) -> Optional[str]:
|
|
7714
|
-
return pulumi.get(self, "comment")
|
|
7715
|
-
|
|
7716
|
-
@property
|
|
7717
|
-
@pulumi.getter(name="createdOn")
|
|
7718
|
-
def created_on(self) -> Optional[str]:
|
|
7719
|
-
return pulumi.get(self, "created_on")
|
|
7720
|
-
|
|
7721
|
-
@property
|
|
7722
|
-
@pulumi.getter(name="databaseName")
|
|
7723
|
-
def database_name(self) -> Optional[str]:
|
|
7724
|
-
return pulumi.get(self, "database_name")
|
|
7725
|
-
|
|
7726
|
-
@property
|
|
7727
|
-
@pulumi.getter
|
|
7728
|
-
def kind(self) -> Optional[str]:
|
|
7729
|
-
return pulumi.get(self, "kind")
|
|
7730
|
-
|
|
7731
|
-
@property
|
|
7732
|
-
@pulumi.getter
|
|
7733
|
-
def name(self) -> Optional[str]:
|
|
7734
|
-
return pulumi.get(self, "name")
|
|
7735
|
-
|
|
7736
|
-
@property
|
|
7737
|
-
@pulumi.getter
|
|
7738
|
-
def options(self) -> Optional[str]:
|
|
7739
|
-
return pulumi.get(self, "options")
|
|
7740
|
-
|
|
7741
|
-
@property
|
|
7742
|
-
@pulumi.getter
|
|
7743
|
-
def owner(self) -> Optional[str]:
|
|
7744
|
-
return pulumi.get(self, "owner")
|
|
7745
|
-
|
|
7746
|
-
@property
|
|
7747
|
-
@pulumi.getter(name="ownerRoleType")
|
|
7748
|
-
def owner_role_type(self) -> Optional[str]:
|
|
7749
|
-
return pulumi.get(self, "owner_role_type")
|
|
7750
|
-
|
|
7751
|
-
@property
|
|
7752
|
-
@pulumi.getter(name="schemaName")
|
|
7753
|
-
def schema_name(self) -> Optional[str]:
|
|
7754
|
-
return pulumi.get(self, "schema_name")
|
|
7755
|
-
|
|
7756
|
-
|
|
7757
7230
|
@pulumi.output_type
|
|
7758
7231
|
class Saml2IntegrationDescribeOutput(dict):
|
|
7759
7232
|
@staticmethod
|
|
@@ -18022,272 +17495,66 @@ class GetGrantsGrantsToShareResult(dict):
|
|
|
18022
17495
|
|
|
18023
17496
|
|
|
18024
17497
|
@pulumi.output_type
|
|
18025
|
-
class
|
|
17498
|
+
class GetMaskingPoliciesMaskingPolicyResult(dict):
|
|
18026
17499
|
def __init__(__self__, *,
|
|
18027
|
-
|
|
18028
|
-
|
|
18029
|
-
|
|
18030
|
-
|
|
18031
|
-
schema:
|
|
18032
|
-
""
|
|
18033
|
-
|
|
18034
|
-
|
|
18035
|
-
|
|
18036
|
-
|
|
18037
|
-
:param str schema: Returns records for the current schema in use or a specified schema. Use fully qualified name.
|
|
18038
|
-
"""
|
|
18039
|
-
if account is not None:
|
|
18040
|
-
pulumi.set(__self__, "account", account)
|
|
18041
|
-
if application is not None:
|
|
18042
|
-
pulumi.set(__self__, "application", application)
|
|
18043
|
-
if application_package is not None:
|
|
18044
|
-
pulumi.set(__self__, "application_package", application_package)
|
|
18045
|
-
if database is not None:
|
|
18046
|
-
pulumi.set(__self__, "database", database)
|
|
18047
|
-
if schema is not None:
|
|
18048
|
-
pulumi.set(__self__, "schema", schema)
|
|
17500
|
+
comment: str,
|
|
17501
|
+
database: str,
|
|
17502
|
+
kind: str,
|
|
17503
|
+
name: str,
|
|
17504
|
+
schema: str):
|
|
17505
|
+
pulumi.set(__self__, "comment", comment)
|
|
17506
|
+
pulumi.set(__self__, "database", database)
|
|
17507
|
+
pulumi.set(__self__, "kind", kind)
|
|
17508
|
+
pulumi.set(__self__, "name", name)
|
|
17509
|
+
pulumi.set(__self__, "schema", schema)
|
|
18049
17510
|
|
|
18050
17511
|
@property
|
|
18051
17512
|
@pulumi.getter
|
|
18052
|
-
def
|
|
18053
|
-
""
|
|
18054
|
-
Returns records for the entire account.
|
|
18055
|
-
"""
|
|
18056
|
-
return pulumi.get(self, "account")
|
|
17513
|
+
def comment(self) -> str:
|
|
17514
|
+
return pulumi.get(self, "comment")
|
|
18057
17515
|
|
|
18058
17516
|
@property
|
|
18059
17517
|
@pulumi.getter
|
|
18060
|
-
def
|
|
18061
|
-
""
|
|
18062
|
-
Returns records for the specified application.
|
|
18063
|
-
"""
|
|
18064
|
-
return pulumi.get(self, "application")
|
|
17518
|
+
def database(self) -> str:
|
|
17519
|
+
return pulumi.get(self, "database")
|
|
18065
17520
|
|
|
18066
17521
|
@property
|
|
18067
|
-
@pulumi.getter
|
|
18068
|
-
def
|
|
18069
|
-
""
|
|
18070
|
-
Returns records for the specified application package.
|
|
18071
|
-
"""
|
|
18072
|
-
return pulumi.get(self, "application_package")
|
|
17522
|
+
@pulumi.getter
|
|
17523
|
+
def kind(self) -> str:
|
|
17524
|
+
return pulumi.get(self, "kind")
|
|
18073
17525
|
|
|
18074
17526
|
@property
|
|
18075
17527
|
@pulumi.getter
|
|
18076
|
-
def
|
|
18077
|
-
""
|
|
18078
|
-
Returns records for the current database in use or for a specified database.
|
|
18079
|
-
"""
|
|
18080
|
-
return pulumi.get(self, "database")
|
|
17528
|
+
def name(self) -> str:
|
|
17529
|
+
return pulumi.get(self, "name")
|
|
18081
17530
|
|
|
18082
17531
|
@property
|
|
18083
17532
|
@pulumi.getter
|
|
18084
|
-
def schema(self) ->
|
|
18085
|
-
"""
|
|
18086
|
-
Returns records for the current schema in use or a specified schema. Use fully qualified name.
|
|
18087
|
-
"""
|
|
17533
|
+
def schema(self) -> str:
|
|
18088
17534
|
return pulumi.get(self, "schema")
|
|
18089
17535
|
|
|
18090
17536
|
|
|
18091
17537
|
@pulumi.output_type
|
|
18092
|
-
class
|
|
17538
|
+
class GetMaterializedViewsMaterializedViewResult(dict):
|
|
18093
17539
|
def __init__(__self__, *,
|
|
18094
|
-
|
|
18095
|
-
|
|
18096
|
-
|
|
18097
|
-
|
|
18098
|
-
|
|
18099
|
-
""
|
|
18100
|
-
pulumi.set(__self__, "
|
|
18101
|
-
|
|
18102
|
-
pulumi.set(__self__, "from_", from_)
|
|
17540
|
+
comment: str,
|
|
17541
|
+
database: str,
|
|
17542
|
+
name: str,
|
|
17543
|
+
schema: str):
|
|
17544
|
+
pulumi.set(__self__, "comment", comment)
|
|
17545
|
+
pulumi.set(__self__, "database", database)
|
|
17546
|
+
pulumi.set(__self__, "name", name)
|
|
17547
|
+
pulumi.set(__self__, "schema", schema)
|
|
18103
17548
|
|
|
18104
17549
|
@property
|
|
18105
17550
|
@pulumi.getter
|
|
18106
|
-
def
|
|
18107
|
-
""
|
|
18108
|
-
The maximum number of rows to return.
|
|
18109
|
-
"""
|
|
18110
|
-
return pulumi.get(self, "rows")
|
|
17551
|
+
def comment(self) -> str:
|
|
17552
|
+
return pulumi.get(self, "comment")
|
|
18111
17553
|
|
|
18112
17554
|
@property
|
|
18113
|
-
@pulumi.getter
|
|
18114
|
-
def
|
|
18115
|
-
""
|
|
18116
|
-
Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
|
|
18117
|
-
"""
|
|
18118
|
-
return pulumi.get(self, "from_")
|
|
18119
|
-
|
|
18120
|
-
|
|
18121
|
-
@pulumi.output_type
|
|
18122
|
-
class GetMaskingPoliciesMaskingPolicyResult(dict):
|
|
18123
|
-
def __init__(__self__, *,
|
|
18124
|
-
describe_outputs: Sequence['outputs.GetMaskingPoliciesMaskingPolicyDescribeOutputResult'],
|
|
18125
|
-
show_outputs: Sequence['outputs.GetMaskingPoliciesMaskingPolicyShowOutputResult']):
|
|
18126
|
-
"""
|
|
18127
|
-
:param Sequence['GetMaskingPoliciesMaskingPolicyDescribeOutputArgs'] describe_outputs: Holds the output of DESCRIBE MASKING POLICY.
|
|
18128
|
-
:param Sequence['GetMaskingPoliciesMaskingPolicyShowOutputArgs'] show_outputs: Holds the output of SHOW MASKING POLICIES.
|
|
18129
|
-
"""
|
|
18130
|
-
pulumi.set(__self__, "describe_outputs", describe_outputs)
|
|
18131
|
-
pulumi.set(__self__, "show_outputs", show_outputs)
|
|
18132
|
-
|
|
18133
|
-
@property
|
|
18134
|
-
@pulumi.getter(name="describeOutputs")
|
|
18135
|
-
def describe_outputs(self) -> Sequence['outputs.GetMaskingPoliciesMaskingPolicyDescribeOutputResult']:
|
|
18136
|
-
"""
|
|
18137
|
-
Holds the output of DESCRIBE MASKING POLICY.
|
|
18138
|
-
"""
|
|
18139
|
-
return pulumi.get(self, "describe_outputs")
|
|
18140
|
-
|
|
18141
|
-
@property
|
|
18142
|
-
@pulumi.getter(name="showOutputs")
|
|
18143
|
-
def show_outputs(self) -> Sequence['outputs.GetMaskingPoliciesMaskingPolicyShowOutputResult']:
|
|
18144
|
-
"""
|
|
18145
|
-
Holds the output of SHOW MASKING POLICIES.
|
|
18146
|
-
"""
|
|
18147
|
-
return pulumi.get(self, "show_outputs")
|
|
18148
|
-
|
|
18149
|
-
|
|
18150
|
-
@pulumi.output_type
|
|
18151
|
-
class GetMaskingPoliciesMaskingPolicyDescribeOutputResult(dict):
|
|
18152
|
-
def __init__(__self__, *,
|
|
18153
|
-
body: str,
|
|
18154
|
-
name: str,
|
|
18155
|
-
return_type: str,
|
|
18156
|
-
signatures: Sequence['outputs.GetMaskingPoliciesMaskingPolicyDescribeOutputSignatureResult']):
|
|
18157
|
-
pulumi.set(__self__, "body", body)
|
|
18158
|
-
pulumi.set(__self__, "name", name)
|
|
18159
|
-
pulumi.set(__self__, "return_type", return_type)
|
|
18160
|
-
pulumi.set(__self__, "signatures", signatures)
|
|
18161
|
-
|
|
18162
|
-
@property
|
|
18163
|
-
@pulumi.getter
|
|
18164
|
-
def body(self) -> str:
|
|
18165
|
-
return pulumi.get(self, "body")
|
|
18166
|
-
|
|
18167
|
-
@property
|
|
18168
|
-
@pulumi.getter
|
|
18169
|
-
def name(self) -> str:
|
|
18170
|
-
return pulumi.get(self, "name")
|
|
18171
|
-
|
|
18172
|
-
@property
|
|
18173
|
-
@pulumi.getter(name="returnType")
|
|
18174
|
-
def return_type(self) -> str:
|
|
18175
|
-
return pulumi.get(self, "return_type")
|
|
18176
|
-
|
|
18177
|
-
@property
|
|
18178
|
-
@pulumi.getter
|
|
18179
|
-
def signatures(self) -> Sequence['outputs.GetMaskingPoliciesMaskingPolicyDescribeOutputSignatureResult']:
|
|
18180
|
-
return pulumi.get(self, "signatures")
|
|
18181
|
-
|
|
18182
|
-
|
|
18183
|
-
@pulumi.output_type
|
|
18184
|
-
class GetMaskingPoliciesMaskingPolicyDescribeOutputSignatureResult(dict):
|
|
18185
|
-
def __init__(__self__, *,
|
|
18186
|
-
name: str,
|
|
18187
|
-
type: str):
|
|
18188
|
-
pulumi.set(__self__, "name", name)
|
|
18189
|
-
pulumi.set(__self__, "type", type)
|
|
18190
|
-
|
|
18191
|
-
@property
|
|
18192
|
-
@pulumi.getter
|
|
18193
|
-
def name(self) -> str:
|
|
18194
|
-
return pulumi.get(self, "name")
|
|
18195
|
-
|
|
18196
|
-
@property
|
|
18197
|
-
@pulumi.getter
|
|
18198
|
-
def type(self) -> str:
|
|
18199
|
-
return pulumi.get(self, "type")
|
|
18200
|
-
|
|
18201
|
-
|
|
18202
|
-
@pulumi.output_type
|
|
18203
|
-
class GetMaskingPoliciesMaskingPolicyShowOutputResult(dict):
|
|
18204
|
-
def __init__(__self__, *,
|
|
18205
|
-
comment: str,
|
|
18206
|
-
created_on: str,
|
|
18207
|
-
database_name: str,
|
|
18208
|
-
exempt_other_policies: bool,
|
|
18209
|
-
kind: str,
|
|
18210
|
-
name: str,
|
|
18211
|
-
owner: str,
|
|
18212
|
-
owner_role_type: str,
|
|
18213
|
-
schema_name: str):
|
|
18214
|
-
pulumi.set(__self__, "comment", comment)
|
|
18215
|
-
pulumi.set(__self__, "created_on", created_on)
|
|
18216
|
-
pulumi.set(__self__, "database_name", database_name)
|
|
18217
|
-
pulumi.set(__self__, "exempt_other_policies", exempt_other_policies)
|
|
18218
|
-
pulumi.set(__self__, "kind", kind)
|
|
18219
|
-
pulumi.set(__self__, "name", name)
|
|
18220
|
-
pulumi.set(__self__, "owner", owner)
|
|
18221
|
-
pulumi.set(__self__, "owner_role_type", owner_role_type)
|
|
18222
|
-
pulumi.set(__self__, "schema_name", schema_name)
|
|
18223
|
-
|
|
18224
|
-
@property
|
|
18225
|
-
@pulumi.getter
|
|
18226
|
-
def comment(self) -> str:
|
|
18227
|
-
return pulumi.get(self, "comment")
|
|
18228
|
-
|
|
18229
|
-
@property
|
|
18230
|
-
@pulumi.getter(name="createdOn")
|
|
18231
|
-
def created_on(self) -> str:
|
|
18232
|
-
return pulumi.get(self, "created_on")
|
|
18233
|
-
|
|
18234
|
-
@property
|
|
18235
|
-
@pulumi.getter(name="databaseName")
|
|
18236
|
-
def database_name(self) -> str:
|
|
18237
|
-
return pulumi.get(self, "database_name")
|
|
18238
|
-
|
|
18239
|
-
@property
|
|
18240
|
-
@pulumi.getter(name="exemptOtherPolicies")
|
|
18241
|
-
def exempt_other_policies(self) -> bool:
|
|
18242
|
-
return pulumi.get(self, "exempt_other_policies")
|
|
18243
|
-
|
|
18244
|
-
@property
|
|
18245
|
-
@pulumi.getter
|
|
18246
|
-
def kind(self) -> str:
|
|
18247
|
-
return pulumi.get(self, "kind")
|
|
18248
|
-
|
|
18249
|
-
@property
|
|
18250
|
-
@pulumi.getter
|
|
18251
|
-
def name(self) -> str:
|
|
18252
|
-
return pulumi.get(self, "name")
|
|
18253
|
-
|
|
18254
|
-
@property
|
|
18255
|
-
@pulumi.getter
|
|
18256
|
-
def owner(self) -> str:
|
|
18257
|
-
return pulumi.get(self, "owner")
|
|
18258
|
-
|
|
18259
|
-
@property
|
|
18260
|
-
@pulumi.getter(name="ownerRoleType")
|
|
18261
|
-
def owner_role_type(self) -> str:
|
|
18262
|
-
return pulumi.get(self, "owner_role_type")
|
|
18263
|
-
|
|
18264
|
-
@property
|
|
18265
|
-
@pulumi.getter(name="schemaName")
|
|
18266
|
-
def schema_name(self) -> str:
|
|
18267
|
-
return pulumi.get(self, "schema_name")
|
|
18268
|
-
|
|
18269
|
-
|
|
18270
|
-
@pulumi.output_type
|
|
18271
|
-
class GetMaterializedViewsMaterializedViewResult(dict):
|
|
18272
|
-
def __init__(__self__, *,
|
|
18273
|
-
comment: str,
|
|
18274
|
-
database: str,
|
|
18275
|
-
name: str,
|
|
18276
|
-
schema: str):
|
|
18277
|
-
pulumi.set(__self__, "comment", comment)
|
|
18278
|
-
pulumi.set(__self__, "database", database)
|
|
18279
|
-
pulumi.set(__self__, "name", name)
|
|
18280
|
-
pulumi.set(__self__, "schema", schema)
|
|
18281
|
-
|
|
18282
|
-
@property
|
|
18283
|
-
@pulumi.getter
|
|
18284
|
-
def comment(self) -> str:
|
|
18285
|
-
return pulumi.get(self, "comment")
|
|
18286
|
-
|
|
18287
|
-
@property
|
|
18288
|
-
@pulumi.getter
|
|
18289
|
-
def database(self) -> str:
|
|
18290
|
-
return pulumi.get(self, "database")
|
|
17555
|
+
@pulumi.getter
|
|
17556
|
+
def database(self) -> str:
|
|
17557
|
+
return pulumi.get(self, "database")
|
|
18291
17558
|
|
|
18292
17559
|
@property
|
|
18293
17560
|
@pulumi.getter
|
|
@@ -18567,117 +17834,36 @@ class GetProceduresProcedureResult(dict):
|
|
|
18567
17834
|
|
|
18568
17835
|
@pulumi.output_type
|
|
18569
17836
|
class GetResourceMonitorsResourceMonitorResult(dict):
|
|
18570
|
-
def __init__(__self__, *,
|
|
18571
|
-
show_outputs: Sequence['outputs.GetResourceMonitorsResourceMonitorShowOutputResult']):
|
|
18572
|
-
"""
|
|
18573
|
-
:param Sequence['GetResourceMonitorsResourceMonitorShowOutputArgs'] show_outputs: Holds the output of SHOW RESOURCE MONITORS.
|
|
18574
|
-
"""
|
|
18575
|
-
pulumi.set(__self__, "show_outputs", show_outputs)
|
|
18576
|
-
|
|
18577
|
-
@property
|
|
18578
|
-
@pulumi.getter(name="showOutputs")
|
|
18579
|
-
def show_outputs(self) -> Sequence['outputs.GetResourceMonitorsResourceMonitorShowOutputResult']:
|
|
18580
|
-
"""
|
|
18581
|
-
Holds the output of SHOW RESOURCE MONITORS.
|
|
18582
|
-
"""
|
|
18583
|
-
return pulumi.get(self, "show_outputs")
|
|
18584
|
-
|
|
18585
|
-
|
|
18586
|
-
@pulumi.output_type
|
|
18587
|
-
class GetResourceMonitorsResourceMonitorShowOutputResult(dict):
|
|
18588
17837
|
def __init__(__self__, *,
|
|
18589
17838
|
comment: str,
|
|
18590
|
-
|
|
18591
|
-
credit_quota: float,
|
|
18592
|
-
end_time: str,
|
|
17839
|
+
credit_quota: str,
|
|
18593
17840
|
frequency: str,
|
|
18594
|
-
|
|
18595
|
-
name: str,
|
|
18596
|
-
owner: str,
|
|
18597
|
-
remaining_credits: float,
|
|
18598
|
-
start_time: str,
|
|
18599
|
-
suspend_at: int,
|
|
18600
|
-
suspend_immediate_at: int,
|
|
18601
|
-
used_credits: float):
|
|
17841
|
+
name: str):
|
|
18602
17842
|
pulumi.set(__self__, "comment", comment)
|
|
18603
|
-
pulumi.set(__self__, "created_on", created_on)
|
|
18604
17843
|
pulumi.set(__self__, "credit_quota", credit_quota)
|
|
18605
|
-
pulumi.set(__self__, "end_time", end_time)
|
|
18606
17844
|
pulumi.set(__self__, "frequency", frequency)
|
|
18607
|
-
pulumi.set(__self__, "level", level)
|
|
18608
17845
|
pulumi.set(__self__, "name", name)
|
|
18609
|
-
pulumi.set(__self__, "owner", owner)
|
|
18610
|
-
pulumi.set(__self__, "remaining_credits", remaining_credits)
|
|
18611
|
-
pulumi.set(__self__, "start_time", start_time)
|
|
18612
|
-
pulumi.set(__self__, "suspend_at", suspend_at)
|
|
18613
|
-
pulumi.set(__self__, "suspend_immediate_at", suspend_immediate_at)
|
|
18614
|
-
pulumi.set(__self__, "used_credits", used_credits)
|
|
18615
17846
|
|
|
18616
17847
|
@property
|
|
18617
17848
|
@pulumi.getter
|
|
18618
17849
|
def comment(self) -> str:
|
|
18619
17850
|
return pulumi.get(self, "comment")
|
|
18620
17851
|
|
|
18621
|
-
@property
|
|
18622
|
-
@pulumi.getter(name="createdOn")
|
|
18623
|
-
def created_on(self) -> str:
|
|
18624
|
-
return pulumi.get(self, "created_on")
|
|
18625
|
-
|
|
18626
17852
|
@property
|
|
18627
17853
|
@pulumi.getter(name="creditQuota")
|
|
18628
|
-
def credit_quota(self) ->
|
|
17854
|
+
def credit_quota(self) -> str:
|
|
18629
17855
|
return pulumi.get(self, "credit_quota")
|
|
18630
17856
|
|
|
18631
|
-
@property
|
|
18632
|
-
@pulumi.getter(name="endTime")
|
|
18633
|
-
def end_time(self) -> str:
|
|
18634
|
-
return pulumi.get(self, "end_time")
|
|
18635
|
-
|
|
18636
17857
|
@property
|
|
18637
17858
|
@pulumi.getter
|
|
18638
17859
|
def frequency(self) -> str:
|
|
18639
17860
|
return pulumi.get(self, "frequency")
|
|
18640
17861
|
|
|
18641
|
-
@property
|
|
18642
|
-
@pulumi.getter
|
|
18643
|
-
def level(self) -> str:
|
|
18644
|
-
return pulumi.get(self, "level")
|
|
18645
|
-
|
|
18646
17862
|
@property
|
|
18647
17863
|
@pulumi.getter
|
|
18648
17864
|
def name(self) -> str:
|
|
18649
17865
|
return pulumi.get(self, "name")
|
|
18650
17866
|
|
|
18651
|
-
@property
|
|
18652
|
-
@pulumi.getter
|
|
18653
|
-
def owner(self) -> str:
|
|
18654
|
-
return pulumi.get(self, "owner")
|
|
18655
|
-
|
|
18656
|
-
@property
|
|
18657
|
-
@pulumi.getter(name="remainingCredits")
|
|
18658
|
-
def remaining_credits(self) -> float:
|
|
18659
|
-
return pulumi.get(self, "remaining_credits")
|
|
18660
|
-
|
|
18661
|
-
@property
|
|
18662
|
-
@pulumi.getter(name="startTime")
|
|
18663
|
-
def start_time(self) -> str:
|
|
18664
|
-
return pulumi.get(self, "start_time")
|
|
18665
|
-
|
|
18666
|
-
@property
|
|
18667
|
-
@pulumi.getter(name="suspendAt")
|
|
18668
|
-
def suspend_at(self) -> int:
|
|
18669
|
-
return pulumi.get(self, "suspend_at")
|
|
18670
|
-
|
|
18671
|
-
@property
|
|
18672
|
-
@pulumi.getter(name="suspendImmediateAt")
|
|
18673
|
-
def suspend_immediate_at(self) -> int:
|
|
18674
|
-
return pulumi.get(self, "suspend_immediate_at")
|
|
18675
|
-
|
|
18676
|
-
@property
|
|
18677
|
-
@pulumi.getter(name="usedCredits")
|
|
18678
|
-
def used_credits(self) -> float:
|
|
18679
|
-
return pulumi.get(self, "used_credits")
|
|
18680
|
-
|
|
18681
17867
|
|
|
18682
17868
|
@pulumi.output_type
|
|
18683
17869
|
class GetRolesRoleResult(dict):
|
|
@@ -18772,225 +17958,27 @@ class GetRolesRoleShowOutputResult(dict):
|
|
|
18772
17958
|
return pulumi.get(self, "owner")
|
|
18773
17959
|
|
|
18774
17960
|
|
|
18775
|
-
@pulumi.output_type
|
|
18776
|
-
class GetRowAccessPoliciesInResult(dict):
|
|
18777
|
-
def __init__(__self__, *,
|
|
18778
|
-
account: Optional[bool] = None,
|
|
18779
|
-
application: Optional[str] = None,
|
|
18780
|
-
application_package: Optional[str] = None,
|
|
18781
|
-
database: Optional[str] = None,
|
|
18782
|
-
schema: Optional[str] = None):
|
|
18783
|
-
"""
|
|
18784
|
-
:param bool account: Returns records for the entire account.
|
|
18785
|
-
:param str application: Returns records for the specified application.
|
|
18786
|
-
:param str application_package: Returns records for the specified application package.
|
|
18787
|
-
:param str database: Returns records for the current database in use or for a specified database.
|
|
18788
|
-
:param str schema: Returns records for the current schema in use or a specified schema. Use fully qualified name.
|
|
18789
|
-
"""
|
|
18790
|
-
if account is not None:
|
|
18791
|
-
pulumi.set(__self__, "account", account)
|
|
18792
|
-
if application is not None:
|
|
18793
|
-
pulumi.set(__self__, "application", application)
|
|
18794
|
-
if application_package is not None:
|
|
18795
|
-
pulumi.set(__self__, "application_package", application_package)
|
|
18796
|
-
if database is not None:
|
|
18797
|
-
pulumi.set(__self__, "database", database)
|
|
18798
|
-
if schema is not None:
|
|
18799
|
-
pulumi.set(__self__, "schema", schema)
|
|
18800
|
-
|
|
18801
|
-
@property
|
|
18802
|
-
@pulumi.getter
|
|
18803
|
-
def account(self) -> Optional[bool]:
|
|
18804
|
-
"""
|
|
18805
|
-
Returns records for the entire account.
|
|
18806
|
-
"""
|
|
18807
|
-
return pulumi.get(self, "account")
|
|
18808
|
-
|
|
18809
|
-
@property
|
|
18810
|
-
@pulumi.getter
|
|
18811
|
-
def application(self) -> Optional[str]:
|
|
18812
|
-
"""
|
|
18813
|
-
Returns records for the specified application.
|
|
18814
|
-
"""
|
|
18815
|
-
return pulumi.get(self, "application")
|
|
18816
|
-
|
|
18817
|
-
@property
|
|
18818
|
-
@pulumi.getter(name="applicationPackage")
|
|
18819
|
-
def application_package(self) -> Optional[str]:
|
|
18820
|
-
"""
|
|
18821
|
-
Returns records for the specified application package.
|
|
18822
|
-
"""
|
|
18823
|
-
return pulumi.get(self, "application_package")
|
|
18824
|
-
|
|
18825
|
-
@property
|
|
18826
|
-
@pulumi.getter
|
|
18827
|
-
def database(self) -> Optional[str]:
|
|
18828
|
-
"""
|
|
18829
|
-
Returns records for the current database in use or for a specified database.
|
|
18830
|
-
"""
|
|
18831
|
-
return pulumi.get(self, "database")
|
|
18832
|
-
|
|
18833
|
-
@property
|
|
18834
|
-
@pulumi.getter
|
|
18835
|
-
def schema(self) -> Optional[str]:
|
|
18836
|
-
"""
|
|
18837
|
-
Returns records for the current schema in use or a specified schema. Use fully qualified name.
|
|
18838
|
-
"""
|
|
18839
|
-
return pulumi.get(self, "schema")
|
|
18840
|
-
|
|
18841
|
-
|
|
18842
|
-
@pulumi.output_type
|
|
18843
|
-
class GetRowAccessPoliciesLimitResult(dict):
|
|
18844
|
-
def __init__(__self__, *,
|
|
18845
|
-
rows: int,
|
|
18846
|
-
from_: Optional[str] = None):
|
|
18847
|
-
"""
|
|
18848
|
-
:param int rows: The maximum number of rows to return.
|
|
18849
|
-
:param str from_: Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
|
|
18850
|
-
"""
|
|
18851
|
-
pulumi.set(__self__, "rows", rows)
|
|
18852
|
-
if from_ is not None:
|
|
18853
|
-
pulumi.set(__self__, "from_", from_)
|
|
18854
|
-
|
|
18855
|
-
@property
|
|
18856
|
-
@pulumi.getter
|
|
18857
|
-
def rows(self) -> int:
|
|
18858
|
-
"""
|
|
18859
|
-
The maximum number of rows to return.
|
|
18860
|
-
"""
|
|
18861
|
-
return pulumi.get(self, "rows")
|
|
18862
|
-
|
|
18863
|
-
@property
|
|
18864
|
-
@pulumi.getter(name="from")
|
|
18865
|
-
def from_(self) -> Optional[str]:
|
|
18866
|
-
"""
|
|
18867
|
-
Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
|
|
18868
|
-
"""
|
|
18869
|
-
return pulumi.get(self, "from_")
|
|
18870
|
-
|
|
18871
|
-
|
|
18872
17961
|
@pulumi.output_type
|
|
18873
17962
|
class GetRowAccessPoliciesRowAccessPolicyResult(dict):
|
|
18874
|
-
def __init__(__self__, *,
|
|
18875
|
-
describe_outputs: Sequence['outputs.GetRowAccessPoliciesRowAccessPolicyDescribeOutputResult'],
|
|
18876
|
-
show_outputs: Sequence['outputs.GetRowAccessPoliciesRowAccessPolicyShowOutputResult']):
|
|
18877
|
-
"""
|
|
18878
|
-
:param Sequence['GetRowAccessPoliciesRowAccessPolicyDescribeOutputArgs'] describe_outputs: Holds the output of DESCRIBE ROW ACCESS POLICY.
|
|
18879
|
-
:param Sequence['GetRowAccessPoliciesRowAccessPolicyShowOutputArgs'] show_outputs: Holds the output of SHOW ROW ACCESS POLICIES.
|
|
18880
|
-
"""
|
|
18881
|
-
pulumi.set(__self__, "describe_outputs", describe_outputs)
|
|
18882
|
-
pulumi.set(__self__, "show_outputs", show_outputs)
|
|
18883
|
-
|
|
18884
|
-
@property
|
|
18885
|
-
@pulumi.getter(name="describeOutputs")
|
|
18886
|
-
def describe_outputs(self) -> Sequence['outputs.GetRowAccessPoliciesRowAccessPolicyDescribeOutputResult']:
|
|
18887
|
-
"""
|
|
18888
|
-
Holds the output of DESCRIBE ROW ACCESS POLICY.
|
|
18889
|
-
"""
|
|
18890
|
-
return pulumi.get(self, "describe_outputs")
|
|
18891
|
-
|
|
18892
|
-
@property
|
|
18893
|
-
@pulumi.getter(name="showOutputs")
|
|
18894
|
-
def show_outputs(self) -> Sequence['outputs.GetRowAccessPoliciesRowAccessPolicyShowOutputResult']:
|
|
18895
|
-
"""
|
|
18896
|
-
Holds the output of SHOW ROW ACCESS POLICIES.
|
|
18897
|
-
"""
|
|
18898
|
-
return pulumi.get(self, "show_outputs")
|
|
18899
|
-
|
|
18900
|
-
|
|
18901
|
-
@pulumi.output_type
|
|
18902
|
-
class GetRowAccessPoliciesRowAccessPolicyDescribeOutputResult(dict):
|
|
18903
|
-
def __init__(__self__, *,
|
|
18904
|
-
body: str,
|
|
18905
|
-
name: str,
|
|
18906
|
-
return_type: str,
|
|
18907
|
-
signatures: Sequence['outputs.GetRowAccessPoliciesRowAccessPolicyDescribeOutputSignatureResult']):
|
|
18908
|
-
pulumi.set(__self__, "body", body)
|
|
18909
|
-
pulumi.set(__self__, "name", name)
|
|
18910
|
-
pulumi.set(__self__, "return_type", return_type)
|
|
18911
|
-
pulumi.set(__self__, "signatures", signatures)
|
|
18912
|
-
|
|
18913
|
-
@property
|
|
18914
|
-
@pulumi.getter
|
|
18915
|
-
def body(self) -> str:
|
|
18916
|
-
return pulumi.get(self, "body")
|
|
18917
|
-
|
|
18918
|
-
@property
|
|
18919
|
-
@pulumi.getter
|
|
18920
|
-
def name(self) -> str:
|
|
18921
|
-
return pulumi.get(self, "name")
|
|
18922
|
-
|
|
18923
|
-
@property
|
|
18924
|
-
@pulumi.getter(name="returnType")
|
|
18925
|
-
def return_type(self) -> str:
|
|
18926
|
-
return pulumi.get(self, "return_type")
|
|
18927
|
-
|
|
18928
|
-
@property
|
|
18929
|
-
@pulumi.getter
|
|
18930
|
-
def signatures(self) -> Sequence['outputs.GetRowAccessPoliciesRowAccessPolicyDescribeOutputSignatureResult']:
|
|
18931
|
-
return pulumi.get(self, "signatures")
|
|
18932
|
-
|
|
18933
|
-
|
|
18934
|
-
@pulumi.output_type
|
|
18935
|
-
class GetRowAccessPoliciesRowAccessPolicyDescribeOutputSignatureResult(dict):
|
|
18936
|
-
def __init__(__self__, *,
|
|
18937
|
-
name: str,
|
|
18938
|
-
type: str):
|
|
18939
|
-
pulumi.set(__self__, "name", name)
|
|
18940
|
-
pulumi.set(__self__, "type", type)
|
|
18941
|
-
|
|
18942
|
-
@property
|
|
18943
|
-
@pulumi.getter
|
|
18944
|
-
def name(self) -> str:
|
|
18945
|
-
return pulumi.get(self, "name")
|
|
18946
|
-
|
|
18947
|
-
@property
|
|
18948
|
-
@pulumi.getter
|
|
18949
|
-
def type(self) -> str:
|
|
18950
|
-
return pulumi.get(self, "type")
|
|
18951
|
-
|
|
18952
|
-
|
|
18953
|
-
@pulumi.output_type
|
|
18954
|
-
class GetRowAccessPoliciesRowAccessPolicyShowOutputResult(dict):
|
|
18955
17963
|
def __init__(__self__, *,
|
|
18956
17964
|
comment: str,
|
|
18957
|
-
|
|
18958
|
-
database_name: str,
|
|
18959
|
-
kind: str,
|
|
17965
|
+
database: str,
|
|
18960
17966
|
name: str,
|
|
18961
|
-
|
|
18962
|
-
owner: str,
|
|
18963
|
-
owner_role_type: str,
|
|
18964
|
-
schema_name: str):
|
|
17967
|
+
schema: str):
|
|
18965
17968
|
pulumi.set(__self__, "comment", comment)
|
|
18966
|
-
pulumi.set(__self__, "
|
|
18967
|
-
pulumi.set(__self__, "database_name", database_name)
|
|
18968
|
-
pulumi.set(__self__, "kind", kind)
|
|
17969
|
+
pulumi.set(__self__, "database", database)
|
|
18969
17970
|
pulumi.set(__self__, "name", name)
|
|
18970
|
-
pulumi.set(__self__, "
|
|
18971
|
-
pulumi.set(__self__, "owner", owner)
|
|
18972
|
-
pulumi.set(__self__, "owner_role_type", owner_role_type)
|
|
18973
|
-
pulumi.set(__self__, "schema_name", schema_name)
|
|
17971
|
+
pulumi.set(__self__, "schema", schema)
|
|
18974
17972
|
|
|
18975
17973
|
@property
|
|
18976
17974
|
@pulumi.getter
|
|
18977
17975
|
def comment(self) -> str:
|
|
18978
17976
|
return pulumi.get(self, "comment")
|
|
18979
17977
|
|
|
18980
|
-
@property
|
|
18981
|
-
@pulumi.getter(name="createdOn")
|
|
18982
|
-
def created_on(self) -> str:
|
|
18983
|
-
return pulumi.get(self, "created_on")
|
|
18984
|
-
|
|
18985
|
-
@property
|
|
18986
|
-
@pulumi.getter(name="databaseName")
|
|
18987
|
-
def database_name(self) -> str:
|
|
18988
|
-
return pulumi.get(self, "database_name")
|
|
18989
|
-
|
|
18990
17978
|
@property
|
|
18991
17979
|
@pulumi.getter
|
|
18992
|
-
def
|
|
18993
|
-
return pulumi.get(self, "
|
|
17980
|
+
def database(self) -> str:
|
|
17981
|
+
return pulumi.get(self, "database")
|
|
18994
17982
|
|
|
18995
17983
|
@property
|
|
18996
17984
|
@pulumi.getter
|
|
@@ -18999,23 +17987,8 @@ class GetRowAccessPoliciesRowAccessPolicyShowOutputResult(dict):
|
|
|
18999
17987
|
|
|
19000
17988
|
@property
|
|
19001
17989
|
@pulumi.getter
|
|
19002
|
-
def
|
|
19003
|
-
return pulumi.get(self, "
|
|
19004
|
-
|
|
19005
|
-
@property
|
|
19006
|
-
@pulumi.getter
|
|
19007
|
-
def owner(self) -> str:
|
|
19008
|
-
return pulumi.get(self, "owner")
|
|
19009
|
-
|
|
19010
|
-
@property
|
|
19011
|
-
@pulumi.getter(name="ownerRoleType")
|
|
19012
|
-
def owner_role_type(self) -> str:
|
|
19013
|
-
return pulumi.get(self, "owner_role_type")
|
|
19014
|
-
|
|
19015
|
-
@property
|
|
19016
|
-
@pulumi.getter(name="schemaName")
|
|
19017
|
-
def schema_name(self) -> str:
|
|
19018
|
-
return pulumi.get(self, "schema_name")
|
|
17990
|
+
def schema(self) -> str:
|
|
17991
|
+
return pulumi.get(self, "schema")
|
|
19019
17992
|
|
|
19020
17993
|
|
|
19021
17994
|
@pulumi.output_type
|