Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BucketCountBySharedAccessType = BucketCountBySharedAccessType' {}
- newBucketCountBySharedAccessType :: BucketCountBySharedAccessType
- bucketCountBySharedAccessType_notShared :: Lens' BucketCountBySharedAccessType (Maybe Integer)
- bucketCountBySharedAccessType_internal :: Lens' BucketCountBySharedAccessType (Maybe Integer)
- bucketCountBySharedAccessType_external :: Lens' BucketCountBySharedAccessType (Maybe Integer)
- bucketCountBySharedAccessType_unknown :: Lens' BucketCountBySharedAccessType (Maybe Integer)
Documentation
data BucketCountBySharedAccessType Source #
Provides information about the number of S3 buckets that are or aren't shared with other Amazon Web Services accounts.
See: newBucketCountBySharedAccessType
smart constructor.
BucketCountBySharedAccessType' | |
|
Instances
newBucketCountBySharedAccessType :: BucketCountBySharedAccessType Source #
Create a value of BucketCountBySharedAccessType
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:notShared:BucketCountBySharedAccessType'
, bucketCountBySharedAccessType_notShared
- The total number of buckets that aren't shared with other Amazon Web
Services accounts.
$sel:internal:BucketCountBySharedAccessType'
, bucketCountBySharedAccessType_internal
- The total number of buckets that are shared with an Amazon Web Services
account that's part of the same Amazon Macie organization.
$sel:external:BucketCountBySharedAccessType'
, bucketCountBySharedAccessType_external
- The total number of buckets that are shared with an Amazon Web Services
account that isn't part of the same Amazon Macie organization.
$sel:unknown:BucketCountBySharedAccessType'
, bucketCountBySharedAccessType_unknown
- The total number of buckets that Amazon Macie wasn't able to evaluate
shared access settings for. Macie can't determine whether these buckets
are shared with other Amazon Web Services accounts.
bucketCountBySharedAccessType_notShared :: Lens' BucketCountBySharedAccessType (Maybe Integer) Source #
The total number of buckets that aren't shared with other Amazon Web Services accounts.
bucketCountBySharedAccessType_internal :: Lens' BucketCountBySharedAccessType (Maybe Integer) Source #
The total number of buckets that are shared with an Amazon Web Services account that's part of the same Amazon Macie organization.
bucketCountBySharedAccessType_external :: Lens' BucketCountBySharedAccessType (Maybe Integer) Source #
The total number of buckets that are shared with an Amazon Web Services account that isn't part of the same Amazon Macie organization.
bucketCountBySharedAccessType_unknown :: Lens' BucketCountBySharedAccessType (Maybe Integer) Source #
The total number of buckets that Amazon Macie wasn't able to evaluate shared access settings for. Macie can't determine whether these buckets are shared with other Amazon Web Services accounts.