pulumi-snowflake 0.60.0a1728636583__py3-none-any.whl → 0.60.0a1728941570__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.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "snowflake",
4
- "version": "0.60.0-alpha.1728636583"
4
+ "version": "0.60.0-alpha.1728941570"
5
5
  }
@@ -140,7 +140,7 @@ class _RowAccessPolicyState:
140
140
  :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).
141
141
  :param pulumi.Input[str] name: Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
142
142
  :param pulumi.Input[str] schema: The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
143
- :param pulumi.Input[Sequence[pulumi.Input['RowAccessPolicyShowOutputArgs']]] show_outputs: Outputs the result of `SHOW ROW ACCESS POLICY` for the given row access policy.
143
+ :param pulumi.Input[Sequence[pulumi.Input['RowAccessPolicyShowOutputArgs']]] show_outputs: Outputs the result of `SHOW ROW ACCESS POLICIES` for the given row access policy.
144
144
  """
145
145
  if arguments is not None:
146
146
  pulumi.set(__self__, "arguments", arguments)
@@ -261,7 +261,7 @@ class _RowAccessPolicyState:
261
261
  @pulumi.getter(name="showOutputs")
262
262
  def show_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RowAccessPolicyShowOutputArgs']]]]:
263
263
  """
264
- Outputs the result of `SHOW ROW ACCESS POLICY` for the given row access policy.
264
+ Outputs the result of `SHOW ROW ACCESS POLICIES` for the given row access policy.
265
265
  """
266
266
  return pulumi.get(self, "show_outputs")
267
267
 
@@ -392,7 +392,7 @@ class RowAccessPolicy(pulumi.CustomResource):
392
392
  :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).
393
393
  :param pulumi.Input[str] name: Specifies the identifier for the row access policy; must be unique for the database and schema in which the row access policy is created. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
394
394
  :param pulumi.Input[str] schema: The schema in which to create the row access policy. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `(`, `)`, `"`
395
- :param pulumi.Input[Sequence[pulumi.Input[Union['RowAccessPolicyShowOutputArgs', 'RowAccessPolicyShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW ROW ACCESS POLICY` for the given row access policy.
395
+ :param pulumi.Input[Sequence[pulumi.Input[Union['RowAccessPolicyShowOutputArgs', 'RowAccessPolicyShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW ROW ACCESS POLICIES` for the given row access policy.
396
396
  """
397
397
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
398
398
 
@@ -477,7 +477,7 @@ class RowAccessPolicy(pulumi.CustomResource):
477
477
  @pulumi.getter(name="showOutputs")
478
478
  def show_outputs(self) -> pulumi.Output[Sequence['outputs.RowAccessPolicyShowOutput']]:
479
479
  """
480
- Outputs the result of `SHOW ROW ACCESS POLICY` for the given row access policy.
480
+ Outputs the result of `SHOW ROW ACCESS POLICIES` for the given row access policy.
481
481
  """
482
482
  return pulumi.get(self, "show_outputs")
483
483