AWS kinesisanalytics documentation change
Summary
Updated resource ARNs with concrete values and added JSON formatting
Security assessment
Changed placeholder values to specific examples without security context
Diff
diff --git a/kinesisanalytics/latest/dev/using-identity-based-policies.md b/kinesisanalytics/latest/dev/using-identity-based-policies.md index 6d2ade1b4..19d968e4b 100644 --- a//kinesisanalytics/latest/dev/using-identity-based-policies.md +++ b//kinesisanalytics/latest/dev/using-identity-based-policies.md @@ -33,0 +34,6 @@ The following shows an example of a permissions policy. +JSON + + +**** + + @@ -132,0 +140,6 @@ You need to update the policy by providing an IAM role name for which you want t +JSON + + +**** + + @@ -199,0 +214,6 @@ Add this policy to the user. +JSON + + +**** + + @@ -216 +236 @@ Add this policy to the user. - "Resource": "arn:aws:kinesisanalytics:aws-region:aws-account-id:application/*" + "Resource": "arn:aws:kinesisanalytics:us-east-1:123456789012:application/*" @@ -226,0 +248,6 @@ If you want the user to be able to start one of the existing applications, attac +JSON + + +**** + + @@ -236 +263 @@ If you want the user to be able to start one of the existing applications, attac - "Resource": "arn:aws:kinesisanalytics:aws-region:aws-account-id:application/application-name" + "Resource": "arn:aws:kinesisanalytics:us-east-1:123456789012:application/application-name" @@ -244,0 +273,6 @@ If you want the user to create an application, you can then attach the following +JSON + + +**** + + @@ -268 +301 @@ If you want the user to create an application, you can then attach the following - "Resource": "arn:aws:kinesisanalytics:aws-region:aws-account-id:application/application-name" + "Resource": "arn:aws:kinesisanalytics:us-east-1:123456789012:application/application-name"