Interface CfnContainer.IEnvironmentVariableProperty
EnvironmentVariable
is a property of the Container property. It describes the environment variables of a container on a container service which are key-value parameters that provide dynamic configuration of the application or script run by the container.
Namespace: Amazon.CDK.AWS.Lightsail
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEnvironmentVariableProperty
Syntax (vb)
Public Interface IEnvironmentVariableProperty
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.AWS.Lightsail;
var environmentVariableProperty = new EnvironmentVariableProperty {
Value = "value",
Variable = "variable"
};
Synopsis
Properties
Value | The environment variable value. |
Variable | The environment variable key. |
Properties
Value
The environment variable value.
virtual string Value { get; }
Property Value
System.
Remarks
Variable
The environment variable key.
virtual string Variable { get; }
Property Value
System.