AutoNamingArgs

data class AutoNamingArgs(val maxLength: Output<Int>? = null, val minLength: Output<Int>? = null, val propertyName: Output<String>? = null) : ConvertibleToJava<AutoNamingArgs>

Auto-naming specification for the resource.

Constructors

Link copied to clipboard
constructor(maxLength: Output<Int>? = null, minLength: Output<Int>? = null, propertyName: Output<String>? = null)

Properties

Link copied to clipboard
val maxLength: Output<Int>? = null

The maximum length of the name.

Link copied to clipboard
val minLength: Output<Int>? = null

The minimum length of the name.

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

The name of the property in the Cloud Control payload that is used to set the name of the resource.

Functions

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