interface QueueInlinePolicyReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SQS.QueueInlinePolicyReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssqs#QueueInlinePolicyReference |
![]() | software.amazon.awscdk.services.sqs.QueueInlinePolicyReference |
![]() | aws_cdk.aws_sqs.QueueInlinePolicyReference |
![]() | aws-cdk-lib » aws_sqs » QueueInlinePolicyReference |
A reference to a QueueInlinePolicy resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sqs as sqs } from 'aws-cdk-lib';
const queueInlinePolicyReference: sqs.QueueInlinePolicyReference = {
queue: 'queue',
};
Properties
Name | Type | Description |
---|---|---|
queue | string | The Queue of the QueueInlinePolicy resource. |
queue
Type:
string
The Queue of the QueueInlinePolicy resource.