class Aws::Connect::Types::CreateQuickConnectRequest

@note When making an API call, you may pass CreateQuickConnectRequest

data as a hash:

    {
      instance_id: "InstanceId", # required
      name: "QuickConnectName", # required
      description: "QuickConnectDescription",
      quick_connect_config: { # required
        quick_connect_type: "USER", # required, accepts USER, QUEUE, PHONE_NUMBER
        user_config: {
          user_id: "UserId", # required
          contact_flow_id: "ContactFlowId", # required
        },
        queue_config: {
          queue_id: "QueueId", # required
          contact_flow_id: "ContactFlowId", # required
        },
        phone_config: {
          phone_number: "PhoneNumber", # required
        },
      },
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] name

The name of the quick connect.
@return [String]

@!attribute [rw] description

The description of the quick connect.
@return [String]

@!attribute [rw] quick_connect_config

Configuration settings for the quick connect.
@return [Types::QuickConnectConfig]

@!attribute [rw] tags

One or more tags.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateQuickConnectRequest AWS API Documentation

Constants

SENSITIVE