Interface IntrinsicProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IntrinsicProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-02T15:58:20.271Z") @Stability(Stable) public interface IntrinsicProps extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.*;
 IntrinsicProps intrinsicProps = IntrinsicProps.builder()
         .stackTrace(false)
         .typeHint(ResolutionTypeHint.STRING)
         .build();
 
  • Method Details

    • getStackTrace

      @Stability(Stable) @Nullable default Boolean getStackTrace()
      Capture the stack trace of where this token is created.

      Default: true

    • getTypeHint

      @Stability(Stable) @Nullable default ResolutionTypeHint getTypeHint()
      Type that this token is expected to evaluate to.

      Default: ResolutionTypeHint.STRING

    • builder

      @Stability(Stable) static IntrinsicProps.Builder builder()
      Returns:
      a IntrinsicProps.Builder of IntrinsicProps