GetQueueInlinePolicyResult

data class GetQueueInlinePolicyResult(val policyDocument: Any? = null)

Constructors

Link copied to clipboard
constructor(policyDocument: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policyDocument: Any? = null

A policy document that contains permissions to add to the specified SQS queue Search the CloudFormation User Guide for AWS::SQS::QueueInlinePolicy for more information about the expected schema for this property.