Interface IPlaceIndexReference
A reference to a PlaceIndex resource.
Namespace: Amazon.CDK.AWS.Location
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPlaceIndexReference
Syntax (vb)
Public Interface IPlaceIndexReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Location;
var placeIndexReference = new PlaceIndexReference {
IndexName = "indexName",
PlaceIndexArn = "placeIndexArn"
};
Synopsis
Properties
| IndexName | The IndexName of the PlaceIndex resource. |
| PlaceIndexArn | The ARN of the PlaceIndex resource. |
Properties
IndexName
The IndexName of the PlaceIndex resource.
string IndexName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
PlaceIndexArn
The ARN of the PlaceIndex resource.
string PlaceIndexArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated