aws-cdk-lib.GetContextValueResult

interface GetContextValueResult

LanguageType name
.NETAmazon.CDK.GetContextValueResult
Gogithub.com/aws/aws-cdk-go/awscdk/v2#GetContextValueResult
Javasoftware.amazon.awscdk.GetContextValueResult
Pythonaws_cdk.GetContextValueResult
TypeScript (source)aws-cdk-lib » GetContextValueResult

Obtainable from ContextProvider.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

NameTypeDescription
value?any

value?

Type: any (optional)