QueueInlinePolicyArgs

data class QueueInlinePolicyArgs(val policyDocument: Output<Any>? = null, val queue: Output<String>? = null) : ConvertibleToJava<QueueInlinePolicyArgs>

Schema for SQS QueueInlinePolicy

Constructors

Link copied to clipboard
constructor(policyDocument: Output<Any>? = null, queue: Output<String>? = null)

Properties

Link copied to clipboard
val policyDocument: Output<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.

Link copied to clipboard
val queue: Output<String>? = null

The URL of the SQS queue.

Functions

Link copied to clipboard
open override fun toJava(): QueueInlinePolicyArgs