AWS mediastore documentation change
Summary
Added 'JSON' section headers and updated example policy with specific account numbers and regions.
Security assessment
Changes are example updates and formatting adjustments without security implications.
Diff
diff --git a/mediastore/latest/ug/policies-examples-default.md b/mediastore/latest/ug/policies-examples-default.md index e45e3f23a..12675f353 100644 --- a//mediastore/latest/ug/policies-examples-default.md +++ b//mediastore/latest/ug/policies-examples-default.md @@ -10,0 +11,6 @@ When you create a container, AWS Elemental MediaStore automatically attaches the +JSON + + +**** + + @@ -17 +23,3 @@ When you create a container, AWS Elemental MediaStore automatically attaches the - "Action": [ "mediastore:*" ], + "Action": [ + "mediastore:*" + ], @@ -19 +27,2 @@ When you create a container, AWS Elemental MediaStore automatically attaches the - "AWS" : "arn:aws:iam::<aws_account_number>:root"}, + "AWS": "arn:aws:iam::333333333333:root" + }, @@ -21 +30 @@ When you create a container, AWS Elemental MediaStore automatically attaches the - "Resource": "arn:aws:mediastore:<region>:<owner acct number>:container/<container name>/*", + "Resource": "arn:aws:mediastore:us-east-2:333333333333:container/<container name>/*", @@ -23 +32,3 @@ When you create a container, AWS Elemental MediaStore automatically attaches the - "Bool": { "aws:SecureTransport": "true" } + "Bool": { + "aws:SecureTransport": "true" + }