StateStoreResourceRuleArgs

data class StateStoreResourceRuleArgs(val keyType: Output<Either<String, StateStoreResourceKeyTypes>>, val keys: Output<List<String>>, val method: Output<Either<String, StateStoreResourceDefinitionMethods>>) : ConvertibleToJava<StateStoreResourceRuleArgs>

State Store Resource Rule properties.

Constructors

Link copied to clipboard
constructor(keyType: Output<Either<String, StateStoreResourceKeyTypes>>, keys: Output<List<String>>, method: Output<Either<String, StateStoreResourceDefinitionMethods>>)

Properties

Link copied to clipboard
val keys: Output<List<String>>

Give access to state store keys for the corresponding principals defined. When key type is pattern set glob-style pattern (e.g., '', 'clients/').

Link copied to clipboard

Allowed keyTypes pattern, string, binary. The key type used for matching, for example pattern tries to match the key to a glob-style pattern and string checks key is equal to value provided in keys.

Link copied to clipboard

Give access for Read, Write and ReadWrite access level. */

Functions

Link copied to clipboard
open override fun toJava(): StateStoreResourceRuleArgs