FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs

data class FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs(val prefixFormat: Output<String>? = null, val prefixType: Output<String>? = null) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs>

Constructors

constructor(prefixFormat: Output<String>? = null, prefixType: Output<String>? = null)

Properties

Link copied to clipboard
val prefixFormat: Output<String>? = null

Determines the level of granularity that's included in the prefix. Valid values are YEAR, MONTH, DAY, HOUR, and MINUTE.

Link copied to clipboard
val prefixType: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): FlowDestinationFlowConfigDestinationConnectorPropertiesS3S3OutputFormatConfigPrefixConfigArgs