Show / Hide Table of Contents

Class CfnMicrovmImage.EnvironmentVariableProperty

Inheritance
object
CfnMicrovmImage.EnvironmentVariableProperty
Implements
CfnMicrovmImage.IEnvironmentVariableProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-environmentvariable.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.Lambda;

             var environmentVariableProperty = new EnvironmentVariableProperty {
                 Key = "key",
                 Value = "value"
             };

Synopsis

Constructors

EnvironmentVariableProperty()

Properties

Key
Value

Constructors

EnvironmentVariableProperty()

public EnvironmentVariableProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-environmentvariable.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.Lambda;

             var environmentVariableProperty = new EnvironmentVariableProperty {
                 Key = "key",
                 Value = "value"
             };

Properties

Key

public string Key { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-environmentvariable.html#cfn-lambda-microvmimage-environmentvariable-key

Value

public string Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-microvmimage-environmentvariable.html#cfn-lambda-microvmimage-environmentvariable-value

Implements

CfnMicrovmImage.IEnvironmentVariableProperty
Back to top Generated by DocFX