QueryField
Defines a field to query for your application's Internet Monitor data. You create a data repository by running a query of a specific
type. Each QueryType
includes a specific set of fields and datatypes to retrieve data for.
Contents
- Name
-
The name of a field to query your application's Internet Monitor data for, such as
availability_score
.Type: String
Required: No
- Type
-
The data type for a query field, which must correspond to the field you're defining for
QueryField
. For example, if the query field name isavailability_score
, the data type isfloat
.Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: