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

CollectionSummary

import type { CollectionSummary } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";

A complex type that is an entry in an CidrCollection array.

interface CollectionSummary {
Arn?: string | null;
Id?: string | null;
Name?: string | null;
Version?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The ARN of the collection summary. Can be used to reference the collection in IAM policy or cross-account.

§
Id?: string | null
[src]

Unique ID for the CIDR collection.

§
Name?: string | null
[src]

The name of a CIDR collection.

§
Version?: number | null
[src]

A sequential counter that Route 53 sets to 1 when you create a CIDR collection and increments by 1 each time you update settings for the CIDR collection.