Class: Aws::ConnectCampaignsV2::Types::CreateCampaignRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::CreateCampaignRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcampaignsv2/types.rb
Overview
The request for CreateCampaign API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Campaign Channel Subtype config.
-
#communication_limits_override ⇒ Types::CommunicationLimitsConfig
Communication limits config.
-
#communication_time_config ⇒ Types::CommunicationTimeConfig
Campaign communication time config.
-
#connect_campaign_flow_arn ⇒ String
Amazon Resource Names(ARN).
-
#connect_instance_id ⇒ String
Amazon Connect Instance Id.
-
#entry_limits_config ⇒ Types::EntryLimitsConfig
Campaign entry limits config.
-
#name ⇒ String
The name of an Amazon Connect Campaign name.
-
#schedule ⇒ Types::Schedule
Campaign schedule.
-
#source ⇒ Types::Source
Source of the campaign.
-
#tags ⇒ Hash<String,String>
Tag map with key and value.
-
#type ⇒ String
The type of campaign externally exposed in APIs.
Instance Attribute Details
#channel_subtype_config ⇒ Types::ChannelSubtypeConfig
Campaign Channel Subtype config
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#communication_limits_override ⇒ Types::CommunicationLimitsConfig
Communication limits config
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#communication_time_config ⇒ Types::CommunicationTimeConfig
Campaign communication time config
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#connect_campaign_flow_arn ⇒ String
Amazon Resource Names(ARN)
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#connect_instance_id ⇒ String
Amazon Connect Instance Id
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#entry_limits_config ⇒ Types::EntryLimitsConfig
Campaign entry limits config
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an Amazon Connect Campaign name.
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
Campaign schedule
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::Source
Source of the campaign
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tag map with key and value.
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of campaign externally exposed in APIs.
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 438 class CreateCampaignRequest < Struct.new( :name, :connect_instance_id, :channel_subtype_config, :type, :source, :connect_campaign_flow_arn, :schedule, :entry_limits_config, :communication_time_config, :communication_limits_override, :tags) SENSITIVE = [] include Aws::Structure end |