Skip to main content
Creates a new service account. For more information, see Service accounts.

Syntax

Parameters

Connection preferences

The CONNECTION_PREFERENCE parameter determines how a service account accesses Firebolt:
  • PUBLIC_ONLY: Allows access only through the public internet.
  • PRIVATE_ONLY: Allows access only through AWS PrivateLink.
  • PREFER_PUBLIC (Default): Prefers the public internet but calls that do reach Firebolt via AWS PrivateLink won’t be explicitly rejected.
  • PREFER_PRIVATE: Prefers AWS PrivateLink but calls that do reach firebolt via the public internet won’t be explicitly rejected.

Example

The following code example creates a service account sa1 linked to the my_network_policy network policy: