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
constructor(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)
Properties
Link copied to clipboard
The Channel topic defined by salesforce once an channel is opened
Link copied to clipboard
The description for this channel
Link copied to clipboard
Client level unique name/alias to easily reference a channel.
Link copied to clipboard
Last sfdc messsage replay id for channel
Link copied to clipboard