Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Sqs Queue Configuration Structure

The proposed access control configuration for an Amazon SQS queue. You can propose a configuration for a new Amazon SQS queue or an existing Amazon SQS queue that you own by specifying the Amazon SQS policy. If the configuration is for an existing Amazon SQS queue and you do not specify the Amazon SQS policy, the access preview uses the existing Amazon SQS policy for the queue. If the access preview is for a new resource and you do not specify the policy, the access preview assumes an Amazon SQS queue without a policy. To propose deletion of an existing Amazon SQS queue policy, you can specify an empty string for the Amazon SQS policy. For more information about Amazon SQS policy limits, see Quotas related to policies.

Type: object Properties: 1
Access ControlComplianceIAMPolicy ManagementSecurity

SqsQueueConfiguration is a JSON Structure definition published by Amazon IAM Access Analyzer, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

queuePolicy

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-structure/iam-access-analyzer-sqs-queue-configuration-structure.json",
  "name": "SqsQueueConfiguration",
  "description": "The proposed access control configuration for an Amazon SQS queue. You can propose a configuration for a new Amazon SQS queue or an existing Amazon SQS queue that you own by specifying the Amazon SQS policy. If the configuration is for an existing Amazon SQS queue and you do not specify the Amazon SQS policy, the access preview uses the existing Amazon SQS policy for the queue. If the access preview is for a new resource and you do not specify the policy, the access preview assumes an Amazon SQS queue without a policy. To propose deletion of an existing Amazon SQS queue policy, you can specify an empty string for the Amazon SQS policy. For more information about Amazon SQS policy limits, see <a href=\"https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/quotas-policies.html\">Quotas related to policies</a>.",
  "type": "object",
  "properties": {
    "queuePolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SqsQueuePolicy"
        },
        {
          "description": " The proposed resource policy for the Amazon SQS queue. "
        }
      ]
    }
  }
}