@Generated(value="jsii-pacmak/1.21.0 (build 4262b22)", date="2021-02-17T22:28:02.970Z") @Stability(value=Experimental) 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()
(experimental) The name of this fact.
|
String |
getRegion()
(experimental) The region for which this fact applies.
|
default String |
getValue()
(experimental) The value of this fact.
|
@Stability(value=Experimental) @NotNull String getName()
Standardized values are provided by the Facts class.
@Stability(value=Experimental) @NotNull String getRegion()
@Stability(value=Experimental) @Nullable default String getValue()
Copyright © 2021. All rights reserved.