We recommend new projects start with resources from the AWS provider.
aws-native.cassandra.Type
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource schema for AWS::Cassandra::Type
Create Type Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Type(name: string, args: TypeArgs, opts?: CustomResourceOptions);@overload
def Type(resource_name: str,
         args: TypeArgs,
         opts: Optional[ResourceOptions] = None)
@overload
def Type(resource_name: str,
         opts: Optional[ResourceOptions] = None,
         fields: Optional[Sequence[TypeFieldArgs]] = None,
         keyspace_name: Optional[str] = None,
         type_name: Optional[str] = None)func NewType(ctx *Context, name string, args TypeArgs, opts ...ResourceOption) (*Type, error)public Type(string name, TypeArgs args, CustomResourceOptions? opts = null)type: aws-native:cassandra:Type
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TypeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TypeArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TypeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TypeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TypeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Type Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Type resource accepts the following input properties:
- Fields
List<Pulumi.Aws Native. Cassandra. Inputs. Type Field> 
- Field definitions of the User-Defined Type
- KeyspaceName string
- Name of the Keyspace which contains the User-Defined Type.
- TypeName string
- Name of the User-Defined Type.
- Fields
[]TypeField Args 
- Field definitions of the User-Defined Type
- KeyspaceName string
- Name of the Keyspace which contains the User-Defined Type.
- TypeName string
- Name of the User-Defined Type.
- fields
List<TypeField> 
- Field definitions of the User-Defined Type
- keyspaceName String
- Name of the Keyspace which contains the User-Defined Type.
- typeName String
- Name of the User-Defined Type.
- fields
TypeField[] 
- Field definitions of the User-Defined Type
- keyspaceName string
- Name of the Keyspace which contains the User-Defined Type.
- typeName string
- Name of the User-Defined Type.
- fields
Sequence[TypeField Args] 
- Field definitions of the User-Defined Type
- keyspace_name str
- Name of the Keyspace which contains the User-Defined Type.
- type_name str
- Name of the User-Defined Type.
- fields List<Property Map>
- Field definitions of the User-Defined Type
- keyspaceName String
- Name of the Keyspace which contains the User-Defined Type.
- typeName String
- Name of the User-Defined Type.
Outputs
All input properties are implicitly available as output properties. Additionally, the Type resource produces the following output properties:
- DirectParent List<string>Types 
- List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- DirectReferring List<string>Tables 
- List of Tables that directly reference the User-Defined Type in their columns.
- Id string
- The provider-assigned unique ID for this managed resource.
- KeyspaceArn string
- ARN of the Keyspace which contains the User-Defined Type.
- LastModified doubleTimestamp 
- Timestamp of the last time the User-Defined Type's meta data was modified.
- MaxNesting intDepth 
- Maximum nesting depth of the User-Defined Type across the field types.
- DirectParent []stringTypes 
- List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- DirectReferring []stringTables 
- List of Tables that directly reference the User-Defined Type in their columns.
- Id string
- The provider-assigned unique ID for this managed resource.
- KeyspaceArn string
- ARN of the Keyspace which contains the User-Defined Type.
- LastModified float64Timestamp 
- Timestamp of the last time the User-Defined Type's meta data was modified.
- MaxNesting intDepth 
- Maximum nesting depth of the User-Defined Type across the field types.
- directParent List<String>Types 
- List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- directReferring List<String>Tables 
- List of Tables that directly reference the User-Defined Type in their columns.
- id String
- The provider-assigned unique ID for this managed resource.
- keyspaceArn String
- ARN of the Keyspace which contains the User-Defined Type.
- lastModified DoubleTimestamp 
- Timestamp of the last time the User-Defined Type's meta data was modified.
- maxNesting IntegerDepth 
- Maximum nesting depth of the User-Defined Type across the field types.
- directParent string[]Types 
- List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- directReferring string[]Tables 
- List of Tables that directly reference the User-Defined Type in their columns.
- id string
- The provider-assigned unique ID for this managed resource.
- keyspaceArn string
- ARN of the Keyspace which contains the User-Defined Type.
- lastModified numberTimestamp 
- Timestamp of the last time the User-Defined Type's meta data was modified.
- maxNesting numberDepth 
- Maximum nesting depth of the User-Defined Type across the field types.
- direct_parent_ Sequence[str]types 
- List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- direct_referring_ Sequence[str]tables 
- List of Tables that directly reference the User-Defined Type in their columns.
- id str
- The provider-assigned unique ID for this managed resource.
- keyspace_arn str
- ARN of the Keyspace which contains the User-Defined Type.
- last_modified_ floattimestamp 
- Timestamp of the last time the User-Defined Type's meta data was modified.
- max_nesting_ intdepth 
- Maximum nesting depth of the User-Defined Type across the field types.
- directParent List<String>Types 
- List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- directReferring List<String>Tables 
- List of Tables that directly reference the User-Defined Type in their columns.
- id String
- The provider-assigned unique ID for this managed resource.
- keyspaceArn String
- ARN of the Keyspace which contains the User-Defined Type.
- lastModified NumberTimestamp 
- Timestamp of the last time the User-Defined Type's meta data was modified.
- maxNesting NumberDepth 
- Maximum nesting depth of the User-Defined Type across the field types.
Supporting Types
TypeField, TypeFieldArgs    
- field_name str
- The name of the field.
- field_type str
- The data type of the field. This can be any Cassandra data type or another user-defined type.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.