public sealed class CreateInstanceRequest : IMessage<CreateInstanceRequest>, IEquatable<CreateInstanceRequest>, IDeepCloneable<CreateInstanceRequest>, IBufferMessage, IMessage
Request message for creating a Data Fusion instance.
[[["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 of the `CreateInstanceRequest` documentation is 2.4.0, with several prior versions available, including 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.1.0, and 1.0.0."],["`CreateInstanceRequest` is a message type used for initiating the creation of a Data Fusion instance, as detailed within its class definition."],["The class `CreateInstanceRequest` implements several interfaces including `IMessage\u003cCreateInstanceRequest\u003e`, `IEquatable\u003cCreateInstanceRequest\u003e`, `IDeepCloneable\u003cCreateInstanceRequest\u003e`, `IBufferMessage`, and `IMessage`, which specify its behaviors and capabilities."],["Key properties within `CreateInstanceRequest` include `Instance`, `InstanceId`, `Parent`, and `ParentAsLocationName`, which are essential parameters for configuring the Data Fusion instance setup."],["The class `CreateInstanceRequest` includes two constructors, `CreateInstanceRequest()` and `CreateInstanceRequest(CreateInstanceRequest other)`, to allow for the creation of a new request or a copy of an existing request, respectively."]]],[]]