OpenBD Wiki

From OpenBD
Jump to: navigation, search

SqsRemovePermission()

This function removes the permissions for a given previously registered label. See sqsAddPermission()

Amazon SQS

Contents

Parameters

sqsRemovePermission( name, queueUrl, label )

  • name: name for this datasource, previously registered using AmazonSQS()
  • queueUrl: the url of the queue you wish to delete
  • label: the label of the permission

Returns

This function will return TRUE/FALSE

Example

<cfset AmazonSQS("testamz", "1WHJCG48Y89P4582", "bC6kfiW715mIenvtr537DcHndYmQwVf5l")>
<cfset sqsRemovePermission( "testamz", queueUrl, "PublicList" )>

Engine Compatibility

  • OpenBD
  • BlueDragon

Personal tools