createType

inline suspend fun KeyspacesClient.createType(crossinline block: CreateTypeRequest.Builder.() -> Unit): CreateTypeResponse

The CreateType operation creates a new user-defined type in the specified keyspace.

To configure the required permissions, see Permissions to create a UDT in the Amazon Keyspaces Developer Guide.

For more information, see User-defined types (UDTs) in the Amazon Keyspaces Developer Guide.