MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsArgs

data class MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsArgs(val contentRedactionOutput: Output<String>? = null, val dataAccessRoleArn: Output<String>, val outputEncryptionKmsKeyId: Output<String>? = null, val outputLocation: Output<String>) : ConvertibleToJava<MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsArgs>

Constructors

constructor(contentRedactionOutput: Output<String>? = null, dataAccessRoleArn: Output<String>, outputEncryptionKmsKeyId: Output<String>? = null, outputLocation: Output<String>)

Properties

Link copied to clipboard
val contentRedactionOutput: Output<String>? = null

Should output be redacted.

Link copied to clipboard

ARN of the role used by AWS Transcribe to upload your post call analysis.

Link copied to clipboard
val outputEncryptionKmsKeyId: Output<String>? = null

ID of the KMS key used to encrypt the output.

Link copied to clipboard
val outputLocation: Output<String>

The Amazon S3 location where you want your Call Analytics post-call transcription output stored.

Functions

Link copied to clipboard
open override fun toJava(): MediaInsightsPipelineConfigurationElementAmazonTranscribeCallAnalyticsProcessorConfigurationPostCallAnalyticsSettingsArgs