| 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.Comprehend.Types.PiiOutputDataConfig
Description
Documentation
data PiiOutputDataConfig Source #
Provides configuration parameters for the output of PII entity detection jobs.
See: newPiiOutputDataConfig smart constructor.
Constructors
| PiiOutputDataConfig' | |
Fields
| |
Instances
newPiiOutputDataConfig Source #
Arguments
| :: Text | |
| -> PiiOutputDataConfig |
Create a value of PiiOutputDataConfig 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:PiiOutputDataConfig', piiOutputDataConfig_kmsKeyId - ID for the AWS Key Management Service (KMS) key that Amazon Comprehend
uses to encrypt the output results from an analysis job.
$sel:s3Uri:PiiOutputDataConfig', piiOutputDataConfig_s3Uri - When you use the PiiOutputDataConfig object with asynchronous
operations, you specify the Amazon S3 location where you want to write
the output data.
For a PII entity detection job, the output file is plain text, not a
compressed archive. The output file name is the same as the input file,
with .out appended at the end.
piiOutputDataConfig_kmsKeyId :: Lens' PiiOutputDataConfig (Maybe Text) Source #
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an analysis job.
piiOutputDataConfig_s3Uri :: Lens' PiiOutputDataConfig Text Source #
When you use the PiiOutputDataConfig object with asynchronous
operations, you specify the Amazon S3 location where you want to write
the output data.
For a PII entity detection job, the output file is plain text, not a
compressed archive. The output file name is the same as the input file,
with .out appended at the end.