FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig constructor

const FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig({
  1. Input<String?>? prefixFormat,
  2. Input<List<String>?>? prefixHierarchies,
  3. required Input<String> prefixType,
})

Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig. prefixFormat Level of granularity included in the prefix. Valid values are YEAR, MONTH, DAY, HOUR, and MINUTE. prefixHierarchies Whether the destination file path includes either or both of the selected elements. Valid values are EXECUTION_ID and SCHEMA_VERSION. prefixType Format of the prefix, and whether it applies to the file name, file path, or both. Valid values are FILENAME, PATH, and PATH_AND_FILENAME.

Implementation

const FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfig({
  this.prefixFormat,
  this.prefixHierarchies,
  required this.prefixType,
});