Interface IFact

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IFact.Jsii$Default
All Known Implementing Classes:
IFact.Jsii$Proxy

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-15T10:25:08.928Z") @Stability(Stable) public interface IFact extends software.amazon.jsii.JsiiSerializable
A fact that can be registered about a particular region.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IFact.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of this fact.
    The region for which this fact applies.
    default String
    The value of this fact.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getName

      @Stability(Stable) @NotNull String getName()
      The name of this fact.

      Standardized values are provided by the Facts class.

    • getRegion

      @Stability(Stable) @NotNull String getRegion()
      The region for which this fact applies.
    • getValue

      @Stability(Stable) @Nullable default String getValue()
      The value of this fact.