listTypes
inline suspend fun KeyspacesClient.listTypes(crossinline block: ListTypesRequest.Builder.() -> Unit): ListTypesResponse
The ListTypes
operation returns a list of types for a specified keyspace.
To read keyspace metadata using ListTypes
, 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.