Class: Aws::Connect::Types::AssociateInstanceStorageConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

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

Returns:

  • (String)


686
687
688
689
690
691
692
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 686

class AssociateInstanceStorageConfigRequest < Struct.new(
  :instance_id,
  :resource_type,
  :storage_config)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

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.

Returns:

  • (String)


686
687
688
689
690
691
692
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 686

class AssociateInstanceStorageConfigRequest < Struct.new(
  :instance_id,
  :resource_type,
  :storage_config)
  SENSITIVE = []
  include Aws::Structure
end

#storage_configTypes::InstanceStorageConfig

A valid storage type.



686
687
688
689
690
691
692
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 686

class AssociateInstanceStorageConfigRequest < Struct.new(
  :instance_id,
  :resource_type,
  :storage_config)
  SENSITIVE = []
  include Aws::Structure
end