You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3DataConfig as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

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

Returns:

  • (String)

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

#pathString

The file path of the Amazon S3 bucket.

Returns:

  • (String)

    The file path of the Amazon S3 bucket.