freertos:DescribeSubscription

Read

freertos:DescribeSubscription is a Read access-level action in the freertos service. Grants permission to describes the subscription for FreeRTOS extended maintenance plan (EMP)

Resource types

ARNs that freertos:DescribeSubscription can be scoped to in an IAM policy.

arn:${Partition}:freertos:${Region}:${Account}:subscription/${SubscriptionID}
subscription

Condition keys

Keys you can use in the Condition block of a policy that grants freertos:DescribeSubscription.

aws:ResourceTag/${TagKey} String

Filters access by tag key component attached to an Amazon FreeRTOS resource

Example IAM policy

A minimal policy that allows freertos:DescribeSubscription. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowFreertosDescribeSubscription",
      "Effect": "Allow",
      "Action": "freertos:DescribeSubscription",
      "Resource": "*"
    }
  ]
}

Related actions in freertos

View all freertos actions →