Skip to content

Query🔗

Constructor🔗

Query()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.DataQueryKind

cloud_watch_annotation_query🔗

def cloud_watch_annotation_query(cloud_watch_annotation_query: cogbuilder.Builder[cloudwatch.CloudWatchAnnotationQuery]) -> typing.Self

cloud_watch_logs_query🔗

def cloud_watch_logs_query(cloud_watch_logs_query: cogbuilder.Builder[cloudwatch.CloudWatchLogsQuery]) -> typing.Self

cloud_watch_metrics_query🔗

def cloud_watch_metrics_query(cloud_watch_metrics_query: cogbuilder.Builder[cloudwatch.CloudWatchMetricsQuery]) -> typing.Self

datasource🔗

New type for datasource reference

Not creating a new type until we figure out how to handle DS refs for group by, adhoc, and every place that uses DataSourceRef in TS.

def datasource(ref: cogbuilder.Builder[dashboardv2beta1.Dashboardv2beta1DataQueryKindDatasource]) -> typing.Self

version🔗

def version(version: str) -> typing.Self

See also🔗