Instance
import type { Instance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/opsworks.ts";interface Instance {
AgentVersion?: string | null;
AmiId?: string | null;
Architecture?: Architecture | null;
Arn?: string | null;
AutoScalingType?: AutoScalingType | null;
AvailabilityZone?: string | null;
BlockDeviceMappings?: BlockDeviceMapping[] | null;
CreatedAt?: string | null;
EbsOptimized?: boolean | null;
Ec2InstanceId?: string | null;
EcsClusterArn?: string | null;
EcsContainerInstanceArn?: string | null;
ElasticIp?: string | null;
Hostname?: string | null;
InfrastructureClass?: string | null;
InstallUpdatesOnBoot?: boolean | null;
InstanceId?: string | null;
InstanceProfileArn?: string | null;
InstanceType?: string | null;
LastServiceErrorId?: string | null;
LayerIds?: string[] | null;
Os?: string | null;
Platform?: string | null;
PrivateDns?: string | null;
PrivateIp?: string | null;
PublicDns?: string | null;
PublicIp?: string | null;
RegisteredBy?: string | null;
ReportedAgentVersion?: string | null;
ReportedOs?: ReportedOs | null;
RootDeviceType?: RootDeviceType | null;
RootDeviceVolumeId?: string | null;
SecurityGroupIds?: string[] | null;
SshHostDsaKeyFingerprint?: string | null;
SshHostRsaKeyFingerprint?: string | null;
SshKeyName?: string | null;
StackId?: string | null;
Status?: string | null;
SubnetId?: string | null;
Tenancy?: string | null;
VirtualizationType?: VirtualizationType | null;
}§Properties
§
Architecture?: Architecture | null
[src]§
AutoScalingType?: AutoScalingType | null
[src]§
BlockDeviceMappings?: BlockDeviceMapping[] | null
[src]§
ReportedOs?: ReportedOs | null
[src]§
RootDeviceType?: RootDeviceType | null
[src]§
VirtualizationType?: VirtualizationType | null
[src]