Show / Hide Table of Contents

Class CfnJobDefinition.EksContainerEnvironmentVariableProperty

An environment variable.

Inheritance
System.Object
CfnJobDefinition.EksContainerEnvironmentVariableProperty
Implements
CfnJobDefinition.IEksContainerEnvironmentVariableProperty
Namespace: Amazon.CDK.AWS.Batch
Assembly: Amazon.CDK.AWS.Batch.dll
Syntax (csharp)
public class EksContainerEnvironmentVariableProperty : Object, CfnJobDefinition.IEksContainerEnvironmentVariableProperty
Syntax (vb)
Public Class EksContainerEnvironmentVariableProperty
    Inherits Object
    Implements CfnJobDefinition.IEksContainerEnvironmentVariableProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainerenvironmentvariable.html

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 eksContainerEnvironmentVariableProperty = new EksContainerEnvironmentVariableProperty {
    Name = "name",

    // the properties below are optional
    Value = "value"
};

Synopsis

Constructors

EksContainerEnvironmentVariableProperty()

Properties

Name

The name of the environment variable.

Value

The value of the environment variable.

Constructors

EksContainerEnvironmentVariableProperty()

public EksContainerEnvironmentVariableProperty()

Properties

Name

The name of the environment variable.

public string Name { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainerenvironmentvariable.html#cfn-batch-jobdefinition-ekscontainerenvironmentvariable-name

Value

The value of the environment variable.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainerenvironmentvariable.html#cfn-batch-jobdefinition-ekscontainerenvironmentvariable-value

Implements

CfnJobDefinition.IEksContainerEnvironmentVariableProperty
Back to top Generated by DocFX