Class: Aws::Personalize::Types::S3DataConfig

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

Overview

The configuration details of an Amazon S3 input or output bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.



5280
5281
5282
5283
5284
5285
# File 'lib/aws-sdk-personalize/types.rb', line 5280

class S3DataConfig < Struct.new(
  :path,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

The file path of the Amazon S3 bucket.



5280
5281
5282
5283
5284
5285
# File 'lib/aws-sdk-personalize/types.rb', line 5280

class S3DataConfig < Struct.new(
  :path,
  :kms_key_arn)
  SENSITIVE = []
  include Aws::Structure
end