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 |
Documentation
data JobOutputDataConfig Source #
Specifies the path to the S3 location where you want to store job artifacts and the encryption key used to store them.
See: newJobOutputDataConfig
smart constructor.
JobOutputDataConfig' | |
|
Instances
newJobOutputDataConfig Source #
Create a value of JobOutputDataConfig
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:kmsKeyId:JobOutputDataConfig'
, jobOutputDataConfig_kmsKeyId
- The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to
encrypt the job training artifacts at rest using Amazon S3 server-side
encryption.
$sel:s3Path:JobOutputDataConfig'
, jobOutputDataConfig_s3Path
- Identifies the S3 path where you want Amazon Braket to store the job
training artifacts. For example, s3://bucket-name/key-name-prefix
.
jobOutputDataConfig_kmsKeyId :: Lens' JobOutputDataConfig (Maybe Text) Source #
The AWS Key Management Service (AWS KMS) key that Amazon Braket uses to encrypt the job training artifacts at rest using Amazon S3 server-side encryption.
jobOutputDataConfig_s3Path :: Lens' JobOutputDataConfig Text Source #
Identifies the S3 path where you want Amazon Braket to store the job
training artifacts. For example, s3://bucket-name/key-name-prefix
.