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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIFact
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of this fact.Standardized values are provided by the
Facts
class. -
getRegion
The region for which this fact applies. -
getValue
The value of this fact.
-