AWS.Tools.MarketplaceReporting.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MarketplaceReporting</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.MR.GetMRBuyerDashboardCmdlet">
            <summary>
            Generates an embedding URL for an Amazon QuickSight dashboard for an anonymous user.
             
             <note><para>
            This API is available only to Amazon Web Services Organization management accounts
            or delegated administrators registered for the procurement insights (<c>procurement-insights.marketplace.amazonaws.com</c>)
            feature.
            </para></note><para>
            The following rules apply to a generated URL:
            </para><ul><li><para>
            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.
            </para></li><li><para>
            It has a session lifetime of one hour. The 5-minute validity period runs separately
            from the session lifetime.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MR.GetMRBuyerDashboardCmdlet.DashboardIdentifier">
            <summary>
            <para>
            <para>The ARN of the requested dashboard.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MR.GetMRBuyerDashboardCmdlet.EmbeddingDomain">
            <summary>
            <para>
            <para>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 <c>*</c>. For example,
            <c>https://*.amazon.com</c> includes all subdomains under <c>https://aws.amazon.com</c>.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MR.GetMRBuyerDashboardCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MarketplaceReporting.Model.GetBuyerDashboardResponse).
            Specifying the name of a property of type Amazon.MarketplaceReporting.Model.GetBuyerDashboardResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
    </members>
</doc>