interface CfnQueueFleetAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Deadline.CfnQueueFleetAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdeadline#CfnQueueFleetAssociationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.deadline.CfnQueueFleetAssociationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_deadline.CfnQueueFleetAssociationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_deadline » CfnQueueFleetAssociationMixinProps |
Properties for CfnQueueFleetAssociationPropsMixin.
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/cfn-property-mixins';
const cfnQueueFleetAssociationMixinProps: deadline.CfnQueueFleetAssociationMixinProps = {
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
(optional)
The identifier of the farm that contains the queue and the fleet.
fleetId?
Type:
string
(optional)
The fleet ID.
queueId?
Type:
string
(optional)
The queue ID.

.NET
Go
Java
Python
TypeScript