AWS pinpoint documentation change
Summary
Added new fields for RCS agent media storage configuration and updated reference from RegistrationAssociationFilter to RcsCardContent
Security assessment
Documents S3 bucket/IAM role configuration for media storage, including permission requirements. No evidence of vulnerability remediation; enhances security documentation for feature implementation.
Diff
diff --git a/pinpoint/latest/apireference_smsvoicev2/API_RcsAgentInformation.md b/pinpoint/latest/apireference_smsvoicev2/API_RcsAgentInformation.md index 3f7221ad2..f10101808 100644 --- a//pinpoint/latest/apireference_smsvoicev2/API_RcsAgentInformation.md +++ b//pinpoint/latest/apireference_smsvoicev2/API_RcsAgentInformation.md @@ -136,0 +137,52 @@ Required: No +**TwoWayMediaS3BucketName** + + +The name of the S3 bucket where inbound RCS media files are stored. + +Type: String + +Length Constraints: Minimum length of 3. Maximum length of 63. + +Pattern: `[a-z0-9][a-z0-9.-]*[a-z0-9]` + +Required: No + +**TwoWayMediaS3KeyPrefix** + + +The key prefix used for inbound RCS media objects in the S3 bucket. + +Type: String + +Length Constraints: Minimum length of 1. Maximum length of 1024. + +Pattern: `[\S]+` + +Required: No + +**TwoWayMediaS3Role** + + +The ARN of the IAM role used to write inbound RCS media files to the S3 bucket. + +Type: String + +Length Constraints: Minimum length of 20. Maximum length of 2048. + +Pattern: `arn:\S+` + +Required: No + +**TwoWayRcsEventsEnabled** + + +The list of RCS event types enabled for two-way messaging on the agent. + +Type: Array of strings + +Array Members: Minimum number of 0 items. Maximum number of 100 items. + +Length Constraints: Minimum length of 1. Maximum length of 50. + +Required: No + @@ -158 +210 @@ RcsAgentFilter -RegistrationAssociationFilter +RcsCardContent