timestream-influxdb:CreateDbInstance

Write

timestream-influxdb:CreateDbInstance is a Write access-level action in the timestream-influxdb service. Grants permission to create a new Timestream InfluxDB instance

Resource types

ARNs that timestream-influxdb:CreateDbInstance can be scoped to in an IAM policy.

arn:${Partition}:timestream-influxdb:${Region}:${Account}:db-parameter-group/${DbParameterGroupIdentifier}
db-parameter-group

Condition keys

Keys you can use in the Condition block of a policy that grants timestream-influxdb:CreateDbInstance.

aws:ResourceTag/${TagKey} String

Filters access by a tag key and value pair of a resource

Example IAM policy

A minimal policy that allows timestream-influxdb:CreateDbInstance. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowTimestreaminfluxdbCreateDbInstance",
      "Effect": "Allow",
      "Action": "timestream-influxdb:CreateDbInstance",
      "Resource": "*"
    }
  ]
}

Related actions in timestream-influxdb

View all timestream-influxdb actions →