getType

suspend fun getType(argument: GetTypePlainArgs): GetTypeResult

Resource schema for AWS::Cassandra::Type

Return

null

Parameters

argument

null


suspend fun getType(keyspaceName: String, typeName: String): GetTypeResult

Return

null

Parameters

keyspaceName

Name of the Keyspace which contains the User-Defined Type.

typeName

Name of the User-Defined Type.

See also


suspend fun getType(argument: suspend GetTypePlainArgsBuilder.() -> Unit): GetTypeResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.cassandra.kotlin.inputs.GetTypePlainArgs.

See also