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

Description

 
Synopsis

Documentation

data SourceS3Location Source #

Represents the Amazon Simple Storage Service (Amazon S3) location where usage data is read from.

See: newSourceS3Location smart constructor.

Constructors

SourceS3Location' 

Fields

Instances

Instances details
Eq SourceS3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.SourceS3Location

Read SourceS3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.SourceS3Location

Show SourceS3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.SourceS3Location

Generic SourceS3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.SourceS3Location

Associated Types

type Rep SourceS3Location :: Type -> Type #

NFData SourceS3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.SourceS3Location

Methods

rnf :: SourceS3Location -> () #

Hashable SourceS3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.SourceS3Location

ToJSON SourceS3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.SourceS3Location

type Rep SourceS3Location Source # 
Instance details

Defined in Amazonka.ApplicationCostProfiler.Types.SourceS3Location

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

newSourceS3Location Source #

Create a value of SourceS3Location 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:region:SourceS3Location', sourceS3Location_region - Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.

$sel:bucket:SourceS3Location', sourceS3Location_bucket - Name of the bucket.

$sel:key:SourceS3Location', sourceS3Location_key - Key of the object.

sourceS3Location_region :: Lens' SourceS3Location (Maybe S3BucketRegion) Source #

Region of the bucket. Only required for Regions that are disabled by default. For more infomration about Regions that are disabled by default, see Enabling a Region in the AWS General Reference guide.