interface ContainerEnvironmentProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GameLift.CfnContainerGroupDefinition.ContainerEnvironmentProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#CfnContainerGroupDefinition_ContainerEnvironmentProperty |
![]() | software.amazon.awscdk.services.gamelift.CfnContainerGroupDefinition.ContainerEnvironmentProperty |
![]() | aws_cdk.aws_gamelift.CfnContainerGroupDefinition.ContainerEnvironmentProperty |
![]() | aws-cdk-lib » aws_gamelift » CfnContainerGroupDefinition » ContainerEnvironmentProperty |
An environment variable to set inside a container, in the form of a key-value pair.
Part of: GameServerContainerDefinition , GameServerContainerDefinitionInput , SupportContainerDefinition , SupportContainerDefinitionInput
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_gamelift as gamelift } from 'aws-cdk-lib';
const containerEnvironmentProperty: gamelift.CfnContainerGroupDefinition.ContainerEnvironmentProperty = {
name: 'name',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The environment variable name. |
value | string | The environment variable value. |
name
Type:
string
The environment variable name.
value
Type:
string
The environment variable value.