QueryParameters
Defines the data retrieval parameters for a widget.
Inheritors
Types
The parameters for querying cost and usage data, including metrics, time range, granularity, grouping dimensions, and filters.
The parameters for querying Reserved Instance coverage data, showing how much of your eligible instance usage is covered by Reserved Instances.
The parameters for querying Reserved Instance utilization data, showing how effectively your Reserved Instances are being used.
The parameters for querying Savings Plans coverage data, showing how much of your eligible compute usage is covered by Savings Plans.
The parameters for querying Savings Plans utilization data, showing how effectively your Savings Plans are being used.
Functions
Casts this QueryParameters as a CostAndUsage and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.CostAndUsageQuery value. Throws an exception if the QueryParameters is not a CostAndUsage.
Casts this QueryParameters as a CostAndUsage and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.CostAndUsageQuery value. Returns null if the QueryParameters is not a CostAndUsage.
Casts this QueryParameters as a ReservationCoverage and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.ReservationCoverageQuery value. Throws an exception if the QueryParameters is not a ReservationCoverage.
Casts this QueryParameters as a ReservationCoverage and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.ReservationCoverageQuery value. Returns null if the QueryParameters is not a ReservationCoverage.
Casts this QueryParameters as a ReservationUtilization and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.ReservationUtilizationQuery value. Throws an exception if the QueryParameters is not a ReservationUtilization.
Casts this QueryParameters as a ReservationUtilization and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.ReservationUtilizationQuery value. Returns null if the QueryParameters is not a ReservationUtilization.
Casts this QueryParameters as a SavingsPlansCoverage and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.SavingsPlansCoverageQuery value. Throws an exception if the QueryParameters is not a SavingsPlansCoverage.
Casts this QueryParameters as a SavingsPlansCoverage and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.SavingsPlansCoverageQuery value. Returns null if the QueryParameters is not a SavingsPlansCoverage.
Casts this QueryParameters as a SavingsPlansUtilization and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.SavingsPlansUtilizationQuery value. Throws an exception if the QueryParameters is not a SavingsPlansUtilization.
Casts this QueryParameters as a SavingsPlansUtilization and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.SavingsPlansUtilizationQuery value. Returns null if the QueryParameters is not a SavingsPlansUtilization.