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

InfrastructureConfiguration

import type { InfrastructureConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/imagebuilder.ts";
interface InfrastructureConfiguration {
arn?: string | null;
dateCreated?: string | null;
dateUpdated?: string | null;
description?: string | null;
instanceProfileName?: string | null;
instanceTypes?: string[] | null;
keyPair?: string | null;
logging?: Logging | null;
name?: string | null;
resourceTags?: {
[key: string]: string | null | undefined;
}
| null;
securityGroupIds?: string[] | null;
snsTopicArn?: string | null;
subnetId?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
terminateInstanceOnFailure?: boolean | 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]
§
keyPair?: string | null
[src]
§
logging?: Logging | null
[src]
§
name?: string | null
[src]
§
resourceTags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
securityGroupIds?: string[] | null
[src]
§
snsTopicArn?: string | null
[src]
§
subnetId?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
terminateInstanceOnFailure?: boolean | null
[src]