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 FlowDefinitionOutputConfig = FlowDefinitionOutputConfig' {
- kmsKeyId :: Maybe Text
- s3OutputPath :: Text
- newFlowDefinitionOutputConfig :: Text -> FlowDefinitionOutputConfig
- flowDefinitionOutputConfig_kmsKeyId :: Lens' FlowDefinitionOutputConfig (Maybe Text)
- flowDefinitionOutputConfig_s3OutputPath :: Lens' FlowDefinitionOutputConfig Text
Documentation
data FlowDefinitionOutputConfig Source #
Contains information about where human output will be stored.
See: newFlowDefinitionOutputConfig
smart constructor.
FlowDefinitionOutputConfig' | |
|
Instances
newFlowDefinitionOutputConfig Source #
Create a value of FlowDefinitionOutputConfig
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:FlowDefinitionOutputConfig'
, flowDefinitionOutputConfig_kmsKeyId
- The Amazon Key Management Service (KMS) key ID for server-side
encryption.
$sel:s3OutputPath:FlowDefinitionOutputConfig'
, flowDefinitionOutputConfig_s3OutputPath
- The Amazon S3 path where the object containing human output will be made
available.
To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.
flowDefinitionOutputConfig_kmsKeyId :: Lens' FlowDefinitionOutputConfig (Maybe Text) Source #
The Amazon Key Management Service (KMS) key ID for server-side encryption.
flowDefinitionOutputConfig_s3OutputPath :: Lens' FlowDefinitionOutputConfig Text Source #
The Amazon S3 path where the object containing human output will be made available.
To learn more about the format of Amazon A2I output data, see Amazon A2I Output Data.