Table of Contents

Interface IIntrinsicProps

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll

Customization properties for an Intrinsic token.

public interface IIntrinsicProps

Examples

// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK;
            var intrinsicProps = new IntrinsicProps {
                StackTrace = false
            };

Remarks

ExampleMetadata: fixture=_generated

Properties

StackTrace

Capture the stack trace of where this token is created.

bool? StackTrace { get; }

Property Value

bool?

Remarks

Default: true