@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:58.836Z") @Stability(value=Experimental) public interface IntrinsicProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
IntrinsicProps intrinsicProps = IntrinsicProps.builder()
.stackTrace(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
IntrinsicProps.Builder
A builder for
IntrinsicProps |
static class |
IntrinsicProps.Jsii$Proxy
An implementation for
IntrinsicProps |
| Modifier and Type | Method and Description |
|---|---|
static IntrinsicProps.Builder |
builder() |
default Boolean |
getStackTrace()
(experimental) Capture the stack trace of where this token is created.
|
@Stability(value=Experimental) @Nullable default Boolean getStackTrace()
Default: true
@Stability(value=Experimental) static IntrinsicProps.Builder builder()
IntrinsicProps.Builder of IntrinsicPropsCopyright © 2022. All rights reserved.