Class IntrinsicProps
Customization properties for an Intrinsic token.
public class IntrinsicProps : IIntrinsicProps
- Inheritance
-
IntrinsicProps
- 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 intrinsicProps = new IntrinsicProps {
StackTrace = false
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
IntrinsicProps()
public IntrinsicProps()
Properties
StackTrace
Capture the stack trace of where this token is created.
public bool? StackTrace { get; set; }
Property Value
- bool?
Remarks
Default: true