InstanceTypeSpecificationRequest
The instance type specification for an AMI, which contains lists of supported and unsupported instance types that define which instance types are compatible with the AMI.
Types
Properties
Link copied to clipboard
The instance types that the AMI supports. You can specify instance type names or use wildcard patterns (for example, t3.*).
Link copied to clipboard
The instance types that the AMI does not support. You can specify instance type names or use wildcard patterns (for example, t3.*).
Functions
Link copied to clipboard
inline fun copy(block: InstanceTypeSpecificationRequest.Builder.() -> Unit = {}): InstanceTypeSpecificationRequest