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.getType
Explore with Pulumi AI
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
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:
- KeyspaceName string
- Name of the Keyspace which contains the User-Defined Type.
- TypeName string
- Name 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.
- keyspaceName String
- Name of the Keyspace which contains the User-Defined Type.
- typeName String
- Name 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.
- keyspace_name str
- Name of the Keyspace which contains the User-Defined Type.
- type_name str
- Name 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.
getType Result
The following output properties are available:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi