Table of Contents

Interface IResolveChangeContextOptions

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

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