AWS.Tools.BCMDashboards.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.BCMDashboards</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.BCMD.AddBCMDResourceTagCmdlet">
            <summary>
            Adds or updates tags for a specified dashboard resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.AddBCMDResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The unique identifier for the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.AddBCMDResourceTagCmdlet.ResourceTag">
            <summary>
            <para>
            <para>The tags to add to the dashboard resource.</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.BCMD.AddBCMDResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMDashboards.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.AddBCMDResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDDashboardCmdlet">
            <summary>
            Retrieves the configuration and metadata of a specified dashboard, including its widgets
            and layout settings.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDDashboardCmdlet.Arn">
            <summary>
            <para>
            <para>The ARN of the dashboard to retrieve. This is required to uniquely identify the dashboard.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDDashboardCmdlet.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.BCMDashboards.Model.GetDashboardResponse).
            Specifying the name of a property of type Amazon.BCMDashboards.Model.GetDashboardResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDDashboardListCmdlet">
            <summary>
            Returns a list of all dashboards in your account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDDashboardListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in a single call. The default value is 20.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDDashboardListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token for the next page of results. Use the value returned in the previous response.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDDashboardListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Dashboards'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMDashboards.Model.ListDashboardsResponse).
            Specifying the name of a property of type Amazon.BCMDashboards.Model.ListDashboardsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDDashboardListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDResourcePolicyCmdlet">
            <summary>
            Retrieves the resource-based policy attached to a dashboard, showing sharing configurations
            and permissions.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDResourcePolicyCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the dashboard whose resource-based policy you want to retrieve.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDResourcePolicyCmdlet.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.BCMDashboards.Model.GetResourcePolicyResponse).
            Specifying the name of a property of type Amazon.BCMDashboards.Model.GetResourcePolicyResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDResourceTagCmdlet">
            <summary>
            Returns a list of all tags associated with a specified dashboard resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The unique identifier for the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.GetBCMDResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResourceTags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMDashboards.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.BCMDashboards.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BCMD.NewBCMDDashboardCmdlet">
            <summary>
            Creates a new dashboard that can contain multiple widgets displaying cost and usage
            data. You can add custom widgets or use predefined widgets, arranging them in your
            preferred layout.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.NewBCMDDashboardCmdlet.Description">
            <summary>
            <para>
            <para>A description of the dashboard's purpose or contents.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.NewBCMDDashboardCmdlet.Name">
            <summary>
            <para>
            <para>The name of the dashboard. The name must be unique within your account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.NewBCMDDashboardCmdlet.ResourceTag">
            <summary>
            <para>
            <para>The tags to apply to the dashboard resource for organization and management.</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.BCMD.NewBCMDDashboardCmdlet.Widget">
            <summary>
            <para>
            <para>An array of widget configurations that define the visualizations to be displayed in
            the dashboard. Each dashboard can contain up to 20 widgets.</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.BCMD.NewBCMDDashboardCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Arn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMDashboards.Model.CreateDashboardResponse).
            Specifying the name of a property of type Amazon.BCMDashboards.Model.CreateDashboardResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.NewBCMDDashboardCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BCMD.RemoveBCMDDashboardCmdlet">
            <summary>
            Deletes a specified dashboard. This action cannot be undone.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.RemoveBCMDDashboardCmdlet.Arn">
            <summary>
            <para>
            <para>The ARN of the dashboard to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.RemoveBCMDDashboardCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Arn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMDashboards.Model.DeleteDashboardResponse).
            Specifying the name of a property of type Amazon.BCMDashboards.Model.DeleteDashboardResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.RemoveBCMDDashboardCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BCMD.RemoveBCMDResourceTagCmdlet">
            <summary>
            Removes specified tags from a dashboard resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.RemoveBCMDResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The unique identifier for the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.RemoveBCMDResourceTagCmdlet.ResourceTagKey">
            <summary>
            <para>
            <para>The keys of the tags to remove from the dashboard resource.</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.BCMD.RemoveBCMDResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMDashboards.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.RemoveBCMDResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.BCMD.UpdateBCMDDashboardCmdlet">
            <summary>
            Updates an existing dashboard's properties, including its name, description, and widget
            configurations.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.UpdateBCMDDashboardCmdlet.Arn">
            <summary>
            <para>
            <para>The ARN of the dashboard to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.UpdateBCMDDashboardCmdlet.Description">
            <summary>
            <para>
            <para>The new description for the dashboard. If not specified, the existing description
            is retained.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.UpdateBCMDDashboardCmdlet.Name">
            <summary>
            <para>
            <para>The new name for the dashboard. If not specified, the existing name is retained.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.UpdateBCMDDashboardCmdlet.Widget">
            <summary>
            <para>
            <para>The updated array of widget configurations for the dashboard. Replaces all existing
            widgets.</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.BCMD.UpdateBCMDDashboardCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Arn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMDashboards.Model.UpdateDashboardResponse).
            Specifying the name of a property of type Amazon.BCMDashboards.Model.UpdateDashboardResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.BCMD.UpdateBCMDDashboardCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>