interface GetContextValueResult
Language | Type name |
---|---|
![]() | Amazon.CDK.GetContextValueResult |
![]() | github.com/aws/aws-cdk-go/awscdk/v2#GetContextValueResult |
![]() | software.amazon.awscdk.GetContextValueResult |
![]() | aws_cdk.GetContextValueResult |
![]() | 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)