SfdcChannelArgs

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)