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