worklink:DescribeAuditStreamConfiguration

Read

worklink:DescribeAuditStreamConfiguration is a Read access-level action in the worklink service. Grants permission to describe the audit stream configuration for an Amazon WorkLink fleet

Resource types

ARNs that worklink:DescribeAuditStreamConfiguration can be scoped to in an IAM policy.

arn:${Partition}:worklink::${Account}:fleet/${FleetName}
fleet

Condition keys

Keys you can use in the Condition block of a policy that grants worklink:DescribeAuditStreamConfiguration.

aws:ResourceTag/${TagKey} String

Filters actions based on tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowWorklinkDescribeAuditStreamConfiguration",
      "Effect": "Allow",
      "Action": "worklink:DescribeAuditStreamConfiguration",
      "Resource": "*"
    }
  ]
}

Related actions in worklink

View all worklink actions →