@aws-cdk_region-info.IFact

interface IFact

LanguageType name
.NETAmazon.CDK.RegionInfo.IFact
Javasoftware.amazon.awscdk.regioninfo.IFact
Pythonaws_cdk.region_info.IFact
TypeScript (source)@aws-cdk/region-info » IFact

A fact that can be registered about a particular region.

Properties

NameTypeDescription
namestringThe name of this fact.
regionstringThe region for which this fact applies.
value?stringThe 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.