"smithy.api#documentation": "<p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an\n attribute map. The attributes are standard Amazon Connect attributes. They can be accessed in flows.</p>\n <p>Attribute keys can include only alphanumeric, -, and _.</p>\n <p>This field can be used to set Contact Expiry as a duration in minutes and set a UserId for the User who created\n a task.</p>\n <note>\n <p>To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will\n be active for before expiring, with <code>SegmentAttributes</code> like { <code> \"connect:ContactExpiry\":\n {\"ValueMap\" : { \"ExpiryDuration\": { \"ValueInteger\": 135}}}}</code>. </p>\n <p>To set the created by user, a valid AgentResourceId must be supplied, with <code>SegmentAttributes</code> like\n { <code>\"connect:CreatedByUser\" { \"ValueString\":\n \"arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/agent/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\"}}}</code>.\n </p>\n </note>"
"smithy.api#documentation": "<p>List of S3 presigned URLs of task attachments and their file name. You can have a maximum of 5 attachments per task.</p>"
}
}
},
"traits": {
@@ -52387,6 +52393,41 @@
"smithy.api#documentation": "<p>Information about the task action.</p>"
}
},
"com.amazonaws.connect#TaskAttachment": {
"type": "structure",
"members": {
"FileName": {
"target": "com.amazonaws.connect#FileName",
"traits": {
"smithy.api#documentation": "<p>A case-sensitive name of the attached file being uploaded.</p>",
"smithy.api#documentation": "<p>The maximum number of worker hosts that can concurrently process a job. When the <code>maxWorkerCount</code> is reached, no more workers will be assigned to process the job, even if the fleets assigned to the job's queue has available workers.</p> <p>You can't set the <code>maxWorkerCount</code> to 0. If you set it to -1, there is no maximum number of workers.</p> <p>If you don't specify the <code>maxWorkerCount</code>, the default is -1.</p> <p>The maximum number of workers that can process tasks in the job.</p>"