1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. cassandra
  5. Type

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.cassandra.Type

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    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)
    public Type(String name, TypeArgs args)
    public Type(String name, TypeArgs args, CustomResourceOptions options)
    
    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.AwsNative.Cassandra.Inputs.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 []TypeFieldArgs
    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[TypeFieldArgs]
    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:

    DirectParentTypes List<string>
    List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
    DirectReferringTables List<string>
    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.
    LastModifiedTimestamp double
    Timestamp of the last time the User-Defined Type's meta data was modified.
    MaxNestingDepth int
    Maximum nesting depth of the User-Defined Type across the field types.
    DirectParentTypes []string
    List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
    DirectReferringTables []string
    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.
    LastModifiedTimestamp float64
    Timestamp of the last time the User-Defined Type's meta data was modified.
    MaxNestingDepth int
    Maximum nesting depth of the User-Defined Type across the field types.
    directParentTypes List<String>
    List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
    directReferringTables List<String>
    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.
    lastModifiedTimestamp Double
    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.
    directParentTypes string[]
    List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
    directReferringTables string[]
    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.
    lastModifiedTimestamp number
    Timestamp of the last time the User-Defined Type's meta data was modified.
    maxNestingDepth number
    Maximum nesting depth of the User-Defined Type across the field types.
    direct_parent_types Sequence[str]
    List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
    direct_referring_tables Sequence[str]
    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_timestamp float
    Timestamp of the last time the User-Defined Type's meta data was modified.
    max_nesting_depth int
    Maximum nesting depth of the User-Defined Type across the field types.
    directParentTypes List<String>
    List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
    directReferringTables List<String>
    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.
    lastModifiedTimestamp Number
    Timestamp of the last time the User-Defined Type's meta data was modified.
    maxNestingDepth Number
    Maximum nesting depth of the User-Defined Type across the field types.

    Supporting Types

    TypeField, TypeFieldArgs

    FieldName string
    The name of the field.
    FieldType string
    The data type of the field. This can be any Cassandra data type or another user-defined type.
    FieldName string
    The name of the field.
    FieldType string
    The data type of the field. This can be any Cassandra data type or another user-defined type.
    fieldName String
    The name of the field.
    fieldType String
    The data type of the field. This can be any Cassandra data type or another user-defined type.
    fieldName string
    The name of the field.
    fieldType string
    The data type of the field. This can be any Cassandra data type or another user-defined type.
    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.
    fieldName String
    The name of the field.
    fieldType String
    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
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi