Metric Stream Args
data class MetricStreamArgs(val excludeFilters: Output<List<MetricStreamFilterArgs>>? = null, val firehoseArn: Output<String>? = null, val includeFilters: Output<List<MetricStreamFilterArgs>>? = null, val includeLinkedAccountsMetrics: Output<Boolean>? = null, val name: Output<String>? = null, val outputFormat: Output<String>? = null, val roleArn: Output<String>? = null, val statisticsConfigurations: Output<List<MetricStreamStatisticsConfigurationArgs>>? = null, val tags: Output<List<MetricStreamTagArgs>>? = null) : ConvertibleToJava<MetricStreamArgs>
Resource Type definition for Metric Stream
Example Usage
Example
No Java example available.
Constructors
Link copied to clipboard
fun MetricStreamArgs(excludeFilters: Output<List<MetricStreamFilterArgs>>? = null, firehoseArn: Output<String>? = null, includeFilters: Output<List<MetricStreamFilterArgs>>? = null, includeLinkedAccountsMetrics: Output<Boolean>? = null, name: Output<String>? = null, outputFormat: Output<String>? = null, roleArn: Output<String>? = null, statisticsConfigurations: Output<List<MetricStreamStatisticsConfigurationArgs>>? = null, tags: Output<List<MetricStreamTagArgs>>? = null)
Functions
Properties
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