libZSservicesZSamazonka-applicationcostprofilerZSamazonka-applicationcostprofiler
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.ApplicationCostProfiler.Types.S3Location

Description

 
Synopsis

Documentation

data S3Location Source #

Represents the Amazon Simple Storage Service (Amazon S3) location where AWS Application Cost Profiler reports are generated and then written to.

See: newS3Location smart constructor.

Constructors

S3Location' 

Fields

Instances

Instances details
Eq S3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.S3Location

Read S3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.S3Location

Show S3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.S3Location

Generic S3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.S3Location

Associated Types

type Rep S3Location :: Type -> Type #

NFData S3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.S3Location

Methods

rnf :: S3Location -> () #

Hashable S3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.S3Location

ToJSON S3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.S3Location

FromJSON S3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.S3Location

type Rep S3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.S3Location

type Rep S3Location = D1 ('MetaData "S3Location" "Amazonka.ApplicationCostProfiler.Types.S3Location" "libZSservicesZSamazonka-applicationcostprofilerZSamazonka-applicationcostprofiler" 'False) (C1 ('MetaCons "S3Location'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Location Source #

Create a value of S3Location 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:bucket:S3Location', s3Location_bucket - Name of the S3 bucket.

$sel:prefix:S3Location', s3Location_prefix - Prefix for the location to write to.

s3Location_bucket :: Lens' S3Location Text Source #

Name of the S3 bucket.

s3Location_prefix :: Lens' S3Location Text Source #

Prefix for the location to write to.