| Modifier and Type | Method and Description |
|---|---|
static CfnMetricStream.Builder |
CfnMetricStream.Builder.create(Construct scope,
String id) |
CfnMetricStream.Builder |
CfnMetricStream.Builder.excludeFilters(IResolvable excludeFilters)
If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.excludeFilters(List<? extends Object> excludeFilters)
If you specify this parameter, the stream sends metrics from all metric namespaces except for the namespaces that you specify here.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.firehoseArn(String firehoseArn)
The ARN of the Amazon Kinesis Firehose delivery stream to use for this metric stream.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.includeFilters(IResolvable includeFilters)
If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.includeFilters(List<? extends Object> includeFilters)
If you specify this parameter, the stream sends only the metrics from the metric namespaces that you specify here.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.includeLinkedAccountsMetrics(Boolean includeLinkedAccountsMetrics)
If you are creating a metric stream in a monitoring account, specify `true` to include metrics from source accounts that are linked to this monitoring account, in the metric stream.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.includeLinkedAccountsMetrics(IResolvable includeLinkedAccountsMetrics)
If you are creating a metric stream in a monitoring account, specify `true` to include metrics from source accounts that are linked to this monitoring account, in the metric stream.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.name(String name)
If you are creating a new metric stream, this is the name for the new stream.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.outputFormat(String outputFormat)
The output format for the stream.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.roleArn(String roleArn)
The ARN of an IAM role that this metric stream will use to access Amazon Kinesis Firehose resources.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.statisticsConfigurations(IResolvable statisticsConfigurations)
By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.statisticsConfigurations(List<? extends Object> statisticsConfigurations)
By default, a metric stream always sends the MAX, MIN, SUM, and SAMPLECOUNT statistics for each metric that is streamed.
|
CfnMetricStream.Builder |
CfnMetricStream.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to the metric stream.
|
Copyright © 2023. All rights reserved.