AWS::Cassandra::TypeResource schema for AWS::Cassandra::Type
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Fields | Array<Field> | RequiredCreate-only |
KeyspaceName | string | RequiredCreate-only |
TypeName | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DirectParentTypes | Array<string> | List of parent User-Defined Types that directly reference the User-Defined Type in their fields. |
DirectReferringTables | Array<string> | List of Tables that directly reference the User-Defined Type in their columns. |
KeyspaceArn | string | ARN of the Keyspace which contains the User-Defined Type. |
LastModifiedTimestamp | number | Timestamp of the last time the User-Defined Type's meta data was modified. |
MaxNestingDepth | integer | Maximum nesting depth of the User-Defined Type across the field types. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Cassandra::Type
Resources:
MyResource:
Type: AWS::Cassandra::Type
Properties:
KeyspaceName: "my-keyspacename"
TypeName: "my-typename"
Fields: []Permissions CloudFormation needs in your IAM role to manage this resource.
cassandra:Createcassandra:Selectcassandra:Selectcassandra:Dropcassandra:Selectcassandra:SelectOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterKeyspaceNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KeyspaceNameTypeNameFields