Class: Aws::HealthLake::Types::TransformationOutputDataConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-healthlake/types.rb

Overview

The Amazon S3 output location and encryption configuration for a transformation job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_configurationTypes::DataTransformationS3Configuration

The Amazon S3 output location and AWS Key Management Service (AWS KMS) encryption configuration.



2397
2398
2399
2400
2401
# File 'lib/aws-sdk-healthlake/types.rb', line 2397

class TransformationOutputDataConfig < Struct.new(
  :s3_configuration)
  SENSITIVE = []
  include Aws::Structure
end