libZSservicesZSamazonka-voice-idZSamazonka-voice-id
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.VoiceId.Types.OutputDataConfig

Description

 
Synopsis

Documentation

data OutputDataConfig Source #

The configuration containing output file information for a batch job.

See: newOutputDataConfig smart constructor.

Constructors

OutputDataConfig' 

Fields

  • kmsKeyId :: Maybe Text

    the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster registration job.

  • s3Uri :: Text

    The S3 path of the folder to which Voice ID writes the job output file, which has a *.out extension. For example, if the input file name is input-file.json and the output folder path is s3://output-bucket/output-folder, the full output file path is s3://output-bucket/output-folder/job-Id/input-file.json.out.

Instances

Instances details
Eq OutputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.OutputDataConfig

Read OutputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.OutputDataConfig

Show OutputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.OutputDataConfig

Generic OutputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.OutputDataConfig

Associated Types

type Rep OutputDataConfig :: Type -> Type #

NFData OutputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.OutputDataConfig

Methods

rnf :: OutputDataConfig -> () #

Hashable OutputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.OutputDataConfig

ToJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.OutputDataConfig

FromJSON OutputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.OutputDataConfig

type Rep OutputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.OutputDataConfig

type Rep OutputDataConfig = D1 ('MetaData "OutputDataConfig" "Amazonka.VoiceId.Types.OutputDataConfig" "libZSservicesZSamazonka-voice-idZSamazonka-voice-id" 'False) (C1 ('MetaCons "OutputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newOutputDataConfig Source #

Create a value of OutputDataConfig 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:OutputDataConfig', outputDataConfig_kmsKeyId - the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster registration job.

$sel:s3Uri:OutputDataConfig', outputDataConfig_s3Uri - The S3 path of the folder to which Voice ID writes the job output file, which has a *.out extension. For example, if the input file name is input-file.json and the output folder path is s3://output-bucket/output-folder, the full output file path is s3://output-bucket/output-folder/job-Id/input-file.json.out.

outputDataConfig_kmsKeyId :: Lens' OutputDataConfig (Maybe Text) Source #

the identifier of the KMS key you want Voice ID to use to encrypt the output file of the fraudster registration job.

outputDataConfig_s3Uri :: Lens' OutputDataConfig Text Source #

The S3 path of the folder to which Voice ID writes the job output file, which has a *.out extension. For example, if the input file name is input-file.json and the output folder path is s3://output-bucket/output-folder, the full output file path is s3://output-bucket/output-folder/job-Id/input-file.json.out.