- Categories:
System functions (System Information)
SYSTEM$GET_CMK_INFO_POSTGRES¶
Returns the status of your customer-managed key (CMK) for use with Snowflake Postgres Tri-Secret Secure. Information is returned only for currently registered and activated keys.
Syntax¶
Returns¶
Returns a status message indicating the state of your CMK. The output includes the values that you specified when calling SYSTEM$REGISTER_CMK_INFO_POSTGRES.
The following messages are possible, using CMKs on Amazon Web Services as a representative example:
Your CMK is registered, but not yet enabled, to use Snowflake Postgres Tri-Secret Secure:
Your CMK is activated and in use with Snowflake Postgres Tri-Secret Secure:
You have an active CMK, but you just pre-registered a new key:
You have an active key, but have not registered any CMK to use Snowflake Postgres Tri-Secret Secure:
You have not registered any CMK to use Snowflake Postgres Tri-Secret Secure:
Access control requirements¶
Only account administrators (users with the ACCOUNTADMIN role) or a role that is granted the MONITOR SECURITY privilege on the account can call this function.
Examples¶
Obtain the status CMK for your Snowflake account: