interface ResolveChangeContextOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.ResolveChangeContextOptions |
![]() | software.amazon.awscdk.core.ResolveChangeContextOptions |
![]() | aws_cdk.core.ResolveChangeContextOptions |
![]() | @aws-cdk/core » ResolveChangeContextOptions |
Options that can be changed while doing a recursive resolve.
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/core';
const resolveChangeContextOptions: cdk.ResolveChangeContextOptions = {
allowIntrinsicKeys: false,
};
Properties
Name | Type | Description |
---|---|---|
allow | boolean | Change the 'allowIntrinsicKeys' option. |
allowIntrinsicKeys?
Type:
boolean
(optional, default: Unchanged)
Change the 'allowIntrinsicKeys' option.