Campaign
Contains information about an outbound campaign.
Contents
- arn
-
The Amazon Resource Name (ARN).
Type: String
Length Constraints: Minimum length of 20. Maximum length of 500.
Required: Yes
- channelSubtypeConfig
-
Contains channel subtype configuration.
Type: ChannelSubtypeConfig object
Required: Yes
- connectInstanceId
-
The identifier of the Amazon Connect instance. You can find the
instanceId
in the ARN of the instance.Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
[a-zA-Z0-9_\-.]*
Required: Yes
- id
-
The identifier of the outbound campaign.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Pattern:
[a-zA-Z0-9\-:/]*
Required: Yes
- name
-
The name of the outbound campaign.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 127.
Required: Yes
- communicationLimitsOverride
-
Contains communication limits override configuration.
Type: CommunicationLimitsConfig object
Required: No
- communicationTimeConfig
-
Contains communication time configuration.
Type: CommunicationTimeConfig object
Required: No
- connectCampaignFlowArn
-
The Amazon Resource Name (ARN) of the Amazon Connect campaign flow associated with the outbound campaign.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 500.
Pattern:
arn:[a-zA-Z0-9-]+:[a-zA-Z0-9-]+:[a-z]{2}-[a-z]+-\d{1,2}:[a-zA-Z0-9-]+:[^:]+(?:/[^:]+)*(?:/[^:]+)?(?:\:[^:]+)?
Required: No
- schedule
-
Contains schedule configuration.
Type: Schedule object
Required: No
- source
-
Contains source configuration.
Type: Source object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
-
The tags used to organize, track, or control access for this resource. For example,
{ "tags": {"key1":"value1", "key2":"value2"} }
.Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
(?!aws:)[a-zA-Z+-=._:/]+
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: