schemas:CreateDiscoverer

Write

schemas:CreateDiscoverer is a Write access-level action in the schemas service. Grants permission to create an event schema discoverer. Once created, your events will be automatically map into corresponding schema documents

Resource types

This action does not support resource-level permissions; use "Resource": "*" in your policy.

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowSchemasCreateDiscoverer",
      "Effect": "Allow",
      "Action": "schemas:CreateDiscoverer",
      "Resource": "*"
    }
  ]
}

Related actions in schemas

View all schemas actions →