pub fn keyvalue_key_resource_name<'a>(
    database: &'a str,
    namespace: Option<&'a str>,
    key: &'a str
) -> ResourceName<'a>
Expand description

Creates a resource name for key within namespace within the key-value store of database.