Class QueuePolicy
Applies a policy to SQS queues.
Inherited Members
Namespace: Amazon.CDK.AWS.SQS
Assembly: Amazon.CDK.AWS.SQS.dll
Syntax (csharp)
public class QueuePolicy : Resource, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class QueuePolicy
Inherits Resource
Implements IResource, IConstruct, IConstruct, IDependable
Synopsis
Constructors
QueuePolicy(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
QueuePolicy(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
QueuePolicy(Construct, String, IQueuePolicyProps) |
Properties
Document | The IAM policy document for this policy. |
Constructors
QueuePolicy(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected QueuePolicy(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
QueuePolicy(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected QueuePolicy(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
QueuePolicy(Construct, String, IQueuePolicyProps)
public QueuePolicy(Construct scope, string id, IQueuePolicyProps props)
Parameters
- scope Constructs.Construct
- id System.String
- props IQueuePolicyProps
Properties
Document
The IAM policy document for this policy.
public virtual PolicyDocument Document { get; }
Property Value
Implements
Constructs.IConstruct