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
- Keyspace
Name string - Name of the Keyspace which contains the User-Defined Type.
- Type
Name string - Name of the User-Defined Type.
- Fields
[]Type
Field Args - Field definitions of the User-Defined Type
- Keyspace
Name string - Name of the Keyspace which contains the User-Defined Type.
- Type
Name string - Name of the User-Defined Type.
- fields
List<Type
Field> - Field definitions of the User-Defined Type
- keyspace
Name String - Name of the Keyspace which contains the User-Defined Type.
- type
Name String - Name of the User-Defined Type.
- fields
Type
Field[] - Field definitions of the User-Defined Type
- keyspace
Name string - Name of the Keyspace which contains the User-Defined Type.
- type
Name string - Name of the User-Defined Type.
- fields
Sequence[Type
Field 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
- keyspace
Name String - Name of the Keyspace which contains the User-Defined Type.
- type
Name 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:
- Direct
Parent List<string>Types - List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- Direct
Referring 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.
- Keyspace
Arn string - ARN of the Keyspace which contains the User-Defined Type.
- Last
Modified doubleTimestamp - 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.
- Direct
Parent []stringTypes - List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- Direct
Referring []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.
- Keyspace
Arn string - ARN of the Keyspace which contains the User-Defined Type.
- Last
Modified float64Timestamp - 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.
- direct
Parent List<String>Types - List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- direct
Referring 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.
- keyspace
Arn String - ARN of the Keyspace which contains the User-Defined Type.
- last
Modified DoubleTimestamp - Timestamp of the last time the User-Defined Type's meta data was modified.
- max
Nesting IntegerDepth - Maximum nesting depth of the User-Defined Type across the field types.
- direct
Parent string[]Types - List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- direct
Referring 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.
- keyspace
Arn string - ARN of the Keyspace which contains the User-Defined Type.
- last
Modified numberTimestamp - Timestamp of the last time the User-Defined Type's meta data was modified.
- max
Nesting 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.
- direct
Parent List<String>Types - List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
- direct
Referring 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.
- keyspace
Arn String - ARN of the Keyspace which contains the User-Defined Type.
- last
Modified NumberTimestamp - Timestamp of the last time the User-Defined Type's meta data was modified.
- max
Nesting 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.