ProviderAutoNamingArgs

data class ProviderAutoNamingArgs(val autoTrim: Output<Boolean>? = null, val randomSuffixMinLength: Output<Int>? = null) : ConvertibleToJava<ProviderAutoNamingArgs>

The configuration for automatically naming resources.

Constructors

Link copied to clipboard
constructor(autoTrim: Output<Boolean>? = null, randomSuffixMinLength: Output<Int>? = null)

Properties

Link copied to clipboard
val autoTrim: Output<Boolean>? = null

Automatically trim the auto-generated name to meet the maximum length constraint.

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

The minimum length of the random suffix to append to the auto-generated name.

Functions

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