CreateNodeInput

public struct CreateNodeInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an AWS SDK or the AWS CLI.

    Declaration

    Swift

    public let clientRequestToken: String
  • The unique identifier of the member that owns this node.

    Declaration

    Swift

    public let memberId: String
  • The unique identifier of the network in which this node runs.

    Declaration

    Swift

    public let networkId: String
  • The properties of a node configuration.

    Declaration

    Swift

    public let nodeConfiguration: NodeConfiguration
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String = CreateNodeInput.idempotencyToken(), memberId: String, networkId: String, nodeConfiguration: NodeConfiguration)
  • Declaration

    Swift

    public func validate(name: String) throws