class
Amazonite::CloudWatch::GetMetricStreamOutput
- Amazonite::CloudWatch::GetMetricStreamOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_metric_stream_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String | Nil = nil, name : String | Nil = nil, include_filters : Array(MetricStreamFilter) | Nil = nil, exclude_filters : Array(MetricStreamFilter) | Nil = nil, firehose_arn : String | Nil = nil, role_arn : String | Nil = nil, state : String | Nil = nil, creation_date : Time | Nil = nil, last_update_date : Time | Nil = nil, output_format : MetricStreamOutputFormat | Nil = nil, statistics_configurations : Array(MetricStreamStatisticsConfiguration) | Nil = nil, include_linked_accounts_metrics : Bool | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The ARN of the metric stream.
-
#arn=(arn : String | Nil)
The ARN of the metric stream.
-
#creation_date : Time | Nil
The date that the metric stream was created.
-
#creation_date=(creation_date : Time | Nil)
The date that the metric stream was created.
-
#exclude_filters : Array(MetricStreamFilter) | Nil
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream.
-
#exclude_filters=(exclude_filters : Array(MetricStreamFilter) | Nil)
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream.
-
#firehose_arn : String | Nil
The ARN of the Amazon Kinesis Data Firehose delivery stream that is used by this metric stream.
-
#firehose_arn=(firehose_arn : String | Nil)
The ARN of the Amazon Kinesis Data Firehose delivery stream that is used by this metric stream.
-
#hash(hasher)
See
Object#hash(hasher) -
#include_filters : Array(MetricStreamFilter) | Nil
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.
-
#include_filters=(include_filters : Array(MetricStreamFilter) | Nil)
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.
-
#include_linked_accounts_metrics : Bool | Nil
If this is
trueand this metric stream is in a monitoring account, then the stream includes metrics from source accounts that the monitoring account is linked to. -
#include_linked_accounts_metrics=(include_linked_accounts_metrics : Bool | Nil)
If this is
trueand this metric stream is in a monitoring account, then the stream includes metrics from source accounts that the monitoring account is linked to. -
#last_update_date : Time | Nil
The date of the most recent update to the metric stream's configuration.
-
#last_update_date=(last_update_date : Time | Nil)
The date of the most recent update to the metric stream's configuration.
-
#name : String | Nil
The name of the metric stream.
-
#name=(name : String | Nil)
The name of the metric stream.
-
#output_format : MetricStreamOutputFormat | Nil
The output format for the stream.
-
#output_format=(output_format : MetricStreamOutputFormat | Nil)
The output format for the stream.
-
#role_arn : String | Nil
The ARN of the IAM role that is used by this metric stream.
-
#role_arn=(role_arn : String | Nil)
The ARN of the IAM role that is used by this metric stream.
-
#state : String | Nil
The state of the metric stream.
-
#state=(state : String | Nil)
The state of the metric stream.
-
#statistics_configurations : Array(MetricStreamStatisticsConfiguration) | Nil
Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream.
-
#statistics_configurations=(statistics_configurations : Array(MetricStreamStatisticsConfiguration) | Nil)
Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream. In this case, all other metric namespaces in the account are streamed by this metric stream.
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are not streamed by this metric stream. In this case, all other metric namespaces in the account are streamed by this metric stream.
The ARN of the Amazon Kinesis Data Firehose delivery stream that is used by this metric stream.
The ARN of the Amazon Kinesis Data Firehose delivery stream that is used by this metric stream.
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.
If this array of metric namespaces is present, then these namespaces are the only metric namespaces that are streamed by this metric stream.
If this is true and this metric stream is in a monitoring account, then the stream includes
metrics from source accounts that the monitoring account is linked to.
If this is true and this metric stream is in a monitoring account, then the stream includes
metrics from source accounts that the monitoring account is linked to.
The date of the most recent update to the metric stream's configuration.
The date of the most recent update to the metric stream's configuration.
The output format for the stream. Valid values are json, opentelemetry1.0, and
opentelemetry0.7. For more information about metric stream output formats, see Metric streams
output
formats.
The output format for the stream. Valid values are json, opentelemetry1.0, and
opentelemetry0.7. For more information about metric stream output formats, see Metric streams
output
formats.
The ARN of the IAM role that is used by this metric stream.
The state of the metric stream. The possible values are running and stopped.
The state of the metric stream. The possible values are running and stopped.
Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream. For more information about the additional statistics, see CloudWatch statistics definitions.
Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream. For more information about the additional statistics, see CloudWatch statistics definitions.