interface ResolveChangeContextOptions
| Language | Type name |
|---|---|
.NET | Amazon.CDK.ResolveChangeContextOptions |
Java | software.amazon.awscdk.core.ResolveChangeContextOptions |
Python | aws_cdk.core.ResolveChangeContextOptions |
TypeScript (source) | @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.

.NET
Java
Python
TypeScript (