Show / Hide Table of Contents

Interface CfnContainerGroupDefinition.IContainerEnvironmentProperty

An environment variable to set inside a container, in the form of a key-value pair.

Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnContainerGroupDefinition.IContainerEnvironmentProperty
Syntax (vb)
Public Interface CfnContainerGroupDefinition.IContainerEnvironmentProperty
Remarks

Part of: GameServerContainerDefinition , GameServerContainerDefinitionInput , SupportContainerDefinition , SupportContainerDefinitionInput

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containergroupdefinition-containerenvironment.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.GameLift;

             var containerEnvironmentProperty = new ContainerEnvironmentProperty {
                 Name = "name",
                 Value = "value"
             };

Synopsis

Properties

Name

The environment variable name.

Value

The environment variable value.

Properties

Name

The environment variable name.

string Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containergroupdefinition-containerenvironment.html#cfn-gamelift-containergroupdefinition-containerenvironment-name

Value

The environment variable value.

string Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containergroupdefinition-containerenvironment.html#cfn-gamelift-containergroupdefinition-containerenvironment-value

Back to top Generated by DocFX