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

SetTypeConfigurationOutput

import type { SetTypeConfigurationOutput } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";
interface SetTypeConfigurationOutput {
ConfigurationArn?: string | null;
}

§Properties

§
ConfigurationArn?: string | null
[src]

The Amazon Resource Name (ARN) for the configuration data, in this account and region.

Conditional: You must specify ConfigurationArn, or Type and TypeName.