Class: Aws::HealthLake::Types::S3Configuration

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

Overview

The configuration of the Amazon S3 bucket for either an import or export job. This includes assigning access permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The Key Management Service (KMS) key ID used to access the Amazon S3 bucket.

Returns:

  • (String)


2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2048

class S3Configuration < Struct.new(
  :s3_uri,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

The S3Uri is the user-specified Amazon S3 location of the FHIR data to be imported into HealthLake.

Returns:

  • (String)


2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2048

class S3Configuration < Struct.new(
  :s3_uri,
  :kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end