Class ComputeEnvironmentReference
A reference to a ComputeEnvironment resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated