Class CfnMicrovmImage.EnvironmentVariableProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnMicrovmImage.EnvironmentVariableProperty : CfnMicrovmImage.IEnvironmentVariableProperty
Syntax (vb)
Public Class CfnMicrovmImage.EnvironmentVariableProperty Implements CfnMicrovmImage.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.Lambda;
var environmentVariableProperty = new EnvironmentVariableProperty {
Key = "key",
Value = "value"
};
Synopsis
Constructors
| EnvironmentVariableProperty() |
Properties
| Key | |
| Value |
Constructors
EnvironmentVariableProperty()
public EnvironmentVariableProperty()
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.Lambda;
var environmentVariableProperty = new EnvironmentVariableProperty {
Key = "key",
Value = "value"
};
Properties
Key
public string Key { get; set; }
Property Value
Remarks
Value
public string Value { get; set; }