libZSservicesZSamazonka-backupZSamazonka-backup
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.Backup.Types.ReportDestination

Description

 
Synopsis

Documentation

data ReportDestination Source #

Contains information from your report job about your report destination.

See: newReportDestination smart constructor.

Constructors

ReportDestination' 

Fields

  • s3Keys :: Maybe [Text]

    The object key that uniquely identifies your reports in your S3 bucket.

  • s3BucketName :: Maybe Text

    The unique name of the Amazon S3 bucket that receives your reports.

Instances

Instances details
Eq ReportDestination Source # 
Instance details

Defined in Amazonka.Backup.Types.ReportDestination

Read ReportDestination Source # 
Instance details

Defined in Amazonka.Backup.Types.ReportDestination

Show ReportDestination Source # 
Instance details

Defined in Amazonka.Backup.Types.ReportDestination

Generic ReportDestination Source # 
Instance details

Defined in Amazonka.Backup.Types.ReportDestination

Associated Types

type Rep ReportDestination :: Type -> Type #

NFData ReportDestination Source # 
Instance details

Defined in Amazonka.Backup.Types.ReportDestination

Methods

rnf :: ReportDestination -> () #

Hashable ReportDestination Source # 
Instance details

Defined in Amazonka.Backup.Types.ReportDestination

FromJSON ReportDestination Source # 
Instance details

Defined in Amazonka.Backup.Types.ReportDestination

type Rep ReportDestination Source # 
Instance details

Defined in Amazonka.Backup.Types.ReportDestination

type Rep ReportDestination = D1 ('MetaData "ReportDestination" "Amazonka.Backup.Types.ReportDestination" "libZSservicesZSamazonka-backupZSamazonka-backup" 'False) (C1 ('MetaCons "ReportDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Keys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newReportDestination :: ReportDestination Source #

Create a value of ReportDestination 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:s3Keys:ReportDestination', reportDestination_s3Keys - The object key that uniquely identifies your reports in your S3 bucket.

$sel:s3BucketName:ReportDestination', reportDestination_s3BucketName - The unique name of the Amazon S3 bucket that receives your reports.

reportDestination_s3Keys :: Lens' ReportDestination (Maybe [Text]) Source #

The object key that uniquely identifies your reports in your S3 bucket.

reportDestination_s3BucketName :: Lens' ReportDestination (Maybe Text) Source #

The unique name of the Amazon S3 bucket that receives your reports.