Skip to content

/AWS1/CL_CNT=>ASSOCINSTANCESTORAGECONFIG()

About AssociateInstanceStorageConfig

This API is in preview release for Amazon Connect and is subject to change.

Associates a storage resource type for the first time. You can only associate one type of storage configuration in a single call. This means, for example, that you can't define an instance with multiple S3 buckets for storing chat transcripts.

This API does not create a resource that doesn't exist. It only associates it to the instance. Ensure that the resource being specified in the storage configuration, like an S3 bucket, exists when being used for association.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

IV_RESOURCETYPE TYPE /AWS1/CNTINSTSTRGRESOURCETYPE /AWS1/CNTINSTSTRGRESOURCETYPE

A valid resource type. To enable streaming for real-time analysis of contacts, use the following types:

  • For chat contacts, use REAL_TIME_CONTACT_ANALYSIS_CHAT_SEGMENTS.

  • For voice contacts, use REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS.

REAL_TIME_CONTACT_ANALYSIS_SEGMENTS is deprecated, but it is still supported and will apply only to VOICE channel contacts. Use REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS for voice contacts moving forward.

If you have previously associated a stream with REAL_TIME_CONTACT_ANALYSIS_SEGMENTS, no action is needed to update the stream to REAL_TIME_CONTACT_ANALYSIS_VOICE_SEGMENTS.

IO_STORAGECONFIG TYPE REF TO /AWS1/CL_CNTINSTSTORAGECONFIG /AWS1/CL_CNTINSTSTORAGECONFIG

A valid storage type.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNTASSCINSTSTRGCFGRSP /AWS1/CL_CNTASSCINSTSTRGCFGRSP