Sfdc Channel Args
data class SfdcChannelArgs(val channelTopic: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val isActive: Output<Boolean>? = null, val lastReplayId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val productId: Output<String>? = null, val project: Output<String>? = null, val sfdcInstanceId: Output<String>? = null) : ConvertibleToJava<SfdcChannelArgs>
Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun SfdcChannelArgs(channelTopic: Output<String>? = null, description: Output<String>? = null, displayName: Output<String>? = null, isActive: Output<Boolean>? = null, lastReplayId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, productId: Output<String>? = null, project: Output<String>? = null, sfdcInstanceId: Output<String>? = null)