Interface IFact.Jsii$Default

All Superinterfaces:
IFact, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IFact.Jsii$Proxy
Enclosing interface:
IFact

@Internal public static interface IFact.Jsii$Default extends IFact
Internal default implementation for IFact.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.regioninfo.IFact

    IFact.Jsii$Default, IFact.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    The name of this fact.
    default String
    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 default String getName()
      The name of this fact.

      Standardized values are provided by the Facts class.

      Specified by:
      getName in interface IFact
    • getRegion

      @Stability(Stable) @NotNull default String getRegion()
      The region for which this fact applies.
      Specified by:
      getRegion in interface IFact
    • getValue

      @Stability(Stable) @Nullable default String getValue()
      The value of this fact.
      Specified by:
      getValue in interface IFact