/AWS1/CL_CHVSTREAMINGCONF¶
The streaming configuration associated with an Amazon Chime SDK Voice Connector. Specifies whether media streaming is enabled for sending to Amazon Kinesis, and shows the retention period for the Amazon Kinesis data, in hours.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_dataretentioninhours TYPE /AWS1/CHVDATARETENTIONINHOURS /AWS1/CHVDATARETENTIONINHOURS¶
The amount of time, in hours, to the Kinesis data.
iv_disabled TYPE /AWS1/CHVBOOLEAN /AWS1/CHVBOOLEAN¶
When true, streaming to Kinesis is off.
Optional arguments:¶
it_streamingnotiftargets TYPE /AWS1/CL_CHVSTREAMINGNOTIFTGT=>TT_STREAMINGNOTIFTARGETLIST TT_STREAMINGNOTIFTARGETLIST¶
The streaming notification targets.
io_mediainsightsconf TYPE REF TO /AWS1/CL_CHVMEDIAINSIGHTSCONF /AWS1/CL_CHVMEDIAINSIGHTSCONF¶
The call analytics configuration.
Queryable Attributes¶
DataRetentionInHours¶
The amount of time, in hours, to the Kinesis data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATARETENTIONINHOURS() |
Getter for DATARETENTIONINHOURS, with configurable default |
ASK_DATARETENTIONINHOURS() |
Getter for DATARETENTIONINHOURS w/ exceptions if field has n |
HAS_DATARETENTIONINHOURS() |
Determine if DATARETENTIONINHOURS has a value |
Disabled¶
When true, streaming to Kinesis is off.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISABLED() |
Getter for DISABLED, with configurable default |
ASK_DISABLED() |
Getter for DISABLED w/ exceptions if field has no value |
HAS_DISABLED() |
Determine if DISABLED has a value |
StreamingNotificationTargets¶
The streaming notification targets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMINGNOTIFTARGETS() |
Getter for STREAMINGNOTIFICATIONTARGETS, with configurable d |
ASK_STREAMINGNOTIFTARGETS() |
Getter for STREAMINGNOTIFICATIONTARGETS w/ exceptions if fie |
HAS_STREAMINGNOTIFTARGETS() |
Determine if STREAMINGNOTIFICATIONTARGETS has a value |
MediaInsightsConfiguration¶
The call analytics configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIAINSIGHTSCONF() |
Getter for MEDIAINSIGHTSCONFIGURATION |