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

PropertyGroup

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

Property key-value pairs passed into an application.

interface PropertyGroup {
PropertyGroupId: string;
PropertyMap: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
PropertyGroupId: string
[src]

Describes the key of an application execution property key-value pair.

§
PropertyMap: {
[key: string]: string | null | undefined;
}
[src]

Describes the value of an application execution property key-value pair.