Show / Hide Table of Contents

Class CfnProject.EnvironmentVariableProperty

Inheritance
object
CfnProject.EnvironmentVariableProperty
Implements
CfnProject.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.DeviceFarm
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProject.EnvironmentVariableProperty : CfnProject.IEnvironmentVariableProperty
Syntax (vb)
Public Class CfnProject.EnvironmentVariableProperty Implements CfnProject.IEnvironmentVariableProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-project-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.DeviceFarm;

             var environmentVariableProperty = new EnvironmentVariableProperty {
                 Name = "name",
                 Value = "value"
             };

Synopsis

Constructors

EnvironmentVariableProperty()

Properties

Name
Value

Constructors

EnvironmentVariableProperty()

public EnvironmentVariableProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-project-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.DeviceFarm;

             var environmentVariableProperty = new EnvironmentVariableProperty {
                 Name = "name",
                 Value = "value"
             };

Properties

Name

public string Name { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-devicefarm-project-environmentvariable.html#cfn-devicefarm-project-environmentvariable-name

Value

public string Value { get; set; }
Property Value

string

Remarks

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

Implements

CfnProject.IEnvironmentVariableProperty
Back to top Generated by DocFX