IntrinsicProps¶
-
class
aws_cdk.core.
IntrinsicProps
(*, stack_trace=None)¶ Bases:
object
(experimental) Customization properties for an Intrinsic token.
- Parameters
stack_trace (
Optional
[bool
]) – (experimental) Capture the stack trace of where this token is created. Default: true- Stability
experimental
Attributes
-
stack_trace
¶ (experimental) Capture the stack trace of where this token is created.
- Default
true
- Stability
experimental
- Return type
Optional
[bool
]