get static method
Keyspace
get(
- String name,
- Input<
String> id, { - KeyspaceState? state,
- CustomResourceOptions? options,
Gets an existing Keyspace resource's state with the given name and id.
Implementation
static Keyspace get(
String name,
pulumi.Input<String> id, {
KeyspaceState? state,
pulumi.CustomResourceOptions? options,
}) {
return Keyspace._get(
name,
state: state?.toMap(),
options: pulumi.CustomResourceOptions(id: id).merge(options),
);
}