Table of Contents

Class ResolveChangeContextOptions

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Options that can be changed while doing a recursive resolve.

public class ResolveChangeContextOptions : IResolveChangeContextOptions
Inheritance
ResolveChangeContextOptions
Implements
Inherited Members

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

Constructors

ResolveChangeContextOptions()

public ResolveChangeContextOptions()

Properties

AllowIntrinsicKeys

Change the 'allowIntrinsicKeys' option.

public bool? AllowIntrinsicKeys { get; set; }

Property Value

bool?

Remarks

Default: - Unchanged