interface QueueLimitAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.QueueLimitAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#QueueLimitAssociationReference |
![]() | software.amazon.awscdk.services.deadline.QueueLimitAssociationReference |
![]() | aws_cdk.aws_deadline.QueueLimitAssociationReference |
![]() | aws-cdk-lib » aws_deadline » QueueLimitAssociationReference |
A reference to a QueueLimitAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_deadline as deadline } from 'aws-cdk-lib';
const queueLimitAssociationReference: deadline.QueueLimitAssociationReference = {
farmId: 'farmId',
limitId: 'limitId',
queueId: 'queueId',
};
Properties
Name | Type | Description |
---|---|---|
farm | string | The FarmId of the QueueLimitAssociation resource. |
limit | string | The LimitId of the QueueLimitAssociation resource. |
queue | string | The QueueId of the QueueLimitAssociation resource. |
farmId
Type:
string
The FarmId of the QueueLimitAssociation resource.
limitId
Type:
string
The LimitId of the QueueLimitAssociation resource.
queueId
Type:
string
The QueueId of the QueueLimitAssociation resource.