AWS Marketplace Reporting Service

2024/10/03 - AWS Marketplace Reporting Service - 1 new api methods

Changes  The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization.

GetBuyerDashboard (new) Link ΒΆ

Generates an embedding URL for an Amazon QuickSight dashboard for an anonymous user.

The following rules apply to a generated URL:

  • It contains a temporary bearer token, valid for 5 minutes after it is generated. Once redeemed within that period, it cannot be re-used again.

  • It has a session lifetime of one hour. The 5-minute validity period runs separately from the session lifetime.

See also: AWS API Documentation

Request Syntax

client.get_buyer_dashboard(
    dashboardIdentifier='string',
    embeddingDomains=[
        'string',
    ]
)
type dashboardIdentifier

string

param dashboardIdentifier

[REQUIRED]

The ARN of the requested dashboard.

type embeddingDomains

list

param embeddingDomains

[REQUIRED]

Fully qualified domains that you add to the allow list for access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call. To include all subdomains under a specific domain, use * . For example, https://*.amazon.com includes all subdomains under https://aws.amazon.com .

  • (string) --

rtype

dict

returns

Response Syntax

{
    'embedUrl': 'string',
    'dashboardIdentifier': 'string',
    'embeddingDomains': [
        'string',
    ]
}

Response Structure

  • (dict) --

    • embedUrl (string) --

      The dashboard's embedding URL.

    • dashboardIdentifier (string) --

      The ARN of the returned dashboard.

    • embeddingDomains (list) --

      The fully qualified domains specified in the request. The domains enable access to the generated URL that is then embedded. You can list up to two domains or subdomains in each API call. To include all subdomains under a specific domain, use * . For example, https://*.amazon.com includes all subdomains under https://aws.amazon.com .

      • (string) --