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

Class: Aws::Appflow::Types::PrefixConfig

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

Overview

Note:

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

{
  prefix_type: "FILENAME", # accepts FILENAME, PATH, PATH_AND_FILENAME
  prefix_format: "YEAR", # accepts YEAR, MONTH, DAY, HOUR, MINUTE
}

Determines the prefix that Amazon AppFlow applies to the destination folder name. You can name your destination folders according to the flow frequency and date.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#prefix_formatString

Determines the format of the prefix, and whether it applies to the file name, file path, or both.

Possible values:

  • YEAR
  • MONTH
  • DAY
  • HOUR
  • MINUTE

Returns:

  • (String)

    Determines the format of the prefix, and whether it applies to the file name, file path, or both.

#prefix_typeString

Determines the level of granularity that\'s included in the prefix.

Possible values:

  • FILENAME
  • PATH
  • PATH_AND_FILENAME

Returns:

  • (String)

    Determines the level of granularity that\'s included in the prefix.