GetModelPlainArgs

data class GetModelPlainArgs(val name: String, val restApiId: String) : ConvertibleToJava<GetModelPlainArgs>

Constructors

Link copied to clipboard
constructor(name: String, restApiId: String)

Properties

Link copied to clipboard

A name for the model. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the model name. For more information, see Name Type. If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.

Link copied to clipboard

The string identifier of the associated RestApi.

Functions

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