Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MetricStreamEntry = MetricStreamEntry' {}
- newMetricStreamEntry :: MetricStreamEntry
- metricStreamEntry_state :: Lens' MetricStreamEntry (Maybe Text)
- metricStreamEntry_arn :: Lens' MetricStreamEntry (Maybe Text)
- metricStreamEntry_firehoseArn :: Lens' MetricStreamEntry (Maybe Text)
- metricStreamEntry_outputFormat :: Lens' MetricStreamEntry (Maybe MetricStreamOutputFormat)
- metricStreamEntry_lastUpdateDate :: Lens' MetricStreamEntry (Maybe UTCTime)
- metricStreamEntry_name :: Lens' MetricStreamEntry (Maybe Text)
- metricStreamEntry_creationDate :: Lens' MetricStreamEntry (Maybe UTCTime)
Documentation
data MetricStreamEntry Source #
This structure contains the configuration information about one metric stream.
See: newMetricStreamEntry
smart constructor.
MetricStreamEntry' | |
|
Instances
newMetricStreamEntry :: MetricStreamEntry Source #
Create a value of MetricStreamEntry
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:state:MetricStreamEntry'
, metricStreamEntry_state
- The current state of this stream. Valid values are running
and
stopped
.
$sel:arn:MetricStreamEntry'
, metricStreamEntry_arn
- The ARN of the metric stream.
$sel:firehoseArn:MetricStreamEntry'
, metricStreamEntry_firehoseArn
- The ARN of the Kinesis Firehose devlivery stream that is used for this
metric stream.
$sel:outputFormat:MetricStreamEntry'
, metricStreamEntry_outputFormat
- The output format of this metric stream. Valid values are json
and
opentelemetry0.7
.
$sel:lastUpdateDate:MetricStreamEntry'
, metricStreamEntry_lastUpdateDate
- The date that the configuration of this metric stream was most recently
updated.
$sel:name:MetricStreamEntry'
, metricStreamEntry_name
- The name of the metric stream.
$sel:creationDate:MetricStreamEntry'
, metricStreamEntry_creationDate
- The date that the metric stream was originally created.
metricStreamEntry_state :: Lens' MetricStreamEntry (Maybe Text) Source #
The current state of this stream. Valid values are running
and
stopped
.
metricStreamEntry_arn :: Lens' MetricStreamEntry (Maybe Text) Source #
The ARN of the metric stream.
metricStreamEntry_firehoseArn :: Lens' MetricStreamEntry (Maybe Text) Source #
The ARN of the Kinesis Firehose devlivery stream that is used for this metric stream.
metricStreamEntry_outputFormat :: Lens' MetricStreamEntry (Maybe MetricStreamOutputFormat) Source #
The output format of this metric stream. Valid values are json
and
opentelemetry0.7
.
metricStreamEntry_lastUpdateDate :: Lens' MetricStreamEntry (Maybe UTCTime) Source #
The date that the configuration of this metric stream was most recently updated.
metricStreamEntry_name :: Lens' MetricStreamEntry (Maybe Text) Source #
The name of the metric stream.
metricStreamEntry_creationDate :: Lens' MetricStreamEntry (Maybe UTCTime) Source #
The date that the metric stream was originally created.