Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateOSSChannelResult

The configuration for an Oracle Streaming Service (OSS) channel.

Properties

bootstrapServers

bootstrapServers: string

The Oracle Streaming Service bootstrap servers.

category

category: ChannelCategory

The category of the Channel.

Optional definedTags

definedTags: undefined | object

Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional description

description: undefined | string

A short description of the Channel.

Optional eventSinkBotIds

eventSinkBotIds: Array<string>

The IDs of the Skills and Digital Assistants that the Channel is routed to.

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type, or scope. Example: {@code {"bar-key": "value"}}

id

id: string

Unique immutable identifier that was assigned when the Channel was created.

inboundMessageTopic

inboundMessageTopic: string

The topic inbound messages are received on.

lifecycleState

lifecycleState: LifecycleState

The Channel's current state.

name

name: string

The Channel's name. The name can contain only letters, numbers, periods, and underscores. The name must begin with a letter.

outboundMessageTopic

outboundMessageTopic: string

The topic outbound messages are sent on.

saslMechanism

saslMechanism: string

The SASL mechanmism to use when conecting to the Oracle Streaming Service. See Oracle Streaming Service documentation for a list of valid values.

securityProtocol

securityProtocol: string

The security protocol to use when conecting to the Oracle Streaming Service. See Oracle Streaming Service documentation for a list of valid values.

Optional sessionExpiryDurationInMilliseconds

sessionExpiryDurationInMilliseconds: undefined | number

The number of milliseconds before a session expires. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

streamPoolId

streamPoolId: string

The stream pool OCI to use when connecting to the Oracle Streaming Service.

tenancyName

tenancyName: string

The tenancy to use when connecting to the Oracle Streaming Service.

timeCreated

timeCreated: Date

When the resource was created. A date-time string as described in RFC 3339, section 14.29.

timeUpdated

timeUpdated: Date

When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.

Const type

type: string = "OSS"

userName

userName: string

The user name to use when connecting to the Oracle Streaming Service.

Methods

getDeserializedJsonObj

getJsonObj