AmazonTimestreamFullAccess details (in AWS console)
Policy Name
AmazonTimestreamFullAccess
Description
Provides full access to Amazon Timestream. Note that this policy also grants certain KMS operation access. If using Customer managed CMK, please refer to documentation for additional permissions needed.
ARN
arn:aws:iam::aws:policy/AmazonTimestreamFullAccess
Path
/
PolicyId
ANPAZKAPJZG4CGYUJBH4V
AttachmentCount
0
[
{
"Effect": "Allow",
"Action": [
"timestream:*"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"kms:DescribeKey"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"kms:CreateGrant"
],
"Resource": [
"*"
]
},
{
"Effect": "Allow",
"Action": [
"s3:ListAllMyBuckets"
],
"Resource": [
"*"
]
}
]