Skip to main content

types_list_only

Lists types in a region or regions, for all properties use types

Overview

Nametypes_list_only
TypeResource
DescriptionResource schema for AWS::Cassandra::Type
Idaws.cassandra.types_list_only

Fields

NameDatatypeDescription
keyspace_namestringName of the Keyspace which contains the User-Defined Type.
type_namestringName of the User-Defined Type.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all types in a region.

SELECT
region,
keyspace_name,
type_name
FROM aws.cassandra.types_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the types_list_only resource, see types