Queue Inline Policy Args
data class QueueInlinePolicyArgs(val policyDocument: Output<Any>? = null, val queue: Output<String>? = null) : ConvertibleToJava<QueueInlinePolicyArgs>
Schema for SQS QueueInlinePolicy
Properties
Link copied to clipboard
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.