interface IntrinsicProps
Language | Type name |
---|---|
.NET | Amazon.CDK.IntrinsicProps |
Java | software.amazon.awscdk.core.IntrinsicProps |
Python | aws_cdk.core.IntrinsicProps |
TypeScript (source) | @aws-cdk/core » IntrinsicProps |
Customization properties for an Intrinsic token.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cdk from '@aws-cdk/core';
const intrinsicProps: cdk.IntrinsicProps = {
stackTrace: false,
};
Properties
Name | Type | Description |
---|---|---|
stack | boolean | Capture the stack trace of where this token is created. |
stackTrace?
Type:
boolean
(optional, default: true)
Capture the stack trace of where this token is created.