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-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
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]
§
dateCreated?: string | null
[src]
§
dateUpdated?: string | null
[src]
§
description?: string | null
[src]
§
instanceProfileName?: string | null
[src]
§
instanceTypes?: string[] | null
[src]
§
name?: string | null
[src]
§
resourceTags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]