Configuration Info Args
data class ConfigurationInfoArgs(val action: Output<Either<String, ActionType>>? = null, val additionalConfigurations: Output<Map<String, String>>? = null, val customizedKeys: Output<Map<String, String>>? = null, val daprProperties: Output<DaprPropertiesArgs>? = null, val deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null) : ConvertibleToJava<ConfigurationInfoArgs>
The configuration information, used to generate configurations or save to applications
Constructors
Link copied to clipboard
fun ConfigurationInfoArgs(action: Output<Either<String, ActionType>>? = null, additionalConfigurations: Output<Map<String, String>>? = null, customizedKeys: Output<Map<String, String>>? = null, daprProperties: Output<DaprPropertiesArgs>? = null, deleteOrUpdateBehavior: Output<Either<String, DeleteOrUpdateBehavior>>? = null)