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?: {} | null;
[key: string]: string | null | undefined;
securityGroupIds?: string[] | null;
snsTopicArn?: string | null;
subnetId?: string | null;
tags?: {} | null;
[key: string]: string | null | undefined;
terminateInstanceOnFailure?: boolean | null;
}