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

RequiredActivatedType

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

For extensions that are modules, a public third-party extension that must be activated in your account in order for the module itself to be activated.

For more information, see Activating public modules for use in your account in the CloudFormation User Guide.

interface RequiredActivatedType {
OriginalTypeName?: string | null;
PublisherId?: string | null;
SupportedMajorVersions: number[];
TypeNameAlias?: string | null;
}

§Properties

§
OriginalTypeName?: string | null
[src]

The type name of the public extension.

If you specified a TypeNameAlias when enabling the extension in this account and region, CloudFormation treats that alias as the extension's type name within the account and region, not the type name of the public extension. For more information, see Specifying aliases to refer to extensions in the CloudFormation User Guide.

§
PublisherId?: string | null
[src]

The publisher ID of the extension publisher.

§
SupportedMajorVersions: number[]
[src]

A list of the major versions of the extension type that the macro supports.

§
TypeNameAlias?: string | null
[src]

An alias assigned to the public extension, in this account and region. If you specify an alias for the extension, CloudFormation treats the alias as the extension type name within this account and region. You must use the alias to refer to the extension in your templates, API calls, and CloudFormation console.