AWS cli documentation change
Summary
Added new parameters for RCS media storage (S3 bucket, key prefix, IAM role) and RCS event configuration
Security assessment
Documents security requirements for IAM role permissions (s3:PutObject) and trust policies when storing RCS media files. This adds explicit security documentation but doesn't address a specific vulnerability.
Diff
diff --git a/cli/latest/reference/pinpoint-sms-voice-v2/create-rcs-agent.md b/cli/latest/reference/pinpoint-sms-voice-v2/create-rcs-agent.md index f23ba3a72..597c43577 100644 --- a//cli/latest/reference/pinpoint-sms-voice-v2/create-rcs-agent.md +++ b//cli/latest/reference/pinpoint-sms-voice-v2/create-rcs-agent.md @@ -15 +15 @@ - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) » @@ -368,0 +369,58 @@ TwoWayEnabled -> (boolean) +TwoWayMediaS3BucketName -> (string) + +> The name of the S3 bucket where inbound RCS media files are stored. +> +> Constraints: +> +> * min: `3` +> * max: `63` +> * pattern: `[a-z0-9][a-z0-9.-]*[a-z0-9]` +> + + +TwoWayMediaS3KeyPrefix -> (string) + +> The key prefix used for inbound RCS media objects in the S3 bucket. +> +> Constraints: +> +> * min: `1` +> * max: `1024` +> * pattern: `[\S]+` +> + + +TwoWayMediaS3Role -> (string) + +> The ARN of the IAM role used to write inbound RCS media files to the S3 bucket. The role must have `s3:PutObject` permission on the bucket and a trust policy allowing `sms-voice.amazonaws.com` to assume it. +> +> Constraints: +> +> * min: `20` +> * max: `2048` +> * pattern: `arn:\S+` +> + + +TwoWayRcsEventsEnabled -> (list) + +> The list of RCS event types enabled for two-way messaging on the agent. +> +> Constraints: +> +> * min: `0` +> * max: `100` +> + +> +> (string) +> +>> RCS event type identifier. Validated at the service layer. +>> +>> Constraints: +>> +>> * min: `1` +>> * max: `50` +>> + + @@ -418 +476 @@ Tags -> (list) - * [AWS CLI 2.35.11 Command Reference](../../index.html) » + * [AWS CLI 2.35.13 Command Reference](../../index.html) »