types_list_only
Lists types
in a region or regions, for all properties use types
Overview
Name | types_list_only |
Type | Resource |
Description | Resource schema for AWS::Cassandra::Type |
Id | aws.cassandra.types_list_only |
Fields
Name | Datatype | Description |
---|---|---|
keyspace_name | string | Name of the Keyspace which contains the User-Defined Type. |
type_name | string | Name of the User-Defined Type. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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