interface IFact
| Language | Type name |
|---|---|
.NET | Amazon.CDK.RegionInfo.IFact |
Java | software.amazon.awscdk.regioninfo.IFact |
Python | aws_cdk.region_info.IFact |
TypeScript (source) | @aws-cdk/region-info » IFact |
A fact that can be registered about a particular region.
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The name of this fact. |
| region | string | The region for which this fact applies. |
| value? | string | The value of this fact. |
name
Type:
string
The name of this fact.
Standardized values are provided by the Facts class.
region
Type:
string
The region for which this fact applies.
value?
Type:
string
(optional)
The value of this fact.

.NET
Java
Python
TypeScript (