Class: Aws::HealthLake::Types::TransformationOutputDataConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::TransformationOutputDataConfig
- 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
-
#s3_configuration ⇒ Types::DataTransformationS3Configuration
The Amazon S3 output location and AWS Key Management Service (AWS KMS) encryption configuration.
Instance Attribute Details
#s3_configuration ⇒ Types::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 |