libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudWatch.Types.MetricStreamEntry

Description

 
Synopsis

Documentation

data MetricStreamEntry Source #

This structure contains the configuration information about one metric stream.

See: newMetricStreamEntry smart constructor.

Constructors

MetricStreamEntry' 

Fields

Instances

Instances details
Eq MetricStreamEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.MetricStreamEntry

Read MetricStreamEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.MetricStreamEntry

Show MetricStreamEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.MetricStreamEntry

Generic MetricStreamEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.MetricStreamEntry

Associated Types

type Rep MetricStreamEntry :: Type -> Type #

NFData MetricStreamEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.MetricStreamEntry

Methods

rnf :: MetricStreamEntry -> () #

Hashable MetricStreamEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.MetricStreamEntry

FromXML MetricStreamEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.MetricStreamEntry

type Rep MetricStreamEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.MetricStreamEntry

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.