enum IntendedUse
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Location.Alpha.IntendedUse |
Go | github.com/aws/aws-cdk-go/awscdklocationalpha/v2#IntendedUse |
Java | software.amazon.awscdk.services.location.alpha.IntendedUse |
Python | aws_cdk.aws_location_alpha.IntendedUse |
TypeScript (source) | @aws-cdk/aws-location-alpha » IntendedUse |
Intend use for the results of an operation.
Members
Name | Description |
---|---|
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.