Show / Hide Table of Contents

Class QueuePolicy

Applies a policy to SQS queues.

Inheritance
System.Object
Construct
Resource
QueuePolicy
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
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

PolicyDocument

Implements

IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX