Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateGeofenceCollectionRequest

import type { CreateGeofenceCollectionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/location.ts";
interface CreateGeofenceCollectionRequest {
CollectionName: string;
Description?: string | null;
KmsKeyId?: string | null;
PricingPlan: PricingPlan;
PricingPlanDataSource?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CollectionName: string
[src]
§
Description?: string | null
[src]
§
KmsKeyId?: string | null
[src]
§
PricingPlan: PricingPlan
[src]
§
PricingPlanDataSource?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]