interface CfnQueueFleetAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_deadline.CfnQueueFleetAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdeadline#CfnQueueFleetAssociationProps |
![]() | software.amazon.awscdk.services.deadline.CfnQueueFleetAssociationProps |
![]() | aws_cdk.aws_deadline.CfnQueueFleetAssociationProps |
![]() | aws-cdk-lib » aws_deadline » CfnQueueFleetAssociationProps |
Properties for defining a CfnQueueFleetAssociation
.
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 cfnQueueFleetAssociationProps: deadline.CfnQueueFleetAssociationProps = {
farmId: 'farmId',
fleetId: 'fleetId',
queueId: 'queueId',
};
Properties
Name | Type | Description |
---|---|---|
farm | string | The identifier of the farm that contains the queue and the fleet. |
fleet | string | The fleet ID. |
queue | string | The queue ID. |
farmId
Type:
string
The identifier of the farm that contains the queue and the fleet.
fleetId
Type:
string
The fleet ID.
queueId
Type:
string
The queue ID.