| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.Types.S3Config
Description
Synopsis
Documentation
Information about the Amazon Simple Storage Service (Amazon S3) storage type.
See: newS3Config smart constructor.
Constructors
| S3Config' | |
Fields
| |
Instances
| FromJSON S3Config Source # | |
| ToJSON S3Config Source # | |
Defined in Amazonka.Connect.Types.S3Config | |
| Generic S3Config Source # | |
| Read S3Config Source # | |
| Show S3Config Source # | |
| NFData S3Config Source # | |
Defined in Amazonka.Connect.Types.S3Config | |
| Eq S3Config Source # | |
| Hashable S3Config Source # | |
Defined in Amazonka.Connect.Types.S3Config | |
| type Rep S3Config Source # | |
Defined in Amazonka.Connect.Types.S3Config type Rep S3Config = D1 ('MetaData "S3Config" "Amazonka.Connect.Types.S3Config" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "S3Config'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryptionConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EncryptionConfig)) :*: (S1 ('MetaSel ('Just "bucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "bucketPrefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) | |
Create a value of S3Config 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:encryptionConfig:S3Config', s3Config_encryptionConfig - The Amazon S3 encryption configuration.
$sel:bucketName:S3Config', s3Config_bucketName - The S3 bucket name.
$sel:bucketPrefix:S3Config', s3Config_bucketPrefix - The S3 bucket prefix.
s3Config_encryptionConfig :: Lens' S3Config (Maybe EncryptionConfig) Source #
The Amazon S3 encryption configuration.