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

TypeConfigurationDetails

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

Detailed information concerning the specification of a CloudFormation extension in a given account and region.

For more information, see Configuring extensions at the account level in the CloudFormation User Guide.

interface TypeConfigurationDetails {
Alias?: string | null;
Arn?: string | null;
Configuration?: string | null;
IsDefaultConfiguration?: boolean | null;
LastUpdated?: Date | number | null;
TypeArn?: string | null;
TypeName?: string | null;
}

§Properties

§
Alias?: string | null
[src]

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

§
Arn?: string | null
[src]

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

§
Configuration?: string | null
[src]

A JSON string specifying the configuration data for the extension, in this account and region.

If a configuration has not been set for a specified extension, CloudFormation returns {}.

§
IsDefaultConfiguration?: boolean | null
[src]

Whether or not this configuration data is the default configuration for the extension.

§
LastUpdated?: Date | number | null
[src]

When the configuration data was last updated for this extension.

If a configuration has not been set for a specified extension, CloudFormation returns null.

§
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.

§
TypeName?: string | null
[src]

The name of the extension.