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

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>
Copy
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]
Copy
func LookupType(ctx *Context, args *LookupTypeArgs, opts ...InvokeOption) (*LookupTypeResult, error)
func LookupTypeOutput(ctx *Context, args *LookupTypeOutputArgs, opts ...InvokeOption) LookupTypeResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetTypeResult> getType(GetTypeArgs args, InvokeOptions options)
public static Output<GetTypeResult> getType(GetTypeArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:cassandra:getType
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

KeyspaceName This property is required. string
Name of the Keyspace which contains the User-Defined Type.
TypeName This property is required. string
Name of the User-Defined Type.
KeyspaceName This property is required. string
Name of the Keyspace which contains the User-Defined Type.
TypeName This property is required. string
Name of the User-Defined Type.
keyspaceName This property is required. String
Name of the Keyspace which contains the User-Defined Type.
typeName This property is required. String
Name of the User-Defined Type.
keyspaceName This property is required. string
Name of the Keyspace which contains the User-Defined Type.
typeName This property is required. string
Name of the User-Defined Type.
keyspace_name This property is required. str
Name of the Keyspace which contains the User-Defined Type.
type_name This property is required. str
Name of the User-Defined Type.
keyspaceName This property is required. String
Name of the Keyspace which contains the User-Defined Type.
typeName This property is required. String
Name of the User-Defined Type.

getType Result

The following output properties are available:

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.
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.
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.
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.
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.
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.
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.

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