@Generated(value="jsii-pacmak/1.42.0 (build 5f6b62c)", date="2021-11-07T11:27:34.231Z") @Stability(value=Stable) public interface IFact extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IFact.Jsii$Default
Internal default implementation for
IFact. |
static class |
IFact.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of this fact.
|
String |
getRegion()
The region for which this fact applies.
|
default String |
getValue()
The value of this fact.
|
@Stability(value=Stable) @NotNull String getName()
Standardized values are provided by the Facts class.
@Stability(value=Stable) @NotNull String getRegion()
@Stability(value=Stable) @Nullable default String getValue()
Copyright © 2021. All rights reserved.