amazonka-maciev2-2.0: Amazon Macie 2 SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MacieV2.Types.SensitivityAggregations

Description

 
Synopsis

Documentation

data SensitivityAggregations Source #

Provides aggregated statistical data for sensitive data discovery metrics that apply to S3 buckets. Each field contains aggregated data for all the buckets that have a sensitivity score (sensitivityScore) of a specified value or within a specified range (BucketStatisticsBySensitivity). If automated sensitive data discovery is currently disabled for your account, the value for each field is 0.

See: newSensitivityAggregations smart constructor.

Constructors

SensitivityAggregations' 

Fields

  • classifiableSizeInBytes :: Maybe Integer

    The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.

    If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.

  • publiclyAccessibleCount :: Maybe Integer

    The total number of buckets that are publicly accessible based on a combination of permissions settings for each bucket.

  • totalCount :: Maybe Integer

    The total number of buckets.

  • totalSizeInBytes :: Maybe Integer

    The total storage size, in bytes, of the buckets.

    If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.

Instances

Instances details
FromJSON SensitivityAggregations Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitivityAggregations

Generic SensitivityAggregations Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitivityAggregations

Associated Types

type Rep SensitivityAggregations :: Type -> Type #

Read SensitivityAggregations Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitivityAggregations

Show SensitivityAggregations Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitivityAggregations

NFData SensitivityAggregations Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitivityAggregations

Methods

rnf :: SensitivityAggregations -> () #

Eq SensitivityAggregations Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitivityAggregations

Hashable SensitivityAggregations Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitivityAggregations

type Rep SensitivityAggregations Source # 
Instance details

Defined in Amazonka.MacieV2.Types.SensitivityAggregations

type Rep SensitivityAggregations = D1 ('MetaData "SensitivityAggregations" "Amazonka.MacieV2.Types.SensitivityAggregations" "amazonka-maciev2-2.0-5WBPWSHaxt7LOrO1LzXg18" 'False) (C1 ('MetaCons "SensitivityAggregations'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "classifiableSizeInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "publiclyAccessibleCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "totalCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "totalSizeInBytes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newSensitivityAggregations :: SensitivityAggregations Source #

Create a value of SensitivityAggregations 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:classifiableSizeInBytes:SensitivityAggregations', sensitivityAggregations_classifiableSizeInBytes - The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.

If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.

$sel:publiclyAccessibleCount:SensitivityAggregations', sensitivityAggregations_publiclyAccessibleCount - The total number of buckets that are publicly accessible based on a combination of permissions settings for each bucket.

$sel:totalCount:SensitivityAggregations', sensitivityAggregations_totalCount - The total number of buckets.

$sel:totalSizeInBytes:SensitivityAggregations', sensitivityAggregations_totalSizeInBytes - The total storage size, in bytes, of the buckets.

If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.

sensitivityAggregations_classifiableSizeInBytes :: Lens' SensitivityAggregations (Maybe Integer) Source #

The total storage size, in bytes, of all the objects that Amazon Macie can analyze in the buckets. These objects use a supported storage class and have a file name extension for a supported file or storage format.

If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each applicable object in the buckets. This value doesn't reflect the storage size of all versions of all applicable objects in the buckets.

sensitivityAggregations_publiclyAccessibleCount :: Lens' SensitivityAggregations (Maybe Integer) Source #

The total number of buckets that are publicly accessible based on a combination of permissions settings for each bucket.

sensitivityAggregations_totalSizeInBytes :: Lens' SensitivityAggregations (Maybe Integer) Source #

The total storage size, in bytes, of the buckets.

If versioning is enabled for any of the buckets, this value is based on the size of the latest version of each object in the buckets. This value doesn't reflect the storage size of all versions of the objects in the buckets.