Get Metric Stream Result
data class GetMetricStreamResult(val arn: String? = null, val creationDate: String? = null, val excludeFilters: List<MetricStreamFilter>? = null, val firehoseArn: String? = null, val includeFilters: List<MetricStreamFilter>? = null, val includeLinkedAccountsMetrics: Boolean? = null, val lastUpdateDate: String? = null, val outputFormat: String? = null, val roleArn: String? = null, val state: String? = null, val statisticsConfigurations: List<MetricStreamStatisticsConfiguration>? = null)
Constructors
Link copied to clipboard
fun GetMetricStreamResult(arn: String? = null, creationDate: String? = null, excludeFilters: List<MetricStreamFilter>? = null, firehoseArn: String? = null, includeFilters: List<MetricStreamFilter>? = null, includeLinkedAccountsMetrics: Boolean? = null, lastUpdateDate: String? = null, outputFormat: String? = null, roleArn: String? = null, state: String? = null, statisticsConfigurations: List<MetricStreamStatisticsConfiguration>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Define which metrics will be not streamed. Metrics matched by multiple instances of MetricStreamFilter are joined with an OR operation by default. If both IncludeFilters and ExcludeFilters are omitted, all metrics in the account will be streamed. IncludeFilters and ExcludeFilters are mutually exclusive. Default to null.
Link copied to clipboard
Link copied to clipboard
Define which metrics will be streamed. Metrics matched by multiple instances of MetricStreamFilter are joined with an OR operation by default. If both IncludeFilters and ExcludeFilters are omitted, all metrics in the account will be streamed. IncludeFilters and ExcludeFilters are mutually exclusive. Default to null.
Link copied to clipboard
Link copied to clipboard