AWS connect documentation change
Summary
Updated product name references from 'Amazon Connect' to 'Connect Customer' in event payload documentation
Security assessment
Changes are limited to product name rebranding in sample payloads and descriptions. No security configurations, vulnerabilities, or security features were modified in the event schema.
Diff
diff --git a/connect/latest/adminguide/case-event-streams-sample.md b/connect/latest/adminguide/case-event-streams-sample.md index 0f3abbfef..af05c35b9 100644 --- a//connect/latest/adminguide/case-event-streams-sample.md +++ b//connect/latest/adminguide/case-event-streams-sample.md @@ -9 +9 @@ Example case event payload for the case resourceExample case event payload for t -# Case event payload and schema in Amazon Connect Cases +# Case event payload and schema in Connect Customer Cases @@ -13 +13 @@ When you request to include case data in the event payload, the data reflects th -Amazon Connect Cases default limits guarantee that the payload will be less than 256KB (the maximum size of an EventBus event). Since you can customize the case object model (for example, you can define custom fields on case objects to capture business specific information), case event schema reflect the customizations made to the case object as shown in the following examples (for example, see how customer-specific UUIDs are being use as JSON properties). +Connect Customer Cases default limits guarantee that the payload will be less than 256KB (the maximum size of an EventBus event). Since you can customize the case object model (for example, you can define custom fields on case objects to capture business specific information), case event schema reflect the customizations made to the case object as shown in the following examples (for example, see how customer-specific UUIDs are being use as JSON properties). @@ -27 +27 @@ Amazon Connect Cases default limits guarantee that the payload will be less than - "region": "The AWS Region of your Amazon Connect instance", + "region": "The AWS Region of your Connect Customer instance", @@ -29,2 +29,2 @@ Amazon Connect Cases default limits guarantee that the payload will be less than - "arn:aws:cases:your Amazon Connect AWS Region:your AWS account ID:domain/case domain ID", - "arn:aws:cases:your Amazon Connect AWS Region:your AWS account ID:domain/case domain ID/case/case ID" + "arn:aws:cases:your Connect Customer AWS Region:your AWS account ID:domain/case domain ID", + "arn:aws:cases:your Connect Customer AWS Region:your AWS account ID:domain/case domain ID/case/case ID" @@ -39 +39 @@ Amazon Connect Cases default limits guarantee that the payload will be less than - "userArn": "arn:aws:connect:your Amazon Connect AWS Region:your AWS account ID:instance/connect instance ID/user/connect user ID" + "userArn": "arn:aws:connect:your Connect Customer AWS Region:your AWS account ID:instance/connect instance ID/user/connect user ID" @@ -41 +41 @@ Amazon Connect Cases default limits guarantee that the payload will be less than - "iamPrincipalArn": "arn:aws:iam::your Amazon Connect AWS Region:role/role name" + "iamPrincipalArn": "arn:aws:iam::your Connect Customer AWS Region:role/role name" @@ -86 +86 @@ Amazon Connect Cases default limits guarantee that the payload will be less than - "region": "The AWS Region of your Amazon Connect instance", + "region": "The AWS Region of your Connect Customer instance", @@ -88,2 +88,2 @@ Amazon Connect Cases default limits guarantee that the payload will be less than - "arn:aws:cases:your Amazon Connect AWS Region:your AWS account ID:domain/case domain ID", - "arn:aws:cases:your Amazon Connect AWS Region:your AWS account ID:domain/case domain ID/case/case ID/related-item/related-item ID" + "arn:aws:cases:your Connect Customer AWS Region:your AWS account ID:domain/case domain ID", + "arn:aws:cases:your Connect Customer AWS Region:your AWS account ID:domain/case domain ID/case/case ID/related-item/related-item ID" @@ -99 +99 @@ Amazon Connect Cases default limits guarantee that the payload will be less than - "userArn": "arn:aws:connect:your Amazon Connect AWS Region:your AWS account ID:instance/connect instance ID/user/connect user ID" + "userArn": "arn:aws:connect:your Connect Customer AWS Region:your AWS account ID:instance/connect instance ID/user/connect user ID" @@ -101 +101 @@ Amazon Connect Cases default limits guarantee that the payload will be less than - "iamPrincipalArn": "arn:aws:iam::your Amazon Connect AWS Region:role/role name" + "iamPrincipalArn": "arn:aws:iam::your Connect Customer AWS Region:role/role name"