We recommend new projects start with resources from the AWS provider.
aws-native.cassandra.getKeyspace
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:cassandra:getKeyspace
arguments:
# arguments dictionary
The 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.