aws-cdk-lib.aws_location.CfnPlaceIndex.DataSourceConfigurationProperty

interface DataSourceConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Location.CfnPlaceIndex.DataSourceConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awslocation#CfnPlaceIndex_DataSourceConfigurationProperty
Javasoftware.amazon.awscdk.services.location.CfnPlaceIndex.DataSourceConfigurationProperty
Pythonaws_cdk.aws_location.CfnPlaceIndex.DataSourceConfigurationProperty
TypeScript aws-cdk-lib » aws_location » CfnPlaceIndex » DataSourceConfigurationProperty

Specifies the data storage option requesting Places.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_location as location } from 'aws-cdk-lib';
const dataSourceConfigurationProperty: location.CfnPlaceIndex.DataSourceConfigurationProperty = {
  intendedUse: 'intendedUse',
};

Properties

NameTypeDescription
intendedUse?stringSpecifies how the results of an operation will be stored by the caller.

intendedUse?

Type: string (optional)

Specifies how the results of an operation will be stored by the caller.

Valid values include:

  • SingleUse specifies that the results won't be stored.
  • Storage specifies that the result can be cached or stored in a database.

Default value: SingleUse