class Aws::VoiceID::Types::OutputDataConfig

The configuration containing output file information for a batch job.

@note When making an API call, you may pass OutputDataConfig

data as a hash:

    {
      kms_key_id: "KmsKeyId",
      s3_uri: "S3Uri", # required
    }

@!attribute [rw] kms_key_id

the identifier of the KMS key you want Voice ID to use to encrypt
the output file of the fraudster registration job.
@return [String]

@!attribute [rw] s3_uri

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`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/voice-id-2021-09-27/OutputDataConfig AWS API Documentation

Constants

SENSITIVE