IntendedUse

class aws_cdk.aws_location_alpha.IntendedUse(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

(experimental) Intend use for the results of an operation.

Stability:

experimental

Attributes

SINGLE_USE

(experimental) The results won’t be stored.

Stability:

experimental

STORAGE

(experimental) The result can be cached or stored in a database.

Stability:

experimental