interface GetContextValueResult
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.GetContextValueResult | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2#GetContextValueResult | 
|  Java | software.amazon.awscdk.GetContextValueResult | 
|  Python | aws_cdk.GetContextValueResult | 
|  TypeScript (source) | aws-cdk-lib»GetContextValueResult | 
Obtainable from
Context.getValue()
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from 'aws-cdk-lib';
declare const value: any;
const getContextValueResult: cdk.GetContextValueResult = {
  value: value,
};
Properties
| Name | Type | Description | 
|---|---|---|
| value? | any | 
value?
Type:
any
(optional)
