kafkaconnect:DescribeConnectorOperation

Read

kafkaconnect:DescribeConnectorOperation is a Read access-level action in the kafkaconnect service. Grants permission to describe a MSK Connect connector operation

Resource types

ARNs that kafkaconnect:DescribeConnectorOperation can be scoped to in an IAM policy.

arn:${Partition}:kafkaconnect:${Region}:${Account}:connector-operation/${ConnectorName}/${ConnectorUUID}/${UUID}
connector operation

Condition keys

Keys you can use in the Condition block of a policy that grants kafkaconnect:DescribeConnectorOperation.

aws:ResourceTag/${TagKey} String

Filters access by tag key-value pairs attached to the resource

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowKafkaconnectDescribeConnectorOperation",
      "Effect": "Allow",
      "Action": "kafkaconnect:DescribeConnectorOperation",
      "Resource": "*"
    }
  ]
}

Related actions in kafkaconnect

View all kafkaconnect actions →