class Aws::Personalize::Types::S3DataConfig

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

@note When making an API call, you may pass S3DataConfig

data as a hash:

    {
      path: "S3Location", # required
      kms_key_arn: "KmsKeyArn",
    }

@!attribute [rw] path

The file path of the Amazon S3 bucket.
@return [String]

@!attribute [rw] kms_key_arn

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 of a batch inference job.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/S3DataConfig AWS API Documentation

Constants

SENSITIVE