AWS kinesisanalytics documentation change
Summary
Updated IAM policy examples with concrete ARNs and JSON formatting
Security assessment
Changed placeholder values to concrete examples without security implications
Diff
diff --git a/kinesisanalytics/latest/dev/iam-role.md b/kinesisanalytics/latest/dev/iam-role.md index 70eb2a3a1..cca3a5236 100644 --- a//kinesisanalytics/latest/dev/iam-role.md +++ b//kinesisanalytics/latest/dev/iam-role.md @@ -33,0 +34,6 @@ To grant Amazon Kinesis Data Analytics permissions to assume a role to access a +JSON + + +**** + + @@ -53,0 +61,6 @@ If you are creating an IAM role to allow Amazon Kinesis Data Analytics to read f +JSON + + +**** + + @@ -68 +81 @@ If you are creating an IAM role to allow Amazon Kinesis Data Analytics to read f - "arn:aws:kinesis:aws-region:aws-account-id:stream/inputStreamName" + "arn:aws:kinesis:us-east-1:123456789012:stream/inputStreamName" @@ -75,0 +90,6 @@ If you are creating an IAM role to allow Amazon Kinesis Data Analytics to read f +JSON + + +**** + + @@ -88 +108 @@ If you are creating an IAM role to allow Amazon Kinesis Data Analytics to read f - "arn:aws:firehose:aws-region:aws-account-id:deliverystream/inputFirehoseName" + "arn:aws:firehose:us-east-1:aws-account-id:deliverystream/inputFirehoseName" @@ -101,0 +123,6 @@ If you direct Amazon Kinesis Data Analytics to write output to external destinat +JSON + + +**** + + @@ -115 +142 @@ If you direct Amazon Kinesis Data Analytics to write output to external destinat - "arn:aws:kinesis:aws-region:aws-account-id:stream/output-stream-name" + "arn:aws:kinesis:us-east-1:123456789012:stream/output-stream-name" @@ -122,0 +151,6 @@ If you direct Amazon Kinesis Data Analytics to write output to external destinat +JSON + + +**** + + @@ -136 +170 @@ If you direct Amazon Kinesis Data Analytics to write output to external destinat - "arn:aws:firehose:aws-region:aws-account-id:deliverystream/output-firehose-name" + "arn:aws:firehose:us-east-1:123456789012:deliverystream/output-firehose-name" @@ -143,0 +179,6 @@ If you direct Amazon Kinesis Data Analytics to write output to external destinat +JSON + + +**** + +