Retention Config Args
data class RetentionConfigArgs(val perPartitionBytes: Output<String>? = null, val period: Output<String>? = null) : ConvertibleToJava<RetentionConfigArgs>
The settings for a topic's message retention.
The settings for a topic's message retention.