AWS cli documentation change
Summary
Added --telemetry-sink-config-arn parameter with validation constraints for GroundStation mission profiles
Security assessment
Added parameter appears to be a new configuration option for telemetry sinks with ARN validation, but no explicit security context or vulnerability mitigation is mentioned
Diff
diff --git a/cli/latest/reference/groundstation/update-mission-profile.md b/cli/latest/reference/groundstation/update-mission-profile.md index 5ad8f76d9..fc6ae6b00 100644 --- a//cli/latest/reference/groundstation/update-mission-profile.md +++ b//cli/latest/reference/groundstation/update-mission-profile.md @@ -15 +15 @@ - * [AWS CLI 2.33.6 Command Reference](../../index.html) » + * [AWS CLI 2.33.8 Command Reference](../../index.html) » @@ -75,0 +76 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/ground + [--telemetry-sink-config-arn <value>] @@ -215,0 +217,12 @@ JSON Syntax: +`--telemetry-sink-config-arn` (string) + +> ARN of a telemetry sink `Config` . +> +> Constraints: +> +> * min: `82` +> * max: `424` +> * pattern: `arn:aws:groundstation:[-a-z0-9]{1,50}:[0-9]{12}:config/[a-z0-9]+(-[a-z0-9]+){0,4}/[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(/.{1,256})?` +> + + @@ -270,0 +284,8 @@ JSON Syntax: +> +> Constraints: +> +> * min: `30` +> * max: `165` +> * pattern: `arn:[a-z0-9-.]{1,63}:iam::[0-9]{12}:role/[\w+=,.@-]{1,64}` +> + @@ -393 +414 @@ missionProfileId -> (string) - * [AWS CLI 2.33.6 Command Reference](../../index.html) » + * [AWS CLI 2.33.8 Command Reference](../../index.html) »