libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.Types.AccessControlList

Description

 
Synopsis

Documentation

data AccessControlList Source #

Provides information about the permissions settings of the bucket-level access control list (ACL) for an S3 bucket.

See: newAccessControlList smart constructor.

Constructors

AccessControlList' 

Fields

Instances

Instances details
Eq AccessControlList Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccessControlList

Read AccessControlList Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccessControlList

Show AccessControlList Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccessControlList

Generic AccessControlList Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccessControlList

Associated Types

type Rep AccessControlList :: Type -> Type #

NFData AccessControlList Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccessControlList

Methods

rnf :: AccessControlList -> () #

Hashable AccessControlList Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccessControlList

FromJSON AccessControlList Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccessControlList

type Rep AccessControlList Source # 
Instance details

Defined in Amazonka.MacieV2.Types.AccessControlList

type Rep AccessControlList = D1 ('MetaData "AccessControlList" "Amazonka.MacieV2.Types.AccessControlList" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "AccessControlList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "allowsPublicWriteAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "allowsPublicReadAccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

newAccessControlList :: AccessControlList Source #

Create a value of AccessControlList 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:allowsPublicWriteAccess:AccessControlList', accessControlList_allowsPublicWriteAccess - Specifies whether the ACL grants the general public with write access permissions for the bucket.

$sel:allowsPublicReadAccess:AccessControlList', accessControlList_allowsPublicReadAccess - Specifies whether the ACL grants the general public with read access permissions for the bucket.

accessControlList_allowsPublicWriteAccess :: Lens' AccessControlList (Maybe Bool) Source #

Specifies whether the ACL grants the general public with write access permissions for the bucket.

accessControlList_allowsPublicReadAccess :: Lens' AccessControlList (Maybe Bool) Source #

Specifies whether the ACL grants the general public with read access permissions for the bucket.