Show / Hide Table of Contents

Interface IServiceEnvironmentReference

A reference to a ServiceEnvironment resource.

Namespace: Amazon.CDK.Interfaces.Batch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServiceEnvironmentReference
Syntax (vb)
Public Interface IServiceEnvironmentReference
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.Interfaces.Batch;

            var serviceEnvironmentReference = new ServiceEnvironmentReference {
                ServiceEnvironmentArn = "serviceEnvironmentArn"
            };

Synopsis

Properties

ServiceEnvironmentArn

The ServiceEnvironmentArn of the ServiceEnvironment resource.

Properties

ServiceEnvironmentArn

The ServiceEnvironmentArn of the ServiceEnvironment resource.

string ServiceEnvironmentArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX