ModifyInstanceAttributeRequest
import type { ModifyInstanceAttributeRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";interface ModifyInstanceAttributeRequest {
Attribute?: InstanceAttributeName | null;
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[] | null;
DisableApiTermination?: AttributeBooleanValue | null;
DryRun?: boolean | null;
EbsOptimized?: AttributeBooleanValue | null;
EnaSupport?: AttributeBooleanValue | null;
Groups?: string[] | null;
InstanceId: string;
InstanceInitiatedShutdownBehavior?: AttributeValue | null;
InstanceType?: AttributeValue | null;
Kernel?: AttributeValue | null;
Ramdisk?: AttributeValue | null;
SourceDestCheck?: AttributeBooleanValue | null;
SriovNetSupport?: AttributeValue | null;
UserData?: BlobAttributeValue | null;
Value?: string | null;
}§Properties
§
Attribute?: InstanceAttributeName | null
[src]§
BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[] | null
[src]§
DisableApiTermination?: AttributeBooleanValue | null
[src]§
EbsOptimized?: AttributeBooleanValue | null
[src]§
EnaSupport?: AttributeBooleanValue | null
[src]§
InstanceInitiatedShutdownBehavior?: AttributeValue | null
[src]§
InstanceType?: AttributeValue | null
[src]§
Kernel?: AttributeValue | null
[src]§
Ramdisk?: AttributeValue | null
[src]§
SourceDestCheck?: AttributeBooleanValue | null
[src]§
SriovNetSupport?: AttributeValue | null
[src]§
UserData?: BlobAttributeValue | null
[src]