AWS AWSCloudFormation documentation change
Summary
Updated example ARN and ID values in documentation, changing account ID from 123456789012 to 111122223333 and standardizing example phrasing
Security assessment
The changes are example value updates without any security context. The account ID change appears to use a standardized placeholder value rather than addressing a vulnerability.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-streamgroup-defaultapplication.md b/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-streamgroup-defaultapplication.md index 4af70dfa3..ed0ae7d39 100644 --- a//AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-streamgroup-defaultapplication.md +++ b//AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-streamgroup-defaultapplication.md @@ -34 +34 @@ To declare this entity in your AWS CloudFormation template, use the following sy -An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource. Format example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6`. +An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource. Example ARN: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6`. @@ -51 +51 @@ _Minimum_ : `1` -An ID that uniquely identifies the application resource. For example: `a-9ZY8X7Wv6`. +An ID that uniquely identifies the application resource. Example ID: `a-9ZY8X7Wv6`.