Type

class Type : KotlinCustomResource

Resource schema for AWS::Cassandra::Type

Properties

Link copied to clipboard

List of parent User-Defined Types that directly reference the User-Defined Type in their fields.

Link copied to clipboard

List of Tables that directly reference the User-Defined Type in their columns.

Link copied to clipboard
val fields: Output<List<TypeField>>

Field definitions of the User-Defined Type

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val keyspaceArn: Output<String>

ARN of the Keyspace which contains the User-Defined Type.

Link copied to clipboard
val keyspaceName: Output<String>

Name of the Keyspace which contains the User-Defined Type.

Link copied to clipboard

Timestamp of the last time the User-Defined Type's meta data was modified.

Link copied to clipboard
val maxNestingDepth: Output<Int>

Maximum nesting depth of the User-Defined Type across the field types.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val typeName: Output<String>

Name of the User-Defined Type.

Link copied to clipboard
val urn: Output<String>