Resource: SfdcChannel
The SfdcChannel that points to a CDC or Platform Event Channel.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "channelTopic": string, "isActive": boolean, "createTime": string, "updateTime": string, "deleteTime": string, "lastReplayId": string } |
Fields | |
---|---|
name |
Resource name of the SFDC channel projects/{project}/locations/{location}/sfdcInstances/{sfdcInstance}/sfdcChannels/{sfdcChannel}. |
displayName |
Optional. Client level unique name/alias to easily reference a channel. |
description |
Optional. The description for this channel |
channelTopic |
Required. The Channel topic defined by salesforce once a channel is opened |
isActive |
Output only. Indicated if a channel has any active integrations referencing it. Set to false when the channel is created, and set to true if there is any integration published with the channel configured in it. |
createTime |
Output only. Time when the channel is created Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. Time when the channel was last updated Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
deleteTime |
Output only. Time when the channel was deleted. Empty if not deleted. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
lastReplayId |
Output only. Last sfdc message replay id for channel |
Methods |
|
---|---|
|
Creates an sfdc channel record. |
|
Deletes an sfdc channel. |
|
Gets an sfdc channel. |
|
Lists all sfdc channels that match the filter. |
|
Updates an sfdc channel. |