libZSservicesZSamazonka-route53ZSamazonka-route53
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.Route53.Types.Dimension

Description

 
Synopsis

Documentation

data Dimension Source #

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.

See: newDimension smart constructor.

Constructors

Dimension' 

Fields

  • name :: Text

    For the metric that the CloudWatch alarm is associated with, the name of one dimension.

  • value :: Text

    For the metric that the CloudWatch alarm is associated with, the value of one dimension.

Instances

Instances details
Eq Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Read Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Show Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Generic Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Associated Types

type Rep Dimension :: Type -> Type #

NFData Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Methods

rnf :: Dimension -> () #

Hashable Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

FromXML Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

type Rep Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

type Rep Dimension = D1 ('MetaData "Dimension" "Amazonka.Route53.Types.Dimension" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "Dimension'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDimension Source #

Create a value of Dimension 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:name:Dimension', dimension_name - For the metric that the CloudWatch alarm is associated with, the name of one dimension.

$sel:value:Dimension', dimension_value - For the metric that the CloudWatch alarm is associated with, the value of one dimension.

dimension_name :: Lens' Dimension Text Source #

For the metric that the CloudWatch alarm is associated with, the name of one dimension.

dimension_value :: Lens' Dimension Text Source #

For the metric that the CloudWatch alarm is associated with, the value of one dimension.