Amazon QuickSight URI format

URI definition for Amazon QuickSight follows this standard:

Identifier fragments:

  • Namespace: quicksight://{accountId}.{awsRegion}.amazonaws.com
    • Scheme = quicksight
    • Authority = {accountId}.{awsRegion}.amazonaws.com
  • Unique name: {dashboardId}

URI format:

  • quicksight://{accountId}.{awsRegion}.amazonaws.com/{dashboardId}

Parameters limitations:

  • AccountId is composed only of digits from 0 to 9
  • AWS Region starts with a lowercase latin letter is composed only of lowercase latin letters, digits and dash (regex: [a-z][a-z0-9-]*)
  • DashboardId have UUID format, that means you are limited to lowercase letters from a to f, numbers and dash (regex: [a-f0-9-]+)

Examples:

  • quicksight://333555777888.eu-west-1.amazonaws.com/5d57a131-9a14-46d3-b423-52612bb92b78