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

EC2TagSet

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

Information about groups of EC2 instance tags.

interface EC2TagSet {
ec2TagSetList?: EC2TagFilter[][] | null;
}

§Properties

§
ec2TagSetList?: EC2TagFilter[][] | null
[src]

A list that contains other lists of EC2 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.