interface EksContainerEnvironmentVariableProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Batch.CfnJobDefinition.EksContainerEnvironmentVariableProperty |
![]() | software.amazon.awscdk.services.batch.CfnJobDefinition.EksContainerEnvironmentVariableProperty |
![]() | aws_cdk.aws_batch.CfnJobDefinition.EksContainerEnvironmentVariableProperty |
![]() | @aws-cdk/aws-batch » CfnJobDefinition » EksContainerEnvironmentVariableProperty |
An environment variable.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as batch from '@aws-cdk/aws-batch';
const eksContainerEnvironmentVariableProperty: batch.CfnJobDefinition.EksContainerEnvironmentVariableProperty = {
name: 'name',
// the properties below are optional
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the environment variable. |
value? | string | The value of the environment variable. |
name
Type:
string
The name of the environment variable.
value?
Type:
string
(optional)
The value of the environment variable.