getType
inline suspend fun KeyspacesClient.getType(crossinline block: GetTypeRequest.Builder.() -> Unit): GetTypeResponse
The GetType
operation returns information about the type, for example the field definitions, the timestamp when the type was last modified, the level of nesting, the status, and details about if the type is used in other types and tables.
To read keyspace metadata using GetType
, the IAM principal needs Select
action permissions for the system keyspace. To configure the required permissions, see Permissions to view a UDT in the Amazon Keyspaces Developer Guide.