AwsEc2InstanceDetails
import type { AwsEc2InstanceDetails } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";interface AwsEc2InstanceDetails {
IamInstanceProfileArn?: string | null;
ImageId?: string | null;
IpV4Addresses?: string[] | null;
IpV6Addresses?: string[] | null;
KeyName?: string | null;
LaunchedAt?: string | null;
NetworkInterfaces?: AwsEc2InstanceNetworkInterfacesDetails[] | null;
SubnetId?: string | null;
Type?: string | null;
VpcId?: string | null;
}§Properties
§
NetworkInterfaces?: AwsEc2InstanceNetworkInterfacesDetails[] | null
[src]