interface EnvironmentVariableProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DeviceFarm.CfnProjectPropsMixin.EnvironmentVariableProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdevicefarm#CfnProjectPropsMixin_EnvironmentVariableProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.devicefarm.CfnProjectPropsMixin.EnvironmentVariableProperty |
Python | aws_cdk.cfn_property_mixins.aws_devicefarm.CfnProjectPropsMixin.EnvironmentVariableProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_devicefarm » CfnProjectPropsMixin » EnvironmentVariableProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_devicefarm as devicefarm } from '@aws-cdk/cfn-property-mixins';
const environmentVariableProperty: devicefarm.CfnProjectPropsMixin.EnvironmentVariableProperty = {
name: 'name',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | |
| value? | string |
name?
Type:
string
(optional)
value?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript