Class CfnQueueFleetAssociationProps
Properties for defining a CfnQueueFleetAssociation.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Deadline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnQueueFleetAssociationProps : ICfnQueueFleetAssociationProps
Syntax (vb)
Public Class CfnQueueFleetAssociationProps Implements ICfnQueueFleetAssociationProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Deadline;
var cfnQueueFleetAssociationProps = new CfnQueueFleetAssociationProps {
FarmId = "farmId",
FleetId = "fleetId",
QueueId = "queueId"
};
Synopsis
Constructors
| CfnQueueFleetAssociationProps() | Properties for defining a |
Properties
| FarmId | The identifier of the farm that contains the queue and the fleet. |
| FleetId | The fleet ID. |
| QueueId | The queue ID. |
Constructors
CfnQueueFleetAssociationProps()
Properties for defining a CfnQueueFleetAssociation.
public CfnQueueFleetAssociationProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Deadline;
var cfnQueueFleetAssociationProps = new CfnQueueFleetAssociationProps {
FarmId = "farmId",
FleetId = "fleetId",
QueueId = "queueId"
};
Properties
FarmId
The identifier of the farm that contains the queue and the fleet.
public string FarmId { get; set; }
Property Value
Remarks
FleetId
The fleet ID.
public string FleetId { get; set; }
Property Value
Remarks
QueueId
The queue ID.
public string QueueId { get; set; }