class Aws::Appflow::Types::PrefixConfig

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.

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

data as a hash:

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

@!attribute [rw] prefix_type

Determines the format of the prefix, and whether it applies to the
file name, file path, or both.
@return [String]

@!attribute [rw] prefix_format

Determines the level of granularity that's included in the prefix.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/PrefixConfig AWS API Documentation

Constants

SENSITIVE