Custom Naming Convention Args
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.