Class: Aws::Connect::Types::CreateQueueRequest

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

#descriptionString

The description of the queue.

Returns:

  • (String)


6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#email_addresses_configArray<Types::EmailAddressConfig>

Configuration list containing the email addresses to associate with the queue during creation. Each configuration specifies an email address ID that agents can select when handling email contacts in this queue.

Returns:



6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hours_of_operation_idString

The identifier for the hours of operation.

Returns:

  • (String)


6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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)


6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#max_contactsInteger

The maximum number of contacts that can be in the queue before it is considered full.

Returns:

  • (Integer)


6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the queue.

Returns:

  • (String)


6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_caller_configTypes::OutboundCallerConfig

The outbound caller ID name, number, and outbound whisper flow.



6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_email_configTypes::OutboundEmailConfig

The outbound email address ID for a specified queue.



6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#quick_connect_idsArray<String>

The quick connects available to agents who are working the queue.

Returns:

  • (Array<String>)


6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, { "Tags": "key2":"value2" }.

Returns:

  • (Hash<String,String>)


6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6595

class CreateQueueRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :outbound_caller_config,
  :outbound_email_config,
  :hours_of_operation_id,
  :max_contacts,
  :quick_connect_ids,
  :email_addresses_config,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end