Show / Hide Table of Contents

Class ComputeEnvironmentReference

A reference to a ComputeEnvironment resource.

Inheritance
object
ComputeEnvironmentReference
Implements
IComputeEnvironmentReference
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 ComputeEnvironmentReference : IComputeEnvironmentReference
Syntax (vb)
Public Class ComputeEnvironmentReference Implements IComputeEnvironmentReference
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 computeEnvironmentReference = new ComputeEnvironmentReference {
                ComputeEnvironmentArn = "computeEnvironmentArn"
            };

Synopsis

Constructors

ComputeEnvironmentReference()

A reference to a ComputeEnvironment resource.

Properties

ComputeEnvironmentArn

The ComputeEnvironmentArn of the ComputeEnvironment resource.

Constructors

ComputeEnvironmentReference()

A reference to a ComputeEnvironment resource.

public ComputeEnvironmentReference()
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 computeEnvironmentReference = new ComputeEnvironmentReference {
                ComputeEnvironmentArn = "computeEnvironmentArn"
            };

Properties

ComputeEnvironmentArn

The ComputeEnvironmentArn of the ComputeEnvironment resource.

public string ComputeEnvironmentArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IComputeEnvironmentReference
Back to top Generated by DocFX