Syntax
Parameters
Connection preferences
TheCONNECTION_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 accountsa1 linked to the my_network_policy network policy: