Class CfnQueueFleetAssociationProps
Properties for defining a CfnQueueFleetAssociation
.
Inheritance
Implements
Namespace: Amazon.CDK.AwsDeadline
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnQueueFleetAssociationProps : Object, ICfnQueueFleetAssociationProps
Syntax (vb)
Public Class CfnQueueFleetAssociationProps
Inherits Object
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
Cfn |
Properties
Farm |
The identifier of the farm that contains the queue and the fleet. |
Fleet |
The fleet ID. |
Queue |
The queue ID. |
Constructors
CfnQueueFleetAssociationProps()
public CfnQueueFleetAssociationProps()
Properties
FarmId
The identifier of the farm that contains the queue and the fleet.
public string FarmId { get; set; }
Property Value
System.
Remarks
FleetId
The fleet ID.
public string FleetId { get; set; }
Property Value
System.
Remarks
QueueId
The queue ID.
public string QueueId { get; set; }
Property Value
System.