Class QueuePolicyState
Inherited Members
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 SourceQueuePolicyState()
Declaration
public QueuePolicyState()
Properties
View SourcePolicy
The JSON policy for the SQS queue.
Declaration
public Input<string> Policy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |