Show / Hide Table of Contents

Class QueuePolicyState

Inheritance
System.Object
InputArgs
ResourceArgs
QueuePolicyState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Sqs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class QueuePolicyState : ResourceArgs

Constructors

View Source

QueuePolicyState()

Declaration
public QueuePolicyState()

Properties

View Source

Policy

The JSON policy for the SQS queue.

Declaration
public Input<string> Policy { get; set; }
Property Value
Type Description
Input<System.String>
View Source

QueueUrl

The URL of the SQS Queue to which to attach the policy

Declaration
public Input<string> QueueUrl { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.