Interface IResolveChangeContextOptions
Options that can be changed while doing a recursive resolve.
public interface IResolveChangeContextOptions
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK;
var resolveChangeContextOptions = new ResolveChangeContextOptions {
AllowIntrinsicKeys = false
};
Remarks
ExampleMetadata: fixture=_generated
Properties
AllowIntrinsicKeys
Change the 'allowIntrinsicKeys' option.
bool? AllowIntrinsicKeys { get; }
Property Value
- bool?
Remarks
Default: - Unchanged