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

AwsDynamoDbTableKeySchema

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

A component of the key schema for the DynamoDB table, a global secondary index, or a local secondary index.

interface AwsDynamoDbTableKeySchema {
AttributeName?: string | null;
KeyType?: string | null;
}

§Properties

§
AttributeName?: string | null
[src]

The name of the key schema attribute.

§
KeyType?: string | null
[src]

The type of key used for the key schema attribute. Valid values are HASH or RANGE.