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

AwsCloudFormationStackOutputsDetails

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

Provides information about the CloudFormation stack output.

interface AwsCloudFormationStackOutputsDetails {
Description?: string | null;
OutputKey?: string | null;
OutputValue?: string | null;
}

§Properties

§
Description?: string | null
[src]

A user-defined description associated with the output.

§
OutputKey?: string | null
[src]

The key associated with the output.

§
OutputValue?: string | null
[src]

The value associated with the output.