State Store Resource Rule Args
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
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. */