CustomNamingConventionArgs

data class CustomNamingConventionArgs(val formula: Output<String>, val resourceType: Output<Either<String, ResourceType>>) : ConvertibleToJava<CustomNamingConventionArgs>

The details for the custom naming convention override for a specific resource type.

Constructors

Link copied to clipboard
constructor(formula: Output<String>, resourceType: Output<Either<String, ResourceType>>)

Properties

Link copied to clipboard
val formula: Output<String>

The custom naming formula for the resource type.

Link copied to clipboard
val resourceType: Output<Either<String, ResourceType>>

The type of the resource.

Functions

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