interface EnvironmentExtension
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.ApplicationSignals.Alpha.EnvironmentExtension | 
  Go | github.com/aws/aws-cdk-go/awscdkapplicationsignalsalpha/v2#EnvironmentExtension | 
  Java | software.amazon.awscdk.services.applicationsignals.alpha.EnvironmentExtension | 
  Python | aws_cdk.aws_applicationsignals_alpha.EnvironmentExtension | 
  TypeScript (source) | @aws-cdk/aws-applicationsignals-alpha » EnvironmentExtension | 
Interface for environment extensions.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as applicationsignals_alpha from '@aws-cdk/aws-applicationsignals-alpha';
const environmentExtension: applicationsignals_alpha.EnvironmentExtension = {
  name: 'name',
  value: 'value',
};
Properties
| Name | Type | Description | 
|---|---|---|
| name | string | The name of the environment variable. | 
| value | string | The value of the environment variable. | 
name
Type:
string
The name of the environment variable.
value
Type:
string
The value of the environment variable.

 .NET
 Go
 Java
 Python
 TypeScript (