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

OnPremisesTagSet

import type { OnPremisesTagSet } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";

Information about groups of on-premises instance tags.

interface OnPremisesTagSet {
onPremisesTagSetList?: TagFilter[][] | null;
}

§Properties

§
onPremisesTagSetList?: TagFilter[][] | null
[src]

A list that contains other lists of on-premises instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.