Broker Resource Rule Args
data class BrokerResourceRuleArgs(val clientIds: Output<List<String>>? = null, val method: Output<Either<String, BrokerResourceDefinitionMethods>>, val topics: Output<List<String>>? = null) : ConvertibleToJava<BrokerResourceRuleArgs>
Broker Resource Rule properties. This defines the objects that represent the actions or topics, such as - method.Connect, method.Publish, etc.