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

TypeConfigurationIdentifier

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

Identifying information for the configuration of a CloudFormation extension.

interface TypeConfigurationIdentifier {
Type?: ThirdPartyType | null;
TypeArn?: string | null;
TypeConfigurationAlias?: string | null;
TypeConfigurationArn?: string | null;
TypeName?: string | null;
}

§Properties

§
Type?: ThirdPartyType | null
[src]

The type of extension.

§
TypeArn?: string | null
[src]

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

For public extensions, this will be the ARN assigned when you activate the type in this account and region. For private extensions, this will be the ARN assigned when you register the type in this account and region.

§
TypeConfigurationAlias?: string | null
[src]

The alias specified for this configuration, if one was specified when the configuration was set.

§
TypeConfigurationArn?: string | null
[src]

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

§
TypeName?: string | null
[src]

The name of the extension type to which this configuration applies.