public sealed class AwsInstancePlacement : IMessage<AwsInstancePlacement>, IEquatable<AwsInstancePlacement>, IDeepCloneable<AwsInstancePlacement>, IBufferMessage, IMessage
Details of placement information for an instance.
Limitations for using the host tenancy:
T3 instances that use the unlimited CPU credit option don't support host
tenancy.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `AwsInstancePlacement` is 2.8.0, with the page detailing versions ranging from 1.0.0-beta01 to 2.8.0."],["`AwsInstancePlacement` is a class that provides details on instance placement information, extending from the base Object and implementing several interfaces."],["The class `AwsInstancePlacement` has limitations, for example, T3 instances with unlimited CPU credit options are not compatible with host tenancy."],["It includes a property named `Tenancy`, which is required, and allows the user to dictate the tenancy for an instance, of type `AwsInstancePlacement.Types.Tenancy`."],["The page details two constructors, the first being a no-parameter constructor, and the second being a constructor taking an `AwsInstancePlacement` object as a parameter."]]],[]]