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

ResourceGroup

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

Contains information about a resource group. The resource group defines a set of tags that, when queried, identify the AWS resources that make up the assessment target. This data type is used as the response element in the "DescribeResourceGroups" action.

interface ResourceGroup {
arn: string;
createdAt: Date | number;
}

§Properties

§
arn: string
[src]

The ARN of the resource group.

§
createdAt: Date | number
[src]

The time at which resource group is created.

§

The tags (key and value pairs) of the resource group. This data type property is used in the "CreateResourceGroup" action.