We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.cassandra.getType
Start a Neo task
Explain and create an aws-native.cassandra.getType resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource schema for AWS::Cassandra::Type
Using getType
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getType(args: GetTypeArgs, opts?: InvokeOptions): Promise<GetTypeResult>
function getTypeOutput(args: GetTypeOutputArgs, opts?: InvokeOptions): Output<GetTypeResult>def get_type(keyspace_name: Optional[str] = None,
type_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTypeResult
def get_type_output(keyspace_name: Optional[pulumi.Input[str]] = None,
type_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTypeResult]func LookupType(ctx *Context, args *LookupTypeArgs, opts ...InvokeOption) (*LookupTypeResult, error)
func LookupTypeOutput(ctx *Context, args *LookupTypeOutputArgs, opts ...InvokeOption) LookupTypeResultOutput> Note: This function is named LookupType in the Go SDK.
public static class GetType
{
public static Task<GetTypeResult> InvokeAsync(GetTypeArgs args, InvokeOptions? opts = null)
public static Output<GetTypeResult> Invoke(GetTypeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTypeResult> getType(GetTypeArgs args, InvokeOptions options)
public static Output<GetTypeResult> getType(GetTypeArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:cassandra:getType
arguments:
# arguments dictionaryThe following arguments are supported:
- Keyspace
Name string - Name of the Keyspace which contains the User-Defined Type.
- Type
Name string - Name 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.
- keyspace
Name String - Name of the Keyspace which contains the User-Defined Type.
- type
Name String - Name 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.
- keyspace_
name str - Name of the Keyspace which contains the User-Defined Type.
- type_
name str - Name 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.
getType Result
The following output properties are available:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
