Flow Destination Flow Config Destination Connector Properties Upsolver S3Output Format Config Prefix Config Args
data class FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfigArgs(val prefixFormat: Output<String>? = null, val prefixType: Output<String>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesUpsolverS3OutputFormatConfigPrefixConfigArgs>
Properties
Link copied to clipboard
Determines the level of granularity that's included in the prefix. Valid values are YEAR
, MONTH
, DAY
, HOUR
, and MINUTE
.
Link copied to clipboard
Determines the 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
.