AmazonMSKConnectReadOnlyAccess - AWS Managed Policy

AmazonMSKConnectReadOnlyAccess

Description: Provide readonly access to Amazon MSK Connect

AmazonMSKConnectReadOnlyAccess is an AWS managed policy.

Using this policy

You can attach AmazonMSKConnectReadOnlyAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: September 20, 2021, 10:18 UTC

  • Edited time: October 18, 2021, 09:16 UTC

  • ARN: arn:aws:iam::aws:policy/AmazonMSKConnectReadOnlyAccess

Policy version

Policy version: v2 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Effect" : "Allow", "Action" : [ "kafkaconnect:ListConnectors", "kafkaconnect:ListCustomPlugins", "kafkaconnect:ListWorkerConfigurations" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "kafkaconnect:DescribeConnector" ], "Resource" : [ "arn:aws:kafkaconnect:*:*:connector/*" ] }, { "Effect" : "Allow", "Action" : [ "kafkaconnect:DescribeCustomPlugin" ], "Resource" : [ "arn:aws:kafkaconnect:*:*:custom-plugin/*" ] }, { "Effect" : "Allow", "Action" : [ "kafkaconnect:DescribeWorkerConfiguration" ], "Resource" : [ "arn:aws:kafkaconnect:*:*:worker-configuration/*" ] } ] }

Learn more