IntrinsicProps
- class aws_cdk.core.IntrinsicProps(*, stack_trace=None)
Bases:
object
Customization properties for an Intrinsic token.
- Parameters:
stack_trace (
Optional
[bool
]) – Capture the stack trace of where this token is created. Default: true- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.core as cdk intrinsic_props = cdk.IntrinsicProps( stack_trace=False )
Attributes
- stack_trace
Capture the stack trace of where this token is created.
- Default:
true