Topic Args
data class TopicArgs(val location: Output<String>? = null, val name: Output<String>? = null, val partitionConfig: Output<PartitionConfigArgs>? = null, val project: Output<String>? = null, val reservationConfig: Output<ReservationConfigArgs>? = null, val retentionConfig: Output<RetentionConfigArgs>? = null, val topicId: Output<String>? = null) : ConvertibleToJava<TopicArgs>
Creates a new topic.
Constructors
Link copied to clipboard
fun TopicArgs(location: Output<String>? = null, name: Output<String>? = null, partitionConfig: Output<PartitionConfigArgs>? = null, project: Output<String>? = null, reservationConfig: Output<ReservationConfigArgs>? = null, retentionConfig: Output<RetentionConfigArgs>? = null, topicId: Output<String>? = null)