IFact

class aws_cdk.region_info.IFact(*args, **kwds)

Bases: Protocol

A fact that can be registered about a particular region.

Attributes

name

The name of this fact.

Standardized values are provided by the Facts class.

region

The region for which this fact applies.

value

The value of this fact.