Class SchedulingPolicyReference
A reference to a SchedulingPolicy resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SchedulingPolicyReference : ISchedulingPolicyReference
Syntax (vb)
Public Class SchedulingPolicyReference Implements ISchedulingPolicyReference
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.Batch;
var schedulingPolicyReference = new SchedulingPolicyReference {
SchedulingPolicyArn = "schedulingPolicyArn"
};
Synopsis
Constructors
SchedulingPolicyReference() | A reference to a SchedulingPolicy resource. |
Properties
SchedulingPolicyArn | The Arn of the SchedulingPolicy resource. |
Constructors
SchedulingPolicyReference()
A reference to a SchedulingPolicy resource.
public SchedulingPolicyReference()
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.Batch;
var schedulingPolicyReference = new SchedulingPolicyReference {
SchedulingPolicyArn = "schedulingPolicyArn"
};
Properties
SchedulingPolicyArn
The Arn of the SchedulingPolicy resource.
public string SchedulingPolicyArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated