| 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.Personalize.Types.S3DataConfig
Description
Synopsis
Documentation
data S3DataConfig Source #
The configuration details of an Amazon S3 input or output bucket.
See: newS3DataConfig smart constructor.
Constructors
| S3DataConfig' | |
Instances
Arguments
| :: Text | |
| -> S3DataConfig |
Create a value of S3DataConfig 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:kmsKeyArn:S3DataConfig', s3DataConfig_kmsKeyArn - The Amazon Resource Name (ARN) of the Key Management Service (KMS) key
that Amazon Personalize uses to encrypt or decrypt the input and output
files.
$sel:path:S3DataConfig', s3DataConfig_path - The file path of the Amazon S3 bucket.
s3DataConfig_kmsKeyArn :: Lens' S3DataConfig (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.
s3DataConfig_path :: Lens' S3DataConfig Text Source #
The file path of the Amazon S3 bucket.