NamedPartitionSchemeArgs

data class NamedPartitionSchemeArgs(val names: Output<List<String>>, val partitionScheme: Output<String>) : ConvertibleToJava<NamedPartitionSchemeArgs>

Describes the named partition scheme of the service.

Constructors

Link copied to clipboard
constructor(names: Output<List<String>>, partitionScheme: Output<String>)

Properties

Link copied to clipboard
val names: Output<List<String>>

Array for the names of the partitions.

Link copied to clipboard
val partitionScheme: Output<String>

Enumerates the ways that a service can be partitioned. Expected value is 'Named'.

Functions

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