Interface CfnBranch.IEnvironmentVariableProperty
The EnvironmentVariable property type sets environment variables for a specific branch.
Namespace: Amazon.CDK.AWS.Amplify
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEnvironmentVariableProperty
Syntax (vb)
Public Interface IEnvironmentVariableProperty
Remarks
Environment variables are key-value pairs that are available at build time.
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.Amplify;
var environmentVariableProperty = new EnvironmentVariableProperty {
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
System.
Remarks
Value
The environment variable value.
string Value { get; }
Property Value
System.