pulumi-snowflake 2.6.0a1758215392__py3-none-any.whl → 2.7.0__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 +18 -18
- pulumi_snowflake/outputs.py +12 -12
- pulumi_snowflake/pulumi-plugin.json +1 -1
- pulumi_snowflake/storage_integration.py +98 -38
- {pulumi_snowflake-2.6.0a1758215392.dist-info → pulumi_snowflake-2.7.0.dist-info}/METADATA +1 -1
- {pulumi_snowflake-2.6.0a1758215392.dist-info → pulumi_snowflake-2.7.0.dist-info}/RECORD +8 -8
- {pulumi_snowflake-2.6.0a1758215392.dist-info → pulumi_snowflake-2.7.0.dist-info}/WHEEL +0 -0
- {pulumi_snowflake-2.6.0a1758215392.dist-info → pulumi_snowflake-2.7.0.dist-info}/top_level.txt +0 -0
pulumi_snowflake/_inputs.py
CHANGED
|
@@ -12717,7 +12717,7 @@ if not MYPY:
|
|
|
12717
12717
|
"""
|
|
12718
12718
|
object_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
12719
12719
|
"""
|
|
12720
|
-
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
12720
|
+
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
12721
12721
|
"""
|
|
12722
12722
|
elif False:
|
|
12723
12723
|
GrantPrivilegesToAccountRoleOnSchemaObjectArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -12733,7 +12733,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectArgs:
|
|
|
12733
12733
|
:param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaObjectAllArgs'] all: Configures the privilege to be granted on all objects in either a database or schema.
|
|
12734
12734
|
:param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaObjectFutureArgs'] future: Configures the privilege to be granted on future objects in either a database or schema.
|
|
12735
12735
|
:param pulumi.Input[_builtins.str] object_name: The fully qualified name of the object on which privileges will be granted.
|
|
12736
|
-
:param pulumi.Input[_builtins.str] object_type: The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
12736
|
+
:param pulumi.Input[_builtins.str] object_type: The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
12737
12737
|
"""
|
|
12738
12738
|
if all is not None:
|
|
12739
12739
|
pulumi.set(__self__, "all", all)
|
|
@@ -12784,7 +12784,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectArgs:
|
|
|
12784
12784
|
@pulumi.getter(name="objectType")
|
|
12785
12785
|
def object_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
12786
12786
|
"""
|
|
12787
|
-
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
12787
|
+
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
12788
12788
|
"""
|
|
12789
12789
|
return pulumi.get(self, "object_type")
|
|
12790
12790
|
|
|
@@ -12797,7 +12797,7 @@ if not MYPY:
|
|
|
12797
12797
|
class GrantPrivilegesToAccountRoleOnSchemaObjectAllArgsDict(TypedDict):
|
|
12798
12798
|
object_type_plural: pulumi.Input[_builtins.str]
|
|
12799
12799
|
"""
|
|
12800
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
12800
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
12801
12801
|
"""
|
|
12802
12802
|
in_database: NotRequired[pulumi.Input[_builtins.str]]
|
|
12803
12803
|
in_schema: NotRequired[pulumi.Input[_builtins.str]]
|
|
@@ -12811,7 +12811,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectAllArgs:
|
|
|
12811
12811
|
in_database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
12812
12812
|
in_schema: Optional[pulumi.Input[_builtins.str]] = None):
|
|
12813
12813
|
"""
|
|
12814
|
-
:param pulumi.Input[_builtins.str] object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
12814
|
+
:param pulumi.Input[_builtins.str] object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
12815
12815
|
"""
|
|
12816
12816
|
pulumi.set(__self__, "object_type_plural", object_type_plural)
|
|
12817
12817
|
if in_database is not None:
|
|
@@ -12823,7 +12823,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectAllArgs:
|
|
|
12823
12823
|
@pulumi.getter(name="objectTypePlural")
|
|
12824
12824
|
def object_type_plural(self) -> pulumi.Input[_builtins.str]:
|
|
12825
12825
|
"""
|
|
12826
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
12826
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
12827
12827
|
"""
|
|
12828
12828
|
return pulumi.get(self, "object_type_plural")
|
|
12829
12829
|
|
|
@@ -12854,7 +12854,7 @@ if not MYPY:
|
|
|
12854
12854
|
class GrantPrivilegesToAccountRoleOnSchemaObjectFutureArgsDict(TypedDict):
|
|
12855
12855
|
object_type_plural: pulumi.Input[_builtins.str]
|
|
12856
12856
|
"""
|
|
12857
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
12857
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
12858
12858
|
"""
|
|
12859
12859
|
in_database: NotRequired[pulumi.Input[_builtins.str]]
|
|
12860
12860
|
in_schema: NotRequired[pulumi.Input[_builtins.str]]
|
|
@@ -12868,7 +12868,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectFutureArgs:
|
|
|
12868
12868
|
in_database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
12869
12869
|
in_schema: Optional[pulumi.Input[_builtins.str]] = None):
|
|
12870
12870
|
"""
|
|
12871
|
-
:param pulumi.Input[_builtins.str] object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
12871
|
+
:param pulumi.Input[_builtins.str] object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
12872
12872
|
"""
|
|
12873
12873
|
pulumi.set(__self__, "object_type_plural", object_type_plural)
|
|
12874
12874
|
if in_database is not None:
|
|
@@ -12880,7 +12880,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectFutureArgs:
|
|
|
12880
12880
|
@pulumi.getter(name="objectTypePlural")
|
|
12881
12881
|
def object_type_plural(self) -> pulumi.Input[_builtins.str]:
|
|
12882
12882
|
"""
|
|
12883
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
12883
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
12884
12884
|
"""
|
|
12885
12885
|
return pulumi.get(self, "object_type_plural")
|
|
12886
12886
|
|
|
@@ -12995,7 +12995,7 @@ if not MYPY:
|
|
|
12995
12995
|
"""
|
|
12996
12996
|
object_type: NotRequired[pulumi.Input[_builtins.str]]
|
|
12997
12997
|
"""
|
|
12998
|
-
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
12998
|
+
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
12999
12999
|
"""
|
|
13000
13000
|
elif False:
|
|
13001
13001
|
GrantPrivilegesToDatabaseRoleOnSchemaObjectArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -13011,7 +13011,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectArgs:
|
|
|
13011
13011
|
:param pulumi.Input['GrantPrivilegesToDatabaseRoleOnSchemaObjectAllArgs'] all: Configures the privilege to be granted on all objects in either a database or schema.
|
|
13012
13012
|
:param pulumi.Input['GrantPrivilegesToDatabaseRoleOnSchemaObjectFutureArgs'] future: Configures the privilege to be granted on future objects in either a database or schema.
|
|
13013
13013
|
:param pulumi.Input[_builtins.str] object_name: The fully qualified name of the object on which privileges will be granted.
|
|
13014
|
-
:param pulumi.Input[_builtins.str] object_type: The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
13014
|
+
:param pulumi.Input[_builtins.str] object_type: The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
13015
13015
|
"""
|
|
13016
13016
|
if all is not None:
|
|
13017
13017
|
pulumi.set(__self__, "all", all)
|
|
@@ -13062,7 +13062,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectArgs:
|
|
|
13062
13062
|
@pulumi.getter(name="objectType")
|
|
13063
13063
|
def object_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
13064
13064
|
"""
|
|
13065
|
-
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
13065
|
+
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
13066
13066
|
"""
|
|
13067
13067
|
return pulumi.get(self, "object_type")
|
|
13068
13068
|
|
|
@@ -13075,7 +13075,7 @@ if not MYPY:
|
|
|
13075
13075
|
class GrantPrivilegesToDatabaseRoleOnSchemaObjectAllArgsDict(TypedDict):
|
|
13076
13076
|
object_type_plural: pulumi.Input[_builtins.str]
|
|
13077
13077
|
"""
|
|
13078
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
13078
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
13079
13079
|
"""
|
|
13080
13080
|
in_database: NotRequired[pulumi.Input[_builtins.str]]
|
|
13081
13081
|
"""
|
|
@@ -13095,7 +13095,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectAllArgs:
|
|
|
13095
13095
|
in_database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
13096
13096
|
in_schema: Optional[pulumi.Input[_builtins.str]] = None):
|
|
13097
13097
|
"""
|
|
13098
|
-
:param pulumi.Input[_builtins.str] object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
13098
|
+
:param pulumi.Input[_builtins.str] object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
13099
13099
|
:param pulumi.Input[_builtins.str] in_database: The fully qualified name of the database.
|
|
13100
13100
|
:param pulumi.Input[_builtins.str] in_schema: The fully qualified name of the schema.
|
|
13101
13101
|
"""
|
|
@@ -13109,7 +13109,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectAllArgs:
|
|
|
13109
13109
|
@pulumi.getter(name="objectTypePlural")
|
|
13110
13110
|
def object_type_plural(self) -> pulumi.Input[_builtins.str]:
|
|
13111
13111
|
"""
|
|
13112
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
13112
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
13113
13113
|
"""
|
|
13114
13114
|
return pulumi.get(self, "object_type_plural")
|
|
13115
13115
|
|
|
@@ -13146,7 +13146,7 @@ if not MYPY:
|
|
|
13146
13146
|
class GrantPrivilegesToDatabaseRoleOnSchemaObjectFutureArgsDict(TypedDict):
|
|
13147
13147
|
object_type_plural: pulumi.Input[_builtins.str]
|
|
13148
13148
|
"""
|
|
13149
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
13149
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
13150
13150
|
"""
|
|
13151
13151
|
in_database: NotRequired[pulumi.Input[_builtins.str]]
|
|
13152
13152
|
"""
|
|
@@ -13166,7 +13166,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectFutureArgs:
|
|
|
13166
13166
|
in_database: Optional[pulumi.Input[_builtins.str]] = None,
|
|
13167
13167
|
in_schema: Optional[pulumi.Input[_builtins.str]] = None):
|
|
13168
13168
|
"""
|
|
13169
|
-
:param pulumi.Input[_builtins.str] object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
13169
|
+
:param pulumi.Input[_builtins.str] object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
13170
13170
|
:param pulumi.Input[_builtins.str] in_database: The fully qualified name of the database.
|
|
13171
13171
|
:param pulumi.Input[_builtins.str] in_schema: The fully qualified name of the schema.
|
|
13172
13172
|
"""
|
|
@@ -13180,7 +13180,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectFutureArgs:
|
|
|
13180
13180
|
@pulumi.getter(name="objectTypePlural")
|
|
13181
13181
|
def object_type_plural(self) -> pulumi.Input[_builtins.str]:
|
|
13182
13182
|
"""
|
|
13183
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
13183
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
13184
13184
|
"""
|
|
13185
13185
|
return pulumi.get(self, "object_type_plural")
|
|
13186
13186
|
|
pulumi_snowflake/outputs.py
CHANGED
|
@@ -9362,7 +9362,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObject(dict):
|
|
|
9362
9362
|
:param 'GrantPrivilegesToAccountRoleOnSchemaObjectAllArgs' all: Configures the privilege to be granted on all objects in either a database or schema.
|
|
9363
9363
|
:param 'GrantPrivilegesToAccountRoleOnSchemaObjectFutureArgs' future: Configures the privilege to be granted on future objects in either a database or schema.
|
|
9364
9364
|
:param _builtins.str object_name: The fully qualified name of the object on which privileges will be granted.
|
|
9365
|
-
:param _builtins.str object_type: The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
9365
|
+
:param _builtins.str object_type: The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
9366
9366
|
"""
|
|
9367
9367
|
if all is not None:
|
|
9368
9368
|
pulumi.set(__self__, "all", all)
|
|
@@ -9401,7 +9401,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObject(dict):
|
|
|
9401
9401
|
@pulumi.getter(name="objectType")
|
|
9402
9402
|
def object_type(self) -> Optional[_builtins.str]:
|
|
9403
9403
|
"""
|
|
9404
|
-
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
9404
|
+
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
9405
9405
|
"""
|
|
9406
9406
|
return pulumi.get(self, "object_type")
|
|
9407
9407
|
|
|
@@ -9434,7 +9434,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectAll(dict):
|
|
|
9434
9434
|
in_database: Optional[_builtins.str] = None,
|
|
9435
9435
|
in_schema: Optional[_builtins.str] = None):
|
|
9436
9436
|
"""
|
|
9437
|
-
:param _builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
9437
|
+
:param _builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
9438
9438
|
"""
|
|
9439
9439
|
pulumi.set(__self__, "object_type_plural", object_type_plural)
|
|
9440
9440
|
if in_database is not None:
|
|
@@ -9446,7 +9446,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectAll(dict):
|
|
|
9446
9446
|
@pulumi.getter(name="objectTypePlural")
|
|
9447
9447
|
def object_type_plural(self) -> _builtins.str:
|
|
9448
9448
|
"""
|
|
9449
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
9449
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
9450
9450
|
"""
|
|
9451
9451
|
return pulumi.get(self, "object_type_plural")
|
|
9452
9452
|
|
|
@@ -9489,7 +9489,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectFuture(dict):
|
|
|
9489
9489
|
in_database: Optional[_builtins.str] = None,
|
|
9490
9490
|
in_schema: Optional[_builtins.str] = None):
|
|
9491
9491
|
"""
|
|
9492
|
-
:param _builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
9492
|
+
:param _builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
9493
9493
|
"""
|
|
9494
9494
|
pulumi.set(__self__, "object_type_plural", object_type_plural)
|
|
9495
9495
|
if in_database is not None:
|
|
@@ -9501,7 +9501,7 @@ class GrantPrivilegesToAccountRoleOnSchemaObjectFuture(dict):
|
|
|
9501
9501
|
@pulumi.getter(name="objectTypePlural")
|
|
9502
9502
|
def object_type_plural(self) -> _builtins.str:
|
|
9503
9503
|
"""
|
|
9504
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
9504
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
9505
9505
|
"""
|
|
9506
9506
|
return pulumi.get(self, "object_type_plural")
|
|
9507
9507
|
|
|
@@ -9610,7 +9610,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObject(dict):
|
|
|
9610
9610
|
:param 'GrantPrivilegesToDatabaseRoleOnSchemaObjectAllArgs' all: Configures the privilege to be granted on all objects in either a database or schema.
|
|
9611
9611
|
:param 'GrantPrivilegesToDatabaseRoleOnSchemaObjectFutureArgs' future: Configures the privilege to be granted on future objects in either a database or schema.
|
|
9612
9612
|
:param _builtins.str object_name: The fully qualified name of the object on which privileges will be granted.
|
|
9613
|
-
:param _builtins.str object_type: The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
9613
|
+
:param _builtins.str object_type: The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
9614
9614
|
"""
|
|
9615
9615
|
if all is not None:
|
|
9616
9616
|
pulumi.set(__self__, "all", all)
|
|
@@ -9649,7 +9649,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObject(dict):
|
|
|
9649
9649
|
@pulumi.getter(name="objectType")
|
|
9650
9650
|
def object_type(self) -> Optional[_builtins.str]:
|
|
9651
9651
|
"""
|
|
9652
|
-
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | STAGE | STREAM | TABLE | TAG | TASK | VIEW
|
|
9652
|
+
The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DATASET | DBT PROJECT | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | JOIN POLICY | MASKING POLICY | MATERIALIZED VIEW | MODEL | MODEL MONITOR | NETWORK RULE | NOTEBOOK | PACKAGES POLICY | PASSWORD POLICY | PIPE | PRIVACY POLICY | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SEMANTIC VIEW | SERVICE | SESSION POLICY | SEQUENCE | SNAPSHOT | SNAPSHOT POLICY | SNAPSHOT SET | STAGE | STREAM | STREAMLIT | TABLE | TAG | TASK | VIEW
|
|
9653
9653
|
"""
|
|
9654
9654
|
return pulumi.get(self, "object_type")
|
|
9655
9655
|
|
|
@@ -9682,7 +9682,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectAll(dict):
|
|
|
9682
9682
|
in_database: Optional[_builtins.str] = None,
|
|
9683
9683
|
in_schema: Optional[_builtins.str] = None):
|
|
9684
9684
|
"""
|
|
9685
|
-
:param _builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
9685
|
+
:param _builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
9686
9686
|
:param _builtins.str in_database: The fully qualified name of the database.
|
|
9687
9687
|
:param _builtins.str in_schema: The fully qualified name of the schema.
|
|
9688
9688
|
"""
|
|
@@ -9696,7 +9696,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectAll(dict):
|
|
|
9696
9696
|
@pulumi.getter(name="objectTypePlural")
|
|
9697
9697
|
def object_type_plural(self) -> _builtins.str:
|
|
9698
9698
|
"""
|
|
9699
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS
|
|
9699
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | JOIN POLICIES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SEMANTIC VIEWS | SERVICES | SESSION POLICIES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TAGS | TASKS | VIEWS.
|
|
9700
9700
|
"""
|
|
9701
9701
|
return pulumi.get(self, "object_type_plural")
|
|
9702
9702
|
|
|
@@ -9745,7 +9745,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture(dict):
|
|
|
9745
9745
|
in_database: Optional[_builtins.str] = None,
|
|
9746
9746
|
in_schema: Optional[_builtins.str] = None):
|
|
9747
9747
|
"""
|
|
9748
|
-
:param _builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
9748
|
+
:param _builtins.str object_type_plural: The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
9749
9749
|
:param _builtins.str in_database: The fully qualified name of the database.
|
|
9750
9750
|
:param _builtins.str in_schema: The fully qualified name of the schema.
|
|
9751
9751
|
"""
|
|
@@ -9759,7 +9759,7 @@ class GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture(dict):
|
|
|
9759
9759
|
@pulumi.getter(name="objectTypePlural")
|
|
9760
9760
|
def object_type_plural(self) -> _builtins.str:
|
|
9761
9761
|
"""
|
|
9762
|
-
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | SNAPSHOTS |
|
|
9762
|
+
The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DATASETS | DBT PROJECTS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | JOIN POLICIES | MATERIALIZED VIEWS | MODELS | MODEL MONITORS | NETWORK RULES | NOTEBOOKS | PASSWORD POLICIES | PIPES | PRIVACY POLICIES | PROCEDURES | SECRETS | SEMANTIC VIEWS | SERVICES | SEQUENCES | SNAPSHOTS | SNAPSHOT POLICIES | SNAPSHOT SETS | STAGES | STREAMS | STREAMLITS | TABLES | TASKS | VIEWS.
|
|
9763
9763
|
"""
|
|
9764
9764
|
return pulumi.get(self, "object_type_plural")
|
|
9765
9765
|
|
|
@@ -31,19 +31,22 @@ class StorageIntegrationArgs:
|
|
|
31
31
|
storage_aws_object_acl: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
32
|
storage_aws_role_arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
33
33
|
storage_blocked_locations: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
34
|
-
type: Optional[pulumi.Input[_builtins.str]] = None
|
|
34
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
35
|
+
use_privatelink_endpoint: Optional[pulumi.Input[_builtins.str]] = None):
|
|
35
36
|
"""
|
|
36
37
|
The set of arguments for constructing a StorageIntegration resource.
|
|
37
38
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
38
39
|
:param pulumi.Input[_builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
39
|
-
:param pulumi.Input[_builtins.str] azure_tenant_id: (Default: ``)
|
|
40
|
-
:param pulumi.Input[_builtins.str] comment: (Default: ``)
|
|
40
|
+
:param pulumi.Input[_builtins.str] azure_tenant_id: (Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
41
|
+
:param pulumi.Input[_builtins.str] comment: (Default: ``) Specifies a comment for the storage integration.
|
|
41
42
|
:param pulumi.Input[_builtins.bool] enabled: (Default: `true`)
|
|
42
|
-
:param pulumi.Input[_builtins.str]
|
|
43
|
+
:param pulumi.Input[_builtins.str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
44
|
+
:param pulumi.Input[_builtins.str] storage_aws_external_id: Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
43
45
|
:param pulumi.Input[_builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
|
|
44
|
-
:param pulumi.Input[_builtins.str] storage_aws_role_arn: (Default: ``)
|
|
46
|
+
:param pulumi.Input[_builtins.str] storage_aws_role_arn: (Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
45
47
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
|
|
46
|
-
:param pulumi.Input[_builtins.str] type: (Default: `EXTERNAL_STAGE`)
|
|
48
|
+
:param pulumi.Input[_builtins.str] type: (Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
49
|
+
:param pulumi.Input[_builtins.str] use_privatelink_endpoint: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
47
50
|
"""
|
|
48
51
|
pulumi.set(__self__, "storage_allowed_locations", storage_allowed_locations)
|
|
49
52
|
pulumi.set(__self__, "storage_provider", storage_provider)
|
|
@@ -65,6 +68,8 @@ class StorageIntegrationArgs:
|
|
|
65
68
|
pulumi.set(__self__, "storage_blocked_locations", storage_blocked_locations)
|
|
66
69
|
if type is not None:
|
|
67
70
|
pulumi.set(__self__, "type", type)
|
|
71
|
+
if use_privatelink_endpoint is not None:
|
|
72
|
+
pulumi.set(__self__, "use_privatelink_endpoint", use_privatelink_endpoint)
|
|
68
73
|
|
|
69
74
|
@_builtins.property
|
|
70
75
|
@pulumi.getter(name="storageAllowedLocations")
|
|
@@ -94,7 +99,7 @@ class StorageIntegrationArgs:
|
|
|
94
99
|
@pulumi.getter(name="azureTenantId")
|
|
95
100
|
def azure_tenant_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
96
101
|
"""
|
|
97
|
-
(Default: ``)
|
|
102
|
+
(Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
98
103
|
"""
|
|
99
104
|
return pulumi.get(self, "azure_tenant_id")
|
|
100
105
|
|
|
@@ -106,7 +111,7 @@ class StorageIntegrationArgs:
|
|
|
106
111
|
@pulumi.getter
|
|
107
112
|
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
108
113
|
"""
|
|
109
|
-
(Default: ``)
|
|
114
|
+
(Default: ``) Specifies a comment for the storage integration.
|
|
110
115
|
"""
|
|
111
116
|
return pulumi.get(self, "comment")
|
|
112
117
|
|
|
@@ -129,6 +134,9 @@ class StorageIntegrationArgs:
|
|
|
129
134
|
@_builtins.property
|
|
130
135
|
@pulumi.getter
|
|
131
136
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
137
|
+
"""
|
|
138
|
+
String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
139
|
+
"""
|
|
132
140
|
return pulumi.get(self, "name")
|
|
133
141
|
|
|
134
142
|
@name.setter
|
|
@@ -139,7 +147,7 @@ class StorageIntegrationArgs:
|
|
|
139
147
|
@pulumi.getter(name="storageAwsExternalId")
|
|
140
148
|
def storage_aws_external_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
141
149
|
"""
|
|
142
|
-
|
|
150
|
+
Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
143
151
|
"""
|
|
144
152
|
return pulumi.get(self, "storage_aws_external_id")
|
|
145
153
|
|
|
@@ -163,7 +171,7 @@ class StorageIntegrationArgs:
|
|
|
163
171
|
@pulumi.getter(name="storageAwsRoleArn")
|
|
164
172
|
def storage_aws_role_arn(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
165
173
|
"""
|
|
166
|
-
(Default: ``)
|
|
174
|
+
(Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
167
175
|
"""
|
|
168
176
|
return pulumi.get(self, "storage_aws_role_arn")
|
|
169
177
|
|
|
@@ -187,7 +195,7 @@ class StorageIntegrationArgs:
|
|
|
187
195
|
@pulumi.getter
|
|
188
196
|
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
189
197
|
"""
|
|
190
|
-
(Default: `EXTERNAL_STAGE`)
|
|
198
|
+
(Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
191
199
|
"""
|
|
192
200
|
return pulumi.get(self, "type")
|
|
193
201
|
|
|
@@ -195,6 +203,18 @@ class StorageIntegrationArgs:
|
|
|
195
203
|
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
196
204
|
pulumi.set(self, "type", value)
|
|
197
205
|
|
|
206
|
+
@_builtins.property
|
|
207
|
+
@pulumi.getter(name="usePrivatelinkEndpoint")
|
|
208
|
+
def use_privatelink_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
209
|
+
"""
|
|
210
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
211
|
+
"""
|
|
212
|
+
return pulumi.get(self, "use_privatelink_endpoint")
|
|
213
|
+
|
|
214
|
+
@use_privatelink_endpoint.setter
|
|
215
|
+
def use_privatelink_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
216
|
+
pulumi.set(self, "use_privatelink_endpoint", value)
|
|
217
|
+
|
|
198
218
|
|
|
199
219
|
@pulumi.input_type
|
|
200
220
|
class _StorageIntegrationState:
|
|
@@ -216,26 +236,29 @@ class _StorageIntegrationState:
|
|
|
216
236
|
storage_blocked_locations: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
217
237
|
storage_gcp_service_account: Optional[pulumi.Input[_builtins.str]] = None,
|
|
218
238
|
storage_provider: Optional[pulumi.Input[_builtins.str]] = None,
|
|
219
|
-
type: Optional[pulumi.Input[_builtins.str]] = None
|
|
239
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
240
|
+
use_privatelink_endpoint: Optional[pulumi.Input[_builtins.str]] = None):
|
|
220
241
|
"""
|
|
221
242
|
Input properties used for looking up and filtering StorageIntegration resources.
|
|
222
243
|
:param pulumi.Input[_builtins.str] azure_consent_url: The consent URL that is used to create an Azure Snowflake service principle inside your tenant.
|
|
223
244
|
:param pulumi.Input[_builtins.str] azure_multi_tenant_app_name: This is the name of the Snowflake client application created for your account.
|
|
224
|
-
:param pulumi.Input[_builtins.str] azure_tenant_id: (Default: ``)
|
|
225
|
-
:param pulumi.Input[_builtins.str] comment: (Default: ``)
|
|
245
|
+
:param pulumi.Input[_builtins.str] azure_tenant_id: (Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
246
|
+
:param pulumi.Input[_builtins.str] comment: (Default: ``) Specifies a comment for the storage integration.
|
|
226
247
|
:param pulumi.Input[_builtins.str] created_on: Date and time when the storage integration was created.
|
|
227
248
|
:param pulumi.Input[Sequence[pulumi.Input['StorageIntegrationDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE STORAGE INTEGRATION` for the given storage integration.
|
|
228
249
|
:param pulumi.Input[_builtins.bool] enabled: (Default: `true`)
|
|
229
250
|
: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).
|
|
251
|
+
:param pulumi.Input[_builtins.str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
230
252
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
231
|
-
:param pulumi.Input[_builtins.str] storage_aws_external_id:
|
|
253
|
+
:param pulumi.Input[_builtins.str] storage_aws_external_id: Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
232
254
|
:param pulumi.Input[_builtins.str] storage_aws_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
233
255
|
:param pulumi.Input[_builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
|
|
234
|
-
:param pulumi.Input[_builtins.str] storage_aws_role_arn: (Default: ``)
|
|
256
|
+
:param pulumi.Input[_builtins.str] storage_aws_role_arn: (Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
235
257
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
|
|
236
258
|
:param pulumi.Input[_builtins.str] storage_gcp_service_account: This is the name of the Snowflake Google Service Account created for your account.
|
|
237
259
|
:param pulumi.Input[_builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
238
|
-
:param pulumi.Input[_builtins.str] type: (Default: `EXTERNAL_STAGE`)
|
|
260
|
+
:param pulumi.Input[_builtins.str] type: (Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
261
|
+
:param pulumi.Input[_builtins.str] use_privatelink_endpoint: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
239
262
|
"""
|
|
240
263
|
if azure_consent_url is not None:
|
|
241
264
|
pulumi.set(__self__, "azure_consent_url", azure_consent_url)
|
|
@@ -273,6 +296,8 @@ class _StorageIntegrationState:
|
|
|
273
296
|
pulumi.set(__self__, "storage_provider", storage_provider)
|
|
274
297
|
if type is not None:
|
|
275
298
|
pulumi.set(__self__, "type", type)
|
|
299
|
+
if use_privatelink_endpoint is not None:
|
|
300
|
+
pulumi.set(__self__, "use_privatelink_endpoint", use_privatelink_endpoint)
|
|
276
301
|
|
|
277
302
|
@_builtins.property
|
|
278
303
|
@pulumi.getter(name="azureConsentUrl")
|
|
@@ -302,7 +327,7 @@ class _StorageIntegrationState:
|
|
|
302
327
|
@pulumi.getter(name="azureTenantId")
|
|
303
328
|
def azure_tenant_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
304
329
|
"""
|
|
305
|
-
(Default: ``)
|
|
330
|
+
(Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
306
331
|
"""
|
|
307
332
|
return pulumi.get(self, "azure_tenant_id")
|
|
308
333
|
|
|
@@ -314,7 +339,7 @@ class _StorageIntegrationState:
|
|
|
314
339
|
@pulumi.getter
|
|
315
340
|
def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
316
341
|
"""
|
|
317
|
-
(Default: ``)
|
|
342
|
+
(Default: ``) Specifies a comment for the storage integration.
|
|
318
343
|
"""
|
|
319
344
|
return pulumi.get(self, "comment")
|
|
320
345
|
|
|
@@ -373,6 +398,9 @@ class _StorageIntegrationState:
|
|
|
373
398
|
@_builtins.property
|
|
374
399
|
@pulumi.getter
|
|
375
400
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
401
|
+
"""
|
|
402
|
+
String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
403
|
+
"""
|
|
376
404
|
return pulumi.get(self, "name")
|
|
377
405
|
|
|
378
406
|
@name.setter
|
|
@@ -395,7 +423,7 @@ class _StorageIntegrationState:
|
|
|
395
423
|
@pulumi.getter(name="storageAwsExternalId")
|
|
396
424
|
def storage_aws_external_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
397
425
|
"""
|
|
398
|
-
|
|
426
|
+
Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
399
427
|
"""
|
|
400
428
|
return pulumi.get(self, "storage_aws_external_id")
|
|
401
429
|
|
|
@@ -431,7 +459,7 @@ class _StorageIntegrationState:
|
|
|
431
459
|
@pulumi.getter(name="storageAwsRoleArn")
|
|
432
460
|
def storage_aws_role_arn(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
433
461
|
"""
|
|
434
|
-
(Default: ``)
|
|
462
|
+
(Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
435
463
|
"""
|
|
436
464
|
return pulumi.get(self, "storage_aws_role_arn")
|
|
437
465
|
|
|
@@ -479,7 +507,7 @@ class _StorageIntegrationState:
|
|
|
479
507
|
@pulumi.getter
|
|
480
508
|
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
481
509
|
"""
|
|
482
|
-
(Default: `EXTERNAL_STAGE`)
|
|
510
|
+
(Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
483
511
|
"""
|
|
484
512
|
return pulumi.get(self, "type")
|
|
485
513
|
|
|
@@ -487,6 +515,18 @@ class _StorageIntegrationState:
|
|
|
487
515
|
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
488
516
|
pulumi.set(self, "type", value)
|
|
489
517
|
|
|
518
|
+
@_builtins.property
|
|
519
|
+
@pulumi.getter(name="usePrivatelinkEndpoint")
|
|
520
|
+
def use_privatelink_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
521
|
+
"""
|
|
522
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
523
|
+
"""
|
|
524
|
+
return pulumi.get(self, "use_privatelink_endpoint")
|
|
525
|
+
|
|
526
|
+
@use_privatelink_endpoint.setter
|
|
527
|
+
def use_privatelink_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
528
|
+
pulumi.set(self, "use_privatelink_endpoint", value)
|
|
529
|
+
|
|
490
530
|
|
|
491
531
|
@pulumi.type_token("snowflake:index/storageIntegration:StorageIntegration")
|
|
492
532
|
class StorageIntegration(pulumi.CustomResource):
|
|
@@ -505,6 +545,7 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
505
545
|
storage_blocked_locations: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
506
546
|
storage_provider: Optional[pulumi.Input[_builtins.str]] = None,
|
|
507
547
|
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
548
|
+
use_privatelink_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
508
549
|
__props__=None):
|
|
509
550
|
"""
|
|
510
551
|
## Import
|
|
@@ -515,16 +556,18 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
515
556
|
|
|
516
557
|
:param str resource_name: The name of the resource.
|
|
517
558
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
518
|
-
:param pulumi.Input[_builtins.str] azure_tenant_id: (Default: ``)
|
|
519
|
-
:param pulumi.Input[_builtins.str] comment: (Default: ``)
|
|
559
|
+
:param pulumi.Input[_builtins.str] azure_tenant_id: (Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
560
|
+
:param pulumi.Input[_builtins.str] comment: (Default: ``) Specifies a comment for the storage integration.
|
|
520
561
|
:param pulumi.Input[_builtins.bool] enabled: (Default: `true`)
|
|
562
|
+
:param pulumi.Input[_builtins.str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
521
563
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
522
|
-
:param pulumi.Input[_builtins.str] storage_aws_external_id:
|
|
564
|
+
:param pulumi.Input[_builtins.str] storage_aws_external_id: Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
523
565
|
:param pulumi.Input[_builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
|
|
524
|
-
:param pulumi.Input[_builtins.str] storage_aws_role_arn: (Default: ``)
|
|
566
|
+
:param pulumi.Input[_builtins.str] storage_aws_role_arn: (Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
525
567
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
|
|
526
568
|
:param pulumi.Input[_builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
527
|
-
:param pulumi.Input[_builtins.str] type: (Default: `EXTERNAL_STAGE`)
|
|
569
|
+
:param pulumi.Input[_builtins.str] type: (Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
570
|
+
:param pulumi.Input[_builtins.str] use_privatelink_endpoint: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
528
571
|
"""
|
|
529
572
|
...
|
|
530
573
|
@overload
|
|
@@ -565,6 +608,7 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
565
608
|
storage_blocked_locations: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
566
609
|
storage_provider: Optional[pulumi.Input[_builtins.str]] = None,
|
|
567
610
|
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
611
|
+
use_privatelink_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
568
612
|
__props__=None):
|
|
569
613
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
570
614
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -589,6 +633,7 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
589
633
|
raise TypeError("Missing required property 'storage_provider'")
|
|
590
634
|
__props__.__dict__["storage_provider"] = storage_provider
|
|
591
635
|
__props__.__dict__["type"] = type
|
|
636
|
+
__props__.__dict__["use_privatelink_endpoint"] = use_privatelink_endpoint
|
|
592
637
|
__props__.__dict__["azure_consent_url"] = None
|
|
593
638
|
__props__.__dict__["azure_multi_tenant_app_name"] = None
|
|
594
639
|
__props__.__dict__["created_on"] = None
|
|
@@ -625,7 +670,8 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
625
670
|
storage_blocked_locations: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
626
671
|
storage_gcp_service_account: Optional[pulumi.Input[_builtins.str]] = None,
|
|
627
672
|
storage_provider: Optional[pulumi.Input[_builtins.str]] = None,
|
|
628
|
-
type: Optional[pulumi.Input[_builtins.str]] = None
|
|
673
|
+
type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
674
|
+
use_privatelink_endpoint: Optional[pulumi.Input[_builtins.str]] = None) -> 'StorageIntegration':
|
|
629
675
|
"""
|
|
630
676
|
Get an existing StorageIntegration resource's state with the given name, id, and optional extra
|
|
631
677
|
properties used to qualify the lookup.
|
|
@@ -635,21 +681,23 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
635
681
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
636
682
|
:param pulumi.Input[_builtins.str] azure_consent_url: The consent URL that is used to create an Azure Snowflake service principle inside your tenant.
|
|
637
683
|
:param pulumi.Input[_builtins.str] azure_multi_tenant_app_name: This is the name of the Snowflake client application created for your account.
|
|
638
|
-
:param pulumi.Input[_builtins.str] azure_tenant_id: (Default: ``)
|
|
639
|
-
:param pulumi.Input[_builtins.str] comment: (Default: ``)
|
|
684
|
+
:param pulumi.Input[_builtins.str] azure_tenant_id: (Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
685
|
+
:param pulumi.Input[_builtins.str] comment: (Default: ``) Specifies a comment for the storage integration.
|
|
640
686
|
:param pulumi.Input[_builtins.str] created_on: Date and time when the storage integration was created.
|
|
641
687
|
:param pulumi.Input[Sequence[pulumi.Input[Union['StorageIntegrationDescribeOutputArgs', 'StorageIntegrationDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE STORAGE INTEGRATION` for the given storage integration.
|
|
642
688
|
:param pulumi.Input[_builtins.bool] enabled: (Default: `true`)
|
|
643
689
|
: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).
|
|
690
|
+
:param pulumi.Input[_builtins.str] name: String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
644
691
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_allowed_locations: Explicitly limits external stages that use the integration to reference one or more storage locations.
|
|
645
|
-
:param pulumi.Input[_builtins.str] storage_aws_external_id:
|
|
692
|
+
:param pulumi.Input[_builtins.str] storage_aws_external_id: Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
646
693
|
:param pulumi.Input[_builtins.str] storage_aws_iam_user_arn: The Snowflake user that will attempt to assume the AWS role.
|
|
647
694
|
:param pulumi.Input[_builtins.str] storage_aws_object_acl: "bucket-owner-full-control" Enables support for AWS access control lists (ACLs) to grant the bucket owner full control.
|
|
648
|
-
:param pulumi.Input[_builtins.str] storage_aws_role_arn: (Default: ``)
|
|
695
|
+
:param pulumi.Input[_builtins.str] storage_aws_role_arn: (Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
649
696
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_blocked_locations: Explicitly prohibits external stages that use the integration from referencing one or more storage locations.
|
|
650
697
|
:param pulumi.Input[_builtins.str] storage_gcp_service_account: This is the name of the Snowflake Google Service Account created for your account.
|
|
651
698
|
:param pulumi.Input[_builtins.str] storage_provider: Specifies the storage provider for the integration. Valid options are: `S3` | `S3GOV` | `S3CHINA` | `GCS` | `AZURE`
|
|
652
|
-
:param pulumi.Input[_builtins.str] type: (Default: `EXTERNAL_STAGE`)
|
|
699
|
+
:param pulumi.Input[_builtins.str] type: (Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
700
|
+
:param pulumi.Input[_builtins.str] use_privatelink_endpoint: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
653
701
|
"""
|
|
654
702
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
655
703
|
|
|
@@ -673,6 +721,7 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
673
721
|
__props__.__dict__["storage_gcp_service_account"] = storage_gcp_service_account
|
|
674
722
|
__props__.__dict__["storage_provider"] = storage_provider
|
|
675
723
|
__props__.__dict__["type"] = type
|
|
724
|
+
__props__.__dict__["use_privatelink_endpoint"] = use_privatelink_endpoint
|
|
676
725
|
return StorageIntegration(resource_name, opts=opts, __props__=__props__)
|
|
677
726
|
|
|
678
727
|
@_builtins.property
|
|
@@ -695,7 +744,7 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
695
744
|
@pulumi.getter(name="azureTenantId")
|
|
696
745
|
def azure_tenant_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
697
746
|
"""
|
|
698
|
-
(Default: ``)
|
|
747
|
+
(Default: ``) Specifies the ID for your Office 365 tenant that the allowed and blocked storage accounts belong to.
|
|
699
748
|
"""
|
|
700
749
|
return pulumi.get(self, "azure_tenant_id")
|
|
701
750
|
|
|
@@ -703,7 +752,7 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
703
752
|
@pulumi.getter
|
|
704
753
|
def comment(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
705
754
|
"""
|
|
706
|
-
(Default: ``)
|
|
755
|
+
(Default: ``) Specifies a comment for the storage integration.
|
|
707
756
|
"""
|
|
708
757
|
return pulumi.get(self, "comment")
|
|
709
758
|
|
|
@@ -742,6 +791,9 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
742
791
|
@_builtins.property
|
|
743
792
|
@pulumi.getter
|
|
744
793
|
def name(self) -> pulumi.Output[_builtins.str]:
|
|
794
|
+
"""
|
|
795
|
+
String that specifies the identifier (i.e. name) for the integration; must be unique in your account.
|
|
796
|
+
"""
|
|
745
797
|
return pulumi.get(self, "name")
|
|
746
798
|
|
|
747
799
|
@_builtins.property
|
|
@@ -756,7 +808,7 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
756
808
|
@pulumi.getter(name="storageAwsExternalId")
|
|
757
809
|
def storage_aws_external_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
758
810
|
"""
|
|
759
|
-
|
|
811
|
+
Optionally specifies an external ID that Snowflake uses to establish a trust relationship with AWS.
|
|
760
812
|
"""
|
|
761
813
|
return pulumi.get(self, "storage_aws_external_id")
|
|
762
814
|
|
|
@@ -780,7 +832,7 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
780
832
|
@pulumi.getter(name="storageAwsRoleArn")
|
|
781
833
|
def storage_aws_role_arn(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
782
834
|
"""
|
|
783
|
-
(Default: ``)
|
|
835
|
+
(Default: ``) Specifies the Amazon Resource Name (ARN) of the AWS identity and access management (IAM) role that grants privileges on the S3 bucket containing your data files.
|
|
784
836
|
"""
|
|
785
837
|
return pulumi.get(self, "storage_aws_role_arn")
|
|
786
838
|
|
|
@@ -812,7 +864,15 @@ class StorageIntegration(pulumi.CustomResource):
|
|
|
812
864
|
@pulumi.getter
|
|
813
865
|
def type(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
814
866
|
"""
|
|
815
|
-
(Default: `EXTERNAL_STAGE`)
|
|
867
|
+
(Default: `EXTERNAL_STAGE`) Specifies the type of the storage integration.
|
|
816
868
|
"""
|
|
817
869
|
return pulumi.get(self, "type")
|
|
818
870
|
|
|
871
|
+
@_builtins.property
|
|
872
|
+
@pulumi.getter(name="usePrivatelinkEndpoint")
|
|
873
|
+
def use_privatelink_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
874
|
+
"""
|
|
875
|
+
(Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`default`)) Specifies whether to use outbound private connectivity to harden the security posture. Supported for AWS S3 and Azure storage providers. Available options are: "true" or "false". When the value is not set in the configuration the provider will put "default" there which means to use the Snowflake default for this value.
|
|
876
|
+
"""
|
|
877
|
+
return pulumi.get(self, "use_privatelink_endpoint")
|
|
878
|
+
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
pulumi_snowflake/__init__.py,sha256=VvRhpCNzTVIUG6vlTsznpeo9kgEmmelel8d-pVVSaZc,24297
|
|
2
|
-
pulumi_snowflake/_inputs.py,sha256=
|
|
2
|
+
pulumi_snowflake/_inputs.py,sha256=1HJKYtL1_koS7XDi6WPN0N7ljxBhMv0QkocpQpj-AAs,2517855
|
|
3
3
|
pulumi_snowflake/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
4
4
|
pulumi_snowflake/account.py,sha256=KN46WRC181S-cIqdKIelhX9Xtfu3AGmNhwCwwRYUCys,49588
|
|
5
5
|
pulumi_snowflake/account_authentication_policy_attachment.py,sha256=Jr1Kinx5vmNGO13OA4sragSuPMpQ92UUwoeFKqVfEYQ,7611
|
|
@@ -104,7 +104,7 @@ pulumi_snowflake/notification_integration.py,sha256=E5cZkhvev9zsGtymX_y0UytC-xvR
|
|
|
104
104
|
pulumi_snowflake/oauth_integration_for_custom_clients.py,sha256=rEhwOGQONepoJGKqW0ANLKGhlsArSx9P1Ei22ruxb5o,67848
|
|
105
105
|
pulumi_snowflake/oauth_integration_for_partner_applications.py,sha256=Is83_5gtfgINFhswY__n0FJQ5wvQLcyVtxFObLEeOzs,46869
|
|
106
106
|
pulumi_snowflake/object_parameter.py,sha256=G9YrqXejEjvLMn-mx7tUjqtTkjz7fv182DH6je46NEs,19607
|
|
107
|
-
pulumi_snowflake/outputs.py,sha256=
|
|
107
|
+
pulumi_snowflake/outputs.py,sha256=tBDi_clUE2xeg9idz3_P7Uy2UuBpefQUTFfD_t5BYK8,2134189
|
|
108
108
|
pulumi_snowflake/password_policy.py,sha256=UJYR8E11cr5Xz_Z4CFku7_kG3OVFw43YiqbRGJJOIU8,60561
|
|
109
109
|
pulumi_snowflake/pipe.py,sha256=-A7N_y7mRyC2xbhmeLlczapXAnIeJjJW05qhfXPu9us,28393
|
|
110
110
|
pulumi_snowflake/primary_connection.py,sha256=ZXK3hasUj-KtQiwK5oxp5FdxxPgJyd-rYDqiGeUzvrc,19931
|
|
@@ -114,7 +114,7 @@ pulumi_snowflake/procedure_python.py,sha256=9g8LjPQHbmAZbZy4lm959J6vA0Ul_wDQD1u4
|
|
|
114
114
|
pulumi_snowflake/procedure_scala.py,sha256=c_Ww6RK7mvmLscUUAVsG9VdArGXGhbFKYRaBaVI5f2A,107547
|
|
115
115
|
pulumi_snowflake/procedure_sql.py,sha256=3bnuUcXMYgs80Amn1d6cFGC2mZLGSI-YW78QHBsGVGs,68252
|
|
116
116
|
pulumi_snowflake/provider.py,sha256=LbMhVYEh7BBcLzeQ1yYSVDwh-ujulLGdQRrQCpZXdrc,80385
|
|
117
|
-
pulumi_snowflake/pulumi-plugin.json,sha256=
|
|
117
|
+
pulumi_snowflake/pulumi-plugin.json,sha256=2QHVZ1Jh3tN0efAmdvh5cajt583kyDPZtLhFRvB1xUw,68
|
|
118
118
|
pulumi_snowflake/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
119
119
|
pulumi_snowflake/resource_monitor.py,sha256=AJsCxuI7Fmhq-4G4UnCzUo7pzC59Uz6hXnWLwQlLhvY,44033
|
|
120
120
|
pulumi_snowflake/row_access_policy.py,sha256=P4yNKevffDDxH2mJ5TmuSZHTe0uFnmkLspCq5okbz4c,28985
|
|
@@ -133,7 +133,7 @@ pulumi_snowflake/service_user.py,sha256=wMeu3qHsy49WAsOSLkAd7s16vkaoTQQuEfOKDuTX
|
|
|
133
133
|
pulumi_snowflake/share.py,sha256=cn680ZyuN9zHhzR95RMcyPvKJVKkkG7jLZIgPKkZMs8,12924
|
|
134
134
|
pulumi_snowflake/shared_database.py,sha256=ftR9foHESLvkaBrYBjuc0ekdwnYBezpnJ-iyGU1qiyw,69245
|
|
135
135
|
pulumi_snowflake/stage.py,sha256=oIFBQrljkJtCpprmoKh_-uvrMPN4Q-zHmSjpsQ10Wa0,43040
|
|
136
|
-
pulumi_snowflake/storage_integration.py,sha256=
|
|
136
|
+
pulumi_snowflake/storage_integration.py,sha256=rtCR-nWDxQ2lPEbKBZhEgyBnAN1j0-WJCiHpZqdbanA,51044
|
|
137
137
|
pulumi_snowflake/stream_on_directory_table.py,sha256=snbiHLXHZ5519I72csVsFdNKgNPc6jlBdpU3SSYKQlQ,28747
|
|
138
138
|
pulumi_snowflake/stream_on_external_table.py,sha256=iIuMx-wjbuwabOXjARhTNsbLaWRmD7af4EXic8N23-w,34908
|
|
139
139
|
pulumi_snowflake/stream_on_table.py,sha256=qhGJ8VHWFk2lgFhG6ZApKCTPa5dWh9dT33ViB-dmlo4,35618
|
|
@@ -156,7 +156,7 @@ pulumi_snowflake/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWd
|
|
|
156
156
|
pulumi_snowflake/config/__init__.pyi,sha256=CSJOZBAdwSFrkCchlFP8fM1OdOUwbNh_cn5cyDY6gjw,10006
|
|
157
157
|
pulumi_snowflake/config/outputs.py,sha256=dobKlWS5UlTr1Wrtg-V_e4peAN_Om_QMF6Lcncn6nM0,4240
|
|
158
158
|
pulumi_snowflake/config/vars.py,sha256=MBuveHMSVIuq7mv_Ojr2Qo6x63MVG2ykUmG8nHy_SRw,15235
|
|
159
|
-
pulumi_snowflake-2.
|
|
160
|
-
pulumi_snowflake-2.
|
|
161
|
-
pulumi_snowflake-2.
|
|
162
|
-
pulumi_snowflake-2.
|
|
159
|
+
pulumi_snowflake-2.7.0.dist-info/METADATA,sha256=Am1nxqnntJvZssQ5kgTDYyAUZvnF-ea3bdoctPsJPMw,5035
|
|
160
|
+
pulumi_snowflake-2.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
161
|
+
pulumi_snowflake-2.7.0.dist-info/top_level.txt,sha256=g3Beva1lYynlCe8hPZIQgjAlBgsI_1k3yHm8t4KhUN4,17
|
|
162
|
+
pulumi_snowflake-2.7.0.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_snowflake-2.6.0a1758215392.dist-info → pulumi_snowflake-2.7.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|