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.DashboardEntry

Description

 
Synopsis

Documentation

data DashboardEntry Source #

Represents a specific dashboard.

See: newDashboardEntry smart constructor.

Constructors

DashboardEntry' 

Fields

Instances

Instances details
Eq DashboardEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardEntry

Read DashboardEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardEntry

Show DashboardEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardEntry

Generic DashboardEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardEntry

Associated Types

type Rep DashboardEntry :: Type -> Type #

NFData DashboardEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardEntry

Methods

rnf :: DashboardEntry -> () #

Hashable DashboardEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardEntry

FromXML DashboardEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardEntry

type Rep DashboardEntry Source # 
Instance details

Defined in Amazonka.CloudWatch.Types.DashboardEntry

type Rep DashboardEntry = D1 ('MetaData "DashboardEntry" "Amazonka.CloudWatch.Types.DashboardEntry" "libZSservicesZSamazonka-cloudwatchZSamazonka-cloudwatch" 'False) (C1 ('MetaCons "DashboardEntry'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "size") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "dashboardName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastModified") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "dashboardArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newDashboardEntry :: DashboardEntry Source #

Create a value of DashboardEntry 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:size:DashboardEntry', dashboardEntry_size - The size of the dashboard, in bytes.

$sel:dashboardName:DashboardEntry', dashboardEntry_dashboardName - The name of the dashboard.

$sel:lastModified:DashboardEntry', dashboardEntry_lastModified - The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

$sel:dashboardArn:DashboardEntry', dashboardEntry_dashboardArn - The Amazon Resource Name (ARN) of the dashboard.

dashboardEntry_size :: Lens' DashboardEntry (Maybe Integer) Source #

The size of the dashboard, in bytes.

dashboardEntry_lastModified :: Lens' DashboardEntry (Maybe UTCTime) Source #

The time stamp of when the dashboard was last modified, either by an API call or through the console. This number is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.

dashboardEntry_dashboardArn :: Lens' DashboardEntry (Maybe Text) Source #

The Amazon Resource Name (ARN) of the dashboard.