@aws-cdk_aws-location-alpha.IntendedUse

enum IntendedUse ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Location.Alpha.IntendedUse
Gogithub.com/aws/aws-cdk-go/awscdklocationalpha/v2#IntendedUse
Javasoftware.amazon.awscdk.services.location.alpha.IntendedUse
Pythonaws_cdk.aws_location_alpha.IntendedUse
TypeScript (source)@aws-cdk/aws-location-alpha ยป IntendedUse

Intend use for the results of an operation.

Members

NameDescription
SINGLE_USE ๐Ÿ”นThe results won't be stored.
STORAGE ๐Ÿ”นThe result can be cached or stored in a database.

SINGLE_USE ๐Ÿ”น

The results won't be stored.


STORAGE ๐Ÿ”น

The result can be cached or stored in a database.