ALTER APPLICATION SET CONFIGURATION DEFINITION

Snowflake Native App 의 :doc:`앱 사양 </developer-guide/native-apps/inter-app-communication>`을 생성하거나 업데이트합니다.

참고

이 명령은 Snowflake Native App 에서만 사용할 수 있습니다.

참고 항목:

ALTER APPLICATION DROP CONFIGURATION DEFINITION

구문

ALTER APPLICATION SET CONFIGURATION DEFINITION <config>
  TYPE = {APPLICATION_NAME | STRING}
  LABEL = '<label>'
  DESCRIPTION = '<description>'
  APPLICATION_ROLES = ( <app_role1> [ , <app_role2> ... ] );
Copy

매개 변수

config

앱 구성의 식별자입니다.

TYPE

앱 구성의 유형을 지정합니다. 지원되는 값은 다음과 같습니다.

  • APPLICATION_NAME

  • STRING

LABEL = 'label'

Snowsight 에 표시할 앱 사양의 레이블을 지정합니다.

DESCRIPTION = 'description'

앱 사양에 대한 설명을 지정합니다. 앱 사양 유형과 앱에 필요한 이유에 대한 정보를 포함하는 것이 좋습니다.

APPLICATION_ROLES = ( <app_role1> [ , <app_role2> ... ] )

앱 구성 오브젝트에 액세스할 수 있는 애플리케이션 역할을 지정합니다.

사용법 노트

  • 이 명령은 Snowflake Native App 에서만 사용할 수 있습니다.

  • When creating a configuration definition for the server app name for inter-app communication, you must set the LABEL and DESCRIPTION parameters to the same values as the LABEL and DESCRIPTION parameters of the associated APPLICATION SPECIFICATION object.