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

GetResourceCollectionResponse

import type { GetResourceCollectionResponse } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface GetResourceCollectionResponse {
NextToken?: string | null;
ResourceCollection?: ResourceCollectionFilter | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

§
ResourceCollection?: ResourceCollectionFilter | null
[src]

The requested list of Amazon Web Services resource collections. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.