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

ParameterMetadata

import type { ParameterMetadata } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface ParameterMetadata {
AllowedPattern?: string | null;
DataType?: string | null;
Description?: string | null;
KeyId?: string | null;
LastModifiedDate?: Date | number | null;
LastModifiedUser?: string | null;
Name?: string | null;
Policies?: ParameterInlinePolicy[] | null;
Tier?: ParameterTier | null;
Type?: ParameterType | null;
Version?: number | null;
}

§Properties

§
AllowedPattern?: string | null
[src]
§
DataType?: string | null
[src]
§
Description?: string | null
[src]
§
KeyId?: string | null
[src]
§
LastModifiedDate?: Date | number | null
[src]
§
LastModifiedUser?: string | null
[src]
§
Name?: string | null
[src]
§
Policies?: ParameterInlinePolicy[] | null
[src]
§
Tier?: ParameterTier | null
[src]
§
Type?: ParameterType | null
[src]
§
Version?: number | null
[src]