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

ResourceDetails

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

Returns information about the resource being evaluated.

interface ResourceDetails {
ResourceConfiguration: string;
ResourceConfigurationSchemaType?: ResourceConfigurationSchemaType | null;
ResourceId: string;
ResourceType: string;
}

§Properties

§
ResourceConfiguration: string
[src]

The resource definition to be evaluated as per the resource configuration schema type.

§
ResourceConfigurationSchemaType?: ResourceConfigurationSchemaType | null
[src]

The schema type of the resource configuration.

§
ResourceId: string
[src]

A unique resource ID for an evaluation.

§
ResourceType: string
[src]

The type of resource being evaluated.