FormTypeModelArgs

data class FormTypeModelArgs(val smithy: Output<String>) : ConvertibleToJava<FormTypeModelArgs>

Constructors

Link copied to clipboard
constructor(smithy: Output<String>)

Properties

Link copied to clipboard
val smithy: Output<String>

Smithy document that indicates the model of the API. Must be between the lengths 1 and 100,000 and be encoded as a smithy document. The following arguments are optional:

Functions

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