![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.sqs.kotlin.outputs.GetQueueInlinePolicyResult.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.sqs.kotlin.outputs
import kotlin.Any
import kotlin.Suppress
/**
*
* @property policyDocument A policy document that contains permissions to add to the specified SQS queue
* Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::SQS::QueueInlinePolicy` for more information about the expected schema for this property.
*/
public data class GetQueueInlinePolicyResult(
public val policyDocument: Any? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.sqs.outputs.GetQueueInlinePolicyResult): GetQueueInlinePolicyResult = GetQueueInlinePolicyResult(
policyDocument = javaType.policyDocument().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy