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