ALTER APPLICATION SET CONFIGURATION VALUE¶
Snowflake Native App の アプリ構成定義 に値を設定します。
- こちらもご参照ください。
ALTER APPLICATION SET CONFIGURATION DEFINITION、 ALTER APPLICATION DROP CONFIGURATION DEFINITION
構文¶
ALTER APPLICATION <app> SET CONFIGURATION <config> VALUE = '<value>';
パラメーター¶
appIdentifier for the Snowflake Native App that contains the configuration.
configアプリ構成定義の識別子。
VALUE = 'value'アプリ構成定義に設定する値を指定します。
使用上の注意¶
This command can only be used by a consumer. This command cannot be used by the Snowflake Native App itself.
For a configuration definition of type
APPLICATION_NAME, the value must be the name of a Snowflake Native App that is installed in the current account.構成を設定するには、現在のロールに、構成にアクセスできるアプリケーションロール(つまり、
ALTER APPLICATION SET CONFIGURATION DEFINITIONコマンドのAPPLICATION_ROLESフィールドで指定されたアプリケーションロールの1つ)が付与されている必要があります。