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
- data AutoMLOutputDataConfig = AutoMLOutputDataConfig' {
- kmsKeyId :: Maybe Text
- s3OutputPath :: Text
- newAutoMLOutputDataConfig :: Text -> AutoMLOutputDataConfig
- autoMLOutputDataConfig_kmsKeyId :: Lens' AutoMLOutputDataConfig (Maybe Text)
- autoMLOutputDataConfig_s3OutputPath :: Lens' AutoMLOutputDataConfig Text
Documentation
data AutoMLOutputDataConfig Source #
The output data configuration.
See: newAutoMLOutputDataConfig
smart constructor.
AutoMLOutputDataConfig' | |
|
Instances
newAutoMLOutputDataConfig Source #
Create a value of AutoMLOutputDataConfig
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:AutoMLOutputDataConfig'
, autoMLOutputDataConfig_kmsKeyId
- The Amazon Web Services KMS encryption key ID.
$sel:s3OutputPath:AutoMLOutputDataConfig'
, autoMLOutputDataConfig_s3OutputPath
- The Amazon S3 output path. Must be 128 characters or less.
autoMLOutputDataConfig_kmsKeyId :: Lens' AutoMLOutputDataConfig (Maybe Text) Source #
The Amazon Web Services KMS encryption key ID.
autoMLOutputDataConfig_s3OutputPath :: Lens' AutoMLOutputDataConfig Text Source #
The Amazon S3 output path. Must be 128 characters or less.