Class: Aws::HealthLake::Types::S3Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::S3Configuration
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
The configuration of the S3 bucket for either an import or export job. This includes assigning permissions for access.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#kms_key_id ⇒ String
The KMS key ID used to access the S3 bucket.
-
#s3_uri ⇒ String
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
Instance Attribute Details
#kms_key_id ⇒ String
The KMS key ID used to access the S3 bucket.
942 943 944 945 946 947 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 942 class S3Configuration < Struct.new( :s3_uri, :kms_key_id) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The S3Uri is the user specified S3 location of the FHIR data to be imported into AWS HealthLake.
942 943 944 945 946 947 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 942 class S3Configuration < Struct.new( :s3_uri, :kms_key_id) SENSITIVE = [] include Aws::Structure end |