Show / Hide Table of Contents

Class SchedulingPolicyReference

A reference to a SchedulingPolicy resource.

Inheritance
object
SchedulingPolicyReference
Implements
ISchedulingPolicyReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ISchedulingPolicyReference
Back to top Generated by DocFX