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
Documentation
data S3DataConfig Source #
The configuration details of an Amazon S3 input or output bucket.
See: newS3DataConfig
smart constructor.
Instances
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 of a batch inference job.
$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 of a batch inference job.
s3DataConfig_path :: Lens' S3DataConfig Text Source #
The file path of the Amazon S3 bucket.