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
§
Policies?: ParameterInlinePolicy[] | null
[src]§
Tier?: ParameterTier | null
[src]§
Type?: ParameterType | null
[src]