class Aws::HealthLake::Types::S3Configuration
The configuration of the S3 bucket for either an import or export job. This includes assigning permissions for access.
@note When making an API call, you may pass S3Configuration
data as a hash: { s3_uri: "S3Uri", # required kms_key_id: "EncryptionKeyID", # required }
@!attribute [rw] s3_uri
The S3Uri is the user specified S3 location of the FHIR data to be imported into Amazon HealthLake. @return [String]
@!attribute [rw] kms_key_id
The KMS key ID used to access the S3 bucket. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/S3Configuration AWS API Documentation
Constants
- SENSITIVE