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

InfrastructureConfigurationSummary

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

The infrastructure used when building Amazon EC2 AMIs.

interface InfrastructureConfigurationSummary {
arn?: string | null;
dateCreated?: string | null;
dateUpdated?: string | null;
description?: string | null;
instanceProfileName?: string | null;
instanceTypes?: string[] | null;
name?: string | null;
resourceTags?: {
[key: string]: string | null | undefined;
}
| null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the infrastructure configuration.

§
dateCreated?: string | null
[src]

The date on which the infrastructure configuration was created.

§
dateUpdated?: string | null
[src]

The date on which the infrastructure configuration was last updated.

§
description?: string | null
[src]

The description of the infrastructure configuration.

§
instanceProfileName?: string | null
[src]

The instance profile of the infrastructure configuration.

§
instanceTypes?: string[] | null
[src]

The instance types of the infrastructure configuration.

§
name?: string | null
[src]

The name of the infrastructure configuration.

§
resourceTags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags attached to the image created by Image Builder.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags of the infrastructure configuration.