We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
Resource schema for AWS::Cassandra::Keyspace
Using getKeyspace
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 getKeyspace(args: GetKeyspaceArgs, opts?: InvokeOptions): Promise<GetKeyspaceResult>
function getKeyspaceOutput(args: GetKeyspaceOutputArgs, opts?: InvokeOptions): Output<GetKeyspaceResult>def get_keyspace(keyspace_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetKeyspaceResult
def get_keyspace_output(keyspace_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetKeyspaceResult]func LookupKeyspace(ctx *Context, args *LookupKeyspaceArgs, opts ...InvokeOption) (*LookupKeyspaceResult, error)
func LookupKeyspaceOutput(ctx *Context, args *LookupKeyspaceOutputArgs, opts ...InvokeOption) LookupKeyspaceResultOutput> Note: This function is named LookupKeyspace in the Go SDK.
public static class GetKeyspace
{
public static Task<GetKeyspaceResult> InvokeAsync(GetKeyspaceArgs args, InvokeOptions? opts = null)
public static Output<GetKeyspaceResult> Invoke(GetKeyspaceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKeyspaceResult> getKeyspace(GetKeyspaceArgs args, InvokeOptions options)
public static Output<GetKeyspaceResult> getKeyspace(GetKeyspaceArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:cassandra:getKeyspace
arguments:
# arguments dictionaryThe following arguments are supported:
- Keyspace
Name string - Name for Cassandra keyspace
- Keyspace
Name string - Name for Cassandra keyspace
- keyspace
Name String - Name for Cassandra keyspace
- keyspace
Name string - Name for Cassandra keyspace
- keyspace_
name str - Name for Cassandra keyspace
- keyspace
Name String - Name for Cassandra keyspace
getKeyspace Result
The following output properties are available:
-
List<Pulumi.
Aws Native. Outputs. Tag> An array of key-value pairs to apply to this resource.
For more information, see Tag .
- Sequence[root_Tag]
An array of key-value pairs to apply to this resource.
For more information, see Tag .
- List<Property Map>
An array of key-value pairs to apply to this resource.
For more information, see Tag .
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
