cloudwatch🔗
Objects🔗
- CloudWatchAnnotationQuery
- CloudWatchLogsQuery
- CloudWatchMetricsQuery
- CloudWatchMetricsQueryOrCloudWatchLogsQueryOrCloudWatchAnnotationQuery
- CloudWatchQuery
- CloudWatchQueryMode
- Dimensions
- LogGroup
- MetricEditorMode
- MetricQueryType
- MetricStat
- QueryEditorArrayExpression
- QueryEditorArrayExpressionOrQueryEditorPropertyExpressionOrQueryEditorGroupByExpressionOrQueryEditorFunctionExpressionOrQueryEditorFunctionParameterExpressionOrQueryEditorOperatorExpression
- QueryEditorArrayExpressionType
- QueryEditorExpression
- QueryEditorExpressionType
- QueryEditorFunctionExpression
- QueryEditorFunctionParameterExpression
- QueryEditorGroupByExpression
- QueryEditorOperator
- QueryEditorOperatorExpression
- QueryEditorOperatorType
- QueryEditorOperatorValueType
- QueryEditorProperty
- QueryEditorPropertyExpression
- QueryEditorPropertyExpressionOrQueryEditorFunctionExpression
- QueryEditorPropertyType
- SQLExpression
- StringOrArrayOfString
- StringOrBoolOrInt64
- StringOrBoolOrInt64OrArrayOfQueryEditorOperatorType
Builders🔗
- CloudWatchAnnotationQueryBuilder
- CloudWatchLogsQueryBuilder
- CloudWatchMetricsQueryBuilder
- LogGroupBuilder
- MetricStatBuilder
- QueryEditorArrayExpressionBuilder
- QueryEditorFunctionExpressionBuilder
- QueryEditorFunctionParameterExpressionBuilder
- QueryEditorGroupByExpressionBuilder
- QueryEditorOperatorBuilder
- QueryEditorOperatorExpressionBuilder
- QueryEditorPropertyBuilder
- QueryEditorPropertyExpressionBuilder
- SQLExpressionBuilder
Functions🔗
VariantConfig🔗
VariantConfig returns the configuration related to cloudwatch dataqueries.
This configuration describes how to unmarshal it, convert it to code, …
MetricStatConverter🔗
MetricStatConverter accepts a MetricStat
object and generates the Go code to build this object using builders.
CloudWatchMetricsQueryConverter🔗
CloudWatchMetricsQueryConverter accepts a CloudWatchMetricsQuery
object and generates the Go code to build this object using builders.
SQLExpressionConverter🔗
SQLExpressionConverter accepts a SQLExpression
object and generates the Go code to build this object using builders.
QueryEditorFunctionExpressionConverter🔗
QueryEditorFunctionExpressionConverter accepts a QueryEditorFunctionExpression
object and generates the Go code to build this object using builders.
QueryEditorFunctionParameterExpressionConverter🔗
QueryEditorFunctionParameterExpressionConverter accepts a QueryEditorFunctionParameterExpression
object and generates the Go code to build this object using builders.
func QueryEditorFunctionParameterExpressionConverter(input QueryEditorFunctionParameterExpression) string
QueryEditorPropertyExpressionConverter🔗
QueryEditorPropertyExpressionConverter accepts a QueryEditorPropertyExpression
object and generates the Go code to build this object using builders.
QueryEditorGroupByExpressionConverter🔗
QueryEditorGroupByExpressionConverter accepts a QueryEditorGroupByExpression
object and generates the Go code to build this object using builders.
QueryEditorOperatorExpressionConverter🔗
QueryEditorOperatorExpressionConverter accepts a QueryEditorOperatorExpression
object and generates the Go code to build this object using builders.
QueryEditorOperatorConverter🔗
QueryEditorOperatorConverter accepts a QueryEditorOperator
object and generates the Go code to build this object using builders.
QueryEditorPropertyConverter🔗
QueryEditorPropertyConverter accepts a QueryEditorProperty
object and generates the Go code to build this object using builders.
QueryEditorArrayExpressionConverter🔗
QueryEditorArrayExpressionConverter accepts a QueryEditorArrayExpression
object and generates the Go code to build this object using builders.
CloudWatchLogsQueryConverter🔗
CloudWatchLogsQueryConverter accepts a CloudWatchLogsQuery
object and generates the Go code to build this object using builders.
LogGroupConverter🔗
LogGroupConverter accepts a LogGroup
object and generates the Go code to build this object using builders.
CloudWatchAnnotationQueryConverter🔗
CloudWatchAnnotationQueryConverter accepts a CloudWatchAnnotationQuery
object and generates the Go code to build this object using builders.